@charset "UTF-8";

#sec01 img,#sec02 img,#sec03 img {
	flex-shrink:unset;
}


/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */

.u-title__page {
    background: #45A9B8;
}

.contents {
    text-align: center;
    background: #faf8f0;
    border-top: 9px solid #45A9B8;
    padding-bottom: 130px;
    margin: 100px auto;
    position: relative;
}


/* ABOUT */
.l-about {
	padding: 220px 0 30px;
}


.l-about .u-flex__column--2S > *:nth-child(1) {
    width: 26%;
    padding: 0;
    margin-right: 5%;
}

.u-flex__column--2S > *:nth-child(2) {
    width: 69%;
	max-width: 576px;
	margin: 0;
	padding: 0;
}

.textColor01 {
	color: #45A9B8;
}

.textBold {
	font-weight: bold;;
}

.textCenter {
	text-align: center;
}

#sec01 {
    margin-bottom: 0;
}

#sec01 .section-wrap:after {
    border-radius: 0 70px 0 0;
}

#sec01 .section-inner {
    padding: 80px 80px 75px 80px;
}

#sec01 .u-text {
    margin-bottom: 50px;
}

#sec01 .flexBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

#sec01 ol {
	counter-reset: number 0;
}

#sec01 ol li {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 0 0.5em 20px 40px;
    text-align: left;
    border-bottom: 1px dotted #45A9B8;
    text-indent: -20px;
}

#sec01 ol li:last-child {
    border-bottom: none;
}

#sec01 ol li:before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #45A9B8;
    vertical-align: middle;
    margin-right: 0.5em;
}

#sec01 .leftArea {
    max-width: 468px;
    padding: 0;
    margin-right: 40px;
    margin-left: -15px;
}

#sec01 .leftArea .u-copy {
	margin-bottom: 45px;
}

#sec01 .rightArea {
	padding: 0;
	margin-top: 95px;
}

#sec01 .textColor01 {
	font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
}

#sec02 .section {
    margin-bottom: 140px;
}

#sec02 .section-wrap:after {
    background-color: #DAEDF1;
    border-radius: 0 0 70px 0;
}

#sec02 .section-inner {
    padding: 80px 160px 20px;
}

#sec02 h2 {
    font-weight: bold;
    font-size: 26px;
    background: none;
    margin: 0 0 35px;
    line-height: 1;
	padding: 0;
}

#sec02 .subTitle {
	font-size: 17px;
	margin-bottom: 60px;
}

#sec02 ul.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 683px;
	margin: 0 auto;
}

#sec02 ul.flexBox li {
	width: 47.5%;
	height: 400px;
	background: #fff;
	border-radius: 5px;
	padding: 20px 40px;
	margin-bottom: 4%;
	display: flex;
    flex-direction: column;
}

#sec02 ul.flexBox li .icon {
    margin-bottom: 5px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sec02 ul.flexBox li .icon img {
	width: auto;
    height: 100%;
}

#sec02 ul.flexBox li .title {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 20px;
}

#sec02 ul.flexBox li .posiBottom {
	margin: auto 0 0;
}

#sec02 ul.flexBox li .kijun {
	text-align: center;
	position: relative;
	z-index: 2;
}

#sec02 ul.flexBox li .kijun:before {
	content:"";
	border-bottom: 1px solid #45A9B8;
	position: absolute;
	width: 100%;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	z-index: 1;
}

#sec02 ul.flexBox li .kijun span {
	background: #45A9B8;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	position: inherit;
	z-index: 2;
	padding: 5px 15px;
    border-radius: 50px;
    line-height: 1;
}

#sec02 ul.flexBox li .text {
    text-align: left;
	margin-bottom: 15px;
}

#sec02 ul.flexBox li .textBold {
    margin-top: 15px;
}

#sec03 .section-inner {
    padding: 80px 80px 40px 80px;
}

#sec03 .subTitle {
	font-size: 17px;
	margin-bottom: 35px;
}

#sec03 .meritTitle {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
	margin-bottom: 60px;
}

#sec03 ul.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

#sec03 ul.flexBox li {
	width: 47.5%;
	background: #DAEDF1;
	border-radius: 10px;
	padding: 40px 40px;
	margin-bottom: 4%;
	position: relative;
}

#sec03 ul.flexBox li .merit {
    background: #fff;
    border: 3px solid #45A9B8;
    color: #45A9B8;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    padding: 5px 25px;
    line-height: 1;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

#sec03 ul.flexBox li .title {
    font-size: 22px;
	border-bottom: 5px solid #45A9B8;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 1;
	font-weight: bold;
}

#sec03 ul.flexBox li:nth-child(5) .title {
	line-height: 1.6;
}

