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

/* 共通 */
body {
	font-family: "Roboto Condensed", 'Noto Sans JP', sans-serif !important;
	color: #004146 !important;
	margin: 0;
	padding: 0;
	min-width: 1100px;
}
img {
	max-width: 100%;
}
p,a,ul {
	font-weight: bold;
}
h1,h2,h3, h4, h5,p,img,div,ul,li,a,figure {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
h4 {
	font-size: 36px;
}
p {
	line-height: 180%;
}
a:hover {
	opacity: 0.5;
}
.sp {
	display: none;
}
.btn {
}
.btn a {
	color: #fff;
    background: #F94D01 url(../images/mail.png) no-repeat 100px 50%;
    background-size: 34px;
	padding: 25px 116px 25px 160px;
	border-radius: 100px;
	font-size: 28px;
	text-align: center;
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}
span.yellow {
	color: #FFF719;
}
.ttl_area h2 {
	font-size: 52px;
	margin-bottom: 50px;
}
#for_clinic .btn-txt {
	background: url(../images/fukidashi_l.png) no-repeat 3% 100%, url(../images/fukidashi_r.png) no-repeat 97% 100%;
	text-align: center;
	width: 530px;
	margin-bottom: 25px;
}
#for_clinic .btn-txt p {
	color: #F94D01;
	font-size: 30px;
}
#for_clinic .btn-txt p b {
	font-size: 45px;
	padding: 0 3px;
}


/* コンテンツ */
#for_clinic {
	color: #033009;
}

/* main */
#for_clinic main {
	background: #FFF719;
	position: relative;
}
#for_clinic main .main_inner {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	padding: 70px 0 160px 0;
}
#for_clinic main .txt_container {
	width: 590px;
	position: relative;
}
#for_clinic main .txt_container::after {
	display: inline-block;
    content: "";
	background: url("../images/deco.png");
	width: 93px;
	height: 112px;
	position: absolute;
    top: 40px;
    right: -40px;
}
#for_clinic main .txt_container .img {
	margin-bottom: 20px;
}
#for_clinic main .txt_container .txt h1 {
	font-size: 64px;
	margin-bottom: 20px;
	font-weight: 900;
}
#for_clinic main .txt_container .txt h1 small {
	font-size: 50px;
}
#for_clinic main .txt_container .txt p {
	font-size: 24px;
}
#for_clinic main .txt_container .txt p strong {
	color: #F94D01;
	font-size: 28px;
}
#for_clinic main .img_container {
	position: relative;
}
#for_clinic main .img_container::after {
	display: inline-block;
    content: "";
	background: url(../images/main.png);
	width: 594px;
	height: 546px;
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: 999;
}
#for_clinic main::before {
	display: inline-block;
    content: "";
	background: url(../images/bg_top.png);
	width: 100%;
	height: 250px;
	position: absolute;
    bottom: 0;
    left: 0;
}

/* about */
#for_clinic #about {
	background: #FFFAE4;
	padding: 50px 0 20px;
	position: relative;
}
#for_clinic #about .ttl_area {
	position: relative;
    text-align: center;
	width: 950px;
	margin: 0 auto;
}
#for_clinic #about .ttl_area::before {
	display: inline-block;
    content: "";
	background: url(../images/icon_about_l.png);
	width: 154px;
	height: 149px;
	position: absolute;
    top: 0;
    left: 0;
}
#for_clinic #about .ttl_area::after {
	display: inline-block;
    content: "";
	background: url(../images/icon_about_r.png);
	width: 104px;
	height: 121px;
	position: absolute;
    top: -50px;
    right: 0;
}
#for_clinic #about .ttl_area h2 {
    margin: 0 auto 80px;
    padding: 0 0 35px 0;
	background: url(../images/fukidashi.png) no-repeat 50% 100%;
}
#for_clinic #about .ttl_area h2 strong {
	color: #F98301;
}
#for_clinic #about .about_inner {
	width: 1100px;
	margin: 0 auto;
}
#for_clinic #about .about_inner ul {
	display: flex;
	justify-content: space-between;
}
#for_clinic #about .about_inner ul li {
	background: #fff;
	border: 4px solid #033009;
	border-radius: 30px;
	width: 310px;
	padding: 40px 20px;
	font-size: 44px;
	 box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
    flex-flow: column;
    align-items: center;
	justify-content: center;
	position: relative;
}
#for_clinic #about .about_inner ul li.about_01::after {
    content: "01";
	font-size: 100px;
	color: #F98301;
	position: absolute;
    top: -60px;
    left: 20px;
}
#for_clinic #about .about_inner ul li.about_02::after {
    content: "02";
	font-size: 100px;
	color: #F98301;
	position: absolute;
    top: -60px;
    left: 20px;
}
#for_clinic #about .about_inner ul li.about_03::after {
    content: "03";
	font-size: 100px;
	color: #F98301;
	position: absolute;
    top: -60px;
    left: 20px;
}
#for_clinic #about .about_inner ul li p {
	line-height: 140%;
}
#for_clinic #about .about_inner ul li b {
	color: #F98301;
}

