@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #c8c8c8;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/pc/selct-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.vertical__align input{
	vertical-align: middle;
}
.privacy {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	height: 133px;
}
select {
	width: 100%;
	padding: 15px 30px 15px 18px;
	border-radius: 5px;
	color: inherit;         /* inputと同じ文字色（bodyの色を継承） */
	background-color: #fff; /* inputと同じ背景色 */
}
.basePcFlexList, .pcFlexList, .pcFlexList5, .pcFlexList4, .pcFlexList3, .pcFlexList2, .pcColList, .pcColList3, .pcColList2 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.basePcFlexList li, .pcFlexList li, .pcFlexList5 li, .pcFlexList4 li, .pcFlexList3 li, .pcFlexList2 li, .pcColList li, .pcColList3 li, .pcColList2 li {
	width: 48%;
}



/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0 !important;}
.padding-none {padding:          0 !important;}

.margin-T0    {margin-top:       0 !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0 !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0 !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0 !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0 !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0 !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0 !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0 !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page_container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	max-width: 920px;
	width: 100%;
	margin-right: auto;
	margin-left:  auto;
}
.section__ttl {
	text-align: center;
	margin-bottom: 40px;
}
.section__wrap {
	padding: 80px 0;
}
.common__pink-bg {
	background: url(../images/pc/common-pink-bg.jpg)  no-repeat top center / cover;
}
.grid__bg {
	background: url(../images/pc/grid-bg.jpg) repeat top center / contain;
}

@media only screen and (max-width: 1020px) and (min-width: 641px) {
	.inner-width {
		width: 92%;
        margin-right: auto;
        margin-left: auto;
	}
}

