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

.header h1 {
    left: 20px;
    position: fixed;
}

/* contents-top */

.contents-top {
	width: 100%;
}

.contents-top p {
	line-height: 2;
}

.contents-top img {
	width: 100%;
height: auto;
}

.contents01 img, .contents02 img, .contents07 img {
	border-radius: 45px;
}

.box-title-top {
    text-align: center;
    margin-bottom: 70px;
}

.box-title-top h2 {
    font-family: var(--subtitle-font);
    font-weight: 300;
    color: var(--color-main);
    font-size: 55px;
line-height: 0.9;
letter-spacing: 0.15em;
}

.box-title-top h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
    font-size: 32px;
line-height: 1.2;
letter-spacing: 0.1em;
    padding-top: 10px;
}


/* main-img-top */

.main-img-top {
	width: 100%;
    padding-bottom: 8vw;
	text-align: center;
	background-image: url("top/images/back01.jpg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: auto 1240px;
	position: relative;
}

.main-img-top::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/icon01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: 90% auto;
	width: 100%;
	height: 100vh;
}

.main-img-top .lay01 {
	width: 100%;
	height: 650px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.main-img-top .lay02 {
	width: 95%;
    padding-top: 175px;
	position: relative;
}

.main-img-top .lay02 .box-text {
    position: absolute;
left: 0px;
top: 0px;
    width: 100%;
}

.main-img-top h1 {
	margin-bottom: 70px;
}

.main-img-top h1 img {
	height: 240px;
    width: auto;
}

.main-img-top h2, .main-img-top h3 {
	font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 42px;
line-height: 1.4;
	letter-spacing: 0.05em;
}

.main-img-top h3 {
	margin-bottom: 40px;
}

/* contents01 */

.contents01 {
	width: 100%;
	background-image: url("top/images/back02.png");
background-position: center center;
background-repeat: no-repeat;
background-size: auto 100%;
	padding: 140px 0px;
}

.contents01 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.contents01 .box-inner::before {
	content: "";
	position: absolute;
right: 0px;
top: 30px;
	background-image: url("top/images/icon02.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 200px;
	height: 255px;
    margin-top: -150px;
}

.contents01 .box-img {
	width: 47%;
}

.contents01 .box-detail {
	width: 47%;
    padding-bottom: 20px;
}

.contents01 .lay02 {
	padding: 40px 0px 100px;
}

.contents01 .lay03 {
	padding: 35px 40px;
    padding-top: 60px;
    position: relative;
    background-color: var(--color-back01);
    border-radius: 25px;
}

.contents01 .lay03::before {
	content: "在宅で可能な治療・処置・検査";
	position: absolute;
left: 0px;
top: 0px;
	width: 104%;
    margin-left: -2%;
    margin-top: -30px;
    font-size: 24px;
line-height: 1.2;
letter-spacing: 0.1em;
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    background-color: #FFF;
    padding: 15px 0px;
    text-align: center;
    border-style : solid;
border-color : var(--color-main);
border-width : 2px;
    border-radius: 60px;
}


.contents01 .lay01 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 22px;
line-height: 1.4;
letter-spacing: 0.1em;
    text-indent: -22px;
    margin-left: 22px;
}

.contents01 .lay03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    font-size: 20px;
    color: #57453f;
line-height: 1.8;
letter-spacing: 0.05em;
    margin-bottom: 20px;
}


/* contents02 */

.contents02 {
	width: 100%;
    text-align: center;
    background-image: url("top/images/back03.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
    padding-top: 50px;
    padding-bottom: 170px;
}

.contents02 .box-detail {
    padding-top: 50px;
}

.contents02 h4 {
	font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 42px;
line-height: 1.4;
letter-spacing: 0.1em;
    margin-bottom: 40px;
}


/* contents03 */

.contents03 {
	width: 100%;
	padding: 160px 0px;
}

.contents03 .box-inner {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding-top: 20px;
}

.contents03 .box-title-top {
	position: relative;
}

.contents03 .box-title-top::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/icon03.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 180px;
    margin-top: -40px;
}

.contents03 .box {
	width: 360px;
}

.contents03 p {
	padding: 20px;
	padding-bottom: 0px;
}


/* contents04 */

.contents04 {
	width: 100%;
	text-align: center;
	background-image: url("top/images/back04.jpg");
background-position: center top;
background-repeat: no-repeat;
    background-size: cover;
}

