@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__breadcrumb {
    margin: 144.18px auto 0 auto;
}

@media only screen and (max-width: 768px) {
    .under__breadcrumb{
		margin: 110px auto 0 auto;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	whtype1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.whtype1{
	position: relative;
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
.whtype1.lightblue{
	background-color: #F4F7FC;
}
.whtype1.skyblue{
	background-color: #C2DDF3;
}
.whtype1.blue{
	background-color: #005FB0;
}
.whtype1.gray{
	background-color: #EEEEEE;
}

@media only screen and (max-width: 1024px) {
	.whtype1 {
		padding: 72px 0;
	}
}
@media only screen and (max-width: 768px) {
	.whtype1 {
		padding: 56px 20px;
	}
}

/*title
———————————————————————————————————————————————————————————————————*/
.wh__title--1{
	margin-bottom: 40px;
}
.wh__title--1 h2{
	font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}
.wh__title--2{
	margin-bottom: 40px;
}
.wh__title--2 img{
	width: auto;
	height: 46.08px;
	margin: 0 auto 16px;
}
.wh__title--2 h2{
	color: #005FB0;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.wh__title--1 h2{
		font-size: 20px;
	}
	.wh__title--2{
		margin-bottom: 40px;
	}
	.wh__title--2 img{
		height: 36px;
		margin: 0 auto 12px;
	}
	.wh__title--2 h2{
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/workingholiday/fv__bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv h1{
	display: none;
}
.fv .type1__flex2 > div:nth-of-type(1){
	position: relative;
	max-width: 61.484375%;
	width: 61.484375%;
}
.fv .type1__flex2 > div:nth-of-type(1) img{
	width: 88.129606099%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fv .type1__flex2 > div:nth-of-type(2){
	max-width: 38.515625%;
	flex: 1;
}
.fv .type1__inner4 {
	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{
	width: 263.08px;
    height: auto;
	margin-right: 12px;
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}

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

@media only screen and (max-width: 768px) {
	.fv{
		background: #F4F7FC;
	}
	.fv .type1__flex2{
		display: none;
	}
	.fv .fv__sp{
		width: 100%;
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/workingholiday/fv__sp.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 136.8%;
		position: relative;
	}
	.fv .type1__inner4 div img{
		width: 138.67px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__point .wh__title--1 h2{
	display: none;
}
#wh__point .wh__title--1 img{
	width: auto;
	height: 66.97px;
	margin: 0 auto;
}
#wh__point .type1__inner1{
	margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
	#wh__point .type1__flex4 > div{
		width: 100%;
	}
	#wh__point .type1__inner1{
		margin-bottom: 0;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__why
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__why .wh__title--1 h2{
	color: #005FB0;
}
#wh__why .wh__title--1 span{
	color: #FF488A;
    font-weight: 700;
}
#wh__why .type1__inner1{
	margin-bottom: 48px;
}
#wh__why .type1__inner1:last-of-type{
	margin-bottom: 0;
}
#wh__why .type1__flex2{
	align-items: flex-start;
	gap: 48px;
}
#wh__why .type1__flex2 > div:nth-of-type(1){
	max-width: 100%;
	width: 46.059365404%;
	font-size: 14px;
    line-height: 1.6;
}
#wh__why .type1__flex2 > div:nth-of-type(2){
	max-width: 100%;
	flex: 1;
}
#wh__why .type1__inner1 > img{
	width: 93.551688843%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#wh__why .type1__flex2 > div:nth-of-type(1){
		width: 100%;
	}
	#wh__why .type1__inner1 > img{
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__problem.whtype1{
	padding-bottom: 0;
}
#wh__problem .type1__inner1 > img{
	width: 82.292732855%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#wh__problem .type1__inner1 > img{
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__triangle
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__triangle{
	position: relative;
	z-index: 1;
}
#wh__triangle img{
	width: auto;
	height: 48px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#wh__triangle img{
		height: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__about{
	position: relative;
	margin-top: -48px;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/workingholiday/about__bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#wh__about::after{
	position: absolute;
    bottom: 0;
    right: 100px;
    content: "";
    width: 179.4px;
    height: 227px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/workingholiday/about__icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#wh__about .wh__title--1 h2{
	display: none;
}
#wh__about .type1__inner1 > img{
	width: 94.65506653%;
	margin: 0 auto 40px;
}
#wh__about .type1__inner1 > p{
	color: #fff;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
	text-align: center;
	margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
	#wh__about{
		margin-top: -24px;
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/workingholiday/about__bg--sp.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#wh__about::after{
		content: none;
	}
	#wh__about .type1__inner1 > img{
		width: 100%;
	}
	#wh__about .type1__inner1 > p{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__reasons
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__reasons .type1__flex2{
	align-items: flex-start;
	flex-wrap: wrap;
}
#wh__reasons .type1__flex2 > div{
	max-width: 47.90174002%;
	width: 47.90174002%;
	margin-bottom: 40px;
}
#wh__reasons .type1__flex2 > div img{
	margin-bottom: 20px;
}
#wh__reasons .type1__flex2 > div h3{
	color: #005FB0;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
	margin-bottom: 20px;
}
#wh__reasons .type1__flex2 > div p{
	font-size: 14px;
}
#wh__reasons .type1__flex2 > div a{
	color: #005FB0;
	border-bottom: 1px solid #005FB0;
}

