@charset "UTF-8";




/* CSS STYLE */

html {
	font-size: 2.666666vw;
}
body {
	min-width: 320px;
	padding-top: 6rem;
	font-size: 1.4rem;
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
}
.cb { clear: both; }

.spnone {
	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-sp.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.inner,
.inner-mid {
	position: relative;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #d8a632;
	width: 100%;
	height: 6rem;
	padding: 0 4rem 0.1rem 4rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
	box-shadow: 0.4rem 0.4rem 0 rgba(40,53,130,0.3);
}
.btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	display: block;
	background: url(../img/ar.svg) center center no-repeat;
	background-size: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
	margin-top: -0.9rem;
}
.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: 1.2rem;
	font-weight: 400;
	color: #707070;
}

.blur {
	-ms-filter: blur(5rem);
	filter: blur(5rem);
	-webkit-transition: 1s ease-out;
	transition: 1s ease-out;
}
.blur.active {
	-ms-filter: blur(0rem);
	filter: blur(0rem);
}
.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(-2rem, 0);
	transform: translate(-2rem, 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(2rem, 0);
	transform: translate(2rem, 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, -2rem);
	transform: translate(0, -2rem);
	-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, 2rem);
	transform: translate(0, 2rem);
	-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 {
	display: none;
}

header .header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 100%;
	height: 6rem;
	padding: 0 0 0 2rem;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	z-index: 2;
}
header .header-fixed.hide {
	top: -6rem;
}
header .header-fixed .menu-logo {
	display: flex;
	align-items: center;
	width: 24rem;
}
header .header-fixed .menu-logo img {
	width: 8.6rem;
	margin-right: 1.2rem;
}
header .header-fixed .menu-logo p {
	font-size: 1rem;
	line-height: 1.5;
	color: #6d6d6d;
}
header .header-fixed nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 12rem;
	margin: 0;
}
header #menu-area {
	display: none;
	position: absolute;
	top: 6rem;
	left: 0;
	display: none;
	background-color: rgba(54,71,183,0.8);
	width: 100%;
	height: 100vh;
	padding-bottom: 12rem;
	overflow: hidden;
}
header #menu-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
header #menu-area ul li {
	width: 100%;
	padding: 1rem 0;
}
header #menu-area li a {
	display: block;
	width: 100%;
	padding: 1rem 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
header #menu-open {
	position: relative;
	width: 6rem;
	height: 6rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
header #menu-open span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 1px;
	background-color: #1e2579;
	width: 2rem;
	height: 2px;
	margin-top: -1px;
	margin-left: -1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header #menu-open span:before {
	content: "";
	position: absolute;
	top: -0.8rem;
	left: 0;
	display: block;
	border-radius: 1px;
	background-color: #1e2579;
	width: 2rem;
	height: 2px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header #menu-open span:after {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0;
	display: block;
	border-radius: 1px;
	background-color: #1e2579;
	width: 2rem;
	height: 2px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header #menu-open.active span {
	background-color: transparent;
}
header #menu-open.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header #menu-open.active span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .header-fixed .menu-contact {
	display: flex;
	width: 12em;
	height: 6rem;
	letter-spacing: 0.14em;
}
header .header-fixed .menu-contact p {
	width: 6rem;
	height: 6rem;
	overflow: hidden;
}
header .header-fixed .menu-contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d8a632;
	width: 6rem;
	height: 6rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
header .header-fixed .menu-contact p:nth-of-type(2) {
	display: none;
}
header .header-contact {
	display: none;
}









/* FOOTER */

#side-menu {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9000;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}
#side-menu.side-menus.top{
	right:-5rem;
}
#side-menu ul {
	font-size: 0;
	line-height: 0;
}
#side-menu ul a {
	position: relative;
	display: block;
	width: 2rem;
	height: 2.8rem;
	padding: 0 0 0 2rem;
	overflow: hidden;
}
#side-menu ul a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	border-radius: 0.5rem;
	background-color: #919cbf;
	width: 0.5rem;
	height: 0.5rem;
	margin: -0.25rem -0.25rem 0 0;
}
#side-menu ul a.current:after {
	background-color: #1e2579;
	box-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
}

/* footer */

