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

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
.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;
}

sectionn{
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
}
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;
}


@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 32px;
  }
}
/*                content
======================================================= */
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

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

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

.main_visual {
  width: 100%;
}
.main_visual h1 {
  width: 100%;
  margin: 0 auto;
}
.cta_area{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 20px;
	background: #DFF5FF;
}
.cta_area .main_cta_text{
  width: 70%;
  margin: 0 auto 10px;
}
.cta_area .main_cta_btn {
	margin: 0 auto 10px;
	width: 80%;
}

@media screen and (max-width: 480px) {
  .cta_area .main_cta_btn {
	width: 90%;
    margin: 0 auto;
  }
}

.about{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: #DFF5FF;
	padding: 10px 0 50px;
}
.about p{
	text-align: left;
	display: inline-block;
	width: 90%;
	margin: 0 auto;
}
.about .about_text{
	font-size: 1.2rem;
}
.about .about_kome{
	font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
	.about{
	padding: 10px 0 30px;
	}
	.about .about_text{
		font-size: 1.6rem;
	}
	.about .about_kome{
		font-size: 1.2rem;
	}
}
.point01{
	width: 90%;
	margin: 0 auto 30px;
	color: #242424;
}
.point01 .table-item {
	margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
	max-width: 690px;
	font-size: 1.125rem;
}
.point01 .table-item__head {
    padding: 10px 0;
    border: 1px solid #242424;
    background: #d0e1f8;
    font-weight: 400;
}
.point01 .table-item__data {
    padding: 10px;
    border: 1px solid #242424;
    text-align: center;
	vertical-align: middle;
}
.point01 .point01_kome{
	font-size: 0.8rem;
}
.point01 .table-item__data:not(:first-child) {
    color: #666;
}
.point01 .table-item__head:nth-child(1){
	width: 20%;
}
.point01 .table-item__head:nth-child(2){
	width: 60%;
}
.point01 .table-item__head:nth-child(3){
	width: 20%;
}
.point01 .table-item__data:nth-child(2){
	text-align: left;
}

@media screen and (max-width: 480px) {
	.point01{
		width: 94%;
	}
	.point01 .table-item {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.point01 .table-item__head {
		padding: 1% 1.2vw;
		vertical-align: middle;
	}
	.point01 .table-item__data {
		padding: 3% 1.6vw;
	}
	.point01 .table-item__head:nth-child(1){
		width: 22%;
	}
	.point01 .table-item__head:nth-child(2){
		width: 56%;
	}
	.point01 .table-item__head:nth-child(3){
		width: 22%;
	}
	.point01 .point01_kome{
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.point01 .table-item__head:nth-child(1){
		width: 18%;
	}
	.point01 .table-item__head:nth-child(2){
		width: 66%;
	}
	.point01 .table-item__head:nth-child(3){
		width: 16%;
	}
}
.point02{
	margin: 0 auto;
}
.point02 p{
	font-size: 1.6rem;
	text-align: center;
}
.cta_middle{
	background-color: #FFF;
	padding: 0 0 50px;
}
@media screen and (max-width: 480px) {
}













.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 40s linear infinite;
}
.slider_second{
	margin-top: 2em;
}
.text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important; 
}

.logos {
  flex-shrink: 0;
}
.logos li img{
	height: 50px;
}
.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}


@media screen and (max-width: 480px) {
  .receive {
    padding: 44px 0 0;
  }
  .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;
  }
}

.cooperation {
  padding-bottom: 60;
  overflow: hidden;
}
.cooperation h2{
	margin-bottom: 0;
	width: 100%;
}
.cooperation h2 + p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.cooperation .cooperationclinics_wrap {
  max-width: 643px;
  width: 85.7333333333%;
  margin: 60px auto 80px;
}

@media screen and (max-width: 480px) {
  .cooperation {
  }
	.cooperation h2 + p{
	}
	.cooperation .cooperationclinics_wrap {
	  margin: 40px auto 80px;
	}
}

.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: 80px 0 40px;
  }
  .question .question_content dl dt {
    padding: 14px 18px;
    padding-right: 60px;
  }
  .question .question_content dl dd {
    padding: 14px 18px;
  }
}
.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;
  }
}

.last_btn a{
  margin: 0 auto 10%;
	width: 90%;
	display: block;
}
 .last_btn .last_cta_text{
  width: 80%;
  margin: 0 auto 2%;
}




/*# sourceMappingURL=home.css.map */


/*スライダー*/
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #7ABEE6;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-next{
	right: -15px;
	width: 50px;
	height: 50px;
}
.slick-prev{
	left: -15px;
	width: 50px;
	height: 50px;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-next:before, .slick-prev:before{
	font-size: 50px;
}
.slick-dots {
    position: absolute;
    bottom: -50px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #7ABEE6!important;
    -webkit-font-smoothing: antialiased;
}

    /* ▼バナーの基本デザイン */
.follow-banner {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 90%;
  max-width: 620px;
  background: rgba(255,255,255,.9);
  padding: 10px 12px;
  border-radius: 20px;
  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 .main_cta_text{
	width: 70%;
	margin: 0 auto 1%;
}
.follow-banner .close-btn:hover {
  background: rgba(0,0,0,0.5);
}
.follow-banner a {
  display: block;
  position: relative;
  z-index: 1;
	width: 80%;
}

    /* スマホ対応 */
    @media (max-width: 600px) {
      .follow-banner {
		left: 50%;
		right: auto;
		width: calc(100% - 32px); /* 画面端から16pxずつ余白 */
		bottom: 5px;
		transform: translateX(-50%) translateY(20px);
		  padding: 10px 10px;
	  }
	  .follow-banner.is-visible {
		transform: translateX(-50%) translateY(0);
	  }
    }
/*改行*/
/* デフォルトは非表示（PC） */
.br-sp-only { display: none; }

/* スマホ（768px未満）で表示：改行を有効にする */
@media (max-width: 480px) {
  .br-sp-only { display: block; }
}