/* merit */
#for_clinic #merit {
	position: relative;
	padding: 350px 0 145px;
	background: url("../images/bg.jpg");
}
#for_clinic #merit::after {
	display: inline-block;
    content: "";
	background: url(../images/bg_bottom.png);
	width: 100%;
	height: 250px;
	position: absolute;
    top: -0;
    left: 0;
}
#for_clinic #merit .merit_inner {
}
#for_clinic #merit .meritbox {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	padding: 80px 0;
	border-bottom: 1px solid #ccc;
}
#for_clinic #merit .meritbox.merit_01 {
	padding: 0 0 80px 0;
}
#for_clinic #merit .meritbox.merit_03 {
	border-bottom: none;
}
#for_clinic #merit .meritbox .txt_box {
	width: 550px;
}
#for_clinic #merit .meritbox .txt_box h3 {
	font-size: 42px;display: inline;
	border-bottom: 3px solid #F98301;
}
#for_clinic #merit .meritbox .txt_box p {
	margin-top: 50px;
}
#for_clinic #merit .meritbox .txt_box .point {
	margin-bottom: 20px;
}
#for_clinic #merit .meritbox .txt_box .point p {
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	padding: 7px 7px 5px;
	background: #F98301;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
}
#for_clinic #merit .cv_area {
	margin: 0 auto;
	text-align: center;
}
#for_clinic #merit .cv_area h4 {
	margin-bottom: 30px;
}
#for_clinic #merit .cv_area .btn-txt {
	margin: 0 auto 25px auto;
	text-align: center;
	width: 600px;
}
#for_clinic #merit .cv_area .btn {
	margin: 0 auto;
	text-align: center;
}

/* scheme */
#for_clinic #scheme {
	padding: 120px 0;
	background: #FFF719;
}
#for_clinic #scheme .scheme_inner {
	margin: 0 auto;
	text-align: center;
}
#for_clinic #scheme .scheme_inner h2 {
	text-align: center;
	position: relative;
	display: inline-block;
}
#for_clinic #scheme .scheme_inner h2::after {
	display: inline-block;
    content: "";
	background: url("../images/deco.png");
	width: 93px;
	height: 112px;
	position: absolute;
    top: -50px;
    right: -100px;
}
#for_clinic #scheme .scheme_inner h4 {
	display: inline;
	border-bottom: 3px solid #F98301;
	line-height: 210%;
}
#for_clinic #scheme .scheme_inner h4 strong {
	font-size: 52px;
	color: #F98301;
}
#for_clinic #scheme .scheme_inner figure {
	margin-bottom: 30px;
}

/* usage_fee */
#for_clinic #usage_fee {
	padding: 120px 0;
	background: #FFFAE4;
}
#for_clinic #usage_fee .usage_fee_inner {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#for_clinic #usage_fee .usage_fee_inner::before {
	display: inline-block;
    content: "";
	background: url("../images/bg_usage_fee.png") no-repeat;
	width: 280px;
	height: 367px;
	position: absolute;
    top: -120px;
    left: 0;
}
#for_clinic #usage_fee h2 {
	color: #F98301;
	position: relative;
}
#for_clinic #usage_fee h2::after {
	display: inline-block;
    content: "";
	background: url("../images/fukidashi_usage_fee.png") no-repeat;
	width: 486px;
	height: 14px;
	position: absolute;
    bottom: -40px;
    left: calc(50% - 163px);
}
#for_clinic #usage_fee .usage_fee_container {
	display: flex;
	justify-content: space-between;
    position: relative;
	margin-top: 80px;
}
#for_clinic #usage_fee .usage_fee_box {
	background: #fff;
    border: 4px solid #033009;
    border-radius: 30px;
    width: 430px;
    padding: 50px;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