footer {
	position: relative;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	width: 100%;
	padding: 4rem 0;
	color: #707070;
	z-index: 2;
}
footer p {
	display: block;
	font-size: 0.8rem;
	text-align: center;
}
footer p img {
	display: block;
	width: 8rem;
	height: auto;
	margin: 0 auto 0.8rem auto;
}

footer .bottomArea__inner{
	max-width: none;
    width: 89%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding: 2.8rem 0 4rem;
}

footer .bottomArea__siteName small {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.07em;
    line-height: 3.2;
    color: #4d4d4d;
    padding-bottom: 0.8rem;
    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__inner {
    max-width: none;
    width: 89%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding: 2.8rem 0 4rem;
}
footer .bottomArea__siteName {
    display: block;
}
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;
	color:#4d4d4d;
}
footer .bottomArea__siteName a img {
	width:100%;
    max-width: 15.7rem;
	margin:0 0 1rem 0;
}
footer .bottomArea__siteName small {
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0;
}
footer .bottomArea__siteName a img {
    max-width: 15.7rem;
}
footer .bottomArea__logo {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 3.3rem 0 0;
    max-width: 10.4rem;
}




/* modal */

.modal-content {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	list-style: 1.6;
	color: #666;
	z-index: 20001;
}
.modal-content p {
	margin: 0;
	padding: 1rem 2rem 1.5rem 2rem;
	text-align: left;
}
.modal-content .modal-read {
	width: 100%;
}
.modal-content .vbox {
	font-size: 0;
}
.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: -5rem;
	right: 0;
	background-color: #1e2579;
	width: 5rem;
	height: 5rem;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 700;
	text-align: center !important;
	line-height: 5rem;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.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: 9.4rem;
	width: 10rem;
	height: 10rem;
	margin: -5rem 0 0 -5rem;
	z-index: 100;
}










/* LP */

#main-area {
	position: relative;
	background: #fff url(../img/main-bg-sp.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 54.5rem;
	padding-top: 2rem;
	color: #fff;
	z-index: 2;
}
#main-area:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6rem 11.5rem;
	border-color: transparent transparent #fff transparent;
	z-index: 5;
}
#main-area .main-img {
	display: block;
	position: absolute;
	bottom: 0;
	right: -9.8rem;
	max-width: initial;
	width: 25rem;
	height: auto;
	z-index: 2;
}
#main-area h1 {
	font-weight: 700;
	white-space: nowrap;
}
#main-area h1 .text1 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2.6rem;
	letter-spacing: 0.14em;
}
#main-area h1 .text1 span {
	position: relative;
}
#main-area h1 .text1 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #f8fc78;
	width: 100%;
	height: 2px;
}
#main-area h1 .text2 {
	display: flex;
	align-items: flex-end;
	height: 2rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.14em;
}
#main-area h1 .text2 img {
	width: auto;
	height: 2.6rem;
	margin-right: 0.5rem;
}
#main-area h1 .text3 {
	font-size: 3.9rem;
	line-height: 4rem;
	color: #f8fc78;
	letter-spacing: 0.1em;
}
#main-area h1 .text3 span {
	font-size: 2.1rem;
	letter-spacing: 0.1em;
}
#main-area h1 .text3 em {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
#main-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 22.5rem;
	margin-top: 1rem;
}
#main-area ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1e2579;
	width: 32%;
	height: 4.2rem;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
#main-area ul li:first-child {
	background-color: #fff;
	width: 100%;
	height: 3.2rem;
	margin-bottom: 0.5rem;
	padding: 0;
	line-height: 0;
}
#main-area ul li img {
	width: 14.5rem;
}
#main-area .no1 {
	position: relative;
	margin-top: 1.2rem;
}
#main-area .no1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
}
#main-area .no1 dt {
	padding-top: 0.6rem;
	padding-left: 7rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1;
}
#main-area .no1 dt div {
	margin-top: 0.6rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2.2rem;
	color: #f8fc78;
}
#main-area .no1 dt span {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: #fff;
}
#main-area .no1 dt span:before {
	left: 0;
}
#main-area .no1 dt span:after {
	right: 0;
}
#main-area .no1 dd {
	width: 20rem;
	margin-top: 1.2rem;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.4rem;
	letter-spacing: 0;
}




