@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 18rem;
}
@media only screen and (max-width: 1200px) {
  html {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
    font-size: 2.2vw;
    scroll-padding-top: 18.75vw;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
  color: #000;
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.75vw;
    min-width: 100%;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: auto;
  }
}

em {
  font-style: normal;
}

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

address {
  font-style: normal;
}

a,
.hover {
  color: #000;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.inner {
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  max-width: 120rem;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 5vw;
    width: 100%;
    min-width: 100%;
  }
}
.inner.-middle {
  max-width: 95rem;
  min-width: 95rem;
}
@media only screen and (max-width: 640px) {
  .inner.-middle {
    width: 100%;
    min-width: 100%;
  }
}
.inner.-large {
  max-width: 133rem;
}
@media only screen and (max-width: 1390px) {
  .inner.-large {
    width: 96.2025316456%;
  }
}
.inner.-xlarge {
  max-width: 158rem;
}
@media only screen and (max-width: 1580px) {
  .inner.-xlarge {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .inner.-xlarge {
    width: 100%;
  }
}
.inner.-full {
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full {
    padding: 0 5vw;
  }
}
.inner.-full-mgn {
  padding: 0 9rem 0 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full-mgn {
    padding: 0 2.34375vw;
  }
}

.header {
  padding: 3rem 3.2rem 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .header {
    min-width: 120rem;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 3.125vw 3.125vw 0 5vw;
    min-width: 100%;
    height: 16.25vw;
    background: linear-gradient(180deg, #FFF 0%, #FFF 20%, rgba(255, 255, 255, 0) 100%);
  }
}
.header_logo {
  width: 36rem;
}
@media only screen and (max-width: 1580px) {
  .header_logo {
    width: 20.8333333333vw;
  }
}
@media only screen and (max-width: 1390px) {
  .header_logo {
    width: 25.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .header_logo {
    margin: 0;
    width: 56.25vw;
  }
}
.header .inner {
  padding: 0 4.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5.6rem;
  height: 11.2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 1580px) {
  .header .inner {
    padding: 0 3.6rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 1390px) {
  .header .inner {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .header .inner {
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .header .inner {
    padding: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
  }
}

@media only screen and (max-width: 640px) {
  .global_nav {
    padding: 18.75vw;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: linear-gradient(171deg, #003D4D 0%, #3B7C3B 100%);
    width: 100%;
    height: 100lvh;
  }
}
.global_nav ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .global_nav ul {
    flex-direction: column;
  }
}
.global_nav ul li {
  margin-left: 2em;
}
@media only screen and (max-width: 1580px) {
  .global_nav ul li {
    margin-left: 1.5em;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1580px) {
  .global_nav ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav ul li {
    margin: 0.75em 0;
    font-size: 4.6875vw;
  }
}
.global_nav ul li a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .global_nav ul li a {
    color: #fff;
  }
}
.global_nav ul li a.-external::after {
  margin-left: 0.25em;
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon_external.svg) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .global_nav ul li a.-external::after {
    background: url(../img/common/icon_external_w.svg) no-repeat center center;
    background-size: 100% auto;
  }
}
.global_nav-contact a {
  /* color: $color_red; */
}
.global_nav_menu {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global_nav_menu {
    border: none;
    position: relative;
    z-index: 100;
    display: block;
    width: 10vw;
    height: 10vw;
    background: url(../img/common/icon_menu.svg);
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav_menu.close {
    background: url(../img/common/icon_close.svg);
    background-size: cover;
  }
}

.main {
  overflow: hidden;
}

.page_title {
  padding-top: 19.6rem;
  background: url(../img/common/bg_kv.jpg) no-repeat center top;
  background-size: cover;
  height: 54.5rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .page_title {
    padding-top: 18.75vw;
    background: url(../img/common/bg_kv.jpg) no-repeat right -12.5vw top;
    background-size: cover;
    height: 50vw;
    text-align: center;
  }
}
.page_title .content {
  margin: 0;
}
.page_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .page_title .en {
    font-size: 7.5vw;
  }
}
.page_title .jp {
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .page_title .jp {
    font-size: 3.75vw;
  }
}

.breadcrumb {
  margin: 1.5em auto;
  padding: 0 3rem;
  width: 100%;
  min-width: 114rem;
  max-width: 152rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    margin-bottom: 7.8125vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 4.6875vw;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: rgb(59, 124, 59);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .breadcrumb ol {
    font-size: 2.34375vw;
  }
}
.breadcrumb ol li + li::before {
  content: "";
  margin: 0 1em;
  display: inline-block;
  vertical-align: middle;
  color: rgb(59, 124, 59);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.main {
  line-height: 1.8;
}

.footer_contact a {
  color: #fff;
}
.footer_contact .content {
  margin: 0;
  padding: 11rem 0;
  background: linear-gradient(94deg, #003D4D 0%, #3B7C3B 100%);
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer_contact .content {
    padding: 12.5vw 0;
  }
}
.footer_contact .title-withEn .en::first-letter {
  color: #fff;
}
.footer_contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .footer_contact_list {
    flex-direction: column;
    gap: 7.5vw;
  }
}
.footer_contact_tel {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .footer_contact_tel {
    font-size: 10vw;
  }
}
.footer_contact_tel a {
  padding-left: 4.8rem;
  background: url(../img/common/icon_phone.svg) no-repeat left center;
  background-size: auto 4rem;
}
@media only screen and (max-width: 640px) {
  .footer_contact_tel a {
    padding-left: 7.5vw;
    background-size: auto 7.5vw;
  }
}
.footer_contact_mail {
  width: 52rem;
}
@media only screen and (max-width: 640px) {
  .footer_contact_mail {
    width: 81.25vw;
  }
}
.footer_contact_mail a {
  padding: 1em 0.5em 1em 1.5em;
  display: block;
  border: solid 2px #fff;
  border-radius: 2em;
  font-size: 3.2rem;
  background: url(../img/common/icon_mail.svg) no-repeat left 1.5em center;
  background-size: auto 3.4rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 640px) {
  .footer_contact_mail a {
    padding: 0.75em 0.75em 0.75em 1.5em;
    font-size: 5vw;
    background-size: auto 5.3125vw;
  }
}

.footer {
  color: #fff;
  background: url(../img/common/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .footer {
    background: url(../img/common/bg_footer_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.footer .content {
  margin: 0;
  padding: 16rem 0;
}
@media only screen and (max-width: 640px) {
  .footer .content {
    padding: 11.25vw 0 7.5vw;
  }
}
.footer a {
  color: #fff;
}
.footer address {
  font-style: normal;
}
.footer_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .footer_container {
    flex-direction: column;
    gap: 8.75vw;
  }
}
.footer_nav {
  display: flex;
  gap: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    gap: 14.84375vw;
  }
}
.footer_nav_list {
  width: 19rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav_list {
    width: 50%;
  }
}
.footer_nav_list li {
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  .footer_nav_list li {
    margin-bottom: 1.5em;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 640px) {
  .footer_company {
    text-align: center;
  }
}
.footer_logo {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .footer_logo {
    margin: 0 auto 11.25vw;
    width: 59.375vw;
  }
}
.footer_address {
  margin-bottom: 3.6rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_address {
    font-size: 3.125vw;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
}
.footer_address .address-office {
  margin-bottom: 0.5em;
  padding: 0 0 0.5em;
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.footer_address .icon-tel {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/common/icon_phone.svg) no-repeat left center;
  background-size: auto 90%;
}
.footer_copy {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .footer_copy {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=common.css.map */