@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top .topKvContainer {
  height: auto;
  padding: 0 0 80px;
}
@media (max-width: 568px) {
  #top .topKvContainer .topKvPc {
    display: none;
  }
  #top .topKvContainer .topKvSp {
    display: block;
  }
  #top .topKvContainer .topKv {
    position: relative;
    height: 85vh;
    min-height: 530px;
  }
  #top .topKvContainer .topKv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}
#top .topKvContainer .titleWhite {
  position: absolute;
  top: 15%;
  right: 25px;
  width: 85px;
  opacity: 0;
  animation-delay: 0.8s;
}
#top .topKvContainer .titleBlue {
  position: static;
  margin: -330px 0 0;
  left: 0;
  bottom: 220px;
  max-width: 360px;
  width: 100%;
  padding: 0 25px;
}
#top .topKvContainer .titleBlue h1 {
  font-size: 34px;
}
#top .topKvContainer .titleBlue h1.bg .bg-wrap {
  margin: 5px 0 0;
}
#top .topKvContainer .kvMessage {
  position: static;
  margin: 140px 0 0;
  padding: 0;
}
#top .topKvContainer .btnDiagnosis {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 255px;
  margin: 0 auto;
}
#top .bnrSection {
  padding: 0 0 60px !important;
}
#top .bnrSection__inner {
  flex-direction: column !important;
  gap: 0 !important;
}
#top .bnrSection__header {
  width: 100% !important;
  margin: 0 0 18px;
}
#top .bnrSection .sectionTitle {
  margin: 0 0 15px;
  padding: 0 25px;
  text-align: left !important;
}
#top .bnrSection .sectionTitle__ja {
  font-size: 18px !important;
}
#top .bnrSection__carousel {
  width: 100% !important;
  margin: 0 !important;
}
#top .bnrSection__slide a:hover {
  transform: none !important;
}
#top .bnrSection__figure {
  border-radius: 20px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
}
#top .topSection {
  padding: 160px 25px 80px;
}
#top .topSection .checkPanel {
  max-width: 790px;
  padding: 15px 30px;
  border: 3px solid #314fbb;
}
#top .topSection .checkPanel ul li {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 2px dotted #314fbb;
}
#top .topSection .checkPanel ul li span {
  position: relative;
  display: block;
  padding: 0 0 0 35px;
}
#top .topSection .checkPanel .balloon {
  position: absolute;
  top: -160px;
  right: 0;
  bottom: auto;
  width: 185px;
}
#top .topSection .message {
  width: 90%;
  max-width: 560px;
  margin: 40px auto 0;
}
#top .sectionTitle {
  margin: 0 0 30px;
}
#top .sectionTitle .sub.thoughts {
  width: 100px;
}
#top .sectionTitle .sub.strengths {
  width: 100px;
}
#top .sectionTitle .sub.plan {
  width: 100px;
}
#top .sectionTitle .sub.voice {
  width: 100px;
}
#top .sectionTitle h2 {
  margin: 5px 0 0;
}
#top .sectionTitle h2 em {
  font-size: 36px;
}
#top .sectionTitle h2 span {
  font-size: 25px;
}
#top #section__thoughts {
  padding: 0 25px;
}
#top #section__thoughts .secPanel {
  max-width: 620px;
  margin: 0 auto;
}
#top #section__thoughts .secPanel .txtBox {
  margin: 0 0 40px;
  text-align: left;
}
#top #section__thoughts .secPanel .txtBox .txt {
  font-size: 16px;
}
#top #section__thoughts .secPanel .txtBox .txt p + p {
  margin: 20px 0 0;
}
#top #section__thoughts .secPanel .txtBox .ttl {
  margin: 20px 0;
  font-size: 20px;
}
#top #section__thoughts .secPanel .photoBox {
  max-width: 210px;
  margin: 0 auto;
}
#top #section__thoughts .secPanel .photoBox .photo {
  max-width: 210px;
  margin: 0 auto 15px;
}
#top #section__thoughts .secPanel .photoBox dl dt {
  font-size: 24px;
}
#top #section__thoughts .secPanel .photoBox dl dd {
  font-size: 12px;
}
#top #section__thoughts .secPanel .photoBox p {
  font-size: 24px;
}
#top #section__thoughts .message {
  margin: 30px -20px 0;
}
#top #section__strengths {
  margin: -10px 0 0;
  padding: 60px 25px 120px;
  border-radius: 60px 60px 0 0;
}
#top #section__strengths .topTxt {
  margin: 0 0 30px;
}
#top #section__strengths .listBox {
  max-width: 1040px;
  margin: 0 auto;
}
#top #section__strengths .listBox ol li {
  padding: 20px 20px 40px;
  border-radius: 25px;
}
#top #section__strengths .listBox ol li + li {
  margin: 20px 0 0;
}
#top #section__strengths .listBox ol li .num {
  width: 80px;
}
#top #section__strengths .listBox ol li .ttl {
  max-width: 275px;
  margin: -35px auto 30px;
  padding: 5px;
  font-size: 20px;
}
#top #section__strengths .listBox ol li .iconBox {
  margin: 0 0 20px;
}
#top #section__strengths .listBox ol li .iconBox .icon01 {
  width: 210px;
}
#top #section__strengths .listBox ol li .iconBox .icon02 {
  width: 160px;
}
#top #section__strengths .listBox ol li .iconBox .icon03 {
  width: 185px;
}
#top #section__strengths .listBox ol li .txt {
  font-size: 12px;
}
#top #section__plan {
  margin: -50px 0 0;
  padding: 60px 25px 100px;
  border-radius: 60px 60px 0 0;
}
#top #section__plan .sectionTitle {
  margin: 0 0 10px;
}
#top #section__plan .topTxt {
  margin: 0 0 30px;
}
#top #section__plan .btnDiagnosis {
  display: none;
}
#top #section__voice {
  padding: 60px 0;
}
#top #section__voice .voiceSlidePanel .slick-list {
  padding-bottom: 10px !important;
}
#top #section__voice .voiceSlidePanel .slideBox {
  width: 100%;
  max-width: 381px;
  margin: 0 10px;
  border-radius: 15px;
  aspect-ratio: 381/453;
  display: flex;
  flex-direction: column;
}
#top #section__voice .voiceSlidePanel .slideBox .photoBox {
  position: relative;
  flex-shrink: 0;
}
#top #section__voice .voiceSlidePanel .slideBox .photoBox .photo img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: auto;
  display: block;
}
#top #section__voice .voiceSlidePanel .slideBox .photoBox .num {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 27px;
}
#top #section__voice .voiceSlidePanel .slideBox dl {
  padding: 20px 20px 0;
}
#top #section__voice .voiceSlidePanel .slideBox dl dt {
  min-height: 40px;
  margin: 0 0 10px;
  font-size: 16px;
}
#top #section__voice .voiceSlidePanel .slideBox dl dd {
  font-size: 12px;
}
#top #section__voice .voiceSlidePanel .slideBox .plusBox {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 50px;
  max-width: 50px;
}
#top #section__voice .sliderControl {
  max-width: 280px;
  margin: 50px auto 0;
}
#top #section__voice .sliderControl .slick-prev,
#top #section__voice .sliderControl .slick-next {
  top: 10px;
  width: 38px;
  height: 38px;
}
#top #section__voice .btnDiagnosis {
  display: none;
}
#top #section__service {
  padding: 60px 25px;
}
#top #section__service .sectionTitle {
  margin: 0 0 10px;
}
#top #section__service .topTxt {
  margin: 0 0 40px;
}
#top #section__service .listBox,
#top #section__service .spListBox {
  max-width: 100%;
}
#top #section__service .listBox .slick-list,
#top #section__service .spListBox .slick-list {
  padding-top: 45px !important;
}
#top #section__service .listBox ul.slick-initialized .slick-slide,
#top #section__service .spListBox ul.slick-initialized .slick-slide {
  margin: 0 10px;
}
#top #section__service .listBox ul.slick-initialized .slick-list,
#top #section__service .spListBox ul.slick-initialized .slick-list {
  margin: 0 -10px;
}
#top #section__service .listBox ul li .icon,
#top #section__service .spListBox ul li .icon {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top #section__service .listBox ul li .icon.icon01,
#top #section__service .spListBox ul li .icon.icon01 {
  width: 105px;
}
#top #section__service .listBox ul li .icon.icon02,
#top #section__service .spListBox ul li .icon.icon02 {
  width: 80px;
}
#top #section__service .listBox ul li .icon.icon03,
#top #section__service .spListBox ul li .icon.icon03 {
  width: 80px;
}
#top #section__service .listBox ul li .icon.icon04,
#top #section__service .spListBox ul li .icon.icon04 {
  width: 90px;
}
#top #section__service .listBox ul li .icon.icon05,
#top #section__service .spListBox ul li .icon.icon05 {
  width: 90px;
}
#top #section__service .listBox ul li .icon.icon06,
#top #section__service .spListBox ul li .icon.icon06 {
  width: 140px;
}
#top #section__service .listBox ul li dl,
#top #section__service .spListBox ul li dl {
  padding: 60px 20px 40px;
}
#top #section__service .listBox ul li dl dt,
#top #section__service .spListBox ul li dl dt {
  font-size: 18px;
}
#top #section__service .listBox ul li dl dd,
#top #section__service .spListBox ul li dl dd {
  font-size: 12px;
}
#top #section__service .progressbar {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 1px;
  background: #707070;
  margin: 50px auto 0;
}
#top #section__service .progressbar .bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 16.666%;
  height: 3px;
  background: #707070;
  transition: width 0.3s ease;
}
#top #section__price {
  padding: 60px 25px;
}
#top #section__price .secContainer .leftPanel {
  margin: 0 0 60px;
}
#top #section__price .secContainer .leftPanel .planList {
  padding: 30px 20px;
  border-radius: 20px;
}
#top #section__price .secContainer .leftPanel .planList .ttlHead {
  margin: 0 0 20px;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox + .planBox {
  margin: 20px 0 0;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox dl {
  width: calc(100% - 120px);
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox dl dt {
  font-size: 16px;
  border-bottom: 2px dotted #25252e;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox dl dd {
  font-size: 12px;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox .priceBox {
  width: 105px;
  padding: 10px;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox .priceBox .price {
  font-size: 22px;
}
#top #section__price .secContainer .leftPanel .planList .cntBody .planBox .priceBox span {
  font-size: 12px;
}
#top #section__price .secContainer .leftPanel .balloon {
  width: 185px;
  margin: -20px auto 0;
}
#top #section__price .secContainer .rightPanel .secBoxList .secBox + .secBox {
  margin: 30px 0 0;
}
#top #section__price .secContainer .rightPanel .secBoxList .secBox h3 {
  font-size: 20px;
}
#top #section__price .secContainer .rightPanel .secBoxList .secBox .txt {
  margin: 15px 0 0;
  font-size: 12px;
}
#top #section__flow {
  padding: 60px 25px;
}
#top #section__flow .listPanel {
  max-width: 690px;
}
#top #section__flow .listPanel ol li {
  padding: 10px 20px;
  border-radius: 10px;
}
#top #section__flow .listPanel ol li + li {
  margin: 10px 0 0;
}
#top #section__flow .listPanel ol li dl {
  position: relative;
}
#top #section__flow .listPanel ol li dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}
#top #section__flow .listPanel ol li dl dt em {
  margin: 0 15px 0 0;
  font-size: 32px;
  line-height: 1;
}
#top #section__flow .listPanel ol li dl dt span {
  font-size: 16px;
  line-height: 1.2;
}
#top #section__flow .listPanel ol li dl dd {
  font-size: 12px;
  line-height: 1.7;
}
#top #section__flow .btnDiagnosis {
  display: none;
}
#top #section__faq {
  padding: 60px 25px;
}
#top #section__faq .faqPanel .faqBox {
  padding: 5px 20px;
  border-radius: 10px;
}
#top #section__faq .faqPanel .faqBox + .faqBox {
  margin: 10px 0 0;
}
#top #section__faq .faqPanel .faqBox .ttlHead {
  padding: 5px 25px 5px 0;
  background: url("../image/top/accord_plus.png") right center no-repeat;
  background-size: 20px auto;
}
#top #section__faq .faqPanel .faqBox .ttlHead.active {
  background: url("../image/top/accord_minus.png") right center no-repeat;
  background-size: 20px auto;
}
#top #section__faq .faqPanel .faqBox .ttlHead .icon {
  margin: 0 15px 0 0;
}
#top #section__faq .faqPanel .faqBox .ttlHead .icon p {
  width: 48px;
  height: 48px;
  font-size: 16px;
}
#top #section__faq .faqPanel .faqBox .ttlHead .ttl {
  font-size: 14px;
}
#top #section__faq .faqPanel .faqBox .cntBody .inner {
  padding: 10px 0 10px;
}
#top #section__faq .faqPanel .faqBox .cntBody .icon {
  margin: 0 15px 0 0;
}
#top #section__faq .faqPanel .faqBox .cntBody .icon p {
  width: 48px;
  height: 48px;
  font-size: 16px;
}
#top #section__faq .faqPanel .faqBox .cntBody .txt {
  font-size: 12px;
  line-height: 1.7;
}

