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


.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
	z-index: 100000000;
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: left;
z-index: 1000000000;
padding: 50px;
	width: 920px;
}

.layer_board .box-in {
	overflow: auto;
}

.layer_board .box-box {
	height: 240px;
}

.layer_board h6 {
	font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 28px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
	text-align: center;
}

.layer_board p {
margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.layer_board p span {
	color: #4066a5;
	font-weight: bold;
}

.btn_close {
display: block;
text-decoration: none;
background: #000;
color: #fff;
text-align: center;
padding: 20px 40px;
width: 200px;
margin: 0 auto
}


.header-left {
	display: block;
}

.header-left h1 img {
	height: 80px;
	transition: .5s;
}

.hidden .header-left h1 img {
	height: 125px;
	transition: .5s;
}


#main-img-top::before {
left: 20px;
top: 155px;
	font-size: 24px;
}



/* main-img-top */

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

#main-img-top > img {
	width: 100%;
height: 1000px;
	object-fit: cover;
}

/* title-box-top */

.title-box-top {
	position: absolute;
   top: 80%;
   left: 50%;
   -webkit-transform: translate(-50%, -80%);
   transform: translate(-50%, -80%);
	width: 96%;
	text-align: left;
}





/* contents-top */

.contents-top {
	width: 100%;
}

/* contents01 */

