html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-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: 101rem;
  min-width: 101rem;
}
@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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .header {
    min-width: 120rem;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    min-width: 100%;
  }
}
.header_logo {
  width: 30rem;
}
@media only screen and (max-width: 1390px) {
  .header_logo {
    width: 25.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .header_logo {
    margin: 0;
    width: 50vw;
  }
}
.header .inner {
  padding: 0 0 0 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12rem;
}
@media only screen and (max-width: 1390px) {
  .header .inner {
    padding: 0 0 0 3.90625vw;
    min-width: 100%;
    height: 10rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .inner {
    padding: 0 0 0 4.4rem;
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .header .inner {
    padding-left: 4.6875vw;
    height: 13.125vw;
    background: transparent;
    box-shadow: none;
  }
}

.open .global_nav {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .open .global_nav_menu {
    position: relative;
  }
  .open .global_nav_menu::after {
    content: "CLOSE";
    position: absolute;
    font-size: 1.875vw;
    letter-spacing: normal;
    color: #231815;
    left: 4%;
    bottom: 0;
  }
}
.open .global_nav_menu-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3vw;
  height: 2px;
  margin: -1px 0 0;
  background: #231815;
  background-color: transparent;
}
@media only screen and (max-width: 640px) {
  .open .global_nav_menu-item {
    width: 100%;
  }
}
.open .global_nav_menu-item:before, .open .global_nav_menu-item:after {
  background: #231815;
  top: 0;
}
.open .global_nav_menu-item:before {
  transform: rotate(225deg);
}
.open .global_nav_menu-item:after {
  transform: rotate(-225deg);
}

@media only screen and (max-width: 640px) {
  .global_nav {
    margin-top: 13.125vw;
    padding: 7.8125vw 12.5vw;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: #231815;
    width: 100%;
    height: 100lvh;
  }
}
.global_nav ul {
  display: flex;
  align-items: center;
}
@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.2em;
  }
}
@media only screen and (max-width: 1390px) {
  .global_nav ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .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: flex;
  align-items: center;
  gap: 0.9rem;
}
@media only screen and (max-width: 640px) {
  .global_nav ul li a {
    color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav ul li a img {
    width: 4.6875vw;
    height: 3.90625vw;
  }
}
.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 ul li.btn-contact {
  height: 12rem;
  width: 13.0208333333vw;
}
@media only screen and (max-width: 1390px) {
  .global_nav ul li.btn-contact {
    height: 10rem;
    width: 17rem;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav ul li.btn-contact {
    width: 100%;
  }
}
.global_nav ul li.btn-contact a {
  padding-left: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  background: rgb(255, 0, 0) url(../img/common/icon_mail.svg) no-repeat left 2.6041666667vw center;
  background-size: 2.4rem auto;
}
@media only screen and (max-width: 1580px) {
  .global_nav ul li.btn-contact a {
    padding-left: 2.6041666667vw;
    background: rgb(255, 0, 0) url(../img/common/icon_mail.svg) no-repeat left 1.5625vw center;
  }
}
@media only screen and (max-width: 1580px) and (max-width: 640px) {
  .global_nav ul li.btn-contact a {
    border-radius: 1.25vw;
    padding: 4.375vw 4.375vw 4.375vw 8.75vw;
    background: rgb(255, 0, 0) url(../img/common/icon_mail.svg) no-repeat left 15.625vw center;
    height: auto;
    background-size: 5.625vw auto;
  }
}
.global_nav_menu {
  margin: 0 3rem 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  height: 7.4rem;
  width: 7.4rem;
  display: block;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 1580px) {
  .global_nav_menu {
    margin: 0 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav_menu {
    margin: 0 3.125vw 0 0;
    width: 6.25vw;
    height: 10.15625vw;
    display: block;
    position: relative;
  }
  .global_nav_menu::after {
    content: "MENU";
    position: absolute;
    font-size: 2.03125vw;
    letter-spacing: 0.078125vw;
    color: #231815;
    left: 0;
    bottom: 0;
  }
}
.global_nav_menu-outer {
  position: relative;
  width: 3rem;
  height: 2.2rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 640px) {
  .global_nav_menu-outer {
    width: 100%;
    height: 100%;
  }
}
.global_nav_menu-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 1px;
  margin: -1px 0 0;
  background: #231815;
}
@media only screen and (max-width: 640px) {
  .global_nav_menu-item {
    width: 100%;
  }
}
.global_nav_menu-item:before, .global_nav_menu-item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 3rem;
  height: 1px;
  background: #231815;
  content: "";
  transition: transform 200ms, top 200ms;
}
@media only screen and (max-width: 640px) {
  .global_nav_menu-item:before, .global_nav_menu-item:after {
    width: 100%;
  }
}
.global_nav_menu-item:before {
  top: -1rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global_nav_menu-item:before {
    top: 1.5625vw;
  }
}
.global_nav_menu-item:after {
  top: 1rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global_nav_menu-item:after {
    top: -1.5625vw;
  }
}

.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: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  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;
  }
}

.main {
  line-height: 1.8;
}