#for_clinic #usage_fee .usage_fee_container::before {
	display: inline-block;
    content: "";
	background: url("../images/icon_plus_big.png") no-repeat;
	width: 90px;
	height: 90px;
	position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
}
#for_clinic #usage_fee .usage_fee_box h4 {
	font-size: 32px;
	display: inline;
    border-bottom: 3px solid #F98301;
}
#for_clinic #usage_fee .usage_fee_01 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
    position: relative;
}
#for_clinic #usage_fee .usage_fee_01 ul::before {
	display: inline-block;
    content: "";
	background: url("../images/icon_plus.png") no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
#for_clinic #usage_fee .usage_fee_01 ul li {
	width: 175px;
}
#for_clinic #usage_fee .usage_fee_01 ul li small {
	font-size: 24px;
}
#for_clinic #usage_fee .usage_fee_01 ul li p {
	font-size: 87px;
    margin-top: 10px;
    line-height: 100%;
}
#for_clinic #usage_fee .usage_fee_01 ul li p small {
	font-size: 34px;
}
#for_clinic #usage_fee .usage_fee_02 ul {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	margin-top: 25px;
	display: inline-block;
}
#for_clinic #usage_fee .usage_fee_02 ul li {
	padding-left: 36px;
	background: url("../images/icon_check.png") no-repeat 0 50%;
	background-size: 26px;
	margin-top: 5px;
}
#for_clinic #usage_fee .txt_box {
	font-size: 20px;
	margin-top: 30px;
}

/* qanda */
#for_clinic #qanda {
	padding: 120px 0;
}
#for_clinic #qanda .ttl_area {
	margin: 0 auto;
	text-align: center;
}
#for_clinic #qanda h2 {
	display: inline-block;
	position: relative;
	padding-left: 82px;
}
#for_clinic #qanda h2::after {
	display: inline-block;
    content: "";
	background: url("../images/icon_qanda.png") no-repeat;
	width: 72px;
	height: 61px;
	position: absolute;
    top: 5px;
    left: 0px;
}
#for_clinic #qanda .qanda_inner {
	width: 1100px;
	margin: 0 auto;
}
#for_clinic #qanda .qanda_container {
	border: 4px solid #033009;
	border-radius: 30px;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
#for_clinic #qanda .qanda_container .q_box {
	background: #FFF719;
	display: block;
	font-size: 24px;
	padding: 30px;
	border-radius: 30px 30px 0 0;
}
#for_clinic #qanda .qanda_container .q_box p {
	position: relative;
	padding-left: 60px;
}
#for_clinic #qanda .qanda_container .q_box p::before {
	display: inline-block;
    content: "";
	background: url("../images/icon_q.png") no-repeat;
	width: 43px;
	height: 32px;
	position: absolute;
    top: calc(50% - 21px);
    left: 0;
}
#for_clinic #qanda .qanda_container .a_box {
	font-size: 20px;
	padding: 30px;
}
#for_clinic #qanda .qanda_container .a_box p {
	position: relative;
	padding-left: 60px;
}
#for_clinic #qanda .qanda_container .a_box p::before {
	display: inline-block;
    content: "";
	background: url("../images/icon_a.png") no-repeat;
	width: 41px;
	height: 34px;
	position: absolute;
    top: calc(50% - 20px);
    left: 0;
}

/* qanda */
#for_clinic #flow {
	background: url(../images/bg.jpg);
	padding: 120px 0;
}
#for_clinic #flow .ttl_area {
	margin: 0 auto;
	text-align: center;
}
#for_clinic #flow h2 {
	position: relative;
}
#for_clinic #flow h2::after {
	display: inline-block;
    content: "";
	background: url("../images/fukidashi_usage_fee.png") no-repeat;
	width: 486px;
	height: 14px;
	position: absolute;
    bottom: -40px;
    left: calc(50% - 163px);
}
#for_clinic #flow ul.inner {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 80px;
}
#for_clinic #flow ul.inner li {
	width: 250px;
	background: #fff;
    border: 4px solid #033009;
    border-radius: 30px;
    padding: 30px 0;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
} 
#for_clinic #flow ul.inner li::after {
	display: inline-block;
    content: "";
	background: url("../images/arrow_r.png") no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
    top: calc(50% - 32.5px);
        right: calc(100% - 20px);
} 
#for_clinic #flow ul.inner li:first-child::after {
	display: none;
} 
#for_clinic #flow ul.inner li small {
	font-size: 20px;
	color: #F98301;
	font-weight: normal;
}
#for_clinic #flow ul.inner li h3 {
	font-size: 24px;
}
#for_clinic #flow ul.inner li figure {
	margin: 20px 0;
}
#for_clinic #flow ul.inner li p {
	margin-top: auto;
}
#for_clinic #flow .cv_area {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 50px auto 0 auto;
	align-items: flex-end;
}
#for_clinic #flow .cv-r {
	margin-bottom: -20px;
}
#for_clinic #flow .phone-txt {
}
#for_clinic #flow .phone-txt p {
    line-height: 100%;
    font-size: 72px;
    padding-left: 60px;
    background: url(../images/header_tel.svg) no-repeat 0 50%;
    background-size: 50px;
}
#for_clinic #flow .phone-txt a {
	color: #033009;
}
#for_clinic #flow .time-txt p {
	font-size: 20px;
}
#for_clinic #flow .btn-txt {
	background: url(../images/fukidashi_l.png) no-repeat 24% 100%, url(../images/fukidashi_r.png) no-repeat 77% 100%;
}

