@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ====================== common ====================== */

:root {
	--black: #242424;
	--grey: #5B5B5B;
	--red: #C12121;
	--blue: #025DB3;
	--orange: #D97100;
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	line-height: 1;
	color: var(--black);
	background-color: #fff;
	overflow-x: hidden;
}

.en {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

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

a {
	transition: all 0.4s ease;
	cursor: pointer;
}

/* a:focus, a:hover {
	opacity: 0.6;
} */

.pc {
	display: none;
}

@media (min-width: 1200px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	border: none;
	background: none;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

input,
textarea {
	width: 100%;
	max-width: 100%;
}

textarea {
	resize: vertical;
}

/*
header、aside、footerの要素はpx固定
mainの要素はrem（場合によってclamp）
fontsizeは基本rem、見出しなどはclamp
clamp計算 URL：https://min-max-calculator.9elements.com/?16,24,375,500
*/

/* ====================== top.html ====================== */

.top-header {
	width: 100%;
	height: 100px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #fff;
}

.top-h1-logo {
	text-align: center;
}

.top-half {
	height: 50vh;
  width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: clamp(2.5rem, -5rem + 32vw, 5rem); /*40px-80px*/
}

.top-study_abroad {
	background: url(../img/lp/study_abroad/study_abroad.webp);
	background-repeat: no-repeat;
  background-position: center bottom;
	background-size: cover;
}

.top-english_school {
	background: url(../img/lp/english_school/english_school.webp);
	background-repeat: no-repeat;
  background-position: center bottom;
	background-size: cover;
}

.top-entrance {
	text-align: center;
}

.top-h2 {
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /*14px-16px*/
	font-weight: 500;
	color: #fff;
	margin-bottom: clamp(0.5rem, -1rem + 6.4vw, 1rem); /*8px-16px*/
}

.top-h3 {
	font-size: clamp(2rem, -2.5rem + 19.2vw, 3.5rem); /*32px-56px*/
	font-weight: 500;
	color: #fff;
}

.top-link {
	display: block;
	max-width: 204px;
	margin:0 auto;
	padding-inline: 1rem;
	padding-top: clamp(0.75rem, 3.2vw, 1rem); /*12px-16px*/
	padding-bottom: clamp(0.75rem, 3.2vw, 1rem); /*12px-16px*/
	margin-top: clamp(3rem, -4.5rem + 32vw, 5.5rem); /*48px-88px*/
	border-radius: 6px;
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /*14px-16px*/
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #fff;
}

.link-study_abroad {
	background-color: var(--orange);
}

.link-english_school {
	background-color: var(--blue);
}

.scroll_wrapper {
	position: relative;
}

.scroll {
  position:absolute;
  top: clamp(0.75rem, 3.2vw, 1rem); /*12px-16px*/
  left: 50%;
	transform: translateX(-50%);
}

.scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color:#fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {top:0;}
  100% {
		top: clamp(1.25rem, -4.375rem + 24vw, 3.125rem); /*20px-50px*/
	}
}

@keyframes cirlemovehide {
  0% {opacity:0}
  50% {opacity:1;}
  80% {opacity:0.9;}
  100% {opacity:0;}
}

.scroll:after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:1px;
  height: clamp(1.5rem, -4.5rem + 25.6vw, 3.5rem); /*24px-56px*/
  background-color:#fff;
}

@media all and (min-width: 768px) {
  .top-clmn2_wrapper {
    display: flex;
  }
	.top-half {
		height: 100vh;
	}
}


/* ====================== 固定背景 ====================== */

/* 背景固定 */
.bg-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.lp-study_abroad-top {
	background-image: url(../img/lp/study_abroad/bg-study_abroad02.webp);
}

.lp-english_school-top {
	background-image: url(../img/lp/english_school/bg-english_school02.webp);
}

@media (min-width: 1200px) {
	.lp-study_abroad-top {
		background-image: url(../img/lp/study_abroad/bg-study_abroad.webp);
	}

	.lp-english_school-top {
		background-image: url(../img/lp/english_school/bg-english_school.webp);
	}
}

/* 流れる文字 */
.marquee-vertical {
	display: none;
}