/* --------------------------------------------------
	modal
-------------------------------------------------- */
.itemModal {
  max-height: calc(100vh - 40px);
  padding: 50px 25px;
}

.modalBox {
  max-height: 100%;
  padding: 60px 20px 60px;
  border-radius: 20px;
}

.modalBoxInner .topBox {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.modalBoxInner .photoBox {
  margin: 0 0 15px;
}
.modalBoxInner .photoBox .photo {
  max-width: 260px;
  margin: 0 auto;
}
.modalBoxInner .ttlBox .ttl {
  margin: 0 0 20px;
  font-size: 20px;
}
.modalBoxInner .ttlBox .info dl {
  font-size: 14px;
}
.modalBoxInner .ttlBox .info dl + dl {
  margin: 10px 0 0;
}
.modalBoxInner .ttlBox .info dl dt {
  color: #314fbb;
}
.modalBoxInner .ttlBox .info .multi {
  display: flex;
  gap: 0 15px;
}
.modalBoxInner .ttlBox .info .single dt {
  margin: 0 0 5px;
}
.modalBoxInner .txtBox dl + dl {
  margin: 30px 0 0;
}
.modalBoxInner .txtBox dl dt {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 14px;
  background: url("../image/common/modal_ttl_circle.png") left center no-repeat;
  background-size: 14px auto;
}
.modalBoxInner .txtBox dl dd {
  font-size: 14px;
}

.modalClose {
  top: 20px;
  right: 20px;
}