@charset "UTF-8";




/* CSS STYLE */

body {
	font-size: 16px;
	line-height: 2;
}

a,
a img {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover,
a:active {
	text-decoration: underline;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}

img {
	-webkit-backface-visibility: hidden;
}
.cb { clear: both; }

.pcnone {
	display: none !important;
}
.nolink {
	pointer-events: none;
	color: #999 !important;
}











/* PARTS */

#contents {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.page-bg {
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.inner.cv {
	padding-left: 40px;
	padding-right: 40px;
}
.inner-mid {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.btn a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #d8a632;
	width: 385px;
	height: 60px;
	padding: 0 55px 3px 45px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
	box-shadow: 4px 4px 0 rgba(40,53,130,0.3);
}
.btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	background: url(../img/ar.svg) center center no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn a:hover {
	top: 4px;
	left: 4px;
	background-color: #1e2579;
	box-shadow: 0 0 0 rgba(40,53,130,0.5);
}
.btn a:hover:after {
	right: 15px;
}
.btn a strong {
	font-weight: 700;
	color: #f8fc78;
}

.big {
	font-size: 112.5%;
}
.sml {
	font-size: 87.5%;
	line-height: 2.1;
}
.notes {
	font-size: 13px;
	font-weight: 400;
	color: #707070;
}

.blur {
	-ms-filter: blur(10rem);
	filter: blur(10rem);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	-webkit-transition: 1s ease-out;
	transition: 1s ease-out;
	opacity: 0;
}
.blur.active {
	-ms-filter: blur(0rem);
	filter: blur(0rem);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.fade {
	opacity: 0;
	-webkit-transition: 0.8s linear;
	transition: 0.8s linear;
}
.fade.active {
	opacity: 1;
}
.fade-l {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-l.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-r {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(40px, 0);
	transform: translate(40px, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-r.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-t {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-t.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-b {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-b.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-w {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	opacity: 0;
}
.fade-z {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	opacity: 0;
}
.fade-w.active,
.fade-z.active {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.wipe-t,
.wipe-t2,
.wipe-t3 {
	position: relative;
}
.wipe-t:before,
.wipe-t3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #3c4ebe;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.wipe-t:before {
	-webkit-transition: 0.8s 0.1s ease;
	transition: 0.8s 0.1s ease;
}
.wipe-t3:before {
	-webkit-transition: 0.4s 0.6s ease;
	transition: 0.4s 0.6s ease;
}
.wipe-t2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #1e2579;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transition: 0.8s 0.1s ease;
	transition: 0.8s 0.1s ease;
}
.wipe-t.active:before,
.wipe-t2.active:before,
.wipe-t3.active:before {
	height: 0;
}
.wipe-l,
.wipe-l2,
.wipe-l3 {
	position: relative;
}
.wipe-l:before,
.wipe-l3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #1e2579;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.wipe-l:before {
	-webkit-transition: 0.4s 0.6s ease;
	transition: 0.4s 0.6s ease;
}
.wipe-l3:before {
	-webkit-transition: 0.8s 0.1s ease;
	transition: 0.8s 0.1s ease;
}
.wipe-l2:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #333;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transition: 0.4s 0.6s ease;
	transition: 0.4s 0.6s ease;
}
.wipe-l.active:before,
.wipe-l2.active:before,
.wipe-l3.active:before {
	width: 0;
}












/* HEADER */

header {
	position: relative;
	z-index: 10000;
	font-weight: 500;
}
header .header-top {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 30px 50px 0 50px;
	z-index: 1;
}
header .header-top .menu-logo {
	width: 140px;
	font-size: 0;
}
header .header-top .menu-logo img.recruit {
	width: 132px;
	margin-top: 6px;
}
header .header-top .menu-logo a:hover img {
	opacity: 0.7;
}
header .header-top .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 140px);
}
header .header-top .menu ul {
	display: flex;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.14em;
	white-space: nowrap;
}
header .header-top .menu ul li {
	margin-left: 30px;
}
header .header-top .menu ul a {
	color: #fff;
}
header .header-top .menu .contact {
	display: flex;
	margin-left: 20px;
	margin-bottom: 15px;
	white-space: nowrap;
}
header .header-top .menu .contact p {
	margin-left: 10px;
}
header .header-top .menu .contact a {
	display: block;
	background-color: #d8a632;
	width: 134px;
	height: 38px;
	font-size: 13px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
header .header-top .menu .contact p:nth-of-type(2) a {
	background-color: #b5881e;
}
header .header-top .menu .contact a:hover {
	background-color: #1e2579 !important;
}
@media screen and (max-width: 960px) {
	header .header-top .menu ul {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	header .header-top .menu ul li {
		margin-left: 10px;
	}
	header .header-top .menu .contact a {
		font-size: 12px;
	}
}

header .header-fixed {
	position: fixed;
	top: -70px;
	left: 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 100%;
	height: 70px;
	padding: 0 0 0 50px;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	z-index: 2;
}
header .header-fixed.top,
header .header-fixed.hide {
	top: -70px !important;
}
header .header-fixed.view {
	top: 0;
}
header .header-fixed .menu-logo {
	display: flex;
	align-items: center;
	width: 280px;
}
header .header-fixed .menu-logo a {
	line-height: 0;
}
header .header-fixed .menu-logo img {
	width: 95px;
	margin-right: 16px;
}
header .header-fixed .menu-logo p {
	font-size: 12px;
	line-height: 18px;
	color: #6d6d6d;
}
header .header-fixed nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 280px);
	margin: 0;
}
header .header-fixed #menu-area ul {
	display: flex;
}
header .header-fixed #menu-area li {
	margin-right: 35px;
	font-size: 14px;
	line-height: 1.2;
}
header .menu-contact {
	display: flex;
	width: 110px;
	height: 70px;
	letter-spacing: 0.14em;
}
header .menu-contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d8a632;
	width: 110px;
	height: 70px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
