@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Roboto-Bold.ttf);
}
main {
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  scroll-behavior: smooth;
  /* WordPress管理バー表示時のヘッダー位置調整 */
}
@media screen and (min-width: 791px) {
  body {
    padding-top: clamp(0px, 5.2083333333vw, 100px);
    font-size: clamp(0px, 0.8333333333vw, 16px);
    line-height: 188%;
  }
}
@media screen and (max-width: 790px) {
  body {
    padding-top: 16.4102564103vw;
    padding-bottom: 25.641025641vw;
    font-size: 3.5897435897vw;
    line-height: 186%;
  }
}
body h3 {
  font-weight: 700;
}
@media screen and (min-width: 791px) {
  body h3 {
    font-size: clamp(0px, 1.5625vw, 30px);
    line-height: 160%;
  }
}
@media screen and (max-width: 790px) {
  body h3 {
    font-size: 5.1282051282vw;
    line-height: 150%;
  }
}
body h4 {
  font-weight: 700;
}
@media screen and (min-width: 791px) {
  body h4 {
    font-size: clamp(0px, 0.8333333333vw, 16px);
    line-height: 175%;
  }
}
@media screen and (max-width: 790px) {
  body h4 {
    font-size: 3.5897435897vw;
    line-height: 143%;
  }
}
body strong {
  font-weight: 700;
}
body a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
body a:hover {
  transition: all 0.3s ease;
}
body a img {
  transition: all 0.3s ease;
}
body a img:hover {
  opacity: 0.8;
}
body .col-gradation {
  background: linear-gradient(#166457, #2E8B70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .col-basic {
  color: #166457;
}
body .link-none {
  pointer-events: none;
}
body .link-opacity:hover {
  opacity: 0.8;
}
body .link-color:hover {
  color: #166457;
}
body .link-underline {
  text-decoration: underline;
  text-decoration-color: transparent;
}
body .link-underline:hover {
  text-decoration-color: currentColor;
}
body .link-contact,
body .link-more {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
body .link-contact a,
body .link-more a {
  line-height: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative; /* 擬似要素の基準 */
  border-radius: 100px;
  color: #166457;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #166457, #2E8B70); /* ボーダーのグラデ */
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  /* コンテンツ（テキスト/アイコン）を擬似要素の上に出す */
}
@media screen and (min-width: 791px) {
  body .link-contact a,
  body .link-more a {
    border: 2px solid transparent;
    padding: clamp(0px, 0.6770833333vw, 13px) clamp(0px, 1.5625vw, 30px);
    font-size: clamp(0px, 0.9375vw, 18px);
  }
}
@media screen and (max-width: 790px) {
  body .link-contact a,
  body .link-more a {
    border: 2px solid transparent;
    padding: 3.3333333333vw 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}
body .link-contact a::before,
body .link-more a::before {
  content: "";
  position: absolute;
  inset: 0; /* 親のパディング領域まで覆す */
  border-radius: inherit;
  background: rgba(255, 255, 255, 0); /* デフォルトは透明（または白） */
  pointer-events: none;
  transition: background 0.3s ease;
  z-index: 0;
}
body .link-contact a > *,
body .link-more a > * {
  position: relative;
  z-index: 1;
}
body .link-contact a::after,
body .link-more a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/images/common/link-more.svg");
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 791px) {
  body .link-contact a::after,
  body .link-more a::after {
    width: clamp(0px, 1.25vw, 24px);
    height: clamp(0px, 1.25vw, 24px);
    margin-left: clamp(0px, 0.2604166667vw, 5px);
  }
}
@media screen and (max-width: 790px) {
  body .link-contact a::after,
  body .link-more a::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    margin-left: 1.2820512821vw;
  }
}
body .link-contact a:hover::before,
body .link-more a:hover::before {
  background: rgba(22, 100, 87, 0.2);
}
body .link-outside > span {
  position: relative;
  padding-right: 1.5em;
}
body .link-outside > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/images/common/icon-ExternalLink.svg") no-repeat center/100%;
  width: 1.5em;
  height: 1.5em;
}
@media screen and (min-width: 791px) {
  body .sp_only {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  body .pc_only {
    display: none;
  }
}
body img {
  display: block;
  width: 100%;
}
body .title {
  text-align: center;
  font-weight: 700;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 791px) {
  body .title {
    font-size: clamp(0px, 2.5vw, 48px);
    line-height: 119%;
  }
}
@media screen and (max-width: 790px) {
  body .title {
    font-size: 7.1794871795vw;
    line-height: 117%;
  }
}
body .title span {
  display: block;
}
body .title .title-main {
  background: linear-gradient(#166457, #2E8B70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 791px) {
  body .title .title-main {
    min-height: clamp(0px, 3.2291666667vw, 62px);
  }
}
@media screen and (max-width: 790px) {
  body .title .title-main {
    min-height: 9.2307692308vw;
  }
}
@media screen and (min-width: 791px) {
  body .title .title-sub {
    font-size: clamp(0px, 0.8333333333vw, 16px);
    line-height: 175%;
  }
}
@media screen and (max-width: 790px) {
  body .title .title-sub {
    font-size: 3.5897435897vw;
    line-height: 143%;
    margin-top: 1.2820512821vw;
  }
}
body header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 791px) {
  body header {
    width: 100%;
    max-width: 1920px;
    box-shadow: 0px clamp(0px, 0.2083333333vw, 4px) clamp(0px, 1.25vw, 24px) rgba(22, 100, 87, 0.05);
  }
}
@media screen and (max-width: 790px) {
  body header {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 1.0256410256vw 6.1538461538vw rgba(22, 100, 87, 0.05);
  }
}
body header .header-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 791px) {
  body header .header-inner {
    height: clamp(0px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 790px) {
  body header .header-inner {
    height: 16.4102564103vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 791px) {
  body header .site-logo {
    width: clamp(0px, 12.65625vw, 243px);
    margin-left: clamp(0px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 790px) {
  body header .site-logo {
    width: 41.7948717949vw;
    margin-left: 5.1282051282vw;
    order: 1;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 791px) {
  body header .hamburger {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  body header .hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    order: 3;
    z-index: 1;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  body header .hamburger[aria-expanded=true] .hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  body header .hamburger[aria-expanded=true] .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  body header .hamburger[aria-expanded=true] .hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
body header .hamburger .hamburger-line {
  display: block;
  width: 4.6153846154vw;
  height: 2px;
  background: #333;
  margin: 4px auto;
  transition: transform 0.25s, opacity 0.25s;
}
body header .nav-content {
  display: flex;
}
@media screen and (min-width: 791px) {
  body header .nav-content {
    order: 2;
    margin-left: auto;
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 790px) {
  body header .nav-content {
    width: 100%;
    padding-inline: 5.1282051282vw;
    padding-bottom: 25.641025641vw;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 10;
    flex-direction: column;
    overflow-y: auto;
    /* 最初は非表示（透明＆クリック不可） */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
  body header .nav-content.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s, 0s;
  }
}
@media screen and (min-width: 791px) {
  body header .nav-header {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  body header .nav-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16.4102564103vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    z-index: 10;
  }
}
@media screen and (max-width: 790px) {
  body header .nav-logo {
    margin-left: 5.1282051282vw;
    width: 41.7948717949vw;
  }
}
@media screen and (min-width: 791px) {
  body header .nav-close {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  body header .nav-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #333;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
}
body header .header-nav {
  display: flex;
}
@media screen and (min-width: 791px) {
  body header .header-nav {
    gap: clamp(0px, 3.125vw, 60px);
    margin-right: clamp(0px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 790px) {
  body header .header-nav {
    padding-top: 24.1025641026vw;
    padding-bottom: 5.1282051282vw;
    flex-flow: column nowrap;
    border-bottom: 1px solid #BDBDBD;
  }
}
@media screen and (max-width: 790px) {
  body header .header-nav a {
    width: 100%;
    height: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 791px) {
  body header .header-contact {
    width: clamp(0px, 9.375vw, 180px);
    height: 100%;
    order: 3;
    margin-left: 0;
  }
}
@media screen and (max-width: 790px) {
  body header .header-contact {
    order: 2;
    margin-left: auto;
    margin-right: 0;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
}
body header .header-contact .contact-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  height: 100%;
}
body header .header-contact .contact-icon {
  display: block;
}
@media screen and (min-width: 791px) {
  body header .header-contact .contact-icon {
    width: clamp(0px, 1.5625vw, 30px);
    height: clamp(0px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 790px) {
  body header .header-contact .contact-icon {
    width: 4.6153846154vw;
    height: auto;
    margin-bottom: 0.7692307692vw;
  }
}
body header .header-contact .contact-text {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 791px) {
  body header .header-contact .contact-text {
    font-size: clamp(0px, 0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 790px) {
  body header .header-contact .contact-text {
    font-size: 2.5641025641vw;
  }
}
body header .header-contact a {
  background: #166457;
  display: block;
  width: 100%;
  height: 100%;
}
body header .header-contact a:hover {
  background: rgba(22, 100, 87, 0.7);
}
body header .nav-contact {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 790px) {
  body header .nav-contact {
    margin-block: 7.6923076923vw;
  }
}
body header .nav-contact a {
  line-height: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative; /* 擬似要素の基準 */
  border-radius: 100px;
  color: #fff;
  background-color: #166457;
  /* コンテンツ（テキスト/アイコン）を擬似要素の上に出す */
}
@media screen and (max-width: 790px) {
  body header .nav-contact a {
    padding: 3.5897435897vw 6.9230769231vw;
    font-size: 4.1025641026vw;
  }
}
body header .nav-contact a > * {
  position: relative;
  z-index: 1;
}
body header .nav-contact a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/images/common/contact.svg");
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 790px) {
  body header .nav-contact a::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    margin-left: 1.2820512821vw;
  }
}
body header .language-switcher {
  position: relative;
  /* 外枠をなくしてテキスト風に見せる */
}
@media screen and (min-width: 791px) {
  body header .language-switcher {
    margin-right: clamp(0px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 790px) {
  body header .language-switcher {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
body header .language-switcher select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none; /* 枠を消す */
  background: transparent; /* 背景を透過 */
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #166457;
  outline: none;
  font-family: Roboto;
}
@media screen and (min-width: 791px) {
  body header .language-switcher select {
    padding-right: clamp(0px, 0.78125vw, 15px);
  }
}
@media screen and (max-width: 790px) {
  body header .language-switcher select {
    padding-right: 3.8461538462vw;
    width: 100%;
    box-sizing: border-box;
  }
}
body header .language-switcher select:hover {
  border-color: transparent;
}
body header .language-switcher select:focus {
  box-shadow: none;
  outline: none;
}
body header .language-switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #166457 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 791px) {
  body header .language-switcher::after {
    border-width: clamp(0px, 0.2864583333vw, 5.5px) clamp(0px, 0.1822916667vw, 3.5px) 0 clamp(0px, 0.1822916667vw, 3.5px);
  }
}
@media screen and (max-width: 790px) {
  body header .language-switcher::after {
    border-width: 1.4102564103vw 0.8974358974vw 0 0.8974358974vw;
  }
}
body header .menu-open .hamburger {
  display: none;
}
@media screen and (min-width: 791px) {
  body.admin-bar header {
    top: 32px;
  }
}
body footer .footer-inner {
  background-color: #F7FBFA;
}
body footer .footer-top {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 791px) {
  body footer .footer-top {
    padding-block: clamp(0px, 4.1666666667vw, 80px) clamp(0px, 3.3854166667vw, 65px);
    width: clamp(0px, 62.5vw, 1200px);
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-top {
    padding-block: 15.3846153846vw;
    padding-inline: 5.1282051282vw;
    display: grid;
  }
}
@media screen and (min-width: 791px) {
  body footer .footer-logo {
    width: clamp(0px, 18.6979166667vw, 359px);
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-logo {
    order: 2;
    width: 52.5641025641vw;
    margin-inline: 5.1282051282vw;
  }
}
@media screen and (max-width: 790px) {
  body footer nav {
    order: 1;
  }
}
@media screen and (min-width: 791px) {
  body footer .footer-nav {
    margin-block: clamp(0px, 2.6041666667vw, 50px);
    display: flex;
    gap: clamp(0px, 3.125vw, 60px);
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-nav {
    display: flex;
    flex-flow: row wrap;
    row-gap: 2.5641025641vw;
    padding: 0 5.1282051282vw 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
    border-bottom: 1px solid #E6E6E6;
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-nav li {
    width: 50%;
    height: 7.9487179487vw;
  }
}
body footer .footer-nav a {
  line-height: 1;
  font-family: Roboto;
}
@media screen and (min-width: 791px) {
  body footer .footer-nav a {
    font-size: clamp(0px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-nav a {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-info {
    order: 3;
    padding-inline: 5.1282051282vw;
    margin-top: 3.0769230769vw;
  }
}
@media screen and (min-width: 791px) {
  body footer .footer-company {
    font-size: clamp(0px, 1.1458333333vw, 22px);
    line-height: 1.1;
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-company {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 791px) {
  body footer .footer-address {
    font-size: clamp(0px, 1.0416666667vw, 20px);
    line-height: 1.9;
    margin-top: clamp(0px, 1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 790px) {
  body footer .footer-address {
    font-size: 3.5897435897vw;
    line-height: 157%;
    margin-top: 1.2820512821vw;
  }
}
body footer .footer-bottom {
  background-color: #166457;
  color: #fff;
}
body footer .footer-bottom a {
  color: #fff;
}
body footer .bottom-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 791px) {
  body footer .bottom-inner {
    width: clamp(0px, 62.5vw, 1200px);
    height: clamp(0px, 4.0625vw, 78px);
    font-size: clamp(0px, 0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 790px) {
  body footer .bottom-inner {
    height: 12.3076923077vw;
    padding-inline: 5.1282051282vw;
    font-size: 2.5641025641vw;
  }
}
body footer .footer-copyright {
  font-family: Roboto;
}
@media screen and (min-width: 791px) {
  body .breadcrumb {
    margin-top: clamp(0px, 2.6041666667vw, 50px);
    margin-bottom: clamp(0px, 5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 790px) {
  body .breadcrumb {
    margin-top: 5.1282051282vw;
    margin-bottom: 20.5128205128vw;
    padding-inline: 5.1282051282vw;
  }
}
body .breadcrumb .breadcrumb-list {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 791px) {
  body .breadcrumb .breadcrumb-list {
    padding-left: clamp(0px, 0.2083333333vw, 4px);
  }
}
body .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 791px) {
  body .breadcrumb .breadcrumb-item {
    min-height: clamp(0px, 1.875vw, 36px);
  }
}
@media screen and (max-width: 790px) {
  body .breadcrumb .breadcrumb-item {
    min-height: 8.2051282051vw;
    font-size: 3.0769230769vw;
    line-height: 2;
  }
}
body .breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/images/common/arrow.svg");
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 791px) {
  body .breadcrumb .breadcrumb-item:not(:last-child)::after {
    width: clamp(0px, 0.8333333333vw, 16px);
    height: clamp(0px, 0.8333333333vw, 16px);
    margin-inline: clamp(0px, 0.2083333333vw, 4px);
  }
}
@media screen and (max-width: 790px) {
  body .breadcrumb .breadcrumb-item:not(:last-child)::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-inline: 1.0256410256vw;
    top: 0.07em;
  }
}
body .list-decimal {
  list-style: decimal;
  margin-left: 1em;
}
body .list-disc {
  list-style: disc;
  margin-left: 1em;
}
body .list-disc > li::marker {
  font-size: 0.7em;
  vertical-align: middle;
}
body .fadein {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}
body .fadein.fadein-left {
  transform: translate3d(-20px, 0, 0);
}
body .fadein.fadein-right {
  transform: translate3d(20px, 0, 0);
}
body .fadein.fadein-up {
  transform: translate3d(0, 20px, 0);
}
body .fadein.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}