@media (min-width: 1200px) {
.marquee-vertical {
  position: fixed;
  top: 0;
  left: 0;
	display: block;
  width: 200px;
  height: 100%;
  overflow: hidden;
	mix-blend-mode: overlay;
	opacity: 0.17;
	z-index: -1;
}

.marquee-vertical__inner {
  display: flex;
  flex-direction: column;
	gap: 48px;
  animation: marqueeY 60s linear infinite;
}

.marquee-vertical__inner span {
  display: block;
  margin-bottom: 48px;
}
}

@keyframes marqueeY {
  from { transform: translateY(0%); }
  to { transform: translateY(-50%); }
}

/* pc 左カラム */
.pc_left {
	display: none;
}

.bg_logo {
	position: fixed;
  z-index: 10;
  top: 48px;
  left: 0;
	width: calc(50% - 250px);
	max-width: 416px;
	padding-inline: 3rem; /*48px;*/
}

.info_box {
	position: fixed;
  z-index: 10;
  bottom: 40px;
  left: 0;
	width: calc(50% - 250px);
	max-width: 416px;
	padding-inline: 3rem; /*48px;*/
}

.info_sns {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	margin-bottom: 32px;
}

.info_sns li {
	width: 32px;
	height: 32px;
}

.pc_copy {
	font-size: 0.6875rem ; /*11px*/
	font-weight: 100;
	color: #fff;
}

@media (min-width: 1080px) {
	.pc_left  {
		display: block;
	}
}

/* ====================== header ====================== */

.lp-header {
	position: fixed;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
	width: 100%;
	max-width: 500px;
	height: 100px;
	padding-top: 18px;
	padding-bottom: 18px;
	/* background-color: rgba( 255, 255, 255, 0.8); */
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(206, 210, 217, 0.5);
	/* backdrop-filter: blur(1px); */
	z-index: 99;
}

.lp-h1-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-inline: 0.5rem; */
}

@media (min-width: 1200px) {
	.lp-header {
		display: none;
	}
}

/* ====================== 追従ボタン ====================== */

