@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* =======================================
変数
======================================== */
:root {
  /* ブランドカラー */
  --blue-color: #006abe;
}

/* =======================================
共通
======================================== */

html {
  font-size: 20px;
  /* デフォルト16px → 20pxに変更 */
}

html,
body {
  overflow-x: clip;
}

/* 旧ブラウザは hidden でも可 */

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto !important;
    }
}


body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 16px;
}

img {
  width: 100%;
}

.container {
  max-width: 1260px;
  /* 中身が1290pxになる */
}

.wrapper {
  overflow: hidden;
}

.ml-50 {
  margin-left: min(calc(25px + (50 - 25) * ((100vw - 992px) / (1500 - 992))),
      50px);
}

.blcok-1200 {
  display: none;
}

a {
  transition: 0.7s;
  cursor: pointer;
}

br.sp-none {
  display: block;
}

br.w-1500-none {
  display: block;
}

@media screen and (max-width: 1500px) {
  br.w-1500-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  br.sp-none {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .blcok-1200 {
    display: block;
  }
}

*[data-aos=fade-up] {
  transform: translateY(50px);/* 移動距離を指定 */
}


.wrapper {
  background: linear-gradient(-107deg, #edf4fa 0%, #f6faf2 100%);
}

.section-box h3.sec-title {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  white-space: nowrap;
}

.sec-title-en {
  font-family: "Urbanist", sans-serif;
  color: #aaaea6;
  line-height: 1;
  padding-left: 60px;
  font-weight: 600;
  position: relative;
  font-size: 24px;
}

.sec-title-en::after {
  width: 40px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-color: #aaaea6;
}

.sec-title-en::before {
  width: 13px;
  height: 13px;
  background-color: #90c569;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  border-radius: 50% 50%;
}

.more-btn {
  color: #fff;
  margin: auto 0 0 auto;
  letter-spacing: 0.1em;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease;
  background-image: url('../images/common/btn-circle-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-top: 2px;
  background-position: right 12px top;
  padding-left: 10px;
  padding-right: 42px;
  display: table;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
}

.more-btn:hover {
  background-image: url('../images/common/btn-circle-arrow-on.svg') !important;
}

@media (max-width: 991px) {
  .section-box h3.sec-title {
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    white-space: nowrap;
  }

  .sec-title-en {
    font-family: "Urbanist", sans-serif;
    color: #aaaea6;
    line-height: 1;
    padding-left: 50px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
  }

  .sec-title-en::after {
    width: 30px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    background-color: #aaaea6;
  }
}

@media (max-width: 480px) {
  .section-box h3.sec-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    white-space: nowrap;
  }

  .sec-title-en {
    font-family: "Urbanist", sans-serif;
    color: #aaaea6;
    line-height: 1;
    padding-left: 50px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
  }

  .more-btn {
    font-size: 14px;
  }

}


/* =======================================
header
======================================== */

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.6s;
}

.header.hide {
    transform: translateY(-100%);
}

#header {
  height: 80px;
  background-color: #fff;
}

#header .container-fluid {
  height: 100%;
}

.logo {
  cursor: pointer;
  display: flex;
  transition: 0.4s;
  align-items: center;
  background-color: var(--blue-color);
}

.logo a {
  padding: 0 40px;
}

.logo:hover {
  background-color: #005499;
}

.logo h1 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.logo h1 span {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  color: #fff;
}

#header .row-head {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  /* ← これで子要素が自動的に親の高さに伸びる */
}


.head_contents {
  display: flex;
}

.contact-btn {
  transition: 0.4s;
  padding: 0 20px;
  margin-left: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  background-color: var(--blue-color)
}

.contact-btn:hover {
  background-color: #005499;
}

.main-icon {
  font-size: 0;
}

.contact-btn p {
  transform: translateY(-1px);
  margin-left: 6px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}

.list-gnav {
  font-size: 16px;
  list-style: none;
  padding: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 100%;
}

