@charset "utf-8";
/* -----------------
↓↓↓HERO 
----------------- */
.hero_wrap {
	background: url(../images/hero_bg_sp.webp)center/cover no-repeat;
	padding: 115px 0 180px;
	position: relative;
}
.hero_img {
	position: absolute;
}
.hero_img_area {
	text-align: center;
}
.hero_ttl {
	position: relative;
	z-index: 1;
}
.hero_img_01 {
	bottom: 0;
	left: 60px;
	width: 68px;
}
.hero_img_02 {
	bottom: 97px;
	left: 105px;
	width: 62px;
}
.hero_img_03 {
	bottom: 95px;
	right: 100px;
	width: 64px;
}
.hero_img_04 {
	bottom: 0;
	right: 60px;
	width: 56px;
}
.hero_img_05 {
	top: 28%;
	right: 3%;
	width: 26px;
}
.hero_img_06 {
	display: block;
	top: 19%;
	right: 76%;
	z-index: 0;
	width: 13.8%;
}
.hero_img_06::before {
	display: block;
	content: "";
	padding: 100% 0 0;
}
.hero_img_check_txt {
	top: 33%;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
	width: 58%;
}
.con {
	display: inline-block;
	top: 0;
	left: 0;
}
.spin {
	animation: spin 5s linear infinite;
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
}
@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	0%   { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
.pendulum {
	transform-origin:top;
	-webkit-transform-origin:left bottom;
	-moz-transform-origin:top;
	animation:pendulum ease-in-out 3s infinite alternate;
	-webkit-animation:pendulum ease-in-out 3s infinite alternate;
	-moz-animation:pendulum ease-in-out 3s infinite alternate;
}
.pendulum_02 {
	transform-origin:top;
	-webkit-transform-origin:right bottom;
	-moz-transform-origin:top;
	animation:pendulum ease-in-out 3s infinite alternate;
	-webkit-animation:pendulum ease-in-out 3s infinite alternate;
	-moz-animation:pendulum ease-in-out 3s infinite alternate;
}
@keyframes pendulum {
	0%{transform: rotate(10deg);}
	100%{transform: rotate(-10deg);}
}
@-webkit-keyframes pendulum {
	0%{-webkit-transform: rotate(10deg);}
	100%{-webkit-transform: rotate(-10deg);}
}
@-moz-keyframes pendulum {
	0%{-moz-transform: rotate(10deg);}
	100%{-moz-transform: rotate(-10deg);}
}

.koton {
	opacity: 0;
	animation:koton 1s 1.5s 1 forwards;
	-webkit-animation:koton 1s 1.5s 1 forwards;
	-moz-animation:koton 1s 1.5s 1 forwards;
}
@keyframes koton {
	0%   { transform:translate(0%, -100%);  opacity: 0;}
	20% { transform:translate(0%, 0%);}
	30% { transform:translate(0%, -10%);}
	50% { transform:translate(0%, 0%);}
	60% { transform:translate(0%, -3%); opacity: 1;}
	80% { transform:translate(0%, 0%);}
	90% { transform:translate(0%, -1%);}
	100% { transform:translate(0%, 0%); opacity: 1;}
}
@-webkit-keyframes koton {
	0%   { -webkit-transform:translate(0%, -100%);  opacity: 0;}
	20% { -webkit-transform:translate(0%, 0%);}
	30% { -webkit-transform:translate(0%, -10%);}
	50% { -webkit-transform:translate(0%, 0%);}
	60% { -webkit-transform:translate(0%, -3%); opacity: 1;}
	80% { -webkit-transform:translate(0%, 0%);}
	90% { -webkit-transform:translate(0%, -1%);}
	100% { -webkit-transform:translate(0%, 0%); opacity: 1;}
}
@-moz-keyframes koton {
	0%   { -moz-transform:translate(0%, -100%);  opacity: 0;}
	20% { -moz-transform:translate(0%, 0%);}
	30% { -moz-transform:translate(0%, -10%);}
	50% { -moz-transform:translate(0%, 0%);}
	60% { -moz-transform:translate(0%, -3%); opacity: 1;}
	80% { -moz-transform:translate(0%, 0%);}
	90% { -moz-transform:translate(0%, -1%);}
	100% { -moz-transform:translate(0%, 0%); opacity: 1;}
}


@media screen and (min-width:576px) {
	.hero_img_06 {
		display: block;
		top: 15%;
		right: 83%;
	}
}
@media screen and (min-width:768px) {
	.hero_wrap {
		background: url(../images/hero_bg_pc.webp)center/cover no-repeat;
		padding: 130px 0 170px;
	}
	.hero_ttl {
		width: 80vw;
	}
	.hero_img_05 {
    top: 27%;
    right: 5%;
    width: 40px;
	}
}
@media screen and (min-width:1024px) {
	.hero_wrap {
		padding: 190px 0 130px;
	}
	.hero_ttl {
		width: 60vw
	}
	.hero_img_01 {
		bottom: 0;
		left: 50px;
    width: 12%;
	}
	.hero_img_02 {
		bottom: 30%;
    left: 12%;
    width: 8%;
	}
	.hero_img_03 {
		bottom: 30%;
    right: 12%;
    width: 8%;
	}
	.hero_img_04 {
		bottom: 0;
    right: 50px;
    width: 10.5%;
	}
	.hero_img_05 {
		top: 34%;
    right: 15%;
    width: 50px;
	}
	.hero_img_06 {
		top: 25%;
		right: 75%;
	}
}

@media screen and (min-width:1280px) {
	.hero_ttl {
		width: 52.3vw;
	}
	.hero_img_01 {
		bottom: 0;
		left: 7%;
    width: 9%;
	}
	.hero_img_02 {
		bottom: 28%;
    left: 13%;
    width: 6.5%;
	}
	.hero_img_03 {
		bottom: 28%;
    width: 7%;
		right: 12.5%;
	}
	.hero_img_04 {
		bottom: 0;
		right: 7%;
    width: 8%;
	}
	.hero_img_05 {
    top: 29%;
    right: 15%;
    width: 77px;
	}
	.hero_img_06 {
    top: 22%;
    right: 72%;
	}
}
@media screen and (min-width:1750px) {
	.hero_img_01 {
		bottom: 0;
		left: 11%;
		width: 8%;
	}
	.hero_img_02 {
		bottom: 27%;
    left: 16%;
    width: 7%;
	}
	.hero_img_03 {
		bottom: 26%;
    right: 16%;
		width: 7.5%;
	}
	.hero_img_04 {
		bottom: 0;
		right: 11%;
		width: 7%;
	}
	.hero_img_05 {
    right: 20%;
	}
	.hero_img_06 {
    top: 16%;
	}
}
/* -----------------
HERO↑↑↑
----------------- */

/* -----------------
↓↓↓ABOUT
----------------- */
.about_wrap {
	background: #E8E7E4;
	padding: 50px 0;
}
.about_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}
.about_inner_txt {
	width: 100%;
}
.about_txt_box {
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 2;
}
.about_txt_box span {
	color: #c7253b;
}
.about_inner_img {
	display: flex;
	gap: 7px;
	justify-content: center;
	max-width: 450px;
	margin: auto;
}

