:root {
  --navy: #20396F;
}

html {
  scroll-behavior: auto;
}

.shippori-antique-regular {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 700;
}
.font_red {
  color: #FF1E00;
}
.font-oswald {
  transform: none;
}
.bg_gray {
  background: #EEF0F5;
}
.bg_blue {
  background: var(--navy);
}
.lh2 {
  line-height: 2;
}
.mt0 {
  margin-top: 0 !important;
}
.mb80 {
  margin-bottom: calc(100vw / var(--viewport) * 80);
}

.btn_counseling_cta {
  width: calc(100vw / var(--viewport) * 686);
}
.btn_counseling_cta img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .btn_counseling_cta {
    width: 343px;
    margin-top: 40px;
  }
}

body {
  color: #333;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 400;
  background: #fff;
}
@media screen and (min-width:768px) {
  body {
    font-size: 14px;
  }
}

#header .header_inner {
  width: auto;
}

.inner {
  padding: 0 calc(100vw / var(--viewport) * 32);
}
@media screen and (min-width:768px) {
  .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
}

h2 {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.h3_sub {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 700;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 15);
}
.h3_name {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 700;
}
@media screen and (min-width:768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .h3_sub {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .h3_name {
    font-size: 24px;
  }
}

#pickup {
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#pickup h2 {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: 900;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#pickup ul li {
  width: 50%;
}
#pickup ul li:nth-child(1) {
  border-right: 1px solid #FFF;
  box-sizing: content-box;
}
#pickup ul li figcaption {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 700;
  text-align: center;
  background: var(--navy);
  height: calc(100vw / var(--viewport) * 68);
  display: flex;
  justify-content: center;
  align-items: center;
}
#pickup ul li img {
  width: 100%;
}
#pickup .ttl_aco {
  font-size: calc(100vw / var(--viewport) * 28);
  width: calc(100vw / var(--viewport) * 348);
  height: calc(100vw / var(--viewport) * 92);
  border: calc(100vw / var(--viewport) * 2) solid #333;
  border-radius: 50vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  cursor: pointer;
}
#pickup .ttl_aco span {
  padding-right: calc(100vw / var(--viewport) * 48);
  position: relative;
}
#pickup .ttl_aco span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}
#pickup .ttl_aco.active {
  display: none;
}
#pickup .captionBox {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 700;
  text-align: center;
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 40) 0;
  margin-top: calc(100vw / var(--viewport) * 40);
}
@media screen and (max-width:767px) {
  #pickup ul {
    margin-bottom: calc(100vw / var(--viewport) * 40);
  }
}
@media screen and (min-width:768px) {
  #pickup {
    padding: 40px 0;
  }
  #pickup h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #pickup .pc_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  #pickup ul.flex.pcOnly {
    width: 460px;
    display: flex !important;
  }
  #pickup ul li figcaption {
    font-size: 14px;
    height: 34px;
  }
  #pickup .pc_flex > div {
    width: 460px;
    position: relative;
  }
  #pickup .ttl_aco {
    font-size: 14px;
    width: 174px;
    height: 46px;
    border: 2px solid #333;
    margin: 0 auto;
    position: absolute;
    right: 141px;
    bottom: 0;
  }
  #pickup .ttl_aco span {
    padding-right: 20px;
  }
  #pickup .ttl_aco span:after {
    width: 7px;
    height: 7px;
    top: 36%;
  }
  #pickup .captionBox {
    font-size: 14px;
    padding: 20px 0;
    margin-top: 40px;
  }
}