.list-gnav li {
  line-height: 1;
  position: relative;
  transition: 0.7s;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.7s;
}

/* 下線用の擬似要素 */
.list-gnav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--blue-color);
  transition: width 0.4s ease, left 0.4s ease;
  transform: translateX(-50%);
}

/* hover・active 時に線を中央から広げる */
.list-gnav li:hover::after,
.list-gnav li.active::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* hover時の文字色 */
.list-gnav li:hover a,
.list-gnav li.active a {
  color: var(--blue-color);
}

.list-gnav li.active a,
.list-gnav li:hover a {
  color: var(--blue-color);
}

.list-gnav li a {
  height: 100%;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.head_contents #gNavi {
  height: 100%;
  display: flex;
  align-items: center;
}


.header.hide {
  transform: translateY(-100%);
}

/* btn--pagetop */
.btn--pagetop {
  opacity: 0;
  transition: 0.6s;
}

.btn--pagetop.appeared {
  opacity: 100;
  width: 3vw;
  position: fixed;
  right: 1.4vw;
  bottom: 1.4vw;
  transition: 0.6s;
}

@media (max-width: 1500px) {
  .list-gnav li {
    line-height: 1;
    position: relative;
    transition: 0.7s;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 15px;
    transition: 0.7s;
  }

  .contact-btn {
    padding: 0 20px;
    margin-left: 15px;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: var(--blue-color);
  }

  #footer {
    padding: min(calc(80px + (100 - 80) * (100vw - 320px) / (991 - 320)),
        100px) 0;
  }
}

@media (max-width: 991px) {
  .head_contents #gNavi {
    display: none;
  }

  .contact-btn {
    display: none;
  }

  .logo {
    display: flex;
    align-items: center;
    background-color: var(--blue-color);
  }
  .logo a {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  #header {
    height: 70px;
    background-color: #fff;
  }

  .logo h1 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }

  .logo h1 span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
  }

}

/* =======================================
お問い合わせ
======================================== */

.contact-area {
  padding: 0 28px;
  margin-top: 170px;
}

.contact-area .contact-wrap {
  padding: 140px 0;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/common/contact__bg.png');
}

.contact-left,
.contact-right {
  display: table;
}

.tel-box {
  display: flex;
  align-items: center;
}

.tel-icon {
  margin-right: 10px;
  width: 40px;
  display: block;
}

