@charset "UTF-8";
/* CSS Document */

main {
  margin-top: 64px;
}


.section_title_wrap {
    padding-bottom: 20px;
}
.section_title{
  font-size: 2.2rem;
  line-height: 1.5;
}
.section_title strong{
  font-size: 3rem;
  margin-top: 10px;
}

/* ---------

メインビジュアル

------------*/
.main-v {
  padding-top: 24px;
  width: 100%;
}
.main-v .head_txt .f_txt {
  font-size: 1.4rem;
  padding: 8px 16px;
  border-radius: 16px 0 16px 0;
  line-height: 1;
  margin: 0 auto 12px auto;
  letter-spacing: 0.04em;
}
.main-v .head_txt {
  width: 100%;
  margin: 0 ;
  text-align: center;
}
.main-v .head_txt .sTxt {
  font-size: 1.6rem;
  margin: 0 auto;
}
.main-v .head_txt .sTxt span {
  font-size: 1.4rem;
}
.main-v .head_txt .iTxt {
  font-size: 5.6rem;
  letter-spacing: 0.08em;
  margin-top: 8px;
  margin-bottom: 0;
}
.strength_point {
  flex-direction: column;
  width: 23%;
  gap: 10px;
  position: absolute;
  right: 70%;
  top: 107%;
}
.strength_point img {
  width: 100%;
}
.main-v .visual .head_img_wrapper {
  order: 2;
  text-align: right;
}
.main-v .visual .head_img_wrapper .head_img {
  margin-inline: auto;
  width: 64%;
  margin-right: 20px;
  margin-top: -42px;
  margin-bottom: 20px;
}
.main-v .visual .head_img_wrapper a{
  width: 20%;
  bottom: 32px;
  right: 24px;
}
.main-v .visual .head_img_wrapper a img{
  width: 100%; /* ← 親であるaタグの幅に対して100%にする */
  height: auto; /* 縦横比を維持 */
}
.main-v .cv_new_link {
  order: 3;
  flex-direction: column;
  margin-top: -12px;
}
.main-v .visual .visual_inner {
  flex-wrap: initial;
  height: auto;
  width: auto;
  padding: 0;
}
.main-v .visual .visual_txt {
    width: 100%;
    order: 1;
    position: relative;
}
.main-v .cv_new_link li:first-child {
  margin-right: 0;
  margin-bottom: 16px;
}

/* ---------

cvボタン

------------*/
.cv_btn {
    height: 54px;
    width: 80%;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 110%;
    box-shadow: 0px 4px 8px 0px #00000040;
    max-width: 400px;

}
.btn_txt p {
  font-size: 1.6rem;
}
.catch_doc {
  font-size: 1.3rem;
}
.border_contents_doc {
  padding: 6px 32px;
}

.catch_met {
  font-size: 1.3rem;
}
.border_contents_met {
  padding: 6px 32px;
}
.btn_txt_doc{
  margin-top: -14px;
  padding: 18px 0 10px 0;
}
.btn_txt_met{
  margin-top: -14px;
  padding: 18px 0 10px 0;
}
.btn_txt_doc i img {
  width: 90%;
}
.btn_txt_met i img {
  width: 90%;
}