.toc {
  padding: calc(100vw / var(--viewport) * 80) 0;
}
.toc .toc_midashi {
  color: #FFF2AE;
  font-size: calc(100vw / var(--viewport) * 80);
  line-height: 1.25;
  background-size: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 4);
  background-image: linear-gradient(to right, #FFF2AE calc(100vw / var(--viewport) * 8), transparent 0);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: calc(100vw / var(--viewport) * 40);
}
.toc ul li {
  line-height: 1.8;
}
.toc ul li a {
  color: #fff;
}
.toc ul li.toc_link {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  line-height: 1.25;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.toc ul li.toc_link a,
.toc ul li.toc_link2 a {
  padding-left: calc(100vw / var(--viewport) * 44);
  display: inline-block;
  position: relative;
}
.toc ul li.toc_link a:before,
.toc ul li.toc_link2 a:before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 17);
  height: calc(100vw / var(--viewport) * 17);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.toc ul li.toc_link2 {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  margin-top: calc(100vw / var(--viewport) * 40);
}
.toc ul li.toc_subLink a:before {
  content: "・";
}
@media screen and (min-width:768px) {
  .toc {
    padding: 40px 0;
  }
  .toc .inner {
    width: 480px;
  }
  .toc .toc_midashi {
    font-size: 40px;
    background-size: 14px 2px;
    background-image: linear-gradient(to right, #FFF2AE 8px, transparent 0);
    padding-bottom: 20px;
  }
  .toc a:hover {
    text-decoration: underline;
  }
  .toc ul li.toc_link {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .toc ul li.toc_link a,
  .toc ul li.toc_link2 a {
    padding-left: 22px;
  }
  .toc ul li.toc_link a:before,
  .toc ul li.toc_link2 a:before {
    width: 8px;
    height: 8px;
  }
  .toc ul li.toc_link2 {
    font-size: 14px;
    margin-top: 10px;
  }
}

#anc01 {
  padding: calc(100vw / var(--viewport) * 80) 0 calc(100vw / var(--viewport) * 160);
}
#anc01 h2 {
  font-weight: bold;
}
#anc01 h3 {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 80);
  position: relative;
}
#anc01 h3 span {
  display: block;
}
#anc01 h3:before,
#anc01 h3:after,
#anc01 h3 span:before,
#anc01 h3 span:after {
  content: "";
  background: #333;
}
#anc01 h3:before,
#anc01 h3:after {
  position: absolute;
  top: 0;
  left: 0;
}
#anc01 h3:before {
  width: 2px;
  height: 100%;
}
#anc01 h3:after {
  width: calc(100vw / var(--viewport) * 40);
  height: 2px;
}
#anc01 h3 span:before,
#anc01 h3 span:after {
  position: absolute;
  right: 0;
  bottom: 0;
}
#anc01 h3 span:before {
  width: 2px;
  height: 100%;
}
#anc01 h3 span:after {
  width: calc(100vw / var(--viewport) * 40);
  height: 2px;
}
#anc01_2,
#anc01_3 {
  padding: calc(100vw / var(--viewport) * 80) 0 0;
}
#anc01_3 .lead {
  color: var(--navy);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#anc01_3 .buttons {
  padding: 0;
}
#anc01_3 .buttons li a {
  color: var(--navy);
  font-weight: bold;
  background: #fff;
  width: 100%;
  height: calc(100vw / var(--viewport) * 108);
  display: flex;
  justify-content: center;
  align-items: center;
  border: calc(100vw / var(--viewport) * 2) solid var(--navy);
  border-radius: 50vw;
  box-shadow: 0 calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 8) rgba(0,0,0,.25);
}
#anc01 .check {
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
#anc01 .check .midashi {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
  gap: calc(100vw / var(--viewport) * 32);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#anc01 .check .midashi .font-oswald {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: normal;
  border-right: 2px solid var(--navy);
  padding-right: calc(100vw / var(--viewport) * 32);
}
#anc01 .check .list {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#anc01 .check .list li:before {
  content: "・";
}
#anc01 .check img {
  margin: calc(100vw / var(--viewport) * 40) 0;
}
#anc01 .recommendBox {
  background: #fff;
  border: calc(100vw / var(--viewport) * 2) solid var(--navy);
  border-radius: calc(100vw / var(--viewport) * 20);
  padding: calc(100vw / var(--viewport) * 40) 0;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#anc01 .recommendBox .midashi {
  font-size: calc(100vw / var(--viewport) * 28);
  text-align: center;
}
#anc01 .recommendBox .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(100vw / var(--viewport) * 20);
}
#anc01 .recommendBox .flex li a {
  color: #fff;
  background: var(--navy);
  height: calc(100vw / var(--viewport) * 52);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 0 calc(100vw / var(--viewport) * 24);
}
#anc01 .recommendBox .text {
  color: var(--navy);
  font-weight: bold;
  text-align: center;
}
#anc01 .captionBox {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 64) calc(100vw / var(--viewport) * 32);
  margin-top: calc(100vw / var(--viewport) * 80);
}
#anc01 .captionBox .midashi {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#anc01 .captionBox .midashi .yellowLine {
  background:linear-gradient(transparent 80%, #ff6 80%);
}
@media screen and (max-width:767px) {
  #anc01_3 .buttons li:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 20);
  }
}
@media screen and (min-width:768px) {
  #anc01 {
    padding: 80px 0;
  }
  #anc01 .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  #anc01 .pc_flex img {
    width: 460px;
  }
  #anc01 .pc_flex > div {
    width: 460px;
  }
  #anc01 h3 {
    font-size: 20px;
    display: table;
    margin: 0 auto 40px;
  }
  #anc01 h3:before,
  #anc01 h3:after {
    left: -60px;
  }
  #anc01 h3:after {
    width: 20px;
    height: 2px;
  }
  #anc01 h3 span:before,
  #anc01 h3 span:after {
    right: -60px;
  }
  #anc01 h3 span:after {
    width: 20px;
    height: 2px;
  }
  #anc01_2,
  #anc01_3 {
    padding: 60px 0 0;
  }
  #anc01_3 .lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #anc01_3 .buttons {
    display: flex;
    justify-content: space-between;
  }
  #anc01_3 .buttons li a {
    text-align: center;
    width: 232px;
    height: 75px;
    border: 2px solid var(--navy);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
  }
  #anc01 .check {
    padding: 80px 0 0;
  }
  #anc01 .check .midashi {
    font-size: 20px;
    gap: 16px;
    margin-bottom: 40px;
  }
  #anc01 .check .midashi .font-oswald {
    font-size: 48px;
    padding-right: 16px;
  }
  #anc01 .check .list {
    margin-bottom: 10px;
  }
  #anc01 .check .list li:before {
    content: "・";
  }
  #anc01 .check img {
    margin: 0 0 20px;
  }
  #anc01 .recommendBox {
    border: 2px solid var(--navy);
    border-radius: 10px;
    padding: 20px 0;
    margin-top: 20px;
  }
  #anc01 .recommendBox .midashi {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #anc01 .recommendBox .flex {
    gap: 10px;
  }
  #anc01 .recommendBox .flex li a {
    height: 26px;
    padding: 0 12px;
  }
  #anc01 .captionBox {
    width: 800px;
    padding: 32px 40px;
    margin: 60px auto 0;
  }
  #anc01 .captionBox .midashi {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.toggle-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: auto;
  transition: all 0.2s ease;
}
.toggle-text.is-open {
  display: block;
  overflow: visible;
}
.toggle-btn {
  text-align: center;
  display: block;
  border: none;
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  cursor: pointer;
}
.toggle-btn span {
  padding-right: calc(100vw / var(--viewport) * 48);
  position: relative;
}
.toggle-btn span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width:768px) {
  .toggle-btn {
    margin: 36px auto 0;
  }
  .toggle-btn span {
    padding-right: 20px;
  }
  .toggle-btn span:after {
    width: 7px;
    height: 7px;
  }
}