@media screen and (max-width: 640px) {
	.inner-width {
		width: 92%;
        margin-right: auto;
        margin-left: auto;
	}
	.section__wrap {
		padding: 12.5% 0;
	}
	.section__ttl {
		margin-bottom: 6.5%;
	}
	.common__pink-bg {
		background: url("../images/sp/common-pink-bg@2x.jpg")  no-repeat top center / cover;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 20%;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * Responsive
 * ========================================================================== */
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
	.hidden-pc {
		display: none !important;
	}
}
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	background-color: #fff;
	padding: 23px 0;
}
.header__wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo img {
	vertical-align: middle;
}
.header__ctaBtn:hover img {
	transform: scale(1.02);
}
.nav__list {
	display: flex;
	gap: 25px;
	align-items: center;;
}
.nav__listItem {
	text-align: center;
}
.nav__listItem a {
	color: #282828;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
.nav__listItem a:hover {
	color: #d90005;
	text-decoration: none;
}
.reception__hours {
	font-size: 1.4rem;
}
.tel__number {
	display: flex;
	align-items: center;
	line-height: 1;
}
.tel__number img {
	width: 30px;
	height: 30px;
}
.tel__number a {
	color: #e20011;
	text-decoration: none;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.4rem;
	letter-spacing: -1px;
}
.reception__hours {
	text-align: center;
}

@media (max-width: 640px) {
    .header__wrap {
		gap: 8px;
		align-items: center;
    }
	.hd {
		background-color: #fff;
		padding: 10px;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
    .header__logo {
        width: 40.5%;
    }
    .header__logo img {
        width: 100%;
    }
    .header__cta {
		width: 43%;
    }
    .header__ctaBtn {
        display: block;
        width: 100%;
    }
    .header__ctaBtn img {
        width: 100%;
        height: auto;
        display: block;
    }
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 40px;
		width: 40px;
		background: #d90005;
		padding: 10px;
		border-radius: 3px;
		position: relative;
		z-index: 9999;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		width: 15px;
	}
	.menu__btn span:before {
		bottom: 5px;
	}
	.menu__btn span:after {
		top: 5px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
		flex-direction: column;
		margin: 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #315069;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
		margin: 0;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	/* /hamburger menu */
	.sp {
		display: block;
	}
	.nav__cta {
		margin: 20px auto 0 auto;
		width: 90%;
	}
	.header__tel {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 40px;
		width: 40px;
		background: #009a44;
		padding: 8px;
		border-radius: 3px;
		position: relative;
		z-index: 9999;
	}
	.header__tel img {
		width: 100%;
	}
	.header__menu {
		display: flex;
		column-gap: 10px;
	}
}

/* ==========================================================================
 * FV
 * ========================================================================== */
.fv {
	background: url("../images/pc/fv-bg.png") no-repeat top center / cover;
	padding-top: 10px;
	padding-bottom: 12%;
}
.fv .inner-width {
	position: relative;
}
.fv__cont {
	width: 100%;
	display: flex;
	justify-content: end;
}
.fv__cont img {
	width: 100%;
}
.fv__cta {
	position: absolute;
	bottom: -30%;
	left: 60%;
	transform: translateX(-50%);
	width: 90%;
}

@media only screen and (max-width: 1400px) and (min-width: 1021px) {
	.fv__cta {
		bottom: -19%;
		left: 50%;
		width: 55%;
	}
}

@media only screen and (max-width: 1020px) and (min-width: 641px) {
	.fv__cont {
		width: 60vw;
		display: flex;
		justify-content: end;
		margin-left: 35vw;
	}
	.fv__cta {
		bottom: -18%;
		left: 50%;
		width: 50%;
	}
}

@media (max-width: 640px) {
	.fv {
		background: url("../images/sp/fv-bg@2x.png") no-repeat top center / cover;
		padding-top: 21%;
		padding-bottom: 10%;
	}
}

/* ==========================================================================
 * NAV
 * ========================================================================== */
.gnavi {
	background: #fff;
	padding: 12px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gnavi__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnavi__list li {
	text-align: center;
}
.gnavi__list li a {
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.gnavi__list li a:hover {
	color: #d90005;
	text-decoration: none;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
}

@media only screen and (max-width: 1020px) and (min-width: 641px) {
	.gnavi__list li a {
		font-size: 1.2rem;
	}
}


/* ==========================================================================
 * worries
 * ========================================================================== */
.worries {
	background: url(../images/pc/worries-bg.jpg) repeat top center / cover;
	padding: 90px 0;
}

@media (max-width: 640px) {
	.worries {
		background: url(../images/sp/worries-bg@2x.jpg) repeat top center / cover;
		padding: 12.5% 0;
	}
}

/* ==========================================================================
 * merit
 * ========================================================================== */
#merit {
	padding: 66px 0 80px 0;
}
.merit__top,
.merit__first,
.merit__second {
	margin-bottom: 60px;
}
.merit__third {
	margin-bottom: 80px;
}
.chart__ttl {
	margin-bottom: 50px;
}

@media (max-width: 640px) {
	#merit {
		padding: 30px 0;
	}
	.merit__top,
	.merit__first,
	.merit__second,
	.merit__third,
	.chart__ttl {
		margin-bottom: 10%;
	}
	.comparison__chart {
		overflow-x: scroll;
        width: 100%;
        padding-bottom: 3vw;
        margin: 5% 0 0;
        position: relative;
	}
    .comparison__chart::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 62%;
        transform: translate(-50%, -50%);
        width: 110px;
        height: 120px;
        background-image: url(../images/sp/hand_arrow@2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
        pointer-events: none;
        animation: pulse 2s infinite;
		transition: opacity 0.5s ease;
    }
	.comparison__chart picture {
		width: 130%;
		display: block;
	}
	.comparison__chart.scrolled::before {
		opacity: 0;
		pointer-events: none;
	}
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta{
	background: url("../images/pc/cta-bg.jpg") repeat top center / contain;
	padding: 80px 0 100px 0;
}
.cta__ttl {
	margin-bottom: 20px;
}
.cta__btn {
	display: flex;
	justify-content: center;
}
.cta__btn:hover img {
	transform: scale(1.02);
}
@media (max-width: 640px) {
	.cta{
		background: url("../images/sp/cta-bg@2x.jpg") repeat top center / contain;
		padding: 10% 0;
	}
}
/* ==========================================================================
 * CASE
 * ========================================================================== */
#case {
	position: relative;
}
.case__first,
.case__second {
	margin-bottom: 50px;
}
.accent {
	position: absolute;
	bottom: -2%;
	left: 46.2%;
}

@media (max-width: 640px) {
	#case {
		padding-bottom: 12.5%;
	}
	.case__first,
	.case__second {
		margin-bottom: 6.5%;;
	}
	.accent {
		bottom: -3%;
		left: 33%;
		width: 37%;
	}
}

/* ==========================================================================
 * consultation-counter
 * ========================================================================== */
#satisfaction {
	background: url(../images/pc/satisfaction-bg.jpg) no-repeat top center / cover;
}

