@charset "utf-8";

/*---------------------------------------------------------------------------------------------

A11y

---------------------------------------------------------------------------------------------*/

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 1000;
  background: #fff;
  padding: .5rem 1rem;
  outline: 2px solid #000;
  border-radius: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #FFBC00;
  outline-offset: 3px;
  border-radius: 2px;
}

a.btn:focus-visible {
  border-radius: 37px;
}

a:focus {
  outline: 3px solid #FFBC00;
  outline-offset: 3px;
}

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

[lang="en"],
.en {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {

}

/*---------------------------------------------------------------------------------------------

FLEX

---------------------------------------------------------------------------------------------*/

.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jt-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {

  .sp_noflex {
    display: block;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

/*---------------------------------------------------------------------------------------------

PC

---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

/*---------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}

/*---------------------------------------------------------------------------------------------

ヘッダー

---------------------------------------------------------------------------------------------*/

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-logo {
  display: block;
  max-width: 199px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 140px;
    margin-left: 20px;
  }
}

/*---------------------------------------------------------------------------------------------

フッター

---------------------------------------------------------------------------------------------*/

.foot-cont {
  width: 100%;
  background: #FFF;
}

.foot-wrap {
  max-width: 1060px;
  width: 85.6%;
  margin: auto;
}

.policy {
  font-size: 1.6rem;
  position: relative;
  color: #0167B3;
  text-decoration: underline;
  opacity: 1;
  transition: .3s;
}

.policy:hover {
  text-decoration: none;
}

.policy::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank_b.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.copy {
  font-size: 1.6rem;
  color: #000;
  margin-right: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {

  .copy {
    font-size: 1.4rem;
    margin-right: 0;
  }

}

@media screen and (max-width: 768px) {

  .foot-cont {
    padding-top: 50px;
  }

  .policy-wrap {
    text-align: center;
  }

  .policy {
    display: inline-block;
    margin-left: -25px;
  }

  .footer-logo {
    display: block;
    max-width: 160px;
    margin: auto;
    margin-top: 30px;
  }

  .copy {
    text-align: center;
    margin-right: 0;
    margin-top: 40px;
  }

}

/*---------------------------------------------------------------------------------------------

MV

---------------------------------------------------------------------------------------------*/

.main-bg {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_main.png") no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  z-index: -1;
}

.eyecatch {
  position: relative;
  width: 100%;
  min-height: 800px;
  height: 100vh;
}

h1[lang="en"] {
  text-align: center;
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 14.2rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #FFF;
}

h1 span {
  text-shadow: 0 0px 3px rgba(255, 255, 255, 1);
  color: #144584;
}

.hero-read {
  text-align: center;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 51px;
  color: #FFF;
  letter-spacing: 0.06em;
}

.btn {
  max-width: 430px;
  width: 87%;
  height: 74px;
  font-weight: 600;
  border-radius: 37px;
  margin: auto;
}

.btn span {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  padding-right: 28px;
}

.hero-btn {
  border: 2px solid #FFF;
  background-color: #0167B3;
  color: #FFF;
  transition: .3s;
}

.hero-btn:hover {
  background-color: #072c5b;
  text-decoration: underline;
}

.hero-btn span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .eyecatch {
    min-height: auto;
  }

  h1[lang="en"] {
    line-height: 1;
  }

  .hero-read {
    line-height: 1.75;
    margin-bottom: 88px;
  }

}

/*---------------------------------------------------------------------------------------------

支援制度

---------------------------------------------------------------------------------------------*/

.support {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg,rgba(2, 117, 145, 0.8) 0%, rgba(1, 103, 179, 0.8) 100%);
  padding: 100px 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.support-title-wrap {
  margin: auto;
}

h2.support-title {
  display: inline-block;
  font-size: clamp(3.2rem, 0.45vw + 3rem, 3.8rem);
  text-align: center;
  color: #FFF;
  border-bottom: 2px solid;
  padding-bottom: 10.5px;
  margin-bottom: 39.5px;
}

.support-read {
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  line-height: 2.5;
  margin-bottom: 60px;
}

.basic-btn {
  border: 2px solid #0167B3;
  background-color: #FFF;
  color: #0167B3;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
  transition: .3s;
}

.basic-btn:hover {
  color: #FFF;
  background-color: #072c5b;
  border: 2px solid #FFF;
  text-decoration: underline;
}

.basic-btn span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank_b.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.basic-btn:hover span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .support {
    padding: 60px 0;
  }

  h2.support-title {
    line-height: 1.3;
  }

  .support-read {
    max-width: 294px;
    width: 78%;
    margin: auto;
    margin-bottom: 50px;
    line-height: 2.1;
  }

}

/*---------------------------------------------------------------------------------------------

サポートマップ

---------------------------------------------------------------------------------------------*/

.map {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 114px 0 100px 0;
}

.map-wrap {
  max-width: 1060px;
  width: 89%;
  margin: auto;
}

.map-area {
  position: relative;
  width: 100%;
  height: 720px;
  margin-bottom: 60px;
}

.map-card {
  position: absolute;
  width: 270px;
  border-radius: 10px;
  padding: 15px;
  background-color: #FFF;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: .3s;
}

.open-btn {
  position: absolute;
  width: 50px;
  top: -18px;
  right: -18px;
  transition: .3s;
}

.open-btn:hover {
  transform: scale(1.2);
}

.map-card.card01 {
  top: 0;
  right: 0;
  height: 300px;
  background-color: #FDF1E8;
  border: 2px solid #DB7A45;
}

.map-card.card01:hover {
  text-decoration: underline;
  outline: 2px solid #DB7A45;
}

.map-card.card01::after {
  position: absolute;
  content: "";
  background: url(../img/line_modal01.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 87px;
  height: 29.5px;
  top: 51.5px;
  left: -87px;
}

.map-card.card02 {
  bottom: 0;
  right: 0;
  height: 325px;
  background-color: #F2FAEC;
  border: 2px solid #6EA545;
}

.map-card.card02:hover {
  text-decoration: underline;
  outline: 2px solid #6EA545;
}

.map-card.card02::after {
  position: absolute;
  content: "";
  background: url(../img/line_modal02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 65px;
  height: 164.8px;
  top: -57px;
  left: -65px;
}

.map-card.card03 {
  top: 0;
  left: 0;
  height: 300px;
  background-color: #FFFBEB;
  border: 2px solid #AF8F18;
}

.map-card.card03:hover {
  text-decoration: underline;
  outline: 2px solid #AF8F18;
}

.map-card.card03::after {
  position: absolute;
  content: "";
  background: url(../img/line_modal03.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 121px;
  height: 57.5px;
  top: 51.5px;
  right: -121px;
}

.map-card.card04 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 325px;
  background-color: #EDF4FC;
  border: 2px solid #2F70BE;
}

.map-card.card04:hover {
  text-decoration: underline;
  outline: 2px solid #2F70BE;
}

.map-card.card04::after {
  position: absolute;
  content: "";
  background: url(../img/line_modal04.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10px;
  height: 126px;
  top: -126px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.map-card.card05 {
  bottom: 0;
  left: 0;
  height: 325px;
  background-color: #EDE7F4;
  border: 2px solid #805DA7;
}

.map-card.card05:hover {
  text-decoration: underline;
  outline: 2px solid #805DA7;
}

.map-card.card05::after {
  position: absolute;
  content: "";
  background: url(../img/line_modal05.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 65px;
  height: 164.8px;
  top: -57px;
  right: -65px;
}

.map-main {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.map-card-head {
  margin-top: 17px;
}

.map-card-head .map-number {
  font-size: 1.6rem;
  line-height: 1;
  background-color: #FFF;
  border-radius: 2px;
  border: 2px solid;
  padding: 2px 7px 4px 7px;
}

.map-card.card01 .map-card-head .map-number {
  border: 2px solid #DB7A45;
}

.map-card.card02 .map-card-head .map-number {
  border: 2px solid #6EA545;
}

.map-card.card03 .map-card-head .map-number {
  border: 2px solid #AF8F18;
}

.map-card.card04 .map-card-head .map-number {
  border: 2px solid #2F70BE;
}

.map-card.card05 .map-card-head .map-number {
  border: 2px solid #805DA7;
}

.map-card-tit {
  font-size: 2rem;
  margin-left: 7px;
}

.map-card-text {
  padding: 0 5px;
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.62;
}

.map-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 462px;
  margin-top: 25px;
}

@media screen and (max-width: 1060px) {

  .map-card.card01::after,
  .map-card.card02::after,
  .map-card.card03::after,
  .map-card.card04::after,
  .map-card.card05::after {
    display: none;
  }

  .map-area {
    height: auto;
    margin-bottom: 50px;
  }

  .map-image {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .map-card {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .map-card.card01,
  .map-card.card02,
  .map-card.card03,
  .map-card.card04,
  .map-card.card05 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-top: 0;
    height: auto;
  }

  .map-main {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }

  .map-main img {
    max-width: 150px;
    width: 50%;
  }

  .map-card-head {
    width: 45%;
    display: block;
    margin-top: 0;
  }

  .map-card-head .map-number {
    width: 26px;
    margin: auto;
    margin-top: 8px;
  }

  .map-card-tit {
    display: block;
    font-size: 1.8rem;
    margin-top: 8px;
    margin-left: 0;
    text-align: center;
    line-height: 1.3;
  }

  .open-btn {
    top: -12px;
    right: -12px;
  }

  .map-btn span {
    line-height: 1.22;
    margin-left: 28px;
    text-align: center;
  }

}

@media screen and (max-width: 768px) {

  .map {
    padding: 60px 0;
  }

}

/*---------------------------------------------------------------------------------------------

モーダル

---------------------------------------------------------------------------------------------*/

html.scroll-lock,
body.scroll-lock {
  overflow: hidden;
  overscroll-behavior: contain;
}

.modal__panel {
  -webkit-overflow-scrolling: touch;
}

.hero, .modal__panel {
  max-height: calc(var(--vh, 1vh) * 100 - 10rem);
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: absolute;
    z-index: 1;
    max-width: min(90vw, 960px);
    max-width: 960px;
    width: 75%;
    min-height: 470px;
    max-height: 470px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#modal01-modal .modal-panel {
  background: #FDF1E8;
}

#modal02-modal .modal-panel {
  background: #F3FAEC;
}

#modal03-modal .modal-panel {
  background: #FFFBEC;
}

#modal04-modal .modal-panel {
  background: #EDF4FC;
}

#modal05-modal .modal-panel {
  background: #EDE7F4;
}

.modal-title .map-number {
    font-size: 2.1rem;
    line-height: 1;
    background-color: #FFF;
    border-radius: 2px;
    border: 2px solid;
    padding: 2px 7px 4px 7px;
    margin-top: 5px;
}

#modal01-modal .modal-title .map-number {
  border: 2px solid #DB7A45;
}

#modal02-modal .modal-title .map-number {
  border: 2px solid #6EA445;
}

#modal03-modal .modal-title .map-number {
  border: 2px solid #AF8F18;
}

