@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/* ===============================================
  webFont
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ==================================================
  cache busting設定（scssの最上部に記載）
================================================== */
/*-- mixinフォルダの中の_index.scss --*/
/* ==================================================
  breakpoint & medea query
================================================== */
/*-- commonフォルダの中の_index.scss --*/
/* ===============================================
  htmlでのデザイン制御
=============================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media screen and (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

@media (width < 600px) {
  .is-mobile {
    display: none;
  }
}
@media (width >= 1100px) {
  .is-mobile {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.center {
  text-align: center;
}

.left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.right {
  text-align: right;
}

.fz10 {
  font-size: 1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w10 {
  width: calc(10% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: calc(20% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: calc(30% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: calc(40% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: calc(50% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: calc(60% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: calc(70% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: calc(80% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: calc(90% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.list_wrapper {
  list-style: none;
}
.list_wrapper > li {
  position: relative;
  padding-left: 15px;
}
.list_wrapper > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 5px;
}

.items120 .item:nth-of-type(n + 2) {
  margin-top: 120px;
}
@media (width < 600px) {
  .items120 .item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.items80 .item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media (width < 600px) {
  .items80 .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.items60 .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media (width < 600px) {
  .items60 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.items40 .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media (width < 600px) {
  .items40 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.section {
  padding-block: 100px;
}
@media (width < 1100px) {
  .section {
    padding-block: 80px;
  }
}

.section-title {
  padding-top: 8rem;
  font-size: 1.8rem;
  position: relative;
}
@media (width < 1100px) {
  .section-title {
    padding-top: 6rem;
  }
}
.section-title::before {
  position: absolute;
  content: attr(data-en);
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
  top: 0;
  left: 0;
  font-size: clamp(4.8rem, 5.5vw, 6rem);
  line-height: 1;
  text-transform: uppercase;
}
.section-title__text {
  position: relative;
  padding-left: 30px;
}
.section-title__text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #333;
}

@-webkit-keyframes mask {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
}

@keyframes mask {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
}
@-webkit-keyframes mask2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mask2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kf_c01a {
  0% {
    color: transparent;
    background-color: transparent;
  }
  100% {
    color: inherit;
    background-color: #fff;
  }
}
@keyframes kf_c01a {
  0% {
    color: transparent;
    background-color: transparent;
  }
  100% {
    color: inherit;
    background-color: #fff;
  }
}
@-webkit-keyframes kf_c01c {
  0% {
    color: transparent;
    background-color: transparent;
  }
  100% {
    color: #fff;
    background-color: #333333;
  }
}
@keyframes kf_c01c {
  0% {
    color: transparent;
    background-color: transparent;
  }
  100% {
    color: #fff;
    background-color: #333333;
  }
}
@-webkit-keyframes kf_c01b {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    left: 0%;
    right: 0%;
  }
  100% {
    opacity: 1;
    left: 100%;
    right: 0%;
  }
}
@keyframes kf_c01b {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    left: 0%;
    right: 0%;
  }
  100% {
    opacity: 1;
    left: 100%;
    right: 0%;
  }
}
/*全共通*/
.bgextend {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.55;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0.56;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.55;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0.56;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}
/* ==================================================
  共通の全体設定
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 600px) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: justify;
}

img:not([class*=wp-image-]) {
  max-width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 600px) {
  .inner {
    width: 90%;
  }
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 1.4rem;
}

#add_dashboard_widget.postbox {
  background-color: yellow !important;
}

/* ===============================================
 fadeInアニメーション
=============================================== */
/* 初期状態のスタイル */
.fade_in_item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/* アニメーションのキーフレーム定義 */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションの適用 */
.fade_in_item.animated {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.page-title {
  position: relative;
  padding-bottom: 30px;
  height: 250px;
  background: url(../img/common/page-title.webp?ver=uikamud) no-repeat center top/cover;
}
@media (width < 600px) {
  .page-title {
    height: 200px;
  }
}
.page-title__inner {
  padding: 15px 4%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 3;
  background-color: #fff;
}
.page-title__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  color: #333;
  font-weight: 700;
}

/* ===============================================
  パンくずリスト
=============================================== */
.bcn_display {
  padding-top: clamp(10px, 2vw, 20px);
}
.bcn_display .home {
  padding-left: 1.2em;
  position: relative;
}
.bcn_display .post {
  display: inline-block;
}

#home-button {
  position: fixed;
  bottom: 12%;
  right: 2%;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#home-button a {
  background: #8a8a8a;
  text-decoration: none;
  color: #fff;
  width: 80px;
  aspect-ratio: 1/1;
  padding: 40px 5px 0;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  position: relative;
}
#home-button a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#home-button a::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/home.svg?ver=uikamud) no-repeat center/contain;
          mask: url(../img/common/home.svg?ver=uikamud) no-repeat center/contain;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  aspect-ratio: 1/1;
}

.footer {
  background-color: #333;
  padding-block: 20px;
}
.footer__inner {
  position: relative;
}