@media screen and (min-width:768px) {
	.about_txt_box {
		font-size: clamp(13px, 1.6vw, 20px);
	}
}
@media screen and (min-width:1024px) {
	.about_wrap {
		padding: 95px 0 102px;
	}
	.about_inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.about_inner_txt {
		width: 41%;
	}
	.about_txt_box {
		margin: 40px 0 0;
	}
	.about_inner_img {
		gap: 17px;
		margin: 0;
	}
}
@media screen and (min-width:1280px) {
	.about_inner_txt {
		width: 539px;
	}
	.about_txt_box {
		font-size: 20px;
	}
}
@media screen and (min-width:1400px) {
	.about_inner {
		gap: 232px;
	}
	.about_inner_img {
		max-width: 100%;
	}
}
/* -----------------
ABOUT↑↑↑
----------------- */

/* -----------------
↓↓↓EXPERIENCES
----------------- */
.exp_wrap {
	background: #E8E7E4;
	padding: 50px 0 60px;
}
.exp_intro {
	margin: 45px 0 0;
	font-size: 13px;
}
.exp_movie_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 10px;
	margin: 20px 0 0;
}
.exp_movie_list li {
	width: calc(50% - 5px);
	height: 150px;
	padding: 0 0 30px;
}
.exp_movie_list li p {
	font-size: 12px;
	text-align: center;
}
.success_story_link_wrap {
	margin: 40px 0 0;
	text-align: center;
}
.success_story_link_wrap span {
	text-align: center;
}
a.success_story_link {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 17px 24px;
	border-radius: 15px;
	background: #F9717F;
	color: #fff;
	font-size: 12px;
	transition: all .3s ease-out;
}
.success_story_link img {
	width: 15px;
}
@media screen and (min-width:768px) {
	.exp_intro {
		font-size: clamp(13px, 1.6vw, 20px);
	}
	.exp_movie_list {
		gap: 30px;
		margin: 40px 0 0;
	}
	.exp_movie_list li {
		width: calc(50% - 15px);
		height: 350px;
		padding: 0 0 50px;
	}
	.exp_movie_list li p {
		font-size: 16px;
	}
	.success_story_link_wrap {
		margin: 60px 0 0;
	}
	a.success_story_link {
		gap: 30px;
		font-size: 24px;
	}
	a.success_story_link span br {
		display: none;
	}
}
@media screen and (min-width:1024px) {
	.exp_wrap {
		padding: 125px 0 119px;
	}
	.exp_inner {
		width: 980px;
		margin: auto;
	}
	.exp_intro {
		margin: 73px 0 0;
	}
	.success_story_link:hover {
    color: #5E6E74;
		background: #fff;
    transition: all .3s ease-out;
}
}
@media screen and (min-width:1280px) {
	.exp_intro {
		font-size: 20px;
	}
}
/* -----------------
EXPERIENCES↑↑↑
----------------- */
/* -----------------
↓↓↓SCHEDULE
----------------- */
.sch_wrap {
	background: url(../images/bg_paper.webp);
	padding: 50px 0 60px;
}
.exam_info {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #222;
	border-radius: 15px;
	padding: 1px 14px;
	display: inline-block;
	line-height: 1.4;
}
.exam_info_txt {
	font-size: 14px;
	font-weight: normal;
}
.exam_list {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 20px 0 0;
}
.exam_list:first-child {
	margin: 0;
}
.sch_img {
	display: none;
}
.sch_inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
	margin: 45px 0 0;
}