.follow_btn_wrapper {
	position: fixed;
	bottom: 0;
	left: 50%;
  transform: translateX(-50%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	width: 100%;
	max-width: 500px;
	height: 112px;
	padding-inline: 1rem;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: rgba( 0, 0, 0, 0.3);
	/* box-shadow: 0px 0px 12px rgba(206, 210, 217, 0.5); */
	backdrop-filter: blur(1px);
	z-index: 99;
}

.contact_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-radius: 12px;
	font-size: clamp(0.75rem, 0.375rem + 1.6vw, 0.875rem); /*12px-14px*/
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	outline: 1px solid #fff;
  outline-offset: -4px;
	/* mix-blend-mode: screen; */
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bgor {
	background-color: #1d78b6;
	background: linear-gradient(to bottom, #0aa 0%, #0062a4 100%);
}

.bgbl {
	background-color: #BF4222;
	background: linear-gradient(to bottom, #E6826B 0%, #A80047 100%);
}

.bgrd {
	background-color: #319f58;
	background: linear-gradient(to bottom, #86b700 0%, #08792f 100%);
}

.icn_follow {
	width: 28px;
	transform: translateY(2px);
}

.txt_small {
	display: block;
	margin-bottom: 6px;
	font-size: 80%;
}

@media (min-width: 1200px) {
	.follow_btn_wrapper {
		display: none;
	}
}

/* ====================== nav ====================== */

/* toggle */
.openbtn1 {
	position: absolute;
	z-index: 9999;
	top: 20px;
	right: 20px;
	cursor: pointer;
	/* width: 34px;
	height: 20px; */
	width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 50%;
}

.openbtn1 span {
	display: inline-block;
	transition: all 0.4s ease;
	position: absolute;
	height: 2px;
	border-radius: 1px;
	background-color: var(--black);
	width: 55%;
}

.openbtn1 span:nth-of-type(1) {
	top: 22px;
}

.openbtn1 span:nth-of-type(2) {
	top: 32px;
}

.openbtn1 span:nth-of-type(3) {
	top: 42px;
}

.openbtn1.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
	visibility: hidden;
}

.openbtn1.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

@media (min-width: 1200px) {
	.openbtn1 {
		display: none;
	}
}

/* menu */
.menu_ttl {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 16px;
	padding-inline: 1rem;
	font-size: 1.25rem; /*20px*/
	font-weight: 500;
	color: #eee;
	letter-spacing: 0.08em;
}

.menu_wrapper {
	max-width: 500px;
	margin: 0 auto;
	background-color: #eee;
	background-image: url(../img/lp/bg_gy.jpeg);
  background-blend-mode: saturation;
  background-size: contain;
	/* border-radius: 0 32px 0 0; */
	/* border-radius: 8px; */
	margin-bottom: 32px;
	box-shadow: 5px 2px 10px rgba(0,0,0,0.1),-5px 2px 10px rgba(0,0,0,0.1);
}

.bdor {
	border-left: 6px solid #2e918f;
}

.bdbl {
	border-left: 6px solid #c44177;
}

/* .bdgr {
	border-left: 16px solid #8ab513;
} */

.menu_wrapper > li {
	padding-inline: 2.5rem 3rem;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
}

.menu_wrapper > li:not(:last-of-type) {
	border-bottom: 1px solid #CECECE;
}

.menu_wrapper > li:nth-of-type(2) {
	padding: 0;
}

.menu_inner > li {
	background-color: #E3E3E3;
	padding-inline: 2.5rem 1rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8125rem; /*13px;*/
	font-weight: 400;
}

.menu_inner > li:not(:last-of-type) {
	border-bottom: 1px solid #CECECE;
}

.menu_wrapper li a {
	display: block;
}

.menu_wrapper li a:hover {
	color: var(--red);
}

.square {
	position: relative;
}

.square::before {
	content: '';
	position: absolute;
  top: 50%;
	transform: translateY(-50%);
  left: 24px;
	display: inline-block;
	border: 4px solid transparent;
  border-left: 5px solid var(--red);
	margin-right: 0.5rem;
}

.current {
	color: var(--red);
}

/* hover */
.hover_circle {
	position: relative;
}

.hover_circle::before {
	content: '';
	position: absolute;
  top: 50%;
	transform: translateY(-50%);
  left: -1rem;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--red);
	margin-right: 0.5rem;
	opacity: 0;
	transition: all 0.3s ease;
}

.hover_circle:hover::before {
  opacity: 1;
}

@media (min-width: 1200px) {
	.menu_ttl {
		max-width: 300px;
	}
	.menu_wrapper {
		max-width: 300px;
	}
}

/* contact_btn */
.pc_contact_btn {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 48px;
	font-size: 1rem;
	font-weight: 500;
}

.icn_mail {
	width: 48px;
	transform: translateY(2px);
}

@media (min-width: 1200px) {
	.pc_contact_btn {
		max-width: 300px;
	}
}

/* sp */
.sp_nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
}

#sp_menu {
	opacity: 0;
  visibility: hidden;
	position: fixed;
	z-index: -99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	transition: all 0.4s ease;
	padding-inline: 2rem; /*32px*/
	padding-top: 96px;
	padding-bottom: 80px;
	overflow-x: scroll;
}

#sp_menu.panelactive {
	opacity: 1;
  visibility: visible;
	z-index: 999;
}

@media (min-width: 1200px) {
	#sp_menu {
		display: none;
	}
}

/* pc 右カラム */
.pc_nav {
	position: fixed;
  z-index: 10;
  top: 88px;
  right: 0;
	width: calc(50% - 250px);
  padding-inline: 3rem;
}

#pc_menu {
	display: none;
}

@media (min-width: 1200px) {
	#pc_menu {
		display: block;
	}
}

/* ====================== info ====================== */

.sp_info {
	max-width: 295px;
	margin: 0 auto;
	text-align: center;
}

.info_logo {
	margin-bottom: 32px;
	mix-blend-mode: screen;
}

.sp_info > .info_sns {
	justify-content: center;
}

.info_address {
	margin-bottom: 24px;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
}

.info_tel {
	display: block;
	margin-bottom: 48px;
	mix-blend-mode: screen;
}

/* ====================== main ====================== */

/* 左右余白 */
.inner {
	padding-inline: 1rem;
}

@media (min-width: 500px) {
	.inner {
		padding-inline: 1.5rem;
	}
}

/* 上下余白 */
.mb {
	margin-bottom: 1rem;
}

