@charset "UTF-8";
.mainBody {
  padding-top: 80px;
}
@media screen and (max-width: 740px) {
  .mainBody {
    padding-top: 8vw;
  }
}

.karada {
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.karada img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.karada .serif {
  font-family: "YakuHanMP", "Noto Serif JP", serif;
}
.karada .ib {
  display: inline-block;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 1.5s ease, -webkit-transform 0.8s ease;
  transition: opacity 1.5s ease, transform 0.8s ease;
  transition: opacity 1.5s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main_photo {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main_photo picture,
.main_photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 545px;
  opacity: 0;
  -webkit-animation: mainPhotoFade 2s ease-out forwards;
          animation: mainPhotoFade 2s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .main_photo picture,
  .main_photo img {
    min-height: 100vw;
  }
}
@-webkit-keyframes mainPhotoFade {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mainPhotoFade {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.main_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main_photo .page_title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .main_photo .page_title {
    width: 93vw;
  }
}
.main_photo .page_title .page_title_inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5vw;
  width: 61vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1480px) {
  .main_photo .page_title .page_title_inner {
    gap: 50px;
    width: 900px;
  }
}
@media screen and (max-width: 800px) {
  .main_photo .page_title .page_title_inner {
    gap: 5vw;
    width: auto;
  }
}
.main_photo .page_title h1 {
  padding-top: 2vw;
  font-size: 2.4vw;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 0 0 15px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-animation: titleFade 1.5s ease-out forwards 0.5s;
          animation: titleFade 1.5s ease-out forwards 0.5s;
}
@media screen and (max-width: 1480px) {
  .main_photo .page_title h1 {
    padding-top: 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main_photo .page_title h1 {
    padding-top: 4vw;
    font-size: 8.5vw;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(0, 0, 0), 0 0 20px rgb(0, 0, 0);
  }
}
.main_photo .page_title h1 span {
  display: none;
}
@-webkit-keyframes titleFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes titleFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main_photo .page_title h2 {
  padding-top: 5vw;
  font-size: 1.7vw;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-animation: titleFade2 1.5s ease-out forwards 1s;
          animation: titleFade2 1.5s ease-out forwards 1s;
}
@media screen and (max-width: 1480px) {
  .main_photo .page_title h2 {
    padding-top: 75px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main_photo .page_title h2 {
    padding-top: 8vw;
    font-size: 5.5vw;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(0, 0, 0), 0 0 20px rgb(0, 0, 0);
  }
}
@-webkit-keyframes titleFade2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes titleFade2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.lead_block {
  text-align: center;
  padding: 80px min(4vw, 40px) 100px;
}
@media screen and (max-width: 768px) {
  .lead_block {
    padding: 8vw 5vw 10vw;
    text-align: left;
  }
}
.lead_block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lead_block h2 {
    font-size: 6vw;
    text-align: center;
  }
}
.lead_block p {
  padding-top: 2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lead_block p {
    font-size: 4.5vw;
    padding-top: 1.5em;
  }
  .lead_block p br {
    display: none;
  }
}
.lead_block .photo01 {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .navi_block {
    margin-top: 8vw;
    border: solid 1px #aaa;
    border-radius: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .navi_fb + .navi_fb {
    border-top: solid 1px #aaa;
  }
}

.navi_fb {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .navi_fb {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .navi_fb a + a {
    border-top: solid 1px #aaa;
  }
}
.navi_fb a {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .navi_fb a {
    font-size: 4.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
    padding: 2vw 0vw 2vw 6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
}
.navi_fb a img {
  width: 105px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .navi_fb a img {
    width: 12vw;
  }
}
.navi_fb span {
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .navi_fb span {
    padding-top: 0px;
  }
}

.section_header {
  text-align: center;
}
.section_header h2.sec_heading {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .section_header h2.sec_heading {
    display: block;
    font-size: 6vw;
  }
}
.section_header h2.sec_heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .section_header h2.sec_heading span {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .section_header h2.sec_heading img {
    width: 15vw;
  }
}

.section_lineup {
  padding: 100px min(4vw, 40px);
  background-color: #fdfcea;
}
@media screen and (max-width: 768px) {
  .section_lineup {
    padding: 8vw 5vw 10vw;
  }
}
.section_lineup .wrapper {
  max-width: 1000px;
  margin-inline: auto;
}
.section_lineup .section_header p {
  padding-top: 2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section_lineup .section_header p {
    padding-top: 8vw;
    display: block;
    font-size: 4.4vw;
    text-align: left;
  }
}
.section_lineup .lineup_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 50px);
}
@media screen and (max-width: 768px) {
  .section_lineup .lineup_fb {
    display: block;
  }
}
.section_lineup .lineup_fb_img {
  position: relative;
  width: min(48vw, 480px);
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section_lineup .lineup_fb_img {
    width: 100%;
    height: auto;
    aspect-ratio: 480/300;
  }
}
.section_lineup .lineup_fb_img picture {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  -webkit-animation: lineupFade 18s infinite;
          animation: lineupFade 18s infinite;
}
.section_lineup .lineup_fb_img picture:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.section_lineup .lineup_fb_img picture:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.section_lineup .lineup_fb_img picture:nth-child(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.section_lineup .lineup_fb_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@-webkit-keyframes lineupFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineupFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section_lineup .lineup_fb_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_lineup .lineup_fb_body h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #70ba2b;
}
@media screen and (max-width: 768px) {
  .section_lineup .lineup_fb_body h3 {
    padding-top: 5vw;
    font-size: 6vw;
    text-align: center;
  }
}
.section_lineup .lineup_fb_body h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .section_lineup .lineup_fb_body h4 {
    padding-top: 1vw;
    font-size: 4.8vw;
    text-align: center;
  }
}
.section_lineup .lineup_fb_body p {
  padding-top: 1.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_lineup .lineup_fb_body p {
    padding-top: 5vw;
    font-size: 4.2vw;
  }
}

.section_gentei {
  padding: 100px min(4vw, 40px);
  background-color: #e4f3f6;
}
@media screen and (max-width: 768px) {
  .section_gentei {
    padding: 8vw 5vw 10vw;
  }
}
.section_gentei .wrapper {
  max-width: 1000px;
  margin-inline: auto;
}
.section_gentei .gentei_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 50px);
}
@media screen and (max-width: 768px) {
  .section_gentei .gentei_fb {
    display: block;
  }
}
.section_gentei .gentei_fb_img {
  width: min(48.5vw, 485px);
}
@media screen and (max-width: 768px) {
  .section_gentei .gentei_fb_img {
    width: 100%;
  }
  .section_gentei .gentei_fb_img img {
    width: 100%;
    height: auto;
  }
}
.section_gentei .gentei_fb_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_gentei .gentei_fb_body h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #70ba2b;
}
@media screen and (max-width: 768px) {
  .section_gentei .gentei_fb_body h3 {
    padding-top: 5vw;
    font-size: 6vw;
    text-align: center;
  }
}
.section_gentei .gentei_fb_body h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .section_gentei .gentei_fb_body h4 {
    padding-top: 1vw;
    font-size: 4.8vw;
    text-align: center;
  }
}
.section_gentei .gentei_fb_body p {
  padding-top: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_gentei .gentei_fb_body p {
    padding-top: 5vw;
    font-size: 4.2vw;
  }
}

