@charset "UTF-8";

/* Scss Document */
html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanJP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 62.5%;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7vw;
  }
}

@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
    font-size: 2.2vw;
  }
}

body {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
}

/*-------------------------------------
  コーディングをしやすいようにコメントアウト
-------------------------------------*/
#is-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#loading {
  margin: 0 auto;
  display: none;
  z-index: 20;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgb(0, 0, 0) 0, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  -webkit-transition: left 6s ease-out;
  transition: left 6s ease-out;
}

#loading.isStart:before {
  left: 200%;
}

.loading-logo {
  margin: 0 auto 1em;
  width: 20rem;
  height: auto;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .loading-logo {
    width: 40%;
  }
}

.loading-text {
  margin: 0.5em auto 0;
  display: block;
  white-space: nowrap;
  text-align: center;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .loading-text {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #251d1a;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.inner {
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 133rem;
  min-width: 120rem;
}

@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 5vw;
    width: 100%;
    min-width: 100%;
  }
}

.inner.wide {
  max-width: 158rem;
}

@media only screen and (max-width: 640px) {
  .inner.wide {
    max-width: 100%;
  }
}

.inner.full {
  max-width: 100%;
}

.inner.small {
  max-width: 120rem;
}

@media only screen and (max-width: 640px) {
  .inner.small {
    max-width: 100%;
  }
}

h1 {
  font-size: 4rem;
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 4rem;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 2rem;
  }
}

address {
  font-style: normal;
  font-weight: normal;
}

