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

.lay-nav, .contents00 {
	display: none;
}

/* contents-top */

.contents-top {
	width: 100%;
}

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

.contents-top-wrap {
	padding-top: 100px;
}

.contents-top-wrap section:not(:last-child) {
	margin-bottom: 150px;
}

.main-img-top h2, .main-img-top h3, .box-tel-top h3::before, .contents02 h4, .layout02 h5, .layout02 h6, .contents04 h3, .contents04 h4, .contents04 h6 a, .contents05 h6 {
	font-family: var(--title-font);
}

.layout02 h4, .contents04 h2 {
   font-family: var(--subtitle-font);
    font-size: 62px;
    line-height: 0.9;
letter-spacing: 0.25em;
font-weight: 200;
}

.main-img-top h2, .box-tel-top h3::before {
    color : var(--color-main);
}


/* main-img-top */

.main-img-top {
	width: 100%;
	position: relative;
}

.main-img-top::after {
	content: "";
	position: absolute;
left: 2%;
top: 0px;
	background-image: url("common/images/scroll.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 250px;
	width: 20px;
	height: 100%;
}

.main-img-top .box-img {
	width: 90%;
    max-width: 1600px;
	position: relative;
    display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
}

.main-img-top .box-img::before {
	content: "";
	position: absolute;
left: 0px;
top: 85px;
	background-image: url("top/images/icon01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 723px;
	height: 1083px;
    z-index: -1;
    margin-left: -90px;
}

.main-img-top .box-img-inner {
	width: 60%;
}

.main-img-top .box-img-inner img {
	border-radius: 0px 0px 40px 40px;
    width: 100%;
    height: 780px;
}

.main-img-top .box-title {
    padding-top: 70px;
}

.main-img-top .box-title h2, .main-img-top .box-title h3 {
line-height: 1.6;
letter-spacing: 0.2em;
font-weight: 400;
}

.main-img-top .box-title h2 {
    font-size: 36px;
}

.main-img-top .box-title h3 {
    font-size: 14px;
    padding-top: 20px;
}

.main-img-top .box-guide-top {
    position: absolute;
left: 0px;
top: 430px;
    width: 50%;
    background-color: #b4f5ad;
    border-radius: 35px;
}

.main-img-top .box-time {
	width: 100%;
    padding: 30px 10%;
}

.box-tel-top {
    padding: 50px 0px 30px;
    text-align: center;
}

.box-tel-top h3 {
    display: inline-block;
}

.box-tel-top h3::before {
    content: "お電話はこちら";
	display: inline-block;
    font-size: 20px;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: 400;
    padding-right: 15px;
    padding-top: 10px;
}

.box-tel-top h3 img {
    height: 40px;
    width: auto;
}

.box-address-top {
    padding: 20px 10% 30px;
}

.box-address-top p {
   font-size: 18px;
color: #006837;
line-height: 1.6;
}

/* layout-concept */

.layout-concept {
    position: relative;
}

.layout-concept::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/back01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 676px;
    margin-top: -140px;
    z-index: -1;
}

/* contents02 */

.contents02 {
	text-align: center;
}

.contents02 .box-img {
	margin-bottom: 70px;
    position: relative;
}

.contents02 .box-img::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/icon02.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 128px;
    margin-top: -90px;
}

.contents02 .box-text {
	position: relative;
    padding: 70px 0px;
}

