@charset "UTF-8";

/* slick */
.slick-slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: none !important;
}
.slick-slider.pc_only img {
  max-width: 1125px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .slick-track {
    margin: 20px 0;
  }
}
p {
  font-size: 110%;
  line-height: 1.5;
  color: #4b4b4b;
}

.kv,
.kv_sp {
  background-color: #fbf9f3;
  opacity: 70;
}
.kv_pc_box {
  position: absolute;
  max-width: 1125px;
  display: block;
  margin: 0 auto;
  top: 17%;
  left: 5%;
}
.kv_text.pc_only {
  width: 40%;
  position: static;
  padding: 0 0 60px 0;
}
.kv_text_h1.pc_only {
  font-size: 110%;
  font-weight: 100;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}
.kv_text_h1.sp_only {
  font-size: 110%;
  font-weight: 100;
  margin: 0 auto;
  padding: 25px 10px;
}

.font_bold {
  font-weight: bold;
}
.monitor {
  max-width: 1125px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

/* レスポンシブ */
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 990px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .kv_sp.sp_only {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 35px;
  }
}
/* CTAボタン */

a.cta_button01 {
  text-decoration: none;
  display: inline-block;
  background-color: #fa7d00;
  color: white;
  padding: 20px 40px;
  border-radius: 9999px;
  font-size: 110%;
  text-align: center;
  transition: 0;
  border: none;
}
.cta_button01:hover {
  opacity: 0.8;
}

@media screen and (max-width: 990px) {
  .cta_button01 {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .cta_button01 {
    padding: 15px 0;
    width: 100%;
  }
  .kv_sp.sp_only .cta_button01 {
    padding: 15px 0;
    width: 90%;
  }
}

/* card */
.first_content,
.four_content {
  margin: 0 auto;
  background-color: #7fac89;
  color: #fff;
  padding: 100px 25px;
}
.first_content {
  position: relative;
}

.first_content.ex_content .card_box .card_text p {
  padding-bottom: 10px;
}

@media screen and (max-width: 990px) {
  .first_content.ex_content {
    padding: 35px 10px 50px 10px;
  }
  .first_content .card_inner {
    padding: 0px;
  }
}

.first_content p {
  text-align: center;
  margin: 0 auto;
}

.top_h2 {
  font-size: 40px;
  color: #4b4b4b;
}
.top_h2._c_white {
  color: #fff;
}
.top_h2 .ttl_txt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_h2 {
    font-size: 25px;
  }
}

.first_content .top_h2.title02 {
  padding-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .first_content .top_h2.title_sp_02 {
    padding-bottom: 15px;
  }
}
.card_box_content {
  padding: 20px 0;
}

.card_inner {
  background-color: #fff;
  color: #4b4b4b;
  padding: 0 20px 20px 20px;
  border-radius: 15px;
  width: 100%;
}

.card_inner h3 {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #4b4b4b;
}

h3 span.under {
  background: linear-gradient(transparent 70%, #7fac89 70%);
}

.card_inner p {
  line-height: 1.3;
}

.card_container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1125px;
  margin: 0 auto;
  padding: 60px 0;
}
.card_box {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  position: relative;
  padding: 40px 35px;
  border-radius: 20px;
  color: #4b4b4b;
  background-color: #fff;
}
.card_box > *:not(:first-child):not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  .card_box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 25px;
  }
  .card_box:last-child {
    margin-bottom: 20px;
  }
  .card_container {
    padding: 25px 0;
  }
}

.card_ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .card_ttl {
    margin-bottom: 20px;
  }
}
.card_text p {
  font-size: 110%;
  text-align: left;
}
/* 
@media screen and (max-width: 768px) {
	.card_text {
		margin-bottom: 50px;
	}
} */

.card_text a {
  margin: 0 auto;
}
/* second_content */
.second_content {
  padding: 100px 35px;
  margin: 0 auto;
}

.about_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_first,
.about_second {
  width: 60%;
}
.about_container,
.concept_container {
  max-width: 1125px;
  margin: 0 auto;
}
.about_container:first-child {
  padding-bottom: 60px;
}
@media screen and (max-width: 990px) {
  .about_container,
  .concept_container {
    margin: 0 10px;
  }
  .about_box.about_box2 {
    padding: 30px 0 0 0;
  }
  .about_first,
  .about_second {
    width: 100%;
  }
}
.about_box img {
  width: 30%;
  padding: 20px;
}
.about_box.doctor img {
  width: 30%;
  padding: 35px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .about_box img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about_box img {
    width: 90%;
    padding: 0px 20px 10px 20px;
  }
  .about_box img.doctor {
    width: 70%;
  }
  .second_content .top_h2.title04,
  .second_content .top_h2.title05 {
    padding-bottom: 20px;
  }
}

