/*
Theme Name: CebuGo_LP
Version: 1.0
*/


/* ----------------------------------------------------
    共通
---------------------------------------------------- */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.7;
	font-size: 14px;
}

img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	メインビジュアル
---------------------------------------------------- */

.mv {
	background-image: url(./images/mv-img.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.mv .logo {
	width: 80px;
	padding-top: 10px;
	margin-left: 5%;
}

.mv .subcopy {
	background-color: #25BDB1;
	border-top: #fff 3px solid;
	border-bottom: #fff 3px solid;
	padding: 2px 8% 2px;
	transform: rotate(-2.5deg);
	width: 105%;
	margin-left: -2.5%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.mv .main-copy {
	margin: 0 5%;

}

.mv .mv-zisseki {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	width: 78%;
	margin: 25% auto 0;
}

.mv .cta {
	margin: 12px 5% 24px;
}

/* ----------------------------------------------------
	不安セクション
---------------------------------------------------- */

.fuan .top {
	background-color: #25BDB1;
	text-align: center;
	color: #fff;
	padding-bottom: 32px;
	margin-top: -1px;
	padding-top: 20px;
	letter-spacing: 0.08em;
}

.fuan span.small {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2em;
}

span.wavy {
	background: url(./images/wavy.png) bottom repeat-x;
	background-size: 100% auto;
	padding-bottom: 4px;
}

.fuan h2 {
	font-size: 20px;
	margin-bottom: 32px;
	letter-spacing: 0.08em;
}

.fuan h3 span {
	font-size: 18px;
	background: linear-gradient(transparent 85%, rgba(0, 0, 0, 0.08) 0%);
	display: inline;
	padding-bottom: 4px;
	letter-spacing: 0.08em;
}

.fuan h3 {
	position: relative;
	display: inline-block;
}

.fuan h3::before {
	position: absolute;
	top: -12px;
	left: -24%;
	content: "";
	width: 50px;
	height: 50px;
	background-image: url('./images/illust1.png');
	background-position: center;
	background-size: contain;
}

.fuan ul {
	background-image: url(./images/fuan-bg.png);
	background-size: cover;
	background-position: bottom;
	padding: 40px 7.5% 54px;
	margin-top: -2px;
}

.fuan ul li {
	font-family: "Zen Maru Gothic", sans-serif;
	width: 60%;
	font-size: 14px;
	position: relative;
	z-index: 0;
	padding: 12px 18px;
	border-radius: 20px;
	margin-bottom: 36px;
}

.fuan ul li::before {
	content: '';
	background: rgba(240, 229, 223, 0.8);
	filter: blur(2px);
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	border-radius: 20px;
}

.fuan ul li:nth-of-type(2n) {
	margin-right: 0;
	margin-left: auto;
}

.fuan ul li span {
	color: #FA6384;
}

/* ----------------------------------------------------
	サポートセクション
---------------------------------------------------- */

.support {
	background-image: url(./images/support-bg.png);
	background-size: cover;
	background-position: center;
	padding-bottom: 32px;
}

.support .vector {
	background-image: url(./images/Vector01.png);
	background-size: contain;
	background-position: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 31%;
	margin: -40px auto 16px;
	background-repeat: no-repeat;
	height: 100%;
	padding: 31px;
	letter-spacing: 0.1em;
}

.support h2 {
	line-height: 2;
	text-align: center;
	margin-bottom: 14px;
	letter-spacing: 0.08em;
}

.support span.wavy01 {
	margin-right: 7px;
	background-size: 126%;
}

.support-img {
	margin: 0 5% 13px;
}

.support .txt {
	position: relative;
	display: inline-block;
	color: #FA6384;
	font-size: 15px;
	margin: 0 6.5% 18px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.cta2 {
	margin: 0 5%
}

.support .txt::after {
	position: absolute;
	bottom: -2px;
	right: 0;
	content: "";
	width: 78px;
	height: 43px;
	background-image: url(./images/support.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(30%);
}

/* ----------------------------------------------------
	理由セクション
---------------------------------------------------- */

.heading p {
	font-family: "Montserrat", sans-serif;
	color: #7CD7D4;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.08em;
	padding-top: 8px;
}

.heading h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: -8px;
}

.heading span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	background: url(./images/heading-line.png) bottom repeat-x;
	background-size: 123px;
	padding-bottom: 10px;
	display: block;
	background-repeat: no-repeat;
}

.reason ul {
	margin-top: 40px;
}

.reason li .txt {
	margin: 0 5%;
	font-size: 15px;
	margin-bottom: 40px;
}

.reason-img {
	margin: -16px 0 14px 4px;
}

.reason li:nth-child(2) .reason-img {
	margin-left: 0;
	margin-right: 4px;
}

.reason {
	margin-bottom: -24px;
}

/* ----------------------------------------------------
	ステップアップ２カ国留学セクション
---------------------------------------------------- */

.stepup {
	background-image: url(./images/stepup-bg.png);
	background-size: cover;
	background-position: top;
	padding-bottom: 24px;
	padding-top: 6%;
}

.stepup .vector {
	background-image: url(./images/Vector02.png);
	background-size: contain;
	background-position: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 31%;
	margin: 10% auto;
	background-repeat: no-repeat;
	height: 100%;
	padding: 31px;
	letter-spacing: 0.1em;
}

.stepup h2 {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.stepup span.pink {
	color: #FA6384;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	letter-spacing: 0.15em;
	background-color: #fff;
	margin-right: 5px;
	padding: 2px 8px;
}

.stepup span.wavy {
	position: relative;
	font-size: 18px;
	letter-spacing: 0.1em;
	background: url(./images/wavy.png) bottom repeat-x;
	background-size: 100% auto;
	padding-bottom: 4px;
}

.stepup span.wavy::after {
	position: absolute;
	bottom: -24px;
	right: -20%;
	content: "";
	width: 78px;
	height: 43px;
	background-image: url(./images/stepup.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(30%);
}

.stepup p {
	font-size: 15px;
	text-align: center;
	margin: 42px auto 4px;
}

.stepup-img {
	margin: 8px 5% -30px;
}

/* ----------------------------------------------------
	特徴セクション
---------------------------------------------------- */

.feature {
	background-image: url(./images/feature-bg.png);
	background-size: cover;
	background-position: top;
	padding-bottom: 24px;
	padding-top: 20px;
}

.feature-graph {
	margin: 24px 5% 0px;
}

/* ----------------------------------------------------
	なりたい未来セクション
---------------------------------------------------- */

.future-top {
	margin-top: -16px;
}

.future-bottom {
	background-image: url(./images/future-bg.png);
	background-size: cover;
	background-position: top;
	padding-bottom: 32px;
	padding-top: 24px;
}

.future li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: -8px 6% 15px;
}

.check img {
	width: 16px;
	height: auto;
	display: block;
}

.future li p {
	color: #FA6384;
	font-size: 15px;
	letter-spacing: 0.04em;
	margin: 0;
	line-height: 1.84;
}

.future .cta {
	margin: 18px 5% 0;
}

/* ----------------------------------------------------
	スケジュール
---------------------------------------------------- */

.schedule {
	background-image: url(./images/schedule-bg.png);
	background-size: cover;
	background-position: top;
	padding-bottom: 8px;
	padding-top: 16px;
}

.schedule p span {
	font-size: 11px;
	color: #25BDB1;
}

.schedule .txt {
	text-align: center;
	padding-top: 8px;
}

.schedule-img {
	margin: 16px 5% 36px;
}

/* ----------------------------------------------------
	お客様の声セクション
---------------------------------------------------- */

.voice li {
	margin: 0 5%;
}

.voice-top {
	display: flex;
	background-color: #7CD7D0;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	border-radius: 100px 0 0 0;
	border-top: #7CD7D0 2px solid;
	border-right: #7CD7D0 2px solid;
	border-left: #7CD7D0 2px solid;
	margin-top: 24px;
	min-height: 114px;
	padding-left: 60px;
}

.voice-img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.voice-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.voice-top h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
	overflow: hidden;
}

.voice li p {
	padding: 24px 36px;
	border-bottom: #7CD7D0 2px solid;
	border-right: #7CD7D0 2px solid;
	border-left: #7CD7D0 2px solid;
	letter-spacing: 0.04em;
}

.voice li p span {
	border-bottom: #FC92A9 3px solid;
	display: inline-block;
	line-height: 1;
}

.name {
	font-size: 13px;
}

/* ----------------------------------------------------
	チャンスセクション
---------------------------------------------------- */

.chance {
	background-image: url(./images/chance-bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 16px;
}

.chance h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 21px;
	padding-top: 50px;
}

.chance span.wavy {
	position: relative;
	background: url(./images/wavy.png) bottom repeat-x;
	background-size: 100% auto;
	padding-bottom: 4px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.chance span.wavy::after {
	position: absolute;
	bottom: 2px;
	right: -42px;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(./images/chance-img02.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.chance p {
	position: relative;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.04em;
	margin: 18px 5% 32px;
}

.chance p::after {
	position: absolute;
	bottom: -12px;
	right: 6%;
	content: "";
	width: 78px;
	height: 43px;
	background-image: url(./images/chance.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(30%);
}

.cta2 {
	margin: 0 5%
}

.ellipse {
	margin-bottom: -56px;
}

/* ----------------------------------------------------
	留学までの流れセクション
---------------------------------------------------- */

.flow-list li {
	position: relative;
	background-color: #25BDB1;
	border-radius: 20px;
	padding: 10px 20px 16px 80px;
	margin: 30px 5% 40px;
	color: #fff;
}

.flow-badge {
	position: absolute;
	top: -30px;
	left: -10px;
	background-color: #25BDB1;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 400;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #fff;
	line-height: 1.1;
}

.flow-badge .label {
	font-size: 8px;
}

.flow-badge .num {
	font-size: 22px;
}

.flow-title {
	background-color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #1D1D1D;
	font-size: 15px;
	letter-spacing: 0.04em;
	padding: 2px 16px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 8px;
	width: 173px;
	height: 30px;
	text-align: center;
}

.flow-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-left: -50px;
}

.flow-detail p {
	flex: 0 1 auto;
}

.flow-img {
	width: 25%;
	height: auto;
}

.flow-list li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 20px;
	background-image: url(./images/polygon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.flow {
	margin-bottom: -8px;
}

/* ----------------------------------------------------
	FAQセクション
---------------------------------------------------- */

.faq .question {
	display: flex;
	gap: 8px;
	padding: 24px 0 6px 8px;
	border-bottom: 2px solid #B2B2B2;
	justify-content: flex-start;
	margin: 0 5% auto;
}

.q-mark {
	width: 20px;
	height: 24px;
}

.faq p.answer {
	color: #25BDB1;
	margin: 6px 8% 16px;
}

.faq {
	margin-bottom: 34px;
}

.pc {
	display: none;
}

@media screen and (min-width: 768px) {
	body {
			padding: 0 0;
			width: 640px;
			height: auto;
			max-width: 100%;
			margin: 0 auto;
			font-size: 18px;
		}
}

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

	.mv .logo {
		width: 120px;
		padding-top: 24px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}


	.fuan span.small {
		font-size: 18px;
	}

	.fuan h2 {
		font-size: 25px;
	}

	.fuan h3 span {
		font-size: 24px;
	}

	.fuan ul li {
		font-size: 18px;
		padding: 18px 18px;
	}

	.fuan ul {
		padding: 54px 19% 60px;
	}

	.support {
		padding-bottom: 48px;
	}

	.support .vector {
		font-size: 20px;
		margin: -50px auto 16px;
		padding: 36px;
	}

	.support .txt {
		font-size: 18px;
		margin: 10px 6.5% 54px;
	}

	.support .txt::after {
		position: absolute;
		bottom: -32px;
		right: -8%;
		width: 108px;
		height: 72px;
	}

	.heading p {
		font-size: 40px;
		padding-top: 16px;
	}

	.heading h2 {
		font-size: 18px;
	}

	.heading span {
		font-size: 22px;
	}

	.reason li .txt {
		margin: 18px 5%;
		font-size: 19px;
		margin-bottom: 46px;
	}

	.stepup {
		padding-bottom: 16px;
		padding-top: 132px;
	}

	.stepup .vector {
		font-size: 20px;
		margin: -50px auto 16px;
		padding: 36px;
	}

	.stepup h2 {
		font-size: 19px;
		padding-top: 12px;
	}

	.stepup span.pink {
		font-size: 24px;
		padding: 3px 6px;
	}

	.stepup span.wavy {
		font-size: 23px;
	}

	.stepup span.wavy::after {
		bottom: -40px;
		right: -24%;
		width: 108px;
		height: 72px;
	}

	.stepup p {
		font-size: 18px;
		text-align: center;
		margin: 57px 12.5% 28px;
	}

	.future-bottom {
		padding-bottom: 40px;
		padding-top: 32px;
	}

	.check img {
		width: 19px;
	}

	.future li p {
		font-size: 22px;
	}

	.schedule p span {
		font-size: 16px;
	}

	.voice-top {
		gap: 24px;
		margin-top: 32px;
		min-height: 138px;
		padding-left: 116px;
	}

	.voice-top h3 {
		font-size: 18px;
	}

	.voice li {
		margin: 32px 12%;
	}

	.voice li p {
		padding: 24px 40px;
	}

	.name {
		font-size: 16px;
	}

	.chance {
		background-size: contain;
	}

	.chance h2 {
		font-size: 25px;
		margin-bottom: 48px;
		padding-top: 104px;
	}

	.chance p {
		font-size: 20px;
		margin: 24px 5% 48px;
	}

	.chance p::after {
		bottom: -20px;
		right: 5%;
		width: 108px;
		height: 72px;
	}

	.chance span.wavy::after {
		bottom: -8px;
		right: -50px;
		width: 54px;
		height: 54px;
	}

	.ellipse {
		margin-bottom: -100px;
		margin-top: -21px;
	}

	.flow-badge {
		width: 80px;
		height: 80px;
	}

	.flow-badge .label {
		font-size: 10px;
	}

	.flow-badge .num {
		font-size: 26px;
	}

	.flow-title {
		font-size: 18px;
		padding: 3px 16px;
		width: 223px;
		height: 36px;
	}

	.flow-list li {
		border-radius: 20px;
		padding: 20px 54px 24px 132px;
		margin: 36px 12% 40px;
	}

	.faq .question {
		gap: 10px;
		margin: 8px 7% auto;
	}

}

footer small {
	padding: 24px 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
	display: block;
}

.jicoo-wrapper{
	padding: 32px 16px 0;
}