header .menu-contact p:nth-of-type(2) a {
	background-color: #b5881e;
}
header .menu-contact a:hover {
	background-color: #1e2579 !important;
}
header .header-contact {
	position: fixed;
	top: -70px;
	right: 0;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	z-index: 3;
}
header .header-contact.view {
	top: 0;
}
@media screen and (max-width: 1280px) {
	header .header-fixed .menu-logo {
		width: 230px;
	}
	header .header-fixed .menu-logo img {
		width: 80px;
		margin-right: 10px;
	}
	header .header-fixed .menu-logo p {
		font-size: 10px;
		line-height: 14px;
	}
	header .header-fixed nav {
		width: calc(100% - 230px);
	}
	header .header-fixed #menu-area li {
		font-size: 12px;
	}
	header .menu-contact {
		width: 70px;
	}
	header .menu-contact a {
		width: 70px;
		height: 70px;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 1100px) {
	header .header-fixed {
		padding: 0 0 0 25px;
	}
	header .header-fixed #menu-area li {
		margin-right: 10px;
	}
}









/* FOOTER */

#side-menu {
	display: none;
}

/* footer */
footer {
	position: relative;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	width: 100%;
	padding: 40px 0 80px 0;
	color: #707070;
	z-index: 2;
}
footer .inner {
	position: relative;
}
footer p {
	display: flex;
	align-items: flex-end;
	font-size: 10px;
}
footer p img {
	width: 140px;
	height: auto;
	margin-right: 20px;
}
footer .bottomArea__siteName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
footer .bottomArea__siteName a {
    display: block;
    position: relative;
	margin-right: 25px;
}
footer .bottomArea__siteName a img{
	width: 100%;
	max-width: 146px;
}
footer .bottomArea__siteName small {
    font-weight: 300;
    font-size: 8px;
    letter-spacing: 0.07em;
    line-height: 2.4;
    color: #4d4d4d;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
footer .bottomArea__siteName small a {
    display: inline;
    position: static;
    margin: 0;
    color:#464646;
    text-decoration:none;
}

footer .bottomArea__logo {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5rem;
    top: 45%;
}
footer .bottomArea__siteName small a:hover {
    opacity: 0.7;
}




/* modal */

.modal-content {
	display: none;
	position: fixed;
	background: #fff;
	width: calc(100% - 100px);
	max-width: 1000px;
	margin: 0;
	padding: 50px;
	font-size: 14px;
	text-align: center;
	color: #666;
	z-index: 20001;
}
.modal-content p {
	margin: 10px 0;
	text-align: left;
}
.modal-content p:first-child {
	margin-top: 0;
}
.modal-content p:last-child {
	margin-bottom: 0;
}
.modal-content .modal-read {
	width: 100%;
}
.modal-content .vbox {
	border: 1px solid #ddd;
	font-size: 0;
	overflow: hidden;
}
.modal-content img,
.modal-content video {
	width: 100%;
	height: auto;
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(54,71,183,0.8);
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.modal-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1e2579;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px;
	font-weight: 700;
	text-align: center !important;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
.modal-close:hover {
	background-color: #5982f5;
}

.modal-open {
	display: block;
	position: relative;
	cursor: pointer;
}
.modal-open:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: url(../img/click.png) center center no-repeat;
	background-size: 94px;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	z-index: 100;
}
.modal-open:hover {
	opacity: 0.8;
}










/* LP */

#main-area {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 768px;
	padding-top: 165px;
	color: #fff;
	z-index: 2;
}
#main-area:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 205px 385px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 5;
}
#main-area:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 205px 385px;
	border-color: transparent transparent #fff transparent;
	z-index: 5;
}
@media screen and (max-width: 1345px) {
	#main-area:before {
		left: -100px;
	}
}
#main-area .inner {
	position: relative;
	z-index: 3;
}
#main-area .main-img {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% + 150px);
	max-width: initial;
	width: 390px;
	height: 660px;
	z-index: 2;
}
#main-area .main-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/main-bg.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 732px;
	z-index: 1;
}
#main-area h1 {
	font-weight: 700;
	white-space: nowrap;
}
#main-area h1 .text1 {
	height: 18px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.14em;
}
#main-area h1 .text1 span {
	position: relative;
}
#main-area h1 .text1 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	display: block;
	background-color: #f8fc78;
	width: 100%;
	height: 4px;
}
#main-area h1 .text2 {
	display: flex;
	align-items: center;
	height: 42px;
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 40px;
	letter-spacing: 0.14em;
}
#main-area h1 .text2 img {
	width: auto;
	height: 38px;
	margin-top: 4px;
	margin-right: 10px;
}
#main-area h1 .text3 {
	font-size: 62px;
	line-height: 75px;
	color: #f8fc78;
	letter-spacing: 0.1em;
}
#main-area h1 .text3 span {
	font-size: 49px;
}
#main-area ul {
	display: flex;
	margin-top: 15px;
}
#main-area ul li {
	background-color: #1e2579;
	width: 144px;
	height: 40px;
	margin-right: 5px;
	padding-left: 2px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.2em;
	color: #fff;
	white-space: nowrap;
}
#main-area ul li:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 204px;
	padding: 0;
	line-height: 0;
}
#main-area ul li img {
	width: 178px;
}
#main-area .no1 {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
#main-area .no1 img {
	width: 120px;
	margin-right: 22px
}
#main-area .no1 dt {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1;
}
#main-area .no1 dt div {
	margin-top: 10px;
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #f8fc78;
}
#main-area .no1 dt span {
	position: relative;
	display: inline-block;
	padding: 0 22px 0 24px;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #fff;
}
#main-area .no1 dt span:before,
#main-area .no1 dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-color: #fff;
	width: 15px;
	height: 1px;
}
#main-area .no1 dt span:before {
	left: 0;
}
#main-area .no1 dt span:after {
	right: 0;
}
#main-area .no1 dd {
	margin-top: 12px;
	font-size: 10px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.1em;
}