.program_table {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .program_table {
    margin-top: 5vw;
  }
}
.program_table th {
  vertical-align: top;
  padding: 2px 0;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .program_table th {
    font-size: 4vw;
  }
}
.program_table td {
  vertical-align: top;
  padding: 2px 0 2px 4px;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .program_table td {
    font-size: 4vw;
  }
}
.program_table td span {
  display: inline-block;
}

.program_notice {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .program_notice {
    padding-top: 1vw;
    font-size: 4vw;
  }
}

.program_info {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .program_info {
    padding-top: 3vw;
  }
}
.program_info dt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .program_info dt {
    font-size: 4vw;
  }
}
.program_info dd {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .program_info dd {
    padding-top: 1vw;
    font-size: 4vw;
  }
}

.program_map {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .program_map {
    margin-top: 4vw;
  }
}
.program_map iframe {
  width: 100%;
  height: 300px;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .program_map iframe {
    max-width: none;
    height: 50vw;
  }
}

.mini_block {
  max-width: 840px;
  margin-inline: auto;
  background-color: #e4f3f5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mini_block {
    margin-top: 6vw;
  }
}
.mini_block .mini_block_inner {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .mini_block .mini_block_inner {
    padding: 6vw 6vw;
    display: block;
  }
}
.mini_block .mini_block_inner img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .mini_block .mini_block_inner img {
    width: 25vw;
    display: block;
    margin-inline: auto;
  }
}
.mini_block .mini_block_inner div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .mini_block .mini_block_inner div {
    padding-top: 3vw;
  }
}
.mini_block .mini_block_inner h4 {
  color: #70ba2b;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mini_block .mini_block_inner h4 {
    font-size: 5vw;
    text-align: center;
  }
}
.mini_block .mini_block_inner p {
  padding-top: 1em;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mini_block .mini_block_inner p {
    padding-top: 1em;
    font-size: 4vw;
  }
}