#sec03 ul.flexBox li .textSmall {
	font-size: 11px;
	text-align: left;
	margin-top: 28px;
}

#sec03 ul.flexBox li:last-child img {
	margin-top: 30px;;
}








/* YOUTUBE */
.l-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width:320px) and ( max-width:767px) {


/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
	
    .contents {
        padding-bottom: 80px;
        margin: 55px auto 0;
        overflow: hidden;
    }	
	
	.u-inner {
        width: 94%;
        padding: 0;
    }	
	
	#housingPage {
        padding-bottom: 0px;
    }	
	
	
	
/* ABOUT */
	.l-about {
		padding: 60px 0 0;
	}
	.l-about-inner.u-inner {
		padding: 0 4%;
	}

    .l-about .section-inner {
        padding: 15% 0;
    }
	
	.l-about .u-flex__column--2S > *:nth-child(1) {
		margin-right: 0;
	}	
	
	.section-item-child.u-flexChild15 {
		margin-bottom: 30px;
	}	
	
	#sec01 .section-inner,#sec02 .section-inner,#sec03 .section-inner {
		padding: 15% 8%;
	}
	
	#sec01 .section-wrap:after {
		border-radius: 0 35px 0 0;
	}

	#sec01 .leftArea {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	
	#sec01 .leftArea .u-copy {
		margin: 0 0 25px;
		text-align: center;
		font-size: 16px;
	}	
	
	#sec01 .rightArea {
		padding: 0;
		margin-top: 50px;
		width: 100%;
	}	

	#sec01 ol li {
		margin-bottom: 20px;
		padding: 0 0.5em 20px 40px;
	}	
	
	#sec01 .flexBox {
		margin-bottom: 10px;
	}	
	
	#sec01 .textColor01 {
		font-size: 17px;
	}	
	
	#sec02 h2 {
		font-size: 21px;
		margin: 0 0 25px;
		line-height: 1.4;
	}
	
	#sec02 .section-wrap:after {
		border-radius: 0 0 35px 0;
	}

	#sec02 .subTitle {
		margin-bottom: 40px;
	}	

	#sec02 ul.flexBox li {
		width: 100%;
		height: auto;
		padding: 25px 25px;
		margin-bottom: 30px;
	}	

	#sec02 ul.flexBox li:last-child {
		margin-bottom: 0;
	}		
	
	#sec02 ul.flexBox li .title {
		font-size: 18px;
		margin-bottom: 10px;
	}	

	#sec02 ul.flexBox li .text {
		font-size: 14px;
	}	
	
	#sec03 ul.flexBox li {
		width: 100%;
		margin-bottom: 50px;
		padding: 30px 25px 25px;
	}
	
	#sec03 .subTitle {
		margin-bottom: 25px;
	}
	
	#sec03 .meritTitle {
		font-size: 20px;
		margin-bottom: 50px;
	}	
	
	#sec03 ul.flexBox li .merit {
		font-size: 15px;
	}

	#sec03 ul.flexBox li .title {
		font-size: 18px;
		border-bottom: 3px solid #45A9B8;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}	

	#sec03 ul.flexBox li:last-child img {
		margin-top: 0;
	}	

	#sec03 ul.flexBox li:last-child {
		margin-bottom: 0;
	}		
	
	
	
	

}







@media screen and (min-width:768px) and ( max-width:820px) {

	.section-inner {
			padding: 10% 0;
	}	
	
	.requestBnr .pc {
		display: block!important;
	}
	
	.requestBnr {
        width: 94%;
        margin: 40px auto 40px;
    }
	
	.requestBnr img {
        width: 100%;
    }	
	
	#sec01 .leftArea {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	
	#sec01 .leftArea .u-copy {
		text-align: center;
	}	
	
	#sec01 .rightArea {
		padding: 0;
		margin-top: 50px;
		width: 100%;
	}	
	
	#sec02 .section-inner {
		padding: 80px 6% 20px;
	}
	
	#sec02 ul.flexBox li {
		height: auto;
		padding: 20px 35px;
	}

	#sec02 ul.flexBox li .text {
		font-size: 14px;
	}	
	
	#sec02 ul.flexBox li .title {
		font-size: 19px;
	}	
	
	#sec03 ul.flexBox li {
		padding: 20px 35px;
	}
	
	#sec03 .section-inner {
        padding: 80px 6% 20px;
    }	
	
	
	
}

@media screen and (min-width:821px) and ( max-width:1024px) {

#sec01 .leftArea {
    max-width: 400px;
    margin-right: 25px;
}
	
#sec02 .section-inner {
    padding: 80px 8% 20px;
}
	
#sec02 ul.flexBox {
    max-width: 100%;
}
	
	
	

}