.turningpoint-area {
	position: relative;
	background: #fff url(../img/turningpoint-bg.png) center top no-repeat;
	background-size: 1600px;
	width: 100%;
	padding: 185px 0 0 0;
	overflow: hidden;
	z-index: 2;
}
.turningpoint-area:after {
	content: "";
	position: absolute;
	top: 900px;
	right: 0;
	display: block;
	background-color: rgba(0,0,0,0.02);
	width: 28.6666%;
	height: 920px;
	z-index: -1;
}

.turningpoint {
	position: relative;
	width: 100%;
	z-index: 1;
}
.turningpoint h2 {
	position: relative;
	margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.turningpoint h2 .text1 {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	margin-right: 3.5%;
	white-space: nowrap;
}
.turningpoint .text1 strong {
	position: relative;
	height: 110px;
	font-weight: 500;
	font-size: 110px;
	line-height: 1;
	letter-spacing: 0.12em;
	color: #3c4ebe;
}
.turningpoint .text1 span {
	position: relative;
	display: inline-block;
	height: 65px;
}
.turningpoint .text1 span:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	display: block;
	border-radius: 6px;
	background-color: #3c4ebe;
	width: 6px;
	height: 6px;
	margin-left: -8px;
}
.turningpoint h2 .text1 .size1 {
	position: relative;
	display: inline-block;
	margin: 0 -30px 0 -95px;
	height: 65px;
	font-size: 65px;
	line-height: 1;
	letter-spacing: 0.12em;
}
.turningpoint h2 .text1 .size2 {
	position: relative;
	display: inline-block;
	height: 34px;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.12em;
}
.turningpoint h2 .text2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 46px;
	margin-left: 13%;
	font-size: 59px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.turningpoint h2 .text2 span {
	position: relative;
	display: inline-flex;
	background-color: #3c4ebe;
	height: 65px;
	margin-right: 15px;
	font-size: 65px;
	letter-spacing: 0.1em;
	color: #fff;
}
.turningpoint .image1 {
	position: absolute;
	top: 70px;
	right: calc(50% + 580px);
	width: 280px;
}
.turningpoint .image2 {
	position: absolute;
	top: 280px;
	left: 50px;
	width: 220px;
}
.turningpoint .image3 {
	position: absolute;
	top: -60px;
	left: calc(50% + 600px);
	width: 420px;
}
.turningpoint .read1 {
	padding-left: calc(11% + 220px);
	font-size: 16px;
	font-weight: 300;
}
.turningpoint .read1 h3 {
	font-size: 21px;
	font-weight: 700;
}
.turningpoint .read2 {
	margin-top: 20px;
	padding-left: calc(11% + 220px);
	font-size: 21px;
	font-weight: 700;
	color: #3c4ebe;
}
@media screen and (max-width: 990px) {
	.turningpoint h2 {
		margin-bottom: 90px;
	}
	.turningpoint .text1 strong {
		height: 85px;
		font-size: 85px;
	}
	.turningpoint .text1 span {
		height: 50px;
	}
	.turningpoint h2 .text1 .size1 {
		height: 50px;
		margin: 0 -25px 0 -80px;
		font-size: 50px;
	}
	.turningpoint h2 .text1 .size2 {
		height: 24px;
		font-size: 24px;
	}
	.turningpoint h2 .text2 {
		font-size: 45px;
	}
	.turningpoint h2 .text2 span {
		height: 50px;
		font-size: 50px;
	}
}