/* ---------

訴求エリア

------------*/
.appeal{
  text-align: center;
  margin-top: 56px;
}
.appeal .sokyu {
  font-size: 1.6rem;
  width: 100%;
  flex-direction: column;
  margin-bottom: 8px;
}
.appeal .sokyu p{
  order: 2;
}
.appeal .sokyu img{
  height: 65px;
  margin-bottom: 20px;
  float: none;
  display: block;
  margin-inline:auto;
  order: 1;
}
.scroll-wrap {
  padding: 24px 0 40px 0;
  width: 4035px;
  gap: 16px;
  animation: 23s linear 0s infinite normal none running scroll;
}
.appeal ul {
  gap: 26px 10px;
}
.appeal li img {
    height: 38px;
}
.appeal_sousyoku_line img {
  width: 320px;
}
.appeal_sousyoku_line {
  margin: -3px 0 8px;
}
.deco1 img {
  height: 2%;
  top: 5.2%;
}
.deco2 img {
  height: 1.6%;
  top: 10%;
}
/* ---------

クリニック経営でこのような課題はありませんか？

------------*/
.kadai_teigi{
  margin-top: 60px;
}
.kadai_ttl{
  padding: 0 0 16px 0;
  font-size: 2rem;
  line-height: 2;
  line-height: 1.8;
}
.kadai_ttl strong{
  font-size:3rem;
  line-height: 1.3;
}
.kadai_detail{
  flex-direction: column;
}
.kadai_detail figure img {
  width: 70%;
}
.kadai_detail li{
    font-size: 1.6rem;
    margin-top: 20px;
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-inline: auto;
}
/*.kadai_detail li::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 25px 20px 0 20px;
}*/
.kadai_detail strong{
  font-size: 1.8rem;
}
.kadai_kaiketsu::before{
  top: -20%;
}

.kadai_kaiketsu {
  padding: 48px 0 40px;
  margin-top: 56px;
}

.kadai_kaiketsu p {
  font-size: 2.2rem !important;
  line-height: 1.5;
}
.kadai_kaiketsu p:first-child {
  font-size: 1.6rem !important;
  padding-bottom: 10px;
}
/* ---------

特徴

------------*/

#FEATURE .about{
	display: block;
	padding: 0;
	width: 100%;
	margin: 32px 0 72px ;
}
#FEATURE .chatch{
    font-size: 2rem;
    padding: 90px 20px 60px 20px;
    text-align: center;
}
#FEATURE .chatch span{
  font-size: 1.2rem;
  margin-bottom: 10px;
	letter-spacing: 0;
}
#FEATURE .chatch strong{
  padding: 0 5px;
  margin: 0;
  display: inline;
}

#FEATURE .sub_chatch{
margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.7;
    width: 90%;
    margin-left: 0;
    margin-inline: auto;
}
#FEATURE .sub_chatch_inner {
    font-size: 1.5rem;
}
#FEATURE .sub_chatch strong {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 8px;
	display: inline;
}
#FEATURE .sub_chatch_ttl{
	font-size: 2.4rem;
  margin: 64px 0 48px;
}
#FEATURE .sub_chatch_ttl img {
    width: 64%;
    margin-right: 10px;
}
#FEATURE .sub_chatch p {
    width: 100%;
	margin-top: 16px;
	line-height: 2;
}
#FEATURE .onestopimage{
    width: 80%;
  display: block;
  margin: 30px auto 0 auto;
  max-width: 400px;
}
/* ---------

feature_wrap

------------*/
#FEATURE .feature_wrap {
  gap: 80px;
  margin-top: 80px;
}
#FEATURE .feature_inner {
  width: 100%;
  padding-left: 0px;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  position: relative;
}
#FEATURE .feature_inner.feature04 {
  gap: 0;
}
#FEATURE .feature_inner.feature04 img, #FEATURE .feature_inner.feature05 img {
    margin-top: -12px;
}
#FEATURE .feature_inner.feature04 img {
    margin-bottom: -16px;
}
#FEATURE .feature_content h3 {
    font-size: 2rem;
    padding-bottom: 8px;
    letter-spacing: 2.4px;
}
#FEATURE .feature_content h3 span{
  padding: 10px 10px;
  margin-right: 8px;
}
#FEATURE .feature_content .feature03 h3 span{
  padding-right: 20px;
}
#FEATURE .feature_content sup {
  position: absolute;
  top: 1.2rem;
  right: 3px;
}
#FEATURE .feature_inner img {
    width: 86%;
    height: auto;
}
#FEATURE .feature_content dd {
  font-size: 1.6rem;
}
#FEATURE .feature_inner:nth-child(even) {
  padding-left: 0px;
  flex-direction: column;
}
#FEATURE .feature_inner img {
  margin: 0 auto;
}
#FEATURE .feature_content dl::before,#FEATURE .feature_inner:nth-child(even) dl::before {
  width: 111px;
  height: 100%;
  top: -32px;
  left: auto;
  right: 0;
}
  #FEATURE .wrap {
  padding-left: 24px;
  padding-right: 24px;
}
#FEATURE .feature_content {
  padding-top: 72px;
}
#FEATURE .feature_content dl {
    position: unset;
}
#FEATURE .feature_content .feature03 h3::after {
    font-size: 1.2rem;
    margin-left: 16px;
    letter-spacing: 0.15rem;
}
#FEATURE .Linkmore {
  margin-top: 48px;
}
#FEATURE .Linkmore a {
  width: auto !important;;
  max-width: 90% !important;
}

