@charset "UTF-8";
* {
  position: relative;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1652px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 48.6%;
  }
}

header .custom-logo {
  min-width: 200px;
}

.fxc {
  display: flex;
  align-items: center;
}

.vfxc {
  flex-direction: column;
  display: flex;
  align-items: center;
}

@media (max-width: 781px) {
  .spv {
    flex-direction: column;
  }
  .sph {
    flex-direction: row;
  }
}
.mw700px {
  max-width: 700px;
}

.page__heading .heading-secondary h2 {
  background-color: #ba4545;
}

.heading-secondary h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 4rem;
  font-size: 2rem;
  background-color: #0d0d0d;
  color: #fff;
  margin-top: 16rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .heading-secondary h2 {
    font-size: 1.28rem;
  }
}
.heading-secondary h2::before, .heading-secondary h2::after {
  color: #e5e5e5;
  display: block;
  width: 1000%;
  font-size: 16rem;
  line-height: 1em;
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: -1 !important;
  opacity: 0;
}
@media (max-width: 1024px) {
  .heading-secondary h2::before, .heading-secondary h2::after {
    font-size: 10.7rem;
  }
}
@media (max-width: 576px) {
  .heading-secondary h2::before, .heading-secondary h2::after {
    font-size: 11.7rem;
  }
}

.heading-tertiary {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.7;
  border: none !important;
  padding: 0;
  margin-bottom: 12.6rem !important;
}
@media (max-width: 1024px) {
  .heading-tertiary {
    font-size: 3.22rem !important;
  }
}

.heading-fourth {
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  .heading-fourth {
    font-size: 2.3rem;
  }
}