.next-leaders {
	position: relative;
	width: 100%;
	margin-top: 300px;
	z-index: 1;
}
.next-leaders h2 {
	position: relative;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
	white-space: nowrap;
}
.next-leaders h2 div {
	display: flex;
	align-items: flex-end;
	margin: 26px 0;
}
.next-leaders h2 div span {
	display: block;
	background-color: #3c4ebe;
	height: 65px;
	margin-right: 10px;
	font-size: 65px;
	letter-spacing: 0.12em;
	color: #fff;
}
.next-leaders .read {
	position: relative;
	width: 100%;
	padding-right: 45%;
}
.next-leaders .read .image {
	position: absolute;
	top: 0;
	left: 65%;
	width: 690px;
}
.next-leaders .read p {
	margin-bottom: 80px;
}
.next-leaders .read p strong {
	color: #3c4ebe;
}
.next-leaders h3 {
	position: relative;
	margin: 40px 0 20px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
}
.next-leaders h3:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 11px;
	display: block;
	background-color: #dfdfdf;
	width: calc(100% - 230px);
	height: 1px;
}
.next-leaders h3 span {
	position: relative;
	font-size: 34px;
	letter-spacing: 0.12em;
}
.next-leaders h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #122072;
	width: 100%;
	height: 2px;
}
.next-leaders h3:nth-of-type(2) span:after {
	background-color: #137520;
}
.next-leaders ul {
	padding-left: 20px;
}
.next-leaders ul li {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	line-height: 2;
}
.next-leaders ul li strong {
	font-weight: 500;
}
.next-leaders ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	background-color: #122072;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.next-leaders ul:nth-of-type(2) li:before {
	background-color: #137520;
}
@media screen and (max-width: 880px) {
	.next-leaders h2 {
		font-size: 30px;
	}
	.next-leaders h2 div span {
		height: 55px;
		font-size: 55px;
	}
}

.but-what {
	position: relative;
	padding-top: 160px;
	padding-bottom: 140px;
}
.but-what h2,
.but-what .whattodo {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}
.but-what h2 span,
.but-what .whattodo span {
	display: inline-block;
	background-color: #e3e3e3;
	height: 65px;
	font-size: 65px;
	font-weight: 500;
	line-height: 1;
}
.but-what h2 span {
	margin-bottom: 30px;
}
.but-what .image {
	position: relative;
	margin: -60px 0 -30px 0;
	z-index: 1;
}
@media screen and (max-width: 940px) {
	.but-what h2,
	.but-what .whattodo {
		font-size: 24px;
	}
	.but-what h2 span,
	.but-what .whattodo span {
		height: 50px;
		font-size: 50px;
	}
	.but-what h2 span {
		margin-bottom: 20px;
	}
	.but-what .image {
		position: relative;
		margin: -40px 0 -20px 0;
		z-index: 1;
	}
}




.support-area {
	position: relative;
	background-color: #fff;
	width: 100%;
	z-index: 2;
}

.support-top {
	position: relative;
	background: #3648b8 url(../img/support-main_01.jpg) center top no-repeat;
	background-size: 1500px 840px;
	width: 100%;
	height: 840px;
	padding-top: 100px;
	color: #fff;
}
.support-top:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 205px 385px;
	border-color: transparent transparent #e7eaf1 transparent;
	z-index: 1;
}
.support-top .inner {
	position: relative;
	z-index: 2;
}
.support-top h2 {
	margin-bottom: 50px;
	white-space: nowrap;
}
.support-top h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 420px;
	height: 50px;
	margin: 0 auto 10px auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.support-top h2 .text1:before {
	content: "";
	position: absolute;
	left: 80px;
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 0;
	border-color: #1e2579 transparent transparent transparent;
	transform:skew(-10deg, 0);
}
.support-top h2 .text2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	white-space: nowrap;
	width: 100%;
	min-width: 880px;
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.support-top h2 .text2 .logo {
	width: 270px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
}
.support-top h2 .text2 .logo img {
	margin-top: 15px;
}
.support-top h2 .text2 .yellow {
	color: #f8fc78;
}
.support-top h2 .text2 .yellow span {
	font-size: 80px;
}
.support-top .read {
	padding-left: 50%;
	font-size: 16px;
	line-height: 1.9;
}
.support-top .read strong {
	color: #f8fc78;
}
.support-top h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.support-top h3 strong {
	font-size: 34px;
	letter-spacing: 0.1em;
	color: #f8fc78;
}
.support-top .btn {
	margin-top: 40px;
}
.support-top .btn a {
	width: 360px;
	height: 70px;
	box-shadow: 4px 4px 0 rgba(40,53,130,0.8);
}
.support-top .btn a:hover {
	box-shadow: 0 0 0 rgba(40,53,130,0.8);
}
.support-btm {
	position: relative;
	background: url(../img/support-main_02.png) center top no-repeat;
	background-size: 1500px 160px;
	width: 100%;
	height: 160px;
}
.support-btm:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #e7eaf1;
	width: calc(100% - 100px);
	height: 100%;
	z-index: -1;
}
@media screen and (max-width: 1000px) {
	.support-top h2 {
		margin-bottom: 70px;
	}
	.support-top h2 .text2 {
		min-width: 680px;
		font-size: 45px;
		letter-spacing: 0.05em;
	}
	.support-top h2 .text2 .logo {
		width: 200px;
		font-size: 12px;
	}
	.support-top h2 .text2 .logo img {
		margin-top: 15px;
	}
	.support-top h2 .text2 .yellow span {
		font-size: 60px;
	}
	.support-top h3 {
		margin-bottom: 25px;
		font-size: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.support-top h3 {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.support-top h3 strong {
		font-size: 30px;
	}
	.support-top h3 br {
		display: none;
	}
	.support-top .read {
		padding-left: 45%;
		font-size: 15px;
		line-height: 1.8;
	}
	.support-top .btn {
		margin-top: 35px;
	}
}

.things {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}
.things:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #e7eaf1 url(../img/things-bg_01.png) right bottom no-repeat;
	background-size: 470px;
	width: calc(100% - 100px);
	height: 280px;
	z-index: -1;
}
.things h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #1e2579;
}
.things h2 strong {
	display: block;
	width: 204px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}