@media (min-width: 500px) {
.mb {
	margin-bottom: 1.5rem;
}
}

.container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
	padding-top: 100px;
	background-color: #fff;
	box-shadow: 5px 2px 10px rgba(0,0,0,0.1),-5px 2px 10px rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
	.container {
		padding-top: 0;
	}
}

/* 見出し */
.heading {
  font-weight: 700;
  font-size: clamp(20px, 4.53vw, 34px); /* 34 ÷ 500 = 0.0453 → 4.53vw */
	text-align: center;
	padding-bottom: clamp(28px, 7.47vw, 56px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ピックアップ */
.pickup {
	/* padding-inline: 1rem; */
	padding-top: clamp(2rem, -1rem + 12.8vw, 3rem); /*32px-48px*/
	padding-bottom: clamp(1rem, -0.5rem + 6.4vw, 1.5rem); /*16px-24px*/
	background-color: #eff0f1;
	overflow: auto;
}

.pickup_h6 {
	margin-bottom: clamp(0.875rem, -0.25rem + 4.8vw, 1.25rem); /*14px-20px*/
	font-size: clamp(1.125rem, 4.8vw, 1.5rem); /* 18px-24px */
	font-weight: 500;
	color: var(--red);
	letter-spacing: 0.08em;
	text-align: center;
}

.slider-1 {
	
}

.slider-1 .slick-slide {
	max-width: 342px;
	position: relative;
	overflow: hidden;
	margin-left: 16px;
	border-radius: 4px;
}

.slider-1 .slick-slide img {
	width: 100%;
/* 	height: 50vw; */
    object-fit: contain;
	display: block;
	margin: 0 auto;
}

.slider-1 .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 180px;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-1 .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}

.slider-1 .slick-next {
	right: 10px;
}

.slider-1 .slick-prev {
	left: 10px;
}

.slider-1 .slick-next::before {
	left: 20px;
}

.slider-1 .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
}

.dots-1 .slick-dots {
	text-align: center;
	padding-top: 12px;
}

.dots-1 .slick-dots li {
	display: inline-block;
}

.dots-1 .slick-dots button {
	display: block;
	width: 6px;
	height: 6px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bdbdbd;
	border-radius: 50%;
}

.dots-1 .slick-dots .slick-active button {
	background: var(--red);
	transform: scale(1.4);
}

/* ポイント */
.point_wrapper {
	margin-bottom: clamp(1.5rem, 6.4vw, 2rem); /*24px-32px*/
}

.intro {
	text-align: center;
  font-size: clamp(0.75rem, 0.188rem + 2.4vw, 0.938rem); /*12px-15px */
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: clamp(1.5rem, 6.4vw, 2rem); /*24px-32px*/
}

.point {
	background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  position: relative;
}

.point_absolute {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 18px;
	width: 100%;
	padding-inline: 1rem;
}

.abroad04 {
	background-image: url(../img/lp/study_abroad/study-abroad04.jpg);
	aspect-ratio: 710 / 668;
}

.abroad05 {
	background-image: url(../img/lp/study_abroad/study-abroad05.jpg);
	aspect-ratio: 710 / 668;
}

.abroad06 {
	background-image: url(../img/lp/study_abroad/study-abroad06.jpg);
	aspect-ratio: 710 / 668;
}

.abroad07 {
	background-image: url(../img/lp/study_abroad/study-abroad07.jpg);
	aspect-ratio: 710 / 668;
}

.school04 {
	background-image: url(../img/lp/english_school/english-school04.jpg);
	aspect-ratio: 710 / 706;
}

.school05 {
	background-image: url(../img/lp/english_school/english-school05.jpg);
	aspect-ratio: 710 / 706;
}

.school06 {
	background-image: url(../img/lp/english_school/english-school06.jpg);
	aspect-ratio: 710 / 668;
}

.school07 {
	background-image: url(../img/lp/english_school/english-school07.jpg);
	aspect-ratio: 710 / 706;
}

.more_btn_01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 180px;
	margin: 0 auto;
	padding-inline: 1rem;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: rgba(255,255,255,0.5);
	/* background-color: #dbae00; */
	/* outline: 1px solid #fff;
  outline-offset: -3px; */
	border-radius: 8px;
	border: 1px solid var(--grey);
	font-size: clamp(0.75rem, 0.375rem + 1.6vw, 0.875rem); /*12px-14px */
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
	box-shadow: 5px 5px rgba(0,0,0,0.2);
}