.header {
  background: #fff;
  width: 100%;
  height: 10rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*20周年記念ロゴ入れるため
          justify-content: space-between;
		  */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (max-width: 640px) {
  .header {
    padding: 3vw 0 0;
    width: 100%;
    height: 14vw;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  .header {
    padding: 0;
  }
}

.header-logo {
  padding: 2rem 3rem;
  width: 28rem;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  .header-logo {
    padding: 0;
    width: 30vw;
  }
}

/*20周年ロゴ表記について*/
.header-logo-20th {
  padding: 0;
  width: 16rem;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 640px) {
  .header-logo-20th {
    padding: 0;
    width: 15vw;
  }
}

/*20周年ここまで*/

.header-tel {
  margin: 0 3rem;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: normal;
}

.header-tel a {
  text-decoration: none;
  color: #c6161d;
}

.header-tel img {
  margin-right: 1rem;
  width: 3.8rem;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .header-tel {
    display: none;
  }
}

.header-btn-request {
  width: 16rem;
}

.header-btn-request a {
  padding: 3rem 0;
  color: #fff;
  background: #c6161d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 10rem;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.header-btn-request a img {
  margin-bottom: 0.5rem;
  width: 4rem;
}

@media only screen and (max-width: 640px) {
  .header-btn-request {
    display: none;
  }
}

.hideClass {
  -webkit-transform: translateY(-10rem);
  transform: translateY(-10rem);
}

.global-nav {
  margin: 0 0 0 auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
  z-index: 1000;
}

.global-nav-list li a {
  /* color: #fff; */
}

@media only screen and (max-width: 640px) {
  .global-nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 1000;
    width: 100vw;
    height: calc(100vh - 14vw);
    overflow: auto;
    position: fixed;
    top: 14vw;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

.global-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.global-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 3rem;
}

@media only screen and (max-width: 640px) {
  .global-nav-list {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
  }
}

.global-nav-list li {
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.global-nav-list a,
.global-nav-list span {
  padding: 0 2rem;
  display: block;
  text-decoration: none;
  color: #251d1a;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {

  .global-nav-list a,
  .global-nav-list span {
    padding: 2rem;
    text-align: center;
  }
}

.global-nav-list a span,
.global-nav-list span span {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .global-nav-tel {
    display: inherit;
    margin: 0 3rem;
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    font-size: 3.6rem;
    font-weight: normal;
  }

  .global-nav-tel a {
    text-decoration: none;
    color: #c6161d;
  }

  .global-nav-tel img {
    margin-right: 1rem;
    width: 3.8rem;
    display: inline-block;
  }
}

.global-nav-btn-request {
  margin: 0 auto;
  width: 90vw;
}

@media only screen and (max-width: 640px) {
  .global-nav-btn-request {
    display: inherit;
  }

  .global-nav-btn-request a {
    padding: 2rem 0;
    color: #fff;
    background: #c6161d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0.1em;
  }

  .global-nav-btn-request a img {
    margin-right: 1rem;
    width: 4rem;
  }
}

.global-nav-menu {
  display: none;
}

@media only screen and (max-width: 640px) {
  .global-nav-menu {
    margin-bottom: 0.5em;
    padding: 0;
    border: none;
    background: none;
    display: block;
    position: absolute;
    z-index: 10;
    top: 5vw;
    right: 5vw;
  }

  .global-nav-menu-outer {
    position: relative;
    width: 5vw;
    height: 4vw;
  }

  .global-nav-menu-item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 2px;
    margin: -1px 0 0 -2.5vw;
    background: #9a2b4a;
  }

  .global-nav-menu-item:before,
  .global-nav-menu-item:after {
    display: block;
    position: absolute;
    left: 0;
    width: 5vw;
    height: 2px;
    background: #9a2b4a;
    content: "";
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }

  .global-nav-menu-item:before {
    top: -400%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .global-nav-menu-item:after {
    top: 400%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.open .global-nav-menu-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5vw;
  height: 2px;
  margin: -1px 0 0 -2.5vw;
  background-color: transparent;
}

.open .global-nav-menu-item:before,
.open .global-nav-menu-item:after {
  top: 0;
}

.open .global-nav-menu-item:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.open .global-nav-menu-item:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}



main figure {
  margin: 0;
}

main .wp-block-button.is-style-outline>.wp-block-button__link,
main .wp-block-button .wp-block-button__link.is-style-outline {
  padding: 1em;
  border: solid 1px;
  display: inline-block;
  min-width: 25rem;
  font-size: 2rem;
  color: #251d1a;
  text-decoration: none;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {

  main .wp-block-button.is-style-outline>.wp-block-button__link,
  main .wp-block-button .wp-block-button__link.is-style-outline {
    min-width: 16rem;
    font-size: 1.6rem;
  }
}


.main {
  padding-top: 10rem;
  width: 100%;
  min-width: 120rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main {
    padding-top: 14vw;
    min-width: 100%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow: hidden;
  }
}

section {
  padding: 4em 0 0;
  width: 100%;
  min-width: 120rem;
  position: relative;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  section {
    padding: 3em 0 0;
    min-width: 100%;
  }
}

.content {
  padding: 5rem 0;
  width: 100%;
  min-width: 120rem;
  position: relative;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .content {
    /*padding: 6vw 0;*/
  }
}

@media only screen and (max-width: 640px) {
  .content {
    min-width: 100%;
  }
}

.content-title {
  margin-bottom: 6rem;
  text-align: center;
}

.content-title .en {
  color: #9a2b4a;
  font-size: 1.6rem;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
}

.content-title .jp {
  font-size: 3.2rem;
  font-weight: 300;
}

.page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .page-head {
    height: auto;
    background-position: right center;
  }
}

.page-head .page-title {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.page-head .page-title-wrapper {
  width: 48rem;
  height: 40rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .page-head .page-title-wrapper {
    margin-left: -5vw;
    width: 50%;
    height: 16rem;
  }
}

.page-head .page-title-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #9a2b4a;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}

.page-head .page-title .en {
  font-size: 2rem;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .page-head .page-title .en {
    font-size: 1.2rem;
  }
}

.page-head .page-title .jp {
  font-size: 3.6rem;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .page-head .page-title .jp {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 640px) {
  .page-head .page-title {
    font-size: 2.4rem;
  }

  .page-head .page-title:before {
    width: 6vw;
    height: 6vw;
  }
}

.btn-pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
  width: 6rem;
}

@media only screen and (max-width: 640px) {
  .btn-pagetop {
    right: 1rem;
    bottom: 5rem;
    width: 6rem;
  }
}

.btn-pagetop a {
  display: block;
}

.footer {
  padding: 0 0 0;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .footer {
    /* margin-top: 6rem; */
  }
}

.footer-contact {
  padding-top: 12rem;
  background: url(../img/common/bg_f_contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  height: 49.6rem;
}

@media only screen and (max-width: 640px) {
  .footer-contact {
    padding: 6rem 3rem;
    height: initial;
  }
}

.footer-contact-container {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .footer-contact-container {
    display: block;
  }
}

.footer-content {
  padding: 3rem 4rem;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 2rem;
  text-align: center;
  width: 45.5rem;
}

@media only screen and (max-width: 640px) {
  .footer-content {
    margin: 2rem 0;
    width: 100%;
  }
}

.footer-content h3 {
  margin-bottom: 1em;
  font-size: 2rem;
}

.footer-content.-tel .footer-tel {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 4.6rem;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .footer-content.-tel .footer-tel {
    font-size: 3.6rem;
  }
}

.footer-content.-tel .footer-tel a {
  color: #c6161d;
}

.footer-content.-tel .footer-tel img {
  margin-right: 1rem;
  width: 4.6rem;
  display: inline-block;
}

.footer-content.-tel .open {
  margin-top: 0.5em;
  font-size: 1.3rem;
}

.footer-content.-mail .footer-btn-request a {
  padding: 2rem 0;
  color: #fff;
  background: #c6161d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer-content.-mail .footer-btn-request a img {
  margin-right: 1rem;
  width: 3rem;
}

.footer-logo {
  margin: 0 auto 2rem;
  width: 22rem;
}

@media only screen and (max-width: 640px) {
  .footer-logo {
    width: 40vw;
  }
}

.footer-group {
  padding: 3rem 10rem 3rem 3rem;
  background: rgb(0, 0, 0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .footer-group {
    padding: 3rem;
    display: block;
  }
}

.footer-group a {
  color: #fff;
  text-decoration: none;
}

.footer-group-logo {
  width: 22rem;
}

@media only screen and (max-width: 640px) {
  .footer-group-logo {
    margin: 0 auto 2rem;
    width: 40vw;
  }
}

.footer-group-container {
  text-align: right;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .footer-group-container {
    text-align: center;
  }
}

.footer-group-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
  .footer-group-nav ul {
    margin: 4rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-group-nav ul li {
  margin-left: 2em;
}

@media only screen and (max-width: 640px) {
  .footer-group-nav ul li {
    margin: 1em 0 0;
  }
}

.footer-group .copyright {
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .footer-group .copyright {
    font-size: 1rem;
  }
}

.footer-nav {
  padding: 4rem;
}

@media only screen and (max-width: 640px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav-list a,
.footer-nav-list span {
  display: block;
  text-decoration: none;
  color: #251d1a;
}

.footer-nav-list>li {
  padding: 0 1.5em;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  font-size: 1.5rem;
}