.footer_contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer_contact .inner {
    flex-direction: column;
  }
}
.footer_contact a {
  color: #fff;
}
.footer_contact .content {
  margin: 0;
  padding: 8rem 0;
  background: #231815;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer_contact .content {
    padding: 12.5vw 0;
  }
}
.footer_contact_title {
  margin-bottom: 0.5em;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
}
.footer_contact_title .title-withEn {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .footer_contact_title .title-withEn {
    margin: 1.5em;
  }
}
.footer_contact_mail {
  padding: 3rem 8rem;
  border: solid 1px #fff;
  width: 55.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_contact_mail {
    padding: 6.25vw 12.5vw;
    width: 100%;
  }
}
.footer_contact_button a {
  padding: 1em 0.5em 1em 1.5em;
  display: block;
  border-radius: 0.8rem;
  font-size: 2rem;
  background: rgb(255, 0, 0) url(../img/common/icon_mail.svg) no-repeat left 5em center;
  background-size: 2.4rem auto;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 640px) {
  .footer_contact_button a {
    padding: 0.75em 0.75em 0.75em 2em;
    font-size: 3.125vw;
    background: rgb(255, 0, 0) url(../img/common/icon_mail.svg) no-repeat left 3em center;
    background-size: auto 5.3125vw;
  }
}

.footer .content {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .footer .content {
    padding: 11.25vw 0 7.5vw;
  }
}
.footer address {
  font-style: normal;
}
.footer_column {
  padding: 9rem 0;
}
@media only screen and (max-width: 640px) {
  .footer_column {
    padding: 0;
  }
}
.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: 4rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    gap: 4.6875vw;
    justify-content: center;
  }
}
.footer_nav_container {
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  padding-left: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav_container {
    border-left: none;
    padding-left: 0;
  }
}
.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_container {
    text-align: center;
  }
}
.footer_logo {
  margin-bottom: 5.2rem;
  width: 30rem;
}
@media only screen and (max-width: 640px) {
  .footer_logo {
    margin: 0 auto 11.25vw;
    width: 59.375vw;
  }
}
.footer_company {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .footer_company {
    text-align: center;
  }
}
.footer_address {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .footer_address {
    font-size: 3.125vw;
  }
}
.footer_address .address-office {
  margin-bottom: 0.5em;
  padding: 0 0 0.5em;
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.footer_copy {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .footer_copy {
    font-size: 2.5vw;
  }
}

.c-button___wrap {
  margin-top: 6.1rem;
}
@media only screen and (max-width: 640px) {
  .c-button___wrap {
    margin-top: 6.25vw;
  }
}

.c-button {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .c-button {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
.c-button img {
  width: 2.7083333333vw;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1200px) {
  .c-button img {
    width: 3.3rem;
  }
}

.middle-titlearea {
  text-align: center;
}

.middle-sttl {
  color: #231815;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.4px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .middle-sttl {
    font-size: 3.90625vw;
    letter-spacing: 0.1875vw;
  }
}
.middle-sttl::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 6.5rem;
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  left: -8.3rem;
}
@media only screen and (max-width: 640px) {
  .middle-sttl::before {
    width: 7.8125vw;
    left: -9.375vw;
  }
}
.middle-sttl::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 6.5rem;
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -8.3rem;
}
@media only screen and (max-width: 640px) {
  .middle-sttl::after {
    width: 7.8125vw;
    right: -9.375vw;
  }
}

.middle-mttl {
  color: #231815;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 0.9rem;
}
@media only screen and (max-width: 640px) {
  .middle-mttl {
    font-size: 6.5625vw;
  }
}

.middle-title .content {
  margin: 12rem 0 2.4rem;
  padding-top: 6.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .middle-title .content {
    margin: 13.125vw 0 3.75vw;
    padding-top: 6.875vw;
  }
}

.middle-title__container {
  color: #231815;
}

.middle-title__en {
  font-family: "Cormorant Garamond";
  font-size: 9rem;
  font-weight: 300;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  .middle-title__en {
    font-size: 12.5vw;
  }
}

.middle-title__ja {
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 277.078%;
  letter-spacing: 1.4px;
  margin-top: 0.6rem;
  padding-bottom: 4.7rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .middle-title__ja {
    font-size: 3.75vw;
    margin-top: 1.875vw;
    padding-bottom: 5.625vw;
  }
}
.middle-title__ja::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 19.1rem;
  background: rgb(255, 0, 0);
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .middle-title__ja::after {
    width: 23.4375vw;
  }
}

.breadcrumb {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.breadcrumb ol {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 640px) {
  .breadcrumb ol {
    font-size: 2.34375vw;
  }
}
.breadcrumb ol li + li::before {
  content: "";
  margin: 0 1rem 0.5rem;
  display: inline-block;
  vertical-align: middle;
  background-color: rgb(255, 0, 0);
  width: 8px;
  height: 2px;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.intro .content {
  margin-top: 0;
}

.intro__bgimage {
  position: relative;
}
.intro__bgimage::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.6) 49.52%);
  width: 70.3125vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .intro__bgimage::after {
    width: 84.3rem;
  }
}
.intro__bgimage img {
  width: 100%;
}

.intro__body {
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10.4166666667vw;
  z-index: 11;
}
@media only screen and (max-width: 1200px) {
  .intro__body {
    left: 12.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__body {
    width: 95%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.intro__title {
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 1.875vw;
  line-height: 1.4;
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .intro__title {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__title {
    font-size: 5vw;
  }
}

.intro__text {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.0416666667vw;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 1.875vw;
}
@media only screen and (max-width: 1200px) {
  .intro__text {
    font-size: 1.3rem;
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__text {
    font-size: 3.75vw;
    margin-top: 6.25vw;
  }
}/*# sourceMappingURL=common.css.map */