.contents01 {
	width: 100%;
	height: 1000px;
	background-image: url("top/images/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.contents01 .box-in {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 85%;
}

.contents01 p, .contents02 p, .contents03 p {
	color: #231815;
	line-height: 2.2;
}

.contents01 p {
	padding-top: 45px;
	width: 700px;
}



/* contents02 */

.contents02 {
	width: 100%;
	display: flex;
  justify-content: space-between;
}

.contents02 > div {
	width: 47.5%;
}

.contents02 .box01 {
	text-align: right;
	background-image: url("top/images/back02.png");
background-position: right center;
background-repeat: no-repeat;
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.contents02 .box02 {
	padding: 140px 0px;
}






/* contents03 */

.contents03 {
	display: flex;
  justify-content: space-between;
}

.contents03 > div {
	width: 50%;
	height: 1000px;
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
	padding-top: 130px;
}

.contents03 .box01 {
	background-image: url("top/images/back03.jpg");
}

.contents03 .box02 {
	background-image: url("top/images/back04.jpg");
}

.contents03 h3, .contents03 p {
	width: 620px;
	margin: auto;
}

.contents03 h3 {
	font-size: 51px;
color: #FFF;
line-height: 1.4;
font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.contents03 p {
color: #FFF;
	position: relative;
}

.contents03 .box01 p::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/back03a.png");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 433px;
	margin-bottom: -470px;
}

.contents03 .box02 p::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("top/images/back04a.png");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 466px;
	height: 356px;
	margin-bottom: -360px;
	margin-right: -40px;
}


/* contents04 */

.contents04 {
	width: 100%;
	height: 996px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	background-image: url("top/images/back05.jpg");
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
}

.contents04 .box01 {
	width: 55%;
	text-align: center;
	padding: 160px 0px;
}

.contents04 .box01 h2 {
	position: relative;
	width: 657px;
	margin: auto;
}

.contents04 .box01 h2::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("top/images/icon01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 203px;
	height: 175px;
	margin-right: -60px;
	margin-top: -10px;
}

.contents04 .box02 {
	flex: 1;
}

.contents04 h3, .contents04 h4, .contents04 h5, .contents04 h6 {
	line-height: 1.2;
font-weight: 400;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.contents04 h3 {
	font-size: 28px;
color: #4066a5;
	margin-bottom: 20px;
}

.contents04 h4 {
	font-size: 35px;
color: #4066a5;
	margin-right: 20px;
}

.contents04 h5 {
	font-size: 23px;
color: #81b1df;
}

.contents04 h6 {
	font-size: 28px;
color: #603813;
	margin-bottom: 30px;
}

.contents04 .box {
	margin-bottom: 30px;
	display: flex;
  justify-content: flex-start;
	align-items: center;
}

.contents04 table td {
line-height: 1.6;
	padding: 5px 0px;
}

.contents04 table td:first-child {
	white-space: nowrap;
	padding-right: 20px;
}

.contents04 p {
	line-height: 2.2;
}

.contents04 p br.sp-view {
}

.contents04 .box001 {
	margin-bottom: 60px;
}


/* dfbox */

 .dfbox{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 92%;
    margin-bottom: 30px;
}


.dfbox .doctors-file{
    display: flex;
    width:1008px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    align-content: center;
    gap:10px;
}







/* contents05 */

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

.contents05 > div {
	width: 50%;
	height: 1000px;
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
}

.contents05 .box01 {
	background-image: url("top/images/back06.jpg");
	padding-top: 160px;
}

.contents05 .box02 {
	background-image: url("top/images/back07.jpg");
}

.contents05 .box03 {
	background-image: url("top/images/back08.jpg");
}

.contents05 .box04 {
	background-image: url("top/images/back09.jpg");
	padding-top: 160px;
}

.contents05 h3, .contents05 p {
	width: 620px;
	margin: auto;
}

.contents05 h3 {
	font-size: 50px;
color: #FFF;
line-height: 1.4;
font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.contents05 .box01 h3, .contents05 .box02 h3 {
	font-size: 46px;
}

.contents05 p {
color: #FFF;
}

.contents05 .box02 h3, .contents05 .box02 p, .contents05 .box03 h3, .contents05 .box03 p {
	width: auto;
	color: #42210b;
}

.contents05 .box02 p, .contents05 .box03 p {
	width: 90%
}

.contents05 .box02, .contents05 .box03 {
	padding: 80px 4%;
}

.contents05 .box02 .box-in, .contents05 .box03 .box-in {
	background-color: rgba(255,255,255,0.85);
	padding: 60px 5%;
	height: 100%;
}

.contents05 .box02 .box-in, .contents05 .box04 .box-in {
	position: relative;
}

.contents05 .box02 .box-in::after {
	content: "";
	position: absolute;
right: 30px;
bottom: 0px;
	background-image: url("top/images/back07a.png");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 201px;
	height: 460px;
	margin-bottom: -80px;
}

.contents05 .box04 .box-in::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/back09a.png");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 360px;
	margin-bottom: -400px;
}


/* contents06 */

.contents06 {
	width: 100%;
	height: 1000px;
	text-align: center;
	background-image: url("top/images/back10.jpg");
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.contents06 .box-in {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
}

.contents06 .box-in p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
color: #42210b;
line-height: 2.5;
letter-spacing: 0.15em;
	padding-top: 70px;
}


.contents06 h3, .contents06 h4, .contents07 h3, .contents07 h4, .contents08 h3, .contents08 h4, .contents13 h3, .contents13 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.2;
	font-weight: 400;
}

.contents06 h3, .contents07 h3, .contents08 h3, .contents13 h3 {
	font-size: 50px;
color: #4066a5;
}

.contents06 h4, .contents07 h4, .contents08 h4, .contents13 h4 {
	font-size: 28px;
color: #81b1df;
	letter-spacing: 0.05em;
	margin: 10px 0px 0px;
}

.contents07 h4 {
color: #dfd3c5;
}

.contents08 h4 {
color: #FFF;
}

.contents13 h3, .contents13 h4 {
color: #FFF;
}



/* contents07 */

.contents07 {
	width: 100%;
	padding: 120px 0px 180px;
	background-image: url("top/images/back11.jpg");
background-position: center center;
background-repeat: no-repeat;
	text-align: center;
}

.contents07 h3 {
letter-spacing: 0.4em;
}

.contents07 .box-in {
	width: 900px;
	background-color: rgba(255,255,255,0.85);
	border-style : solid;
border-color : #81b1df;
border-width : 1px;
	border-radius: 20px;
	padding: 60px 70px;
	text-align: left;
	margin-top: 40px;
}

.contents07 h5 {
	font-size: 20px;
color: #4066a5;
line-height: 1.4;
letter-spacing: 0.1em;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}

.contents07 .box {
	position: relative;
	height: 50px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	margin-left: 70px;
	margin-bottom: 30px;
}

.contents07 .box:last-child {
	margin-bottom: 0px;
}

.contents07 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 50px;
	margin-left: -70px;
}

.contents07 .box:nth-child(1)::before {
	background-image: url("top/images/p01.svg");
}

.contents07 .box:nth-child(2)::before {
	background-image: url("top/images/p02.svg");
}

.contents07 .box:nth-child(3)::before {
	background-image: url("top/images/p03.svg");
}