.things h2 strong img {
	display: block;
	margin-top: 12px;
}
.things h2 span {
	display: block;
	font-size: 60px;
	line-height: 1;
	color: #5982f5;
}
.things .inner-mid {
	position: relative;
	z-index: 1;
}
.things-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
}
.things-list .box {
	position: relative;
	width: 30%;
	padding: 30px 30px 0 0;
	font-size: 15px;
	line-height: 2;
}
.things-list .box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #fff;
	width: calc(100% - 30px);
	height: 100%;
	z-index: -1;
}
.things-list .box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #e7eaf1;
	width: 1px;
	height: 514px;
}
.things-list .box:nth-of-type(2) {
	margin-top: 50px;
}
.things-list .box:nth-of-type(3) {
	margin-top: 100px;
}
.things-list .box .num {
	position: absolute;
	top: -26px;
	left: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #000;
}
.things-list .image {
	margin-bottom: 30px;
}
.things-list h3 {
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
}
.things-list h3 strong {
	color: #5982f5;
}
.things-list .caution {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6;
}
.things-list .box:nth-of-type(4) {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid #e7eaf1;
	background-color: #f8f9fb;
	width: 100%;
	padding: 39px;
	margin-top: 50px;
}
.things-list .box:nth-of-type(4):before,
.things-list .box:nth-of-type(4):after {
	display: none;
}
.things-list .box:nth-of-type(4) .image {
	width: 270px;
	margin: 0;
}
.things-list .box:nth-of-type(4) .read {
	width: calc(100% - 300px);
}
.things-list .box:nth-of-type(4) .num {
	top: -32px;
	left: 40px;
}
.things-list .box:nth-of-type(4) h3 {
	margin-bottom: 15px;
}




.problem-top {
	position: relative;
	background: #fff url(../img/things-bg_02.png) left top no-repeat;
	background-size: 625px;
	width: 100%;
	padding: 180px 0 50px 0;
	z-index: 2;
}
.problem-top:after {
	content: "";
	position: absolute;
	bottom: -49px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: #fff transparent transparent transparent;
	margin-left: -25px;
}
.problem-top h2 {
	margin-bottom: 50px;
	white-space: nowrap;
}
.problem-top h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 560px;
	height: 50px;
	margin: 0 auto 18px auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.problem-top h2 .text1:before {
	content: "";
	position: absolute;
	left: 85px;
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 0;
	border-color: #1e2579 transparent transparent transparent;
	transform:skew(-10deg, 0);
}
.problem-top h2 .text2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	white-space: nowrap;
	width: 100%;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	white-space: nowrap;
	color: #1e2579;
}
.problem-top h2 .text2 strong {
	font-size: 60px;
	letter-spacing: 0.14em;
}
.problem-top h2 .text2 .blue {
	color: #5982f5;
}
.problem-top h2 .text2 .logo {
	width: 204px;
	margin-right: 5px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
}
.problem-top h2 .text2 .logo img {
	display: block;
	margin-top: 12px;
}

.problem-main {
	padding: 120px 0;
	color: #fff;
}
.problem-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 160px;
}
.problem-list:last-child {
	margin-bottom: 0;
}
.problem-list .image {
	width: 36%;
}
.problem-list .image-sp {
	display: none;
}
.problem-list .read {
	width: 56%;
	font-size: 16px;
	line-height: 1.9;
}
.problem-list .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.problem-list .title img {
	width: 28%;
}
.problem-list .title h3 {
	width: 67%;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
.problem-list .title h3 span {
	display: block;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.problem-list p {
	margin-top: 30px;
}
.problem-list strong {
	font-weight: 700;
	color: #f8fc78;
}
.problem-list dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}
.problem-list dl dt {
	position: relative;
	border: 1px solid #fff;
	width: 155px;
	height: 34px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 31px;
	text-align: center;
}
.problem-list dl dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	display: block;
	background-color: #fff;
	width: 24px;
	height: 1px;
}
.problem-list dl dd {
	width: calc(100% - 175px);
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.4;
}

.problem-btm {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 180px 0 120px 0;
}
.problem-btm:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 50%;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.set-sample {
	background: url(../img/set-bg.png) center center no-repeat;
	background-size: auto 400px;
	width: 100%;
	height: 400px;
	padding-top: 55px;
	color: #000;
}
.set-sample .text1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}
.set-sample .text1 .logo {
	width: 204px;
	margin-right: 5px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.set-sample .text1 .logo img {
	display: block;
	margin-top: 12px;
}
.set-sample .text2 {
	margin-top: 24px;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.set-sample .text3 {
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	z-index: 1;
}
.set-sample .text3 span {
	position: relative;
	margin-right: 10px;
	padding: 0 5px;
	font-size: 50px;
	line-height: 1;
	color: #5982f5;
}
.set-sample .text3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #f8fc78;
	width: 100%;
	height: 22px;
	z-index: -1;
}
.set-sample .text4 {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}
.set-sample .text4 strong {
	font-weight: 700;
	color: #d8a632;
}
.set-sample .text5 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
	color: #1e2579;
}
.set-sample .text5 strong {
	font-size: 50px;
	color: #5982f5;
	letter-spacing: 0.05em;
}
.set-sample .btn {
	margin-top: 38px;
	text-align: center;
}
.set-sample .btn a {
	background-color: #505b77;
	width: 400px;
	font-size: 16px;
}
.set-sample .btn a:hover {
	background-color: #1e2579;
}
.set-sample .btn a img {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 58px;
	-webkit-transform: translate(0, -50%) rotate(-10deg);
	transform: translate(0, -50%) rotate(-10deg);
}




