@charset "utf-8";
/* CSS Document */

/* =====================
 headline
===================== */

#headline {
	margin-bottom: 90px;
}

#headline .headline-box {
	padding: 100px 0 0;
	background: #fff;
	position: relative;
	margin-top: -100px;
}

#headline .headline-box h2 {
	text-align: center;
	margin-bottom: 32px;
}

#headline .headline-box h2 span {
	font-weight: 700;
	font-size: 2.4rem;
	display: inline-block;
	margin-bottom: 20px;
}

#headline .headline-box h2 strong {
	font-size: 5.6rem;
	font-weight: 700;
	color: #3066be;
}

#headline .headline-box p {
	font-size: 2rem;
}


/* =====================
 service
===================== */

#service {
	padding: 130px 0 150px;
	background: #eaeff8;
}

#service h3 {
	margin-bottom: 82px;
}

#service .service-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#service .service-list .service-content {
	width: 48.27%;
	background: #fff;
	position: relative;
	padding: 48px 4% 70px;
	border-radius: 20px;
}

#service .service-list .service-content + .service-content + .service-content {
	margin-top: 40px;
}

#service .service-list .service-content .num {
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #3066be;
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
	position: absolute;
	top: -20px;
	left: -20px;
}

#service .service-list .service-content h4 {
	font-size: 2.4rem;
	text-align: center;
}

#service .service-list .service-content h4 span {
	display: inline-block;
	padding-bottom: 10px;
	font-weight: 700;
	position: relative;
	margin: 0 0 36px;
}

#service .service-list .service-content h4 span:after {
	content: "";
	display: block;
	background: #3066be;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#service .service-list .service-content p {
	margin-top: 26px;
	font-size: 2rem;
}


/* =====================
 support
===================== */

#support {
	padding: 130px 0 140px;
}

#support h3 {
	margin-bottom: 64px;
}

#support .support-graph {
	width: 100%;
	max-width: 1030px;
	height: 704px;
	position: relative;
	margin: 0 auto;
}

#support .support-graph .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 260px;
	background: #3066be;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
}

#support .support-graph .support-contents > dl {
	position: absolute;
	border: 4px solid #c6d5ed;
	padding: 16px 1.896%;
	width: 340px;
	background: #fff;
}

#support .support-graph .support-contents > dl:nth-of-type(1) {
	top: 0;
	left: 0;
}

#support .support-graph .support-contents > dl:nth-of-type(2) {
	top: 0;
	right: 0;
}

#support .support-graph .support-contents > dl:nth-of-type(3) {
	bottom: 0;
	left: 0;
}

#support .support-graph .support-contents > dl:nth-of-type(4) {
	bottom: 32px;
	right: 0;
}

#support .support-graph .support-contents > dl:after {
	content: "";
	display: block;
	width: 220px;
	height: 4px;
	background: #c6d5ed;
	position: absolute;
	z-index: -1;
}

#support .support-graph .support-contents > dl:nth-of-type(1):after,
#support .support-graph .support-contents > dl:nth-of-type(3):after {
	right: -140px;
}

#support .support-graph .support-contents > dl:nth-of-type(2):after,
#support .support-graph .support-contents > dl:nth-of-type(4):after {
	left: -140px;
}

#support .support-graph .support-contents > dl:nth-of-type(1):after,
#support .support-graph .support-contents > dl:nth-of-type(2):after {
	bottom: 0;
}

#support .support-graph .support-contents > dl:nth-of-type(3):after,
#support .support-graph .support-contents > dl:nth-of-type(4):after {
	top: 0;
}

#support .support-graph .support-contents > dl:nth-of-type(1):after,
#support .support-graph .support-contents > dl:nth-of-type(4):after {
	transform: rotate(25deg);
}

#support .support-graph .support-contents > dl:nth-of-type(2):after,
#support .support-graph .support-contents > dl:nth-of-type(3):after {
	transform: rotate(-25deg);
}

#support .support-graph .support-contents > dl dt {
	margin: 0 0 15px;
}

#support .support-graph .support-contents > dl dt span {
	font-size: 2rem;
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
}

#support .support-graph .support-contents > dl dt br + span {
	margin-top: 5px;
}

#support .support-graph .support-contents > dl:nth-of-type(1) dt span {
	background: #30beb2;
}

#support .support-graph .support-contents > dl:nth-of-type(2) dt span {
	background: #73be30;
}