@media (max-width: 640px) {
	#satisfaction {
		background: url("../images/sp/satisfaction-bg@2x.jpg") no-repeat top center / cover;
	}
}

/* ==========================================================================
 * REASON
 * ========================================================================== */
.reason__first,
.reason__second {
	margin-bottom: 50px;
}

@media (max-width: 640px) {
	.reason__first,
	.reason__second {
		margin-bottom: 10%;;
	}
}

/* ==========================================================================
 * TEACHER
 * ========================================================================== */
#teacher p {
	font-size: 3rem;
	color: #d90005;
	font-weight: bold;
	text-align: center;
}
#teacher span {
	color: #333;
}
.teacher__list {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1 !important;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
.teacher__list.slick-initialized .slick-prev {
    position: absolute;
	content: "";
	background: url("../images/pc/slick-arrow-left.png") no-repeat;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 45%;
	left: -1%;
    transform: translateY(-50%);
}
.teacher__list.slick-initialized .slick-next {
    position: absolute;
	content: "";
	background: url("../images/pc/slick-arrow-right.png") no-repeat;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 45%;
	right: -1%;
    transform: translateY(-50%);
}
.teacher__list:not(.slick-initialized) {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.teacher__list.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.slick-list {
  margin: 0 -5px;
}
.slick-slide {
  margin: 0 5px;
}
.teacher__listItem img {
	width: 100%;
	height: auto;
}
.slick-slider {
	position: relative;
	margin-top: 120px;
}
.slick-slider::before {
	position: absolute;
	content: "";
	background-image: url("../images/pc/speech-bubble-left.png");
    width: 22%;
    height: 25%;
    top: -26%;
    left: -4vw;
}
.slick-slider::after {
	position: absolute;
	content: "";
	background-image: url("../images/pc/speech-bubble-right.png");
    width: 26%;
    height: 23%;
    top: -26%;
    right: -4vw;
}
.slick-track {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.circle .dots-wrap {
    display: flex;
    justify-content: center;
}
.circle .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 12px;
    background: #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
}
.circle .dots-wrap li:hover,
.circle .dots-wrap li.slick-active {
    background: #d90005;
}
.circle .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
	background-color: transparent;
}

@media (max-width: 640px) {
	.teacher__list {
        max-width: 288px;
		margin: 0 auto;
		margin-bottom: 0 !important;
    }
	.teacher__listItem {
        text-align: center;
		box-sizing: border-box;
    }
	.teacher__list.slick-initialized {
        display: block;
    }
	.teacher__list.slick-initialized .slick-prev {
		background: url("../images/sp/slick-arrow-left@2x.png") no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
        top: 45%;
        left: -2%;
		opacity: 1 !important;
	}
	.teacher__list.slick-initialized .slick-next {
		background: url("../images/sp/slick-arrow-right@2x.png") no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
        top: 45%;
        right: -2%;
		opacity: 1 !important;
	}
	.circle .dots-wrap {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		align-items: center;
	}
	.circle .dots-wrap li {
		width: 10px;
		height: 10px;
		margin: 0 12px;
		background: #c8c8c8;
		border-radius: 50%;
		cursor: pointer;
	}
	.circle .dots-wrap li:hover,
	.circle .dots-wrap li.slick-active {
		background: #d90005;
	}
	.circle .dots-wrap li button {
		display: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		border: none;
		background-color: transparent;
	}
	.slick-slider::before,
	.slick-slider::after {
		display: none;
	}


}

/* ==========================================================================
 * campaign
 * ========================================================================== */
.campaign {
	background: url(../images/pc/campaign-bg.jpg) no-repeat top center / cover;
}
.campaign__list {
	display: flex;
	column-gap: 40px;
}

@media (max-width: 640px) {
	.campaign {
		background: url("../images/sp/campaign-bg@2x.jpg") no-repeat top center / cover;
	}
	.campaign__list {
		flex-direction: column;
		gap: 20px;
	}
}

/* ==========================================================================
 * course
 * ========================================================================== */
.course__select-btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	gap: 40px;
}
.tab__btn {
	width: 100%;
	background: #d6d6d6;
	border-radius: 60px;
	padding: 30px 0;
	font-size: 3rem;
	color: #a7a7a7;
	font-weight: bold;
	box-shadow: 0 5px 0 0 #270102;
}
.tab__btn:hover {
    background-color: #9e9e9e;
	color: #fff;
}
.tab__btn.active {
    background-color: #d90005;
    color: #fff;
    box-shadow: 0 5px 0 0 #270102;
}
.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}
.course__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}
.course__card {
	width: 47%;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
	.course__select-btn {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10%;
		gap: 8px;
	}
	.tab__btn {
		width: 100%;
		background: #d6d6d6;
		border-radius: 60px;
		padding: 6px 0;
		font-size: 2rem;
		color: #a7a7a7;
		font-weight: bold;
		box-shadow: 0 5px 0 0 #270102;
	}
	.course__grid {
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}
	.course__card {
		width: 100%;
	}
}