.price-area {
	background: #fff url(../img/price-bg.png) left top no-repeat;
	background-size: 480px;
	padding: 140px 0 10px 0;
}
.price-area h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.14em;
	line-height: 1.8;
	color: #1e2579;
}
.price-area h2:before {
	content: "";
	position: absolute;
	left: calc(50% + 320px);
	bottom: 77px;
	display: block;
	border-radius: 7px;
	background-color: #1e2579;
	width: 7px;
	height: 7px;
	margin-left: -3px;
}
.price-area h2:after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% + 320px);
	bottom: 80px;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.price-area h2 strong {
	font-size: 50px;
	line-height: 1.34;
}
.price-area h2 span {
	font-size: 24px;
}
.price-area h2 span strong {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 70px;
	letter-spacing: 0.05em;
	color: #ce2156;
}
.price-area .set-sample {
	background: url(../img/set-bg.png) center center no-repeat;
	background-size: auto 300px;
	height: 300px;
	padding-top: 0;
}




.flows-area {
	position: relative;
	background: url(../img/flows-bg_01.png) right top no-repeat, #fff url(../img/flows-bg_02.png) 110% 320px no-repeat;
	background-size: 535px, 730px;
	width: 100%;
	padding: 115px 0 130px 0;
}
.flows-area h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.8;
	color: #1e2579;
}
.flows-area h2:before {
	content: "";
	position: absolute;
	right: calc(50% + 250px);
	bottom: 67px;
	display: block;
	border-radius: 7px;
	background-color: #1e2579;
	width: 7px;
	height: 7px;
	margin-left: -3px;
}
.flows-area h2:after {
	content: "";
	display: block;
	position: absolute;
	right: calc(50% + 250px);
	bottom: 70px;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.flows-area h2 .text1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 24px;
	line-height: 1;
}
.flows-area h2 .text1 .logo {
	display: block;
	width: 134px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.flows-area h2 .text1 .logo img {
	display: block;
	margin-top: 10px;
}
.flows-area h2 .text1 span {
	position: relative;
	display: block;
	height: 70px;
	margin: 0 5px -5px 5px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 70px;
	letter-spacing: 1;
	color: #ce2156;
}
.flows-area h2 .text2 {
	font-size: 30px;
}
.flows-area h2 .text2 strong {
	font-size: 50px;
}
.flows-area h2 .text3 {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.flows-area h2 .text3  strong {
	font-weight: 700;
	color: #d8a632;
}
.flow-list {
	position: relative;
	width: 100%;
}
.flow-list:before {
	content: "";
	display: block;
	position: absolute;
	left: 38px;
	top: 1%;
	background-color: #5982f5;
	width: 1px;
	height: 98%;
	z-index: 1;
}
.flow-list .box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	z-index: 2;
}
.flow-list .box:last-child {
	margin-bottom: 0;
}
.flow-list .num {
	display: block;
	border: 1px solid #5982f5;
	border-radius: 76px;
	background-color: #fff;
	width: 76px;
	height: 76px;
	margin-right: 40px;
	padding-top: 19px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	letter-spacing: 0.2em;
}
.flow-list .num span {
	display: block;
	margin-top: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}
.flow-list h3 {
	width: 160px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
	color: #1e2579;
}
.flow-list .text {
	width: calc(100% - 276px);
	font-size: 15px;
}
.flow-list .text a{
	text-decoration:underline;
	font-weight:bold;
}
.flow-list .text a:hover{
	text-decoration:none;
}
.flow-list .text strong {
	font-weight: 700;
	color: #5982f5;
}
.flow-list .text .caution {
	font-size: 12px;
}
.flow-list .box:nth-of-type(3) h3 {
	width: calc(100% - 116px);
	color: #5982f5;
}
.flow-list .box:nth-of-type(5) .num {
	border: 1px solid #1e2579;
	background-color: #1e2579;
	color: #fff;
}




.about-area {
	position: relative;
	background: #fff url(../img/about-bg_01.png) left top no-repeat;
	background-size: 585px;
	width: 100%;
	padding: 160px 0 0 0;
	z-index: 2;
}
.about-area h2 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1e2579;
}
.about-area h2:before {
	content: "";
	position: absolute;
	left: calc(50% + 360px);
	bottom: 10px;
	display: block;
	border-radius: 7px;
	background-color: #1e2579;
	width: 7px;
	height: 7px;
	margin-left: -3px;
}
.about-area h2:after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% + 360px);
	bottom: 13px;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.about-area h2 .text1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.about-area h2 .text1 .logo {
	display: block;
	width: 134px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.about-area h2 .text1 .logo img {
	display: block;
	margin-top: 10px;
}
.about-area h2 .text1 .num {
	position: relative;
	display: block;
	height: 70px;
	margin: 0 2px -10px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 70px;
	letter-spacing: 1;
	color: #ce2156;
}
.about-area h2 .text1 .txt {
	white-space: nowrap;
	text-align: center;
	margin-top: 20px;
}
.about-area h2 .text2 {
	font-size: 30px;
}
.about-area h2 .text2 strong {
	font-size: 50px;
}
.about-text {
	margin-bottom: 80px;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.about-list {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.about-list .box {
	position: relative;
	width: 33.3333%;
	padding: 1px 20px 0 20px;
}
.about-list .box:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	border: 2px solid #1e2579;
	background-color: #fff;
	width: calc(100% - 40px);
	height: 174px;
	margin: 0 20px;
	z-index: 1;
}
.about-list .box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 1px solid #a6a8bf;
	background-color: #fff;
	width: calc(100% - 56px);
	height: 178px;
	margin: 0 28px;
	z-index: 2;
}
.about-list h3 {
	position: relative;
	margin-top: -40px;
	margin-bottom: 22px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1e2579;
	z-index: 3;
}
.about-list h3 span {
	display: block;
	background-color: #fff;
	width: 100px;
	height: 60px;
	margin: 0 auto 16px auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #a48163;
}
.about-list .box:nth-of-type(2) h3 span {
	color: #559769;
}
.about-list .box:nth-of-type(3) h3 span {
	color: #b46a8f;
}
.about-list .image {
	position: relative;
	margin-bottom: 16px;
	padding: 0 30px;
	z-index: 3;
}
.about-list dl {
	position: relative;
	z-index: 2;
}
.about-list dl:after {
	content: "";
	position: absolute;
}
.about-list .box:nth-of-type(1) dl:after {
	right: 25px;
	bottom: -108px;
	width: 2px;
	height: 90px;
	background-color: #a48163;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.about-list .box:nth-of-type(2) dl:after {
	left: 50%;
	bottom: -95px;
	background-color: #559769;
	width: 2px;
	height: 65px;
	margin-left: -1px;
}
.about-list .box:nth-of-type(3) dl:after {
	left: 25px;
	bottom: -108px;
	width: 2px;
	height: 90px;
	background-color: #b46a8f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about-list dt {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #000;
}
.about-list dd {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	color: #4d4d4d;
}
@media screen and (max-width: 860px) {
	.about-list .box:before {
		height: 134px;
	}
	.about-list .box:after {
		height: 138px;
	}
}

.about-area2 {
	position: relative;
	background: #fff url(../img/about-bg_02.png) right 40px no-repeat;
	background-size: 550px;
	width: 100%;
	padding: 130px 0 0 0;
	z-index: 1;
}
.about-area2 h2 {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #1e2579;
}
.about-area2 h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 280px;
	height: 52px;
	margin: 0 auto 16px auto;
	font-size: 21px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.about-area2 h2 strong {
	font-size: 50px;
}
.about-area2 h2 strong span {
	color: #5982f5;
}
.reasonable-area {
	position: relative;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 80px;
}
.reasonable-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e7eaf1;
	width: 56.66%;
	height: 260px;
	z-index: 1;
}
.reasonable-area .inner-mid {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.reasonable-area .image {
	position: relative;
	width: 40%;
}
.reasonable-area .read {
	position: relative;
	width: 55%;
}
.reasonable-area.rev:before {
	left: initial;
	right: 0;
}
.reasonable-area.rev .inner-mid {
	flex-direction: row-reverse;
}
.reasonable-area h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	color: #000;
}
.reasonable-area h3 strong {
	color: #5982f5;
}
.reasonable-area dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.reasonable-area dl dt {
	background-color: #1e2579;
	width: 72px;
	height: 72px;
	font-size: 10px;
	font-weight: 700;
	line-height: 72px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #f8fc78;
}
.reasonable-area dl dd {
	width: calc(100% - 100px);
	font-size: 15px;
	line-height: 2;
}




