@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
section{
	margin: 64px 0;
}
section.orange{
	background: #FFFBE3;
	margin: 0;
}
section.orange > div{
	padding: 64px 24px;
}
section.blue{
	background: #F4FCFF;
	margin: 0;
}
section.blue > div{
	padding: 64px 24px;
}
section.green{
	background: #F9F4EC;
	margin: 0;
}
section.green > div{
	padding: 64px 24px;
}
.bg{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue', sans-serif;
}
.type2__inner1{
	width: 100%;
	margin: 0 auto;
}
.type2__inner2{
	max-width: 913px;
	padding: 24px;
	margin: 0 auto;
}
.type2__inner3{
	max-width: 679px;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	section{
		margin: 48px 0;
	}
	section.orange > div{
		padding: 48px 16px;
	}
	section.blue > div{
		padding: 48px 16px;
	}
	section.green > div{
		padding: 48px 16px;
	}
	.type2__inner1{
		width: 100%;
		padding: 0;
	}
	.type2__inner2{
		max-width: 100%;
		padding: 0 16px;
	}
	.type2__inner3{
		max-width: 100%;
		padding: 0 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
	margin-top: 144.18px;
	position: relative;
}
.cebu .fv{
	background: #FFFBE3;
}
.okinawa .fv{
	background: #F4FCFF;
}
.shiojiri .fv{
	background: #F9F4EC;
}
.tokushima .fv{
	background: #F9F4EC;
}

.fv__bg{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.fv__inner{
	max-width: 1025px;
	padding: 40px 24px 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fv__inner--image{
	max-width: 624px;
	width: 63.86%;
	overflow: hidden;
	border-radius: 8px
}
.fv__inner--image--flex{
	display: flex;
}
.fv__inner--image--flex div{
	display: flex;
	-webkit-animation: slider__left 30s linear infinite;
	animation: slider__left 30s linear infinite;
	animation-name: slider__left;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.fv__inner--image--flex img {
	width: 208px;
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}

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

.fv__inner--text{
	z-index: 1;
	max-width: 321px;
	width: 32.85%;
}
.fv__inner--text h1{
	display: none;
}
.fv__inner--text--catch{
	max-width: 120px;
	margin-bottom: 16px;
}
.fv__inner--text--title{
	margin-bottom: 16px;
}
.fv__inner--text--info{
	margin-bottom: 16px;
}
.fv__inner--text--btn{
	display: block;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 16px;
}
.fv__inner--text--subbtn{
	text-align: center;
}
.fv__inner--text--subbtn a{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
	border-bottom: 1px solid #222;
}

@media only screen and (max-width: 768px) {
	.fv{
		margin-top: 110px;
	}
	.fv__inner{
		max-width: 100%;
		padding: 16px 16px 64px;
		display: block;
	}
	.fv__inner--image{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.fv__inner--image--flex img {
		width: 112px;
	}
	.fv__inner--text{
		max-width: 100%;
		width: 100%;
	}
	.fv__inner--text--title{
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	.fv__inner--text--btn{
		max-width: 280px;
		margin: 0 auto;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type2__title{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.type2__title p{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
.type2__title p.gradient{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.cebu .type2__title p.gradient{
	background: linear-gradient(135deg, #FFE500 0%, #FF9100 50%, #FF6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.okinawa .type2__title p.gradient{
	background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shiojiri .type2__title p.gradient{
	background: linear-gradient(135deg, #C32ED4 0%, #E52EC3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tokushima .type2__title p.gradient{
	background: linear-gradient(135deg, #93A622 0%, #5D7334 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.type2__title h2{
	font-size: 32px;
	font-weight: 700;
}
.type2__title:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.cebu .type2__title:after{
	background: linear-gradient(135deg, #FFE500 0%, #FF9100 50%, #FF6600 100%);
}
.okinawa .type2__title:after{
	background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
}
.shiojiri .type2__title:after{
	background: linear-gradient(135deg, #C32ED4 0%, #E52EC3 100%);
}
.tokushima .type2__title:after{
	background: linear-gradient(135deg, #93A622 0%, #5D7334 100%);
}

@media only screen and (max-width: 768px) {
	.type2__title p{
		font-size: 16px;
	}
	.type2__title h2{
		font-size: 28px;
	}
	.type2__title:after {
		width: 56px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	question
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.question{
	position: relative;
	padding: 40px 0;
}
.question:before{
	content: '';
    width: 289px;
    height: 596px;
    position: absolute;
    top: 0;
    left: 0;
}
.cebu .question:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/question__bg--left--pc.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.okinawa .question:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-okinawa/question__bg--left--pc.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.question:after{
	content: '';
    width: 289px;
    height: 596px;
    position: absolute;
    top: 0;
    right: 0;
}
.cebu .question:after{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/question__bg--right--pc.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.okinawa .question:after{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-okinawa/question__bg--right--pc.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.question__bg{
	min-height: 516px;
}
.tokushima .question__bg{
	min-height: 1100px;
}
.shiojiri .question__bg{
	min-height: 1100px;
}
.cebu .question__bg{
	background: #FFFBE3;
}
.okinawa .question__bg{
	background: #F4FCFF;
}
.tokushima .question__bg{
	background: #F9F4EC;
}
.shiojiri .question__bg{
	background: #F9F4EC;
}
.question__inner{
	width: 378px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.tokushima .question__inner{
	max-width: 913px;
	width: 100%;
	padding: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.shiojiri .question__inner{
	max-width: 913px;
	width: 100%;
	padding: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.question__title{
    position: relative;
    margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.question__title > p{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.cebu .question__title > p{
	background: linear-gradient(135deg, #FFE500 0%, #FF9100 50%, #FF6600 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.okinawa .question__title > p{
	background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tokushima .question__title > p{
	background: linear-gradient(135deg, #93A622 0%, #5D7334 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shiojiri .question__title > p{
	background: linear-gradient(135deg, #C32ED4 0%, #E52EC3 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.question__title h2 p{
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	padding: 4px 8px;
	margin-bottom: 8px;
	background: #fff;
}
.cebu .question__title h2 p{
	box-shadow: 3px 3px 0px #FF6600;
}
.okinawa .question__title h2 p{
	box-shadow: 3px 3px 0px #006FD3;
}
.tokushima .question__title h2 p{
	box-shadow: 3px 3px 0px #5D7334;
}
.shiojiri .question__title h2 p{
	box-shadow: 3px 3px 0px #C161CC;
}
.question__title h2 p span{
	color: #FF6600;
	font-size: 36px;
	font-weight: 700;
}
.cebu .question__title h2 p span{
	color: #FF6600;
}
.okinawa .question__title h2 p span{
	color: #006FD3;
}
.tokushima .question__title h2 p span{
	color: #5D7334;
}
.shiojiri .question__title h2 p span{
	color: #C161CC;
}
.question__inner p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
	text-align: center;
}
.tokushima .question__inner img.sp{
	display: none;
}
.shiojiri .question__inner img.sp{
	display: none;
}

@media only screen and (max-width: 768px) {
	.question{
		position: relative;
		padding: 80px 0 120px;
	}
	.question:before{
		content: '';
		width: 375px;
		height: 167px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.cebu .question:before{
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/question__bg--left--sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.okinawa .question:before{
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-okinawa/question__bg--left--sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.question:after{
		content: '';
		width: 375px;
		height: 167px;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}
	.cebu .question:after{
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/question__bg--right--sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.okinawa .question:after{
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-okinawa/question__bg--right--sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.tokushima .question__bg{
		min-height: 1480px;
	}
	.tokushima .question__title h2 p{
		font-size: 16px;
	}
	.tokushima .question__title h2 p span{
		font-size: 28px;
	}
	.tokushima .question__inner img.pc{
		display: none;
	}
	.tokushima .question__inner img.sp{
		display: block;
	}
	.shiojiri .question__bg{
		min-height: 1480px;
	}
	.shiojiri .question__title h2 p{
		font-size: 16px;
	}
	.shiojiri .question__title h2 p span{
		font-size: 28px;
	}
	.shiojiri .question__inner img.pc{
		display: none;
	}
	.shiojiri .question__inner img.sp{
		display: block;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.problem .type1__flex{
	align-items: flex-end;
}
.problem .type1__flex2 > div:nth-of-type(1){
	max-width: 531px;
	width: 78.20324%;
	background: #F9F9F9;
	padding: 24px;
}
.problem .type1__flex2 > div:nth-of-type(2){
	max-width: 108px;
	width: 15.90574%;
}
.problem .type1__flex2 > div:nth-of-type(1) p{
	position: relative;
	font-size: 18px;
	font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
	padding-left: 32px;
	margin-bottom: 24px;
}
.problem .type1__flex2 > div:nth-of-type(1) p span{
	font-weight: 700;
}
.problem .type1__flex2 > div:nth-of-type(1) p:before{
	content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.cebu .problem .type1__flex2 > div:nth-of-type(1) p:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/problem--arrow.svg);
}
.okinawa .problem .type1__flex2 > div:nth-of-type(1) p:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-okinawa/problem--arrow.svg);
}
.tokushima .problem .type1__flex2 > div:nth-of-type(1) p:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-tokushima/problem--arrow.svg);
}
.shiojiri .problem .type1__flex2 > div:nth-of-type(1) p:before{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-shiojiri/problem--arrow.svg);
}

@media only screen and (max-width: 768px) {
	.problem .type1__flex2 > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
	}
	.problem .type1__flex2 > div:nth-of-type(2){
		max-width: 108px;
		width: 100%;
		margin: 0 auto;
	}
	.problem .type1__flex2 > div:nth-of-type(1) p{
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reason
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reason .type2__title h2{
	font-size: 24px;
	font-weight: 700;
}
.reason .type2__title h2 span{
	font-size: 36px;
	font-weight: 700;
}
.cebu .reason .type2__title h2 span{
	color: #FF6600;
}
.okinawa .reason .type2__title h2 span{
	color: #0085FF;
}
.tokushima .reason .type2__title h2 span{
	color: #5D7334;
}
.shiojiri .reason .type2__title h2 span{
	color: #C161CC;
}
.reason .type1__flex2{
	margin-bottom: 100px;
}
.reason .type1__flex2:nth-of-type(2n){
	flex-direction: row-reverse;
}
.reason .type1__flex2 > div {
	max-width: 100%;
}
.reason .reason__text h3{
	margin-bottom: 24px;
}
.reason .reason__text h3 p{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	padding: 4px 8px;
	margin-bottom: 8px;
	background: #fff;
}
.tokushima .reason .reason__text h3 p{
	font-size: 28px;
}
.shiojiri .reason .reason__text h3 p{
	font-size: 28px;
}
.cebu .reason .reason__text h3 p{
	box-shadow: 3px 3px 0px #FF6600;
}
.okinawa .reason .reason__text h3 p{
	box-shadow: 3px 3px 0px #0085FF;
}
.tokushima .reason .reason__text h3 p{
	box-shadow: 3px 3px 0px #5D7334;
}
.shiojiri .reason .reason__text h3 p{
	box-shadow: 3px 3px 0px #C161CC;
}
.reason .reason__text > p:nth-of-type(1){
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}
.cebu .reason .reason__text > p:nth-of-type(1){
	background: linear-gradient(135deg, #FFE500 0%, #FF9100 50%, #FF6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.okinawa .reason .reason__text > p:nth-of-type(1){
	background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tokushima .reason .reason__text > p:nth-of-type(1){
	background: linear-gradient(135deg, #93A622 0%, #5D7334 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shiojiri .reason .reason__text > p:nth-of-type(1){
	background: linear-gradient(135deg, #C32ED4 0%, #E52EC3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reason .reason__text > p:nth-of-type(2){
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
	.reason .type1__flex2{
		margin-bottom: 64px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support .type1__text{
	margin-bottom: 64px;
}
.support .type1__flex2{
	margin-bottom: 48px;
}
.support .type1__flex2 > div {
	max-width: 100%;
}
.support .support__text h3{
	margin-bottom: 24px;
}
.support .support__text h3 p{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	padding: 4px 8px;
	margin-bottom: 8px;
	background: #fff;
}
.shiojiri .support .support__text h3 p{
	font-size: 28px;
}
.shiojiri .support .support__text h3 p{
	box-shadow: 3px 3px 0px #C161CC;
}
.support .support__text > p:nth-of-type(1){
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta{
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/cta__bg--pc.png);
    background-size: cover;
	padding: 64px 0;
	margin: 0;
}
.cta__inner{
	max-width: 592px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cta__inner--title{
	max-width: 100%;
	width: 100%;
	margin: 0 auto 32px;
}
.cta__inner--text{
	max-width: 200.03px;
	width: 100%;
	margin: 0 auto 16px;
}
.cta__inner--btn{
	max-width: 400px;
	width: 100%;
	margin: 0 auto 16px;
}
.cta__inner--subbtn{
	text-align: center;
}
.cta__inner--subbtn a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
}
.cta__inner--subbtn a span{
	border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
	.cta{
		background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/englishcamp-cebu/cta__bg--sp.png);
		padding: 48px 0;
	}
	.cta__inner{
		max-width: 100%;
		width: 100%;
		padding: 0 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point .type2__title{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.point .type2__title p{
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
}
.cebu .point .type2__title p{
	background: linear-gradient(135deg, #FFE500 0%, #FF9100 50%, #FF6600 100%);
}
.okinawa .point .type2__title p{
	background: linear-gradient(135deg, #89CFEA 0%, #4DAEF3 50%, #006FD3 100%);
}
.tokushima .point .type2__title p{
	background: linear-gradient(135deg, #93A622 0%, #5D7334 100%);
}
.shiojiri .point .type2__title p{
	background: linear-gradient(135deg, #C32ED4 0%, #E52EC3 100%);
}
.point .type2__title h2{
	font-size: 24px;
	font-weight: 700;
}
.point .type2__title h2 span{
	font-size: 36px;
	font-weight: 700;
}
.point .type1__flex2{
	flex-wrap: wrap;
}
.point .type1__flex2 > div {
	max-width: 100%;
	margin-bottom: 56px;
}
.point .type1__flex2 > div img{
	margin-bottom: 16px;
}
.point .type1__flex2 > div h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding-left: 24px;
	margin-bottom: 8px;
}
.point .type1__flex2 > div p{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding-left: 24px;
}

@media only screen and (max-width: 768px) {
	.point .type2__title h2{
		font-size: 16px;
	}
	.point .type2__title h2 span{
		font-size: 24px;
	}
	.point .type1__flex2 > div h3{
		font-size: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.schedule .type2__bg{
	margin-bottom: -32px;
}
.schedule .type1__flex4{
	flex-wrap: wrap;
}
.schedule .type1__flex4 > div{
	margin-bottom: 64px;
}
.schedule .type1__flex4 > div img{
	margin-bottom: 12px;
}
.schedule .type1__flex4 > div p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.schedule .type1__flex4 > div p.orange{
	color: #FF6600;
}
.schedule .type1__flex4 > div p.blue{
	color: #0085FF;
}
.schedule .type1__flex4 > div p.green{
	color: #5D7334;
}
.schedule .type1__flex4 > div p span{
	font-size: 12px;
	font-weight: 700;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.voice .type1__flex2{
	align-items: flex-end;
	margin-bottom: 32px;
}
.voice .type1__flex2 > div:nth-of-type(1){
	max-width: 555px;
	width: 87.95562%;
	padding: 16px;
	background: #fff;
}
.cebu .voice .type1__flex2 > div:nth-of-type(1){
	box-shadow: 3px 3px 0px #FF6600;
}
.okinawa .voice .type1__flex2 > div:nth-of-type(1){
	box-shadow: 3px 3px 0px #0085FF;
}
.tokushima .voice .type1__flex2 > div:nth-of-type(1){
	box-shadow: 3px 3px 0px #5D7334;
}
.shiojiri .voice .type1__flex2 > div:nth-of-type(1){
	box-shadow: 3px 3px 0px #C161CC;
}
.voice .type1__flex2 > div:nth-of-type(1) img{
	width: 16px;
	margin-bottom: 16px;
}
.voice .type1__flex2 > div:nth-of-type(1) p{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.voice .type1__flex2 > div:nth-of-type(1) p span{
	font-size: 16px;
	font-weight: 700;
}
.cebu .voice .type1__flex2 > div:nth-of-type(1) p span{
	color: #FF6600;
}
.okinawa .voice .type1__flex2 > div:nth-of-type(1) p span{
	color: #0085FF;
}
.tokushima .voice .type1__flex2 > div:nth-of-type(1) p span{
	color: #5D7334;
}
.shiojiri .voice .type1__flex2 > div:nth-of-type(1) p span{
	color: #C161CC;
}
.voice .type1__flex2 > div:nth-of-type(2){
	max-width: 64px;
	width: 10.14263%;
}

@media only screen and (max-width: 768px) {
	.voice .type1__flex2{
		display: flex;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	achievements
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.achievements .type2__text{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 32px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.achievements .type2__text{
		text-align: left;
	}
	.achievements .type1__flex3 img{
		width: 78.71720%;
		margin: 0 auto;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gallery{
	margin-bottom: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.program{
	padding: 100px 24px;
}
.program .type2__inner2{
	background: #fff;
	padding: 64px 80px;
}
.program .type2__text{
	color: #FF6600;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 40px;
}
.cebu .program .type2__text{
	color: #FF6600;
}
.okinawa .program .type2__text{
	color: #0085FF;
}
.tokushima .program .type2__text{
	color: #5D7334;
}
.shiojiri .program .type2__text{
	color: #C161CC;
}
.program .type2__text span{
	color: #222;
	font-size: 24px;
	font-weight: 400;
}
.program .type2__text span.small{
	color: #222;
	font-size: 12px;
	font-weight: 400;
}
.program .type2__text.small{
	color: #222;
	font-size: 12px;
	font-weight: 400;
}
.program .type1__flex2{
	align-items: flex-start;
}
.program .type1__flex2 h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}
.cebu .program .type1__flex2 h3{
	color: #FF6600;
}
.okinawa .program .type1__flex2 h3{
	color: #0085FF;
}
.tokushima .program .type1__flex2 h3{
	color: #5D7334;
}
.shiojiri .program .type1__flex2 h3{
	color: #C161CC;
}
.program .type1__flex2 p{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
.program .type1__flex2 iframe{
	width: 100%;
	min-height: 320px;
}

@media only screen and (max-width: 768px) {
	.program{
		padding: 32px 24px;
	}
	.program .type2__inner2{
		background: #fff;
		padding: 32px 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	additional
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.additional{
	padding: 100px 24px;
}
.additional .type2__inner2{
	background: #fff;
	padding: 64px 80px;
}
.additional .type2__text--1{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
	text-align: center;
}
.additional .type2__text--2 h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}
.cebu .additional .type2__text--2 h3{
	color: #FF6600;
}
.okinawa .additional .type2__text--2 h3{
	color: #0085FF;
}
.tokushima .additional .type2__text--2 h3{
	color: #5D7334;
}
.shiojiri .additional .type2__text--2 h3{
	color: #C161CC;
}
.additional .type2__text--2 p{
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
	.additional{
		padding: 32px 24px;
	}
	.additional .type2__inner2{
		background: #fff;
		padding: 32px 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	place
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.place .place__title{
	margin-bottom: 48px;
}
.place .place__title img{
	width: 227px;
	margin: 0 auto;
}
.place .place__flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.place .place__flex a{
	display: block;
	border: 0.5px solid #222;
	padding-bottom: 16px;
    width: 33%;
	text-align: center;
}
.place .place__flex a img{
	margin-bottom: 16px;
}
.place .place__flex a p{
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.place .place__flex{
		display: block;
	}
	.place .place__flex a{
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq .faq__title{
	margin-bottom: 48px;
}
.faq .faq__title img{
	width: 196px;
	margin: 0 auto;
}
.faq .faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 16px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
    cursor: pointer;
}
.faq .faq__item:first-of-type .faq__item--question{
	border-top: 1px solid #D5D5D5;
}
.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: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq .faq__item--answer {
	display: none;
	align-items: center;
	padding: 16px 20px;
	border-bottom: 1px solid #D5D5D5;
}
.cebu .faq .faq__item--answer {
	background: #FFFBE3;
}
.okinawa .faq .faq__item--answer {
	background: #F4FCFF;
}
.tokushima .faq .faq__item--answer {
	background: #F9F4EC;
}
.shiojiri .faq .faq__item--answer {
	background: #F9F4EC;
}
.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: 12px;
	font-weight: 700;
	line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	pau__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau__about.type1{
	border: none;
}
.pau__about.type1.blue > div{
	padding: 0;
}
.pau__about .type1__flex2 > div:nth-of-type(1){
    max-width: 100%;
    width: 21.638330757%;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > img{
    margin-bottom: 16px;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div > a img{
    width: 30px;
}
.pau__about .type1__flex2 > div:nth-of-type(1) > div > a:nth-of-type(1) img{
    margin-right: 16px;
}
.pau__about .type1__flex2 > div:nth-of-type(2){
    max-width: 100%;
    width: 74.188562596%;
}
.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .pau__about .type1__flex2 > div:nth-of-type(1){
        width: 100%;
    }
    .pau__about .type1__flex2 > div:nth-of-type(1) > img{
        width: 140px;
        margin: 0 auto 16px;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2){
        width: 100%;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
        text-align: center;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
        font-size: 14px;
    }
}