.sub_title {
  font-size: 110%;
  padding-bottom: 20px;
  color: #4b4b4b;
}
@media screen and (max-width: 990px) {
  .sub_title {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .about_box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.first_content a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.first_content .card_text {
  text-align: center;
}
.first_content .card_text a {
  margin: 0 auto;
  text-decoration: underline;
  color: #4b4b4b;
  display: inline-block;
  margin: 0 auto;
  font-size: 110%;
}
.first_content .card_text a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.card_ex .card_box > *:not(:first-child):not(:last-child) {
  margin-right: 0px;
}

.button_flex .button_content {
  width: calc(33.3% - 20px);
}

.button_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1125px;
  margin: 0 auto;
  padding: 35px 0 0 0;
  gap: 20px;
  justify-content: center;
}

a.btn_02 {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 110%;
  border-radius: 9999px;
  transition: 0;
  padding: 10px 0;
  text-decoration: none;
}

.btn_02:hover {
  background-color: #f0f0f0;
}
.five_content .button_flex .button_content:nth-child(1) a,
.five_content .button_flex .button_content:nth-child(2) a {
  color: #fff;
  background: #fa7d00;
  border: none;
}
.five_content .button_flex .button_content:nth-child(3) a {
  color: #fff;
  background: #00aeed;
  border: none;
}
.five_content .button_flex .button_content a:hover {
  opacity: 0.7;
}

.third_content.inquiry_content .btn_02,
.five_content .btn_02 {
  border: solid 1px #4b4b4b;
}
.third_content.inquiry_content .button_flex {
  padding: 0;
}
.third_content.inquiry_content .button_flex .button_content {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .button_flex {
    flex-direction: column;
    align-items: center;
    width: 80%;
    gap: 10px;
  }
  .button_flex .button_content {
    width: 100%;
  }
  .btn_02 {
    padding: 5px 0;
  }
}

.third_content {
  margin: 0 auto;
  background-color: #fff;
  color: #4b4b4b;
  padding: 100px 25px;
}
.know_container {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.top_h2.title07 {
  padding-bottom: 35px;
}
.top_h2.title10 {
  padding-bottom: 35px;
}
@media screen and (max-width: 990px) {
  .top_h2.title07 {
    padding-bottom: 25px;
  }
  .top_h2.title10 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top_h2.title07 {
    padding-bottom: 25px;
  }
  .top_h2.title10 {
    padding-bottom: 25px;
  }
}

.third_content.kv_content.kv_button {
  text-align: center;
}

.top_h2.title11 {
  padding: 0 0 30px 0;
}
@media screen and (max-width: 990px) {
  .top_h2.title11 {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .four_content .top_h2.title09 {
    padding-bottom: 5px;
  }
}

.four_content .concept_box1 p,
.four_content .concept_box2 p {
  margin-top: 20px;
  color: #fff;
}

.concept_box {
  max-width: 1125px;
  margin: 0 auto;
}
.concept_box1 {
  padding: 25px 0 50px;
}
@media screen and (max-width: 990px) {
  .concept_box1 {
    padding: 25px 0;
  }
  .four_content .concept_box1 p,
  .four_content .concept_box2 p {
    margin-top: 10px;
  }
}
.four_content .concept_box2 .about_box,
.concept_box2 {
  padding: 35px 0 0 0;
}

.four_content .card_text p {
  padding-bottom: 10px;
}
.four_content .concept_box .concept_box1 img,
.first_content.ex_content .card_box img {
  padding-bottom: 10px;
}
.inquiry_content .accordion .accordion-ttl {
  color: #4b4b4b;
  font-weight: 100;
  font-size: 110%;
}

@media (max-width: 768px) {
  .inquiry_content .accordion .accordion-ttl {
    font-size: 110%;
    line-height: 1.3;
  }
}

.inquiry_content .accordion .accordion-ttl:before,
.inquiry_content .accordion .accordion-dtl:before {
  width: 35px;
  height: 35px;
  font-size: 110%;
  background: #7fac89;
  border: 1px solid #7fac89;
  border-radius: 100%;
  color: #fff;
  top: -6px;
}

.inquiry_content .accordion .btn-mid {
  background: #7fac89;
  border-radius: 9999px;
  color: #fff;
  border: solid 0px;
  font-size: 110%;
  height: auto;
}
.inquiry_content .accordion .accordion-list:after {
  content: "";
  position: absolute;
  background: #7fac89;
}
.inquiry_content .accordion .accordion-list:before {
  background: #7fac89;
}
.inquiry_content .accordion .read-more {
  position: unset;
  text-align: center;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #4b4b4b;
  border-right: solid 2px #4b4b4b;
  position: absolute;
  left: 15px;
  top: 5px;
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}
.inquiry_content .accordion .accordion-txt {
  color: #4b4b4b;
  font-size: 110%;
}

.five_content {
  margin: 0 auto;
  background-color: #f5f5f5;
  color: #4b4b4b;
  padding: 100px 25px;
}
p.mrn_010 {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .first_content,
  .second_content,
  .four_content {
    padding: 50px 10px;
  }
  .third_content,
  .five_content {
    padding: 50px 20px;
  }

  .first_content .card_inner {
    padding: 0px;
  }
  .four_content p {
    font-size: 110%;
  }
  .four_content .concept_box2 .about_box,
  .concept_box2 {
    padding: 10px 0 0 0;
  }
  p.mrn_010 {
    margin: 0 10px;
  }
}

/* 上書き用 */
h2 {
  text-align: center;
}

/* バナー調整 */
@media (min-width: 769px) {
  body {
    padding-top: 0px;
  }
  #gnav {
    position: static;
  }
  #header-wrapper {
    position: static;
  }
}

@media (max-width: 768px) {
  body {
    margin-top: 0px;
  }

  .header {
    position: static;
  }
}

/* 筑紫B丸ゴシックの設定 */
.font_tsuku {
  font-family: fot-tsukubrdgothic-std, sans-serif;
}
.font_tsuku._bold {
  font-weight: 700;
}

.title01 .ttl_txt::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -60px;
  width: 50px;
  height: 50px;
  background: url(../images/ttl01_01.png) 0 0 / contain no-repeat;
}
.title01 .ttl_txt::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -70px;
  width: 60px;
  height: 60px;
  background: url(../images/ttl01_02.png) 0 0 / contain no-repeat;
}
.title02 .ttl_txt::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -60px;
  width: 60px;
  height: 60px;
  background: url(../images/ttl02_01.png) 0 0 / contain no-repeat;
}
.title02 .ttl_txt::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -70px;
  width: 50px;
  height: 50px;
  background: url(../images/ttl02_02.png) 0 0 / contain no-repeat;
}
.top_h2._arrow .ttl_txt::after {
  position: absolute;
  content: "";
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 25px;
  background: url(../images/ttl_arrow.png) 0 0 / contain no-repeat;
}
.title05 .ttl_txt::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -60px;
  width: 50px;
  height: 50px;
  background: url(../images/ttl05_01.png) 0 0 / contain no-repeat;
}
.title05 .ttl_txt::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -70px;
  width: 60px;
  height: 60px;
  background: url(../images/ttl05_02.png) 0 0 / contain no-repeat;
}
.title10 .ttl_txt::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -70px;
  width: 45px;
  height: 45px;
  background: url(../images/ttl10.png) 0 0 / contain no-repeat;
}
@media (max-width: 768px) {
  .title01 .ttl_txt::before {
    top: -5px;
    left: -60px;
    width: 35px;
    height: 35px;
  }
  .title01 .ttl_txt::after {
    top: -15px;
    right: 0px;
    width: 45px;
    height: 45px;
  }
  .title02 .ttl_txt::before {
    width: 45px;
    height: 45px;
  }
  .title02 .ttl_txt::after {
    top: -10px;
    right: -5px;
    width: 35px;
    height: 35px;
  }
  .top_h2._arrow {
    margin-bottom: 30px;
  }
  .top_h2._arrow .ttl_txt::after {
    width: 160px;
  }
  .title05 .ttl_txt::before {
    top: 15px;
    left: -45px;
    width: 40px;
    height: 40px;
  }
  .title05 .ttl_txt::after {
    top: 0px;
    right: -95px;
    width: 46px;
    height: 55px;
  }
  .title10 .ttl_txt::after {
    top: 0;
    right: -35px;
    width: 25px;
    height: 25px;
  }
}