.ba-area {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 50px 0 80px 0;
	z-index: 2;
}
.ba-area h2 {
	position: relative;
	margin-bottom: 100px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	z-index: 2;
}
.ba-area h2 .text1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
}
.ba-area h2 .text1 .logo {
	display: block;
	width: 134px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.ba-area h2 .text1 .logo img {
	display: block;
	margin-top: 10px;
}
.ba-bg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.ba-bg .case {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	z-index: 4;
}
.ba-bg .case:before,
.ba-bg .case:after {
	content: "";
	position: absolute;
	top: 10px;
	display: block;
	background-color: #1e2579;
	width: calc(50% - 128px);
	height: 2px;
}
.ba-bg .case:before {
	left: 0;
}
.ba-bg .case:after {
	right: 0;
}
.ba-bg .read {
	position: relative;
	width: 50%;
	padding: 110px 0 80px 0;
	z-index: 1;
}
.ba-bg .image {
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
.ba-bg .before {
	position: relative;
	background-color: #d6dcea;
	padding-right: 40px;
	z-index: 2;
}
.ba-bg .before:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #d6dcea;
	width: 50vw;
	height: 100%;
	z-index: -1;
}
.ba-bg .before:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 38px;
	border-color: transparent transparent transparent #ce2156;
	margin-top: -28px;
}
.ba-bg .before h3 {
	position: relative;
	width: 100%;
	height: 90px;
	padding-top: 52px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
	z-index: 1;
}
.ba-bg .before h3:after {
	content: "Before";
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 90px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #c1cbe2;
	z-index: -1;
}
.ba-bg .before .text {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #000;
}
.ba-bg .after {
	position: relative;
	background-color: #8096d5;
	padding-left: 40px;
	z-index: 1;
}
.ba-bg .after:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	background-color: #8096d5;
	width: 50vw;
	height: calc(100% + 80px);
	z-index: -1;
}
.ba-bg .after h3 {
	position: relative;
	width: 100%;
	height: 90px;
	padding-top: 52px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #f8fc78;
	z-index: 1;
}
.ba-bg .after h3:after {
	content: "After";
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 90px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #a1b3e8;
	z-index: -1;
}
.ba-bg .after .image {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.ba-bg .after .text {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}
.ba-bg .after .text strong {
	color: #f8fc78;
}
@media screen and (max-width: 960px) {
	.ba-bg .after h3 {
		font-size: 21px;
	}
}
@media screen and (max-width: 840px) {
	.set-sample .text5 {
		font-size: 28px;
	}
	.set-sample .text5 strong {
		font-size: 42px;
	}
}
@media screen and (max-width: 800px) {
	.ba-bg .before h3,
	.ba-bg .after h3 {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
}
.ba-area .set-sample {
	position: relative;
	margin-top: 120px;
	padding-top: 90px;
}
.ba-area .set-sample:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	background: url(../img/ar2.svg) center center no-repeat;
	background-size: cover;
	display: block;
	width: 34px;
	height: 86px;
	margin-left: -17px;
}




.faq-area {
	position: relative;
	background: url(../img/faq-bg_01.png) right top no-repeat, #fff url(../img/faq-bg_02.jpg) right 350px no-repeat;
	background-size: 610px, 450px;
	width: 100%;
	padding: 140px 0 160px 0;
	z-index: 2;
}
.faq-area h2 {
	position: relative;
	margin-bottom: 100px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-align: center;
	color: #1e2579;
}
.faq-area h2:before {
	content: "";
	position: absolute;
	right: calc(50% + 240px);
	bottom: 17px;
	display: block;
	border-radius: 7px;
	background-color: #1e2579;
	width: 7px;
	height: 7px;
	margin-left: -3px;
}
.faq-area h2:after {
	content: "";
	display: block;
	position: absolute;
	right: calc(50% + 240px);
	bottom: 20px;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.faq-area h2 .text1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 22px;
}
.faq-area h2 .text1 .logo {
	display: block;
	width: 134px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.faq-area h2 .text1 .logo img {
	display: block;
	margin-top: 10px;
}
.faq-area h2 strong {
	font-size: 50px;
	letter-spacing: 0.14em;
}
.faq-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq-list h3 {
	width: 300px;
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	color: #1e2579;
}
.faq-list dl {
	width: calc(100% - 300px);
	margin-bottom: 70px;
}
.faq-list dl:last-child {
	margin-bottom: 0;
}
.faq-list dl dt {
	position: relative;
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
	cursor: pointer;
}
.faq-list dl dt:hover {
	color: #1e2579;
	text-decoration:underline;
}
.faq-list dl dt:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #1e2579;
	width: 30px;
	height: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.faq-list dl dd {
	display: none;
	position: relative;
	margin: 30px 0 40px 0;
	padding-left: 50px;
	font-size: 14px;
	line-height: 2;
}
.faq-list dl dd:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #5982f5;
	width: 30px;
	height: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.faq-list dl dd:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 15px;
	display: block;
	background-color: #dedede;
	width: 1px;
	height: 30px;
}
.faq-list dl dd em {
	font-weight: 700;
}
.faq-list dl dd strong {
	font-size: 16px;
	font-weight: 700;
}
.faq-list dl dd p {
	margin: 10px 0;
}
.faq-list dl dd p:first-child {
	margin-top: 0;
}
.faq-list dl dd p:last-child {
	margin-bottom: 0;
}




.cv-area {
	background-color: #fff;
	width: 100%;
	padding: 0 0 110px 0;
}
.cv-area .cv-bg {
	background: url(../img/cv-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 60px 0 50px 0;
}
.cv-area .inner-mid {
	position: relative;
}
.cv-img {
	position: absolute;
	left: -40px;
	bottom: -80px;
	width: 240px;
	z-index: 2;
}
.cv-area h2 {
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: right;
	color: #f8fc78;
}
.cv-area h2 span {
	font-size: 33px;
}
.cv-data {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 100%;
	padding: 15px 30px 25px 220px;
	z-index: 1;
}
.cv-data .title {
	width: 365px;
	padding-right: 20px;
}
.cv-data dl {
	position: relative;
	width: 385px;
}
.cv-data dl dt {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 385px;
	height: 70px;
	margin-top: -10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.cv-data dl dt strong {
	display: block;
	height: 70px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	color: #ce2156;
	white-space: nowrap;
}
.cv-data dl dt strong span {
	font-size: 70px;
	line-height: 1;
}
.cv-data dl dt .text1 {
	display: block;
	padding-bottom: 9px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
.cv-data dl dt .text1:nth-of-type(2) {
	margin-left: 30px;
}
.cv-data dl dt .text2 {
	display: block;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: nowrap;
}
@media screen and (max-width: 1100px) {
	.cv-area h2 {
		text-align: center;
	}
	.cv-img {
		display: none;
	}
	.cv-data {
		justify-content: center;
		padding: 15px 30px 25px 30px;
	}
}