@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.nurse,.childcare {
	font-family: "LINE Seed JP App_OTF";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*white
———————————————————————————————————————————————————————————————————*/
.white.type2{
	color: #626262;
}
.nurse .white .type2__title p{
    color: #86BDC9;
	opacity: 0.2;
}
.childcare .white .type2__title p{
    color: #C986A2;
	opacity: 0.2;
}
.white .type2__subtitle h3{
	border-bottom: 2px solid #626262;
}

/*blue
———————————————————————————————————————————————————————————————————*/
.blue.type2{
	background-color: #67ADBC;
	color: #fff;
}
.blue .type2__title p{
    color: #fff;
	opacity: 0.25;
}
.blue .type2__subtitle h3{
	border-bottom: 2px solid #fff;
}

/*lightblue
———————————————————————————————————————————————————————————————————*/
.lightblue.type2{
	background-color: #E1EFF2;
	color: #626262;
}
.lightblue .type2__title p{
    color: #86BDC9;
	opacity: 0.2;
}
.lightblue .type2__subtitle h3{
	border-bottom: 2px solid #626262;
}

/*pink
———————————————————————————————————————————————————————————————————*/
.pink.type2{
	background-color: #C986A2;
	color: #fff;
}
.pink .type2__title p{
    color: #fff;
	opacity: 0.25;
}
.pink .type2__subtitle h3{
	border-bottom: 2px solid #fff;
}

/*lightpink
———————————————————————————————————————————————————————————————————*/
.lightpink.type2{
	background-color: #F2E1ED;
	color: #626262;
}
.lightpink .type2__title p{
    color: #C986A2;
	opacity: 0.2;
}
.lightpink .type2__subtitle h3{
	border-bottom: 2px solid #626262;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type2 {
	position: relative;
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.type2 {
		padding: 56px 0;
	}
}
@media only screen and (max-width: 768px) {
	.type2 {
		padding: 40px 0;
	}
}

/*title
———————————————————————————————————————————————————————————————————*/
.type2__title{
	position: relative;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 48px;
}
.type2__title p{
    font-family: 'DIN 2014';
    font-weight: 700;
    font-size: 80px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.type2__title h2{
	position: absolute;
	width: 100%;
	top: 64px;
	left: 50%;
	transform: translate(-50%,0);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
	.type2__title{
		margin: 0 auto 40px;
	}
	.type2__title p{
		font-size: 72px;
	}
	.type2__title h2{
		top: 56px;
	}
}
@media only screen and (max-width: 768px) {
	.type2__title{
		margin: 0 auto 32px;
	}
	.type2__title p{
		font-size: 56px;
	}
	.type2__title h2{
		top: 48px;
		font-size: 20px;
	}
}

/*subtitle
———————————————————————————————————————————————————————————————————*/
.type2__subtitle{
	position: relative;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 36px;
}
.type2__subtitle h3{
	display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	padding-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
	.type2__subtitle{
		margin: 0 auto 32px;
	}
}
@media only screen and (max-width: 768px) {
	.type2__subtitle{
		margin: 0 auto 24px;
	}
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type2__inner1 {
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
}
.type2__inner2 {
	max-width: 647px;
	margin: 0 auto;
}
.type2__inner3 {
	max-width: 335px;
	margin: 0 auto;
}
.type2__inner4 {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.type2__inner1 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.type2__inner2 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.type2__inner3 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
}

/*flex
———————————————————————————————————————————————————————————————————*/
.type2__flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type2__flex2 > div {
	max-width: 315px;
	width: 48.837209302%;
}
.type2__flex3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type2__flex3 > div {
	max-width: 315px;
	width: 32.241555783%;
}
.type2__flex4 {
	display: flex;
	justify-content: start;
	align-items: stretch;
}
.type2__flex4 > div {
	max-width: 232px;
	width: 23.746161719%;
	margin-right: 1.67178437467%;
}
.type2__flex4 > div:nth-of-type(4n){
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.type2__flex3 {
		flex-wrap: wrap;
	}
	.type2__flex3 > div {
		max-width: 100%;
		width: 48.686244204%;
	}
	.type2__flex3 > div:nth-of-type(3) {
		margin: 40px auto 0;
	}
	.type2__flex4 {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.type2__flex4 > div {
		max-width: 100%;
		width: 48.686244204%;
		margin-right: 0;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.type2__flex2 {
		display: block;
	}
	.type2__flex2 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.type2__flex2 > div:last-of-type {
		margin: 0;
	}
	.type2__flex3 {
		display: block;
	}
	.type2__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.type2__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}

/*text・image
———————————————————————————————————————————————————————————————————*/
.type2__inner2--text{
	text-align: center;
}
.type2__inner2--text p{
	font-weight: 700;
}
.type2__image.scrool {
	overflow: scroll;
}
@media only screen and (max-width: 768px) {
	.type2__inner2--text{
		margin-bottom: 32px;
	}
	.type2__image.scrool img{
		width: 640px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
	position: relative;
}
.fv .type1__inner4 {
	position: absolute;
	bottom: 20px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.fv .type1__inner4 div {
	display: flex;
	-webkit-animation: slider__left 20s linear infinite;
	animation: slider__left 20s linear infinite;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slider__left;
}
.fv .type1__inner4 div img {
	min-width: 208px;
	height: 120px;
	border-radius: 20px;
	margin-right: 10px;
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}
.fv img.pc{
	display: block;
}
.fv img.tab--sp{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.fv img.pc{
		display: none;
	}
	.fv img.tab--sp{
		display: block;
	}		
}
@media only screen and (max-width: 768px) {
	.fv .type1__inner4 div img {
		min-width: 120px;
		height: 70px;
		border-radius: 8px;
		margin-right: 8px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta__1{
	width: 100%;
	padding: 40px 0;
}
.nurse .cta__1{
	background: #E1EFF2;
}
.childcare .cta__1{
	background: #F2E1ED;
}
.cta__2{
	width: 100%;
	padding: 40px 0;
}
.nurse .cta__2{
	background: #67ADBC;
}
.childcare .cta__2{
	background: #C986A2;
}

.cta__1 img,.cta__2 img{
	width: 24.888888888%;
	min-width: 280px;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	message
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.message .type2__title h2{
    font-size: 36px;
}
.message .type2__inner2--text{
	text-align: left;
}
.message .type2__inner2--text p{
    line-height: 2;
}
.message .type2__inner2--text p span{
	font-weight: 700;
	font-size: 20px;
}
.nurse .message .type2__inner2--text p span{
	background: linear-gradient(transparent 64%, #E1CDE1 64%);
}
.childcare .message .type2__inner2--text p span{
	background: linear-gradient(transparent 64%, #86BDC9 64%);
}
@media only screen and (max-width: 1024px) {
	.message .type2__title h2{
		font-size: 28px;
	}
	.message .type2__inner2--text p span{
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.message .type2__title h2{
		font-size: 24px;
	}
	.message .type2__inner2--text p{
		font-size: 14px;
	}
	.message .type2__inner2--text p span{
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.problem .type2__flex3{
	align-items: stretch;
	flex-wrap: wrap;
}
.problem .type2__flex3 img{
	margin-bottom: 16px;
}
.problem .type2__flex3 p{
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.problem .type2__flex3 > div {
		max-width: 100%;
		width: 32.241555783%;
	}
	.problem .type2__flex3 > div:nth-of-type(3){
		margin: 0;
	}
	.problem .type2__flex3 p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.problem .type2__flex3{
		display: flex;
	}
	.problem .type2__flex3 p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reasons
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reasons .type2__flex3{
	align-items: stretch;
}
.reasons .type2__flex3 div{
	background: #fff;
	text-align: center;
	padding-bottom: 20px;
	border-radius: 20px 20px 4px 4px;
    box-shadow: 4px 4px 0px rgba(34, 34, 34, 0.2);
}
.reasons .type2__flex3 img{
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
}
.reasons .type2__flex3 h3{
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
	padding: 0 14px;
	margin-bottom: 12px;
}
.nurse .reasons .type2__flex3 h3{
	color: #86BDC9;
}
.childcare .reasons .type2__flex3 h3{
	color: #C986A2;
}
.reasons .type2__flex3 p{
	color: #222;
    font-size: 12px;
    line-height: 1.8;
	padding: 0 14px;
}
@media only screen and (max-width: 768px) {
	.reasons .type2__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
}

.reasons .type2__flex4 div{
	background: #fff;
	text-align: center;
	border-radius: 20px 20px 4px 4px;
    box-shadow: 4px 4px 0px rgba(34, 34, 34, 0.2);
}
.reasons .type2__flex4 img{
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
}
.reasons .type2__flex4 h3{
	color: #86BDC9;
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
	padding: 0 14px;
	margin-bottom: 12px;
}
.reasons .type2__flex4 p{
	color: #222;
    font-size: 12px;
    line-height: 1.8;
	padding: 0 14px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.reasons .type2__flex4 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	beforeafter
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 768px) {
	.beforeafter .type2__title p {
		font-size: 40px;
	}
	.beforeafter .type2__title h2 {
		top: 32px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.program .program__text--1{
	background: #fff;
	border: 1px solid #626262;
	border-radius: 40px;
	box-shadow: 4px 4px 0px rgba(34, 34, 34, 0.2);
	padding: 40px;
	margin-bottom: 36px;
}
.program .program__text--1 p{
	color: #626262;
	margin-bottom: 16px;
}
.program .program__text--1 p:last-of-type{
	margin-bottom: 0;
}
.program .program__text--2{
	text-align: left;
	margin-bottom: 36px;
}
.program .program__text--2 p{
	color: #fff;
	margin-bottom: 16px;
}
.program .program__text--2 p:last-of-type{
	margin-bottom: 0;
}
.program .type2__image{
	margin-bottom: 36px;
}
.program .type2__flex4{
	flex-wrap: wrap;
}
.program .type2__flex4 div{
	margin-bottom: 40px;
}
.program .type2__flex4 img{
	border-radius: 20px;
	margin-bottom: 10px;
}
.program .type2__flex4 h4{
	text-align: center;
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.program .program__text--1{
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 24px;
	}
	.program .program__text--2{
		margin-bottom: 24px;
	}
	.program .type2__image{
		margin-bottom: 24px;
	}
	.program .type2__flex4 div{
		margin-bottom: 16px;
	}
	.program .type2__flex4 img{
		border-radius: 8px;
	}
	.program .type2__flex4 h4{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.program .type2__flex4 p{
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	facility
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.facility .facility__block{
	margin-bottom: 48px;
}
.facility .facility__title{
	position: relative;
	max-width: 100%;
	text-align: center;
}
.facility .facility__title p:nth-of-type(1){
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 24px;
}
.nurse .facility .facility__title p:nth-of-type(1){
	color: #67ADBC;
}
.childcare .facility .facility__title p:nth-of-type(1){
	color: #C986A2;
}
.facility .facility__title p:nth-of-type(2){
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
	margin-bottom: 24px;
}
.facility .type2__flex4{
	flex-wrap: wrap;
}
.facility .type2__flex4 img{
	border-radius: 20px;
	margin-bottom: 24px;
}
.facility .type2__inner2--text{
	text-align: center;
	margin-bottom: 24px;
}
.facility .type2__inner2--text p{
	font-weight: 400;
}
.facility .type2__inner2--text.attention p{
	font-size: 10px;
}
.facility .type2__flex3{
	align-items: stretch;
}
.facility .type2__flex3 > div{
	padding: 12px;
}
.nurse .facility .type2__flex3 > div{
	background: #E1EFF2;
}
.childcare .facility .type2__flex3 > div{
	background: #F2E1ED;
}

.facility .type2__flex3 > div > p{
	font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
	margin-bottom: 8px;
}
.facility .type2__flex3 > div > div > p{
	position: relative;
	font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
	padding-left: 8px;
	margin-bottom: 4px;
}
.facility .type2__flex3 > div > div > p:before{
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: #626262;
    height: 4px;
    width: 4px;
	border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
	.facility .type2__flex4 > div {
		max-width: 100%;
		width: 23.746161719%;
		margin-bottom: 0;
	}
	.facility .type2__flex4 img{
		border-radius: 20px;
		margin-bottom: 16px;
	}
	.facility .type2__flex3 > div {
		max-width: 100%;
		width: 32.241555783%;
	}
	.facility .type2__flex3 > div:nth-of-type(3){
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.facility .facility__block{
		margin-bottom: 24px;
	}
	.facility .type2__flex4 img{
		border-radius: 8px;
	}
	.facility .type2__flex3{
		display: flex;
	}
	.facility .type2__flex3 > div{
		margin-bottom: 0;
	}
	.facility .type2__flex3 > div > p{
		font-size: 12px;
	}
	.facility .type2__flex3 > div > div > p{
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.price .type2__inner3 .type2__image{
	margin-bottom: 48px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	visa
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.visa .type2__inner2--text{
	text-align: left;
	margin-bottom: 48px;
}
.visa .type2__inner2--text p{
	font-weight: 400;
	margin-bottom: 36px;
}
.visa .type2__inner2--text p span{
	font-weight: 700;
}
.visa .type2__inner2--text p:last-of-type{
	margin-bottom: 0;
}
.visa .type2__image{
	margin-bottom: 36px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support .type2__flex3{
	align-items: stretch;
}
.support .type2__flex3 > div{
	color: #626262;
	background: #fff;
	padding: 20px;
}
.support .type2__flex3 > div > p{
	text-align: center;
	font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 24px;
}
.support .type2__flex3 > div > img{
	max-width: 80px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.support .type2__flex3 > div > div > p{
	position: relative;
	font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
	padding-left: 22px;
	margin-bottom: 10px;
}
.support .type2__flex3 > div > div > p:last-of-type{
	margin-bottom: 0;
}
.support .type2__flex3 > div > div > p:before{
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-repeat: no-repeat;
    background-size: contain;
	width: 12px;
	height: 7.58px;
}
.nurse .support .type2__flex3 > div > div > p:before{
	background-image: url(/wp-content/themes/cebuway__theme/images/profession-page/nurse/support__icon--arrow.svg);
}
.childcare .support .type2__flex3 > div > div > p:before{
	background-image: url(/wp-content/themes/cebuway__theme/images/profession-page/childcare/support__icon--arrow.svg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	guarantee
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.guarantee .type2__image{
	margin-bottom: 36px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	request
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.request .type2__inner2{
	background: #fff;
	border-radius: 2px;
	padding: 40px;
}
.request .type2__flex2{
	margin-bottom: 40px;
}
.request .type2__flex2:last-of-type{
	margin-bottom: 0;
}
.request .type2__flex2 > div:nth-of-type(1){
	max-width: 80px;
	width: 14.285714285%;
}
.request .type2__flex2 > div:nth-of-type(1) p{
	font-weight: 700;
    font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
}
.nurse .request .type2__flex2 > div:nth-of-type(1) p{
	color: #86BDC9;
}
.childcare .request .type2__flex2 > div:nth-of-type(1) p{
	color: #C986A2;
}
.request .type2__flex2 > div:nth-of-type(2){
	max-width: 444px;
	width: 79.285714285%;
}
.request .type2__flex2 > div:nth-of-type(2) p:nth-of-type(1){
	font-weight: 700;
    font-size: 20px;
	margin-bottom: 8px;
}
.request .type2__flex2 > div:nth-of-type(2) p:nth-of-type(2) a{
	border-bottom: 1px solid #626262;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {
	.request .type2__inner2{
		background: #fff;
		border-radius: 2px;
		padding: 20px;
		margin: 0 20px;
	}
	.request .type2__flex2{
		display: flex;
		margin-bottom: 24px;
	}
	.request .type2__flex2 > div{
		margin-bottom: 0;
	}
	.request .type2__flex2 > div:nth-of-type(2) p:nth-of-type(1){
		font-size: 16px;
	}
	.request .type2__flex2 > div:nth-of-type(2) p:nth-of-type(2){
		font-size: 12px;
	}
}