/* ---------

機能

------------*/

#FUNCTION {
  margin: 120px 0 64px;
  padding-bottom: 0;
}
#FUNCTION .inner{
  display: block;
  margin-top: 50px;
}
#FUNCTION .inner dl{
  width: auto;
}
#FUNCTION .inner dd{
  padding: 20px;
}
#FUNCTION .inner .func_link{
	width: 100%;
}
#FUNCTION::before {
  top: -0.5%;
  right: -16%;
  width: 66%;
  height: 181px;
}   
#FUNCTION::after {
  display: none;
}  
/* ---------

導入事例 #CASE

------------*/
#CASE {
  padding: 40px 0 48px;
}
#CASE .case_Linkwrap {
  padding: 0 25px;
  margin: 0 auto;
}


/* ---------

パートナー #PARTNER

------------*/
#PARTNER{
    padding-top: 100px;
    padding-bottom: 0;
}
#PARTNER::before {
  top: 66%;
  right: -15%;
  width: 50%;
  height: 320px;
        }
#PARTNER .ninoDr_txt{
	width: 100%;
	margin-top: 40px;
}
#PARTNER .partnerWrap{
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
#PARTNER .inner h3{
    font-size: 2rem;
    margin-bottom: 10px;
}
#PARTNER .inner .dr-info img{
    width: 100px;
    margin-right: 10px;
  margin-bottom: 30px;
}
#PARTNER .inner .role{
background: #f0f0f0;
    padding: 5px;
    line-height: 1;
    display: inline-block;
  margin-bottom: 10px;
}
#PARTNER .inner .name{
  line-height: 1.5;
	font-size: 1.2rem;
}
#PARTNER .inner .name strong{
  font-size: 2.4rem;
  display: inline-block;
    margin-top: 0;
}
#PARTNER .inner p{
    width: 100%;
  margin-top: 10px;
	font-size: 1.6rem;
}



#PARTNER .inner{
    padding: 0px 16px 20px 16px;
    margin-top: 0;
}
#PARTNER .inner .dr-info{
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
}
#PARTNER .carrer{
border-top: 1px solid #fbfaf9;
    padding-top: 5px;
    font-size: 1.4rem;
    margin-top: 0;
}
#PARTNER .carrer li{
  margin-top: 5px;
    line-height: 1.5;
}
#PARTNER .in_ninoDr{
height: auto;
}
#PARTNER .in_ninoDr .carrer{
  width:100%;
}
#PARTNER .in_ninoDr .dr-info{
	margin-top: 0;
}
#PARTNER .in_ninoDr .carrer{}
#PARTNER .in_ninoDr p{}
#PARTNER .nukiDr{
    display: flex;
    flex-wrap: wrap;
  justify-content:space-between;
}
#PARTNER .nukiDr .carrer{
display: block;
}
/* ---------

ニュース　#NEWS

------------*/
#NEWS{
    width: 90%;
}
#NEWS h4{
  font-size: 2.2rem;
}
#NEWS .news_list{
    margin-top: 20px;
}
#NEWS .news_list a{
display: block;
    padding: 20px 0px;
}
#NEWS .day{
margin-bottom: 10px;
	    width: 100%;
}
#NEWS .moreLink{
	 font-size: 1.6rem;
}