#support .support-graph .support-contents > dl:nth-of-type(3) dt span {
	background: #4e30be;
}

#support .support-graph .support-contents > dl:nth-of-type(4) dt span {
	background: #beb230;
}

#support .support-graph .support-contents > dl dd {
	font-size: 2rem;
}




/* =====================
 news
===================== */

#news {
	padding: 105px 0 125px;
	background: url(../images/bg_news.jpg) center center no-repeat;
	background-size: cover;
}

#news .container {
	max-width: 1320px;
}

#news .title01 {
	color: #fff;
	margin: 0 0 70px;
}

#news .news-cl {
	display: flex;
	justify-content: center;
}

#news .news-cl .news-box {
	width: 30.3%;
	background: #fff;
	border-radius: 20px;
	padding: 48px 2.424% 147px;
	position: relative;
}

#news .news-cl .news-box + .news-box {
	margin-left: 4.55%;
}

#news .news-cl .news-box h4 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 34px;
}

#news .news-cl .news-box .news-contents .news-content {
	padding: 0 10px 26px;
	border-bottom: 1px solid #efefef;
}

#news .news-cl .news-box .news-contents .news-content + .news-content {
	margin-top: 30px;
}

#news .news-cl .news-box .news-content time {
	margin-bottom: 12px;
}

#news .news-cl .news-box .link-btn01 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 56px;
	margin: auto;
	width: calc(100% - 30px);
}


/* =====================
 contact
===================== */

#contact {
	padding: 100px 0;
}

#contact .container {
	max-width: 960px;
}

#contact .title01 {
	margin-bottom: 66px;
}

#contact .fade-contents > .anno-area {
	margin-bottom: 40px;
	text-align: center;
}

#contact input[type="text"],
#contact textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 1.6rem;
}

#contact textarea {
	height: 180px;
}

#contact .form-list > dl {
	display: flex;
}

#contact .form-list > dl:nth-of-type(odd) {
	background: #f5f5f5;
}

#contact .form-list > dl > dt,
#contact .form-list > dl > dd {
	align-items: center;
	padding: 20px;
}

#contact .form-list > dl.radio > dt,
#contact .form-list > dl.radio > dd {
	padding-bottom: 10px;
}

#contact.confirm .form-list > dl > dt,
#contact.confirm .form-list > dl > dd {
	height: auto;
	align-items: flex-start;
}

#contact.confirm .form-list > dl.radio > dt,
#contact.confirm .form-list > dl.radio > dd {
	padding-bottom: 20px;
}

#contact .form-list > dl > dt {
	width: 200px;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 82px;
}

#contact .form-list > dl.req > dt:after {
	content: "*";
	color: #f00;
	display: inline-block;
	vertical-align: super;
	margin-left: 5px;
}


#contact .form-list > dl.radio > dt {
	align-items: flex-start;
}

#contact .form-list > dl > dd {
	width: calc(100% - 200px);
}

#contact .form-list > dl > dd .mwform-radio-field {
	display: inline-block;
	margin: 0 30px 10px 0;
}

#contact .form-list > dl > dd .mwform-radio-field label {
	cursor: pointer;
}

#contact .form-list > dl > dd .mwform-radio-field input {
	display: none;
}

#contact .form-list > dl > dd .mwform-radio-field .mwform-radio-field-text {
	position: relative;
	padding-left: 20px;
}

#contact .form-list > dl > dd .mwform-radio-field .mwform-radio-field-text:before,
#contact .form-list > dl > dd .mwform-radio-field .mwform-radio-field-text:after {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#contact .form-list > dl > dd .mwform-radio-field .mwform-radio-field-text:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #333;
	left: 0;
	background: #fff;
}

#contact .form-list > dl > dd .mwform-radio-field .mwform-radio-field-text:after {
	display: none;
	width: 6px;
	height: 6px;
	background: #3066be;
	left: 4px;
}

#contact .form-list > dl > dd .mwform-radio-field input:checked + .mwform-radio-field-text:after {
	display: block;
}

#contact form .btn-area {
	margin-top: 40px;
}

#contact form input[type="submit"] {
	background: #3066be;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    border: none;
    margin: 0 auto;
	cursor: pointer;
	transition: all .5s cubic-bezier(.5,0,0,1);
}

#contact.thanks .thnaks-headline p + p {
	margin-top: 1em;
}

