@charset "utf-8";

/*========== mainvisual ==========*/
#main_visual {
	margin-bottom: 80px;
}
#main_visual .inner {
    position: relative;
}
#main_visual .inner:after {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% + 160px);
    height: calc(100% + 80px);
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(38, 144, 193, 0.1);
    z-index: -10;
}
#main_visual p.catch {
    position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 20;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5rem;
    text-shadow: -1px 5px 20px rgba(31, 29, 23, 0.9), -1px 5px 20px rgba(31, 29, 23, 0.9), -1px 5px 20px rgba(31, 29, 23, 0.9);
}

/*========== 見出し ==========*/
#top h2 {
    text-align: center;
	margin-bottom: 50px;
}
#top h2 a {
    text-decoration: none;
    color: #113a53;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
#top h2 a span {
    display: block;
	margin-top: 10px;
    font-size: 1.1rem;
	font-weight: 500;
    color: #2988c5;
    font-family: 'Outfit';
    letter-spacing: 0.1rem;
}
h3 {
    font-size: 1.38rem;
    padding-left: 20px;
	background: url("../images/parts_circle.svg") no-repeat left center;
	background-size: 10px auto;
	margin-bottom: 30px;
    position: relative;
}
h3:after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 0;
	width: 86%;
	height: 1px;
	background: #015890;
	opacity: 0.2;
}
/*========== news ==========*/
.news_wrap {
    padding: 100px 0 120px;
}
.news_wrap .inner {
	position: relative;
}
.news_wrap dl .wrap {
	display: flex;
    align-items: center;
    border-top: solid 1px rgba(17, 58, 83, 0.1);
    box-sizing: border-box;
}
.news_wrap dl .wrap dt {
	width: 12%;
	padding: 30px 0;
    color: #8fa8b8;
    font-size: 0.85rem;
    font-weight: 600;
	box-sizing: border-box;
}
.news_wrap dl .wrap dd {
	width: 88%;
}
.news_wrap dl .wrap dd a h3 {
	font-size: 1rem;
}
.news_wrap dl .wrap dd a {
	display: flex;
	gap: 30px;
	align-items: center;
	text-decoration: none;
	color: #113a53;
	padding: 30px 90px 30px 0;
	box-sizing: border-box;
	position: relative;
}
.news_wrap dl .wrap dd a:after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 12px;
	height: 11px;
	background: url("../images/icon/icon_arrow.svg") no-repeat;
	background-size: contain;
}
.news_wrap dl .wrap dd a .category_wrap {
    width: 115px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.news_wrap dl .wrap dd a .category_wrap span {
	display: block;
	text-align: center;
    padding: 3px 0;
    color: #2988c5;
    font-weight: 600;
    font-size: 0.85rem;
    background: #e8eff4;
	border-radius: 5px;
}
.news_wrap dl .wrap dd a h3 {
	width: calc(100% - 145px);
    font-size: 17px;
    font-weight: 500;
    padding-left: 0;
	box-sizing: border-box;
    background: none;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.news_wrap dl .wrap dd a h3:after {
	display: none;
}
.news_wrap .btn {
    position: absolute;
    top: 35px;
    right: 0;
}

/*========== about_area ==========*/
.about_area {
    padding: 300px 0 0;
	background: url("../images/img_tp.jpg") no-repeat top center / auto 100%;
	position: relative;
	z-index: 5;
}
.about_area .inner {
    height: 650px;
    overflow: clip;
    margin: 0 0 0 auto;
    display: flex;
    gap: 100px;
    width: 100%;
	padding-left: 15%;
	position: relative;
}
.about_area .inner:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgba(162, 207, 234, 1), rgba(41, 136, 197, 1) 30%, rgba(1, 79, 130, 1));
	opacity: 0.85;
	z-index: -5;
}
#top .about_area h2 {
    margin-bottom: 40px;
}
#top .about_area h2 a {
    display: block;
	text-align: left;
}
#top .about_area h2 .sub {
    width: 550px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