/* ---------

プラン・料金

------------*/
/*#PRICE {
  margin-top: 100px;
  padding: 50px 0;
}
#PRICE .wrap{
  padding-right: 0;
}
#PRICE .inner{
  margin-top: 30px;
}
#PRICE .hikaku{
  margin-top: 30px;
}
#PRICE .start_price {
  font-size: 2rem;
  margin-right: 20px;
}
#PRICE .start_price span{
  font-weight: normal;
  font-size: 1.8rem;
}
#PRICE .table-scroll {
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#PRICE .table-scroll table {
	margin: 0;
  width: 900px;
}
#PRICE .table-scroll table td {
    vertical-align: middle;
}

#PRICE .table-scroll .sticky {
	border-left: none;
}
#PRICE .table-scroll .sticky {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
  font-size: 1.4rem;
}
#PRICE .table-scroll .sticky.kara{
  background: #D6E9F2;
}
#PRICE .table-scroll .plan_name {
  font-size: 1.2rem;
}
#PRICE .table-scroll .plan_name strong{
  font-size: 2rem;
}
#PRICE .table-scroll .plan_name .price_box{
  font-size: 1.6rem;
  margin-top: 10px;
}
#PRICE .table-scroll .plan_name .price_box strong{
  font-size: 2.4rem;
}

#PRICE .table-scroll .plan_txt {
  margin: 0px 0 40px 0;
  font-size: 1.2rem;
}
#PRICE .table-scroll .demo_app{
  font-size: 1.4rem;
  margin: 0 10px 10px 10px;
  padding: 10px;
}
#PRICE .table-scroll .plan_name .this_name{
  padding-top: 15px;
}
#PRICE .add_note{
  padding: 10px;
  margin: 10px 20px 10px 0;
  line-height: 1.4;
}
#PRICE .add_note strong{
  font-size: 1.6rem;
}*/
/* ---------

導入フロー

------------*/
/*#FLOW {
  margin-top: 100px;
  padding: 50px 0;
}
#FLOW .inner{}
#FLOW .inner dl{
  background: #fff;
  display: inherit;
  margin-top: 36px;
  position: relative;
}
#FLOW .inner dt{
  width: 100%;
  font-size: 2.6rem;
  display: inherit;
  position: inherit;
  padding: 20px 0;
}
#FLOW .inner dt span{
  font-size: 1.2rem;
}
#FLOW .inner dt::after{
  content: none;
}
#FLOW .inner dt.no_arr::after{
  display: none;
}
#FLOW .inner dd{
  width: 100%;
  padding: 20px;
  font-size: 1.6rem;
}
#FLOW .inner dd strong{
  font-size: 2rem;
  margin-bottom: 10px;
}
#FLOW .inner dd p + strong{
  margin-top: 30px;
}
#FLOW .inner dd p {
  margin-top: 0;
}
#FLOW .inner dl::after{
  content: ";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 26px 55px 0 55px;
}
#FLOW .inner dl:last-child::after{
  content: none;
}*/

/* ---------

.closing_cv

------------*/
.closing_cv {
  text-align: center;
}
.closing_cv .closing_txt{
	font-size: 2.6rem;
}
.closing_cv .tel_wrap{
	display: block;
	font-weight: bold;
	margin-top: 32px;
}
.closing_cv .tel_wrap .tel{
font-size: 3.6rem;
    margin: 10px 30px 20px 30px;
    display: inline-block;
}
.closing_contact {
  padding-top: 0px;
}

footer .footer_sublink>li:nth-of-type(4){
	margin-right: 0;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}