.cta_tel {
  margin-top: 10px;
}
.cta_tel .tel_txt {
  color: -webkit-link;
  text-decoration: underline;
}
.cta_tel .tel_txt span {
  text-decoration: none;
}
.kv_pc .cta_tel {
  max-width: 260px;
  text-align: center;
}

.cta_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin: 50px 0;
}
.cta_wrap .micro_copy {
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.cta_wrap .micro_copy::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -20px;
  width: 1px;
  height: 40px;
  background: #000;
  transform: rotate(-20deg);
}
.cta_wrap .micro_copy::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -20px;
  width: 1px;
  height: 40px;
  background: #000;
  transform: rotate(20deg);
}

/* 20250626追記 */
.first_content .card_text .contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #fa7d00;
  padding: 10px 5px;
  margin-top: 10px;
  border-radius: 100vh;
  text-decoration: none;
}

/* お悩みカード下のCV導線（20250624追記） */
/* 子要素が3つになった際の余白崩れを防止（中央寄せ維持） */
.card_worry .card_box > *:not(:first-child):not(:last-child) {
  margin-right: 0;
}
.card_worry .card_links {
  margin-top: 24px;
  text-align: center;
}
.card_worry .card_links_lead {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #f19a4d;
}
/* contact_btnと同型・グレー系のピル型ボタン（右に「＞」） */
.card_worry .card_gbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #4b4b4b;
  background: #eee;
  padding: 10px 28px;
  margin-top: 10px;
  border-radius: 100vh;
  text-decoration: none;
}
.card_worry .card_gbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #4b4b4b;
  border-right: solid 2px #4b4b4b;
  transform: translateY(-50%) rotate(45deg);
}
.card_worry .card_gbtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