#contact.thanks .thnaks-headline .corp {
	margin-top: 1em;
}

#contact.thanks .thnaks-headline .corp a {
	text-decoration: underline;
	color: #3066be;
}

#contact.thanks .link-area {
	margin: 60px 0 0;
}

#contact.thanks .link-area .link-btn01 {
	margin: 0 auto;
}

#contact .contents + .contents {
	margin-top: 100px;
}



/* =====================
 recruit
===================== */

#recruit {
	margin: 0 0 100px;
}

#recruit .po-header {
	display: none;
}

#recruit .style3 tr.po-single select, #recruit .style3 tr.po-double select {
	box-sizing: border-box;
}


@media screen and (max-height: 1000px) and (min-width: 992px) {


}

@media screen and (max-width: 1600px) {



}


/* ====================================================================================
		:hover
==================================================================================== */
@media screen and (min-width: 1025px) {

	#contact form input[type="submit"]:hover {
		background: #3d82f2;
	}

	#contact.thanks .thnaks-headline .corp a:hover {
		text-decoration: none;
	}

}



@media screen and (max-width: 1070px) {

	/* =====================
	support
	===================== */


	#support .support-graph {
		width: 88.793vw;
		height: 60.689vw;
	}

	#support .support-graph .title {
		width: 22.4137vw;
		height: 22.4137vw;
		font-size: 2.0689vw;
		top: 17.241vw;
	}

	#support .support-graph .support-contents > dl {
		border-width: 0.344vw;
		padding: 1.379vw 1.896%;
		width: 29.3103vw;
	}

	#support .support-graph .support-contents > dl:nth-of-type(4) {
		bottom: 2.758vw;
	}

	#support .support-graph .support-contents > dl dt {
		margin: 0 0 1.293vw;
	}
	
	#support .support-graph .support-contents > dl dt span {
		font-size: 1.7241vw;
		padding: 0.6896vw 0.862vw;
	}

	#support .support-graph .support-contents > dl dd {
		font-size: 1.7241vw;
	}

	#support .support-graph .support-contents > dl:nth-of-type(1):after,
	#support .support-graph .support-contents > dl:nth-of-type(3):after {
		right: -12.068vw;
	}
	
	#support .support-graph .support-contents > dl:nth-of-type(2):after,
	#support .support-graph .support-contents > dl:nth-of-type(4):after {
		left: -12.068vw;
	}

}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (max-width: 1024px) {

	

}



