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


/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translateY(0px);
}

.animation_box2 {
	transition-delay: 1s;
}

.animation_box3 {
	transition-delay: 1.5s;
}

.animation_box4 {
	transition-delay: 2s;
}

.animation_box.effect {
	opacity: 1;
	transform: translateY(0px);
}


/* contents-top */

.contents-top {
	width: 100%;
	padding-top: 180px;
	position: relative;
	background-image: url("top/images/back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 1000px;
}

.contents-top::before {
	content: "";
	position: absolute;
left: 2%;
top: 350px;
	background-image: url("common/images/scroll.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 200px;
}

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



/* link01 */

.link01 a {
	font-family: "Noto Serif JP", serif;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: inline-block;
	padding: 15px 35px 12px;
	min-width: 280px;
	position: relative;
	border-style : solid;
border-color : #000;
border-width : 1px;
	background-color: #FFF;
	border-radius: 60px;
	text-align: left;
}

.link01 a:hover {
	opacity: 1;
}

.link01 a::before {
content: "";
	position: absolute;
right: 30px;
top: 20px;
	background-image: url("common/images/link-arrow01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 38px;
	height: 8px;
	transition: .5s;
}

.link01 a:hover::before {
	right: 20px;
}


/* main-img-top */

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

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

.main-img-top .lay01 .box:nth-child(1) {
	width: 50%;
}

.main-img-top .lay01 .box:nth-child(2) {
	position: absolute;
right: 0px;
top: 0px;
	width: 60%;
}

.main-img-top .lay01 image {
	width: 100%;
height: auto;
}

.main-img-top .lay01 .box:nth-child(1) image {
	clip-path: url(#clip);
}

.main-img-top .lay01 .box:nth-child(2) image {
	clip-path: url(#clip2);
}

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

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

.main-img-top .lay02 h2 img {
	width: 35%;
}

.main-img-top h3 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 2vw;
color: #a67c52;
line-height: 1.4;
letter-spacing: 0.25em;
font-weight: 300;
	padding: 40px 0px 20px;
}

.main-img-top p {
	font-size: 1.2vw;
}


/* contents01 */

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

.contents01 .box-img img {
	width: 90%;
	max-width: 1500px;
}

.contents01 h2 {
	font-family: "Noto Serif JP", serif;
	color: #b07c47;
	line-height: 1.2;
	font-weight: 400;
	font-size: 37px;
	letter-spacing: 0.25em;
}

.contents01 p {
	line-height: 2;
	padding: 40px 0px 60px;
}

/* contents02 */

.contents02 {
	width: 90%;
	max-width: 1500px;
	text-align: center;
	margin-bottom: 150px;
}

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

.contents02 .box-img img {
	border-radius: 30px;
}

.contents02 .box-link {
	padding-top: 70px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:25px;
}

.contents02 .box-link .link01 a {
	background-image: url("top/images/back-text01.png");
background-position: center;
background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 70px 18px;
	font-size: 25px;
color: #534741;
	border-color : #534741;
}

.contents02 .box-link .link01 a::before {
top: 30px;
}

.contents02 p {
	line-height: 2;
	margin-bottom: 50px;
}


/* contents03 */

.contents03 {
	width: 100%;
	padding-bottom: 150px;
	background-image: url("top/images/back03.png");
background-position: center bottom;
background-repeat: no-repeat;
background-size: auto 90%;
}

.contents03 .box-inner {
	width: 90%;
	max-width: 1500px;
}

.contents03 .box-inner .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: flex-start;
}

.contents03 .box-inner .box:nth-child(even) {
	flex-direction: row-reverse;
}

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

.contents03 .clip-img {
	width: 55%;
}

.contents03 .box:nth-child(odd) .clip-img image {
	clip-path: url(#clip3);
}

.contents03 .box:nth-child(even) .clip-img image {
	clip-path: url(#clip4);
}

.contents03 .box-detail {
	flex: 1;
	margin-top: 40px;
	border-left-style : solid;
border-color : rgba(251, 176, 59, 0.35);
border-width : 4px;
	padding-left: 35px;
}

.contents03 h4 {
	font-family: "Josefin Sans", sans-serif;
	color: #fbb03b;
	line-height: 0.9;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 0.25em;
}

.contents03 h5 {
	font-family: "Noto Serif JP", serif;
	color: #b07c47;
	line-height: 1.2;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.25em;
	padding: 25px 0px;
}


/* contents04 */

.contents04 {
	width: 100%;
	text-align: center;
	padding-bottom: 150px;
}

.contents04 .box-inner {
	width: 90%;
	max-width: 1500px;
	background-image: url("top/images/back04.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	border-radius: 30px;
	position: relative;
	margin-top: 90px;
	padding: 90px 6% 50px;
}

.contents04 .box-inner::after {
	content: "どんな時も自分らしく生きられる社会をめざします";
	position: absolute;
left: 10%;
top: 0px;
	background-image: url("top/images/back-text01.png");
background-position: center;
background-repeat: no-repeat;
	background-size: cover;
	width: 80%;
	padding: 20px 0px;
	display: block;
	border-radius: 80px;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
color: #534741;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	margin-top: -35px;
}

.contents04 .box-detail {
	background-color: #FFF;
	border-radius: 25px;
	padding: 30px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents04 .box-detail .box {
	width: 50%;
	padding: 10px 0px;
}

.contents04 .box-detail .box:not(:last-child) {
	border-right-style : solid;
 border-color : rgba(195, 133, 50, 0.5);
border-width : 1px;
}

.contents04 .box-detail .box ul {
	display: inline-block;
}

.contents04 .box-detail .box ul li {
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 500;
	text-align: left;
}

.contents04 .box-detail .box ul li:not(:last-child) {
	margin-bottom: 15px;
}

.contents04 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 46px;
	color: #a67c52;
line-height: 0.9;
letter-spacing: 0.2em;
font-weight: 200;
}

.contents04 h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	color: #a67c52;
letter-spacing: 0.25em;
	font-weight: 400;
	padding: 15px 0px 30px;
}


/* contents05 */

.contents05 {
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}

.contents05 .lay01 {
	width: 100%;
	padding: 70px 0px 90px;
	background-image: url("top/images/back05.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.contents05 .lay01 .box-inner {
	width: 90%;
	max-width: 1500px;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	background-color: #FFF;
}

.contents05 .lay01 .box-img {
	width: 55%;
}

.contents05 .lay01 .box-img img {
	width: 100%;
	height: 540px;
}

.contents05 .lay01 .box-detail {
	flex: 1;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}


.contents05 .lay01 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 70px;
	color: #f3b3cf;
line-height: 1.1;
letter-spacing: 0.1em;
font-weight: 200;
	margin-bottom: 40px;
}

.contents05 .lay01 h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 35px;
	color: #b07c47;
letter-spacing: 0.25em;
	font-weight: 400;
	position: relative;
	padding-bottom: 35px;
}

.contents05 .lay01 h5::before {
	content: "院長";
	display: inline-block;
	padding-right: 30px;
}

.contents05 .lay01 h5::after {
	content: "（こばやし なおこ）";
	position: absolute;
left: 0px;
bottom: 0px;
	display: block;
	font-size: 18px;
	width: 100%;
}

.contents05 .lay02 {
	width: 1140px;
	padding: 60px 0px 120px;
}

.contents05 .lay02 h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	color: #754c24;
letter-spacing: 0.25em;
	font-weight: 400;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.contents05 .lay02 p {
	line-height: 2;
}

.contents05 .lay03 {
	width: 90%;
	max-width: 1500px;
	background-image: url("top/images/back04.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	border-radius: 30px;
	position: relative;
	padding: 90px 6% 50px;
}

.contents05 .lay03::after {
	content: "資格& 略歴";
	position: absolute;
left: 10%;
top: 0px;
	background-image: url("top/images/back-text01.png");
background-position: center;
background-repeat: no-repeat;
	background-size: cover;
	width: 80%;
	padding: 20px 0px;
	display: block;
	border-radius: 80px;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
color: #534741;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	margin-top: -35px;
}

.contents05 .lay03 .box-detail {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents05 .lay03 .box-detail .box {
	width: 49%;
	background-color: #FFF;
	border-radius: 25px;
	padding: 40px 50px 30px;
}

.contents05 .lay03 h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	color: #a67c52;
letter-spacing: 0.25em;
	font-weight: 400;
	margin-bottom: 30px;
}

.contents05 .lay03 p {
	line-height: 2;
	text-align: left;
	font-size: 16px;
}

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


/* contents06 */

.contents06 {
	width: 100%;
	text-align: center;
	margin-bottom: 150px;
	background-image: url("top/images/back05.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	padding: 50px 0px;
}

.contents06 h2, .contents06 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
}

.contents06 h2 {
	display: inline-block;
	padding: 10px 50px;
	background-color: #FFF;
	border-radius: 60px;
}

.contents06 h3 {
	padding: 30px 0px;
}

.contents06 p {
	line-height: 2;
}


/* contents07 */

.contents07 {
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

.contents07 .news-box {
	width: 1000px;
	height: 440px;
}

.contents07 .news-box iframe {
	width: 100%;
	height: 440px;
}

.contents07 .box {
	border-style : solid;
border-color : rgba(173, 161, 173, 0.5);
border-width : 1px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 15px 0px;
}

.contents07 .box:not(:last-child) {
	margin-bottom: 25px;
}

.contents07 .midashi-box h2 {
	display: flex;
    align-items: center;
}

.contents07 .midashi-box h2::before,
.contents07 .midashi-box h2::after {
    content: "";
    height: 15px;
    flex-grow: 1;
    background-color: #f2dbc3;
}

.contents07 .midashi-box h2::before {
    margin-right: 60px;
}

.contents07 .midashi-box h2::after {
    margin-left: 60px;
}

.contents07 .midashi-box h3 {
	color: #004896;
	font-size: 23px;
}

.contents07 h5 {
	width: 150px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	font-size: 16px;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
	border-right-style : solid;
border-color : rgba(173, 161, 173, 0.5);
border-width : 1px;
}

.contents07 h6 {
	padding-top: 50px;
}

.contents07 p {
	flex: 1;
	padding: 20px 30px;
	text-align: left;
	font-size: 16px;
}



.sp-view {
	display: none;
}
