p{
  font-size:16px;
}

.sp{
  display:none !important;
}
.consul_top{
  height: 950px;
  background: url(../images/bg_mv_sub.jpg) no-repeat center top;
}
.mv_img{
  right: -47px;
  bottom:21px;
}
.mv_catch{
  font-size: 34px;
  letter-spacing: 0.12em;
  line-height:2;
  margin-bottom: 25px;
}
.mv_catch span{
  font-size:132.4%;
  min-width:auto;
  line-height: 1.3;
} 

.mv_catch strong{
  font-size:132.4%
}
.sub_detail{
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .consul_top{
    background-size: cover;
  }
  .mv_catch{
    font-size: 15px;
    margin-bottom: 0;
  }
  .sub_detail{
    font-size: 14px;
  }
  .mv_img{
    right: 0;
  }
  .mv_img img {
    max-width: 336px;
    width: 70%;
    height: auto;
  }
}

.mv_btn_list{
  bottom:140px;
}


.inner{
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.info{
  position:relative;
  background-image:url(../images/reservation/trouble_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding:50px 0 170px;
  z-index:0;
  overflow: hidden;
}
.info .inner{
  position:relative;
  z-index:1;
}
.info::before{
  position:absolute;
  top:0;
  right:50%;
  transform:translateX(960px);
  background:url(../images/reservation/info_bg_item.png);
  content:"";
  width:740px;
  height:1474px;
  z-index:1;
}
.info_container{
  display:flex;
  justify-content: space-between;
  margin:0 0 160px;
}
.info_contents{
  width:52%;
}
.info_contents h2{
  font-family: var(--not);
  font-size:36px;
  line-height:2;
  font-weight:bold;
  letter-spacing: 0.12em;
  margin:0 0 80px;
}
.info_contents h2 span{
  font-size:45px;
}
.info_contents h2 span.color-green{
  color:#047c70;
}
.info_contents h2 span.background-blue{
  display:inline-block;
  color:#fff;
  background:linear-gradient( to Right, rgb(21,74,106) 0%, rgb(33,123,178) 100%);
  line-height:1;
  padding: 16px 25px;
  margin:0 10px 0 5px;
}

.info_contents p{
  width:600px;
  line-height:2.1;
  letter-spacing: 0.12em;
  margin:0 0 30px;
}

.info_contents .label_info{
  width: fit-content;
  font-size: 30px;
  font-family: var(--not);
  font-weight: 700;
  margin-bottom: 0;
  background: linear-gradient( to Right, rgb(162,203,228) 0%, rgb(255,255,255) 100%);
  padding: 8px 25px;
}

.info_contents .label_info span{
  color:#047c70;
}

.trouble_container h2{
  text-align:center;
  font-weight:bold;
  letter-spacing: 0.12em;
}
.trouble_container h2.trouble_title{
  font-family: var(--mp2);
  font-size:36px;
  line-height:3.5;
}
.trouble_container h2.trouble_title span{
  display:inline-block;
  color:#fff;
  background:linear-gradient(to right,#015850,#018486);
  line-height:1;
  padding: 16px 25px;
  margin:0 10px 0 5px;
  font-size:55px;
}
.trouble_container h2 img{
  width:31px;
  height:auto;
  vertical-align: middle;
}
.trouble_list{
  display:flex;
  justify-content: center;
  gap:15px;
  margin:0 0 80px;
}
.trouble_list li{
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  width:290px;
  background-size:cover;
  font-size:20px;
  font-family: var(--not);
  font-weight:700;
  text-align:center;
  line-height:1.7;
  letter-spacing: 0.12em;
  padding:0 0 20px;
}
.trouble_list li::before{
  content: "";
  position: absolute;
}
.trouble_list li:nth-of-type(odd)::before{
  top: -13px;
  left: 13px;
  width: 47px;
  height: 70px;
  background: url(../images/reservation/moyamoya.svg) no-repeat center / cover;
}
.trouble_list li:nth-of-type(even)::before{
  top: -21px;
  right: 41px;
  width: 45px;
  height: 48px;
  background: url(../images/reservation/moyamoya02.svg) no-repeat center / cover;
}
@media print, screen and (min-width: 641px){
  .trouble_list li:nth-of-type(even){
    margin-top: 64px;
  }
}
.trouble_list li:first-child{
  background-image:url(../images/reservation/trouble_item_bg01.png);
  height:287px;
}
.trouble_list li:nth-child(2){
  background-image:url(../images/reservation/trouble_item_bg02.png);
  height:309px;
}
.trouble_list li:nth-child(3){
  background-image:url(../images/reservation/trouble_item_bg03.png);
  height:308px;
}
.trouble_list li:nth-child(4){
  background-image:url(../images/reservation/trouble_item_bg04.png);
  height:318px;
}
.trouble_solution{
  position:relative;
  width:1080px;
  margin:0 auto;
  padding:50px 0;
  background:#fff;
  border:4px solid #017776;
}
.trouble_solution::before{
  position:absolute;
  top:-51px;
  left:0;
  right:0;
  margin:auto;
  width:211px;
  height:72px;
  background-image:url(../images/reservation/arrow.png);
  background-size:cover;
  content:"";
}
.trouble_solution h2 img{
  width:435px;
  height:auto;
  margin:0 10px 0 0;
}
.trouble_solution h2.solution_title{
  font-family: var(--not);
  font-size:45px;
  line-height:1.8;
}
.trouble_solution h2.solution_title span{
  position:relative;
  font-size:55px;
  display:inline-block;
  padding:0 26px;
  z-index:1;
}
.trouble_solution h2.solution_title span::before{
  position:absolute;
  left:0;
  bottom:10px;
  width:100%;
  height:38px;
  background:linear-gradient(to right,#69a7a1,#b9d7d7);
  content:"";
  z-index:-1;
}

.appeal{
  overflow: hidden;
  padding: 165px 0 200px;
  background: url(../images/consultation/bg_point.jpg) no-repeat center / cover;
}
.appeal h2{
  color: #fff;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 281.3%;
  text-shadow: 0px 0px 13.5px rgba(49, 125, 102, 0.33);
  text-align: center;
  margin-bottom: 42px;
}
.appeal .appeal_intro{
  text-align: center;
  color: #fff;
  font-size: 137.5%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-shadow: 0px 0px 13.5px rgba(49, 125, 102, 0.33);
  line-height: 2.273;
  margin-bottom: 94px;
}
.appeal_item_wrap{
  display: flex;
  justify-content: center;
  gap: 0 60px;
}
.item_appeal{
  position: relative;
  z-index: 0;
  max-width: 570px;
  width: 100%;
  background: #fff;
  padding-bottom: 110px;
}
.item_appeal::before{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: #fff;
}
.item_appeal01::before{
  left: -100%;
}
.item_appeal02::before{
  right: -100%;
}
.item_appeal h3{
  text-align: center;
  max-width: 500px;
  width: 100%;
  color: #fff;
  font-size: 200%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 12.5px 0;
}
.item_appeal01 h3{
  margin: -42px auto 24px;
  background: #047c70;
}
.item_appeal02 h3{
  margin: -42px auto 44px;
  background: #0b6259;
}
.item_appeal .img{
  text-align: center;
}
.item_appeal01 ul{
  padding-left: 50px;
}
.item_appeal02 ul{
  padding-left: 125px;

}
.item_appeal ul li{
  position: relative;
  padding-left: 16px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 112.5%;
}
.item_appeal ul li:not(:last-of-type){
  margin-bottom: 5px;
}
.item_appeal ul li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #047c70;
}
.item_appeal02 ul li::before{
  background: #0b6259;
}

.feature{
  padding:190px 0 80px;
  background:linear-gradient(to bottom,#d7d7d7,#fff 30%);
  overflow: hidden;
}
.feature .tit_wrap{
  text-align:center;
  margin:0 0 40px;
}
.feature .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#02b1a0;
  line-height:1;
  margin:0 0 40px;
}
.feature .tit_wrap h2{
  font-size:50px;
  font-weight:bold;
  letter-spacing: 0.12em;
  line-height:1;
}

.feature_item{
  position:relative;
  display:flex;
  justify-content: space-between;
  margin:0 0 160px;
  z-index:1;
}
.feature_item:nth-child(1):before{
  position:absolute;
  top:0;
  right:-100px;
  width:702px;
  height:630px;
  background-image:url(../images/reservation/feature_item_bg01.png);
  content:"";
  z-index:-1;
}
.feature_item:nth-child(2):before{
  position:absolute;
  top:0;
  left:-100px;
  width:681px;
  height:889px;
  background-image:url(../images/reservation/feature_item_bg02.png);
  content:"";
  z-index:-1;
}
.feature_item:nth-child(3):before{
  position:absolute;
  top:0;
  right:-100px;
  width:723px;
  height:913px;
  background-image:url(../images/reservation/feature_item_bg03.png);
  content:"";
  z-index:-1;
}
.feature_item:nth-child(4):before{
  position:absolute;
  top:0;
  left:-100px;
  width:702px;
  height:630px;
  background-image:url(../images/reservation/feature_item_bg04.png);
  content:"";
  z-index:-1;
}
.feature_item:nth-child(even){
  flex-direction: row-reverse;
}
.feature_item figure{
  margin:71px 0 0;
}
.feature_item img{
  border-radius:20px;
  /* box-shadow:10px 10px 30px rgba(118,118,118,0.25); */
}
.feature_info{
  width:580px;
}
.feature_info h3{
  font-family: var(--not);
  font-size:26px;
  font-weight:700;
  line-height:1.8;
  letter-spacing: 0.1em;
  margin:0 0 50px;
}
.feature_info h3 span{
  color: #047c70;
  font-size:30px;
}
.feature_info p{
  font-size:16px;
  letter-spacing: 0.1em;
  line-height:2;
}
.feature_info p.num{
  background: linear-gradient(90deg, #73b5b6 0%, #015850 30%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: var(--not);
  font-size:80px;
  font-weight:bold;
  line-height:1;
  margin:0 0 30px;
}

.cta{
  padding:80px 0;
  background-image:url(../images/reservation/cta_bg.jpg);
  background-size:cover;
}
.cta h2{
  text-align:center;
  font-size:36px;
  font-weight:bold;
  line-height:80px;
  margin:0 0 50px;
  color:#fff;
  letter-spacing: 0.12em;
}
.cta h2 span{
  font-size:45px;
}
.cta .cta_container{
  display:flex;
  justify-content: center;
  gap:30px;
}
.cta_btn a{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:29px;
  width:480px;
  height:110px;
  border-radius:55px;
  box-shadow:0 5px 15px rgba(49,49,49,0.5);
  font-size:24px;
  font-weight:bold;
}
.cta_btn.document a{
  background:linear-gradient(to right,#b2ebe0,#fff);
  color:#333;
}
  .cta_btn.contact{
    padding:0;
    background:none;
  }
.cta_btn.contact a{
  background:linear-gradient(to right,#003833,#016667);
  color:#fff;
}

.function{
  padding:150px 0 200px;
  background:linear-gradient(-45deg,#88bfba,#fff);
}
.function .tit_wrap{
  text-align:center;
  margin:0 0 80px;
}
.function .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#02b1a0;
  line-height:1;
  margin:0 0 30px;
}
.function .tit_wrap h2{
  font-size:50px;
  letter-spacing: 0.12em;
  line-height:1.4;
  font-weight:bold;
}
.function_list{
  padding: 60px 39px;
  background: linear-gradient( to Left, rgb(144,196,189) 0%, rgb(23,103,100) 100%);
}
.function_list ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 14px;
}
.function_list ul li{
  display: flex;
  align-items: center;
  max-width: 270px;
  width: 100%;
  background: #fff;
  padding: 20px;
  font-size: 112.5%;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.function_list ul li span{
  margin-right: 15px;
}

.function_btn_area{
  display:flex;
  justify-content: center;
  gap:20px;
}
.function_btn a{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:11px;
  width:350px;
  height:70px;
  border-radius:35px;
  font-family: var(--not);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size:18px;
  color:#fff;
  letter-spacing: 0.12em;
  background:linear-gradient(to right,#003833,#016667);
  box-shadow:0 5px 15px rgba(49,49,49,0.5);
}
.function_btn img{
  width:auto;
  height:25px;
}

.support{
  background:url(../images/reservation/support_bg.jpg);
  background-size:cover;
  padding:120px 0 220px;
  min-width:1200px;
}
.support .tit_wrap{
  text-align:center;
  margin:0 0 80px;
}
.support .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#fff;
  line-height:1;
  margin:0 0 30px;
}
.support .tit_wrap h2{
  font-size:50px;
  letter-spacing: 0.12em;
  line-height:1.4;
  font-weight:bold;
  color:#fff;
}
.support_list{
  display:flex;
  justify-content: center;
  gap:30px;
}
.support_item{
  width:30%;
  background:#fff;
  padding:50px 40px;
}
.support_item h3{
  font-size:24px;
  font-weight:bold;
  letter-spacing: 0.12em;
  margin:0 0 20px;
  text-align:center;
}
.support_item figure{
  width:80%;
  max-width:220px;
  height:220px;
  margin:0 auto;
  display:flex;
  justify-content: center;
  align-items: center;
}
.support_item figure img{
  width:100%;
  height:auto;
}
.support_item img{
  max-width:356px;
  height:auto;
  width:100%;
}
.support_item p{
  font-size:16px;
  letter-spacing: 0.12em;
  line-height:2;
}

.flow{
  padding:440px 0 315px;
  background-image:url(../images/reservation/flow_bg.jpg);
  background-size:cover;
  overflow: hidden;
}
.flow .tit_wrap{
  text-align:center;
  margin:0 0 80px;
}
.flow .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#fff;
  line-height:1;
  margin:0 0 30px;
}
.flow .tit_wrap h2{
  font-size:50px;
  letter-spacing: 0.12em;
  line-height:1.4;
  font-weight:bold;
  color:#fff;
}
.flow_list{
  display:flex;
  justify-content: space-between;
}
.flow_item{
  position:relative;
  width:260px;
  z-index:1;
}
.flow_item:nth-child(1)::before{
  position:absolute;
  top:100px;
  left:200px;
  background-image:url(../images/reservation/flow_bg01.png);
  width:268px;
  height:166px;
  content:"";
  z-index:-1;
}
.flow_item:nth-child(2)::before{
  position:absolute;
  top:80px;
  left:200px;
  background-image:url(../images/reservation/flow_bg02.png);
  width:288px;
  height:143px;
  content:"";
  z-index:-1;
}
.flow_item:nth-child(3)::before{
  position:absolute;
  top:80px;
  left:200px;
  background-image:url(../images/reservation/flow_bg03.png);
  width:288px;
  height:143px;
  content:"";
  z-index:-1;
}
.flow_item:nth-child(even){
  margin:134px 0 0;
}
.flow_item figure{
  margin:0 0 30px;
}
.flow_item h3{
  text-align:center;
  font-size:26px;
  font-family: var(--not);
  font-weight:bold;
  letter-spacing: 0.12em;
  color:#fff;
  text-shadow:0 0 10px #1c4541;
}
.flow_item p.num{
  position:absolute;
  top:200px;
  right:0;
  background: linear-gradient(90deg, #73b5b6 0%, #015850 30%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size:80px;
  font-weight:bold;
  line-height:1;
}



.contact{
  background:#f2f2f2;
  padding:160px 0;
}
.contact h2{
  position:relative;
}
.contact .tit_wrap{
  text-align:center;
  margin:0 0 30px;
}
.contact .tit_wrap p{
  font-size:24px;
  letter-spacing: 0.12em;
  color:#02b1a0;
  line-height:1;
  margin:0 0 30px;
}
.contact .tit_wrap h2{
  font-size:50px;
  letter-spacing: 0.12em;
  line-height:1.4;
  font-weight:bold;
}
.contact_text_box{
  padding:20px;
  margin:20px auto 0;
  border:1px solid #00b1a0;
  border-radius:10px;
  width: 1150px;
}
.contact_text_box .center{
  font-weight:bold;
  font-size:20px;
  margin:0 0 10px;
}

.contact form {
  width: 1150px;
  max-width: 100%;
  padding:80px 55px 101px 78px;
  margin: 40px auto 0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.08);
}

.contact form .form_item {
  display:flex;
  gap:24px;
  margin:0 0 20px;
}

.contact label {
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.12;
  width:25%;
}
.contact label small{
  font-size:13px;
}

.contact label a {
  font-size: 16px;
  line-height: 1.12;
  text-decoration-line: underline;
  color: #00b1a0;
}
.contact label strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-right: 8px;
}
.contact .required {
  display:inline-block;
  color:#fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  width:65px;
  text-align:center;
  margin-left: 6px;
  background:#00b1a0;
  border-radius:30px;
}

.contact input[type=text],
.contact input[type=tel],
.contact input[type=email],
.contact select,
.contact textarea {
  background: #FFFFFF;
  outline: none;
  border: none;
  padding: 18px 15px;
  width:100%;
  border-radius:10px;
  border:1px solid #e8e8e8;
  flex:1;
}
.contact input[type=date]{
  background: #FFFFFF;
  outline: none;
  border: none;
  padding: 18px 15px;
  border-radius:10px;
  border:1px solid #e8e8e8;
  flex:1;
}
.contact .time select{
  width:auto;
}
.contact form .form_item .date,.contact form .form_item .time{
  display:inline-block;
}
.contact form .form_item .date{
  margin:0 20px 0 0;
}
.contact form .form_item div{
  flex:1;
}
.contact form .form_item div label{
  width:100%;
}
.contact .contact-kinds{
  width:100%;
  flex:1;
}
.contact .contact-kinds label{
  display:inline-block;
  width:auto;
  padding:0 0 0 5px;
}

.contact textarea {
  height: 141px;
}

.contact input[type=checkbox] {
  border:1px solid #e8e8e8;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 3px;
  border-radius: 0 !important;
}
.contact p + p label {
  margin-top: 35px;
}
.contact input[type=checkbox] {
  display: none;
}
.contact #clinic-kind_text,.contact #clinic-request_text,.contact #clinic-department_text{
  display:none;
}
.contact .other_text{
  margin:6px 0 0;
}
.contact .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
}
.contact .checkbox01-02 {
  margin-left: 20px;
}
.contact .checkbox01::before {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(22, 161, 140, 0.1);
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.contact .checkbox01::after {
  border-right: 3px solid #00b1a0;
  border-bottom: 3px solid #00b1a0;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.contact .checkbox02,.contact .check-box {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
  margin: 21px 0 0 -7px;
}
.contact .check-box{
	padding:0 0 0 30px;
	margin:10px 30px 0 0;
}
.contact .checkbox02::before,
.contact .check-box::before {
  background: #FFFFFF;
  content: "";
  border:1px solid #c0c0c0;
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.contact .checkbox02::after,
.contact .check-box::after {
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.contact input[type=checkbox]:checked + .checkbox01::after,
.contact input[type=checkbox]:checked + .checkbox02::after ,
.contact input[type=checkbox]:checked + .check-box::after {
  opacity: 1;
}
.contact .privacy_check{
  text-align:center;
}
.contact .btnSubmitWrap {
  margin: 55px auto 0;
  width: 400px;
  max-width: 100%;
  height: 72px;
  z-index: 1;
  position: relative;
}
.contact .btnSubmitWrap::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
  border: 1px solid #FFFEFE;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.contact .btnSubmitWrap:hover::before {
  opacity: 0.3;
  z-index: 1;
}
.contact #btnSubmit {
  background:linear-gradient(to right, #00b09f, #5db46c);
  border-radius: 50px;
  width: 400px;
  max-width: 100%;
  height: 72px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.clinic-department_list{
  display:flex;
  flex-wrap: wrap;
  flex:1;
}


@media screen and (max-width: 640px) {
  .pc{
    display:none;
  }
  .sp{
    display:block !important;
  }

  #mainvisual{
    height:650px;
  }

  .inner{
    padding:0 20px;
  }

  .info{
    padding:50px 0 80px;
  }

  .info_container{
    margin:0 0 80px;
  }
  .info_contents{
    width:100%;
  }
  .info_contents .label_info{
    font-size: 120%;
  }
  .info_contents h2{
    font-size:20px;
    margin:0 0 40px;
  }
  .info_contents h2 span{
    font-size:120%;
  }
  .info_contents h2 span.background-blue{
    padding:12px 18px;
  }
  .info_images{
    margin:0 0 40px;
  }
  .info_images img{
    width:100%;
    height:auto;
  }
  .info_contents p{
    width:100%;
    font-size:14px;
  }

  .trouble_container h2.trouble_title{
    font-size:20px;
    line-height:2;
    margin:0 0 30px;
  }
  .trouble_container h2.trouble_title span{
    font-size:24px;
    padding:10px 12px;
    margin:0 4px 0 0;
  }
  .trouble_container h2 img{
    width:20px;
  }

  .trouble_list{
    flex-wrap: wrap;
    gap:0 20px;
    margin:0 0 40px;
  }
  .trouble_list li{
    width:40vw;
    font-size:3.5vw;
    padding:0 10px;
  }
  .trouble_list li:first-child{
    height:39.5vw;
    order:0;
  }
  .trouble_list li:nth-child(2){
    height:42.8vw;
    order:2;
  }
  .trouble_list li:nth-child(3){
    height:42.5vw;
    order:1;
    margin:40px 0 0;
  }
  .trouble_list li:nth-child(4){
    height:43.8vw;
    order:3;
    margin:40px 0 0;
  }
  .trouble_solution{
    width:100%;
    padding:30px 0;
  }
  .trouble_solution::before{
    top:-26px;
    width:105px;
    height:36px;
  }
  .trouble_solution h2 img{
    width:70%;
    min-width:240px;
    margin:0 5px 0 0;
  }
  .trouble_solution h2.solution_title{
    font-size:24px;
  }
  .trouble_solution h2.solution_title span{
    font-size:36px;
    padding:0 18px;
    line-height:1.2;
  }
  .trouble_solution h2.solution_title span::before{
    height:17px;
  }
  .appeal{
    padding: 80px 0 100px;
  }
  .appeal h2{
    font-size: 200%;
  }
  .appeal .appeal_intro{
    font-size: 100%;
  }
  .appeal_item_wrap{
    padding: 0 5%;
    flex-wrap: wrap;
    gap: 80px 0;
  }
  .item_appeal{
    padding-bottom: 50px;
  }
  .item_appeal::before{
    display: none;
  }
  .item_appeal h3{
    width: fit-content;
    font-size: 130%;
    padding: 12.5px 20px;
  }
  .item_appeal01 h3{
    margin-top: -30px;
  }
  .item_appeal02 h3{
    margin-top: -30px;
  }
  .item_appeal01 ul,
  .item_appeal02 ul{
    padding: 0 20px;
  }

  .feature{
    padding:60px 0 50px;
  }

  .feature .tit_wrap{
    margin:0 0 40px;
  }
  .feature .tit_wrap h2{
    font-size:32px;
  }
  .feature .tit_wrap p{
    font-size:20px;
  }
  .feature_item{
    margin:0 0 80px;
  }
  .feature_item:last-child{
    margin:0;
  }
  .feature_item:nth-child(1):before{
    right:0;
    width:70vw;
    height:60vw;
    background-size:cover;
  }
  .feature_item:nth-child(2):before{
    left:auto;
    right:0;
    width:68vw;
    height:89vw;
    background-size:cover;
  }
  .feature_item:nth-child(3):before{
    right:0;
    width:72vw;
    height:91vw;
    background-size:cover;
  }
  .feature_item:nth-child(4):before{
    left:auto;
    right:0;
    width:70vw;
    height:63vw;
    background-size:cover;
  }
  .feature_info{
    width:100%;
  }
  .feature_item img{
    width:100%;
    height:auto;
  }
  .feature_item figure{
    margin:0 0 30px;
  }
  .feature_info p.num{
    font-size:50px;
    margin:0 0 10px;
  }
  .feature_info h3{
    font-size:18px;
    margin:0 0 30px;
  }
  .feature_info h3 span{
    font-size:24px;
  }
  .feature_info p{
    font-size:14px;
  }

  .function{
    padding:70px 0 80px;
  }
  .function .tit_wrap{
    margin:0 0 50px;
  }
  .function .tit_wrap h2{
    font-size:26px;
  }
  .function_list{
    padding: 40px 10px;
  }
  .function_list ul{
    gap: 10px 2%;
  }
  .function_list ul li{
    justify-content: center;
    flex-flow: column wrap;
    padding: 10px 0;
    width: 49%;
    font-size: 14px;
    text-align: center;
  }
  .function_list ul li span{
    margin-right: 0;
    margin-bottom: 0;
  }
  .function_btn_area{
    flex-direction: column;
    align-items: center;
  }
  .function_btn a{
    font-size:16px;
    width:320px;
    height:60px;
  }
  .function_btn img{
    height:20px;
  }

  .support{
    padding:80px 20px;
    min-width:auto;
  }
  .support .tit_wrap{
    margin:0 0 50px;
  }
  .support .tit_wrap p{
    font-size:18px;
    margin:0 0 10px;
  }
  .support .tit_wrap h2{
    font-size:26px;
  }
  .support_list{
    flex-direction: column;
  }
  .support_item{
    width:100%;
    padding:30px;
  }
  .support_item figure{
    width:70%;
    margin:0 auto;
  }
  .support_item h3{
    font-size:20px;
  }

  .flow{
    padding:100px 0 50px;
  }

  .flow .tit_wrap{
    margin:0 0 50px;
  }
  .flow .tit_wrap h2{
    font-size:26px;
  }
  .flow .tit_wrap p{
    font-size:18px;
    margin:0 0 20px;
  }
  .flow_list{
    flex-direction: column;
    gap:20px;
    max-width:340px;
    margin:0 auto;
  }
  .flow_item:nth-child(even){
    margin:0;
    align-self: flex-end;
  }
  .flow_item{
    width:200px;
  }
  .flow_item:nth-child(1)::before{
    left:74px;
    top:140px;
    transform:rotate(22deg);
  }
  .flow_item:nth-child(2)::before{
    left:auto;
    right:90px;
    top:149px;
    transform:rotate(-228deg);
  }
  .flow_item:nth-child(3)::before{
    left:59px;
    top:184px;
    transform:rotate(45deg);
  }
  .flow_item figure{
    width:200px;
    margin:0 0 20px;
  }
  .flow_item figure img{
    width:100%;
    height:auto;
  }
  .flow_item p.num{
    top:160px;
    font-size:50px;
  }
  .flow_item h3{
    font-size:20px;
  }

  .cta h2{
    font-size:18px;
    line-height:1.8;
  }
  .cta h2 span{
    font-size:25px;
  }

  .cta_container{
    flex-direction: column;
  }
  .cta_btn a{
    min-width:320px;
    width:80%;
    height:80px;
    font-size:18px;
    gap:15px;
    margin:0 auto;
  }
  .cta_btn a img{

  }
  .cta_btn.contact a{

  }


.contact{
  padding:60px 0;
}
  .contact .tit_wrap{
    margin:0 0 40px;
  }
  .contact .tit_wrap h2{
    font-size:32px;
  }
  .contact .tit_wrap p{
    font-size:20px;
  }
.contact_text_box{
  width:100%;
}
.contact form{
  padding:30px;
}
.contact form .form_item {
  flex-direction: column;
  gap:0;
}
.contact input[type=text], .contact input[type=tel], .contact input[type=email], .contact select, .contact textarea{
  padding:10px;
}
.contact input[type=date]{
  padding:10px;
}
.contact form .form_item .date{
  margin:0 0 5px 0;
}
.contact label{
  width:100%;
}
.contact .check-box{
  font-size:14px;
}
.contact .btnSubmitWrap{
  margin:30px auto 0;
}
.contact .privacy_check{
  text-align:left;
}
.contact .privacy_check label{
  font-size:14px;
}
.contact label a{
  font-size:14px;
}
.contact #btnSubmit{
  height:60px;
  font-size:18px;
}
.contact .required{
  height:auto;
  width:65px;
  font-size:12px;
  line-height:20px;
}

}