.contents07 .box:nth-child(4)::before {
	background-image: url("top/images/p04.svg");
}

.contents07 .box:nth-child(5)::before {
	background-image: url("top/images/p05.svg");
}



/* contents08 */

.contents08 {
	width: 100%;
	padding: 120px 0px 160px;
	background-image: url("top/images/back12.png");
background-position: center center;
background-repeat: no-repeat;
	text-align: center;
	background-color: #81b1df;
}

.contents08 h4 {
	margin-bottom: 40px;
}

.contents08 .box-in {
	width: 700px;
}

.contents08 .box {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #0f1662;
}

.contents08 .box:last-child {
	margin-bottom: 0px;
}

.contents08 h5 {
	padding: 15px 0px;
	font-size: 23px;
color: #FFF;
line-height: 1.2;
	background-color: #204096;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}

.contents08 p {
	padding: 15px 30px;
	font-size: 20px;
color: #FFF;
line-height: 1.4;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
}


.contents08 a {
	color: orange;
}


/* contents09 */

.contents09 {
	width: 100%;
	text-align: center;
	background : rgba(129, 177, 223, 0.1);
	padding-top: 90px;
	padding-bottom: 90px;
}

div.contents09 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.contents09 h3, .contents09 h4, .contents09 h5, .contents09 a, .contents13 a {
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	color: #4066a5;
}

.contents09 h3 {
	font-size: 40px;
letter-spacing: 0.1em;
	margin-bottom: 60px;
}

.contents09 a h4 {
	font-size: 30px;
	margin-bottom: 15px;
}

.contents09 a p {
	font-size: 16px;
	color: #231815;
	line-height: 1.6;
	text-align: left;
}

.contents09 h5 {
	font-size: 40px;
letter-spacing: 0.1em;
	margin-bottom: 60px;
}


.contents09 .box01 {
	margin-bottom: 70px;
	width: 1120px;
}

.contents09 .box01 .box {
	margin-bottom: 35px;
}

.contents09 .box01 .box:last-child {
	margin-bottom: 0px;
}

.contents09 .box01 .box a {
	display: block;
	background-color: #FFF;
	padding: 25px 80px;
	border-radius: 100px;
	border-style : solid;
border-color : #4066a5;
border-width : 1px;
	background-image: url("common/images/link-arrow01.svg");
background-position: right 65px center;
background-repeat: no-repeat;
}


.contents09 .box02 p {
	width: 1000px;
	margin: auto;
	text-align: left;
}

.contents09 .box03 ul, .contents13 .box03 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.contents09 .box03 ul li, .contents13 .box03 ul li {
	margin: 0px 15px;
}

.contents09 .box03 ul li a, .contents13 .box03 ul li a {
	font-size: 32px;
	display: block;
	border-radius: 60px;
	padding: 15px 0px;
	width: 340px;
background-position: right 30px center;
background-repeat: no-repeat;
}

.contents09 .box03 ul li a, .contents13 .box03 ul li a {
	background-color: #FFF;
	background-image: url("common/images/link-arrow01.svg");
	background-size: auto 30px;
}

.contents13 .box03 ul li a {
	background-color: #4066a5;
	background-image: url("common/images/link-arrow02.svg");
	color: #FFF;
}

.contents09 .box03 {
	padding: 35px 0px;
	background-color: #81b1df;
}

.contents13 .box03 {
	padding-top: 40px;
}

/* contents11 */

.contents11 {
	padding: 90px 0px;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents11 .box01 {
	margin-right: 100px;
}

.contents11 .box02 {
	width: 730px;
}


/*news-box*/
.news-box {
	width: 100%;
}

.news-box .news {
	height: 280px;
	clear: both;
	width: 100%;
}

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


/* contents13 */

.contents13 {
	background-image: url("top/images/back13.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	padding: 65px 0px;
	text-align: center;
}

.contents13 h3 {
	letter-spacing: 0.15em;
	font-size: 42px;
}

.contents13 .box-in {
	width: 990px;
	padding: 40px 40px;
	border-radius: 25px;
	background-color: #FFF;
	margin-top: 40px;
}

.contents13 .box-in p {
	font-size: 20px;
color: #008a7e;
line-height: 2.2;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: left;
}



.sp-view {
        display: none;
    }

@media screen and (min-width: 737px) {


	
}
