@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: 40px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
.main_visual h1 {
  max-width: 670px;
  width: 89.3333%;
  margin: 0 auto 24px;
}
.main_visual .main_btn {
  margin: 0 auto 30px;
}
.main_visual .main_cta_text{
  width: 80%;
  margin: 0 auto 2%;
}

.time_bord_block {
  margin-bottom: 40px;
}
.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: 30px 0;
  position: relative;
}
.time_bord_block .time_bord::before {
  content: "";
  background: url("../images/mainvisual_derm.png") no-repeat center center/contain;
  width: 46%;
  height: 47.78%;
  top: -16%;
  left: -20%;
  position: absolute;
  z-index: 3;
}

.time_bord_block .time_bord .time_inner {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
/*  background-color: #DFF5FF;*/
  color: #193255;
  font-weight: bold;
  padding: 20px 0 0;
	letter-spacing: 0.1em;
}
.time_bord_block .time_ttl{
  color: #193255;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2%;
}
.time_bord_block .waiting_time{
	display: inline-block;
	width: 70%;
  color: #06B4D7;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 3% auto 0;
	background-color: #daf4ff;
	border-radius: 14px;
    padding: 20px 0;
}
.time_bord_block .time_bord_night .waiting_time{
	padding: 30px 0 10px;
}
.time_bord_block .waiting_time .waiting_time_ttl{
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.time_bord_block .time_bord_night .waiting_time_ttl{
	margin-bottom: 0;
}

.time_bord_block .waiting_time .waiting_time_text{
  font-size: 5.2rem;
}
.time_bord_block .time_bord .time_inner .line_txt_l {
  font-size: 1.6rem;
	display: inline-block;
	padding-right: 0.5em;
}
.time_bord_block .time_bord .time_inner .time_waku{

}
.time_bord_block .time_bord .time_inner .time_0 {
  font-size: 2.4rem;
}
.time_bord_block .time_bord .time_inner .line_txt_r {
  font-size: 1.6rem;
	display: inline-block;
	padding-left: 0.5em;
}
@media screen and (max-width: 480px) {
  .main_visual {
    padding: 30px 0;
  }
  .main_visual h1 {
    margin: 0 auto 5px;
  }
  .main_visual .main_btn {
    margin: 0 auto 10px;
  }
  .time_bord_block {
    margin-bottom: 30px;
  }
  .time_bord_block .img_area {
    transform: translate(10px, 10px);
  }
  .time_bord_block .time_bord {
    padding: 10px 0 14px;
	 width: 84%;
      border: 4px solid #193255;
  }
    .time_bord_block .waiting_time{
        padding: 10px 0;
    }
    .time_bord_block .waiting_time .waiting_time_ttl{
        font-size: 2.4rem;
    }
	
  .time_bord_block .time_bord .time_inner {
    padding: 10px 0 0;
    margin: 0 auto;
	  width: 100%;
  }
	.time_bord_block .time_bord .time_ttl {
	  font-size: 2.4rem;
	}
	.time_bord_block .time_bord .time_inner .time_0 {
	  font-size: 2.8rem;
	}
	.time_bord_block .time_bord .time_inner .line_txt_r {
	  font-size: 1.8rem;
	}
	.time_bord_block .time_bord::before {
		left: -17%;
	}	
}
@media screen and (max-width: 340px) {
  .time_bord_block .img_area {
    transform: translate(10px, 8px);
  }
}
.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;
}
.case .click{
	text-align: center;
	margin-top: 8%;
	font-size: 1.4rem;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}
.click .click_text{
	vertical-align: text-top;
}
.tab-container {
  width: 92%;
  max-width: 700px;
  margin: 2% auto 0;
}

.case .tabs {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  gap: 10px;
}

.case .tab {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.case .tab.active {
  background: #0086c2;
  color: #fff;
  border-color: #004DAB;
}

.case .tab-contents .tab-content {
  display: none;
}

/* --- カード --- */
.case .card {
  max-width: 700px;
  background-color: #fff;
  border-radius: 14px;
  border: 4px solid #DDDDDD;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: 30px auto 0;
  padding: 32px 24px;
  box-sizing: border-box;
}

.case h3 {
  color: #233b63;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  font-feature-settings: "palt";
}

.case .description {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 28px;
}

.case .symptoms-section {
	position: relative;
	margin-top: 20px;
}

.case .symptoms-header {
	background: #2c4a6f;
	color: white;
	padding: 10px 20px;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 16px 16px 0 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.case .symptoms-content {
	padding: 50px 40px;
	background: white;
	border: 4px solid #2c4a6f;
	border-radius: 0 16px 16px 16px;
	margin-top: -4px;
	position: relative;
	z-index: 1;
}

.case .symptoms-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.case .symptom-tag {
	background: #ffcdd2;
	color: #2c3e50;
	padding: 10px 20px;
	border-radius: 12px;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.05em;
	flex: 0 0 auto;
}

@media (max-width: 768px) {
	.case .click{
	font-size: 1.8rem;
}
	.case .description{
		font-size: 1.4rem;
	}
	.case .symptoms-header {
		font-size: 1.5em;
		padding: 15px 20px;
	}

	.case .symptoms-content {
		padding: 30px 20px;
	}

	.case .symptom-tag {
		font-size: 1.4em;
		padding: 15px 30px;
	}
}

@media screen and (max-width: 480px) {
  .case {
    padding: 0px 0 60px;
  }
	.case h3{
		font-size: 2.2rem;
	}
	.case .material-symbols-outlined {
	  font-size: 5vw;
	}
	.case .tab{
		padding: 10px 5px;
		letter-spacing: -0.1em;
	}
	.case .description{
		font-size: 1.6rem;
	}
	.case .symptom-tag {
	font-size: 1.6em;
	padding: 10px 20px;
}
	.case .symptoms-grid{
		gap:8px;
	}
}


.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;
}
.medical .medical-content-list{
	width: 92%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	font-size: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medical .medical-content-list li{
	width: 40%;
	font-weight: 600;
	border: 4px solid #193255;
	border-radius: 10px;
	padding: 2% 4%;
	margin-bottom: 1%;
	background-color: #FFFFFF;
	text-align: center;
}
.medical .medical-content p{
	padding-left: 1.5em;
	margin-top: .5em;
}
@media screen and (max-width: 750px) {
	.medical .medical-content-list{
		width: 100%;
		font-size: 1.4rem;
	}
	.medical .medical-content-list li{
		padding: 2% 3.5%;
	}
}
@media screen and (max-width: 480px) {
  .medical .bg-blue_inner {
    padding: 50px 0;
  }
  .medical .heading_txt {
    margin: 0 auto 25px;
  }
	.medical .medical-content-list{
		width: 100%;
	}
	.medical .medical-content-list li {
		border-width: 2px;
	}
}
.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(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;
  }
}

    /* ▼バナーの基本デザイン */
.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);
	  }
    }

.time_bord_block .content { display: none; }
.time_bord_block .active { display: block; }



/*# sourceMappingURL=home.css.map */