@charset "Shift_JIS";


/* -------------------------------------------------- CSS */

[class*="bg-"] {
	padding: 1rem 0;
	display: block;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-light {
	background-color: #EBDFCA!important;
}
.bg-fukidashi {
	background-color: white!important;
	position: relative;
}
.bg-fukidashi::after {
    content: '';
    position: absolute;
    bottom: -54px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-width: 60px 80px 0 80px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.l-mainpage {
	margin-top: 3rem;
}
.l-mainpage p {
	margin-bottom: 3rem;
}
.c-courseMV03__img {
	border: 0;
	background-color: transparent;
	box-shadow: unset;
}
.c-courseMV03__img img {
	filter: drop-shadow(0 0 1.5rem #2d4c7a);
}
.text-small {
	font-size: small!important;
}
.text-large,
.text-xlarge {
	font-size: large!important;
}
.underline {
	text-decoration: underline;
}
.highlight {
	background-image: linear-gradient(transparent 70%, rgba(246, 216, 76, 0.897) 0%);
}
.highlight.white {
	background-image: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.897) 0%);
}
@media screen and (max-width:800px) {
	.no-border {
		display: none;
	}
}
@media screen and (min-width:801px) {
	[class*="bg-"] {
		padding: 50px 0;
	}
	.text-xlarge {
		font-size: x-large!important;
	}
	.no-border {
		border: 0;
	}
}

/* -------------------------------------------------- FV */

.c-courseMV03 {
	background: url('https://www.fruitfulenglish.com/customers/assets/images/customers/perapera_list/DM_POE_bg.jpg') 50% 60% no-repeat #FFF;
	background-color: #2e2e2e;
	background-size: cover;
	position: relative;
}

/* -------------------------------------------------- title */

.top-title {
	margin-bottom: 2em;
	padding: 2rem;
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}
.top-title::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-width: 30px 40px 0 40px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}
.c-title {
	margin: 0 0 2em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-title.type-1::before {
    margin-right: 25px;
    transform: rotate(-35deg);
}
.c-title.type-1::after {
    margin-left: 25px;
    transform: rotate(35deg);
}
.c-title.type-1::before, .c-title.type-1::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #2e2e2e;
}
.c-title.type-2 {
	width: fit-content;
	margin: 2em auto 0;
	padding: 2rem;
	color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
	background-color: #2e2e2e;
}
.c-title.type-3 {
	width: 100%;
	margin: 0;
	padding: 2rem;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
	background-color: #fff;
	background-image:
		repeating-linear-gradient(45deg, rgba(153, 204, 51, 0.5), rgba(153, 204, 51, 0.5) 40px, transparent 0, transparent 80px),
        repeating-linear-gradient(315deg, rgba(153, 204, 51, 0.5), rgba(153, 204, 51, 0.5) 40px, transparent 0, transparent 80px)
	;
}
@media screen and (min-width:800px) {
	.top-title,
	.c-title,
	.c-title.type-2,
	.c-title.type-3 {
		font-size: xx-large;
	}
}

/* -------------------------------------------------- l-contents */

.l-contents {
	padding: 0;
}
.l-contents.white {
	margin-bottom: 2em;
	padding: 2em;
	background-color: #FFF;
	border: 1px solid #ccc;
}

.l-mainpage a > img:hover {
	opacity: 0.7;
}

.textBox a:hover {
	text-decoration: none;
}


@media screen and (max-width:800px) {
	.l-contents figure {
		margin: 2em 0;
	}
	.l-contents.text-center {
		text-align: left!important;
	}
	.row {
		display: block;
	}
}
@media screen and (min-width:801px) {
	.l-contents {
		padding: 2rem 4rem;
	}
	.l-contents.white {
		margin-bottom: 4em;
		padding: 4em;
	}
	.l-contents [class*="img"] {
		padding: 4rem 30px 8rem;
	}
	.bg-img-1 {
		background: url('https://www.fruitfulenglish.com/customers/assets/images/customers/perapera_list/DM_POE_img-1.png') 90% 50% no-repeat;
		background-size: contain;
	}
	.bg-img-1 p {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		padding: 0.5rem 1rem;
		background-color: #FFF;
	}
	.c-title.type-3 {
		padding: 4rem 2rem;
	}
}


/* ------------------------------------- swiper */

.swiper {
	width: 100%;
	height: 700px;
	padding-bottom: 100px;
}
@media screen and (max-width:800px) {
	.swiper {
		padding-bottom: 40px;
	}
}
@media screen and (max-width:800px) {
	.swiper {
		height: 400px;
	}
}

.swiper-slide {
	padding: 0 60px;
	position: relative;
}
@media screen and (max-width:800px) {
	.swiper-slide {
		padding: 0 10px;
	}
}

.swiper-slide .list {
	padding: 0 1em;
	height: 100%;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}
.swiper-slide .list::after {
	content: attr(data-en);
	color: #ccc;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	transform: rotate(-5deg);
	position: absolute;
	right: 100px;
	bottom: 0.25em;
	z-index: 0;
}
@media screen and (max-width:800px) {
	.swiper-slide .list::after {
		font-size: 1.5rem;
		bottom: -4px;
		right: 30px;
	}
}

.swiper-slide .mail::before {
	margin-right: 1rem;
	content: "\f0e0";
	color: #2e2e2e;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
@media screen and (max-width:499px) {
	.swiper-slide .mail::before {
		font-size: 1.5em;
	}
}

/* button */

.swiper-button-next, .swiper-button-prev {
	color: #2e2e2e!important;
	border: 0!important;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
}
@media screen and (max-width:800px) {
	.swiper-button-next {
		right: 0;
	}
	.swiper-button-prev {
		left: 0;
	}
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 0.7;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
@media screen and (max-width:800px) {
	.swiper-button-next::after, .swiper-button-prev::after{
		font-size: 2em;
	}
}
.swiper-button-next::after{
    content: "\f138"!important;
}
.swiper-button-prev::after{
    content: '\f137'!important;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	color: #000;
	font-size: 1.2rem;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	color: #fff;
	background: #99cc33;
}
@media (any-hover: hover) {
	.swiper-slide li:hover {
		background-color: transparent;
	}

}