/* ====================================================================================
		SP
==================================================================================== */
@media screen and (max-width: 767px) {

	/* =====================
	headline
	===================== */

	#headline {
		margin-bottom: 60px;
	}

	#headline .headline-box {
		padding: 40px 0 0;
		margin-top: 0;
	}

	#headline .headline-box h2 {
		margin-bottom: 20px;
	}

	#headline .headline-box h2 span {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	#headline .headline-box h2 strong {
		font-size: 1.8rem;
	}

	#headline .headline-box p {
		font-size: 1.4rem;
	}


	/* =====================
	service
	===================== */

	#service {
		padding: 40px 0 60px;
	}

	#service h3 {
		margin-bottom: 36px;
	}

	#service .service-list .service-content {
		width: 100%;
		padding: 48px 4% 36px;
		border-radius: 10px;
	}

	#service .service-list .service-content + .service-content,
	#service .service-list .service-content + .service-content + .service-content {
		margin-top: 20px;
	}

	#service .service-list .service-content .num {
		width: 36px;
		height: 36px;
		font-size: 1.6rem;
		top: 10px;
		left: 10px;
	}

	#service .service-list .service-content h4 {
		font-size: 1.6rem;
	}

	#service .service-list .service-content h4 span {
		padding-bottom: 8px;
		margin: 0 0 24px;
	}

	#service .service-list .service-content h4 span:after {
		height: 2px;
	}

	#service .service-list .service-content p {
		margin-top: 18px;
		font-size: 1.4rem;
	}


	/* =====================
	support
	===================== */

	#support {
		padding: 40px 0 60px;
	}

	#support h3 {
		margin-bottom: 30px;
	}

	#support .support-graph {
		width: 100%;
		height: auto;
	}

	#support .support-graph .title {
		width: 100%;
		height: auto;
		font-size: 1.4rem;
		top: 0px;
		margin-bottom: 14px;
		position: relative;
		border-radius: 0;
		padding: 8px 10px;
	}

	#support .support-graph .support-contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#support .support-graph .support-contents > dl {
		position: relative;
		border: 2px solid #c6d5ed;
		padding: 16px 15px;
		width: 100%;
	}

	#support .support-graph .support-contents > dl + dl {
		margin-top: 14px;
	}

	#support .support-graph .support-contents > dl:nth-of-type(4) {
		bottom: 0;
	}

	#support .support-graph .support-contents > dl:after {
		display: none;
	}

	#support .support-graph .support-contents > dl dt {
		margin: 0 0 8px;
		padding: 4px 5px;
		display: inline-block;
	}

	#support .support-graph .support-contents > dl:nth-of-type(1) dt {
		background: #30beb2;
	}
	
	#support .support-graph .support-contents > dl:nth-of-type(2) dt {
		background: #73be30;
	}
	
	#support .support-graph .support-contents > dl:nth-of-type(3) dt {
		background: #4e30be;
	}
	
	#support .support-graph .support-contents > dl:nth-of-type(4) dt {
		background: #beb230;
	}

	#support .support-graph .support-contents > dl dt span {
		font-size: 1.4rem;
		padding: 0;
		display: inline;
	}

	#support .support-graph .support-contents > dl dt br {
		display: none;
	}

	#support .support-graph .support-contents > dl dt br + span {
		margin-top: 0;
	}

	#support .support-graph .support-contents > dl dd {
		font-size: 1.4rem;
	}

	#support .support-graph .support-contents > dl:nth-of-type(1) dt span,
	#support .support-graph .support-contents > dl:nth-of-type(2) dt span,
	#support .support-graph .support-contents > dl:nth-of-type(3) dt span,
	#support .support-graph .support-contents > dl:nth-of-type(4) dt span {
		background: transparent;
	}


	/* =====================
	news
	===================== */

	#news {
		padding: 40px 0 60px;
	}

	#news .container {
		max-width: 1320px;
	}

	#news .title01 {
		margin: 0 0 30px;
	}

	#news .news-cl {
		display: block;
	}

	#news .news-cl .news-box {
		width: 100%;
		border-radius: 6px;
		padding: 26px 15px 96px;
	}

	#news .news-cl .news-box + .news-box {
		margin-top: 26px;
		margin-left: 0;
	}

	#news .news-cl .news-box h4 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	#news .news-cl .news-box .news-contents .news-content {
		padding: 0 10px 20px;
	}

	#news .news-cl .news-box .news-contents .news-content + .news-content {
		margin-top: 20px;
	}

	#news .news-cl .news-box .news-content time {
		margin-bottom: 12px;
	}

	#news .news-cl .news-box .link-btn01 {
		width: calc(100% - 30px);
		bottom: 30px;
	}




	/* =====================
	contact
	===================== */
	#contact {
		padding: 40px 0 60px;
	}

	#contact .title01 {
		margin-bottom: 30px;
	}

	#contact .fade-contents > .anno-area {
		text-align: left;
		margin-bottom: 20px;
	}

	#contact input[type="text"],
	#contact textarea {
		font-size: 1.4rem;
	}

	#contact textarea {
		height: 140px;
	}

	#contact .form-list > dl {
		display: block;
		padding: 15px 0;
	}

	#contact .form-list > dl > dt,
	#contact .form-list > dl > dd {
		padding: 0 15px;
	}

	#contact .form-list > dl.radio > dt,
	#contact .form-list > dl.radio > dd {
		padding-bottom: 0;
	}

	#contact.confirm .form-list > dl.radio > dt,
	#contact.confirm .form-list > dl.radio > dd {
		padding-bottom: 0;
	}

	#contact .form-list > dl > dt {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	#contact .form-list > dl > dd {
		width: 100%;
	}

	#contact .form-list > dl > dd .mwform-radio-field {
		display: block;
		margin: 0;
	}

	#contact .form-list > dl > dd .mwform-radio-field + .mwform-radio-field {
		margin-top: 10px;
	}

	#contact form .btn-area {
		margin-top: 30px;
	}

	#contact form input[type="submit"] {
		width: 280px;
		height: 46px;
		font-size: 1.4rem;
	}

	#contact.thanks .link-area {
		margin: 40px 0 0;
	}
	

	/* =====================
	recruit
	===================== */

	#recruit {
		margin: 0 0 56px;
	}



}