/* right_box */
.exam_info_box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}
.list_01 {
	background: #E8E7E4;
	padding: 20px 30px;
}
.exam_day_box {
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #222;
	background: #fff;
	padding: 5px;
	display: inline-block;
	text-align: center;
	line-height: 1.1;
	width: 200px;
}
.yellow_box {
	font-size: 22px;
	background: #FBE46C;
	padding: 11px 5px;
}
.exam_day_txt_sub {
	font-size: 14px;
}
.exam_day {
	font-size: 41px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.big_txt {
	font-size: 55px;
	line-height: 1;
}
.exam_day span {
	font-size: 14px;
	color: #fff;
	background: #c7253b;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0 7px;
}
.exam_day_ttl {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.exam_day_hr {
	border-bottom: solid #cbcbcb  1px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.exam_sch_box {
	font-size: 13px;
	background: #E8E7E4;
	padding: 1px 74px;
	border-radius: 16px;
	display: inline-block;
	font-weight: bold;
}
.bg_white {
	background: #fff;
}
.exam_sch_day {
	font-weight: bold;
	font-size: 15px;
}
.exam_sch_txt_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 12px 0 0;
}
.sch_other_txt {
	font-weight: normal;
	font-size: 13px;
	margin: 20px 0 0;
}
.list_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.list_02 {
	border-bottom: 1px solid #E8E7E4;
	padding: 20px 30px 20px;
}
.list_03 {
	padding: 20px 30px 0;
}
.list_02 .exam_sch_txt_box:first-child,
.list_03 .exam_sch_txt_box:first-child {
	margin: 12px 0 0;
}
.list_02 .exam_day span,
.list_03 .exam_day span {
	margin: 10px 0 0 7px;
}

@media screen and (min-width:768px) {
	.list_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}
	.exam_info {
		font-size: clamp(14px, 1.25vw, 20px);
	}
	.exam_info_txt {
		font-size: clamp(14px, 1.25vw, 20px);
	}
	.exam_day_box {
		font-size: clamp(16px, 1.5vw, 24px);
	}
	.exam_day_txt_sub {
		font-size: clamp(14px, 1.25vw, 20px);
	}
	.yellow_box {
		font-size: clamp(22px, 2vw, 32px);
	}
	.exam_day {
		font-size: clamp(41px, 3.75vw, 60px);
	}
	.big_txt {
		font-size: clamp(55px, 5vw, 80px);
	}
	.exam_day span {
		font-size: clamp(14px, 1.25vw, 20px);
	}
	.exam_sch_box {
		font-size: clamp(13px, 1.12vw, 18px);
	}
	.exam_sch_day {
		font-size: clamp(15px, 1.25vw, 20px);
	}
	.sch_other_txt {
		font-size: clamp(13px, 1.12vw, 18px);
	}
	.list_01 .exam_sch_txt {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (min-width:1024px) {
	.sch_wrap {
		padding: 125px 0 119px;
	}
	.sch_right {
		width: 66%;
		max-width: 984px;
	} 
	.exam_info {
		padding: 1px 20px;
		line-height: 1.4;
	}
	.exam_list {
		gap: 10px;
		margin: 30px 0 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.sch_img {
		display: block;
		margin: 40px 0 0;
		width: 75%;
	}
	.sch_inner {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		margin: 73px 0 0;
		gap: 0;
	}
	/* right_box */
	.exam_info_box {
		padding: 37px 36px;
		border-radius: 25px;
	}
	.list_01 {
		padding: 30px;
	}
	.exam_day_box {
		padding: 7px 5px;
		width: 239px;
	}
	.yellow_box {
		padding: 16px 5px;
		height: 70px;
	}
	.exam_day span {
		width: 43px;
		height: 43px;
		padding: 0 12px;
		margin: 20px 0 0 7px;
	}
	.exam_sch_box {
		padding: 2px 30px;
	}
	.exam_sch_txt_box {
		flex-direction: row;
		gap: 7px;
		margin: 20px 0 0;
	}
	.sch_other_txt {
		margin: 22px 0 0;
	}
	.list_02 {
		padding: 20px 30px 15px;
	}
	.list_03 {
		padding: 25px 30px 0;
	}
	.list_02 .exam_sch_txt_box:first-child,
	.list_03 .exam_sch_txt_box:first-child {
		margin: 8px 0 0;
	}
	.list_02 .exam_day span,
	.list_03 .exam_day span {
		margin: 15px 0 0 10px;
	}
}
@media screen and (min-width:1280px) {
	.sch_inner {
		gap: 10%;
	}
	.sch_img {
		width: 90%;
	}
}
@media screen and (min-width:1600px) {
	.exam_info {
		font-size: 20px;
	}
	.exam_info_txt {
		font-size: 20px;
	}
	.exam_day_box {
		font-size: 24px;
	}
	.yellow_box {
		font-size: 32px;
	}
	.exam_day_txt_sub {
		font-size: 24px;
	}
	.exam_day {
		font-size: 60px;
	}
	.big_txt {
		font-size: 80px;
	}
	.exam_day span {
		font-size: 20px;
	}
	.exam_sch_box {
		font-size: 18px;
	}
	.exam_sch_day {
		font-size: 20px;
	}
	.sch_other_txt {
		font-size: 18px;
	}
	.sch_inner {
		gap: 11%;
	}
	.exam_list {
		flex-direction: row;
		align-items: center;
	}
	.sch_img {
		margin: 40px 0 0 102px;
	}
	.exam_day_box {
		width: 278px;
	}
	.yellow_box {
		padding: 17px 5px;
		height: auto;
		line-height: 1;
	}
	.list_01 {
		padding: 30px 40px;
	}
	.list_02 {
		padding: 20px 40px 15px;
	}
	.list_03 {
		padding: 25px 40px 0;
	}
	.list_02 .list_inner,
	.list_03 .list_inner {
		gap: 82px;
	}
	.list_inner {
		gap: 70px;
	}
}
/* -----------------
SCHEDULE↑↑↑
----------------- */

/* -----------------
↓↓↓MOVIE
----------------- */
.movie_wrap {
	padding: 50px 0 60px;
	background: url(../images/bg_paper.webp);
}
.movie_ttl h2 {
	text-align: center;
}
.movie_area {
	text-align: center;
	margin: 20px auto 0;
	position: relative;
}
.movie_cont {
	width: 100%;
	max-width: 984px;
	aspect-ratio: 984 / 554;
	margin: auto;
}
.movie_cont iframe {
	width: 100%;
	height: 100%;
}
.movie_area_icon {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 36px;
}
.movie_area_parts {
	display: none;
}
@media screen and (min-width:768px) {
	.movie_area {
		width: 75%;
	}
	.movie_area_icon {
		width: 80px;
		height: 80px;
	}
}
@media screen and (min-width:1024px) {
	.movie_wrap {
		padding: 112px 0 120px;
	}
	.movie_area {
		margin: 22px auto 0;
	}
	.movie_area_icon {
		width: 100px;
		height: 100px;
		top: 36%;
	}
	.movie_area_parts {
		position: absolute;
		bottom: 30px;
		left: -15%;
		display: block;
		width: 15%;
	}
}
@media screen and (min-width:1280px) {
	.movie_area_icon {
		width: 118px;
		height: 118px;
	}
	.movie_area_parts {
		bottom: 50px;
		left: -128px;
	}
}
@media screen and (min-width:1400px) {
	.movie_area_parts {
		left: -122px;
	}
}
@media screen and (min-width:1440px) {
	.movie_area_parts {
		left: -109px;
	}
}
@media screen and (min-width:1470px) {
	.movie_area_parts {
		left: -97px;
	}
}
@media screen and (min-width:1500px) {
	.movie_area_parts {
		left: -85px;
	}
}
@media screen and (min-width:1550px) {
	.movie_area_parts {
		left: -67px;
	}
}
@media screen and (min-width:1600px) {
	.movie_area_parts {
		left: -58px;
	}
}
/* -----------------
MOVIE↑↑↑
----------------- */


/* -----------------
↓↓↓EXAMINATION
----------------- */
.exa_wrap {
	padding: 50px 0 60px;
	background: #E8E7E4;
}
.exa_txt_area {
	font-size: 13px;
	margin: 45px 0 0;
	line-height: 2;
	font-weight: normal;
}
.exa_txt_area span {
	color: #c7253b;
}
a.faculty_item {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 17px 17px 17px 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.exa_faculty_list {
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.exa_faculty_list li {
	width: 100%;
	cursor: pointer;
}
.faculty_item img {
	width: 22px;
}
.exa_txt_note {
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0 0;
}
.exa_txt_note p:last-child {
	margin: 14px 0 0;
}

@media screen and (min-width:768px) {
	.exa_txt_area {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	a.faculty_item {
		font-size: clamp(14px, 1.56vw, 20px);
	}
	.exa_faculty_list li {
		width: 70%;
		margin: auto;
	}
	.exa_txt_note {
		font-size: clamp(12px, 1.25vw, 16px);
	}
}
@media screen and (min-width:1024px) {
	.exa_wrap {
		padding: 120px 0;
	}
	.exa_txt_area {
		width: 57%;
	}
	.exa_faculty_list {
		margin: 60px 0 0;
		gap: 20px;
	}
	a.faculty_item {
		padding: 25px 20px 25px 30px;
		transition: all .3s;
	}
	.faculty_item img {
		width: 30px;
		transform: rotateZ(0);
		transition: transform .3s;
	}
	.faculty_item:hover img {
		transition: transform .3s;
		transform: rotateZ( 90deg );
	}
	.exa_faculty_list li {
		width: calc(33.333% - 13.333px);
		margin: 0;
	}
	.exa_faculty_list::after {
		content: "";
		width: calc(33.333% - 13.333px);
		display: block;
	}
	.exa_txt_note {
		margin: 40px 0 0;
	}
	.exa_txt_note p:last-child {
		margin: 10px 0 0;
	}
}
@media screen and (min-width:1280px) {
	.exa_txt_area {
		font-size: 18px;
	}
	a.faculty_item {
		font-size: 20px;
	}
	.exa_txt_note {
		font-size: 16px;
	}
}

/* colorクラス名 */
.faculty_01 {
	background: #537B79;
}
.faculty_02 {
	background: #5788A9;
}
.faculty_03 {
	background: #8060A1;
}
.faculty_04 {
	background: #157f3b;
}
.faculty_05 {
	background: #b74257;
}
.faculty_06 {
	background: #1d8291;
}
.faculty_07 {
	background: #5E5E9A;
}
.faculty_08 {
	background: #8d6715;
}
.faculty_09 {
	background: #ea5c10;
}

@media screen and (min-width:1024px) {
	.faculty_01:hover {
		background: #315452;
	}
	.faculty_02:hover {
		background: #306990;
	}
	.faculty_03:hover {
		background: #583779;
	}
	.faculty_04:hover {
		background: #2c5b3c;
	}
	.faculty_05:hover {
		background: #A83B4E;
	}
	.faculty_06:hover {
		background: #317780;
	}
	.faculty_07:hover {
		background: #3D3D7E;
	}
	.faculty_08:hover {
		background: #AB7C17;
	}
	.faculty_09:hover {
		background: #e77334;
	}
}

/* ↓↓↓展開コンテンツ */

/* 
モーダルウィンドウ設定
*/
.dialog_nodisp{
	display: none;
}
.mdl_overlay {
	display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: url(../images/pop_bg.webp) top center repeat-y;
  overflow: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mdl_container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 90px 0 60px;
}
.mdl_inner {
  display: table-cell;
  vertical-align: middle;
}
.modal {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0 38px;
  color: #fff;
}
.mdl_close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  cursor: pointer;
}
.modal::after {
	display: table;
	content: '';
	clear: both;
}
@media only screen and (min-width: 769px) {
	.mdl_close {
		top: 28px;
		right: 33px;
		width: 60px;
	}
}
/*
モーダルウィンドウ設定 コンテンツ部分
*/
.mdl_bg01 .mdlcon_wrap {
  background: #315452;
}
.mdl_bg02 .mdlcon_wrap {
  background: #306990;
}
.mdl_bg03 .mdlcon_wrap {
  background: #583779;
}
.mdl_bg04 .mdlcon_wrap {
  background: #3C7B52;
}
.mdl_bg05 .mdlcon_wrap {
  background: #A83B4E;
}
.mdl_bg06 .mdlcon_wrap {
  background: #317780;
}
.mdl_bg07 .mdlcon_wrap {
  background: #3D3D7E;
}
.mdl_bg08 .mdlcon_wrap {
  background: #AB7C17;
}
.mdl_bg09 .mdlcon_wrap {
  background: #ea5c10;
}
.mdl_bg01 .mdl_secbox {
  background: #537B79;
}
.mdl_bg02 .mdl_secbox {
  background: #5788A9;
}
.mdl_bg03 .mdl_secbox {
  background: #8060A1;
}
.mdl_bg04 .mdl_secbox {
  background: #379d5c;
}
.mdl_bg05 .mdl_secbox {
  background: #b74257;
}
.mdl_bg06 .mdl_secbox {
  background: #1d8291;
}
.mdl_bg07 .mdl_secbox {
  background: #5E5E9A;
}
.mdl_bg08 .mdl_secbox {
  background: #8d6715;
}
.mdl_bg09 .mdl_secbox {
  background: #d19677;
}
.mdl_bg02 .mdl_secbox a {
	color: #FBE46C;
}
.mdl_bg07 .mdl_secbox a {
	color: #FBE46C;
}
.mdl_bg01, .mdl_bg02, .mdl_bg03, .mdl_bg04, .mdl_bg05, .mdl_bg06,
.mdl_bg07, .mdl_bg08, .mdl_bg09 {
	width: 100%;
}
.mdlcon_wrap  {
  border-radius: 12px;
  padding: 30px 25px 44px;
}
.mdl_ttl {
  display: flex;
  flex-flow: column;
  gap: 7px 0;
}
.mdl_page_nav_list {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
	margin: 20px 0 0;
}
a.mdl_page_nav_link {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
	padding: 5px 15px;
	border-radius: 20px;
	background: #d19677;
	color: #fff;
}
a.mdl_page_nav_link img {
	width: 25px;
}
.mdl_ttl_jp {
  font-size: 25px;
  font-weight: bold;
}
.mdl_ttl_en {
  font-size: 13px;
  font-weight: bold;
}
.mdl_subttl {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  color: #222;
  margin: 7px 0 0;
  padding: 3px 18px;
  font-size: 12px;
}
.mdl_subttl span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 12px 0 0;
}
.mdl_secttl {
  margin: 30px 0 0;
  font-size: 21px;
  font-weight: bold;
}
.mdl_secttl span {
  font-size: 12px;
}
.mdl_secttl span.mdl_page_ttl {
	display: inline-block;
	padding: 0 0 10px;
  font-size: 22px;
}
.mdl_secttl:first-of-type {
  margin: 40px 0 0;
}
.mdl_secbox {
  margin: 12px 0 0;
  padding: 28px 20px;
  font-size: 12px;
}
.mdl_list {
  display: flex;
  flex-flow: column;
  gap: 15px 0;
}
.mdl_list li {
  position: relative;
  padding: 0 0 0 13.5px;
}
.mdl_list li::before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background: #FBE46C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mdl_list_ttl {
  margin: 0 0 3.5px;
  font-size: 14px;
  font-weight: bold;
}
.mdl_ttl_note {
  display: flex;
  flex-flow: column;
  margin: 0 0 3.5px;
  color: #FBE46C;
  font-size: 16px;
  font-weight: bold;
}
.mdl_ttl_note span {
  display: inline-block;
  background: #FBE46C;
  border-radius: 15px;
  width: 6em;
  color: #306990;
  padding: 0 14px;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: bold;
	text-align: center;
}
.mdl_ttl_note02 {
	display: block;
}
.m_10 {
	margin: 10px 0 0;
}
.m_20 {
	margin: 15px 0;
}
.txt_indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.txt_indent_02 {
  display: inline-block;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.mdl_pointbox {
  position: relative;
  display: flex;
  flex-flow: column;
  background: #FBE46C;
  margin: 50px 0 0;
  border-radius: 12px;
  padding: 26px 0 79px;
  color: #222;
}
.mdl_img_l {
  display: none;
}
.mdl_img_r {
  display: none;
}
.mdl_img_sp {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
}
.mdl_point_ttlwrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mdl_point_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.25em;
}
.mdl_point_ttl::before {
  display: block;
  content: '';
  background: url(../images/pop_img_03.svg) left center no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.mdl_pointlist_wrap{
  padding: 0 20px;
  margin: 16px 0 0;
}
.mdl_pointlist_wrap p + p {
	margin: 15px 0 0;
}
.mdl_pointlist_wrap p {
	font-size: 14px;
	font-weight: bold;
}
.mdl_pointlist {
  display: flex;
  flex-flow: column;
  gap: 15px 0;
}
.mdl_pointlist li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}
.mdl_pointlist li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: '';
  background: url(../images/pop_img_04.svg) left center  no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.mdl_link_wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px 0;
	margin: 43px 0 0;
}
.mdl_link_btn {
  display: block;
  background: #fff url(../images/page_link.svg) 95% center no-repeat;
  background-size: 14px;
  width: 228px;
  border-radius: 10px;
}
.mdl_link_btn a {
  display: block;
  padding: 12px 0 12px 15px;
  font-size: 12px;
  font-weight: bold;
}
.mdl_back_btn {
  background: #222;
  border-radius: 10px;
  width: 230px;
  margin: 40px auto 0;
	cursor: pointer;
}
.mdl_back_btn a {
  display: flex;
  justify-content: center;
  padding: 15px 41px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.mdl_back_btn a::before {
  display: block;
  content: '';
  background: url(../images/pop_back_btn.svg) left center no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
  margin: 0 7px 0 0;
}
@media only screen and (min-width: 769px) {
  .mdl_container {
    padding: 120px 0;
  }
  .mdlcon_wrap  {
    border-radius: 25px;
    padding: 80px;
  }
  .mdl_ttl {
    gap: 10px 0;
  }
  .mdl_ttl_jp {
    font-size: 60px;
  }
  .mdl_ttl_en {
    font-size: 20px;
  }
  .mdl_subttl {
    margin: 10px 0 0;
    padding: 0 24px;
    font-size: 20px;
  }
  .mdl_subttl span {
    font-size: 18px;
  }
  .mdl_secttl {
    margin: 40px 0 0;
    font-size: 30px;
  }
  .mdl_secttl span {
    font-size: 18px;
  }
	.mdl_secttl span.mdl_page_ttl {
		padding: 0 0 20px;
		font-size: 32px;
	} 
  .mdl_secttl:first-of-type {
    margin: 60px 0 0;
  }
  .mdl_secbox {
    margin: 18px 0 0;
    padding: 40px 48px 35px;
    font-size: 18px;
  }
  .mdl_list {
    gap: 20px 0;
  }
  .mdl_list li {
    padding: 0 0 0 20px;
  }
  .mdl_list li::before {
    top: 8px;
    width: 15px;
    height: 15px;
  }
  .mdl_list_ttl {
    margin: 0 0 5px;
    font-size: 20px;
  }
  .mdl_ttl_note {
    margin: 0 0 5px;
    font-size: 28px;
  }
  .mdl_ttl_note span {
    padding: 0 20px;
    margin: 0 10px 0 0;
    font-size: 20px;
  }
  .mdl_pointbox {
    margin: 75px 0 0;
    border-radius: 25px;
    padding: 41px 0 79px;
  }
  .mdl_point_ttl {
    font-size: 40px;
  }
  .mdl_point_ttl::before {
    background-size: inherit;
    width: 38px;
    height: 38px;
    margin: 0 11px 0 0;
  }
  .mdl_pointlist_wrap {
    padding: 0 48px;
    margin: 61px 0 0;
  }
	.mdl_pointlist_wrap p + p {
		margin: 21px 0 0;
	}
	.mdl_pointlist_wrap p {
		font-size: 20px;
	}
  .mdl_pointlist {
    gap: 20px 0;
  }
  .mdl_pointlist li {
    padding: 0 0 0 30px;
    font-size: 20px;
  }
  .mdl_pointlist li::before {
    top: 5px;
    background-size: inherit;
    width: 20px;
    height: 20px;
  }
	.mdl_link_wrap {
		gap: 30px 0;
		margin: 60px 0 0;
	}
  .mdl_link_btn {
    background-size: inherit;
    width: 91%;
    max-width: 348px;
  }
  .mdl_link_btn a {
    padding: 17px 0 17px 24px;
    font-size: 18px;
  }
  .mdl_back_btn {
    width: 49%;
    max-width: 486px;
  }
  .mdl_back_btn a {
    padding: 25px 0;
    font-size: 18px;
  }
  .mdl_back_btn a::before {
    background-size: inherit;
    width: 30px;
    height: 30px;
    margin: 0 11px 0 0;
  }
  .mdl_close {
    top: 28px;
    right: 33px;
    width: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal {
    width: 984px;
    margin: 0 auto;
    padding: 0;
  }
  .mdl_ttl_note {
    flex-flow: row;
    align-items: center;
  }
  .mdl_pointbox {
    padding: 41px 0 33px
  }
  .mdl_img_l {
    display: block;
    position: absolute;
    top: -22px;
    left: 48px;
  }
  .mdl_img_r {
    display: block;
    position: absolute;
    top: -22px;
    right: 48px;
  }
  .mdl_img_sp {
    display: none;
  }
	.mdl_ttl_note02 br {
		display: none;
	}
	.m_20 {
		margin: 15px 0;
	}
}
/* 展開コンテンツ↑↑↑ */
/* -----------------
EXAMINATION↑↑↑
----------------- */

/* -----------------
↓↓↓Q&A
----------------- */
.faq_area {
    padding: 50px 0 60px;
}
.faq_wrap {
    display: flex;
    flex-direction: column;
    margin: 45px 0 0;
    gap: 40px;
}
.faq_img {
    width: 280px;
    margin: 0 auto;
}
.faqbox li + li {
    margin: 20px 0 0;
} 
.qmark {
    font-size: 21px;
    line-height: 1;
    padding-inline-end: .5em;
    font-family: 'Inter', sans-serif;
}
.amark {
    font-size: 21px;
    line-height: 1;
    padding-inline-end: .6em;
    font-family: 'Inter', sans-serif;
}
.quest {
    position: relative;
    background: #E8E7E4;
    border-radius: 10px;
    padding: 15px 3.9em 20px 1.5em;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    cursor: pointer;
}
.faq_arw {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1.5em;
	height: 1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.answer {
    background: #F8F8F7;
    border-radius: 0 0 10px 10px;
    padding: 20px 7.5% 30px 2em;
    display: flex;
}
.ansinfo {
    line-height: 2;
    font-size: 14px;
    margin-top: -0.3em;
}
.document {
    background: #fff;
    margin: 20px 0 0;
    padding: 10px 20px;
}
.tankyu_flow dt {
    font-weight: bold;
}
.tankyu_flow dd + dt {
    margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
    .faq_wrap {
        margin: 40px 0 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .faq_img {
        margin: 70px 0 0;
        width: 25.8%;
        max-width: 387px;
    }
    .faqbox {
        width: 66%;
        max-width: 984px;
    } 
    .faqbox li + li {
        margin: 20px 0 0;
    } 
    .qmark, .amark {
        font-size: clamp(21px,2.3vw,30px);
    }
    .quest {
        font-size: clamp(14px,1.6vw,20px);
        padding: 22px 3.7em 22px 1.5em;
    }
    .answer {
        padding: 20px 7.5% 30px 6.8%;
    }
    .ansinfo {
        font-size: clamp(14px,1.2vw,18px);
    }
    .document {
        padding: 20px 30px 25px;
    }
}
@media only screen and (min-width: 1024px) {
	.faq_area {
		padding: 120px 0 95px;
	}
}
@media only screen and (min-width: 1280px) {
    .qmark, .amark {
        font-size: 30px;
    }
    .quest {
        font-size: 20px;  
    }
    .ansinfo {
        font-size: 18px;
        margin-top: -0.2em;
    }
}
/* 展開時デザイン */
.open.quest {
    border-radius: 10px 10px 0 0;
}
.open.quest .faq_arw {
    transform: translateY(-50%) rotate(180deg);
}
/* -----------------
Q&A↑↑↑
----------------- */

/* -----------------
↓↓↓FLOW
----------------- */
.flow_area {
    padding: 50px 0 60px;
    background: url(../images/bg_paper.webp);
}
.flow_list {
    margin: 45px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_item {
    padding: 0 30px;
		text-align: center;
}
.flow_arw_wrap {
    margin: 25px 0;
    width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.flow_arw {
    fill: #222;
    width: 27px;
    height: 11px;
}
.flow_head {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
}
.flow_txt {
    font-size: 13px;
    margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
    .flow_list {
    margin: 60px 0 0;
    flex-direction: row;
    align-items: flex-start;
    }
    .flow_item {
    width: 22.5%;
    padding: 0;
    }
    .flow_arw_wrap {
    margin: 0;
    width: 3.3%;
    aspect-ratio: 48/403;
    display: flex;
    align-items: center;
    }
    .flow_arw {
    transform: rotate(-90deg);
    transform-origin: center center;
    }
    .flow_head {
    font-size: clamp(14px,1.6vw,20px);
    }
    .flow_txt {
    font-size: clamp(13px,1.4vw,18px);
    }
}
@media only screen and (min-width: 1024px) {
	.flow_area {
    padding: 120px 0 130px;
    }
}
@media only screen and (min-width: 1280px) {
    .flow_head {
    font-size: 20px;
    }
    .flow_txt {
    font-size: 18px;
    }
}
/* -----------------
FLOW↑↑↑
----------------- */

/* -----------------
↓↓↓リンクバナー
----------------- */
    .bnr_area {
    padding: 40px 0 60px;
}
.bnr_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.bnr_item {
    position: relative;
}
.bnr_btn_wrap {
    position: absolute;
    right: 2%;
    bottom: 6px;
    width: 86%;
    aspect-ratio: 250/55;
    padding-inline: 10%;
}
.bnr_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc((12 / 207) * 100%);
    padding: 6px 1em 6px 1.25em;
    border-radius: 18px;
    font-size: 12px;
    background: #E8E7E4;
    transition: all .3s ease-out;
}
@media only screen and (max-width: 375px) {
	.bnr_btn {
			font-size: 11px;
			white-space: nowrap;
	}
}
.bnr_btn:hover {
    background: #F8F8F7;
    transition: all .3s ease-out;
}
.bnr_btn .external {
    fill: #222;
    padding: 0 0 0 0.2em;
}
.bnr_btn .external svg {
    width: 1em;
    height: 0.75em;
}
@media only screen and (min-width: 1024px) {
    .bnr_area {
    padding: 70px 0 100px;
    }
    .bnr_list {
    display: flex;
    flex-direction: row;
		justify-content: center;
    gap: 2.6%;
    }
    .bnr_btn_wrap {
    right: 2%;
    bottom: 10px;
    aspect-ratio: 408/83;
    }
    .bnr_btn {
    margin-top: calc((15 / 326) * 100%);
    font-size: clamp(12px,1.1vw,16px);
    }
}
@media only screen and (min-width: 1400px) {
    .bnr_btn {
    margin-top: calc((15 / 326) * 100%);
    font-size: 16px;
    }
}  
/* -----------------
リンクバナー↑↑↑
----------------- */

/* -------------------------------------------------------
画像の動き
------------------------------------------------------- */
.bounce-in, .bounce-in-continue, .bounce-in-continue02 {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.bounce-in.bounce-in-action, .bounce-in-continue.bounce-in-action, .bounce-in-continue02.bounce-in-action {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