#top .about_area h2 span {
    background: #1770a9;
	color: #fff;
    font-size: 2rem;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
	letter-spacing: 0.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.about_area p {
	width: 500px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2;
	letter-spacing: 0.05rem;
}
.about_area p.small {
	font-size: 0.9rem;
}
.about_area .slide_wrap {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.about_area .slide_wrap ul {
    width: calc((100% - 10px) / 2);
}
.about_area .slide_wrap .wrap {
	margin-bottom: 10px;
}

/*========== registration_area ==========*/
.registration_area {
    padding: 100px 0 170px;
	position: relative;
	z-index: 5;
}
.registration_area:before {
	position: absolute;
	content: '';
	display: block;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: calc(90% - 130px);
	background: #e8eff4;
	z-index: -5;
}
.registration_area ol {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
	margin: 70px 0 60px;
}
.registration_area ol li {
    width: calc((100% - 100px) / 3);
    padding: 20px 40px;
    background: #f6f9fb;
    border-radius: 25px;
    box-shadow: 0px 4px 20px 10px rgba(41, 136, 197, 0.08);
	box-sizing: border-box;
    position: relative;
}
.registration_area ol li:after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 20px;
	height: 40px;
	background: url("../images/arrow_r.svg") no-repeat;
	background-size: contain;
}
.registration_area ol li:last-child:after {
	display: none;
}
.registration_area ol li .step {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Outfit';
    font-size: 0.7rem;
    width: 80px;
    height: 80px;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	background: radial-gradient(circle, rgba(17, 58, 83, 1) 55%, rgba(246, 249, 251, 1) 58%);
    color: #fff;
    border-radius: 50%;
	line-height: 1;
}
.registration_area ol li .step span {
	font-size: 1.5rem;
}
.registration_area ol h4 {
    padding-top: 190px;
    color: #2988c5;
	background: url("../images/icon/icon_method.svg") no-repeat top center;
    text-align: center;
    letter-spacing: 0.15rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.registration_area ol li:nth-child(2) h4 {
	background: url("../images/icon/icon_method02.svg") no-repeat top center;
}
.registration_area ol li:nth-child(3) h4 {
	background: url("../images/icon/icon_method03.svg") no-repeat top center;
}
.registration_area .supplement {
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    line-height: 2.2;
	margin-bottom: 50px;
}
.registration_area .supplement .txt_small {
    letter-spacing: 0.1rem;
}
/*.registration_area .supplement span {
    border-bottom: dotted 3px #113a53;
    padding-bottom: 3px;
}*/
.registration_area .supplement span.lightblue {
    border: none;
    color: #2988c5;
}
.registration_area .btn a {
    background: #fff url(../images/icon/icon_arrow_db.svg) no-repeat right 15px center;
    background-size: 30px auto;
    color: #113a53;
    /*border-color: #113a53;*/
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(41, 136, 197, 0.08)
}
#top footer .contact_area .text_wrap h2 {
    text-align: left;
	margin-bottom: 0;
}
#top footer .contact_area .text_wrap h2 a {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.15rem;
}
#top footer .contact_area .text_wrap h2 a span {
	color: #fff;
}
#top footer h3 {
    font-size: 1.17em;
    padding: 0;
    background: none;
    margin-bottom: 0;
}
#top footer h3:after {
	display: none;
}
#top footer .contact_area .contact_wrap .tel_wrap h3,
#top footer .contact_area .contact_wrap .mail_wrap h3 {
	font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    padding-bottom: 40px;
    background: url(../images/arrow_under_b.svg) no-repeat bottom 10px center;
}
#top footer .contact_area .contact_wrap .mail_wrap h3 {
    color: #fff;
    background: url(../images/arrow_under_w.svg) no-repeat bottom 20px center;
    padding-bottom: 50px;
}