@media (max-width: 1024px) {
  .text--pc {
    display: none;
  }
}
.text--tb {
  display: none;
}
@media (max-width: 1024px) {
  .text--tb {
    display: block;
  }
}
@media (max-width: 576px) {
  .text--tb {
    display: none;
  }
}
.text--sp {
  display: none;
}
@media (max-width: 576px) {
  .text--sp {
    display: block;
  }
}
.text--tbsp {
  display: none !important;
}
@media (max-width: 1024px) {
  .text--tbsp {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .img--pctb {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .img--pc {
    display: none !important;
  }
}
.img--tb {
  display: none !important;
}
@media (max-width: 1024px) {
  .img--tb {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .img--tb {
    display: none !important;
  }
}
.img--sp {
  display: none !important;
}
@media (max-width: 576px) {
  .img--sp {
    display: block !important;
  }
}
.img--tbsp {
  display: none !important;
}
@media (max-width: 1024px) {
  .img--tbsp {
    display: block !important;
  }
}

.brtb {
  display: none !important;
}
@media (max-width: 1200px) {
  .brtb {
    display: block !important;
  }
}

.brpc {
  display: block;
}
@media (max-width: 1200px) {
  .brpc {
    display: none !important;
  }
}

.brpctb {
  display: block;
}
@media (max-width: 576px) {
  .brpctb {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .block--pc {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .block--pctb {
    display: none !important;
  }
}
.block--tbsp {
  display: none !important;
}
@media (max-width: 1024px) {
  .block--tbsp {
    display: block !important;
  }
}
.block--sp {
  display: none !important;
}
@media (max-width: 576px) {
  .block--sp {
    display: block !important;
  }
}

.btn__img a {
  font-weight: 600;
  font-size: 2.2rem;
  color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 5.6rem;
  width: 32rem;
  position: relative;
  z-index: 1;
}
.btn__img a span {
  z-index: 1;
}
.btn__img a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 70%;
  height: 1px;
  transform: translate(-50%, -50%);
  transition: all 1.5s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .btn__img a::before {
    display: none;
  }
}
.btn__img a:hover::before {
  left: 108%;
}
.btn__img a::after {
  /* 三角形（矢頭）の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: -40%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translate(-50%, -50%);
  transition: all 1s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .btn__img a::after {
    display: none;
  }
}
.btn__img a:hover::after {
  right: -48%;
}
@media (max-width: 1024px) {
  .btn__img a {
    font-size: 1.5rem !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 1.2rem 7rem;
  }
}

.btn__img--red a {
  background-image: url("../img/btn-red.png");
}
.btn__img--red a::before {
  background: #ba4545;
}
.btn__img--red a::after {
  border-left: 14px solid #ba4545;
}

.btn__img--yellow a {
  background-image: url("../img/btn-yellow.png");
}
.btn__img--yellow a::before {
  background: #f8f90c;
}
.btn__img--yellow a::after {
  border-left: 14px solid #f8f90c;
}

.btn__img--black a {
  background-image: url("../img/btn-black.png");
}
.btn__img--black a::before {
  background: #000;
}
.btn__img--black a::after {
  border-left: 14px solid #000;
}

.btn__triangle {
  position: relative;
}
.btn__triangle a::before {
  content: "詳細を見る ▶︎";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 1s;
  font-weight: 500;
  color: #fff;
  background-color: #ba4545;
  z-index: -1 !important;
}
.btn__triangle a:hover::before {
  display: block;
}
.btn__triangle a:hover img {
  opacity: 0 !important;
}
.btn__triangle--border .smb-panels__item__body {
  position: relative;
}
.btn__triangle--border .smb-panels__item__body::before {
  content: "詳細を見る ▶︎";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 1s;
  font-weight: 500;
  border: 1px solid #fff;
  background-color: #ba4545;
  top: 70% !important;
}
.btn__triangle--border .smb-panels__item__body:hover::before {
  display: block;
}
.btn__triangle--border .smb-panels__item__body:hover .smb-panels__item__content {
  color: transparent;
}

@media (max-width: 576px) {
  .flex-wrap.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 576px) {
  .flex-wrap.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 100% !important;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 2.2;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 1.8rem;
}

.l-header {
  padding-bottom: 4.2rem;
}
@media (max-width: 1024px) {
  .l-header {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .l-header .c-fluid-container {
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
}
@media (max-width: 1024px) {
  .l-header .c-row--margin-s {
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .l-header .c-row__col--auto {
    flex: 1 0 17%;
  }
}

.l-header__content {
  font-family: "HiraKakuProN-W6";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
  padding: 1.8rem 4.5rem 0 4.5rem;
}
@media (max-width: 1400px) {
  .l-header__content {
    padding: 1.8rem 0 0;
  }
}

.l-header--sticky-lg {
  box-shadow: none;
}

.p-global-nav .c-navbar__item[aria-haspopup=true][data-submenu-visibility=visible]:before {
  opacity: 0;
}

.p-global-nav .c-navbar__item > .c-navbar__submenu {
  width: 100% !important;
  min-width: 100% !important;
  left: 70% !important;
  padding: 2.3rem 10%;
  background-color: #e2e2e2 !important;
  color: #101114 !important;
}
.p-global-nav .c-navbar__item > .c-navbar__submenu li {
  text-align: center;
  color: #101114 !important;
}
.p-global-nav .c-navbar__item > .c-navbar__submenu li:first-child {
  color: #c11f1f !important;
}
.p-global-nav .c-navbar__item > .c-navbar__submenu li:not(:last-child) {
  padding-bottom: 2.9rem !important;
}

.c-row__col--auto {
  flex: 0 0 7%;
  padding-right: 4.7rem;
}
@media (max-width: 1024px) {
  .c-row__col--auto {
    flex: 1 0 7%;
  }
}

.u-invisible-md-down:has(> nav) {
  flex: auto;
}
.u-invisible-md-down:has(> nav) .c-navbar {
  justify-content: flex-end;
}
.u-invisible-md-down:has(> nav) .c-navbar__item {
  padding: 0 3.5%;
  flex: auto;
}
@media (max-width: 1652px) {
  .u-invisible-md-down:has(> nav) .c-navbar__item {
    padding: 0px 3%;
  }
}
.u-invisible-md-down:has(> nav) .c-navbar__item a {
  padding: 0;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1652px) {
  .u-invisible-md-down:has(> nav) .c-navbar__item a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1400px) {
  .u-invisible-md-down:has(> nav) .c-navbar__item a {
    font-size: 1.4rem;
  }
}

.u-invisible-md-down:has(.l-1row-header__content) {
  flex: 0 0 29%;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content {
  display: flex;
  height: 5.5rem;
  font-weight: 600;
  margin-left: 4rem;
}
@media (max-width: 1400px) {
  .u-invisible-md-down:has(.l-1row-header__content) .c-header-content {
    margin-left: 0;
  }
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form {
  border-bottom: 1px solid #9a9a9a;
  flex-basis: 50%;
  color: #9a9a9a !important;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form input {
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: #9a9a9a !important;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form input::-moz-placeholder {
  color: #9a9a9a;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form input::placeholder {
  color: #9a9a9a;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form .c-input-group__field {
  align-items: center;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form .c-input-group__field::before {
  content: "";
  background-image: url("../img/magnifying.png");
  width: 2.75rem;
  display: inline-block;
  height: 2.75rem;
  background-size: cover;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_form button {
  display: none;
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_btn {
  flex-basis: 50%;
  padding: 0 4.5rem 0 3rem;
  height: 100%;
}
@media (max-width: 1652px) {
  .u-invisible-md-down:has(.l-1row-header__content) .c-header-content_btn {
    padding: 0 1.5rem 0 1rem;
  }
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_btn a {
  display: inline-block;
  width: 100%;
  background-color: #ba4545;
  border-radius: 2.1rem;
  color: #fff;
  padding: 1.8rem 2.6rem;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1652px) {
  .u-invisible-md-down:has(.l-1row-header__content) .c-header-content_btn a {
    padding: 1.8rem 0.5rem;
    font-size: 1.6rem;
  }
}
.u-invisible-md-down:has(.l-1row-header__content) .c-header-content_btn a span img {
  display: inline-block;
  width: 3rem;
  margin-right: 1rem;
}

.l-header__content .c-hamburger-btn__bars {
  background-color: #c11f1f !important;
  border-radius: 3rem !important;
  width: 7rem;
  height: 6rem;
}
.l-header__content .c-hamburger-btn__bar {
  background-color: #fff !important;
  width: 33px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
}
.l-header__content .c-hamburger-btn__bar:first-child {
  margin-top: -0.9rem;
}
.l-header__content .c-hamburger-btn__bar:last-child {
  margin-top: 0.9rem;
}
.l-header__content .c-hamburger-btn__label {
  display: none;
}

.home .btn__img a span {
  z-index: 1;
  line-height: 5.6rem;
}
@media (max-width: 1024px) {
  .home .btn__img a span {
    line-height: 1.5rem;
  }
}

.fv {
  max-width: 94vw;
  width: 94vw;
  position: relative;
}
@media (max-width: 1024px) {
  .fv {
    height: 88vh;
  }
}
.fv_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(11, 9, 11, 0.6);
  z-index: 1;
  width: 94vw;
  max-width: 94vw;
  padding: 0;
}
.fv_message-mini {
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 600;
  padding: 6.3rem 0 4.8rem 0;
}
@media (max-width: 1024px) {
  .fv_message-mini {
    font-size: 1.9rem;
    padding: 4.8rem 0;
  }
}
@media (max-width: 576px) {
  .fv_message-mini {
    font-size: 1.67rem;
    padding: 2.7rem 0 6.4rem;
  }
}
.fv_message-main {
  font-size: 9.4rem;
  line-height: 1.4;
  font-family: "A P-OTF Reimin Pr6Nf";
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .fv_message-main {
    font-size: 7rem;
  }
}
@media (max-width: 576px) {
  .fv_message-main {
    font-size: 4.6rem;
  }
}
.fv_message-main-top {
  margin-bottom: 0;
  border-bottom: 0.15rem solid #fff;
}
.fv_message-main-below {
  margin-bottom: 6.5rem !important;
}
@media (max-width: 1400px) {
  .fv_message-main-below {
    margin-bottom: 2.5rem !important;
  }
}
.fv_message-sub {
  font-size: 2.3rem;
  line-height: 1.7;
  margin-bottom: 6.7rem;
}
@media (max-width: 1024px) {
  .fv_message-sub {
    font-size: 1.8rem;
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 576px) {
  .fv_message-sub {
    text-align: center;
    padding: 0 2rem;
  }
}
@media (max-width: 1024px) {
  .fv .spider__figure {
    height: 88vh;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 88vh;
    border-radius: 60px;
  }
}
.fv .smb-spider-slider {
  border-radius: 60px;
}
.fv .smb-spider-slider__figure-wrapper {
  overflow: hidden;
}
.fv img {
  animation: animationZoom2 20s ease-in-out 3 !important;
}
.fv p, .fv h1 {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 2.5s;
  opacity: 0;
}

.section1 {
  padding: 10rem 0 5rem !important;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .section1 .c-container {
    padding-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .section1 .c-container {
    padding: 0 !important;
  }
}
.section1__textbox .smb-section {
  padding-left: 28%;
}
@media (max-width: 1400px) {
  .section1__textbox .smb-section {
    padding-left: df 10%;
  }
}
@media (max-width: 1024px) {
  .section1__textbox .smb-section {
    padding-left: 5%;
  }
}
@media (max-width: 576px) {
  .section1__textbox .smb-section {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.section1__textbox .smb-section__header {
  text-align: left;
}
.section1__textbox .smb-section__body {
  margin-top: 6.7rem;
}
@media (max-width: 1024px) {
  .section1__textbox .smb-section__body {
    margin-top: 3.8rem;
  }
}
.section1__textbox h2 {
  margin-top: 0 !important;
}
.section1__textbox h3 span {
  color: #ba4545;
}
@media (max-width: 1400px) {
  .section1__textbox h3 {
    margin-bottom: 4rem !important;
  }
}
.section1__textbox p {
  font-size: 1.8rem;
}
.section1__textbox .smb-buttons {
  margin-top: 15.4rem !important;
}
@media (max-width: 1400px) {
  .section1__textbox .smb-buttons {
    margin-top: 14.4rem !important;
  }
}
@media (max-width: 576px) {
  .section1__textbox .smb-buttons {
    margin-top: 7.7rem !important;
  }
}
.section1__figurebox {
  position: relative;
}
@media (max-width: 1024px) {
  .section1__figurebox {
    padding-top: 3%;
  }
}
.section1__figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #ba4545;
  border-radius: 5rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  .section1__figure::after {
    border-radius: 10%;
  }
}
.section1__figure--1 {
  width: 73%;
  max-width: 73%;
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
}
.section1__figure--1::after {
  border-radius: 0 !important;
}
.section1__figure--2 {
  width: 50%;
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 10;
}
.section1__figure--2::after {
  z-index: -1;
}
@media (max-width: 1024px) {
  .section1__figure--2 {
    bottom: 10%;
  }
}

.section2 {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 1400px) {
  .section2 {
    padding-left: 5% !important;
  }
}
@media (max-width: 1024px) {
  .section2 {
    padding-left: 2.5% !important;
  }
}
.section2 .smb-section__header {
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .section2 .flex-wrap {
    gap: 0;
  }
}
.section2 h2 {
  background-color: #000;
}
@media (max-width: 1024px) {
  .section2 h2 {
    margin-top: 6.5rem !important;
  }
}
.section2 h2::before {
  z-index: -1;
  opacity: 35%;
}
@media (max-width: 1024px) {
  .section2 .heading-tertiary {
    margin-bottom: 10rem !important;
  }
}
.section2 .c-container {
  max-width: 100% !important;
  padding: 0;
}
.section2--1 {
  margin-top: 0;
  padding: 0 0 0 14%;
}
.section2--2 {
  padding: 18.6rem 27rem 18.6rem 0;
  max-width: 100vw;
  width: 100vw;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .section2--2 .column__text .smb-box {
    margin-left: -20% !important;
  }
}
@media (max-width: 781px) {
  .section2--2 .column__text .smb-box {
    margin-left: -55% !important;
  }
}
@media (max-width: 576px) {
  .section2--2 .column__text .smb-box {
    margin-left: -19.5% !important;
  }
}
@media (max-width: 1400px) {
  .section2--2 {
    padding: 18.6rem 5% 18.6rem 0 !important;
  }
}
@media (max-width: 1024px) {
  .section2--2 {
    padding: 17rem 5% 17rem 0 !important;
  }
}
@media (max-width: 576px) {
  .section2--2 {
    padding: 12rem 2.5% 12rem 0 !important;
  }
}
.section2--3 {
  padding: 0 0 0 27rem;
  max-width: 100vw;
  width: 100vw;
  margin-top: 0 !important;
}
.section2--3 a {
  margin: 19rem 0 15rem -27rem;
  padding: 1.7rem 8rem 1.7rem 9rem;
}
@media (max-width: 1024px) {
  .section2--3 a {
    margin: 17rem 0 20rem 0;
  }
}
@media (max-width: 576px) {
  .section2--3 a {
    margin: 14rem 0;
  }
}
.section2 .column__text {
  flex-basis: 44% !important;
  z-index: 1;
  align-self: center;
}
@media (max-width: 1024px) {
  .section2 .column__text {
    flex-basis: 38% !important;
  }
}
@media (max-width: 1024px) {
  .section2 .column__text {
    flex-basis: 34% !important;
  }
}
@media (max-width: 576px) {
  .section2 .column__text {
    order: 2 !important;
    margin-top: -5%;
  }
}
.section2 .column__text .smb-box {
  padding: 3.5rem 3rem 9.5rem;
}
@media (max-width: 1200px) {
  .section2 .column__text .smb-box {
    padding: 3.5rem 3% 9.5rem;
  }
}
@media (max-width: 1024px) {
  .section2 .column__text .smb-box {
    padding: 2rem !important;
    width: 120% !important;
  }
}
@media (max-width: 781px) {
  .section2 .column__text .smb-box {
    width: 160% !important;
  }
}
@media (max-width: 576px) {
  .section2 .column__text .smb-box {
    padding: 3rem 22% 3rem 3rem !important;
    width: 116% !important;
    margin-left: 3.5%;
  }
}
.section2 .column__text--number {
  font-size: 5rem !important;
  font-weight: 600;
  padding-left: 1.5rem;
  border-left: 0.4rem solid #fff;
  height: -moz-fit-content !important;
  height: fit-content !important;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .section2 .column__text--number {
    font-size: 4rem !important;
  }
}
.section2 .column__text .heading-fourth {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .section2 .column__text .heading-fourth {
    padding-right: 20%;
  }
}
.section2 .column__picture {
  flex-basis: 45% !important;
}
@media (max-width: 1024px) {
  .section2 .column__picture {
    flex-basis: 56% !important;
  }
}
@media (max-width: 781px) {
  .section2 .column__picture {
    flex-basis: 64% !important;
  }
}
@media (max-width: 576px) {
  .section2 .column__picture {
    order: 1 !important;
  }
}
.section2 .column__picture figure {
  width: 150%;
  margin-left: -50%;
}
@media (max-width: 1024px) {
  .section2 .column__picture figure {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .section2 .column__picture figure {
    width: 116% !important;
  }
}
.section2 .column__picture img {
  width: 150%;
}
@media (max-width: 1024px) {
  .section2 .column__picture img {
    width: 100%;
  }
}
.section2--2 figure {
  margin-left: 0 !important;
  margin-right: -20% !important;
}
@media (max-width: 576px) {
  .section2--2 figure {
    margin-left: -16% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .section2--2 .column__text .smb-box {
    padding: 3rem 3rem 3rem 23% !important;
  }
}

.section3 {
  padding: 24rem 0 21rem !important;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .section3 {
    padding: 19rem 0 18rem !important;
  }
}
@media (max-width: 576px) {
  .section3 {
    padding: 14rem 0 18rem !important;
  }
}
.section3 .smb-section__header h2 {
  text-align: left !important;
}
@media (max-width: 576px) {
  .section3__figurebox {
    order: 2;
  }
}
.section3__figurebox figure {
  width: 75%;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .section3__figurebox figure {
    width: 88%;
  }
}
@media (max-width: 576px) {
  .section3__figurebox figure {
    margin-top: 9rem;
  }
}
.section3__figurebox figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #ba4545;
  border-radius: 5rem;
  z-index: -1;
}
@media (max-width: 576px) {
  .section3__textbox {
    order: 1;
  }
}
.section3__textbox .heading-secondary {
  padding: 0;
}
.section3__textbox h3 {
  margin-bottom: 6rem !important;
}
.section3__textbox h2 {
  margin-top: 0 !important;
}
.section3__textbox .smb-section__body {
  padding-right: 19%;
}
@media (max-width: 1024px) {
  .section3__textbox .smb-section__body {
    padding-right: 7%;
  }
}
@media (max-width: 576px) {
  .section3__textbox .smb-section__body {
    padding-right: 0;
  }
}
.section3__list--item {
  padding: 7rem 0 6rem;
  margin: 0 !important;
  border-top: 0.07rem solid #a7a7a7;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section3__list--item {
    padding: 5rem 0;
  }
}
.section3__list--item:last-child {
  border-bottom: 0.07rem solid #a7a7a7;
}
.section3__list--item .number {
  font-size: 2.4rem;
  color: #ba4545;
}
@media (max-width: 1024px) {
  .section3__list--item .number {
    font-size: 2rem;
  }
}
.section3__list--item .text {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .section3__list--item .text {
    font-size: 2rem;
  }
}
.section3__list--item .btn img {
  width: 2rem;
}

.section4 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.section4 .c-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
}
.section4 .smb-section__header {
  padding-left: 14%;
}
@media (max-width: 1400px) {
  .section4 .smb-section__header {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .section4 .smb-section__header {
    padding-left: 2.5%;
  }
}
@media (max-width: 576px) {
  .section4 .c-row {
    width: 95% !important;
    margin: 0 auto;
  }
}
.section4 .smb-section__body p {
  text-align: center !important;
  margin: 7rem 0;
}
@media (max-width: 1024px) {
  .section4 .smb-section__body p {
    padding: 0 7%;
    margin: 4rem 0 12.8rem !important;
  }
}
@media (max-width: 576px) {
  .section4 .smb-section__body p {
    text-align: left !important;
    margin: 4rem 0 10rem !important;
  }
}
.section4 h3 {
  margin-bottom: 3.6rem !important;
  padding-left: 14%;
  text-align: left;
}
@media (max-width: 1400px) {
  .section4 h3 {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .section4 h3 {
    padding-left: 2.5%;
  }
}
.section4 h4 {
  padding: 0 5% 4rem;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-bottom: 0.15rem solid #fff;
}
@media (max-width: 1024px) {
  .section4 h4 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .section4 h4 {
    padding: 0 15% 4rem;
  }
}
@media (max-width: 576px) {
  .section4 .wp-block-snow-monkey-blocks-section-with-bgimage .c-row--fill {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 576px) {
  .section4 .c-row[data-md-columns="3"] {
    --_item-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section4 .smb-panels__item__title {
    font-size: 2rem !important;
  }
}
@media (max-width: 576px) {
  .section4 .c-row > .c-row__col:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.section4 .wp-block-snow-monkey-blocks-section-with-bgimage {
  margin-left: 0 !important;
  padding: 13rem 32rem 10rem;
}
@media (max-width: 1400px) {
  .section4 .wp-block-snow-monkey-blocks-section-with-bgimage {
    padding: 13rem 10% 10rem;
  }
}
@media (max-width: 1024px) {
  .section4 .wp-block-snow-monkey-blocks-section-with-bgimage {
    padding: 10rem 2.5% 14rem;
  }
}
@media (max-width: 576px) {
  .section4 .wp-block-snow-monkey-blocks-section-with-bgimage {
    padding: 10rem 2.5% 14rem;
  }
}
.section4 .wp-block-snow-monkey-blocks-section-with-bgimage .smb-buttons {
  margin-bottom: 14rem;
}
.section4 .wp-block-snow-monkey-blocks-section-with-bgimage .smb-buttons .wp-block-snow-monkey-blocks-btn {
  display: block;
}
@media (max-width: 1024px) {
  .section4 .wp-block-snow-monkey-blocks-section-with-bgimage .smb-buttons {
    margin-top: 12rem;
    margin-bottom: 0;
    text-align: center !important;
  }
}
.section4 .wp-block-snow-monkey-blocks-section-with-bgimage .c-row--fill {
  justify-content: center;
  flex-wrap: nowrap;
}
.section4 .wp-block-snow-monkey-blocks-section-with-bgimage .c-row--fill .c-row[data-lg-columns="3"] {
  --_item-width: 31.9%;
}
.section4 .smb-panels__item__title {
  font-size: 2.3rem;
}
@media (max-width: 1024px) {
  .section4 .smb-panels__item__title {
    font-size: 1.03rem;
  }
}
.section4 .smb-panels__item__content {
  font-size: 2.3rem;
  font-weight: 600;
}
.section4 .c-row[data-md-columns="3"] {
  --_item-width: 31.3%;
}

.section5 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 21rem 27rem 15rem;
}
@media (max-width: 1400px) {
  .section5 {
    padding: 21rem 5% 15rem !important;
  }
}
@media (max-width: 1024px) {
  .section5 {
    padding: 19rem 2.5% 16rem !important;
  }
}
@media (max-width: 576px) {
  .section5 {
    padding: 15rem 0 16rem !important;
  }
}
.section5 h2 {
  margin-top: 0;
}
.section5 h3 {
  margin-bottom: 7rem !important;
}
.section5 .btn__img--red {
  margin-top: 17rem;
}
@media (max-width: 1024px) {
  .section5 .btn__img--red {
    margin-top: 7rem;
  }
}
.section5 .heading-secondary {
  padding-top: 0 !important;
}
@media (max-width: 576px) {
  .section5 .heading-secondary {
    padding: 0 2.5% 10rem;
  }
}
.section5__figurebox figure {
  overflow: visible;
}
.section5__figurebox .section5__figurebox--1 {
  margin-left: 7rem;
}
.section5__figurebox .section5__figurebox--3 {
  margin: 0 7rem 0 0 !important;
}
.section5__figurebox .section5__figurebox--2 {
  margin: 2rem 3.5rem !important;
}
.section5__figurebox figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #ba4545;
  border-radius: 5rem;
  z-index: -1;
  top: 2% !important;
  left: 2% !important;
}

.section6 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 27rem 0;
}
@media (max-width: 1400px) {
  .section6 {
    padding: 0 5% 0 !important;
  }
}
@media (max-width: 1024px) {
  .section6 {
    padding: 0 2.5% 0 !important;
  }
}
.section6 .c-container {
  padding: 0 !important;
  margin: 0 !important;
}
.section6 .smb-section__fixed-background {
  z-index: -2;
}
@media (max-width: 1024px) {
  .section6 h2 {
    margin-top: 6.5rem !important;
  }
}
.section6 h2::before {
  color: #fff !important;
  z-index: -1 !important;
}
.section6 .heading-tertiary {
  margin-bottom: 13rem;
}
@media (max-width: 1024px) {
  .section6 .heading-tertiary {
    margin-bottom: 7.7rem !important;
  }
}
.section6 .c-entry-summary__body {
  flex-direction: column;
  color: #fff;
}
.section6 .c-meta__item--published {
  font-size: 1.7rem;
  font-weight: 600;
  order: 1;
}
.section6 .c-entry-summary__header {
  order: 2;
  position: relative;
}
.section6 .c-entry-summary__header::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background-image: url("../img/btn-triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .section6 .c-entry-summary__header::after {
    top: -15%;
  }
}
.section6 .c-entry-summary__header:hover::before {
  content: "詳細を見る ▶︎";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 1s;
  font-weight: 500;
  z-index: 2;
  display: block;
  left: auto;
  right: -7% !important;
  top: 50% !important;
  color: #954242;
  background-color: #f8f90c;
}
@media (max-width: 576px) {
  .section6 .c-entry-summary__header:hover::before {
    right: -12% !important;
    top: -10% !important;
  }
}
@media (max-width: 1024px) {
  .section6 .c-entry-summary__header::before {
    display: none;
  }
}
.section6 .c-entries--text {
  border-top: none !important;
}
.section6 .c-entries--text .c-entry-summary__title {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .section6 .c-entries--text .c-entry-summary__title {
    padding: 2.5rem 0;
  }
}
@media (max-width: 781px) {
  .section6 .c-entries--text .c-entry-summary__title {
    padding-right: 10%;
  }
}
@media (max-width: 576px) {
  .section6 .c-entries--text .c-entry-summary__title {
    padding-right: 0;
    font-weight: 500 !important;
  }
}
.section6 .c-entries__item {
  padding: 5.7rem 0 4.8rem;
}
@media (max-width: 1024px) {
  .section6 .c-entries__item {
    padding: 2.5rem 0;
  }
}
.section6 .c-entries__item:not(:last-child) {
  border-bottom: 0.15rem solid #fff;
}
@media (max-width: 576px) {
  .section6 .c-entries__item {
    border-bottom: 0.15rem solid #fff;
  }
}
.section6 .btn__img {
  margin: 16rem 0 14rem;
}
@media (max-width: 1024px) {
  .section6 .btn__img {
    margin: 12rem 0 !important;
  }
}

.section7 {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
}
@media (max-width: 576px) {
  .section7 {
    padding-top: 11rem;
  }
}
.section7 .heading-secondary {
  padding-bottom: 0;
  padding-top: 0;
}
.section7 h2 {
  margin-top: 15rem !important;
}
@media (max-width: 1024px) {
  .section7 h2 {
    margin-top: 15rem !important;
  }
}
@media (max-width: 781px) {
  .section7 h2 {
    margin-top: 8rem !important;
  }
}
.section7 h3 {
  margin-bottom: 8rem !important;
}
@media (max-width: 1200px) {
  .section7 h3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .section7 h3 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 781px) {
  .section7 h3 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .section7 h3 {
    margin-bottom: 7rem !important;
  }
}
.section7 h3 span {
  color: #ba4545;
}
.section7__figurebox {
  padding-left: 14%;
}
@media (max-width: 1400px) {
  .section7__figurebox {
    padding-left: 5% !important;
  }
}
@media (max-width: 1024px) {
  .section7__figurebox {
    flex-basis: 40% !important;
    padding-left: 2.5% !important;
    padding-right: 5%;
  }
}
@media (max-width: 576px) {
  .section7__figurebox {
    display: none;
  }
}
@media (max-width: 700px) {
  .section7__figurebox figure:not(:last-child) {
    margin-bottom: 3.5rem !important;
  }
}
@media (max-width: 645px) {
  .section7__figurebox figure:not(:last-child) {
    margin-bottom: 8.5rem !important;
  }
}
.section7__textbox {
  padding-left: 6%;
  padding-right: 14%;
}
.section7__textbox .c-container {
  padding: 0 !important;
}
.section7__textbox .smb-section__body {
  margin-top: 3.8rem;
}
@media (max-width: 1024px) {
  .section7__textbox .smb-section__body {
    margin-top: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section7__textbox .smb-section__body {
    margin-top: 3.8rem;
  }
}
@media (max-width: 1652px) {
  .section7__textbox {
    padding-right: 8% !important;
  }
}
@media (max-width: 1400px) {
  .section7__textbox {
    padding-left: 3% !important;
    padding-right: 2% !important;
  }
}
@media (max-width: 1200px) {
  .section7__textbox {
    padding-left: 1% !important;
  }
}
@media (max-width: 1024px) {
  .section7__textbox {
    padding-right: 2.5% !important;
    flex-basis: 60% !important;
  }
}
@media (max-width: 576px) {
  .section7__textbox {
    padding-left: 2.5% !important;
  }
}
.section7 .btn__img {
  margin-top: 9rem;
}
@media (max-width: 1652px) {
  .section7 .btn__img {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1200px) {
  .section7 .btn__img {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1024px) {
  .section7 .btn__img {
    margin-top: 6rem !important;
  }
}
@media (max-width: 781px) {
  .section7 .btn__img {
    margin-top: 2rem !important;
  }
}
@media (max-width: 576px) {
  .section7 .btn__img {
    margin-bottom: 12.8rem !important;
  }
}
.section7__contact {
  margin: 21rem 0 10rem !important;
}
.section7__contact .smb-btn-wrapper {
  text-align: center;
}
.section7__contact a {
  background-color: #ba4545;
  border-radius: 2.1rem;
  color: #fff;
  padding: 2.4rem 3.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}
.section7__contact a span img {
  display: inline-block;
  width: 3rem;
  margin-right: 1rem;
}

.l-footer--footer-1 {
  border: none;
}

.l-footer .c-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.l-footer-widget-area {
  padding-top: 0 !important;
}

.footer {
  gap: 3rem !important;
  padding-bottom: 4.7rem;
  width: 70%;
}
@media (max-width: 1024px) {
  .footer {
    width: auto;
    order: 2 !important;
  }
}
.footer__backImage {
  max-width: 100% !important;
  width: 100% !important;
  gap: 0 !important;
}
.footer__backImage--column1 .wp-block-cover {
  padding: 9rem 11.5rem;
}
@media (max-width: 1024px) {
  .footer__backImage--column1 .wp-block-cover {
    padding: 4rem 5rem;
  }
}
.footer__backImage--column2 .wp-block-cover {
  padding: 9rem 14rem 9rem 10.75rem;
}
@media (max-width: 1024px) {
  .footer__backImage--column2 .wp-block-cover {
    padding: 4rem 7rem 4rem 5rem;
  }
}
@media (max-width: 576px) {
  .footer__backImage .wp-block-cover {
    padding: 4rem 7rem 6rem 5rem !important;
  }
}
.footer__backImage .wp-block-cover .smb-box {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .footer__backImage .wp-block-cover .smb-box {
    padding: 10rem 2rem 10rem !important;
  }
}
@media (max-width: 1024px) {
  .footer__backImage .wp-block-cover .smb-box {
    height: -moz-fit-content;
    height: fit-content;
    padding: 5rem 2rem !important;
  }
}
.footer__backImage .smb-box__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 20rem;
  width: 20rem;
  border: 0.1rem solid #fff;
  border-radius: 50rem;
}
.footer__backImage .smb-box__body > .smb-buttons {
  margin: 0;
}
.footer__backImage--icon {
  font-size: 2.9rem;
  margin-top: 1em;
  color: #f09730;
}
.footer__backImage--text {
  font-size: 5rem;
  margin: 6rem 0;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .footer__backImage--text {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .footer__backImage--text {
    font-size: 2.4rem;
  }
}
.footer__backImage--btn {
  font-size: 2.5rem;
  font-weight: 600;
}
.footer__backImage .btn__triangle--border {
  position: relative;
}
.footer__backImage .btn__triangle--border a::before {
  content: "詳細を見る ▶︎";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 1s;
  font-weight: 500;
  border: 1px solid #fff;
  background-color: transparent;
}
.footer__backImage .btn__triangle--border a:hover::before {
  display: block;
}
.footer__backImage .btn__triangle--border a:hover .smb-btn__label {
  opacity: 0 !important;
}
.footer__logo {
  flex-basis: 23% !important;
}
.footer__text {
  flex-basis: 58% !important;
  font-size: 1.5rem;
}
.footer__sns {
  display: flex;
  flex-basis: 19% !important;
}
.footer__sns figure {
  align-self: center !important;
  margin-top: 0 !important;
}
.footer__sns figure img {
  width: 50%;
  margin: 0 auto;
}
.footer__menu {
  padding-top: 4.7rem;
  border-top: 0.15rem solid #8b3f3f;
  padding-bottom: 20rem !important;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .footer__menu {
    border-top: none;
  }
}
.footer__menu .wp-block-column p {
  font-size: 2rem;
  text-align: center;
}
.footer__menu .wp-block-column p:first-child {
  font-weight: 600 !important;
}
@media (max-width: 1200px) {
  .footer__container .smb-container__body {
    width: 80vw !important;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body {
    display: flex;
    flex-direction: column;
    width: 95vw !important;
  }
}
@media (max-width: 576px) {
  .footer__container .smb-container__body {
    margin: 0 2.5%;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .flex-wrap {
    order: 2 !important;
    flex-direction: column;
    padding-right: 50%;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .footer__container .smb-container__body .flex-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .footer__container .smb-container__body .flex-wrap .footer__sns {
    padding-right: 50% !important;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .footer__container .smb-container__body .flex-wrap .footer__sns {
    padding-right: 0 !important;
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .flex-wrap .wpaw-site-branding__logo {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .footer__container .smb-container__body .flex-wrap .wpaw-site-branding__logo {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .flex-wrap .wpaw-site-branding__logo img {
    width: 25% !important;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .footer__menu {
    order: 1 !important;
    flex-wrap: wrap !important;
    margin-bottom: 3rem;
    padding-bottom: 0 !important;
    width: 100%;
    padding-right: 38%;
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .footer__container .smb-container__body .footer__menu {
    padding-right: 0;
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .footer__menu .wp-block-column {
    flex-basis: 20%;
    flex-grow: 0 !important;
  }
}
@media (max-width: 576px) {
  .footer__container .smb-container__body .footer__menu .wp-block-column {
    flex-basis: 47%;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .footer__menu .wp-block-column p {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .footer__container .smb-container__body .block--pc {
    display: none !important;
  }
}

.l-footer__footer {
  display: none;
}

.page .c-entry__header,
.page .l-contents-bottom-widget-area {
  display: none;
}

.page__heading {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #000 !important;
  border-bottom: 3rem solid #ba4545;
}
@media (max-width: 1024px) {
  .page__heading {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page__heading .wp-block-columns {
    flex-direction: column;
  }
}
.page__heading .smb-section__header {
  text-align: left;
  position: relative;
  z-index: 1;
}
.page__heading .smb-section__body {
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .page__heading .smb-section__body {
    margin-top: 3.8rem;
  }
}
.page__heading .smb-section__body h3 {
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 0 !important;
}
.page__heading .heading-secondary {
  padding: 0 0 0 15% !important;
}
@media (max-width: 1200px) {
  .page__heading .heading-secondary {
    padding: 0 0 0 10% !important;
  }
}
@media (max-width: 1024px) {
  .page__heading .heading-secondary {
    padding: 0 0 0 2.5% !important;
  }
}
.page__heading .heading-secondary h2::before {
  z-index: -1;
  opacity: 35%;
  left: 0 !important;
}
@media (max-width: 1024px) {
  .page__heading .heading-secondary h2 {
    margin-top: 6.5rem;
  }
}
.page__heading figure {
  position: relative;
  height: 100%;
}
.page__heading figure img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .page__heading figure img {
    height: 20rem !important;
  }
}
.page__heading figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 12, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.section8 {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .section8 {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.section8 .smb-container__body {
  padding: 10rem 13% 10rem 13% !important;
}
@media (max-width: 1400px) {
  .section8 .smb-container__body {
    padding: 10rem 5% 10rem 5% !important;
  }
}
@media (max-width: 1024px) {
  .section8 .smb-container__body {
    padding: 10rem 2.5% 10rem !important;
  }
}
@media (max-width: 576px) {
  .section8 .smb-container__body {
    padding: 6.4rem 0 10rem !important;
  }
}
.section8 h3 {
  font-size: 3.9rem;
  margin-bottom: 10rem !important;
}
@media (max-width: 576px) {
  .section8 h3 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1024px) {
  .section8 .smb-section__body {
    margin-top: 0;
  }
}
.section8 .smb-section__header {
  text-align: left;
}
.section8 .section8__textbox {
  margin-top: -10% !important;
}
.section8__message {
  font-size: 4.4rem;
  font-weight: 600;
  margin-top: 20rem !important;
}
@media (max-width: 1024px) {
  .section8__message {
    font-size: 2.57rem;
  }
}
@media (max-width: 576px) {
  .section8__message {
    margin-top: 17rem !important;
  }
}
.section8__message span {
  color: #ba4545;
}
@media (max-width: 576px) {
  .section8__figurebox figure {
    padding-right: 16%;
  }
}
.section8__name {
  font-size: 2.7rem !important;
  font-weight: 600 !important;
  margin-top: 10rem !important;
}
@media (max-width: 1024px) {
  .section8__name {
    font-size: 2rem !important;
    margin-top: 5.6rem !important;
  }
}
@media (max-width: 576px) {
  .section8__name {
    margin-right: 2.5vw !important;
  }
}

.section9 {
  margin-top: 0 !important;
  padding: 0 13% 34rem !important;
}
@media (max-width: 1400px) {
  .section9 {
    padding: 0 5% 34rem !important;
  }
}
@media (max-width: 1024px) {
  .section9 {
    padding: 0 2.5% 28rem !important;
  }
}
@media (max-width: 576px) {
  .section9 {
    padding: 0 2.5% 18rem !important;
  }
}
.section9 .c-container {
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .section9 .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
}
.section9 .smb-section__header {
  text-align: left;
}
.section9__list {
  padding: 3.8rem 0;
}
.section9__list:not(:last-child) {
  border-bottom: 0.05rem solid #ba4545;
}
@media (max-width: 1024px) {
  .section9__list {
    border-bottom: 0.05rem solid #ba4545;
    gap: 0 !important;
  }
}
@media (max-width: 576px) {
  .section9__list {
    padding: 8rem 0 4.5rem;
  }
}
.section9__number {
  font-size: 8.3rem;
  color: #ba4545;
  opacity: 37%;
  font-weight: 600;
  letter-spacing: -0.1em;
}
@media (max-width: 1024px) {
  .section9__number {
    flex-basis: 15% !important;
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  .section9__number {
    flex-grow: 1 !important;
  }
}
.section9__text {
  font-size: 4.6rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section9__text {
    flex-basis: 70% !important;
    font-size: 2.57rem;
  }
}
@media (max-width: 1024px) {
  .section9__sentence {
    flex-basis: 100% !important;
  }
}

.section10 {
  margin-top: 0 !important;
  padding: 0 13% 34rem !important;
}
@media (max-width: 1400px) {
  .section10 {
    padding: 0 5% 34rem !important;
  }
}
@media (max-width: 1024px) {
  .section10 {
    padding: 0 2.5% 23rem !important;
  }
}
@media (max-width: 576px) {
  .section10 {
    padding: 0 2.5% 18rem !important;
  }
}
.section10 .c-container {
  max-width: 100% !important;
}
@media (max-width: 576px) {
  .section10 .section9__list {
    padding-top: 4.7rem !important;
    gap: 1rem !important;
  }
}
@media (max-width: 576px) {
  .section10 .c-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.section10__list {
  padding: 3.8rem 0;
}
.section10__list:not(:last-child) {
  border-bottom: 0.05rem solid #ba4545;
}
.section10__number {
  font-size: 4rem !important;
  color: #ba4545;
  font-weight: 600;
  letter-spacing: -0.1em;
}
@media (max-width: 1024px) {
  .section10__number {
    font-size: 3.5rem !important;
    flex-basis: 10% !important;
  }
}
@media (max-width: 576px) {
  .section10__number {
    letter-spacing: 0;
    flex-basis: 13% !important;
  }
}
.section10__text {
  font-size: 2.6rem !important;
  font-weight: 600;
  align-self: center !important;
}
@media (max-width: 1024px) {
  .section10__text {
    font-size: 2.2rem !important;
    font-weight: 500;
    flex-basis: 90% !important;
    align-self: flex-start !important;
  }
}
@media (max-width: 576px) {
  .section10__text {
    font-size: 2rem !important;
  }
}

.section11 {
  background-color: rgba(139, 30, 30, 0.7) !important;
  z-index: -2;
  padding-top: 0;
  padding: 0 13% 0 !important;
}
@media (max-width: 1400px) {
  .section11 {
    padding: 0 5% 0 !important;
  }
}
@media (max-width: 1024px) {
  .section11 {
    padding: 0 2.5% 11.5rem !important;
  }
}
.section11 .smb-section__header h2 {
  background-color: #000;
}
.section11__text1 {
  font-weight: 600;
  font-size: 2.6rem !important;
}
@media (max-width: 1024px) {
  .section11__text1 {
    font-size: 2rem !important;
    flex-basis: 100% !important;
  }
}
@media (max-width: 1024px) {
  .section11__text2 {
    flex-basis: 100% !important;
  }
}
.section11__list {
  padding: 6rem 0;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 1024px) {
  .section11__list {
    padding: 5rem 0;
  }
}
.section15 .section11__list {
  border-bottom-color: #ba4545;
}
@media (max-width: 1024px) {
  .section11 .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
}
.section11-2 {
  background-color: #fff !important;
}
@media (max-width: 1024px) {
  .section11-2 {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .section11-2 {
    padding-top: 8rem !important;
  }
}
.section11-2 .smb-section__header h2 {
  background-color: #ba4545 !important;
}
.section11-2 .section11__text1, .section11-2 .section11__text2 {
  color: #000 !important;
}
.section11-2 .section11__list:not(:last-child) {
  border-bottom: 0.1rem solid #efc7c7;
}

.section12 {
  margin-top: 0;
  padding: 24rem 13% 0 !important;
}
@media (max-width: 1024px) {
  .section12 .c-container {
    padding: 0 !important;
  }
}
@media (max-width: 1400px) {
  .section12 {
    padding: 24rem 5% 0 !important;
  }
}
@media (max-width: 1024px) {
  .section12 {
    padding: 24rem 2.5% 0 !important;
  }
}
@media (max-width: 576px) {
  .section12 {
    padding: 20rem 2.5% 0 !important;
  }
}
.section12 h3 {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .section12 h3 {
    display: none;
  }
}
.section12__columns {
  padding: 5rem 6rem 30rem;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .section12__columns {
    padding: 1rem 2.5% 26rem;
  }
}
@media (max-width: 576px) {
  .section12__columns {
    padding: 1rem 2.5% 0;
  }
}
@media (max-width: 1024px) {
  .section12__columns--figurebox {
    flex-basis: 30% !important;
  }
}
.section12__list {
  padding-left: 16rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section12__list {
    padding-left: 1rem !important;
    flex-basis: 70%;
    padding-right: 20%;
  }
}
@media (max-width: 576px) {
  .section12__list {
    padding-left: 0 !important;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.section12__list--column {
  padding-bottom: 5% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .section12__list--column {
    padding-bottom: 7.8rem !important;
  }
}
@media (max-width: 576px) {
  .section12__list--column:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .section12__list--column .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
}
.section12__list--round {
  color: #ba4545;
  font-size: 2.9rem;
}
@media (max-width: 1024px) {
  .section12__list--round {
    font-size: 2.3rem;
    align-self: flex-start !important;
  }
}
.section12__list--round p {
  text-align: center !important;
}
@media (max-width: 1024px) {
  .section12__list--list {
    align-self: flex-start !important;
  }
}
.section12__list--year {
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .section12__list--year {
    font-size: 2.3rem;
    flex-basis: 100% !important;
  }
}
.section12__list--text {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .section12__list--text {
    flex-basis: 100% !important;
    font-weight: 500;
  }
}
.section12__list .section12__list--round p::before {
  content: "";
  height: 1px;
  width: 60%;
  background-color: #c11f1f;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: left top !important;
  transition-timing-function: linear;
}
@media (max-width: 1024px) {
  .section12__list .section12__list--round p::before {
    width: 100%;
  }
}
.section12__list:not(:last-child) .section12__list--round p::after {
  content: "";
  height: 180%;
  width: 1px;
  background-color: #ba4545;
  display: block;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition-timing-function: linear;
}
@media screen and (max-width: 1500px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 260%;
  }
}
@media screen and (max-width: 1150px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 230%;
  }
}
@media screen and (max-width: 1024px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 500%;
  }
}
@media screen and (max-width: 742px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 570%;
  }
}
@media screen and (max-width: 576px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 480%;
  }
}
@media screen and (max-width: 371px) {
  .section12__list:not(:last-child) .section12__list--round p::after {
    height: 540%;
  }
}
.section12__list .lineanimation--1::before {
  transition: transform 0.6s 0.6s !important;
}
.section12__list .lineanimation--2::before {
  transition: transform 0.6s 1.2s !important;
}
.section12__list .lineanimation--3::before {
  transition: transform 0.6s 1.8s;
}
.section12__list .lineanimation--4::before {
  transition: transform 0.6s 2.4s;
}
.section12__list .lineanimation--5::before {
  transition: transform 0.6s 3s;
}
.section12__list .lineanimation--6::before {
  transition: transform 0.6s 3.6s;
}
.section12__list .lineanimation--7::before {
  transition: transform 0.6s 4.2s;
}
.section12__list .lineanimation--8::before {
  transition: transform 0.6s 4.8s;
}
.section12__list .lineanimation--9::before {
  transition: transform 0.6s 5.4s;
}
.section12__list .lineanimation--10::before {
  transition: transform 0.6s 6s;
}
.section12__list .lineanimation--11::before {
  transition: transform 0.6s 6.6s;
}
.section12__list .lineanimation--1::after {
  transition: transform 0.6s 0.6s;
}
.section12__list .lineanimation--2::after {
  transition: transform 0.6s 1.2s;
}
.section12__list .lineanimation--3::after {
  transition: transform 0.6s 1.8s;
}
.section12__list .lineanimation--4::after {
  transition: transform 0.6s 2.4s;
}
.section12__list .lineanimation--5::after {
  transition: transform 0.6s 3s;
}
.section12__list .lineanimation--6::after {
  transition: transform 0.6s 3.6s;
}
.section12__list .lineanimation--7::after {
  transition: transform 0.6s 4.2s;
}
.section12__list .lineanimation--8::after {
  transition: transform 0.6s 4.8s;
}
.section12__list .lineanimation--9::after {
  transition: transform 0.6s 5.4s;
}
.section12__list .lineanimation--10::after {
  transition: transform 0.6s 6s;
}
.section12__list .lineanimation--11::after {
  height: 0 !important;
  transition: transform 0.6s 6.6s;
}

.googlemap {
  text-align: center;
  margin-bottom: 28rem !important;
}
@media (max-width: 1024px) {
  .googlemap {
    display: none;
  }
}

#page-top {
  border-radius: 100px;
  width: 16rem;
  height: 16rem;
  right: 5.3rem;
  top: 45%;
}
#page-top:hover {
  border: 3px solid #ba4545 !important;
  background-color: #fff !important;
}
#page-top a {
  z-index: 1;
}
#page-top a:hover {
  border: #ba4545 !important;
  color: #ba4545 !important;
}
#page-top a:hover::after {
  background-color: #fff;
  opacity: 1;
  z-index: 1;
}
#page-top a::after {
  content: "テキスト";
  font-size: 2.1rem;
  font-weight: 600;
  z-index: 1;
}

.svg-inline--fa {
  display: none;
}

.c-page-top {
  opacity: 0 !important;
}

.page-id-207 .c-page-top {
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .page-id-207 .c-page-top {
    opacity: 0 !important;
  }
}

.section13 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.section13 .heading-secondary h2::before {
  z-index: -10 !important;
}
.section13 .smb-container__body {
  padding: 14rem 0 14rem 0 !important;
}
@media (max-width: 576px) {
  .section13 .smb-container__body {
    padding: 8rem 0 0 0 !important;
  }
}
.section13 .smb-section__header {
  position: relative;
}
.section13__message {
  font-size: 4.4rem;
  font-weight: 600;
}
.section13__message span {
  color: #ba4545;
}
@media (max-width: 1024px) {
  .section13__message {
    font-size: 2.3rem;
  }
}
@media (max-width: 576px) {
  .section13__message {
    margin-bottom: 8rem !important;
  }
}
.section13__message2 {
  margin: 8rem 0 20rem 0 !important;
}
@media (max-width: 1024px) {
  .section13__message2 {
    padding: 0 10% !important;
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .section13__message2 {
    text-align: left !important;
  }
}
.section13 .wp-block-columns {
  gap: 4%;
}
.section13__figurebox {
  padding: 3rem 0 3rem 27rem;
}
@media (max-width: 1400px) {
  .section13__figurebox {
    padding: 3rem 0 3rem 5%;
  }
}
@media (max-width: 1024px) {
  .section13__figurebox {
    padding: 3rem 0 3rem 2.5%;
  }
}
@media (max-width: 576px) {
  .section13__figurebox {
    display: none;
  }
}
.section13__textbox .heading-secondary {
  padding: 0 !important;
}
@media (max-width: 576px) {
  .section13__textbox .heading-secondary {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1024px) {
  .section13__textbox .heading-secondary .c-container {
    padding-right: 2.5% !important;
  }
}
@media (max-width: 576px) {
  .section13__textbox figure {
    padding-right: 15%;
    margin-top: 7rem;
  }
}
@media (max-width: 1024px) {
  .section13__textbox h2 {
    margin-top: 6.5rem;
  }
}
.section13__textbox h2::before {
  color: #fff !important;
}
.section13__textbox .smb-section__body {
  margin-top: 0 !important;
}
.section13__textbox h3 {
  font-size: 3.9rem;
  margin: 7vh 0 3% !important;
}
@media (max-width: 1652px) {
  .section13__textbox h3 {
    margin: 6vh 0 8rem !important;
  }
}
@media (max-width: 1024px) {
  .section13__textbox h3 {
    margin: 15rem 0 14rem !important;
  }
}
@media (max-width: 781px) {
  .section13__textbox h3 {
    margin: 12rem 0 10rem !important;
  }
}
@media (max-width: 576px) {
  .section13__textbox h3 {
    margin: 7rem 0 10rem !important;
  }
}
.section13__textbox .smb-buttons {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .section13__textbox .smb-buttons {
    justify-content: flex-end;
  }
}

.column--fix1 {
  gap: 4% !important;
  margin-top: -20% !important;
  padding-left: 2% !important;
  margin-bottom: 15% !important;
}
@media screen and (max-width: 1480px) {
  .column--fix1 {
    margin-top: -15% !important;
    margin-bottom: 10% !important;
  }
}
@media (max-width: 1400px) {
  .column--fix1 {
    margin-top: -25% !important;
    margin-bottom: 15% !important;
  }
}
@media (max-width: 1024px) {
  .column--fix1 {
    margin-top: -37% !important;
    margin-bottom: 23% !important;
  }
  .column--fix1 .smb-buttons {
    justify-content: flex-end;
    padding-right: 2.5%;
  }
}
@media (max-width: 576px) {
  .column--fix1 {
    margin-top: -32% !important;
    margin-bottom: 14% !important;
  }
}

.section14 {
  padding: 13rem 0 0;
}
@media (max-width: 1024px) {
  .section14 {
    padding: 4rem 0 0;
  }
}
.section14 .section7__contact {
  margin-top: 0 !important;
}
.section14 .smb-section__header {
  padding-left: 10rem;
}
@media (max-width: 1024px) {
  .section14 .smb-section__header {
    padding-left: 2.5%;
    margin-bottom: 10rem;
  }
}
.section14 .c-container {
  max-width: 90%;
}
@media (max-width: 1024px) {
  .section14 .c-container {
    max-width: 95%;
    padding: 0 !important;
  }
}
.section14 .wp-block-columns {
  gap: 2rem;
}
.section14__figurebox figure {
  max-width: 100%;
  z-index: 1;
}
.section14__figurebox figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #ba4545;
  border-radius: 5rem;
  z-index: -1;
}
.section14__textbox {
  padding-left: 10rem;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .section14__textbox {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .section14__textbox--text {
    flex-basis: 85% !important;
  }
}
@media (max-width: 781px) {
  .section14__textbox--text {
    flex-basis: 83% !important;
  }
}
@media (max-width: 576px) {
  .section14__textbox--text {
    flex-basis: 83% !important;
  }
}
@media (max-width: 1024px) {
  .section14__textbox--number {
    flex-basis: 15% !important;
  }
}
@media (max-width: 781px) {
  .section14__textbox--number {
    flex-basis: 17% !important;
  }
}
@media (max-width: 576px) {
  .section14__textbox--number {
    flex-basis: 17% !important;
  }
}
@media (max-width: 576px) {
  .section14__textbox figure {
    margin-top: 4.6rem !important;
    margin-right: 30%;
  }
}
.section14__textbox figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #ba4545;
  border-radius: 5rem;
  z-index: -1;
}
.section14__textbox .wp-block-columns {
  gap: 0 !important;
}
@media (max-width: 1024px) {
  .section14__textbox .wp-block-columns {
    margin-bottom: 6.8rem !important;
  }
}
@media (max-width: 576px) {
  .section14__textbox .wp-block-columns {
    margin-bottom: 10rem !important;
  }
}
.section14__textbox .wp-block-columns::before {
  content: "";
  position: absolute;
  width: 140%;
  bottom: 25%;
  left: 0;
  border-bottom: 1px solid #c4c43e;
}
@media (max-width: 1024px) {
  .section14__textbox .wp-block-columns::before {
    content: "";
    position: absolute;
    width: 140%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #c4c43e;
  }
}
.section14__textbox .wp-block-columns::after {
  content: "";
  position: absolute;
  width: 140%;
  bottom: 17%;
  left: 1rem;
  border-bottom: 1px solid #c4c43e;
}
@media (max-width: 1024px) {
  .section14__textbox .wp-block-columns::after {
    content: "";
    position: absolute;
    width: 140%;
    bottom: -6px;
    left: 1rem;
    border-bottom: 1px solid #c4c43e;
  }
}
@media (max-width: 1024px) {
  .section14__textbox .wp-block-columns .wp-block-column {
    align-self: flex-end;
  }
}
.section14__textbox .span__number {
  font-size: 11rem;
  opacity: 37%;
  color: #ba4545;
  line-height: 1.7 !important;
  letter-spacing: -0.1em;
}
@media (max-width: 1400px) {
  .section14__textbox .span__number {
    font-size: 7rem;
  }
}
@media (max-width: 1024px) {
  .section14__textbox .span__number {
    font-size: 6rem;
    line-height: 0.8 !important;
  }
}
.section14__textbox .heading-tertiary {
  font-size: 4.4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 1510px) {
  .section14__textbox .heading-tertiary {
    font-size: 3.8rem;
  }
}
@media (max-width: 1400px) {
  .section14__textbox .heading-tertiary {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .section14__textbox .heading-tertiary {
    font-size: 2.5rem !important;
    padding-bottom: 0 !important;
  }
}
.section14__textbox .btn__img {
  margin-top: 10%;
}
.section14__column {
  margin-bottom: 2rem !important;
}
@media (max-width: 1024px) {
  .section14__column {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .section14__column {
    margin-bottom: 2rem !important;
  }
}
.section14__column--1 .smb-buttons {
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .section14__column--1 .smb-buttons {
    justify-content: flex-end;
  }
}
.section14__column--2 .section14__textbox {
  padding-left: 5rem !important;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .section14__column--2 .section14__textbox {
    padding-left: 0 !important;
  }
}
.section14__column--2 .section14__textbox figure {
  margin-right: 0 !important;
  margin-left: 30% !important;
}
.section14__column--2 .section14__textbox .wp-block-columns::before {
  left: auto;
  right: 0 !important;
}
.section14__column--2 .section14__textbox .wp-block-columns::after {
  left: auto;
  right: 1rem !important;
}

@media (max-width: 1024px) {
  .pageb__section14 {
    margin-top: 14rem !important;
  }
}
@media (max-width: 576px) {
  .pageb__section14 {
    margin-top: 12rem !important;
  }
}

.single .c-entry__meta {
  display: none;
}
.single .c-entry__title {
  padding: 20rem 14% 0;
  font-size: 4.4rem;
}
@media (max-width: 1024px) {
  .single .c-entry__title {
    font-size: 3.2rem;
    padding: 10rem 2.5% 0;
  }
}
@media (max-width: 576px) {
  .single .c-entry__title {
    font-size: 3.2rem;
    padding: 7rem 3.8% 0;
  }
}
.single .c-entry__body {
  padding: 5rem 14% 30rem;
}
@media (max-width: 1024px) {
  .single .c-entry__body {
    padding: 12rem 3.8%;
  }
}
@media (max-width: 576px) {
  .single .c-entry__body {
    padding: 12rem 2.5% 27rem;
  }
}
.single .c-entry__body .wp-profile-box {
  display: none;
}
.single .c-prev-next-nav, .single .p-related-posts, .single .p-comments, .single .p-trackbacks {
  display: none;
}
.single .single__postlist {
  padding-top: 5rem !important;
  padding-bottom: 10rem !important;
}
@media (max-width: 576px) {
  .single .single__postlist .smb-section__header, .single .single__postlist .heading-tertiary {
    display: none;
  }
}
@media (max-width: 1024px) {
  .single .single__postlist {
    padding-top: 0 !important;
    padding-bottom: 13rem;
  }
}
.single .c-entries__item {
  padding: 5.7rem 0 4.8rem;
  border-bottom: 0.15rem solid #fff !important;
}
@media (max-width: 1024px) {
  .single .c-entries__item {
    padding: 2.5rem 0;
  }
}
.single .l-footer {
  border-top: none;
}
.single__btn--posts {
  padding: 8rem 27rem 35rem;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .single__btn--posts {
    padding: 7rem 5% 29rem;
  }
}
@media (max-width: 576px) {
  .single__btn--posts {
    font-size: 2rem;
    padding: 7rem 5% 25rem;
  }
}
.single__btn--posts a {
  margin-right: 7rem;
  position: relative;
  transition: all 0.5s;
}
.single__btn--posts a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7px;
  background-color: #ba4545;
}
@media (max-width: 576px) {
  .single__btn--posts a {
    margin-right: 4rem;
  }
}

.contact {
  padding: 20rem 0 25rem;
  font-weight: 600;
  width: 60vw;
}
@media (max-width: 1024px) {
  .contact {
    padding: 12rem 0 20rem;
    width: 95vw;
  }
}
@media (max-width: 576px) {
  .contact {
    padding: 1rem 0 20rem;
  }
}
.contact__check {
  font-size: 1.7rem;
  text-align: center !important;
  margin-top: 13rem !important;
}
.contact__check--p {
  margin: 3rem 0 6rem;
}
.contact input {
  border: none !important;
}
.contact input::-moz-placeholder {
  color: transparent;
}
.contact input::placeholder {
  color: transparent;
}

#cf-tbl table {
  width: 100%;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
  padding: 0.5em 0.5em 5rem;
  text-align: left;
  vertical-align: top;
}

#cf-tbl table tr th {
  width: 30%;
}
#cf-tbl table tr th p {
  font-size: 2.05rem;
}

@media screen and (max-width: 576px) {
  #cf-tbl {
    width: 100%;
  }
  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    display: block;
  }
  #cf-tbl table {
    width: 100%;
  }
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    width: 100%;
    padding: 3% 5%;
  }
}
@media screen and (max-width: 576px) and (max-width: 1024px) {
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    width: 90%;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    width: 85%;
  }
}
/*「必須」文字デザイン*/
.required {
  font-size: 1.4rem;
  padding: 0.3rem;
  background: #ba4545;
  color: #fff;
  margin-left: 2rem;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #f4f4f6;
}
@media (max-width: 1024px) {
  input.wpcf7-form-control.wpcf7-text,
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 450px;
}
@media (max-width: 1024px) {
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 38rem;
  }
}

/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  padding: 1.8rem 9rem;
  background: #ba4545;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 2.1rem;
  margin: 15px auto 0;
}
@media (max-width: 1024px) {
  input.wpcf7-submit {
    border-radius: 6.5rem;
  }
}
@media (max-width: 576px) {
  input.wpcf7-submit {
    padding: 1rem 9rem;
  }
}

@media screen and (max-width: 768px) {
  input.wpcf7-submit {
    width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  input.wpcf7-submit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
input.wpcf7-submit:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  opacity: 0.7;
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

.c-drawer__inner {
  height: 100% !important;
  padding: 0 !important;
}
.c-drawer__inner .c-drawer__toggle {
  display: none;
}
.c-drawer__inner .c-drawer__menu {
  padding: 3% 35% 3%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  height: 45vh;
}
@media (max-width: 781px) {
  .c-drawer__inner .c-drawer__menu {
    padding: 1% 35% 1%;
  }
}
@media (max-width: 576px) {
  .c-drawer__inner .c-drawer__menu {
    font-size: 2.18rem;
    padding: 2.7% 20% 5.6%;
  }
}
.c-drawer__inner .c-drawer__menu li {
  height: 16%;
}
.c-drawer__inner .c-drawer__menu li:last-child {
  margin-bottom: 20%;
}
.c-drawer__inner .drawer_btn {
  text-align: center;
  height: 16vh;
  margin-top: 8%;
  padding-bottom: 10%;
}
@media (max-width: 781px) {
  .c-drawer__inner .drawer_btn {
    height: 10vh;
    padding-bottom: 5%;
  }
}
@media (max-height: 1024px) {
  .c-drawer__inner .drawer_btn {
    height: 10vh;
    margin-top: 0;
  }
}
.c-drawer__inner .drawer_btn a {
  font-size: 2.5rem;
  border-radius: 2.7rem;
  color: #fff;
  padding: 2.4rem 3rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #fff;
}
@media (max-width: 576px) {
  .c-drawer__inner .drawer_btn a {
    font-size: 2.18rem;
  }
}
.c-drawer__inner .drawer_btn a span {
  margin-right: 2rem;
}
.c-drawer__inner .drawer_btn a span img {
  width: 3.8rem;
}
.c-drawer__inner .drawer__footer {
  background-color: #fff;
  height: 40vh;
  padding: 8% 27%;
}
@media (max-height: 1200px) {
  .c-drawer__inner .drawer__footer {
    padding: 6% 27%;
  }
}
@media (max-height: 781px) {
  .c-drawer__inner .drawer__footer {
    padding: 3% 27%;
  }
}
@media (max-width: 781px) {
  .c-drawer__inner .drawer__footer {
    margin-bottom: 6%;
  }
}
@media (max-width: 576px) {
  .c-drawer__inner .drawer__footer {
    padding: 4% 2.6%;
  }
}
.c-drawer__inner .drawer__footer--logo {
  width: 11rem;
  margin: 0 auto 4rem;
}
@media (max-height: 781px) {
  .c-drawer__inner .drawer__footer--logo {
    margin: 0 auto 2rem;
  }
}
.c-drawer__inner .drawer__footer--text {
  color: #000;
  margin-bottom: 3rem;
  font-size: 1.54rem;
}
.c-drawer__inner .drawer__footer--sns {
  text-align: center;
}
.c-drawer__inner .drawer__footer--sns img {
  width: 5rem;
}
.c-drawer__inner .drawer__footer--sns img:not(:last-child) {
  margin-right: 4rem;
}

.c-hamburger-btn__label {
  display: none;
}

.c-drawer__control .c-hamburger-btn {
  margin-right: 1rem !important;
  margin-top: 1rem !important;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw !important;
  height: 100% !important;
  background: #f8f90c;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ba4545;
}

.progressbar-text {
  color: #ba4545 !important;
}

.slideInBefore h2::before {
  animation: slideInfromLeft 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  opacity: 1;
}

.slideInLeft {
  animation: slideInfromLeft 2.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.slideInRight {
  animation: slideInfromRight 2.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.page__heading {
  overflow: hidden;
  position: relative;
}
.page__heading::after {
  animation: heading-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 2.5s;
}

.lineChange > .section12__list .section12__list--column .section12__list--round p::before {
  transform: translate(-50%, -50%) scale(1, 1);
  transform-origin: 50% 0%;
}

.lineChange > .section12__list .section12__list--column .section12__list--round p::after {
  transform: scale(1, 1);
  transform-origin: 50% 0%;
}

@keyframes heading-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes animationZoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes slideInfromLeft {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInfromRight {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.heading-secondary h2::before {
  opacity: 44% !important;
}/*# sourceMappingURL=style.css.map */