.turningpoint-area {
	position: relative;
	background: #fff url(../img/turningpoint-bg-sp_01.png) left top no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 80px 0 0 0;
	overflow: hidden;
	z-index: 2;
}

.turningpoint {
	position: relative;
}
.turningpoint h2 {
	position: relative;
	margin-bottom: 7rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 0;
	line-height: 1;
}
.turningpoint h2 .text1 {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	white-space: nowrap;
}
.turningpoint .text1 strong {
	position: relative;
	height: 4rem;
	font-weight: 500;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3c4ebe;
}
.turningpoint .text1 span {
	position: relative;
	display: inline-block;
	height: 2.6rem;
}
.turningpoint .text1 span:before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 50%;
	display: block;
	border-radius: 0.3rem;
	background-color: #3c4ebe;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: -0.4rem;
}
.turningpoint h2 .text1 .size1 {
	position: relative;
	display: inline-block;
	margin: 0 -1rem 0 -3rem;
	height: 2.6rem;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.12em;
}
.turningpoint h2 .text1 .size2 {
	position: relative;
	display: inline-block;
	height: 1.8rem;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.12em;
}
.turningpoint h2 .text2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 1.5rem;
	margin-left: 2.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	white-space: nowrap;
}
.turningpoint h2 .text2 span {
	position: relative;
	display: inline-flex;
	background-color: #3c4ebe;
	height: 2.6rem;
	margin-right: 1rem;
	font-size: 2.6rem;
	letter-spacing: 0.12em;
	line-height: 1;
	color: #fff;
}
.turningpoint .image1 {
	display: none;
}
.turningpoint .read1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% + 2rem);
	margin-left: -2rem;
	padding-right: 2rem;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
}
.turningpoint .read1 h3 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.turningpoint .read1 .image2 {
	width: 10rem;
}
.turningpoint .read1 div {
	width: calc(100% - 14rem);
}
.turningpoint .read2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% + 2rem);
	margin-top: 4.5rem;
	margin-right: -2rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #3c4ebe;
}
.turningpoint .read2 .image3 {
	width: 15.4rem;
}
.turningpoint .read2 p {
	width: calc(100% - 16.4rem);
}