.tel-text {
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

.contact-area .time {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-area .time span {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.contact-flex {
  display: flex;
  justify-content: center;
  gap: 0 160px;
  align-items: center;
}

.contact-icon {
  width: 34px;
  font-size: 0;
  transform: translateY(2px);
  display: block;
  margin-right: 12px;
}

.contact-area-btn {
  background-color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 345px;
  padding: 27px 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 20px;
  color: #fff;
  transition: 0.4s;
}

.contact-area-btn:hover {
  background-color: #005499;
}


.contact-area .sec-ttl-box {
  display: table;
  margin: 0 auto 60px;
}

.contact-area .sec-title-en {
  font-family: "Urbanist", sans-serif;
  color: #aaaea6;
  line-height: 1;
  padding-left: 60px;
  font-weight: 600;
  position: relative;
  font-size: 24px;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.contact-area.section-box h3.sec-title {
  color: #fff;
}

.contact-area .sec-title-en {
  color: #fff;
}

.contact-area .sec-title-en::after {
  background-color: #fff;
}



@media (max-width: 991px) {
  .contact-area {
    padding: 0 28px;
    margin-top: 140px;
  }

  .contact-area .contact-wrap {
    padding: 80px 0;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/common/contact__bg.png);
  }

  .contact-flex {
    display: flex;
    padding: 0 30px;
    justify-content: center;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }

  .contact-area-btn {
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 300px;
    padding: 20px 0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border-radius: 20px;
    color: #fff;
  }

  .tel-text {
    color: #fff;
    line-height: 1;
    font-size: 34px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .contact-area {
    padding: 0 20px;
    margin-top: 100px;
  }

  .contact-flex {
    display: block;
    padding: 0;
    justify-content: center;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }

  .contact-left,
  .contact-right {
    display: table;
    margin: 0 auto;
  }

  .contact-right {
    margin-top: 30px;
  }

  .contact-area .sec-ttl-box {
    display: table;
    margin: 0 auto 40px;
  }

  .tel-icon {
    margin-right: 10px;
    width: 28px;
    font-size: 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .contact-area-btn {
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 260px;
    padding: 16px 0;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border-radius: 20px;
    color: #fff;
  }

  .contact-icon {
    width: 28px;
    font-size: 0;
    transform: translateY(2px);
    display: block;
    margin-right: 12px;
  }

  .tel-text {
    color: #fff;
    line-height: 1;
    font-size: 30px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
  }

}

/* =======================================
フッター
======================================== */
#footer {
  padding-top: 120px;
  padding-bottom: 0;
}

.ft-top {
  padding-bottom: 60px;
}

.ft-logo {
  color: #002b4e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
}

.ft-logo span {
  margin-left: 10px;
  font-size: 28px;
}

.address {
  display: table;
  font-feature-settings: "palt";
  color: #0c0d0d;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.address .mark-icon {
  width: 11px;
  font-size: 0;
  margin-left: 6px;
  vertical-align: -2px;
  display: inline-block;
}

.address-text {
  font-size: 14px;
}

.ft-bottom {
  padding: 28px 0;
  border-radius: 20px 20px 0 0;
  background-color: #002b4e;
}

.ft-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-bottom li {
  font-size: 0;
}

.ft-bottom li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: 0.4s;
}

.ft-bottom li a:hover {
  text-decoration: underline;
}

.copy {
  color: #fff;
  font-size: 12px;
}

/* ===== Footer Nav ===== */
.ft-top-flex {
  display: flex;
  justify-content: space-between;
}

/* ULをグリッド化して2カラムに */
.ft-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(105px, 1fr));
  /* 2カラム */
  column-gap: 50px;
  /* 画像の左右間隔イメージ */
  row-gap: 40px;
  /* 行間 */
}

.ft-nav li {
  line-height: 1;
  font-size: 0;
}

/* 各リンク */
.ft-nav a {
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  /* 画像イメージ：やや大きめ */
  font-weight: 600;
  /* 画像の太字感に合わせる */
  color: #0c0d0d;
  text-decoration: none;
  letter-spacing: .02em;
  transition: 0.4s;
}

.ft-nav a:hover {
  text-decoration: none;
  color:#005499;
}

#pagetop {
  position: fixed;
  right: 40px;
  bottom: 90px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  transition: 0.7s;
  cursor: pointer;
}

#pagetop.appeared {
  opacity: 1;
  pointer-events: auto;
}

#pagetop img {
  display: block;
  width: 56px;
  height: auto;
}

#pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 1500px) {
  #footer .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 768px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 0;
  }

  /* ===== Footer Nav ===== */
  .ft-top-flex {
    display: block;
    justify-content: space-between;
  }

  .ft-logo {
    text-align: center;
    color: #002b4e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 36px;
  }

  .ft-logo span {
    margin-left: 10px;
    font-size: 24px;
  }

  .address {
    text-align: center;
    display: table;
    font-feature-settings: "palt";
    color: #0c0d0d;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
  }

  .address .mark-icon {
    width: 11px;
    font-size: 0;
    margin-left: 6px;
    vertical-align: -2px;
    display: inline-block;
  }

  .address-text {
    font-size: 14px;
  }

  .ft-right {
    margin-top: 40px;
  }

  .ft-right {
    display: flex;
    justify-content: center;
    /* 全体を中央に配置 */
  }

  .ft-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    /* 各列は文字幅に合わせる */
    column-gap: 40px;
    /* 列の間隔 */
    row-gap: 18px;
    justify-content: center;
    /* グリッド全体を中央に */
    text-align: left;
    /* 各列内のテキストを左寄せ */
  }

  .ft-nav a {
    font-size: 15px;
    line-height: 1.6;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .ft-bottom-flex {
    display: block;
    align-items: center;
    justify-content: space-between;
  }

  .ft-bottom-flex ul {
    display: table;
    margin: 0 auto;
  }

  .copy {
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
  }
  #pagetop {
    right: 20px;
    bottom: 90px;
    position: fixed;
    max-width: 60px;
    cursor: pointer;
    width: 100%;
    z-index: 1000;
    transition: 0.7s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
  }
}