.more_btn_01::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 32px;
  width: 0;
  height: 0;
  margin: auto;
	border-left: 5px solid var(--black);
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.more_btn_01:hover {
	background-color: #ffd700;
}

@media (min-width: 500px) {
	.point_absolute {
		bottom: 32px;
	}
	.more_btn_01 {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

/* 選ばれる理由 */
.reason {
  width: 100%;
  position: relative;
}

.reason_absolute {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
	width: 100%;
	padding-inline: 1rem;
}

.abroad11 {
	background: linear-gradient(to bottom, #fff5ed 0%, #ffdfc9 100%);
	aspect-ratio: 768 / 202;
}

.school11 {
	background: linear-gradient(to bottom, #edf7ff 0%, #aed8ff 100%);
	aspect-ratio: 768 / 202;
}

.more_btn_02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* max-width: 380px; */
	margin: 0 auto;
	padding-inline: 1rem;
	padding-top: 24px;
	padding-bottom: 24px;
	/* background-color: var(--red); */
	background: linear-gradient(to bottom, #d0004e 0%, #9f0d0d 100%);
	/* border-radius: 8px; */
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /* 14px-16px */
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.more_btn_02::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 32px;
  width: 0;
  height: 0;
  margin: auto;
	border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

/* バナー */
.banner {
	padding-inline: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #eff0f1;
}

@media (min-width: 500px) {
	.banner {
		padding-inline: 1.75rem;
	}
}

/* 申し込み受付中 */
.youtube {
	background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  position: relative;
}

.youtube_absolute {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
	width: 100%;
	padding-inline: 2.375rem;
	padding-top: 20px;
}

.abroad15 {
	background-image: url(../img/lp/study_abroad/study-abroad15.jpg);
	aspect-ratio: 768 / 432;
}

.homestay {
  background-color: #fff;
  padding-inline: 1rem;
  padding-top: 24px;
  padding-bottom: clamp(3rem, 12.8vw, 4rem); /*48px-64px*/
}

.iframe {
	aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media (min-width: 500px) {
	.homestay {
		 padding-inline: 2rem;
	}
}

/* 自治体・教育機関の方向け */
.education {
	background-color: var(--grey);
	padding-inline: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.more_btn_04 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-inline: 1rem;
	padding-top: 24px;
	padding-bottom: 24px;
	/* background-color: #fff; */
	background: linear-gradient(to bottom, #FFF 0%, #CECECE 100%);
	border: 1px solid var(--red);
	/* border-radius: 8px; */
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /* 14px-16px */
	font-weight: 600;
	color: var(--red);
	text-align: center;
	letter-spacing: 0.06em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.more_btn_04::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 32px;
  width: 0;
  height: 0;
  margin: auto;
	border-left: 6px solid var(--red);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

@media (min-width: 500px) {
	.education {
		padding-inline: 2rem;
	}
}

/* 大学受験 体験談 */
.taikendan_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 32px;
}

.taikendan {
	background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  position: relative;
}

.taikendan_absolute01 {
	position: absolute;
	right: 5px;
	bottom: clamp(1rem, -0.5rem + 6.4vw, 1.5rem); /*16px-24px*/
	width: 70%;
	padding-inline: 0.5rem;
}

.taikendan_absolute02 {
	position: absolute;
	left: 5px;
	bottom: clamp(1rem, -0.5rem + 6.4vw, 1.5rem); /*16px-24px*/
	width: 70%;
	padding-inline: 0.5rem;
}

.school15 {
	background-image: url(../img/lp/english_school/english-school15.jpg);
	aspect-ratio: 384 / 412;
}

.school16 {
	background-image: url(../img/lp/english_school/english-school16.jpg);
	aspect-ratio: 384 / 412;
}

.more_btn_03 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 160px;
	margin: 0 auto;
	padding-inline: 1rem;
	padding-top: clamp(0.625rem, 0.25rem + 1.6vw, 0.75rem); /*10px-12px*/
	padding-bottom: clamp(0.625rem, 0.25rem + 1.6vw, 0.75rem); /*10px-12px*/
	background-color: #ffd0d0;
	border-radius: 32px;
	border: 1px solid var(--grey);
	font-size: clamp(0.625rem, 0.063rem + 2.4vw, 0.813rem); /*10px-13px*/
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.06em;
}

.more_btn_03::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 16px;
  width: 0;
  height: 0;
  margin: auto;
	border-left: 5px solid var(--black);
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.jyuken {
	width: 100%;
  position: relative;
}

.jyuken_absolute {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
	width: 100%;
	padding-inline: 1rem;
}

.school17 {
	background-color: #fff;
	aspect-ratio: 768 / 262;
}

.shikaku {
	width: 100%;
  position: relative;
}

.shikaku_absolute {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
	width: 100%;
	padding-inline: 1rem;
}

.school20 {
	background-color: #fff;
	aspect-ratio: 768 / 202;
}

/* よくある質問 */
.qanda {
  padding-bottom: clamp(1.5rem, 6.4vw, 2rem); /*24px-32px*/
}

/* Q */
.question {
	position: relative;
	padding-left: 2.5rem;
}

.question::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-image: url(../img/lp/icn-q.png);
	background-repeat:
	no-repeat;
	background-size: contain;
}

/* A */
.answer {
	position: relative;
	padding-left: 2.5rem;
}

.answer::before {
	content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
	height: 26px;
	background-image: url(../img/lp/icn-a.png);
	background-repeat:
	no-repeat;
	background-size: contain;
	opacity: 0;
  transition: opacity .3s ease;
}

.answer.open::before {
	opacity: 1;
}

.accordion {
	padding-inline: 1rem;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-left: 1rem;
  margin-right: 1rem;
	font-size: 0.825rem;
	line-height: 2.2;
	letter-spacing: 0.02em;
}

.accordion + .accordion {
  border-top: 1px solid #ddd;
}

/* ボタン（＋/−） */
.accordion-header {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 3rem;
  cursor: pointer;
}

/* ＋の横棒 */
.accordion-header::before,
.accordion-header::after {
  content: "";
  position: absolute;
  background-color: var(--red);
  border-radius: 1px;
}

/* 横棒 */
.accordion-header::before {
  width: 14px;
  height: 2px;
  right: 10px;
  top: 50%;
	transform: translateY(-50%);
}

/* 縦棒 */
.accordion-header::after {
  width: 2px;
  height: 14px;
  right: 16px;
  top: calc(50% - 7px);
  transition: opacity .3s ease, transform .3s ease;
}

.accordion-header.active::after {
	opacity: 0;
	transform: rotate(90deg);
}

.accordion-content {
	display: none;
	opacity: 1;
	padding-right: 1rem;
	margin-top: 2rem;
}

.qa_indent {
	text-indent: -0.825rem;
  padding-left: 0.825rem;
}

.solid {
	display: block;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	border-top: 1px solid #ddd;
}

.online_lesson {
	padding-inline: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
	margin-left: 1rem;
  margin-right: 1rem;
	background-color: #7dc7f0;
	text-align: center;
	color: #fff;
}

/* お問い合わせ */
.contact {
  padding-bottom: clamp(3rem, 12.8vw, 4rem); /*48px-64px*/
	background-color: #ececec;
}

/* .contact > p {
	padding-bottom: clamp(28px, 7.47vw, 56px);
	text-align: center;
} */

.contact ul {
	padding-inline: 1rem;
}

.contact ul li {
	margin-bottom: 28px;
}

.label p {
}

.label {
  display: flex;
  align-items: center;
  gap: 0.5em;
	margin-bottom: 10px;
	font-weight: 500;
}

.haveto {
	background-color: #c7304c;
	font-size: 0.625rem; /* 10px*/
	color: #fff;
  padding: 0.25rem;
	border-radius: 4px;
}

.error {
	display: block;
	margin-top: 0.375rem;
	font-size: 0.825rem;
	color: var(--red);
}

/* お問い合わせボタン */
.form {
	background-color: #fff;
	padding: 0.5rem;
	line-height: 1.5;
}

.input {
	min-height: 42px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
}

.textarea {
	min-height: 120px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
  resize: vertical;
}

.form_btn_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-left: 1rem;
  margin-right: 1rem;
}

.form_btn {
	position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 1rem;
	padding-top: 24px;
	padding-bottom: 24px;
	background: linear-gradient(to bottom, #d5d100 0%, #7d9723 100%);
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /* 14px-16px */
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 32px;
  width: 0;
  height: 0;
  margin: auto;
	border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.back_btn {
  display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 1rem;
	padding-top: 24px;
	padding-bottom: 24px;
	background: linear-gradient(to bottom, #acacac 0%, #888 100%);
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem); /* 14px-16px */
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form_radio {
	display: flex;
	gap: 16px;
}

.form_radio label {
	display: grid;
  grid-template-columns: 16px 1fr;
	gap: 6px;
	font-weight: 300;
}

.form_check {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-weight: 300;
}

.form_check label {
	display: grid;
  grid-template-columns: 16px 1fr;
	gap: 6px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}

.complete_txt {
	padding-inline: 1rem;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.825rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (min-width: 500px) {
	.contact ul {
		padding-inline: 2rem;
	}
	.form_btn_wrapper {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}

.img_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-inline: 1rem;
}

/* 画像 */
.img20a {
	animation-delay: 0.1s;
}

.img20b {
	animation-delay: 0.2s;
}

.img20c {
	animation-delay: 0.3s;
}

.img20d {
	animation-delay: 0.4s;
}

.img20e {
	animation-delay: 0.5s;
}

.img20f {
	animation-delay: 0.6s;
}

.img20g {
	animation-delay: 0.7s;
}

.img20h {
	animation-delay: 0.8s;
}

.img20i {
	animation-delay: 0.9s;
}

.img20j {
	animation-delay: 1s;
}

.img20k {
	animation-delay: 1.1s;
}

.img20l {
	animation-delay: 1.2s;
}

.img20m {
	animation-delay: 1.3s;
}

.img20n {
	animation-delay: 1.4s;
}

.img20o {
	animation-delay: 1.5s;
}

.img20p {
	animation-delay: 1.6s;
}

.img20q {
	animation-delay: 1.7s;
}

.img20r {
	animation-delay: 1.8s;
}

.img20s {
	animation-delay: 1.9s;
}

.img20t {
	animation-delay: 2s;
}

.img20u {
	animation-delay: 2.1s;
}

.fadein-target {
	opacity: 0;
}

/* 流れる画像 */
.scroll-infinity {
	padding-top: clamp(1rem, -0.5rem + 6.4vw, 1.5rem); /*16px-24px*/
	padding-bottom: clamp(1rem, -0.5rem + 6.4vw, 1.5rem); /*16px-24px*/
	background-color: #ececec;
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
	}

.scroll-infinity__list {
	display: flex;
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: 72px;
	margin-left: 16px;
}

.scroll-infinity__item > img {
	width: 100%;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

/* ====================== footer ====================== */

.footer {
	width: 100%;
  max-width: 500px;
  margin: 0 auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding-top: 80px;
  padding-bottom: 132px;
	background-color: var(--black);
}

.footer > p {
	text-align: center;
	font-size: clamp(12px, 2.13vw, 16px);
	line-height: 1.6;
	color: #fff;
}

@media (min-width: 1200px) {
	.footer {
		padding-bottom: 24px;
	}
}

/* 戻るボタン */

/* .back {
	padding-top: clamp(40px, 10.67vw, 80px);
  padding-bottom: clamp(40px, 10.67vw, 80px);
}

.back_btn {
	position: relative;
  max-width: 290px;
	padding-top: clamp(8px, 2.13vw, 16px);
	padding-bottom: clamp(8px, 2.13vw, 16px);
	margin: 0 auto;
	background: linear-gradient(to bottom, #1581cc 0%, #0e579d 100%);
	color: #fff;
	border-radius: 32px;
  font-size: clamp(14px, 3.73vw, 26px);
	text-align: center;
  transition: .3s;
  z-index: 1;
}

.back_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	left: 16px;
  width: 0;
  height: 0;
  margin: auto;
	border-right: 6px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

@media (min-width: 500px) {
	.back_btn::after {
		left: 26px;
		border-right: 8px solid #fff;
  	border-bottom: 7px solid transparent;
  	border-top: 7px solid transparent;
	}
} */