@media only screen and (max-width: 768px) {
	#wh__reasons .type1__flex2 > div{
		max-width: 100%;
		width: 100%;
	}
	#wh__reasons .type1__flex2 > div h3{
		font-size: 18px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__voice .type1__inner1 > p{
	text-align: center;
	margin-bottom: 40px;
}
#wh__voice .type1__inner1 > img{
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	#wh__voice .type1__inner1 > p{
		margin-bottom: 24px;
	}
	#wh__voice .type1__inner1 > img{
		margin-bottom: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__program .type1__inner1 > p{
	text-align: center;
	margin-bottom: 40px;
}
#wh__program .program__content{
	margin-bottom: 80px;
}
#wh__program .program__content > h3{
	background: #005FB0;
	padding: 14px 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}
#wh__program .program__content > div{
	padding: 40px;
	border: 2px solid #005FB0;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
#wh__program .program__content > div > img{
	margin-bottom: 40px;
}
#wh__program .type1__inner1 > h3{
	color: #005FB0;
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	margin-bottom: 40px;
	text-align: center;
}
#wh__program .type1__inner1 > .type1__flex2{
	margin-bottom: 40px;
}
#wh__program .type1__inner1 > .type1__flex2 > div{
	max-width: 47.90174002%;
	width: 47.90174002%;
}
#wh__program .type1__inner1 > .type1__flex3 > div{
	max-width: 32.241555783%;
	width: 32.241555783%;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	#wh__program .type1__inner1 > p{
		margin-bottom: 24px;
	}
	#wh__program .program__content{
		margin-bottom: 40px;
	}
	#wh__program .program__content > h3{
		padding: 12px 0;
		font-size: 18px;
	}
	#wh__program .program__content > div{
		padding: 20px;
	}
	#wh__program .program__content > div > img{
		margin-bottom: 24px;
	}
	#wh__program .type1__inner1 > h3{
		font-size: 18px;
		margin-bottom: 24px;
	}
	#wh__program .type1__inner1 > .type1__flex2 > div{
		max-width: 100%;
		width: 100%;
	}
	#wh__program .type1__inner1 > .type1__flex3{
		display: flex;
		justify-content: center;
		gap: 8px;
	}
	#wh__program .type1__inner1 > .type1__flex3 > div{
		max-width: 47.90174002%;
		width: 47.90174002%;
		margin-bottom: 0;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 768px) {
	#wh__schedule .type1__inner1{
		overflow: scroll;
	}
	#wh__schedule .type1__inner1 img{
		width: 684px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__price .type1__inner1{
	margin-bottom: 40px;
}
#wh__price .type1__inner1 > img{
	width: 76.949846468%;
	margin: 0 auto;
}
#wh__price .type1__inner1 > h3{
	color: #005FB0;
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}
#wh__price .type1__flex2{
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
#wh__price .type1__flex2 > div{
	max-width: 47.90174002%;
	width: 47.90174002%;
}

@media only screen and (max-width: 768px) {
	#wh__price .type1__inner1{
		margin-bottom: 24px;
	}
	#wh__price .type1__inner1 > img{
		width: 100%;
	}
	#wh__price .type1__inner1 > h3{
		font-size: 18px;
	}
	#wh__price .type1__flex2 > div{
		max-width: 100%;
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__guarantee
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__guarantee .type1__inner1 > img{
	width: 84.749232343%;
	margin: 0 auto 40px;
}
#wh__guarantee .type1__inner1 > p{
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#wh__guarantee .type1__inner1 > img{
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__flow .type1__inner1{
	background: #F0F7FC;
	border-radius: 4px;
	max-width: 828px;
	padding: 40px;
}
#wh__flow .type1__flex2{
	margin-bottom: 40px;
}
#wh__flow .type1__flex2:last-of-type{
	margin-bottom: 0;
}
#wh__flow .type1__flex2 > div:nth-of-type(1){
	max-width: 14.285714285%;
	width: 14.285714285%;
}
#wh__flow .type1__flex2 > div:nth-of-type(1) p{
	color: #005FB0;
	font-weight: 700;
    font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
}
#wh__flow .type1__flex2 > div:nth-of-type(2){
	max-width: 79.285714285%;
	width: 79.285714285%;
}
#wh__flow .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
	color: #005FB0;
	font-weight: 700;
    font-size: 20px;
	margin-bottom: 8px;
}
#wh__flow .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2) span{
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	#wh__flow .type1__inner1{
		padding: 20px;
	}
	#wh__flow .type1__inner2{
		padding: 20px;
		margin: 0 20px;
	}
	#wh__flow .type1__flex2{
		display: flex;
		margin-bottom: 24px;
	}
	#wh__flow .type1__flex2 > div{
		margin-bottom: 0;
	}
	#wh__flow .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
		font-size: 16px;
	}
	#wh__flow .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	wh__faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wh__faq .type1__inner1{
	max-width: 828px;
}
#wh__faq .faq__item {
	margin-bottom: 24px;
}
#wh__faq .faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #222222;
    cursor: pointer;
}
#wh__faq .faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#wh__faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
#wh__faq .faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
#wh__faq .faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
#wh__faq .open .faq__item--answer {
	display: flex;
}
#wh__faq .faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#wh__faq .faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}