@charset "UTF-8";
/*                共通
======================================================= */
html {
  color: #193255;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
.main_btn {
  max-width: 650px;
  width: 86.6666666667%;
  display: block;
  margin: 0 auto;
}

.link_txt {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #06B4D7;
  font-weight: 500;
  border-bottom: 2px solid #06B4D7;
  padding: 0 25px 5px 0;
  letter-spacing: 0.03em;
}
.link_txt::before {
  content: "";
  background: url(../images/link_txt_arw.png) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #193255;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  line-height: 1.3;
}

.note {
  font-size: 1.5em;
  line-height: 1.5;
}
.note a {
  color: #06B4D7;
  border-bottom: 1px solid #06B4D7;
  font-weight: bold;
}

strong {
  color: #06B4D7;
  font-weight: bold;
}

.c-slider_block .slider_item,
.c-slider_block_type02 .slider_item {
  padding-right: 16px;
}
.c-slider_block .slick-dots,
.c-slider_block_type02 .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  transform: translateY(25px);
}
.c-slider_block .slick-dots li,
.c-slider_block_type02 .slick-dots li {
  margin: 0 8px;
}
.c-slider_block .slick-dots li button,
.c-slider_block_type02 .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #DCE3EA;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: background-color 0.3s ease;
}
.c-slider_block .slick-dots li button:hover,
.c-slider_block_type02 .slick-dots li button:hover {
  background-color: #7ABEE6;
}
.c-slider_block .slick-dots li.slick-active button,
.c-slider_block_type02 .slick-dots li.slick-active button {
  background-color: #7ABEE6;
}
.c-slider_block .slick-list,
.c-slider_block_type02 .slick-list {
  margin-left: 80px;
  margin-bottom: 50px;
}

.c-slider_block .slick-list {
  width: 2502px;
}

.c-slider_block_type02 .slick-list {
  width: 1850px;
}

@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 32px;
  }
  .c-slider_block .slick-list,
  .c-slider_block_type02 .slick-list {
    margin-left: 0;
  }
  .c-slider_block .slick-list {
    width: auto;
  }
  .c-slider_block_type02 .slick-list {
    width: auto;
  }
}
/*                content
======================================================= */
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: auto;
}

.main_visual {
  background: url(../images/fv-bg.png) no-repeat center center/cover;
  width: 100%;
  padding: 60px 0 80px;
  box-sizing: border-box;
  text-align: center;
}
.main_visual h1 {
  max-width: 591px;
  width: 78.8%;
  margin: 0 auto 24px;
}
.main_visual .main_btn {
  margin: 0 auto 30px;
}

.time_bord_block {
  margin-bottom: 60px;
}
.time_bord_block .img_area {
  max-width: 570px;
  width: 76%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translate(17px, 19px);
}
.time_bord_block .time_bord {
  max-width: 550px;
  width: 73.3333333333%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #193255;
  box-shadow: 10px 10px 0 0 #A0D7EF;
  border-radius: 20px;
  padding: 40px 0;
  position: relative;
}
/*.time_bord_block .time_bord::before {
  content: "";
  background: url(../images/mainvisual_naika.png) no-repeat center center/contain;
  width: 23.6363636364%;
  height: 50.78%;
  top: -16%;
  left: -11%;
  position: absolute;
  z-index: 3;
}*/
.time_bord_block .time_bord .time_inner {
  max-width: 380px;
  width: 69.0909090909%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #DFF5FF;
  border-radius: 15px;
  color: #06B4D7;
  font-weight: bold;
  padding: 10px 15px 30px;
}
.time_bord_block .time_bord .time_inner .line_txt {
  writing-mode: vertical-rl;
  font-size: 2rem;
}
.time_bord_block .time_bord .time_inner .time {
  font-size: 5rem;
}
.time_bord_block .time_bord .time_inner span:last-child {
  font-size: 2.5rem;
}
.time_bord_block .time_bord p {
  color: #193255;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .main_visual {
    padding: 40px 0 60px;
  }
  .main_visual h1 {
    margin: 0 auto 5px;
  }
  .main_visual .main_btn {
    margin: 0 auto 20px;
  }
  .time_bord_block {
    margin-bottom: 45px;
  }
  .time_bord_block .img_area {
    transform: translate(10px, 12px);
  }
  .time_bord_block .time_bord {
    padding: 25px 0;
  }
  .time_bord_block .time_bord .time_inner {
    padding: 10px 15px 20px;
    margin: 0 auto 10px;
  }
}
.reserve_btn_area {
  padding: 80px 0;
}
.reserve_btn_area a {
  display: block;
  max-width: 650px;
  width: 86.6666666667%;
  margin: 0 auto;
}
.reserve_btn_area a:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .reserve_btn_area {
    padding: 60px 0;
  }
  .reserve_btn_area a:first-child {
    margin-bottom: 16px;
  }
}
.case {
  overflow: hidden;
  padding: 24px 0 80px;
}

