html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: "Zen Kaku Gothic New", "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;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
  color: #4C453A;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.125vw;
    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: #4C453A;
  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: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    min-width: 100%;
  }
}
.header_logo {
  width: 19.2rem;
}
@media only screen and (max-width: 640px) {
  .header_logo {
    margin: 0;
    width: 21.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .header_nav_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header_sns {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .header_sns {
    margin-bottom: 0;
    gap: 4.6875vw;
  }
}
.header_sns a {
  display: flex;
  align-items: center;
}
.header .inner {
  padding: 0 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16rem;
}
@media only screen and (max-width: 1390px) {
  .header .inner {
    padding: 0 3rem;
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .header .inner {
    padding: 0 4.6875vw 0 1.25vw;
    height: 14.0625vw;
    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.71875vw;
    letter-spacing: normal;
    color: #231815;
    left: 4%;
    bottom: 0;
  }
}
.open .global_nav_menu-item {
  display: block;
  position: absolute;
  top: 40%;
  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;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.95;
    width: 100%;
    height: 100lvh;
    background: #fff url(../img/common/bg_footer_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.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: 1.5em;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 1580px) {
  .global_nav ul li {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 1390px) {
  .global_nav ul li {
    margin-left: 0.75em;
  }
}
.global_nav ul li::after {
  margin-left: 1.5em;
  content: "";
  background: url(../img/common/line_gnav.svg) no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1.2rem;
  display: block;
}
@media only screen and (max-width: 1580px) {
  .global_nav ul li::after {
    margin-left: 0.75em;
  }
}
@media only screen and (max-width: 1390px) {
  .global_nav ul li::after {
    margin-left: 0.75em;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav ul li::after {
    display: none;
  }
}
.global_nav ul li:last-child::after {
  display: none;
}
@media only screen and (max-width: 1390px) {
  .global_nav ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .global_nav ul li {
    margin: 0.75em 0;
    font-size: 4.375vw;
  }
}
.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 img {
    width: 4.6875vw;
    height: 3.90625vw;
  }
}
.global_nav ul li span {
  opacity: 0.3;
}
.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 0 0 6.25vw;
    width: 6.25vw;
    height: 8.59375vw;
    display: block;
    position: relative;
  }
  .global_nav_menu::after {
    content: "MENU";
    position: absolute;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.71875vw;
    letter-spacing: 1;
    font-weight: 700;
    letter-spacing: 0.234375vw;
    color: #231815;
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.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: 40%;
  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 {
  padding-top: 16rem;
  overflow: hidden;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-top: 14.0625vw;
  }
}

.page_title {
  padding-top: 0;
  background: url(../img/common/bg_title.png) no-repeat center top;
  background-size: cover;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .page_title {
    background: url(../img/common/bg_title_sp.png) no-repeat center top;
    background-size: cover;
    height: 50vw;
    text-align: center;
    margin-bottom: 3.125vw;
  }
}
.page_title .content {
  margin: 0;
}
.page_title .en {
  font-family: "Jost", sans-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: 10vw;
  }
}
.page_title .jp {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .page_title .jp {
    font-size: 3.75vw;
  }
}

.footer .content {
  margin: 0;
  background: url(../img/common/bg_footer.svg) no-repeat center bottom;
  height: 58rem;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .footer .content {
    margin-top: 25vw;
    padding: 11.25vw 0 7.5vw;
    background: #4C453A url(../img/common/bg_footer_sp.svg) no-repeat center top;
    background-size: 100% auto;
    height: 58rem;
    height: auto;
  }
}
.footer span,
.footer a {
  color: #fff;
}
.footer_banner {
  display: flex;
  align-items: center;
  gap: 7rem;
  height: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_banner {
    margin-top: -34.375vw;
    flex-wrap: wrap;
    height: auto;
    gap: 4.375vw;
  }
}
.footer_banner li {
  width: 41.25vw;
}
.footer address {
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .footer_column {
    padding: 0;
  }
}
.footer_container {
  margin-top: 21.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer_container {
    margin-top: 59.375vw;
    flex-direction: column;
    gap: 8.75vw;
  }
}
.footer_nav {
  margin-bottom: 4rem;
  width: 52rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    gap: 4.6875vw;
    justify-content: center;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer_nav_container {
    border-left: none;
    padding-left: 0;
  }
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1em 1.25em;
}
@media only screen and (max-width: 640px) {
  .footer_nav_list {
    justify-content: flex-start;
    gap: 2em;
  }
}
.footer_nav_list li {
  line-height: 1.2;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .footer_nav_list li {
    min-width: 40%;
  }
}
.footer_nav_list li span {
  opacity: 0.3;
}
.footer_company_container {
  width: 58rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer_company_container {
    flex-direction: column;
    text-align: center;
    width: auto;
  }
}
.footer_logo {
  padding: 2rem 2.8rem;
  border-radius: 0.8rem;
  width: 19.5rem;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .footer_logo {
    margin: 0 auto;
    width: 50vw;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .footer_logo img {
    width: 100%;
    max-width: 100%;
  }
}
.footer_company {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .footer_company {
    text-align: center;
  }
}
.footer_company_name {
  margin-bottom: 0.75em;
  font-size: 2rem;
}
.footer_company_name span {
  font-size: 1.6rem;
}
.footer_address {
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
@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_sns {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .footer_sns {
    justify-content: center;
  }
}
.footer_sns a {
  display: flex;
  align-items: center;
}
.footer .copyright {
  font-size: 1.4rem;
  opacity: 0.3;
  text-align: right;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .footer .copyright {
    font-size: 2.5vw;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .breadcrumb {
    padding-bottom: 2.4rem;
  }
}
.breadcrumb ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  color: #4C453A;
  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: #ED6D00;
  width: 8px;
  height: 2px;
}
.breadcrumb a {
  text-decoration: none;
  color: #4C453A;
}/*# sourceMappingURL=common.css.map */