.contents04 .box-title-top {
    background-color: rgba(254,242,220,0.7);
    padding: 55px 0px 45px;
    margin-bottom: 0px;
}

.contents04 .box-title-top h3 {
    color: var(--color-main);
}

.contents04 .box-inner {
    width: 1000px;
	padding: 70px 0px;
}

.contents04 .box {
    position: relative;
}

.contents04 .box:not(:last-child) {
    margin-bottom: 70px;
}

.contents04 .box::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/arrow01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 28px;
    margin-bottom: -50px;
}

.contents04 .box:last-child::after {
    display: none;
}

.contents04 .box .inner {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    background-color: #FFF;
    border-radius: 80px;
    overflow: hidden;
    border-style : solid;
border-color : var(--color-main);
border-width : 2px;
}

.contents04 h4 {
	font-family: var(--number-font);
    font-weight: var(--base-weight);
	font-size: 38px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0em;
    width: 20%;
    background-color: var(--color-main);
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.contents04 h4::before {
	content: "STEP";
    font-size: 26px;
    display: inline-block;
    padding-right: 10px;
}

.contents04 h5 {
	font-family: var(--title-font);
    font-weight: var(--base-weight2);
	font-size: 25px;
color: #303030;
line-height: 1.2;
letter-spacing: 0.1em;
    padding: 12px 0px;
    flex: 1;
}

/* contents05 */

.contents05 {
	width: 100%;
    padding: 100px 0px;
}

.contents05 .lay01 {
    margin-bottom: 60px;
}

.contents05 .box-case {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.contents05 .box-case:not(:last-child) {
    margin-bottom: 60px;
}

.contents05 .box-case .box-title {
    background-image: url("top/images/text-back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    border-radius: 80px;
    padding: 15px;
    position: absolute;
left: 10%;
top: 0px;
    width: 80%;
}

.contents05 .box-case .box-text {
    background-image: url("top/images/text-back02.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    border-radius: 35px;
    padding: 70px 80px 35px;
}

.contents05 .box-case h4, .contents05 .box-case h5, .contents05 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
    font-size: 32px;
line-height: 1.4;
letter-spacing: 0.1em;
}

.contents05 .box-case h4 {
    font-weight: var(--base-weight2);
}

.contents05 .box-case h4 span {
    color: var(--color-main);
}

.contents05 .box-case h5 {
    background-color: #FFF;
    padding: 28px 0px;
    border-radius: 15px;
}

.contents05 .box-case h5 span {
    font-size: 28px;
}

.contents05 .lay02 {
    background-color: var(--color-back02);
    border-radius: 35px;
    padding: 40px 40px;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
    gap:30px;
}

.contents05 ul {
    flex: 1;
}

.contents05 ul li {
    line-height: 1.4;
    text-indent: -16px;
    margin-left: 16px;
}

.contents05 ul li:not(:last-child) {
    margin-bottom: 10px;
}



/* contents06 */

.contents06 {
	width: 100%;
	background-color: var(--color-back01);
	padding: 40px 0px;
    text-align: center;
}

.contents06 .box-inner {
	width: 1000px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
}

.contents06 .box-img {
	width: 320px;
}

.contents06 h4 {
    font-family: var(--subtitle-font);
    font-weight: 300;
    color: var(--color-sub);
    font-size: 65px;
line-height: 1;
letter-spacing: 0.15em;
}

.contents06 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
    font-size: 32px;
line-height: 1.6;
letter-spacing: 0.1em;
    padding: 25px 0px;
}

.contents06 h5 span {
    font-size: 28px;
}


/* contents07 */

.contents07 {
	width: 100%;
	padding: 100px 0px;
}

.contents07 .box-inner > div:not(:last-child) {
	margin-bottom: 60px;
}

.contents07 .lay01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
}

.contents07 .lay01 .box-img {
    width: 47%;
}

.contents07 .lay01 .box-detail {
    width: 45%;
}

.contents07 .lay02 {
    background-image: url("top/images/text-back03.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    border-radius: 35px;
    padding: 60px 0px;
    text-align: center;
}

.contents07 .lay03 {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
}

.contents07 .lay03 .box-title {
    width: 530px;
    text-align: center;
    background-color: var(--color-back03);
    border-radius: 35px;
    padding: 70px 0px;
}

.contents07 .lay03 .box-text {
    flex: 1;
    padding-left: 5%;
}

.contents07 .lay01 h4, .contents07 .lay03 h4 {
    font-family: var(--subtitle-font);
    font-weight: 300;
    color: var(--color-main);
    font-size: 56px;
line-height: 1.1;
letter-spacing: 0.15em;
}

.contents07 .lay01 h5, .contents07 .lay01 h6, .contents07 .lay02 h4, .contents07 .lay03 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-base2);
line-height: 1.2;
letter-spacing: 0.1em;
}