#modal04-modal .modal-title .map-number {
  border: 2px solid #2E70BF;
}

#modal05-modal .modal-title .map-number {
  border: 2px solid #805DA7;
}

.modal__x {
  position: absolute;
  width: 58px;
  top: -15px;
  right: -15px;
  transition: .3s;
}

.modal__x:hover {
  transform: scale(1.2);
}

.modal-image {
  width: 300px;
  height: 470px;
}

#modal01-modal .modal-image {
  background: url("../img/thumb_modal01.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#modal02-modal .modal-image {
  background: url("../img/thumb_modal02.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#modal03-modal .modal-image {
  background: url("../img/thumb_modal03.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#modal04-modal .modal-image {
  background: url("../img/thumb_modal04.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#modal05-modal .modal-image {
  background: url("../img/thumb_modal05.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

.modal-contents {
  max-width: 500px;
  height: 100%;
  margin-left: 60px;
}

.text-area {
  width: 100%;
  height: 333px;
  overflow-y: scroll;
  margin-top: 40px;
  margin-bottom: 15px;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.modal-title p {
  font-size: clamp(2.6rem, 0.5vw + 2.3rem, 3.2rem);
  margin-left: 10px;
}

.modal-map-tit {
  font-size: clamp(2.6rem, 0.5vw + 2.3rem, 3.2rem);
  margin-left: 10px;
}

.modal-read {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.modal-main-text {
  font-size: 1.6rem;
  line-height: 2;
}

.close-btn {
  margin: auto;
  width: 150px;
  height: 42px;
  border-radius: 21px;
  border: 2px solid #0167B3;
  background-color: #FFF;
  transition: .3s;
}

.close-btn:hover {
  background-color: #072c5b;
  border: 2px solid #FFF;
}

.close-btn span {
  position: relative;
  color: #0167B3;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 16px;
}

.close-btn:hover span {
  text-decoration: underline;
}

.close-btn:hover span {
  color: #FFF;
}

.close-btn span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_cross.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 11px;
  height: 11px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.close-btn:hover span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_cross_w.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 11px;
  height: 11px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.modal-link {
  position: relative;
  color: #0167B3;
  text-decoration: underline;
  display: inline-block;
  padding-right: 1.2em;
}

.modal-link:hover {
  text-decoration: none;
}

.modal-link::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank_b.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 11px;
  height: 11px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .modal-panel {
    width: 84%;
    min-height: 76vh;
    max-height: 594px;
  }

  .modal-contents {
    width: 84%;
    margin: auto;
    margin-top: 25px;
  }

  .modal-image {
    width: 100%;
    height: 204px;
  }

  .text-area {
    max-height: 280px;
    min-height: 30vh;
    margin-top: 0;
  }

  #modal01-modal .modal-image {
    background: url("../img/thumb_area01.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  #modal02-modal .modal-image {
    background: url("../img/thumb_area02.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  #modal03-modal .modal-image {
    background: url("../img/thumb_area03.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  #modal04-modal .modal-image {
    background: url("../img/thumb_area04.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  #modal05-modal .modal-image {
    background: url("../img/thumb_area05.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .modal-read {
    margin-bottom: 20px;
  }

  .modal__x {
    width: 50px;
  }


}

/*---------------------------------------------------------------------------------------------

神奈川県企業誘致推進協議会とは　他

---------------------------------------------------------------------------------------------*/

.bg-gray {
  width: 100%;
  height: 100%;
  background-color: rgba(254,254,254,0.2);
  padding: 100px 0;
  -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.card-box {
  max-width: 1060px;
  width: 89.3%;
  margin: auto;
  margin-bottom: 80px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 60px;
}

.card-box.last-margin {
  margin-bottom: 0;
}

.box-title {
  font-size: clamp(2.8rem, 0.35vw + 2.6rem, 3.2rem);
  color: #0167B3;
  text-align: center;
  margin-bottom: 40px;
}

.box-read {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.about-btn {
  max-width: 500px;
  width: 85%;
  height: 74px;
  font-weight: 600;
  border-radius: 37px;
  margin: auto;
  border: 2px solid #0167B3;
  background-color: #FFF;
  color: #0167B3;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
  transition: .3s;
}

.about-btn:hover {
  color: #FFF;
  background-color: #072c5b;
  border: 2px solid #FFF;
  text-decoration: underline;
}


.about-btn span {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  padding-right: 28px;
  margin-left: 28px;
}

.about-btn span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank_b.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.about-btn:hover span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.city-list {
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5px;
}

.city-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  max-width: 170px;
  width: calc(20% - 16px);
  height: 60px;
  border-radius: 6px;
  border: 2px solid #0167B3;
  box-shadow: 3px 3px 2px 0px rgba(228,234,242,1);
  margin-right: 20px;
  margin-bottom: 22px;
  font-size: clamp(1.6rem, 0.25vw + 1.5rem, 1.8rem);
  opacity: 1;
  transition: .3s;
}

.city-list li:hover {
  text-decoration: underline;
  border: 4px solid #0167B3;
}

.city-list li.disabled {
  border: 2px solid #BFBFBF;
  box-shadow: none;
}

.city-list li.disabled:hover {
  text-decoration: none;
}

.city-list li.last_col {
  margin-bottom: 0;
}

.city-list li::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank_b.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.city-list li.disabled::after {
  display: none;
}

.city-list li:nth-of-type(5n) {
  margin-right: 0;
}

.city-list li a {
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-scroll {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {

  .city-list li {
    max-width: 100%;
    width: calc(25% - 16px);
  }
  .city-list li:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .city-list li:nth-of-type(5n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {

  .bg-gray {
    padding: 60px 0;
  }

  .card-box {
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  .list.card-box {
    padding: 40px 20px;
  }

  .flow.card-box {
    padding: 40px 0;
  }

  .box-title {
    line-height: 1.43;
    margin-bottom: 30px;
  }

  .box-read {
    text-align: left;
    margin-bottom: 30px;
  }

  .about-btn {
    width: 100%;
    text-align: center;
  }

  .city-list {
    justify-content: space-between !important;
    padding: 0;
  }

  .city-list li {
    max-width: 140px;
    width: calc(50% - 7.5px);
    margin-right: 0;
    margin-bottom: 15px;
  }

  .city-list li::after {
    right: 12px;
  }

  .flow-image-wrap {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    padding-left: 15px;
  }

  .flow-image-wrap img {
    max-width: 680px;
    width: 680px;
  }

  .flow-read {
    padding: 0 15px;
    text-align: center !important;
  }

  .sp-scroll {
    max-width: 158px;
    width: 50%;
    height: 42px;
    border-radius: 21px;
    padding: 0 12px;
    background: rgba(34, 34, 34, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .sp-scroll span {
    position: relative;
    padding-left: 26px;
    color: #FFF;
    font-size: 1.2rem;
  }

  .sp-scroll span::before {
    position: absolute;
    content: "";
    background: url("../img/ico_scroll.png") no-repeat;
    background-size: 100%;
    background-position: center;
    width: 23px;
    height: 24px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

}

/*---------------------------------------------------------------------------------------------

お問い合わせ

---------------------------------------------------------------------------------------------*/

.cta {
  width: 100%;
  background: #FFF;
  padding: 100px 0;
}

.cta-title {
  text-align: center;
  font-size: clamp(2rem, 0.4vw + 1.8rem, 2.4rem);
  line-height: 1.75;
  margin-bottom: 50px;
}

.large-btn {
  max-width: 720px;
  height: 100px;
  border-radius: 50px;
  margin: auto;
  background: #0167B3;
  color: #FFF;
  transition: .3s;
}

.large-btn:hover {
  background-color: #072c5b;
  text-decoration: underline;
}

.large-btn span {
  position: relative;
  font-size: clamp(1.8rem, 0.6vw + 1.6rem, 2.4rem);
  padding-right: 28px;
}

.large-btn span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_blank.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.contact {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg,rgba(2, 117, 145, 0.8) 0%, rgba(1, 103, 179, 0.8) 100%);
  padding: 80px 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.contact-wrap {
  max-width: 960px;
  width: 84%;
  margin: auto;
}

.contact-area {
  margin-bottom: 60px;
}

.contact-area.last-margin {
  margin-bottom: 0px;
}

.contact-title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
  color: #FFF;
}

.contact-box {
  max-width: 440px;
  width: 45.8%;
}

.contact-head {
  width: 100%;
  font-size: 2rem;
  color: #FFF;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
}

.tel-head {
  font-size: 1.6rem;
    color: #FFF;
}

.tel-box {
  margin-bottom: 30px;
}

.tel-box.last-margin {
  margin-bottom: 0px;
}

.tel-category {
  font-size: 1.6rem;
  color: #0167B3;
  background: #FFF;
  padding: 0px 6px 2px 6px;
  margin-top: 8px;
}

.tel-number {
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
  margin-left: 10px;
  opacity: 1;
  transition: .3s;
}

.tel-number:hover {
  text-decoration: underline;
}

.tel-number.only-number {
  margin-left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {

  .tel-box {
    flex-flow: column;
    align-items: flex-start !important;
  }

}

@media screen and (max-width: 768px) {

  .cta {
    padding: 40px 0;
  }

  .cta-wrap {
    width: 86.6%;
    margin: auto;
  }

  .cta-title {
    margin-bottom: 30px;
  }

  .large-btn {
    height: 74px;
    border-radius: 37px;
  }

  .contact {
    padding: 60px 0;
  }

  .contact-area {
    margin-bottom: 0;
  }

  .contact-box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .contact-box.last-margin {
    margin-bottom: 0;
  }

  .contact-head {
    text-align: center;
    margin-bottom: 25px;
  }

  .contact-box .btn {
    width: 100%;
  }

  .tel-head {
    text-align: center;
    margin-bottom: 15px;
  }

  .tel-box {
    flex-flow: column;
  }

  .tel-box.last-margin {
    margin-bottom: 0;
  }

  .tel-category {
    margin-top: 0;
  }

}