/* ==========================================================================
 * search
 * ========================================================================== */
#search {
	background: url("../images/pc/school-search-bg.jpg") repeat ;
}
.prefecture {
	margin-bottom: 20px;
}
.schoo__area-top {
	position: relative;
	background: #d90005;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	padding: 7.5px 50px;
	margin-bottom: 10px;
}
.schoo__area-top,
.municipalities,
.school__name {
	cursor: pointer;
}
.prefecture > summary.schoo__area-top::-webkit-details-marker { 
	display: none; 
}
.prefecture[open] > summary.schoo__area-top .icon::before {
	content: "";
	background: url("../images/pc/minus-white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 30px;
	height: 30px;
}
.prefecture > summary.schoo__area-top .icon::before {
	content: "";
	background: url("../images/pc/plus-white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 25%;
	width: 30px;
	height: 30px;
}
.municipalities {
	position: relative;
	background: #d26e70;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	padding: 7.5px 50px;
	margin-bottom: 10px;
}
.school__block {
	background: #fae2e7;
	margin-bottom: 10px;
}
.area > summary.municipalities .icon::before { 
	content: "";
	background: url("../images/pc/plus-white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 25%;
	width: 30px;
	height: 30px;
}
  .area[open] > summary.municipalities .icon::before { 
	content: "";
	background: url("../images/pc/minus-white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 30px;
	height: 30px;
}
details.school__block > summary.school__name .icon::before {
  content: "";
  background: url("../images/pc/plus-brown.png") no-repeat;
  display: block;
  position: absolute;
  right: 4%;
  top: 25%;
  width: 30px;
  height: 30px;
}

details.school__block[open] > summary.school__name .icon::before {
  content: "";
  background: url("../images/pc/minus-brown.png") no-repeat;
  display: block;
  position: absolute;
  right: 4%;
  top: 50%;
  width: 30px;
  height: 30px;
}
.school__name {
	position: relative;
	background: #fae2e7;
	font-size: 3rem;
	font-weight: bold;
	color: #4f4242;
	padding: 7.5px 50px;
}
.school__block hr {
	width: 89.132%;
	color: #4f4242;
	margin-bottom: 30px;
}
details.school__block[open] { 
	padding-top: 20px; 
}
article {
	padding: 0 50px 30px
}
.info__group {
	margin-bottom: 20px;
}
.info__ttl {
	background: #4f4242;
	padding: 10px 20px;
	font-size: 2rem;
	color: #fff;
}
.info__detail,
.info__detail a {
	font-size: 2rem;
	color: #4f4242;
	font-weight: bold;
}
.school__cta {
	display: flex;
	justify-content: center;
}

@media (max-width: 640px) {
	#search {
		background: url("../images/sp/school-search-bg@2x.jpg") repeat ;
	}
	.schoo__area-top,
	.municipalities {
		font-size: 2rem;
		padding: 3%;
		margin-bottom: 10px;
	}
	.prefecture > summary.schoo__area-top .icon::before {
		content: "";
		background: url("../images/sp/plus-white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 37%;
		width: 15px;
		height: 15px;
	}
	.prefecture[open] > summary.schoo__area-top .icon::before {
		content: "";
		background: url("../images/sp/minus-white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 15px;
		height: 15px;
	}
	.school__name {
		font-size: 2rem;
		padding: 3%;
	}
	.area > summary.municipalities .icon::before { 
		content: "";
		background: url("../images/sp/plus-white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 37%;
		width: 15px;
		height: 15px;
	}
	  .area[open] > summary.municipalities .icon::before { 
		  content: "";
		  background: url("../images/sp/minus-white@2x.png") no-repeat;
		  background-size: 15px;
		  display: block;
		  position: absolute;
		  right: 4%;
		  top: 50%;
		  width: 15px;
		  height: 15px;
	}
	details.school__block > summary.school__name .icon::before {
		content: "";
	    background: url("../images/sp/plus-brown@2x.png") no-repeat;
		background-size: 15px;
	    display: block;
	    position: absolute;
		right: 4%;
		top: 37%;
	    width: 15px;
	    height: 15px;
	}

	details.school__block[open] > summary.school__name .icon::before {
		content: "";
		background: url("../images/sp/minus-brown@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 15px;
		height: 15px;
	}
	.school__block hr {
		width: 91.04%;
		color: #4f4242;
		margin-bottom: 30px;
	}
	article {
		padding: 0 20px 30px
	}
	.info__group {
		display: flex;
		column-gap: 7px;
		align-items: center;
	}
	.info__ttl {
        max-width: 75px;
        font-size: 1.4rem;
        padding: 2% 0;
        width: 44vw;
		text-align: center;
	}
	.info__detail,
	.info__detail a {
		font-size: 1.4rem;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
#flow {
	padding-bottom: 45px;
}
.flow__cont {
	margin-bottom: 35px;
}

@media (max-width: 640px) {
	#flow {
		padding-bottom: 12.5%;
	}
	.flow__cont {
		margin-bottom: 6.5%;
	}
}

/* ==========================================================================
 * form
 * ========================================================================== */
#form {
	background: #f2f2f2;
}
.formStep {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.form__table {
	width: 100%;
}
.form__container {
	width: 100%;
}
.table__box {
	display: flex;
	flex-direction: row;
	margin-bottom: 57px;
	width: 100%;
}
.table__box th {
	text-align: left;
	font-size: 1.8rem;
	width: 44.652%;
    display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
}
.required__grop::after {
    content: "必　須";
    position: absolute;
    top: 50%;
    right: 40px;
    padding: 4px 15px;
    color: #e60012;
    font-size: 1.2rem;
    text-align: center;
    border: #e60012 solid 1px;
    transform: translateY(-50%);
}
.any__grop::after {
    content: "任　意";
    position: absolute;
    top: 50%;
    right: 40px;
    padding: 4px 15px;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    border: #333 solid 1px;
    transform: translateY(-50%);
}
.required__badge {
	border: solid 1px #e60012;
    color: #e60012;
    font-size: 1.2rem;
    padding: 2px 8px;
    font-weight: bold;
	margin-left: 47px;
}
.input__field {
	display: flex;
	gap: 16px;
	width: 100%;
	position: relative;
	align-items: baseline;
}
.input__field input,
.input__field select {
    min-width: 0;
    box-sizing: border-box;
    padding: 10px;
}
select, input[type="text"], textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
.input__field label {
	font-size: 1.8rem;
}
.table__box td label+label {
    margin-left: 20px;
}
.table__privacy {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 5px;
}
.vertical__align input {
	font-weight: bold;
	background: #fff;
}
.blue {
	color: #3893cd;
	font-weight: bold;
	text-decoration: none;
}
.submit {
	display: flex;
    justify-content: center;
	position: relative;
}
.submit::after {
	content: "";
    position: absolute;
    right: 28%;
    top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
}
.submit__btn {
	background-color: #ccc;
	color: #666;
	border: none;
	width: 50%;
	border-radius: 100px;
	padding: 15px;
	font-size: 2.4rem;
	font-weight: bold;
	opacity: 1;
}
.submit__btn:disabled {
	background-color: #ccc;
}
.submit__btn.is-valid {
	background-color: #009a44;
	color: #fff;
	cursor: pointer;
	border: none;
}

@media screen and (max-width: 640px) {
	.form__container { 
		border: none;
		padding: 0;
	}
	.table__box {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: baseline;
	}
	.input__field {
		flex-direction: column;
		gap: 10px;
	}
	.table__box th {
		width: 286px;;
		margin-bottom: 5px;
		font-size: 1.6rem;
		text-align: left;
	}
	.required__grop::after,
	.any__grop::after {
		position: static;
		display: inline-block;
		right: auto;
		margin-left: 10px;
		transform: none;
	}
	.submit__btn {
		width: 100%;
		font-size: 2rem;
	}
	.submit::after {
		right: 7%;
	}
	.select__arrow::before {
		right: 6%;
		top: 43%;
    	width: 10px;
    	height: 10px;
	}
}

/* ==========================================================================
 * faq
 * ========================================================================== */
.faq__qaList {
	margin-top: 30px;
}
.faq__qaList dl {
	width: 100%;
	margin: 0 auto;
}
.faq__qaList dt {
	background: url("../images/pc/q.png") left top no-repeat;
	background-position: 30px 50%;
	padding: 20px 12%;
	font-size: 3rem;
	color: #282828;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 50px;
}
.faq__qaList dd {
	background: url("../images/pc/a.png") left 30px top 3px no-repeat;
	font-size: 2rem;
	color: #282828;
	padding: 0 80px 40px 12%;
	display: none;
	font-weight: bold;
}
.line-break {
	margin-top: 30px;
	padding: 20px 0 0 0;
}
.faq__qaList dt.open::before {
	content: "";
	background: url("../images/pc/plus-red.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 30%;
	width: 30px;
	height: 30px;
}
.faq__qaList dt.close::after {
	content: "";
	background: url("../images/pc/minus-red.png") no-repeat;
	margin: auto;
    position: absolute;
	top: 0;
    bottom: -35%;
    right: 4%;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 640px) {
	.faq {
		padding: 11% 0;
		margin-bottom: 20%;
	}
	.faq__list {
		margin-top: 40px;
	}
	.faq__qaList dt {
		background: url("../images/sp/q@2x.png") left top no-repeat;
		background-position: 12px 20px;
        background-size: 25px;
        padding: 2% 17%;
		color: #333;
		font-weight: bold;
		position: relative;
		cursor: pointer;
		background-color: #fff;
		margin-bottom: 6%;
		font-size: 1.6rem;
		height: 63px;
		display: flex;
		align-items: center;
	}
	.faq__qaList dd {
		background: url("../images/sp/a@2x.png") left top no-repeat;
		background-position: 12px 0;
		background-size: 25px;
		color: #282828;
		padding: 0 5% 6% 17%;
		display: none;
		font-size: 1.6rem;
	}
	.line-break {
		margin-top: 30px;
		padding: 20px 0 0 0;
	}
	.faq__qaList dt.open::before {
		content: "";
		background: url("../images/sp/plus-red@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 38%;
		width: 15px;
		height: 15px;
	}
	.faq__qaList dt.close::after {
		content: "";
		background: url("../images/sp/minus-red@2x.png") no-repeat;
		background-size: 15px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: -16%;
		right: 4%;
		width: 15px;
		height: 15px;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */
#company {
	background: #fff;
	padding-bottom: 70px;
}
.company__profile {
	position: relative;
	margin-top: 50px;
}
.company__profile::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../images/pc/logo.png") no-repeat;
    width: 30%;
    height: 54px;
	right: 0;
    top: -2%;
}
.company__profile--item {
	display: flex;
	font-size: 2rem;
	border-bottom: solid 1px #d90005;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.company__profile--item dt {
	width: 25%;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#company {
		padding-bottom: 40px;
	}
	.company__profile::before {
		display: none;
	}
	.company__profile--item {
		font-size: 1.6rem;
		padding-bottom: 3%;
		margin-bottom: 6.5%;
	}
	.company__profile--item dt {
		width: 25%;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.ft {
	background: #4f4242;
	padding: 20px 0;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

/* ==========================================================================
 * float
 * ========================================================================== */

@media screen and (max-width: 640px) {
	.ft__cta {
		display: flex;
		justify-content: space-between;
		background: #f5ebdd;
		padding: 10px 6%;
		position: fixed;
		bottom: 0;
		z-index: 999;
		gap: 10px;
	}
}

/* ==========================================================================
 * 確認画面
 * ========================================================================== */
.confirm {
	background: #fff;
	padding: 80px 0;
}
.head03 {
	max-width: 840px;
	margin: 0 auto 20px auto;
	padding: 10px 24px 11px;
	font-size: 2rem;
	background: #d90005;
    color: #fff;
    font-weight: bold;
}
.confirm #form {
	border: 3px solid #d90005;
    border-radius: 8px;
    padding: 50px;
	max-width: 840px;
	margin: 0 auto;
}
.confirm #form table {
	width: 100%;
}
.confirm #form tr {
	border-bottom: solid #ccc 1px !important;
}
.confirm #form th {
	text-align: left;
	background: #d90005;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
	width: 40%;
}
.confirm #form td {
	padding: 10px;
	background: #fff;
}
.confirm .submit__btn {
    background-color: #d90005;
    color: #fff;
    border: none;
    width: 48%;
    border-radius: 100px;
    padding: 15px;
    font-size: 2.4rem;
    font-weight: bold;
	margin-top: 20px;
}
.confirm .return__btn {
    background-color: #ccc;
    color: #666;
    border: none;
    width: 48%;
    border-radius: 100px;
    padding: 15px;
    font-size: 2.4rem;
    font-weight: bold;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.confirm #form {
		border-radius: 8px;
		padding: 20px 10px;
		margin: 0 auto;
	}
	.confirm #form tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		width: 100%;
	}
	.confirm #form th {
		width: 100%;
		margin-bottom: 0;
	}
	.confirm #form td {
		margin-bottom: 10px;
	}
	.confirm .submit__btn,
	.confirm .return__btn {
		width: 100%;
	}
}

/* ==========================================================================
 * Thanks
 * ========================================================================== */
.thanks {
	background: #fff;
	padding: 80px 0;
}
.head01 {
	width: 32%;
    font-weight: bold;
    color: #333;
	font-size: 3rem;
    display: flex;
	justify-content: center;
	padding: 12px;
	margin: 0 auto 15px auto;
	background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #fff600 0, #fff600 12px) repeat-x;
	background-position: 0 100%;
	background-size: 100% 40%;
}
.thanks__inner-txt {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 15px;
}
.thanks__inner .backtotop {
	text-align: center;
	background: #f8b019;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
}
.thanks__inner .backtotop a {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.head01 {
		width: 70%;
		font-size: 2rem;
	}
	.thanks__inner-txt {
		font-size: 1.6rem;
		text-align: center;
		line-height: 2;
		margin-bottom: 15px;
	}
	.thanks__inner .backtotop {
		text-align: center;
		background: #f8b019;
		padding: 10px;
		width: 70%;
		margin: 0 auto;
	}
}
/*
.alertTextBlock {
    margin-bottom: 20px;
	background: rgba(226, 4, 27, 0.1);
	text-align: center;
	padding: 20px;
}
.fB {
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	padding: 12px;
	width: 50%;
	margin: 0 auto 15px auto;
	
}*/