.contents07 .lay01 h5 {
    font-size: 38px;
    margin: 50px 0px 40px;
    position: relative;
}

.contents07 .lay01 h5::before {
    content: "スマートクリニックモバイル院長";
	position: absolute;
left: 0px;
top: 0px;
    margin-top: -30px;
    font-size: 24px;
}

.contents07 .lay01 h6 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contents07 .lay02 h4, .contents07 .lay03 h5 {
    color: var(--color-main);
line-height: 1.4;
    font-size: 42px;
}

.contents07 .lay02 h4 {
    margin-bottom: 30px;
}

.contents07 .lay03 h5 {
    color: #4c4c4c;
    font-weight: 300;
    padding-top: 5px;
}


/* contents08 */

.contents08 {
	width: 100%;
    padding: 60px 0px;
    background-color: var(--color-back04);
}

.contents08 .box-inner {
	display: flex;
  justify-content: center;
    align-items: center;
flex-wrap: wrap;
}

.contents08 .box-title-top {
    width: 350px;
    margin-bottom: 0px;
}

.contents08 .news-box {
    flex: 1;
    background-color: #FFF;
    border-radius: 35px;
    padding: 30px 40px;
}

.contents08 .news {
	height: 240px;
	width: 100%;
}

.contents08 .news iframe {
	width: 100%;
	height: 240px;
}


/* contents09 */

.contents09 {
	width: 100%;
	padding: 100px 0px;
    border-bottom-style : solid;
border-color : var(--color-back03);
border-width : 10px;
}

.contents09 .box-in {
	width: 960px;
}

.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}

.contact .checktext h6 {
	font-size: 19px;
color: var(--color-base2);
line-height: 1.2;
letter-spacing: 0.16em;
font-weight: normal;
	margin-bottom: 20px;
}

.contact .checktext div.box-text {
	padding: 25px 30px;
	border-style : solid;
    border-color : #d9d9da;
    border-width : 1px;
	background-color: #FFF;
	margin-bottom: 40px;
	text-align: left;
	overflow: auto;
}

.contact .checktext div.box-text {
    color: var(--color-base);
    line-height: 1.8;
    letter-spacing: 0.05em;
}


.contact .checktext .box-box {
    color: var(--color-base);
	font-size: 18px;
	font-weight: 500;
    height: 120px;
    
}


/*contact*/
.contact {
	width: 100%;
	text-align: left;
}

.contact .box02, .contact .box03 {
	width: 100%;
	margin-bottom: 25px;
}

.contact .box02 input, .contact .box03 input, .contact .box02 textarea {
	width:100%;
	border-style : solid;
border-color : #b1b1b1;
border-width : 1px;
	border-radius: 10px;
	padding: 15px;
}

.contact .box03 {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 > div {
	width: 48%;
}

.contact .box03 > div:last-child {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 .box input + span:after {
	opacity: 0.2;
}

.contact .box03 .box input:checked + span:after {
	opacity: 1;
}

.contact .box03 .box input {
	display: none;
}

.contact .box03 .box input + span {
	font-size: 0;
}


form,input,textarea,button{
	margin:0;
	font-size:100%;
}


main .button {
	text-align: center;
	margin-top: 50px;
}

main button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

main .button img {
	height:40px;
	width:auto;
}

main button span, a.btn-mail, main .btn-box input, .btn-back {
	display:inline-block;
	padding:15px 80px;
	background-color:var(--color-main);
	color:#FFF;
	font-size:18px;
	letter-spacing:0.2em;
    border-style : solid;
border-color : var(--color-main);
border-width : 1px;
    border-radius: 8px;
    transition: .5s;
}

main button:hover span, a.btn-mail:hover, main .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: var(--color-main);
}


.btn-box {
	padding-top:40px;
	clear:both;
}

.btn-box input {
	margin-bottom: 10px;
}


#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
}

.formtable input  {
	width: 100%;
}

.contact h4 {
	color: var(--color-base2);
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: var(--color-base2);
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}


span.text003 {
	display:none;
}

.text002 {
	padding-top: 60px;
}


.sp-view {
	display: none;
}