.cta {
  margin-top: calc(100vw / var(--viewport) * 80);
}
.cta .arrow {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.cta .arrow:before,
.cta .arrow:after {
  content: "";
  background: #333;
  width: 2px;
  height: calc(100vw / var(--viewport) * 119);
  position: absolute;
  top: 0;
}
.cta .arrow:before {
  left: 0;
  transform: rotate(-32deg);
  transform-origin: top left;
}
.cta .arrow:after {
  right: 0;
  transform: rotate(32deg);
  transform-origin: top right;
}
.cta .arrow .midashi {
  font-size: calc(100vw / var(--viewport) * 40);
}
.cta .arrow .sub {
  font-size: calc(100vw / var(--viewport) * 24);
}
@media screen and (min-width:768px) {
  .cta {
    margin-top: 60px;
  }
  .cta .arrow {
    width: 343px;
    display: table;
    margin: 0 auto;
  }
  .cta .arrow:before,
  .cta .arrow:after {
    height: 60px;
  }
  .cta .arrow .midashi {
    font-size: 20px;
  }
  .cta .arrow .sub {
    font-size: 14px;
  }
}

.sec02 {
  padding: calc(100vw / var(--viewport) * 160) 0;
  overflow: hidden;
}
.sec02 h2 {
  font-weight: bold;
}
.sec02 .swiper-outer-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.sec02 .case-swiper {
  overflow: visible !important;
  width: 100%;
  padding-bottom: calc(100vw / var(--viewport) * 120);
}
.sec02 .case-swiper .swiper-slide {
  width: calc(100% - calc(100vw / var(--viewport) * 64)) !important;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  height: auto;
}
.sec02 .case-swiper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 53, 106, 0.145);
  pointer-events: none;
  z-index: 2;
}
.sec02 .case-swiper .swiper-slide-active::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sec02 .swiper-slide .slide-title {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  text-align: center;
  background: var(--navy);
  height: calc(100vw / var(--viewport) * 80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .swiper-slide .slide-lead {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 700;
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec02 .swiper-slide .slide-lead .sub {
  font-size: calc(100vw / var(--viewport) * 28);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec02 .swiper-slide .slide-image {
  margin: 0 calc(100vw / var(--viewport) * 32) calc(100vw / var(--viewport) * 40);
}
.sec02 ul li {
  width: 50%;
}
.sec02 ul li:nth-child(1) {
  border-right: 1px solid #FFF;
  box-sizing: content-box;
}
.sec02 ul li figcaption {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 700;
  text-align: center;
  background: var(--navy);
  height: calc(100vw / var(--viewport) * 68);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 ul li img {
  width: 100%;
}
.sec02 .swiper-slide .slide-features {
  font-weight: 700;
  margin: 0 calc(100vw / var(--viewport) * 32);
}
.sec02 .swiper-slide .slide-features li {
  width: 100%;
}
.sec02 .swiper-slide .slide-features li:before {
  content: "・";
}
.sec02 .accordion-toggle {
  font-size: calc(100vw / var(--viewport) * 28);
  width: calc(100vw / var(--viewport) * 348);
  height: calc(100vw / var(--viewport) * 92);
  border: calc(100vw / var(--viewport) * 2) solid #333;
  border-radius: 50vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  cursor: pointer;
}
.sec02 .accordion-toggle span {
  padding-right: calc(100vw / var(--viewport) * 48);
  position: relative;
}
.sec02 .accordion-toggle span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}
.sec02 .accordion-toggle.active {
  display: none;
}
.sec02 .accordion-content {
  padding: 0 calc(100vw / var(--viewport) * 32);
  display: none;
}
.sec02 .swiper-custom-button-prev,
.sec02 .swiper-custom-button-next {
  position: absolute;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  top: calc(100vw / var(--viewport) * 10);
}
.sec02 .swiper-custom-button-prev {
  left: calc(100vw / var(--viewport) * 55);
}
.sec02 .swiper-custom-button-prev:before,
.sec02 .swiper-custom-button-next:before {
  content: '';
  background: #fff;
  position: absolute;
  width: calc(100vw / var(--viewport) * 28);
  height: calc(100vw / var(--viewport) * 20);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.sec02 .swiper-custom-button-prev:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec02 .swiper-custom-button-next {
  right: calc(100vw / var(--viewport) * 55);
}
.sec02 .swiper-custom-button-next:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.sec02 .swiper-pagination {
  width: 100%;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.sec02 .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #EEF0F5;
  opacity: 1;
  width: calc(100vw / var(--viewport) * 24);
  height: calc(100vw / var(--viewport) * 24);
  margin: 0 calc(100vw / var(--viewport) * 12);
}
.sec02 .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: var(--navy);
}
.sec02 .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(n+3) {
  display: none !important;
}
.tab-contents .tab-panel {
  display: none;
}
.tab-contents .tab-panel.active {
  display: block;
}
@media screen and (min-width:768px) {
  .sec02 {
    padding: 80px 0;
  }
  .sec02 .swiper-outer-wrapper {
    max-width: 800px;
  }
  .sec02 .case-swiper {
    padding-bottom: 52px;
    overflow: hidden !important;
  }
  .sec02 .case-swiper .swiper-slide {
    width: 100% !important;
    opacity: 1 !important;
  }
  .sec02 .case-swiper .swiper-slide:after {
    content: none;
  }
  .sec02 .swiper-slide .slide-title {
    font-size: 14px;
    height: 40px;
  }
  .sec02 .swiper-slide .slide-lead {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec02 .swiper-slide .slide-lead .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec02 .swiper-slide .pc_flex > div {
    width: 385px;
  }
  .sec02 .swiper-slide .slide-image {
    margin: 0;
  }
  .sec02 ul li figcaption {
    font-size: 14px;
    height: 34px;
  }
  .sec02 .swiper-slide .slide-features {
    margin: 0;
  }
  .sec02 .accordion-toggle {
    font-size: 14px;
    width: 174px;
    height: 46px;
    border: 2px solid #333;
    margin: 20px auto 0;
  }
  .sec02 .accordion-toggle span {
    padding-right: 20px;
  }
  .sec02 .accordion-toggle span:after {
    width: 7px;
    height: 7px;
    top: 36%;
  }
  .sec02 .accordion-toggle.active {
    display: none;
  }
  .sec02 .accordion-content {
    padding: 0;
  }
  .sec02 .swiper-custom-button-prev,
  .sec02 .swiper-custom-button-next {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .sec02 .swiper-custom-button-prev {
    left: 16px;
  }
  .sec02 .swiper-custom-button-prev:before,
  .sec02 .swiper-custom-button-next:before {
    width: 14px;
    height: 10px;
  }
  .sec02 .swiper-custom-button-next {
    right: 16px;
  }
  .sec02 .swiper-pagination {
    margin-top: 40px;
  }
  .sec02 .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}

.sec03 {
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.sec03 h2 {
  font-weight: bold;
}
.sec03 .tab-navigation {
  display: flex;
  justify-content: space-between;
  gap: calc(100vw / var(--viewport) * 2);
}
.sec03 .tab-navigation .tab-button {
  color: #999;
  background: #fff;
  width: 33.33%;
  height: calc(100vw / var(--viewport) * 68);
  border: none;
}
.sec03 .tab-navigation .tab-button.active {
  color: #fff;
  background: var(--navy);
}
.sec03 .tab-contents img {
  margin: calc(100vw / var(--viewport) * 40) 0;
}
.sec03 .tab-contents h4 {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec03 .tab-contents .box {
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: calc(100vw / var(--viewport) * 20);
  padding: calc(100vw / var(--viewport) * 32);
  margin-top: calc(100vw / var(--viewport) * 80);
}
.sec03 .tab-contents .box .sub {
  color: #fff;
  text-align: center;
  line-height: calc(100vw / var(--viewport) * 52);
  background: var(--navy);
  width: 100%;
  border-radius: 50vw;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec03 .tab-contents .box h3 {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec03 .tab-contents .box img {
  margin: 0 0 calc(100vw / var(--viewport) * 40);
}
.sec03 .tab-contents .box h5 {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 700;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec03 .tab-contents .box .name {
  font-weight: bold;
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 20);
  margin-top: calc(100vw / var(--viewport) * 20);
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
.sec03 .tab-contents .box .button a {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: var(--navy);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50vw;
  box-sizing: border-box;
  width: calc(100vw / var(--viewport) * 384);
  height: calc(100vw / var(--viewport) * 92);
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .sec03 {
    padding: 80px 0;
  }
  .sec03 .tab-navigation {
    width: 480px;
    justify-content: center;
    gap: 2px;
    margin: 0 auto 20px;
  }
  .sec03 .tab-navigation .tab-button {
    height: 34px;
  }
  .sec03 .tab-contents img {
    width: 460px;
    margin: 0;
  }
  .sec03 .tab-contents .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec03 .tab-contents .pc_flex > div {
    width: 460px;
  }
  .sec03 .tab-contents h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec03 .tab-contents .box {
    border-width: 1px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
  }
  .sec03 .tab-contents .box .sub {
    line-height: 38px;
    margin-bottom: 30px;
  }
  .sec03 .tab-contents .box h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec03 .tab-contents .box .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec03 .tab-contents .box img {
    width: 300px;
  }
  .sec03 .tab-contents .box .pc_flex > div {
    width: 600px;
  }
  .sec03 .tab-contents .box h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sec03 .tab-contents .box .priceArea.pc_flex li {
    width: 295px;
  }
  .sec03 .tab-contents .box span.pcOnly {
    display: inline-block !important;
  }
  .sec03 .tab-contents .box .name {
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .sec03 .tab-contents .box .button {
    margin-top: 30px;
  }
  .sec03 .tab-contents .box .button a {
    font-size: 14px;
    width: 192px;
    height: 46px;
  }
}

.sec04 {
  padding: calc(100vw / var(--viewport) * 160) 0;
  overflow: hidden;
}
.sec04 h2 {
  color: #fff;
  font-weight: bold;
}
.sec04 h2 .sub {
  font-size: calc(100vw / var(--viewport) * 48);
}
.sec04 h2 .num {
  color: #FF740F;
  font-size: calc(100vw / var(--viewport) * 112);
  line-height: 1;
}
.sec04 .box {
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 20);
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 32);
  margin-top: calc(100vw / var(--viewport) * 172);
  position: relative;
}
.sec04 .box .num {
  font-size: calc(100vw / var(--viewport) * 64);
  line-height: 1;
  width: calc(100vw / var(--viewport) * 160);
  height: calc(100vw / var(--viewport) * 160);
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: calc(100vw / var(--viewport) * -92);
  left: 0;
  right: 0;
  padding-top: calc(100vw / var(--viewport) * 32);
  margin: 0 auto;
  box-sizing: border-box;
}
.sec04 .box .midashi {
  color: var(--navy);
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 20);
  position: relative;
  z-index: 3;
}
.sec04 .box img {
  margin-top: calc(100vw / var(--viewport) * 10);
}
.sec04 .box .text {
  margin-top: calc(100vw / var(--viewport) * 20);
}
.sec04 .swiper-outer-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto calc(100vw / var(--viewport) * 64);
  border-top: calc(100vw / var(--viewport) * 8) solid var(--navy);
  position: relative;
  overflow: hidden;
}
.sec04 .swiper-slide {
  box-sizing: border-box;
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 20);
  height: auto;
}
.sec04 .swiper-slide .slide-title {
  color: #486691;
  font-size: calc(100vw / var(--viewport) * 32);
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec04 .swiper-slide ul li {
  color: var(--navy);
  text-align: center;
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 10);
  padding: calc(100vw / var(--viewport) * 20);
}
.sec04 .swiper-slide ul li:nth-child(n+2) {
  margin-top: calc(100vw / var(--viewport) * 4);
}
.sec04 .swiper-slide ul li .midashi {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 700;
  margin-bottom: 0;
}
.sec04 .swiper-slide ul li .text {
  font-size: calc(100vw / var(--viewport) * 20);
  margin-top: calc(100vw / var(--viewport) * 10);
}
.sec04 .swiper-slide ul li .option {
  border: 1.3px solid var(--navy);
  margin-top: calc(100vw / var(--viewport) * 10);
}
.sec04 .swiper-slide .priceBox {
  margin-top: calc(100vw / var(--viewport) * 70);
}
.sec04 .swiper-slide .priceBox .sub {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 10);
}
.sec04 .swiper-slide .priceBox .sub span.reverse {
  transform: scale(-1, 1);
  display: inline-block;
}
.sec04 .swiper-slide .priceBox .priceInner {
  color: var(--navy);
  text-align: center;
  line-height: 1;
}
.sec04 .swiper-slide .priceBox .priceInner .price {
  font-size: calc(100vw / var(--viewport) * 72);
}
.sec04 .swiper-slide .priceBox .priceInner .yen {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  margin: 0;
}
.sec04 .swiper-custom-button-prev,
.sec04 .swiper-custom-button-next {
  position: absolute;
  width: calc(100vw / var(--viewport) * 20);
  height: calc(100vw / var(--viewport) * 28);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  top: calc(100vw / var(--viewport) * 48);
}
.sec04 .swiper-custom-button-prev {
  left: calc(100vw / var(--viewport) * 20);
}
.sec04 .swiper-custom-button-prev:before,
.sec04 .swiper-custom-button-next:before {
  content: '';
  background: #486691;
  position: absolute;
  width: calc(100vw / var(--viewport) * 28);
  height: calc(100vw / var(--viewport) * 20);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.sec04 .swiper-custom-button-prev:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec04 .swiper-custom-button-next {
  right: calc(100vw / var(--viewport) * 20);
}
.sec04 .swiper-custom-button-next:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.sec04 .swiper-pagination {
  width: 100%;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.sec04 .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #EEF0F5;
  opacity: 1;
  width: calc(100vw / var(--viewport) * 24);
  height: calc(100vw / var(--viewport) * 24);
  margin: 0 calc(100vw / var(--viewport) * 12);
}
.sec04 .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: var(--navy);
}
.sec04 .cta {
  color: #fff;
}
.sec04 .cta .arrow:before,
.sec04 .cta .arrow:after {
  background: #fff;
}
@media screen and (min-width:768px) {
  .sec04 {
    padding: 80px 0;
  }
  .sec04 h2 .sub {
    font-size: 24px;
  }
  .sec04 h2 .num {
    font-size: 56px;
  }
  .sec04 .box {
    border-radius: 10px;
    padding: 40px;
    margin-top: 66px;
  }
  .sec04 .box:nth-child(1) {
    margin-top: 86px;
  }
  .sec04 .box .num {
    font-size: 32px;
    width: 80px;
    height: 80px;
    top: -46px;
    padding-top: 15px;
  }
  .sec04 .box .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 30px;
    grid-template-areas:
      "item1 item2"
      "item3 item2";
  }
  .sec04 .box .pc_grid.reverse {
    grid-template-areas:
      "item2 item1"
      "item2 item3";
    transform: none;
  }
  .sec04 .box .pc_grid .midashi {
    grid-area: item1;
  }
  .sec04 .box .pc_grid .imgBox,
  .sec04 .box .pc_grid .swiper-outer-wrapper {
    grid-area: item2;
  }
  .sec04 .box .pc_grid .text {
    grid-area: item3;
  }
  .sec04 .box .midashi {
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
  }
  .sec04 .box img {
    margin-top: 0;
  }
  .sec04 .box .text {
    margin-top: 0;
  }
  .sec04 .swiper-outer-wrapper {
    max-width: 425px;
    margin: 0;
    border-top: 4px solid var(--navy);
    overflow: hidden;
  }
  .sec04 .swiper-slide {
    padding: 16px 10px;
  }
  .sec04 .swiper-slide .slide-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec04 .swiper-slide ul li {
    border-radius: 5px;
    padding: 10px;
  }
  .sec04 .swiper-slide ul li:nth-child(n+2) {
    margin-top: 2px;
  }
  .sec04 .swiper-slide ul li .midashi {
    font-size: 12px;
    text-align: center;
  }
  .sec04 .swiper-slide ul li .text {
    font-size: 10px;
    margin-top: 5px;
  }
  .sec04 .swiper-slide ul li .option {
    border: 0.65px solid var(--navy);
    margin-top: 5px;
  }
  .sec04 .swiper-slide .priceBox {
    margin-top: 20px;
  }
  .sec04 .swiper-slide .priceBox .sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sec04 .swiper-slide .priceBox .priceInner .price {
    font-size: 36px;
  }
  .sec04 .swiper-slide .priceBox .priceInner .yen {
    font-size: 12px;
  }
  .sec04 .swiper-custom-button-prev,
  .sec04 .swiper-custom-button-next {
    width: 10px;
    height: 14px;
    top: 20px;
  }
  .sec04 .swiper-custom-button-prev {
    left: 10px;
  }
  .sec04 .swiper-custom-button-prev:before,
  .sec04 .swiper-custom-button-next:before {
    width: 14px;
    height: 10px;
  }
  .sec04 .swiper-custom-button-next {
    right: 10px;
  }
  .sec04 .swiper-custom-button-next:before {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .sec04 .swiper-pagination {
    width: 100%;
    margin-top: calc(100vw / var(--viewport) * 20);
  }
  .sec04 .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #EEF0F5;
    opacity: 1;
    width: calc(100vw / var(--viewport) * 24);
    height: calc(100vw / var(--viewport) * 24);
    margin: 0 calc(100vw / var(--viewport) * 12);
  }
  .sec04 .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--navy);
  }
  .sec04 .cta {
    color: #fff;
  }
  .sec04 .cta .arrow:before,
  .sec04 .cta .arrow:after {
    background: #fff;
  }
}

.faq {
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.faq h2 {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 700;
  text-align: center;
}
.faq .ttl_aco {
  color: var(--navy);
  font-weight: 700;
  padding: calc(100vw / var(--viewport) * 40) 0;
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--navy);
  position: relative;
}
.faq .ttl_aco:before,
.faq .ttl_aco:after {
  content: "";
  background: var(--navy);
  width: calc(100vw / var(--viewport) * 20);
  height: calc(100vw / var(--viewport) * 2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.faq .ttl_aco:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .ttl_aco.active:after {
  display: none;
}
.faq .ttl_aco.active {
  border-bottom: none;
}
.faq .body_aco {
  line-height: 2;
  border-bottom: calc(100vw / var(--viewport) * 2) solid var(--navy);
  padding-bottom: calc(100vw / var(--viewport) * 40);
}
@media screen and (min-width:768px) {
  .faq {
    padding: 80px 0;
  }
  .faq h2 {
    font-size: 20px;
  }
  .faq .inner {
    width: 800px;
  }
  .faq .ttl_aco {
    padding: 20px 0;
    border-bottom: 1px solid var(--navy);
  }
  .faq .ttl_aco:before,
  .faq .ttl_aco:after {
    width: 10px;
    height: 1px;
  }
  .faq .body_aco {
    border-bottom: 1px solid var(--navy);
    padding-bottom: 20px;
  }
}

.doctor {
  padding: calc(100vw / var(--viewport) * 160) 0;
}
.doctor .doctor__inner {
  margin-inline: calc(100vw / var(--viewport) * 32);
}
.doctor h2 {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 700;
}
.doctor .doctor__img {
  width: calc(100vw * 200 / 375);
  margin: calc(100vw * 40 / 375) auto 0;
  overflow: hidden;
  border-radius: 50%;
}
.doctor .doctor__desc {
  font-size: calc(100vw / var(--viewport) * 28);
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(100vw / var(--viewport) * 40);
  margin-top: calc(100vw / var(--viewport) * 40);
}
.doctor .doctor__name {
  display: flex;
  flex-direction: column;
  gap: calc(100vw / var(--viewport) * 20);
  align-items: center;
}
.doctor .doctor__name .doctor__name__caption {
  font-size: calc(100vw / var(--viewport) * 20);
}
.doctor .doctor__name .doctor__name__main {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
}
.doctor .doctor__desc h3 {
  text-align: left;
  line-height: 1;
  background: #fff;
  width: 100%;
  padding: calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 20);
  margin-top: calc(100vw / var(--viewport) * 40);
  box-sizing: border-box;
}
@media screen and (min-width:768px) {
  .doctor {
    padding: 80px 0;
  }
  .doctor .doctor__inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .doctor h2 {
    font-size: 20px;
  }
  .doctor .pc_grid {
    display: grid;
    grid-template-columns: 200px 740px;
    gap: 0 40px;
    grid-template-areas:
      "item1 item2"
      "item3 item2";
    position: relative;
  }
  .doctor__img { grid-area: item1; }
  .textBox { grid-area: item2; }
  .doctor .doctor__img {
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .doctor .doctor__desc {
    font-size: 14px;
    gap: 20px;
    margin-top: 0;
  }
  .doctor .doctor__name {
    width: 200px;
    position: absolute;
    top: 220px;
    left: 0;
    gap: 0;
  }
  .doctor .doctor__name .doctor__name__caption {
    font-size: 10px;
  }
  .doctor .doctor__name .doctor__name__main {
    font-size: 20px;
  }
  .doctor .doctor__desc h3 {
    padding: 8px 10px;
    margin-top: 20px;
  }
}