.next-leaders {
	position: relative;
	background: url(../img/turningpoint-bg-sp_02.png) left top no-repeat;
	background-size: 100%;
	padding-top: 4rem;
	padding-bottom: 6rem;
	z-index: 1;
}
.next-leaders:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background-color: rgba(0,0,0,0.02);
	width: 16.8rem;
	height: 70rem;
	z-index: -1;
}
.next-leaders h2 {
	position: relative;
	margin-bottom: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
.next-leaders h2 div {
	display: flex;
	align-items: flex-end;
	margin: 0.5rem 0 0.8rem 0;
	line-height: 1;
}
.next-leaders h2 div span {
	background-color: #3c4ebe;
	margin-right: 0.5rem;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #fff;
}
.next-leaders .read .image {
	width: calc(100% - 4rem);
	margin: 4rem auto 0 auto;
}
.next-leaders .read p {
	font-size: 1.4rem;
	margin-bottom: 9rem;
	line-height: 1.9;
}
.next-leaders .read p strong {
	color: #3c4ebe;
}
.next-leaders h3 {
	position: relative;
	margin: 3rem 0 2rem 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
}
.next-leaders h3:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.8rem;
	display: block;
	background-color: #dfdfdf;
	width: calc(100% - 16rem);
	height: 1px;
}
.next-leaders h3 span {
	position: relative;
	font-size: 2.1rem;
	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 li {
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.9;
}
.next-leaders ul li strong {
	font-weight: 500;
}
.next-leaders ul li:before {
	content: "";
	position: absolute;
	top: 1.1rem;
	left: 0.4rem;
	display: block;
	background-color: #122072;
	width: 0.6rem;
	height: 0.6rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.next-leaders ul:nth-of-type(2) li:before {
	background-color: #137520;
}

.but-what {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.but-what h2,
.but-what .whattodo {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-align: center;
	z-index: 2;
}
.but-what h2 span,
.but-what .whattodo span {
	display: inline-block;
	background-color: #e3e3e3;
	height: 2.6rem;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.but-what h2 span {
	margin-bottom: 0.5rem;
}
.but-what .image {
	position: relative;
	width: calc(100% + 11rem);
	margin: -2.2rem -5.5rem -2.6rem -5.5rem;
	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-sp-bg.jpg) center top no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 5rem 0;
	color: #fff;
}
.support-top h2 {
	white-space: nowrap;
}
.support-top h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 29.4rem;
	height: 4rem;
	margin: 0 auto 1.5rem auto;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 4rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.support-top h2 .text1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1.9rem;
	width: 0;
	height: 0;
	margin-left: -1rem;
	border-style: solid;
	border-width: 2rem 1.2rem 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%;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.support-top h2 .text2 .logo {
	width: 10.6rem;
	font-size: 0.6rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
}
.support-top h2 .text2 .logo img {
	margin-top: 0.4rem;
}
.support-top h2 .text2 .yellow {
	color: #f8fc78;
}
.support-top h2 .text2 .yellow span {
	font-size: 2.6rem;
}
.support-top .read {
	margin-top: 3rem;
	font-size: 1.4rem;
	line-height: 1.9;
}
.support-top .read strong {
	color: #f8fc78;
}
.support-top h3 {
	margin-bottom: 2rem;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.support-top h3 strong {
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	color: #f8fc78;
}
.support-top .btn {
	margin-top: 2.4rem;
}
.support-top .btn a {
	height: 6rem;
	font-size: 1.8rem;
	box-shadow: 0.4rem 0.4rem 0 rgba(40,53,130,0.8);
}

.things {
	position: relative;
	width: 100%;
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.things:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #e7eaf1 url(../img/things-bg_01.png) 120% bottom no-repeat;
	background-size: 20rem;
	width: 100%;
	height: 21.5rem;
	z-index: -1;
}
.things h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	color: #1e2579;
}
.things h2 strong {
	display: block;
	width: 14.2rem;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
}
.things h2 strong img {
	display: block;
	margin-top: 0.6rem;
}
.things h2 span {
	display: block;
	font-size: 2.6rem;
	line-height: 1;
	color: #5982f5;
}
.things .inner-mid {
	position: relative;
	z-index: 1;
}
.things-list {
	position: relative;
	width: 100%;
	margin-top: 6.5rem;
	z-index: 1;
}
.things-list .box {
	position: relative;
	width: 100%;
	margin-bottom: 6.5rem;
	padding: 2rem 2rem 0 2rem;
	font-size: 1.4rem;
	line-height: 1.9;
}
.things-list .box:last-child {
	margin-bottom: 0;
}
.things-list .box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #fff;
	width: calc(100% - 5rem);
	height: 100%;
	z-index: -1;
}
.things-list .box .num {
	position: absolute;
	top: -3.5rem;
	left: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #000;
}
.things-list .image {
	margin-bottom: 2.5rem;
}
.things-list h3 {
	margin-bottom: 1.5rem;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.6;
}
.things-list h3 strong {
	color: #5982f5;
}
.things-list .caution {
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.6;
}




.problem-top {
	position: relative;
	background: #fff url(../img/things-bg_02.png) -5.5rem top no-repeat;
	background-size: 24rem;
	padding: 9rem 0 3rem 0;
	z-index: 2;
}
.problem-top:after {
	content: "";
	position: absolute;
	bottom: -3.9rem;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4rem 2rem 0 2rem;
	border-color: #fff transparent transparent transparent;
	margin-left: -2rem;
}
.problem-top h2 {
	white-space: nowrap;
}
.problem-top h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 100%;
	margin: 0 auto 1.8rem auto;
	padding: 1rem 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.problem-top h2 .text1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1.9rem;
	width: 0;
	height: 0;
	margin-left: -1rem;
	border-style: solid;
	border-width: 2rem 1.2rem 0 0;
	border-color: #1e2579 transparent transparent transparent;
	transform:skew(-10deg, 0);
}
.problem-top h2 .text2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	white-space: nowrap;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	color: #1e2579;
}
.problem-top h2 .text2 strong {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.14em;
}
.problem-top h2 .text2 strong:last-child {
	margin-top: 1rem;
}
.problem-top h2 .text2 .blue {
	color: #5982f5;
}
.problem-top h2 .text2 .logo {
	width: 14.2rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
}
.problem-top h2 .text2 .logo img {
	display: block;
	margin-top: 0.8rem;
}

