@charset "utf-8";

/***************
base
****************/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans Jp", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "MS Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.7;
  min-width: 320px;
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s all ease-in-out;
}

section {
  padding: 4em 0;
}

@media screen and (max-width:750px) {
  section {
    padding: 2em 0;
  }
}


/***************
layout
****************/

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width:1200px) {
  .l-container {
    padding: 0 20px;
  }
}

@media screen and (max-width:750px) {
  .l-container {
    padding: 0 10px;
  }
}

/***************
common
****************/

.c-cta_btn{
  max-width: 1100px;
  margin:0 auto;
}

@media screen and (max-width:750px){
  
  .c-cta_btn{
    width: 100%;
    margin:0 auto;
  }
}

.c-title{
  text-align: center;
}

.c-title._deco{
  position: relative;
  padding-bottom: 3em;
}

.c-title_h2{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: fit-content;
  margin:0 auto;
  display: inline-block;
  background: linear-gradient(0deg, #72adc3 0%,#1093b2 100%);
  background: -webkit-linear-gradient(0deg, #72adc3 0%,#1093b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-title_h2._small{
  line-height: 1;
}

@media screen and (max-width:1200px) {
  .c-title_h2{
    font-size: 5.6vw;
  }
}

@media screen and (max-width:750px){
  .c-title._deco{
    padding-bottom: 2em;
  }

  .c-title._deco::after{
    width: 32px;
    height:26px;
  }

  .c-title_h2{
    font-size: 3rem;
  }
}

/***************
header
****************/
.l-header{
  position: fixed;
  top:0;
  left:0;
  z-index: 10000;
  width: 100vw;
  height:60px;

  box-sizing: border-box;
  background-color: #fff;
}

.h-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height:100%;
  box-sizing: border-box;
}

.h-logo{
  max-width: 194px;
  width: 40%;
}

.h-logo_white{
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}

.h-btn{
  max-width: 317px;
  width: 40%;
}

@media screen and (max-width:1200px) {
  .l-header{
    height:9vw;
  }
}

@media screen and (max-width:750px){
  .l-header{
    height:50px;
  }
  
  .h-logo{
    max-width: 115px;
  }
  
  .h-btn{
    max-width: 176px;
  }
  
}

/***************
page
****************/

/* fv */
.p-fv{
  padding:0;
  position: relative;
}

.p-fv_btn{
  position: absolute;
  left:0;
  right:0;
  bottom:3em;
  margin:auto;
  width: 57.29vw;
}

/* prepare */
.p-prepare {
  margin-top: 0px;
  background-image: url(../img/achievement_bg.png);
  padding: 50px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-prepare .l-container {
  max-width: 1280px;
}
.p-achievement .c-title h2 {
  font-size: 33px;
  color: #278cc3;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.p-achievement .c-title h2 span {
  font-weight: 700;
  display: inline-block;
}

.p-prepare_achievement {
  margin-top: 3em;
}

.p-prepare_achievement_content {
  display: flex;
  justify-content: space-between;
}

.p-prepare_achievement_box {
  width: 25%;
  text-align: center;
  position: relative;
  background-image: url(../img/acheivement_deco.png);
  background-size: contain;
  background-position: center bottom;
  /* background-size: 76%; */
  background-repeat: no-repeat;
  padding: 14px 0;
  position: relative;
  margin: 0 10px;
}

.p-prepare_achievement_term {
  font-size: 11px;
  position: absolute;
  top: 87%;
  right: 14%;
}

.p-prepare_achievement_box_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-prepare_achievement_box_text {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}
.p-achievement .c-title {
  margin-bottom: 1.4rem;
}

.p-achievement .c-title:before {
  display: none;
}

.p-achievement_box:nth-of-type(2) .p-achievement_box_title {
  font-size: 19px;
}
.p-prepare_achievement_box_text span {
  font-size: 56px;
  color: #ed5083;
  font-family: "Inter", sans-serif;
  margin: 0 3px;
  font-variant-ligatures: none;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.p-achievement_term_detail {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width:768px) {

  .p-prepare_achievement {
      margin: 0px 0;
  }

  .p-prepare_achievement_content {
      flex-wrap: wrap;
  }
  .p-prepare .c-title_h2 {
    font-size: 6.4vw;
  }
  .p-prepare_achievement_box {
      width: 49%;
      margin: 20px 0;
      padding: 0;
  }

  .p-prepare_achievement_box_title {
      font-size: 15px;
      margin-bottom: 8px;
  }

  .p-prepare_achievement_box_text {
      font-size: 14px;
  }

  .p-prepare_achievement_box_text span {
      font-size: 30px;
  }

  .p-prepare_achievement_box:nth-of-type(1) .p-prepare_achievement_box_title {
      margin-top: 5px;
  }

  .p-prepare_achievement_box:nth-of-type(2) .p-prepare_achievement_box_title {
      font-size: 14px;
      line-height: 1.2em;
  }


  .p-prepare_achievement .c-title h2 {
      font-size: 26px;
      line-height: 3.5rem;
  }

  .p-prepare_achievement .c-title {
      margin-bottom: 1rem;
  }

  .p-prepare_achievement_term {
      font-size: 10px;
      line-height: 1.1em;
      position: absolute;
      text-align: right;
      width: 80%;
      top: 110%;
  }

  .p-achievement_term_detail {
      font-size: 10px;
      margin-top: 6px;
  }
}

/* check */

/* visual */

/* reason */

/* certification */

/* cost */

/* search */

/* clinic */
.p-clinic{
  background-color: #fff;
}

.p-clinic_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:3em -7.5px;
}

.p-clinic_item{
  display: flex;
  flex-direction: column;
  max-width: 375px;
  width: 100%;
  margin:0 15px 30px;
}

.p-clinic_tamach .p-clinic_item {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.p-clinic_ttl{
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5em 1em;
  background: linear-gradient(to right, #1093b2 0%, #78d3e9 100%);
  border-radius: 5px;
  margin-bottom:.5em;
  text-align: center;
}

.p-clinic_img{
  display: block;
  max-width:375px;
  width: 100%;
}

.p-clinic_img img{
  width: 100%;
  height:250px;
}

.p-clinic_tx{
  flex: 1;
  font-size: 1.5rem;
}

.p-clinic_tx .att{
  font-size: 1.4rem;
}

.p-clinic_time{
  flex: 1;
  margin: 1em 0;
  font-size: 1.3rem;
  width:375px;
}

.p-clinic_time_ttl{
  color:#3ca2c8;
  font-weight: bold;
  text-indent: -.5em;
}

.p-clinic_time_table{
  width:100%;
  text-align: center;
}

.p-clinic_time_table tr th{
  width:20%;
  padding:4px;
}

.p-clinic_time_table tr td{
  width: calc(80% / 9);
  padding:4px;
}

.p-clinic_icon{
  width:10px;
  height:10px;
  vertical-align: middle;
}

.p-clinic_time_table .empty{
  margin:0 auto;
  display: inline-block;
  width:7px;
  height:1px;
  background-color: #3278be;
  vertical-align: middle;
}

.p-clinic_time_table thead tr th, .p-clinic_time_table thead tr td{
  font-weight: 500;
}

.p-clinic_time_table thead tr{
  border-bottom: 1px solid #3ca2c8;
}

.p-clinic_time_table tbody tr{
  border-bottom: 1px solid #3ca2c8;
}

.p-clinic_time_table tbody tr:last-child{
  border-bottom: none;
}

.p-clinic_time_att{
  font-size: 1.2rem;
  text-align: right;
}

.p-clinic_link{
  text-align: right;
}

.p-clinic_link .u-link{
  color:#3ca2c8;
  font-weight: 500;
}

@media screen and (max-width:750px){
  .p-clinic_list{
    margin:1em 0;
  }

  .p-clinic_time{
    width:100%;
  }
  
  .p-clinic_time_ttl{
    text-indent: -.5em;
  }
}

/***************
footer
****************/
.l-footer {
  background: #419ED0;
  color: #fff;
}

.l-footer #copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  border-top: 1px solid;
}

.l-footer a {
  color: #fff;
}

@media (max-width: 750px) {

  .l-footer .fnav .pos2:nth-child(3 + n) {
    margin-top: 5px;
  }
}

.l-main {
  margin-top: 60px;
}

.intro {
  padding: 0;
}

.intro h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.intro h2 span {
  border-bottom: solid 2px #1093B2;
}

.intro_box {
  display: flex;
}

.intro_box img {
  width: 460px;
}

.service-points {
  content: "";
  background-image: url(../img/pc/treat_bg.png);
  display: inline-block;
  background-size: cover;
  width: 100%;
}



.intro_block1 {
  content: "";
  display: inline-block;
  background-image: url(../img/intro_bg.png);
  background-size: contain;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}

.intro_box {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 100px;
  box-shadow: 1px 1px 5px 1px hsl(0, 0%, 60%,0.7);
}

/* .intro_box ul li {
  font-size: 26px;
  line-height: 1.923;
}

.intro_box ul li::before {
  content: "";
  background-image: url(../img/pc/intro_list.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  vertical-align: top;
} */

.intro_box ul {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding-left: 0; /* デフォルトのパディングを削除 */
}

.intro_box ul li {
  font-size: 26px;
  line-height: 1.923;
  position: relative; /* この行を追加 */
  padding-left: 40px; /* マークの幅＋余白を確保 */
}

.intro_box ul li::before {
  content: "";
  background-image: url(../img/pc/intro_list.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute; /* この行を追加 */
  left: 0; /* リストアイテムの左端からの位置 */
  top: 12px; /* リストアイテムの上端からの位置 */
  transform: translateY(0%); /* 上端に固定 */
}

.intro_box2 ul li::before {
  top: 3px; /* リストアイテムの上端からの位置 */
}

.intro_txt {
  margin: 50px 0;
}

.intro_txt p {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.intro_txt img {
  display: block;
  width: 90px;
  margin: 0 auto;
}

.intro_txt1 {
  margin-bottom: 50px;
}

.intro_txt1 span {
  background-color: #1093B2;
  color: #fff;
  padding: 1px 12px 3px 12px;
  margin-right: 10px;
}

.intro_txt2 {
  margin-top: 50px;
}

.intro_txt2 span {
  border-bottom: solid 2px #1093B2;
}

.intro_box2 ul li {
  font-size: 20px;
  line-height: 1.5;
  align-items: baseline;
  margin-bottom: 20px;
}

.intro_box2 img {
  margin-right: 40px;
}

.intro_box2 ul li span {
  border-bottom: solid 2px #1093B2;
}

.intro_blcok2 {
  content: "";
  background-image: url(../img/pc/risk_bg.png);
  display: inline-block;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.intro_blcok2_wrap {
  display: flex;
  justify-content: flex-end;
}

.intro_box3 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
}

.intro_box3 h3 span {
  background-color: #1093B2;
  color: #fff;
  padding: 1px 12px 3px 12px;
  margin-right: 10px;
}

.intro_box3 {
  padding-top: 100px;
  margin-right: 120px;
}

.intro_box3_img {
  width: 790px;
  padding-top: 0;
  margin-right: 0;
}

.intro_box_risk {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 5px 1px hsl(0, 0%, 60%,0.7);
  padding: 35px 50px 34px 35px;
}

.intro_risk_txt {
  margin: 30px 0;
}

.service-points h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

.treat_block {
  display: flex;
  justify-content: space-between;
}

.treat_box img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

.treat_box p {
  width: 380px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.treat_txt {
  color: #fff;
  font-size: 20px;
}

.treat_txt {
  margin-top: 30px;
  margin-bottom: 50px;
}

.treat_block2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 100px;
}

.treat_box2 {
  width: 55%;
}

.treat_box2 h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.treat_box2 ul {
  display: flex;
  justify-content: space-between;

}

.treat_box2 ul li {
  font-size: 20px;
  width: 160px;
  height: 90px;
  background-color: hsl(192, 72%, 69%,0.2);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #285E71;
}

.treat_box2 p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.875;
}

.treat_box2_3 img {
  width: 245px;
  display: block;
  margin: 0 auto;
}

.treat_box2_1 {
  width: 45%;
  margin-right: 55px;
}

.treat_block2_up {
  border-radius: 10px 10px 0 0;
  margin-bottom: -1px;
  
}

.treat_block2_down {
  display: block;
  border-radius: 0 0 10px 10px;
}

.treat_box2 h3 span {
  border-bottom: solid 2px #1093B2;
}

.points {
  content: "";
  background-image: url(../img/pc/point_bg.png);
  display: inline-block;
  background-size: 100%;
  width: 100%;
}

.points h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
margin-bottom: 50px;
}

.service-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 45px 100px 50px 100px;
  margin-bottom: 50px;
}

.service-point img {
  width: 400px;
}

.point-text h3 {
  font-size: 26px;
  font-weight: bold;
}

.service-point .point-text {
  width: 500px;
}

.service-point .point-text .point_yellow {
  border-bottom: solid 2px #FFFF40;
}

.point-text .point_size {
  font-size: 30px;
  color: #1093B2;
  border-bottom: solid 1px #1093B2;
  margin-right: 20px;
}

.point_number {
  font-size: 70px;
  color: #1093B2;
  font-weight: bold;
  margin-right: 30px;
}

.priority {
  content: "";
  background-image: url(../img/pc/priority.png);
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.priority h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.priority h2 span {
  border-bottom: solid 2px #FFFF40;
}

.priority_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.priority_box h3 {
  color: #ffff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.priority_box h3:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.priority_box .priority_number1::before {
  background-image: url(../img/pc/risk_number1.png);
 
}
.priority_box .priority_number2::before {
  background-image: url(../img/pc/risk_number2.png);
}
.priority_box .priority_number3::before {
  background-image: url(../img/pc/risk_number3.png);
}
.priority_box .priority_number4::before {
  background-image: url(../img/pc/risk_number4.png);
}

.priority_box p {
  color: #fff;
}

.priority_box {
  width: 600px;
}

.priority_box_img {
  width: 500px;
}

.priority_box img {
  width: 100%;
}


.flow {
  content: "";
  background-image: url(../img/pc/flow_bg.png);
  display: inline-block;
  background-size: contain;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

.flow h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.flow_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.flow_box_img {
  width: 450px;
  height: 230px;
}

.flow_box_txt h3 {
  color: #1093B2;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow_box_txt {
  width: 465px;
  text-align: center;
}

.flow_box_txt p {
  font-size: 16px;
}

.flow_line {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}


.doctor h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.doctor_block {
  display: flex;
}

.doctor_box {
  width: 500px;
  margin-right: 90px;
}

.doctor_occupation {
  font-size: 22px;
  font-weight: bold;
}

.doctor_box h3 {
  font-size: 26px;
  font-weight: bold;
}

.doctor_box h3 span {
  font-size: 22px;
  font-weight: normal;
  color: #1093B2;
  margin-left: 30px;
}

.doctor_box h4 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 2px #1093B2;
  margin-bottom: 10px;
}

.faq {
  background-color: #D5F1F8;
}

.faq h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}


.accordion .accordion-item {
  margin-bottom: 2px;
}

.accordion-title h3 {
  margin: 0;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  height: 64px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}

.accordion-title h3:before {
  content: "";
  background-image: url(../img/pc/q_icon.png);
  display: inline-block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.accordion-content {
  display: none;
  padding: 10px 100px 10px 40px;
  background-color: #fff;
}

.accordion-content {
  background-color: #D5F1F8;
}

.accordion-content p::before {
  content: "";
  background-image: url(../img/pc/a_icon.png);
  display: block;
  width: 55px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.accordion-content p {
  display: flex;
  align-items: center;
}

.accordion-title .icon {
  float: right; /* アイコンを右に配置 */
  padding: 0 10px; /* タイトルとの間隔 */
}

.accordion-title {
  position: relative; /* 親要素を相対位置に設定 */
}

.accordion-title .icon {
  position: absolute; /* アイコンを絶対位置に設定 */
  right: 40px; /* 右端から10pxの位置に設定 */
  top: 50%; /* 上下中央に来るように設定 */
  transform: translateY(-50%); /* 中央寄せのための調整 */
  cursor: pointer; /* クリック可能なことを示すカーソルに変更 */
  display: flex;
}

.p-clinic .c-title_h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  color: black; /* テキストの色を黒に設定 */
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}

.p-clinic .c-title_h2 span {
  border-bottom: solid 2px #1093B2;
}

.p-clinic_ttl .u-f80p {
  font-size: 17px;
}

.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-footer {
  background-color: #D5F1F8;
  padding-top: 100px;
}

.footer_inner p {
  color: #000;
  margin-bottom: 50px;
  font-size: 22px;
}

.footer_inner h2 {
  margin-bottom: 60px;
}

.l-footer #copy {
  background-color: #1093B2;
  
}

.footer_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.footer_btn li a {
  color: #000;
  margin-right: 35px;
  
}

.f-photo {
  margin-bottom: 115px;
}

.doctor_career_box dl {
  display: flex;
  width: 100%;
}

.doctor_career_box dt {
  margin-right: 45px;
}

.doctor_certification ul li {
  font-size: 16px;
}

.p-clinic_wrap {
  display: flex;
  justify-content: space-between;
}

.p-clinic_tamach .p-clinic_img {
  max-width: 580px; /* ここを変更 */
  width: 100%;
}

.p-clinic_tamach .p-clinic_slider img {
  width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 高さを自動で調整 */
  max-height: 300px; /* 最大の高さを指定 */
}

.p-clinic_tamach .p-clinic_time  {
  width: 570px;
}

.p-clinic_tamach .p-clinic_ttl {
  margin-bottom: 30px;
}

.display_sp {
  display: none!important;
}

.flow_box_txt a {
  display: block;
  margin-top: 10px;
}

.h-btn_link picture img:hover {
  opacity: 0.7;
}

.flow_box_txt a img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .p-clinic_wrap {
    display: block;
    margin: 0 auto;
  }
  .p-clinic_tamach .p-clinic_ttl {
    width: 540px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .treat_box p {
    width: 31.67vw;
    height: 15vw;
    font-size: 2.17vw;
  }
  .intro_box {
    padding: 25px 50px;
  }
  .intro_box ul li {
    font-size: 2.17vw;
  }
  .service-point {
    padding: 20px 50px 25px 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-container {
    max-width: 90%;
  }
  .intro h2 {
    font-size: 6.93vw;
  }
.intro_box {
  display: block;
  border-radius: 20px;
  padding: 7vw 5.33vw 8vw;
}
.intro_box img {
  width: 100%;
}
.intro_box ul li {
  font-size: 4.8vw;
}
.intro_box ul li::before {
  width: 100%;
  max-width: 4.53vw;
    height: 4.53vw;
    margin-right: 10px;
}
.intro_box ul {
  margin-bottom: 4vw;
}
.intro_txt p {
  font-size: 6.4vw;
}
.intro_box2 ul {
  margin-top: 5.33vw;
}
.intro_box2 ul li {
  line-height: 1.5;
  margin-bottom: 20px;
}
.intro_box2 ul li:last-child {
  margin-bottom: 0;
}
.intro_box2 ul {
  margin-bottom: 0;
}
.intro_blcok2_wrap {
  display:block;
}
.intro_box3 h3 {
  text-align: center;
  font-size: 5.87vw;
  margin-bottom: 30px;
}
.intro_box3 {
  margin: 0;
  padding-top: 50px;
}
#top .display_pc {
  display: none!important;
}
#top .display_sp {
  display: block!important;
}
.intro_box_risk {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 18px;
  box-sizing: border-box;
  margin-top: 15px;
}
.intro_box_risk p {
  font-size: 4.27vw;
}
.service-points h2 {
  font-size: 6.4vw;
  margin-bottom: 10px;
}
.treat_block {
  display: block;
}
.treat_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.treat_box img {
  margin: 0;
  width: 17.33vw;
  height: 15.2vw;
}
.treat_box p {
  width: 69.33vw;
  font-size: 4.8vw;
  height: 29.33vw;
  border-radius: 10px;
}
.treat_txt {
  font-size: 4.27vw;
}
.treat_block2 {
  display: block;
  padding: 8vw 5.33vw;
}
.treat_box2_1 {
  width: 100%;
}
.treat_box2 {
  width: 100%;
  margin-top: 20px;
}
.treat_box2 h3 {
  font-size: 5.33vw;
  text-align: center;
}
.treat_box2 ul li {
  font-size: 3.73vw;
  width: 25.6vw;
  height: 15.47vw;
}
.treat_box2 p {
  font-size: 4.27vw;
}
.service-point {
  display: block;
}
.service-point2 {
  display: flex;
  flex-direction: column-reverse;
}
.service-point .point-text {
  width: 100%;
}
.service-point img {
  width: 100%;
}
.point-text h3 {
  font-size: 4.8vw;
  display: flex;
  align-items: center;
}
.service-point .point-text p {
  font-size: 4.27vw;
  margin-bottom: 20px;
}
.priority_block {
  display: block;
}
.priority_box {
  width: 100%;
}
.priority_box h3 {
  font-size: 4.8vw;
}
.priority_box p {
  font-size: 4.27vw;
  margin-bottom: 20px;
}
.priority_box h3:before {
  width: 12.27vw;
  height: 12.27vw;
}
.flow_block {
  width: 70%;
  margin-left: auto;
}
.flow_line {
  left: 15%;
}
.flow_box {
  display: block;
}
.flow_box2 {
  display: flex;
  flex-direction: column-reverse;
}
.flow_box_txt h3 {
  font-size: 4.8vw;
  margin-bottom: 5px;
}
.flow_box_txt p {
  font-size: 3.4vw;
  text-align: left;
}
.flow_box_img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.flow_box_txt {
  width: 100%;
}
.doctor h2 {
  font-size: 6.67vw;
}
.doctor_block {
  display: block;
}
.doctor_box {
  width: 100%;
}
.doctor_occupation {
  font-size: 4.8vw;
}
.doctor_box h3 {
  font-size: 6.4vw;
}
.doctor_box h3 span {
  font-size: 5.33vw;
}
.doctor_box h4 {
  font-size: 4.27vw;
}
.doctor_career_box dt {
  font-size: 3.73vw;
}
.doctor_career_box dd {
  font-size: 3.73vw;
}
.doctor_certification ul li {
  font-size: 3.73vw;
}
.accordion-title h3 {
  font-size: 4.27vw;
  height: 18.67vw;
  padding-right: 10.42vw;
}
.p-clinic_tamach .p-clinic_ttl {
  width: 94.79vw;
  box-sizing: border-box;
}
.p-clinic_item {
  max-width: 100%;
  margin: 0 0 20px;
}
.p-clinic_tamach .p-clinic_img {
  max-width: 94.67vw;
  /* height: 66.67vw; */
  width: 100%;
}
.p-clinic_tamach .p-clinic_slider img {
  max-height: 66.67vw;
}
.p-clinic .p-clinic_img {
  max-width: 94.67vw;
  /* height: 66.67vw; */
  width: 100%;
}
.p-clinic .p-clinic_slider img {
  height: 66.67vw;
}
.p-clinic_time {
  width: 100%;
}
.p-clinic_ttl {
  font-size: 4.8vw;
}
.p-clinic_ttl .u-f80p {
  font-size: 3.8vw;
}
.p-clinic_tx {
  font-size: 3.73vw;
}
.p-clinic_time_ttl {
  font-size: 3.73vw;
}
table, tbody, thead, tr, th, td {
  font-size: 3.2vw;
}
.p-clinic_tamach .p-clinic_time {
  width: 100%;
}
.p-fv_img img {
  width: 100%;
}
.p-fv_btn {
  width: 90%;
  bottom: 2em;
}
.h-btn {

}
.h-btn_link img {
  height: 13.33vw;
}
.h-wrap {
  padding-right: 0;
}
.l-main {
  margin-top: 13.3vw;
}
.l-header {
  height: 13.33vw;
}
.intro_block1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro_box3_img {
  padding-top: 0;
  width: 100%;
}
.intro_box3_img img {
  width: 100%;
}
/* .p-prepare {
  padding-top: 100px;
} */
.treat_box2_3 img {
  width: 52vw;
}
.treat_box2 img {
  margin: 10px auto;
}
.treat_block2_down {
  padding-top: 0;
}
.treat_block2_down .treat_box2_1 {
  margin-top: 0;
}
.points h2 span {
  border-bottom: solid 2px #1093B2;
}
.priority {
  padding-top: 50px;
}
.points {
  padding-bottom: 25px;
}
.doctor_box {
  margin-right: 0;
}
.doctor_box_wrap {
  display: block;
    margin: 0 auto;
    width: max-content;
    padding-top: 20px;
}
.doctor_career {
  padding-top: 30px;
}
.doctor_certification {
  padding-top: 30px;
}
.accordion-title h3:before {
  width: 8vw; /* スマホ表示時の固定のピクセル値 */
  height: 8vw;
  margin-right: 10px;
}
.accordion-title .icon img {
  width: 5.33vw;
}
.accordion-title .icon {
  right: 20px;
}
.accordion-content p {
  font-size: 3.73vw;
}
.accordion-content p::before {
  width: 8vw;
  height: 8vw;
}
.accordion-content {
  padding-right: 35px;
}
.footer_inner {
  max-width: 95%;
}
.footer_inner h2 {
  width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.footer_inner p {
  font-size: 3.73vw;
  padding: 0 15px;
}
.l-footer {
  padding-top: 50px;
}
.f-photo {
  margin-bottom: 60px;
}
.p-clinic_time {
  margin-top: 30px;
}
.p-clinic_link .u-link {
  font-size: 3.27vw;
}
.intro_box2 ul li::before {
  top: 2.08vw;
}
.intro_box ul li {
  padding-left: 5.91vw;
}
.intro_blcok2 {
  padding-bottom: 50px;
}
.service-points h2 span {
  border-bottom: solid 2px #FFFF40;
}
.points h2 {
  font-size: 6.4vw;
}
.point-text .point_size {
  font-size: 4.8vw;
  margin-right: 5px;
}
.point_number {
  font-size: 12.27vw;
}
.service-point {
  padding: 20px 10px;
}
.point_number {
  margin-right: 10px;
}
.service-point .point-text h3 p {
  font-size: 4.8vw;
}
.priority h2 {
  font-size: 6.4vw;
  margin-bottom: 25px;
}
.priority_box h3 {
  margin-bottom: 15px;
}
.priority {
  padding-bottom: 0;
}
.flow h2 {
  font-size: 6.4vw;
}
.flow {
  padding-bottom: 50px;
}
.faq h2 {
  font-size: 6.93vw;
}
.p-clinic_ttl::after {
  content: "+"; /* デフォルトはプラスアイコン */
  float: right; /* 右端に表示 */
} 
.p-clinic_ttl.active::after {
  content: "-"; /* アクティブならマイナスアイコン */
} 
#header .l-container {
  max-width: 100%;
}
}

@media screen and (max-width: 425px) {
  .flow_line {
    width: 16vw;
    top: 40vw;
  }
.intro_box ul li::before {
  top: 2.56vw;
}
.intro h2 {
  margin-bottom: 25px;
}
.intro_txt {
  margin: 50px 0 30px;
}
.intro_txt p {
  margin-bottom: 25px;
  margin-top: 25px;
}
.service-points .l-container {
  max-width: 95%;
}
.treat_box2 {
  margin-top: 0px;
}
.treat_box2 ul li {
  border-radius: 10px;
}
.treat_box2 img {
  margin: 20px auto;
}
.treat_box2 p {
  margin-top: 10px;
}
.treat_box2 h3 {
  margin-bottom: 0px;
}
.service-point .point-text p {
  margin-bottom: 5px;
}
.service-point {
  padding: 5px 10px 30px;
}
.service-point .point-text p {
  margin-bottom: 10px;
}
.points .l-container {
  max-width: 100%;
}
.flow_box {
  margin-bottom: 13.33vw;
}
.flow_box2 {
  margin-bottom: 13.33vw;
}
.flow_block {
  width: 73%;
}
.doctor_career_box dt {
  margin-right: 5px;
}
.faq h2 {
  margin-bottom: 25px;
}
.accordion-title .icon {
  right: 0px;
}
.accordion-title h3 {
  padding-left: 10px;
}
.accordion-title h3 {
  font-size: 3.8vw;
  height: 13.67vw;
}
.p-clinic .c-title_h2 {
  font-size: 6.93vw;
}
.p-clinic_tamach .p-clinic_ttl {
  width: 100%;
}
.p-clinic_wrap {
  width: 100%;
}
.p-clinic .l-container {
  max-width: 100%;
}
.p-clinic_tamach .p-clinic_ttl {
  margin-bottom: 0.5em;
}
.p-clinic {
  padding-bottom: 0px;
}
.p-clinic_wrap {
  margin-top: 20px;
}
.footer_btn li a {
  font-size: 3.47vw;
  border-bottom: solid 1px #000;
}
.f-photo {
  margin-bottom: 40px;
}
.footer_inner p {
  margin-bottom: 20px;
}
.footer_btn {
  margin-bottom: 10px;
}
.faq .accordion-content {
  padding: 10px;
}
.faq .l-container {
  max-width: 100%;
}

}