@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
    font-family: "ZenKakuGothicNew";
    font-style: normal;
    font-weight: 700;
    src: url("/wordpress/wp-content/themes/u-gaku__theme/fonts/ZenKakuGothicNew-Bold.woff") format("woff");
}
section{
	font-family: 'NotoSansJP', 'Noto Sans CJK JP', sans-serif;
	color: #333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*background
———————————————————————————————————————————————————————————————————*/
.dot{
	padding: 64px 0;
	background-color: #FFFCF0;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/english-camps/bg__dot.svg);
	background-repeat: repeat;
	background-size: 30px 30px;
}
.bg__orange{
	padding: 64px 0;
	background-color: #FEF3C7;
}

@media only screen and (max-width: 768px) {
	.dot{
		padding: 40px 20px;
	}
	.bg__orange{
		padding: 40px 20px;
	}
}

/*color
———————————————————————————————————————————————————————————————————*/
.pink{
	color: #FE766B;
}
.yellow{
	color: #FFD613;
}
.orange{
	color: #FC9B23;
}

/*title
———————————————————————————————————————————————————————————————————*/
.english-camps__title{
	width: 100%;
	margin-bottom: 64px;
}
.english-camps__title > h2{
	font-family: "ZenKakuGothicNew";
	font-weight: 700;
	font-size: 42px;
    line-height: 1.8;
	text-align: center;
	margin-bottom: 18px;
}
.english-camps__title > h2 span{
	color: #FE766B;
	font-weight: 700;
}
.english-camps__title > img{
	width: auto;
	height: 24px;
	margin: 0 auto;
}
.english-camps__title > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.english-camps__title > div p{
	font-family: "ZenKakuGothicNew";
	font-weight: 700;
	font-size: 30px;
    line-height: 1.8;
	letter-spacing: 0.07em;
	text-align: center;
	margin: 0 16px;
}
.english-camps__title > div p span{
	color: #FE766B;
	font-weight: 700;
}
.english-camps__title > div p small{
	font-size: 20px;
	font-weight: 700;
}
.english-camps__title > div img{
	width: auto;
	height: 24px;
}

@media only screen and (max-width: 768px) {
	.english-camps__title{
		margin-bottom: 40px;
	}
	.english-camps__title > h2{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.english-camps__title > img{
		height: 16px;
	}
	.english-camps__title > div p{
		font-size: 18px;
		margin: 0 12px;
	}
	.english-camps__title > div p small{
		font-size: 12px;
	}
	.english-camps__title > div img{
		height: 12px;
	}
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type1__inner1 {
	max-width: 1200px;
	width: 93.75%;
	padding: 0;
	margin: 0 auto;
}
.type1__inner2 {
	max-width: 1120px;
	width: 87.5%;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.type1__inner1 {
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.type1__inner2 {
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
	margin-top: 144.18px;
	width: 100%;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/english-camps/fv__bg--pc.png) 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 59.140625%;
    position: relative;
}
.fv h1{
	display: none;
}
.fv__inner{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%,0);
	width: 87.5%;
}
.fv__inner > img{
	width: auto;
	height: 128.7px;
	margin-bottom: 24px;
}
.fv__cta{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.fv__cta a{
	display: inline-block;
	padding: 16px 32px;
	background: #FE766B;
	border: 2px solid #333;
	border-radius: 60px;
	box-shadow: 2px 2px 0px #333;
	color: #fff;
	font-family: "ZenKakuGothicNew";
	font-weight: 700;
	font-size: 22px;
    line-height: 1.5;
}
.fv__cta img{
	margin-left: 16px;
	width: 52.96px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.fv__inner > img{
		width: auto;
		height: 64px;
		margin-bottom: 24px;
	}
	.fv__cta a{
		padding: 16px 32px;
		font-size: 17px;
	}
	.fv__cta img{
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.fv{
		margin-top: 110px;
		width: 100%;
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/english-camps/fv__bg--sp.png) 50% 50%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 141.333333333%;
		position: relative;
	}
	.fv__inner{
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translate(-50%,0);
		width: 89.333333333%;
	}
	.fv__inner > img{
		width: auto;
		height: 135.95px;
		margin-bottom: 24px;
	}
	.fv__cta{
		justify-content: center;
	}
	.fv__cta a{
		padding: 16px 32px;
		font-size: 17px;
	}
	.fv__cta img{
		display: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	logo
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.logo{
    display: flex;
    align-items: center;
    padding: 16px 0 10px;
	background: #fff;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	overflow: hidden;
}
.logo > 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;
}
.logo > div img{
	width: auto;
	height: 42px;
	margin-right: 24px;
}

@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

@media only screen and (max-width: 768px) {
	.logo{
		padding: 10px 0 8px;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	.logo > div img{
		height: 23.4px;
		margin-right: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta__inner{
	position: relative;
	max-width: 732px;
	width: 57.1875%;
	background: #FC9B23;
	border-radius: 10px;
	text-align: center;
	padding: 32px 0;
	margin: 0 auto;
}
.cta__inner > div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}
.cta__inner > div p{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
    line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 0 32px;
}
.cta__inner > div img{
	width: auto;
	height: 36px;
}
.cta__inner > a{
	display: inline-block;
}
.cta__inner > a img{
	width: 367px;
	margin: 0 auto;
}
.cta__inner::before{
	content: "";
	position: absolute;
	right: 28px;
	bottom: 0;
	width: 150px;
	height: 137px;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/english-camps/cta__person.svg) 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {
	.cta__inner{
		max-width: 100%;
		width: 87.5%;
	}
}

@media only screen and (max-width: 768px) {
	.cta__inner{
		max-width: 100%;
		width: 100%;
	}
	.cta__inner > div{
		margin-bottom: 16px;
	}
	.cta__inner > div p{
		font-size: 18px;
		margin: 0 16px;
	}
	.cta__inner > div img{
		height: 20px;
	}
	.cta__inner > a img{
		width: 86.005830903%;
	}
	.cta__inner::before{
		content: "";
		position: absolute;
		right: 8px;
		bottom: 0;
		width: 73px;
		height: 67px;
		z-index: 1;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reason
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reason .type1__flex2{
	margin-bottom: 80px;
}
.reason .type1__flex2:nth-of-type(2n){
	flex-direction: row-reverse;
}
.reason .type1__flex2:last-of-type{
	margin-bottom: 0;
}
.reason .type1__flex2 > div:nth-of-type(1){
	max-width: 580px;
	padding-left: 40px;
	width: 48.333333333%;
}
.reason .type1__flex2 > div:nth-of-type(2){
	max-width: 580px;
	width: 48.333333333%;
}
.reason .type1__flex2 > div:nth-of-type(1) p:nth-of-type(1){
	font-weight: 700;
	font-size: 52px;
    line-height: 1.5;
	margin-bottom: 16px;
}
.reason .type1__flex2 > div:nth-of-type(1) h3{
	font-weight: 700;
	font-size: 32px;
    line-height: 1.5;
	margin-bottom: 32px;
}
.reason .type1__flex2 > div:nth-of-type(1) p:nth-of-type(2){
	font-size: 14px;
    line-height: 1.8;
}
.reason .type1__flex2 > div:nth-of-type(1) p:nth-of-type(2) span{
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.reason.dot{
		padding: 40px 0;
	}
	.reason .type1__flex2{
		margin-bottom: 24px;
	}
	.reason .type1__flex2 > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		padding: 0 20px;
		margin-bottom: 24px;
	}
	.reason .type1__flex2 > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
	}
	.reason .type1__flex2 > div:nth-of-type(1) p:nth-of-type(1){
		font-size: 34px;
		text-align: center;
	}
	.reason .type1__flex2 > div:nth-of-type(1) h3{
		font-size: 20px;
		text-align: center;
		margin-bottom: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support.dot{
	padding: 64px 0 0;
}
.support .type1__flex3{
	align-items: stretch;
}
.support .type1__flex3 > div{
	max-width: 100%;
	width: 33.333333333%;
	padding: 40px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.support .type1__flex3 > div:nth-of-type(2){
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.support .type1__flex3 > div img{
	width: 260px;
	margin: 0 auto 40px;
}
.support .type1__flex3 > div h3{
	font-weight: 700;
	font-size: 24px;
    line-height: 1.8;
	text-align: center;
	margin-bottom: 24px;
}
.support .type1__flex3 > div p{
	font-size: 14px;
    line-height: 1.8;
}
.support .type1__flex3 > div p span{
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	.type1__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.support.dot{
		padding: 40px 0 0;
	}
	.support .type1__flex3 > div{
		max-width: 100%;
		width: 100%;
		padding: 20px;
		margin-bottom: 0;
	}
	.support .type1__flex3 > div:nth-of-type(2){
		border: none;
	}
	.support .type1__flex3 > div img{
		margin: 0 auto 24px;
	}
	.support .type1__flex3 > div h3{
		font-size: 20px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	sort
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sort .type1__flex2{
	margin-bottom: 80px;
}
.sort .type1__flex2:nth-of-type(2n){
	flex-direction: row-reverse;
}
.sort .type1__flex2:last-of-type{
	margin-bottom: 0;
}
.sort .type1__flex2 > div:nth-of-type(1){
	max-width: 540px;
	width: 48.214285714%;
}
.sort .type1__flex2 > div:nth-of-type(2){
	max-width: 540px;
	width: 48.214285714%;
}
.sort .type1__flex2 > div:nth-of-type(2) h3{
	font-weight: 700;
	font-size: 28px;
    line-height: 1.5;
	margin-bottom: 24px;
}
.sort .type1__flex2 > div:nth-of-type(2) h3 span{
	font-weight: 700;
	font-size: 38px;
}
.sort .type1__flex2 > div:nth-of-type(2) div{
	margin-bottom: 24px;
}
.sort .type1__flex2 > div:nth-of-type(2) p{
	position: relative;
	font-size: 18px;
    line-height: 1.8;
	padding-left: 28px;
	margin-bottom: 8px;
}
.sort .type1__flex2 > div:nth-of-type(2) p::before{
	content: "";
	background: #333;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.sort .type1__flex2 > div:nth-of-type(2) a{
	display: inline-block;
	padding: 16px 64px;
	background: #FE766B;
	border: 2px solid #333;
	border-radius: 60px;
	box-shadow: 2px 2px 0px #333;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	.sort .type1__flex2{
		margin-bottom: 60px;
	}
	.sort .type1__flex2 > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
	}
	.sort .type1__flex2 > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.sort .type1__flex2 > div:nth-of-type(2) h3{
		font-size: 18px;
		margin-bottom: 16px;
		text-align: left;
	}
	.sort .type1__flex2 > div:nth-of-type(2) h3 span{
		font-size: 24px;
	}
	.sort .type1__flex2 > div:nth-of-type(2) p{
		font-size: 14px;
		text-align: left;
	}
	.sort .type1__flex2 > div:nth-of-type(2) a{
		display: inline-block;
		padding: 16px 64px;
		background: #FE766B;
		border: 2px solid #333;
		border-radius: 60px;
		box-shadow: 2px 2px 0px #333;
		color: #fff;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.5;
	}
}

/*color
———————————————————————————————————————————————————————————————————*/
.sort .type1__flex2 > div.cebu h3 span{
	color: #FC9B23;
}
.sort .type1__flex2 > div.cebu p::before{
	background: #FC9B23;
}
.sort .type1__flex2 > div.okinawa h3 span{
	color: #47C0D3;
}
.sort .type1__flex2 > div.okinawa p::before{
	background: #47C0D3;
}
.sort .type1__flex2 > div.tokushima h3 span{
	color: #38C24A;
}
.sort .type1__flex2 > div.tokushima p::before{
	background: #38C24A;
}
.sort .type1__flex2 > div.nagano h3 span{
	color: #AF8EC8;
}
.sort .type1__flex2 > div.nagano p::before{
	background: #AF8EC8;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gallery.dot{
	padding: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.voice .type1__flex3 > div{
	max-width: 350px;
	width: 29.166666666%;
}

@media only screen and (max-width: 1024px) {
	.voice .type1__flex3 > div{
		width: 32%;
	}
}

@media only screen and (max-width: 768px) {
	.voice .type1__flex3 > div{
		max-width: 100%;
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__inner{
	max-width: 1120px;
	width: 87.5%;
	background: #FEF3C7;
	border-radius: 10px;
	padding: 64px 80px;
	margin: 0 auto;
}
.faq .faq__item{
	margin-bottom: 40px;
}
.faq .faq__item--question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px 20px;
	color: #fff;
	background: #FC9B23;
	border-radius: 4px;
    cursor: pointer;
}
.faq .faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
}
.faq .faq__item--question p {
	font-size: 16px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq .faq__item--answer {
	display: none;
	align-items: center;
	padding: 16px 20px;
}
.faq .open .faq__item--answer {
	display: flex;
}
.faq .faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq .faq__item--answer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

@media only screen and (max-width: 768px) {
	.faq__inner{
		max-width: 100%;
		width: 100%;
		padding: 40px 16px;
	}
	.faq .faq__item{
		margin-bottom: 24px;
	}
	.faq .faq__item--question {
		padding: 8px 10px;
	}
	.faq .faq__item--question img:nth-of-type(1) {
		width: 30px;
		height: 30px;
	}
	.faq .faq__item--question img:nth-of-type(2) {
		right: 10px;
		width: 12px;
		height: 12px;
	}
	.faq .faq__item--question p {
		font-size: 14px;
		margin: auto 12px auto 0;
	}
	.faq .faq__item--answer {
		padding: 8px 10px;
	}
	.faq .faq__item--answer img {
		width: 30px;
		height: 30px;
	}
	.faq .faq__item--answer p {
		font-size: 14px;
	}
}