.problem-main {
	padding: 8rem 0;
	color: #fff;
}
.problem-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7rem;
}
.problem-list:last-child {
	margin-bottom: 0;
}
.problem-list .image {
	display: none;
}
.problem-list .image-sp {
	width: 100%;
	margin: 2.5rem 0;
}
.problem-list .read {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.9;
}
.problem-list .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.problem-list .title img {
	width: 24%;
}
.problem-list .title h3 {
	width: 70%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.problem-list .title h3 span {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 1rem;
	font-weight: 500 !important;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.problem-list p {
	margin-top: 1.4rem;
}
.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: 2.5rem;
}
.problem-list dl dt {
	position: relative;
	border: 1px solid #fff;
	width: 12rem;
	height: 3.4rem;
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: calc(3.4rem - 2px);
	text-align: center;
}
.problem-list dl dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1rem;
	display: block;
	background-color: #fff;
	width: 2rem;
	height: 1px;
}
.problem-list dl dd {
	width: calc(100% - 14rem);
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.3;
}

.problem-btm {
	position: relative;
	background-color: #fff;
	padding: 9rem 0 7rem 0;
}
.problem-btm:before {
	content: "";
	position: absolute;
	top: 3rem;
	left: 50%;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 2.8rem;
	height: 2.8rem;
	margin-left: -1.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.set-sample {
	position: relative;
	background: url(../img/set-bg.png) center top no-repeat;
	background-size: 100%;
	width: calc(100% + 4rem);
	min-height: 26rem;
	margin: 0 -2rem;
	padding: 4rem 2rem 0 2rem;
	color: #000;
}
.set-sample .text1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.set-sample .text1 .logo {
	width: 14.2rem;
	margin-right: 0.2rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.set-sample .text1 .logo img {
	display: block;
	margin-top: 0.6rem;
}
.set-sample .text2 {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.set-sample .text3 {
	position: relative;
	margin-top: 0.3rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	z-index: 1;
}
.set-sample .text3 span {
	position: relative;
	padding: 0 0.4rem;
	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: 1.2rem;
	z-index: -1;
}
.set-sample .text4 {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}
.set-sample .text4 strong {
	font-weight: 700;
	color: #d8a632;
}
.set-sample .text5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #1e2579;
}
.set-sample .text5 strong {
	font-size: 2.5rem;
	color: #5982f5;
	letter-spacing: 0.02em;
}
.set-sample .btn {
	margin-top: 2.2rem;
	text-align: center;
}
.set-sample .btn a {
	background-color: #505b77;
	height: 6rem;
	font-size: 1.5rem;
}
.set-sample .btn a img {
	position: absolute;
	top: 50%;
	left: -0.6rem;
	width: 5.8rem;
	-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: 18rem;
	padding: 4rem 0 6rem 0;
}
.price-area h2 {
	position: relative;
	margin-bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.14em;
	line-height: 1.8;
	color: #1e2579;
	z-index: 2;
}
.price-area h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(-2.5rem - 3px);
	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: 50%;
	bottom: -2.5rem;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.price-area h2 strong {
	font-size: 2.6rem;
	line-height: 1.5;
}
.price-area h2 span strong {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 4rem;
	letter-spacing: 0.05em;
	color: #ce2156;
}
.price-area .set-sample {
	margin-top: -8rem;
	padding-top: 8rem;
	z-index: 1;
}




.flows-area {
	background: url(../img/flows-bg_01.png) 128% top no-repeat, #fff url(../img/flows-bg_02.png) right 14rem no-repeat;
	background-size: 22rem, 24rem;
	padding: 5.5rem 0 6rem 0;
}
.flows-area h2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #1e2579;
}
.flows-area h2:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: calc(5.4rem - 3px);
	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: 50%;
	bottom: 5.4rem;
	background-color: #1e2579;
	width: 100%;
	height: 1px;
}
.flows-area h2 .text1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.8rem;
	line-height: 1;
}
.flows-area h2 .text1 .logo {
	display: block;
	width: 14rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.flows-area h2 .text1 .logo img {
	display: block;
	margin-top: 0.8rem;
}
.flows-area h2 .text1 span {
	position: relative;
	display: block;
	height: 4rem;
	margin-bottom: -0.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 4rem;
	letter-spacing: 1;
	color: #ce2156;
}
.flows-area h2 .text2 {
	font-size: 1.8rem;
}
.flows-area h2 .text2 strong {
	font-size: 2.6rem;
}
.flows-area h2 .text3 {
	display: block;
	width: 100%;
	margin-top: 6rem;
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	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: 3rem;
	top: 1%;
	background-color: #5982f5;
	width: 1px;
	height: calc(98% - 7rem);
	z-index: 1;
}
.flow-list .box {
	position: relative;
	width: 100%;
	margin-bottom: 3.5rem;
	z-index: 2;
}
.flow-list .box:last-child {
	margin-bottom: 0;
}
.flow-list .num {
	clear: both;
	float: left;
	display: block;
	border: 1px solid #5982f5;
	border-radius: 6.2rem;
	background-color: #fff;
	width: 6.2rem;
	height: 6.2rem;
	padding-top: 1.4rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	letter-spacing: 0.2em;
}
.flow-list .num span {
	display: block;
	margin-top: 0.3rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}
.flow-list h3 {
	margin-left: 7.8rem;
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: #1e2579;
}
.flow-list .text {
	margin-left: 7.8rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.flow-list .text strong {
	font-weight: 700;
	color: #5982f5;
}
.flow-list .text .caution {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.6;
}
.flow-list .box:nth-of-type(3) h3 {
	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) -40% top no-repeat;
	background-size: 22rem;
	width: 100%;
	padding: 7.5rem 0 0 0;
	z-index: 2;
}
.about-area h2 {
	margin-bottom: 6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1e2579;
}
.about-area h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(-3.4rem - 3px);
	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: 50%;
	bottom: -3.4rem;
	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: 1.2rem;
	font-size: 1.8rem;
	line-height: 1;
}
.about-area h2 .text1 .logo {
	display: block;
	width: 14rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.about-area h2 .text1 .logo img {
	display: block;
	margin-top: 0.8rem;
}
.about-area h2 .text1 .num {
	position: relative;
	display: block;
	height: 4rem;
	margin-bottom: -0.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 4rem;
	letter-spacing: 1;
	color: #ce2156;
}
.about-area h2 .text1 .txt {
	white-space: nowrap;
	text-align: center;
	margin-top: 1.2rem;
}
.about-area h2 .text2 {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-align: center;
}
.about-area h2 .text2 strong {
	font-size: 2.6rem;
}
.about-text {
	margin-bottom: 7rem;
	font-size: 1.4rem;
	line-height: 1.9;
}
.about-list {
	width: 100%;
}
.about-list .box {
	position: relative;
	width: calc(100% - 4rem);
	margin: 0 auto 11rem auto;
	padding-top: 1px;
}
.about-list .box:last-of-type {
	margin-bottom: 0;
}
.about-list .box:before {
	content: "";
	position: absolute;
	top: 1.4rem;
	left: 0;
	display: block;
	border: 2px solid #1e2579;
	background-color: #fff;
	width: 100%;
	height: 17.4rem;
	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% - 1.6rem);
	height: 18rem;
	margin: 0 0.8rem;
	z-index: 2;
}
.about-list h3 {
	position: relative;
	margin-top: -2.2rem;
	margin-bottom: 2.2rem;
	font-size: 2.1rem;
	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: 8.4rem;
	height: 3.8rem;
	margin: 0 auto 2rem auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3.8rem;
	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: 1.5rem;
	padding: 0 3rem;
	z-index: 3;
}
.about-list dl {
	position: relative;
}
.about-list dl:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6.8rem;
	background-color: #a48163;
	width: 2px;
	height: 4.5rem;
	margin-left: -1px;
}
.about-list .box:nth-of-type(2) dl:after {
	background-color: #559769;
}
.about-list .box:nth-of-type(3) dl:after {
	background-color: #b46a8f;
}
.about-list dt {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #000;
}
.about-list dd {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	color: #4d4d4d;
}