/* footer */
footer .wrap {
    padding: 60px 70px 50px;
}

/*top_area*/
footer .top_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}
footer .top_area .sig .company {
    margin-bottom: 15px;
}
footer .top_area .sig .company img {
    width: 200px;
}
footer .top_area .sig address {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
	font-style: normal;
}
footer .top_area .sig address a {
	color: #033009;
}
footer .top_area .privacy {
    width: 415px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
footer .top_area .privacy .txt {
    width: 265px;
    font-size: 11px;
    letter-spacing: 0.03em;
}
footer .top_area .privacy img {
    width: 80px;
}

/*bottom_area*/
footer .bottom_area {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-top: 1px solid #CFD8BD;
    padding-top: 18px;
}
footer .bottom_area p {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #9f9d72;
}
footer .bottom_area small {
    font-weight: 400;
    font-size: 12px;
    margin-left: 30px;
}

/*header*/
header {
    margin: 0 auto;
	background: #FFF719;
	text-align: -webkit-center;
}
header .wrap {
    width: 1100px;
    display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
/*h1*/
header .h1 {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
header .h1 h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
header .h1 h1::before {
    content: '●';
    width: 12px;
    height: 12px;
    display: inline-block;
    color: #3C9741;
    margin-right: 5px;
}
header .logo img {
    width: 250px;
}
/*tel*/
header .tel {
    padding-top: 47px;
    margin-left: auto;
    margin-right: 15px;
}
header .tel a {
	color: #033009;
}
header .tel ul {
    display: flex;
    flex-direction: column;
}
header .tel ul li:first-child {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 28px;
    background-image:url('../images/header_tel.svg');
    background-position: left center;
    background-repeat:no-repeat;
	background-size: 30px;
}
header .tel ul li:last-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}
/*btn*/
header .btn {
    padding-top: 47px;
}
header .btn a {
    width: 230px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    box-shadow: 0px 10px 10px rgba(77, 77, 77, 0.1);
    margin: 0 auto;
    padding: 0;
    padding-left: 33px;
    background: #F94D01 url(../images/mail.png) no-repeat 50px 51%;
    background-size: 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #fff;
}
header .btn a strong {
    color: #FFF719;
    font-weight: 700;
}

/* copyright
#for_clinic .copyright {
	margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: #eee;
    font-size: 14px;
}
 */

/*---導入事例---*/
.case {
    position: relative;
}
.case h2 {
	font-size: 52px;
    margin-bottom: 30px;
}
.case .wrap {
    text-align: center;
    padding: 110px 0 100px;
    background-color: #FFF;
}
.case .wrap ul {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.case .wrap ul li {
    margin-bottom: 30px;
}
.case .wrap ul li:last-child {
    margin-bottom: 0;
}

.case .wrap ul li a {
    border-radius: 10px;
    background: #f8f7e7;
    padding: 20px 80px 20px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.case .wrap ul li a::before {
    width: 100%;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/cta_ar.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    margin: -21px 0 0 0;
    transform: 0.5s;
}
.case .wrap ul li a .image {
    width: 30%;
}
.case .wrap ul li a .image img {
    max-width: 100%;
}
.case .wrap ul li a .txt {
    width: 65%;
    text-align: left;
	color: #033009;
}
.case .wrap ul li a .txt h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 160%;
}
.case .wrap ul li a .txt p {
	font-size: 21px;
    line-height: 160%;
}
.case .wrap ul li a:hover {
    background: #FFF719;
}
.case .wrap ul li a:hover::before {
    right: 25px;
}