.contents02 .box-text::before, .contents02 .box-text::after {
	content: "";
	position: absolute;
left: 0px;
	background-image: url("common/images/back-title03.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 8px;
}

.contents02 .box-text::before {
top: 0px;
background-position: center top;
}

.contents02 .box-text::after {
bottom: 0px;
background-position: center bottom;
}

.contents02 h4 {
	font-size: 29px;
line-height: 1.6;
letter-spacing: 0.25em;
font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.contents02 p {
	line-height: 2.2;
}



/* contents03 */

.contents03 {
	background-image: url("common/images/back-title06.svg");
background-position: center top;
background-repeat: no-repeat;
}

/* contents04 */

.contents-top section.contents04 {
	text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.contents04 .box-img {
    position: relative;
}

.contents04 .box-img img {
    width: 100%;
    max-height: 890px;
}

.contents04 .box-img::before {
    content: "";
	position: absolute;
right: 0px;
top: 0px;
    width: 65%;
    height: 100%;
    background-image: url("top/images/frame-recruit.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 100% auto;
    display: block;
    opacity: 0.9;
}

.contents04 .box-detail {
	position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
}

.contents04 .box-detail .box-inner {
	width: 45%;
}

.contents04 h2, .contents04 h3, .contents04 h4, .contents04 h6 a {
    color: #FFF;
    line-height: 1.2;
}

.contents04 h2 {
    font-size: 110px;
line-height: 0.9;
letter-spacing: 0.15em;
font-weight: 500;
    margin-bottom: 15px;
}

.contents04 h3 {
    font-size: 30px;
letter-spacing: 0.25em;
font-weight: 400;
    display: inline-block;
    padding: 8px 0px;
    width: 340px;
    background-color: #0078b0;
    border-radius: 60px;
}

.contents04 h4 {
    font-size: 50px;
letter-spacing: 0.1em;
    line-height: 1.4;
font-weight: 400;
    padding: 40px 0px;
}

.contents04 h6 {
    padding-top: 70px;
}

.contents04 h6 a {
    font-size: 24px;
letter-spacing: 0.1em;
font-weight: 400;
    padding: 17px 0px;
    width: 500px;
    background-color: #fbb03b;
    display: inline-block;
    border-radius: 60px;
}

.contents04 p {
    font-size: 22px;
letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 20px 0px;
    background-color: #FFF;
    width: 600px;
    border-radius: 20px;
    margin: 0px auto;
}


/* contents05 */

.contents05 {
	width: 100%;
	padding: 80px 0px 100px;
    background-image: url("top/images/back02.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.contents05 .midashi-box h2 {
	color: #FFF;
}

.contents05 .midashi-box h3::before, .contents05 .midashi-box h3::after {
	display: none;
}

.contents05 .news-box {
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    gap:0px 2%;
}

.contents05 .news-box iframe {
	width: 100%;
}

.contents05 .box {
	padding: 30px;
	position: relative;
	background-color: #FFF;
	border-radius: 20px;
    width: 32%;
}

.contents05 h5, .contents05 h6 {
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.contents05 h5 {
letter-spacing: 0.05em;
    color: var(--color-sub);
    margin-bottom: 7px;
}

.contents05 h6 {
    font-size: 18px;
}

.contents05 p {
	padding-top: 20px;
}

/* contents06 */

.contents06 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    gap:30px;
}

.contents06 .box {
	width: 400px;
}


/* layout-contents01 */

.layout-contents01 {
    padding-top: 120px;
}

/* layout-feature */

.layout-feature .box::after {
   content: "treatment";
}



/* layout02 */

.layout02 .box-inner:not(:last-child) {
	margin-bottom: 80px;
}

.layout02 .lay01 {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.layout02 .lay01 .box-img {
    width: 450px;
}

.layout02 .lay01 .box-img img {
    border-radius: 50%;
}

.layout02 .lay01 .box-name {
    flex: 1;
    padding-left: 60px;
}

.layout02 .lay02 {
    padding: 50px 80px;
    background-color: #f2f2f2;
}

.layout02 .lay02 .box-detail {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout02 h4 {
color: var(--color-sub);
line-height: 1.4;
}

.layout02 h5 {
    font-size: 31px;
line-height: 1.2;
    letter-spacing: 0.25em;
    font-weight: 400;
    padding-top: 15px;
}

.layout02 h6 {
    font-size: 28px;
line-height: 1.2;
    letter-spacing: 0.15em;
   font-weight: 400;
    margin-bottom: 30px;
}

.layout02 ul {
    width: 50%;
}

.layout02 ul li {
    font-size: 18px;
line-height: 1.6;
    letter-spacing: 0.05em;
}

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

.sp-view {
	display: none;
}