.copyright {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.contact-link {
  position: fixed;
  z-index: 999;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (width < 1100px) {
  .contact-link {
    top: 35%;
  }
}
.contact-link a {
  padding: 20px 15px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  background-color: #145485;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (width < 1100px) {
  .contact-link a {
    padding: 10px;
  }
}

/*-- pageフォルダの中の_index.scss --*/
/* ===============================================
  swiper
=============================================== */
.mv {
  position: relative;
  height: 100vh;
  padding-top: 10vh;
  margin-bottom: 10vh;
}
@media (600px <= width < 1100px) {
  .mv {
    height: 65vh;
  }
}
@media (width < 600px) {
  .mv {
    height: 60vh;
    padding-top: 6vh;
  }
}
.mv::before {
  background: url(../img/top/mv-bg.webp?ver=uikamud) no-repeat center top/cover;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(50% + 10vh);
  position: absolute;
  content: "";
  z-index: -4;
}
.mv__wrap {
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (600px <= width < 1100px) {
  .mv__wrap {
    width: 90%;
    height: 50vh;
  }
}
@media (width < 600px) {
  .mv__wrap {
    height: auto;
    width: 90%;
  }
}
.mv__wrap img {
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (width < 600px) {
  .mv__wrap img {
    -o-object-position: center top;
       object-position: center top;
    height: 55vh;
  }
}
.mv__wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#0e0e0e), color-stop(50%, #464646), to(#9c9c9c));
  background: linear-gradient(to right, #0e0e0e 0%, #464646 50%, #9c9c9c 100%);
}
.mv__wrap.active img {
  -webkit-animation-name: mask2;
          animation-name: mask2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mv__wrap.active::after {
  -webkit-animation-name: kf_c01b;
          animation-name: kf_c01b;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mv__catch {
  position: absolute;
  content: "";
  bottom: 20%;
  left: 8%;
}
@media (width < 1100px) {
  .mv__catch {
    left: 3%;
  }
}
.mv__catch-bg {
  position: relative;
  color: transparent;
  background-color: transparent;
  font-weight: 700;
  margin-top: 10px;
  padding: 0 10px;
}
@media (width < 600px) {
  .mv__catch-bg {
    padding: 0 7px;
  }
}
.mv__catch-bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#0e0e0e), color-stop(50%, #464646), to(#9c9c9c));
  background: linear-gradient(to right, #0e0e0e 0%, #464646 50%, #9c9c9c 100%);
}
.mv__catch-bg.active {
  -webkit-animation-name: kf_c01a;
          animation-name: kf_c01a;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mv__catch-bg.active::before {
  -webkit-animation-name: kf_c01b;
          animation-name: kf_c01b;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mv__catch-bg--01 {
  font-size: clamp(1.2rem, 2vw, 2.4rem);
  letter-spacing: 0.7px;
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}
.mv__catch-bg--01.active {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mv__catch-bg--01.active::before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.mv__catch-bg--02 {
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
}
.mv__catch-bg--02.active {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.mv__catch-bg--02.active::before {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.overview {
  padding-block: 150px;
}
@media (width < 600px) {
  .overview {
    padding-block: 80px;
  }
}
.overview__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview__item {
  width: calc((100% - 3vw) / 2);
}
@media (width < 1100px) {
  .overview__item {
    width: 100%;
  }
}
@media (width < 1100px) {
  .overview__item figure {
    width: 80%;
    margin: 20px auto 0;
  }
}
.overview__text {
  font-size: 1.8rem;
  line-height: 200%;
  margin-top: clamp(20px, 3vw, 40px);
}

.card {
  position: relative;
  padding-block: 150px;
}
@media (width < 600px) {
  .card {
    padding-block: 80px;
  }
}
.card::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#216ea7), to(#6da8da));
  background: linear-gradient(90deg, #216ea7 0%, #6da8da 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media (width < 680px) {
  .card::before {
    height: 70%;
  }
}
.card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 680px) {
  .card__flex {
    gap: 50px;
  }
}
.card__item {
  width: calc((100% - 3vw) / 2);
}
@media (width < 680px) {
  .card__item {
    width: 100%;
  }
}
.card__title {
  padding-top: 30px;
  font-size: 1.6rem;
  position: relative;
  padding: 1em 6em 1.2em 0.5em;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card__button {
  position: absolute;
  background-color: #f0f0f0;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card__title-text {
  position: relative;
  font-size: 1.6rem;
}
.card__title-text span {
  font-size: clamp(2.4rem, 2.5vw, 3rem);
  display: block;
}
.card__link {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__link::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  width: 100%;
  height: 1px;
  background-color: #333;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card__link:hover .card__title::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.card__link:hover .card__button {
  background-color: #333;
}
.card__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.pagination .prev,
.pagination .next {
  background-color: #000;
  color: #fff;
  position: relative;
}
.pagination .prev::after,
.pagination .next::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev {
  padding: 10px 15px 10px 30px;
}
.pagination .prev::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination .prev:hover::after {
  left: 10px;
}
.pagination .next {
  padding: 10px 30px 10px 15px;
}
.pagination .next::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.single_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
  gap: 10px;
}
.single_pagination .single_prev a,
.single_pagination .single_next a {
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
}
.single_pagination .single_prev a::after,
.single_pagination .single_next a::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagination .single_prev a {
  padding: 10px 15px 10px 30px;
}
.single_pagination .single_prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.single_pagination .single_prev a:hover::after {
  left: 10px;
}
.single_pagination .single_next a {
  padding: 10px 30px 10px 15px;
}
.single_pagination .single_next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single_pagination .single_next a:hover::after {
  right: 10px;
}

.lists a {
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lists a:hover {
  color: #fff;
  background: #000;
}

/* ===============================================
  404
=============================================== */
.not-found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 600px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__wrapper {
  text-align: center;
}
.not-found__head {
  margin-bottom: 40px;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.not-found__lead {
  margin-bottom: 40px;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999;
}
.not-found__text {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
}
.not-found__btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #999;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__btn a:hover {
  background: #ddd;
}

/* ===============================================
  フォーム
=============================================== */
.form {
  margin-block: 100px;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8em 0;
  border-top: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 600px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.form-item__title {
  width: 100%;
  max-width: 300px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.form-item__title label.required {
  display: inline-block;
  position: relative;
}
.form-item__title label.required::after {
  content: "必須";
  color: indianred;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 10px);
  border: 1px solid indianred;
  border-radius: 0.4em;
  padding: 0.5em 0.6em;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}
.form-item__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 600px) {
  .form-item__input {
    margin-top: 0.8em;
    width: 100%;
  }
}
.form-item__input input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::-moz-placeholder {
  color: #c2c2c2;
}
.form-item__input input:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::placeholder {
  color: #c2c2c2;
}
.form-item__input [type=text],
.form-item__input [type=email],
.form-item__input [type=tel] {
  border: 2px solid #ddd;
  border-radius: 0.4em;
  background: #fff;
  padding: 0.8em 1em;
  width: 100%;
}
.form-item__input [type=text]:focus,
.form-item__input [type=email]:focus,
.form-item__input [type=tel]:focus {
  outline: none;
}
.form-item__input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.8em 1em;
  background-color: #fff;
  border-radius: 0.4em;
  resize: vertical;
  border: 2px solid #ddd;
}
.form-item__input textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::placeholder {
  color: #c2c2c2;
}
.form-item__input textarea:focus {
  outline: none;
}
.form-item__input [type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
}
.form-item__input [type=checkbox]::after {
  border-bottom: 0.25em solid #000;
  border-left: 0.25em solid #000;
  content: "";
  position: absolute;
  height: 1em;
  width: 1.5em;
  margin-top: -0.2em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}
.form-item__input [type=checkbox]:checked::after {
  display: block;
}
.form-item__input [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.form-item__input [type=radio]::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: none;
}
.form-item__input [type=radio]:checked::after {
  display: block;
}
.form-item__input .wpcf7-list-item {
  margin-left: 0;
}
.form-item__input .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.form-item__input .wpcf7-checkbox,
.form-item__input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}
.select-item .select-item__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
@media (width < 600px) {
  .select-item .select-item__input {
    margin-top: 0.8em;
  }
}
.select-item .select-item__input [type=text],
.select-item .select-item__input select {
  border: none;
  border-radius: 0.4em;
  background: #fff;
  padding: 0.8em 1em;
  border: 2px solid #ddd;
}

.postalcode {
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap {
  width: auto;
  position: relative;
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap::before {
  position: absolute;
  content: "〒";
  color: #333;
  font-size: 1.6rem;
  height: 50px;
  top: 12px;
  left: 15px;
}
.postalcode input[type=text] {
  padding-left: 40px;
}

.address {
  margin-top: 10px;
}

.submit-button {
  margin-top: clamp(40px, 7.5vw, 80px);
  text-align: center;
}
.submit-button [type=submit] {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border-radius: 0.2em;
  border: 1px solid #216ea7;
  padding: 1em 6em;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #216ea7;
  font-size: 2rem;
  font-weight: 700;
}
.submit-button [type=submit]:hover {
  background-color: #fff;
  color: #216ea7;
}
.submit-button [type=submit]:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  color: #ee5a6d;
  border: 2px solid #ee5a6d;
  margin-top: clamp(20px, 4vw, 40px);
  margin-inline: auto;
  width: 80%;
}

@-webkit-keyframes onAutoFillStart {}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

/* ===============================================
  thanksページ
=============================================== */
.thanks__head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.thanks__button {
  margin-top: 40px;
  text-align: center;
}
.thanks__link {
  display: inline-block;
  padding: 1em 4em;
  color: #999999;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks__link:hover {
  background: #ddd;
}