@media screen and (max-width: 480px) {
  .case {
    padding: 0px 0 60px;
  }
}
.merit {
  background: #DFF5FF;
  padding: 80px 0 70px;
}
.merit .merit_content {
  max-width: 680px;
  width: 90.6666666667%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .merit {
    padding: 60px 0;
  }
}
.medical {
  padding: 16px;
}
.medical .bg-blue_inner {
  background-color: #EEF9FE;
  padding: 80px 0;
}
.medical .heading_txt {
  max-width: 580px;
  width: 77.3333333333%;
  margin: 0 auto 40px;
}
.medical .medical-content {
  max-width: 640px;
  width: 85.3333333333%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .medical .bg-blue_inner {
    padding: 50px 0;
  }
  .medical .heading_txt {
    margin: 0 auto 25px;
  }
}
.receive {
  padding: 64px 0 80px;
}
.receive .sub_ttl {
  max-width: 480px;
  width: 64%;
  margin: 0 auto;
}
.receive .receive_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto 64px;
}

@media screen and (max-width: 480px) {
  .receive {
    padding: 44px 0 60px;
  }
  .receive .receive_content {
    margin: 0 auto 44px;
  }
}
.information {
  padding: 80px 0;
  background-color: #F2F4F6;
}
.information .content_wrap {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.information .content_wrap .content_item {
  padding: 48px 0;
  border-bottom: 2px solid #DCE3EA;
}
.information .content_wrap .content_item:last-child {
  border-bottom: none;
}
.information .content_wrap .content_item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #193255;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #193255;
}
.information .content_wrap .content_item:nth-of-type(1) {
  padding-top: 0;
}
.information .content_wrap .content_item:nth-of-type(1) h3 + p {
  font-size: 2rem;
}
.information .content_wrap .content_item:nth-of-type(1) p {
  line-height: 1.6;
}
.information .content_wrap .content_item:nth-of-type(2) .note {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.information .content_wrap .content_item:nth-of-type(3) {
  padding-bottom: 0px;
}
.information .content_wrap .content_item:nth-of-type(3) .price_point {
  color: #fff;
  background-color: #193255;
  padding: 10px 10px 12px 10px;
  border-radius: 7px;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
.information .content_wrap .content_item:nth-of-type(3) .price_point + p {
  font-size: 2rem;
  line-height: 1.3;
  margin: 15px 0;
}
.information .content_wrap .content_item:nth-of-type(3) .note {
  margin-top: 0.5em;
}

@media screen and (max-width: 480px) {
  .information {
    padding: 60px 0;
  }
  .information .content_wrap .content_item {
    padding: 32px 0;
  }
}
.difference {
  padding: 80px 0;
}
.difference .difference_table_wrap {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
  position: relative;
  height: 800px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.difference .difference_table_wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7411764706);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.difference .difference_table_wrap.is-open {
  height: auto;
}
.difference .difference_table_wrap.is-open::before {
  opacity: 0;
}
.difference .open_btn_area {
  margin-top: 30px;
}
.difference .open_btn_area .open_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.difference .open_btn_area .open_btn .btn_icon {
  width: 70px;
  height: 70px;
  background-color: #06B4D7;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
.difference .open_btn_area .open_btn .btn_icon span {
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.difference .open_btn_area .open_btn .btn_icon span:first-child {
  width: 5px;
  height: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.difference .open_btn_area .open_btn .btn_icon span:last-child {
  width: 38px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.difference .open_btn_area .open_btn .btn_icon.is-open span:first-child {
  opacity: 0;
}
.difference .open_btn_area .open_btn p {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .difference {
    padding: 60px 0;
  }
  .difference .difference_table_wrap {
    height: 600px;
  }
}
.step {
  padding: 80px 0;
  background-color: #F2F4F6;
}
.step h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.step .heading_txt,
.step .step_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.step .heading_txt {
  margin-bottom: 56px;
}
.step .step_content {
  margin-bottom: 88px;
}
.step .step_content img {
  margin-bottom: 24px;
}
.step .step_content img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .step {
    padding: 60px 0;
  }
  .step .heading_txt {
    margin-bottom: 32px;
  }
  .step h3 {
    margin-bottom: 24px;
  }
  .step .step_content {
    margin-bottom: 58px;
  }
  .step .step_content img {
    margin-bottom: 16px;
  }
}
.voice {
  background-color: #EEF9FE;
  padding: 80px 0;
}
.voice .voice_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto 64px;
}
.voice .voice_content img {
  margin-bottom: 24px;
}
.voice .voice_content img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 60px 0;
  }
  .voice .voice_content {
    margin: 0 auto 44px;
  }
  .voice .voice_content img {
    margin-bottom: 16px;
  }
}
.question {
  padding: 80px 0;
}
.question .question_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.question .question_content dl {
  margin-bottom: 8px;
}
.question .question_content dl dt div, .question .question_content dl dd div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.question .question_content dl dt div .txt, .question .question_content dl dd div .txt {
  width: calc(100% - 70px);
}
.question .question_content dl dt {
  background-color: #06B4D7;
  padding: 20px 24px;
  padding-right: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.question .question_content dl dt::before {
  content: "";
  background: url(../images/q-arw.png) no-repeat center center/contain;
  width: 24px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.question .question_content dl dd {
  padding: 20px 24px;
  font-size: 1.875rem;
  line-height: 1.5;
  display: none;
}
.question .question_content dl dd div {
  align-items: flex-start;
}
.question .question_content dl.is-open dt::before {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 480px) {
  .question {
    padding: 60px 0;
  }
  .question .question_content dl dt {
    padding: 14px 18px;
    padding-right: 60px;
  }
  .question .question_content dl dd {
    padding: 14px 18px;
  }
}
.cooperation {
  padding-bottom: 80px;
  overflow: hidden;
}
.cooperation h2 + p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 48px;
}
.cooperation .cooperationclinics_wrap {
  max-width: 643px;
  width: 85.7333333333%;
  margin: 100px auto 50px;
}

@media screen and (max-width: 480px) {
  .cooperation {
    padding-bottom: 60px;
  }
}
.contact {
  padding: 16px;
}
.contact .bg-blue_inner {
  background-color: #EEF9FE;
  padding: 64px 0;
}
.contact .txt_area {
  max-width: 590px;
  width: 78.6666666667%;
  margin: 0 auto 24px;
}

@media screen and (max-width: 480px) {
  .contact .bg-blue_inner {
    padding: 44px 0;
  }
  .contact .txt_area {
    margin: 0 auto 16px;
  }
}/*# sourceMappingURL=home.css.map */

    /* ▼バナーの基本デザイン */
.follow-banner {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 90%;
  max-width: 600px;
  background: rgba(255,255,255,.9);
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 999;
}
.follow-banner.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.follow-banner .close-btn {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
.follow-banner .close-btn:hover {
  background: rgba(0,0,0,0.5);
}
.follow-banner a {
  display: block;
  position: relative;
  z-index: 1;
}

    /* スマホ対応 */
    @media (max-width: 600px) {
      .follow-banner {
		left: 50%;
		right: auto;
		width: calc(100% - 32px); /* 画面端から16pxずつ余白 */
		bottom: 0;
		transform: translateX(-50%) translateY(20px);
	  }
	  .follow-banner.is-visible {
		transform: translateX(-50%) translateY(0);
	  }
    }

  footer{
	  width: 100%;
	  max-width: 750px;
	  margin: 10% auto 0;
	  padding-bottom: 20%;
	  background-color: #f8f8f8;
  }
  footer .footer_inner{
	  padding: 10% 3%;
  }
  footer .footer_inner .footer_logo{
	  width: 60%;
	  display: block;
	  margin: 5% auto 10%;
  }
  footer .footer_inner .company_info{
	  margin: 5% auto;
	  list-style: none;
	  width: 80%;
	  font-size:1.2rem; 
  }
  footer .footer_inner .company_info li{
	  margin-right: 2em;
	  margin-bottom: 0.5em;
  }
  footer .footer_inner .legitscript{
	  margin: 5% auto;
	  text-align: center;
  }
  footer .footer_inner .copy{
	  text-align: center;
	  font-size: 1.0rem;
  }
@media screen and (max-width: 480px){
	
}