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

article { position: relative;}

.firstpass-container {
	position: relative;
	width: 95%;
	max-width: 1210px;
	margin: 0 auto; margin-left: auto; margin-right: auto;
	text-align: left;
}

.firstpass-title {
	position: relative;
	width: 70%;
	height: 120px;
	border-radius: 60px;
	margin-left: auto; margin-right: auto;
	font-size: 38px;
	color: #FFF;
	background: #00A0E9;
}
.firstpass-title.back-oran { background: #F18A3E;}
.firstpass-title>span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	transform : translateY(-50%);
}
@media screen and (max-width:1050px){
.firstpass-title { width: 725px;}
}
@media screen and (max-width:800px){
.firstpass-title { width: 90%; font-size: -webkit-calc( 100vw / 21); font-size: calc( 100vw / 21);}
}
@media screen and (max-width:650px){
.firstpass-title, .firstpass-title .f135 { font-size: -webkit-calc( 100vw / 16); font-size: calc( 100vw / 16);}
}

.firstpass .f-blue { color: #00A0E9;}


/* -------------------------------------------- */
/* firstpass01 */
/* -------------------------------------------- */

.firstpass01 {
	position: relative;
	color: #000;
	background: #00A0E9;
	z-index: 1;
}
.firstpass01:before {
	position: absolute;
	top: -1.5vw;
	right: 0;
	content: "";
	width: 85vw;
	padding-top: 52vw;
	background: url(../img/firstpass/firstpass01.jpg) no-repeat top right;
	background-size: cover;
	border-radius: 10% 0 0 80% / 40% 0 0 80%;
	z-index: 2;
}

.firstpass01 h2 { position: relative; display: table; width: auto; padding: 2.5em 0 1.8em; text-align: center; color: #036; font-size: 24px;}
.firstpass01 h2 span { position: relative; display: block;}
.firstpass01 h2 span:nth-child(2) { position: relative; left: 0.15em; margin-bottom: 0.5em; font-size: 220%;}
.firstpass01 h2 span:nth-child(2):after {
	content: "\0ae";
	font-size: 40%;
	vertical-align: top;
}
.firstpass01 h2 span:nth-child(3) {
	position: relative;
	text-align: left;
}
.firstpass01 h2 span:nth-child(3) span {
	position: relative;
	display: inline;
	left: 0.5em;
	line-height: 1.5;
	font-size: 160%;
	color: #000;
	font-weight: normal;
	background: url(../img/firstpass/firstpass09.png) no-repeat bottom left;
	background-size: contain;
}

.firstpass01 .firstpass-container { position: relative; z-index: 3;}


.firstpass01 .back-oran {
	display: inline-block;
	line-height: 2em;
	height: 2em;
	padding: 0 1.2em;
	font-size: 180%;
	border-radius: 1em
}
.firstpass01 .overflow .f-wh { font-size: 66px;}
.firstpass01 .overflow .f-wh span { font-size: 12px; font-weight: normal; opacity: 75%;}


@media screen and (min-width:1050px){
.firstpass01:before {
	width: 70vw;
	padding-top: 43vw;
}
.firstpass01 h2 span:nth-child(1), .firstpass01 h2 span:nth-child(2) { color: #FFF;}
.firstpass01 .li-disc-gy { float: left;}
}
@media screen and (min-width:1210px){
.firstpass01:before {
	width: 851px;
	padding-top: 520px;
}
}
@media screen and (max-width:650px){
.firstpass01:before {
	position: absolute;
	top: -1.5vw;
	right: -2vw;
	content: "";
	width: 104vw;
	padding-top: 104vw;
	background: url(../img/firstpass/firstpass01.jpg) no-repeat top left;
	background-size: cover;
	border-radius: 0 0 50% 50% / 0 0 10% 10%;
	z-index: 2;
}
.firstpass01 h2 { margin-left: auto; margin-right: auto; font-size: -webkit-calc( 100vw / 21); font-size: calc( 100vw / 21);}
.firstpass01 .li-disc-gy { display: table; margin-left: auto; margin-right: auto; font-size: 100%;}
.firstpass01 .back-oran { font-size: -webkit-calc(100vw / 22); font-size: calc(100vw / 22);}
.firstpass01 .overflow .f085 span { display: inline-block;}
.firstpass01 .overflow .f-wh { font-size: -webkit-calc(100vw / 10); font-size: calc(100vw / 10);}
.firstpass01 .overflow .f-wh span { font-size: 40%;}
}

/* -------------------------------------------- */
/* firstpass02 */
/* -------------------------------------------- */

.firstpass02 {
	position: relative;
	width: 95%;
	max-width: 1210px;
	margin-left: auto; margin-right: auto;
	padding: 40px 20px;
	border-radius: 50px;
	box-sizing: border-box;
}
.firstpass02:before {
	position: absolute;
	top: -98px;
	left: -webkit-calc( 50% - 50px); left: calc( 50% - 50px);
	content: "";
	border: 50px solid transparent;
	border-bottom-color: #666;
}

/* -------------------------------------------- */
/* firstpass03 */
/* -------------------------------------------- */

.firstpass03 section { position: relative; display: table; margin-bottom: 60px;}
.firstpass03 img.left {
	width: 28vw;
	margin-right: 3vw;
	border-radius: 14vw;
}
.firstpass03 .overflow {
	display: table-cell;
	min-height: 28vw;
	padding: 1em 9.5vw;
	vertical-align: middle;
	border-radius: 14vw;
	box-sizing: border-box;
}
.firstpass03 .overflow li {
	position: relative;
	margin-bottom: 0.6em;
	padding-left: 1.3em;
}
.firstpass03 .overflow li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.firstpass03 .overflow li span { display: inline-block;}
@media screen and (min-width:1210px){
.firstpass03 img.left {
	width: 280px;
	margin-right: 30px;
	border-radius: 140px;
}
.firstpass03 .overflow {
	min-height: 280px;
	padding: 1em 110px;
	vertical-align: middle;
	border-radius: 140px;
	box-sizing: border-box;
}
}
@media screen and (max-width:650px){
.firstpass03 section { position: relative; display: block; margin-bottom: 30px;}
.firstpass03 img.left {
	float: none;
	width: 40vw;
	border-radius: 50%;
}
.firstpass03 .overflow {
	position: relative;
	display: block;
	top: -8vw;
	left: 6%;
	width: 94%;
	min-height: auto;
	padding: 2.5em 3em 2em;
	vertical-align: middle;
	border-radius: 3vw;
	box-sizing: border-box;
	background: rgba(240,240,240,0.75)
}

}

/* -------------------------------------------- */
/* firstpass04 */
/* -------------------------------------------- */

.firstpass04 {
	display: table;
	max-width: 900px;
	margin-left: auto; margin-right: auto;
	font-size: 180%;
}
@media screen and (max-width:650px){
.firstpass04 {
	font-size: 140%;
}
}
/* -------------------------------------------- */
/* firstpass05 */
/* -------------------------------------------- */

.firstpass05 section {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 40px;
	padding: 30px 5px;
	text-align: center;
	border: 8px solid #FFD093;
	box-sizing: border-box;
	border-radius: 20px;
}
.firstpass05 section h4 {
	margin-bottom: 0.4em;
	font-size: 220%;
	color: #F18A3E;
}
.firstpass05 section i { color: #00A0E9;}
.firstpass05 section:nth-child(1) p { line-height: 1; font-size: 90px;}
.firstpass05 section:nth-child(2) p { line-height: 1; font-size: 80px;}
.firstpass05 section:nth-child(2) p i { vertical-align: top;}

.firstpass05 section ul {
	display: table;
	margin-left: auto; margin-right: auto;
	text-align: left;
	font-size: 120%;
}

@media screen and (min-width:768px){
.firstpass05 {
	display: flex;
	flex-wrap: nowrap;
	width: 92%;
	max-width: 950px;
	margin-left: auto; margin-right: auto;
}
.firstpass05 section {
	width: 100%;
	max-width: 100%;
}
.firstpass05 section:nth-child(1) { margin-right: 6%;}
}


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

}
@media screen and (min-width:769px) and (max-width:960px){

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

}
@media screen and (max-width:600px){
}