.kanshuu_block {
  max-width: 840px;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 20px;
  border: solid 2px #aaa;
}
@media screen and (max-width: 768px) {
  .kanshuu_block {
    margin: 6vw auto 0;
  }
}
.kanshuu_block .kanshuu_block_inner {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner {
    display: block;
    padding: 5vw 6vw;
  }
}
.kanshuu_block .kanshuu_block_inner .kanshuu_left {
  width: 162px;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner .kanshuu_left {
    width: auto;
    text-align: center;
    padding-bottom: 2vw;
  }
}
.kanshuu_block .kanshuu_block_inner .kanshuu_left img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner .kanshuu_left img {
    width: 30vw;
  }
}
.kanshuu_block .kanshuu_block_inner .kanshuu_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kanshuu_block .kanshuu_block_inner .kanshuu_name1 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner .kanshuu_name1 {
    font-size: 3.6vw;
    text-align: center;
  }
}
.kanshuu_block .kanshuu_block_inner .kanshuu_name2 {
  font-size: 16px;
  padding: 3px 0 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #70ba2b;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner .kanshuu_name2 {
    font-size: 3.6vw;
    padding: 0 0 2vw 0;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.kanshuu_block .kanshuu_block_inner .kanshuu_name2 span {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner .kanshuu_name2 span {
    font-size: 1.3em;
  }
}
.kanshuu_block .kanshuu_block_inner p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kanshuu_block .kanshuu_block_inner p {
    font-size: 4vw;
  }
}

.private_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .private_block {
    display: block;
    padding-top: 12vw;
  }
}
.private_block .private_block_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.private_block .private_block_photo {
  width: min(45vw, 454px);
}
@media screen and (max-width: 768px) {
  .private_block .private_block_photo {
    width: 100%;
    padding-top: 6vw;
    text-align: center;
  }
}
.private_block h3.private_heading {
  font-size: 26px;
  font-weight: 700;
  color: #70ba2b;
}
@media screen and (max-width: 768px) {
  .private_block h3.private_heading {
    font-size: 6vw;
    text-align: center;
  }
}
.private_block .private_t1 {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .private_block .private_t1 {
    padding-top: 4vw;
    font-size: 5vw;
    text-align: center;
  }
}
.private_block .private_t2 {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .private_block .private_t2 {
    padding-top: 4vw;
    font-size: 4vw;
  }
}

.tab_block {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .tab_block {
    padding-top: 8vw;
  }
}
.tab_block h3.midashi {
  font-size: min(4vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  padding-bottom: min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  .tab_block h3.midashi {
    font-size: min(5vw, 32px);
  }
}
.tab_block h3.midashi span {
  display: inline-block;
}
.tab_block .tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_block .tabs .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  color: #70ba2b;
  border-bottom: solid 4px #70ba2b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .tab_block .tabs .tab {
    border-bottom: solid 2px #70ba2b;
  }
}
.tab_block .tabs .tab span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .tab_block .tabs .tab span {
    font-size: 4.2vw;
    padding: 3vw 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tab_block .tabs .tab:hover {
    background-color: #fff;
  }
}
.tab_block .tabs .tab.is-active {
  color: #fff;
  background-color: #70ba2b;
}
.tab_block .tab_body {
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_block .tab_body {
    padding: 4vw 0;
  }
}
.tab_block .tab_body .tab_content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab_block .tab_body .tab_content.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.yoyaku_block {
  padding: 40px min(4vw, 40px);
  background-color: #e2eec4;
}
@media screen and (max-width: 768px) {
  .yoyaku_block {
    padding: 10vw 5vw;
  }
}
.yoyaku_block .yoyaku_block_inner {
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .yoyaku_block .yoyaku_block_inner {
    display: block;
  }
}
.yoyaku_block .yoyaku_photo {
  width: 393px;
}
@media screen and (max-width: 768px) {
  .yoyaku_block .yoyaku_photo {
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
  }
}
.yoyaku_block .yoyaku_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoyaku_block .yoyaku_text p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .yoyaku_block .yoyaku_text p {
    font-size: 4.5vw;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .yoyaku_block .yoyaku_text p span {
    font-weight: 500;
    font-size: 1.1em;
  }
}
.yoyaku_block .yoyaku_text p + p {
  margin-top: 1.5em;
}