/* =======================================
SPMENU
======================================== */


.openbtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 1px;
  display: none;
  background-color: var(--blue-color);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.openbtn.active {
  border: 1px solid #fff;
}

.openbtn {
  cursor: pointer;
  margin-left: 0;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.4rem;
  height: 2px;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 8px;
  left: 8px;
  width: 35px;
}

.openbtn span:nth-of-type(2) {
  top: 17px;
  left: 8px;
  width: 35px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
  left: 8px;
  width: 35px;
}

.openbtn.active span:nth-of-type(1) {
  top: 12px;
  width: 35px;
  left: 8px;
  background-color: #fff;
  transform: translateY(5px) rotate(-160deg);
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  left: 8px;
  width: 35px;
  background-color: #fff;
  transform: translateY(-5px) rotate(160deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active p {
  color: #fff;
}

.overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -280px;
  width: 280px;
  color: #fff;
  text-align: left;
  background-color: var(--main-color);
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
  padding-bottom: 50px;
}

.overlay-menu-inner {
  position: relative;
  height: 100%;
  padding: 100px 20px 20px;
}

.spNav-top-01 ul li {
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.spNav-top-01 ul {
  width: 100%;
}

.spNav-top-01 ul li:nth-child(n+2) {
  margin-top: 22px;
}

.sp-nav-copy {
  margin-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 12px;
}

.overlay-menu-inner .fa-angle-right {
  padding-right: 5px;
}

.overlay-menu .tel {
  font-size: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  display: flex;
  line-height: 1;
  color: var(--blue-color);
  font-family: "Orbitron", sans-serif;
  align-items: center;
  margin-top: 30px;
}

.overlay-menu .tel-text {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  padding: 0;
}

.overlay-menu .tel-icon {
  width: 30px;
}

.overlay-menu .tel a {
  display: block;
  font-size: 0;
  line-height: 1;
}

.overlay-menu {
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.7s;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  z-index: 1000;
}

.overlay-menu.active {
  opacity: 1;
  background: rgba(0, 106, 190, 0.9);
  pointer-events: all;
}

.overlay-menu-inner {
  position: relative;
  height: 100%;
  padding: 150px 28px 20px;
}

.spNav-top-01 ul li {
  border-bottom: 1px solid #fff;
}

.spNav-top-01 ul li a {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right top 4px;
  background-image: url('../images/common/btn-circle-arrow.svg');
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 4px 30px 4px 0;
  font-weight: 500;
  line-height: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .spNav-top-01 ul li a {
      background-position: right top 9px;
    }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .spNav-top-01 ul li a {
      background-position: right top 2px;
    }
  }
}

.spNav-top-01 ul {
  max-width: 300px;
  width: 100%;
}

.spNav-top-01 ul li:nth-child(n+2) {
  margin-top: 25px;
}

.sp-nav-copy {
  margin-top: 60px;
  color: #fff;
  font-size: 12px;
}


@media (max-width: 991px) {
  .openbtn {
    top: 15px;
    right: min(2vw, 40px);
    display: block;
  }

  .openbtn p {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-left: 1px;
    font-weight: 500;
    margin-top: 34px;
  }
}

@media (max-width: 480px) {

  .openbtn {
    top: 10px;
  }

}