/*
==========================
SP
==========================
*/
@media  print, screen and (max-width: 767px) {
	#top body {
		background-position: top 80px center;
	}
	#main_visual {
		margin-bottom: 0;
	}
	#main_visual .inner {
	    width: 100%;
	}
	#main_visual .inner:after {
		display: none;
	}
	#main_visual p.catch {
	    font-size: 1.2rem;
	    letter-spacing: 0.1rem;
		z-index: 1;
	}
	#top h2 {
	    margin-bottom: 20px;
	}
	#top h2 a {
	    font-size: 1.3rem;
	}
	#top h2 a span {
	    font-size: 0.9rem;
	    margin-top: 0;
	}
	/*========== news_wrap ==========*/
	.news_wrap {
	    padding: 50px 0;
	}
	.news_wrap dl .wrap {
	    flex-wrap: wrap;
	}
	.news_wrap dl .wrap dt {
	    width: 100%;
	    padding: 10px 0;
	}
	.news_wrap dl .wrap dd {
	    width: 100%;
	}
	.news_wrap dl .wrap dd a {
	    padding: 0 30px 10px 0;
	    gap: 10px;
	}
	.news_wrap dl .wrap dd a .category_wrap {
	    width: calc(32% - 10px);
	    padding: 3px 0;
	    font-size: 0.8rem;
	}
	.news_wrap dl .wrap dd a h3 {
	    width: calc(68% - 10px);
		padding-right: 0;
	    font-size: 0.9rem;
	}
	.news_wrap dl .wrap dd a:after {
	    right: 10px;
	    top: 35%;
	}
	.news_wrap dl .wrap dd a:after {
	    right: 10px;
	}
	.news_wrap .btn {
	    position: static;
	    margin: 30px auto 0;
	}
	/*========== about_area ==========*/
	.about_area {
	    padding: 80px 0 0;
	}
	.about_area .inner {
	    height: auto;
	    padding: 20px 0 0;
	    display: block;
	}
	.about_area .inner:before {
	    height: 100%;
	}
	.about_area .text_wrap {
		padding: 0 15px;
		box-sizing: border-box;
	}
	#top .about_area h2 {
	    margin-bottom: 20px;
	}
	#top .about_area h2 a {
	    position: relative;
	}
	#top .about_area h2 .sub {
	    position: absolute;
	    width: 160px;
	    height: auto;
	    top: 0;
	    right: 0;
	}
	#top .about_area h2 span {
	    font-size: 1.3rem;
	    letter-spacing: 0.1rem;
	}
	.about_area p {
	    width: auto;
	    font-size: 1rem;
	    line-height: 1.8;
	}
	.about_area p.small {
	    margin-bottom: 2rem !important;
	}
	.about_area .slide_wrap {
	    flex-direction: column;
		gap: 0;
	    margin-top: 30px;
	}
	.about_area .slide_wrap ul {
	    width: 100%;
	}
	.about_area .slide_wrap .wrap {
		margin-bottom: 0;
	}
	/*========== registration_area ==========*/
	.registration_area {
	    padding: 50px 0;
	}
	.registration_area:before {
	    top: 70px;
	    left: 0;
	    transform: none;
	    width: 100%;
	    height: calc(100% - 70px);
	}
	.registration_area ol {
	    margin-bottom: 20px;
	    gap: 100px;
	}
	.registration_area ol li {
	    width: 100%;
	    padding: 20px;
	}
	.registration_area ol li:after {
	    top: auto;
	    bottom: -55px;
	    right: auto;
	    left: 50%;
	    transform: translateX(-50%) rotate(90deg);
	}
	.registration_area ol h4{
	    padding-top: 90px;
	    background-size: 80px auto;
	    font-size: 1.1rem;
	    margin-bottom: 15px;
	}
	.registration_area ol li:nth-child(2) h4,
	.registration_area ol li:nth-child(3) h4{
	    background-size: 80px auto;
	}
	.registration_area .supplement {
	    font-size: 1.1rem;
	    letter-spacing: 0.1rem;
		margin-bottom: 25px;
        line-height: 1.5;
	}
	h3 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	h3:after {
		width: 50%;
	}
	#top footer .contact_area .text_wrap h2 a {
	    font-size: 1.5rem;
	}
	#top footer .contact_area .contact_wrap .tel_wrap h3,
	#top footer .contact_area .contact_wrap .mail_wrap h3 {
	    padding-bottom: 20px;
	    background-size: 20px auto;
	    background-position: bottom;
	}


}