.about-area2 {
	position: relative;
	background: #fff url(../img/about-bg_02.png) 120% 4.5rem no-repeat;
	background-size: 23rem;
	width: 100%;
	padding: 10rem 0 0 0;
	z-index: 1;
}
.about-area2 h2 {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #1e2579;
}
.about-area2 h2 .text1 {
	position: relative;
	background-color: #1e2579;
	width: 18.6rem;
	height: 3.4rem;
	margin: 0 auto 0.8rem auto;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.about-area2 h2 strong {
	font-size: 2.6rem;
}
.about-area2 h2 strong span {
	color: #5982f5;
}
.reasonable-area {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.reasonable-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e7eaf1;
	width: calc(100% - 2rem);
	height: 10rem;
	z-index: 1;
}
.reasonable-area .inner-mid {
	position: relative;
	z-index: 2;
}
.reasonable-area .image {
	position: relative;
	width: 23.4rem;
	margin: 0 auto 2rem auto;
}
.reasonable-area.rev:before {
	left: initial;
	right: 0;
}
.reasonable-area h3 {
	padding: 0 1rem;
	font-size: 1.9rem;
	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: flex-start;
	margin-top: 1.4rem;
}
.reasonable-area dl dt {
	background-color: #1e2579;
	width: 7.2rem;
	height: 7.2rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 7.2rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #f8fc78;
}
.reasonable-area dl dd {
	width: calc(100% - 9rem);
	margin-top: -0.5rem;
	font-size: 1.3rem;
	line-height: 1.9;
}




.ba-area {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 6rem 0 3rem 0;
	z-index: 2;
}
.ba-area h2 {
	position: relative;
	margin-bottom: 4rem;
	font-size: 1.8rem;
	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: 1.5rem;
}
.ba-area h2 .text1 .logo {
	display: block;
	width: 14rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.ba-area h2 .text1 .logo img {
	display: block;
	margin-top: 0.8rem;
}
.ba-area .inner {
	padding: 0;
}
.ba-bg {
	position: relative;
	background-color: #d6dcea;
	padding: 4rem 0 0 0;
	z-index: 1;
}
.ba-bg .case {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	z-index: 2;
}
.ba-bg .case:before,
.ba-bg .case:after {
	content: "";
	position: absolute;
	top: 0.8rem;
	display: block;
	background-color: #1e2579;
	width: 6.8rem;
	height: 2px;
}
.ba-bg .case:before {
	left: 0;
}
.ba-bg .case:after {
	right: 0;
}
.ba-bg .read {
	position: relative;
	width: 100%;
	z-index: 1;
}
.ba-bg .image {
	border-radius: 1rem;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
.ba-bg .before {
	position: relative;
	background-color: #d6dcea;
	padding: 3rem 2rem 4rem 2rem;
	z-index: 2;
}
.ba-bg .before:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4rem 3.2rem 0 3.2rem;
	border-color: #ce2156 transparent transparent transparent;
	margin-left: -3.2rem;
}
.ba-bg .before h3 {
	position: relative;
	width: 100%;
	padding-top: 5.5rem;
	padding-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #000;
	z-index: 1;
}
.ba-bg .before h3:after {
	content: "Before";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 7rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #c1cbe2;
	z-index: -1;
}
.ba-bg .before .text {
	margin-top: 1.2rem;
	font-size: 1.5;
	font-weight: 500;
	line-height: 1.7;
}
.ba-bg .after {
	position: relative;
	background-color: #8096d5;
	padding: 4rem 2rem 5rem 2rem;
	z-index: 1;
}
.ba-bg .after h3 {
	position: relative;
	width: 100%;
	padding-top: 5.5rem;
	padding-bottom: 1rem;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #f8fc78;
	z-index: 1;
}
.ba-bg .after h3:after {
	content: "After";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 7rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #a1b3e8;
	z-index: -1;
}
.ba-bg .after .image {
	box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.1);
}
.ba-bg .after .text {
	margin-top: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #fff;
}
.ba-bg .after .text strong {
	color: #f8fc78;
}
.ba-area .set-sample {
	position: relative;
	width: 100%;
	margin: 3rem 0 0 0;
	padding-top: 6rem;
}
.ba-area .set-sample:before {
	content: "";
	position: absolute;
	top: -3.5rem;
	left: 50%;
	background: url(../img/ar2.svg) center center no-repeat;
	background-size: cover;
	display: block;
	width: 3.4rem;
	height: 8.6rem;
	margin-left: -1.7rem;
}




.faq-area {
	position: relative;
	background: url(../img/faq-bg_01.png) 140% top no-repeat, #fff url(../img/faq-bg_02.jpg) 120% 17rem no-repeat;
	background-size: 23rem, 22rem;
	width: 100%;
	padding: 5rem 0 6rem 0;
	z-index: 2;
}
.faq-area h2 {
	position: relative;
	margin-bottom: 7rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #1e2579;
	z-index: 2;
}
.faq-area h2:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: calc(-3rem - 3px);
	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: 50%;
	bottom: -3rem;
	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: 1.5rem;
}
.faq-area h2 .text1 .logo {
	display: block;
	width: 14rem;
	margin-right: 0.5rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #1e2579;
}
.faq-area h2 .text1 .logo img {
	display: block;
	margin-top: 0.8rem;
}
.faq-area h2 strong {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
.faq-list {
	width: 100%;
}
.faq-list h3 {
	width: 300px;
	margin-bottom: 1.8rem;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1e2579;
}
.faq-list dl {
	position: relative;
	width: 100%;
	margin-bottom: 4rem;
	z-index: 2;
}
.faq-list dl:last-child {
	margin-bottom: 0;
}
.faq-list dl dt {
	position: relative;
	width: 100%;
	min-height: 3.0rem;
	margin-bottom: 1rem;
	padding-top: 0.2rem;
	padding-left: 4rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	cursor: pointer;
}
.faq-list dl dt:hover {
	color: #1e2579;
}
.faq-list dl dt:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #1e2579;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2.4rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.faq-list dl dd {
	display: none;
	position: relative;
	margin: 1rem 0 3rem 0;
	padding-top: 0.3rem;
	padding-left: 4rem;
	font-size: 1.3rem;
	line-height: 1.8;
	z-index: 1;
}
.faq-list dl dd:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #5982f5;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2.4rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.faq-list dl dd:after {
	content: "";
	position: absolute;
	top: -4rem;
	left: 1.5rem;
	display: block;
	background-color: #dedede;
	width: 1px;
	height: 4rem;
	z-index: 1;
}
.faq-list dl dd em {
	font-weight: 700;
}
.faq-list dl dd strong {
	font-size: 1.4rem;
	font-weight: 700;
}
.faq-list dl dd p {
	margin: 0.5rem 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 5rem 0;
}
.cv-area .cv-bg {
	background: url(../img/cv-bg-sp.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 3rem 0 2rem 0;
}
.cv-img {
	position: absolute;
	top: -0.6rem;
	left: 0.4rem;
	width: 10.4rem;
	z-index: 2;
}
.cv-area h2 {
	margin-bottom: 1.4rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	color: #f8fc78;
}
.cv-area h2 span {
	font-size: 1.8rem;
}
.cv-data {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 1.5rem 2rem 1.8rem 2rem;
	z-index: 1;
}
.cv-data .title {
	border-bottom: 1px solid #dedede;
	width: 20rem;
	margin-left: auto;
	padding-bottom: 0.8rem;
}
.cv-data dl {
	position: relative;
	width: 100%;
}
.cv-data dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	margin-left: auto;
	padding: 0.3rem 0 0.6rem 0;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom:0.5rem;
}
.cv-data dl dt strong {
	display: block;
	height: 4rem;
	margin: 0 0.2rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	color: #ce2156;
	white-space: nowrap;
}
.cv-data dl dt strong span {
	font-size: 4rem;
	line-height: 1;
}
.cv-data dl dt .text1,
.cv-data dl dt .text2 {
	display: block;
	padding-top: 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}
.cv-data dl dt .text1:nth-of-type(2) {
	margin-left: 1.5rem;
}