.section_gairai {
  padding: 80px min(4vw, 40px);
  text-align: center;
  background-color: #e4f2ea;
}
@media screen and (max-width: 768px) {
  .section_gairai {
    padding: 8vw 5vw;
  }
}
.section_gairai p {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_gairai p {
    padding-top: 8vw;
    font-size: 4.4vw;
    text-align: left;
  }
}
.section_gairai dl {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section_gairai dl {
    padding-top: 6vw;
  }
}
.section_gairai dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_gairai dt {
    font-size: 4.8vw;
    text-align: left;
  }
}
.section_gairai dd {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_gairai dd {
    font-size: 4vw;
    text-align: left;
    line-height: 1.6;
  }
}

.section_faq {
  padding: 80px min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  .section_faq {
    padding: 8vw 5vw;
  }
}
.section_faq .faq_block {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block {
    padding-top: 6vw;
  }
}
.section_faq .faq_block .card + .card {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card + .card {
    margin-top: 2vw;
  }
}
.section_faq .faq_block .card {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  border: solid 1px #aaa;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card {
    border-radius: 3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section_faq .faq_block .card:hover {
    border: solid 1px #000;
  }
  .section_faq .faq_block .card:hover .card_title {
    color: #000;
  }
}
.section_faq .faq_block .card .card_header {
  padding: 30px 30px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .card_header {
    padding: 4vw;
  }
}
.section_faq .faq_block .card .card_header .card_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_faq .faq_block .card .toggle_icon span {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/arc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .toggle_icon span {
    width: 5vw;
    height: 5vw;
  }
}
.section_faq .faq_block .card.open .toggle_icon span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section_faq .faq_block .card .card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .card_title {
    font-size: 4.4vw;
  }
}
.section_faq .faq_block .card .card_title span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .card_title span:last-child {
    padding-right: 4vw;
  }
}
.section_faq .faq_block .card .card_info {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .card_info {
    padding: 0 4.5vw 6vw;
    font-size: 4.2vw;
    line-height: 1.6;
    gap: 4vw;
  }
}
.section_faq .faq_block .card .card_info .inside_photo {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section_faq .faq_block .card .card_info .inside_photo {
    gap: 2vw;
  }
}
.section_faq .faq_block .card .card_info .inside_photo img {
  border-radius: 8px;
}
.section_faq .faq_block .card .accordion {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  margin-top: 0;
}

.section_ins {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section_ins {
    padding: 8vw 0 10vw 0;
  }
}
.section_ins .swiper.ins_grid {
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section_ins .swiper.ins_grid {
    margin-top: 6vw;
    padding-top: 0;
    padding-bottom: 13vw;
  }
}
.section_ins .swiper.ins_grid .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.section_ins .swiper-slide.ins_card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  height: auto;
  padding: 30px;
  border: solid 1px #aaa;
  border-radius: 15px;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 1480px) {
  .section_ins .swiper-slide.ins_card {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_ins .swiper-slide.ins_card {
    padding: 3vw 3vw 5vw;
    border-radius: 3vw;
  }
}
.section_ins .swiper-slide.ins_card.deko {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  .section_ins .swiper-slide.ins_card.deko {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section_ins .swiper-slide.ins_card a {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section_ins .swiper-slide.ins_card a {
    margin-top: 3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section_ins .swiper-slide.ins_card a:hover {
    opacity: 0.8;
  }
}
.section_ins .ins_photo img {
  border-radius: 10px;
}
.section_ins .ins_t1 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section_ins .ins_t1 {
    padding-top: 4vw;
    padding-bottom: 2vw;
    font-size: 6vw;
  }
}
.section_ins .ins_t2 {
  border-top: solid 1px #aaa;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section_ins .ins_t2 {
    padding-top: 3vw;
    font-size: 3.5vw;
  }
}
.section_ins .ins_t3 {
  padding-top: 6px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section_ins .ins_t3 {
    padding-top: 1vw;
    font-size: 4vw;
  }
}
.section_ins .ins_t4 {
  border-top: solid 1px #aaa;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section_ins .ins_t4 {
    padding-top: 3vw;
    font-size: 4.5vw;
  }
}
.section_ins .swiper-pagination {
  bottom: 0;
}
.section_ins .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background-color: #dbe1e4;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section_ins .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
}
.section_ins .swiper-pagination-bullet-active {
  background-color: #97a8b0;
}