@charset "utf-8";
html{
	font-size: 10px;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 165%;
	font-weight: 400;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.lato500{
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: auto;
	font-weight: 400;
}
.carbon700{
	font-family: t26-carbon, monospace;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0 !important;
	text-transform:uppercase;
}
.carbon400{
	font-family: t26-carbon, monospace;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0 !important;
	text-transform:uppercase;
}
img{
	width: 100%;
	object-fit: contain;
}
a{
	transition: all .3s;
	cursor: pointer;
}
a *{
	cursor: pointer;
}
a:hover{
	opacity: 0.6;
}
body{
	background: #fbfaff;
	position: relative;
	overflow: hidden;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width:519px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

.hide{
    opacity: 0;
    transition: all .5s ease;
}
.hide_fromtop{
    transform: translate(0, -100px);
}
.hide_frombottom{
    transform: translate(0, 100px);
}
.hide_fromright{
    transform: translate(100px, 0);
}
.hide_fromleft{
    transform: translate(-100px, 0);
}
.hide_blur{
    filter: blur(5px);
    transform: scale(1);
}
@media screen and (max-width:519px) {
    .hide_blur{
        filter: none;
        transform: scale(1);
    }
}
.js-fade{
    opacity: 1;
    transform: translate(0, 0px);
    filter: none;
    transform: scale(1);
}
.third{
	opacity: 0;
	transition: all .6s;
}
.third.show{
	opacity: 1;
}
.forth{
	opacity: 0;
	transition: all .6s;
}
.forth.show{
	opacity: 1;
}
.fifth{
	opacity: 0;
	transition: all .6s;
}
.fifth.show{
	opacity: 1;
}
.trnone{
	transition: all 0s;
}
.fullscreenBtn{
	display: none !important;
}
.flexalignbottom{
	align-items: flex-end !important;
}
/*
ttl
*/
.sec_ttl{
	margin: 0 auto 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sec_ttl span{
	height: 140px;
	width: 2px;
	background: rgba(31, 43, 97, 0.3);
	display: block;
	margin-bottom: 20px;
}
.sec_ttl p{
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin-bottom: 1px;
}
.sec_ttl h2{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
.h2_inline{
	height: auto !important;
    background: transparent !important;
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 130% !important;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.sec_ttl{
		margin: 0 auto 3.571428571vw;
	}
	.sec_ttl span{
		height: 12.5vw;
		width: 0.178571429vw;
		margin-bottom: 1.785714286vw;
	}
	.sec_ttl p{
		font-size: 4.107142857vw;
		margin-bottom: 0.089285714vw;
	}
	.sec_ttl h2{
		font-size: 1.964285714vw;
	}
	
}
@media screen and (max-width:519px) {
	.sec_ttl{
		margin: 0 auto 30px;
	}
	.sec_ttl span{
		height: 70px;
	}
	.sec_ttl p{
		font-size: 3rem;
	}
	.sec_ttl h2{
		font-size: 1.6rem;
	}
}

.ttl70{
	font-weight: 700;
	font-size: 7rem;
	line-height: 155%;
	color: #1F2B61;
	letter-spacing: 0.06em;
}
@media screen and (max-width:1329px) {
	.ttl70{
		font-size: 5.6rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl70{
		font-size: 5vw;
	}
}
@media screen and (max-width:519px) {
	.ttl70{
		font-size: 3.4rem;
	}
}
.ttl54{
	font-weight: 700;
	font-size: 5.4rem;
	line-height: 155%;
	color: #1F2B61;
	letter-spacing: 0.06em;
}
@media screen and (max-width:1329px) {
	.ttl54{
		font-size: 4.6rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl54{
		font-size: 4vw;
	}
}
@media screen and (max-width:519px) {
	.ttl54{
		font-size: 2.7rem;
	}
}
.ttl46{
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl46{
		font-size: 3.68rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl46{
		font-size: 3.285714286vw;
	}
}
@media screen and (max-width:519px) {
	.ttl46{
		font-size: 2rem;
	}
}
.ttl38{
	font-style: normal;
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 165%;
	text-align: center;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl38{
		font-size: 3.04rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl38{
		font-size: 2.714285714vw;
	}
}
@media screen and (max-width:519px) {
	.ttl38{
		font-size: 2rem;
	}
}
.ttl32{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl32{
		font-size: 2.9rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl32{
		font-size: 2.589285714vw;
	}
}
@media screen and (max-width:519px) {
	.ttl32{
		font-size: 1.6rem;
	}
}
.ttl28{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl28{
		font-size: 2.24rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl28{
		font-size: 2vw;
	}
}
@media screen and (max-width:519px) {
	.ttl28{
		font-size:1.8rem;
	}
}
.ttl26{
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl26{
		font-size: 2.3rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl26{
		font-size: 2.053571429vw;
	}
}
@media screen and (max-width:519px) {
	.ttl26{
		font-size:1.6rem;
	}
}
.ttl24{
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl24{
		font-size: 2rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl24{
		font-size: 1.785714286vw;
	}
}
@media screen and (max-width:519px) {
	.ttl24{
		font-size:1.6rem;
	}
}
.ttl22{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl22{
		font-size: 1.76rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl22{
		font-size: 1.571428571vw;
	}
}
@media screen and (max-width:519px) {
	.ttl22{
		font-size:1.6rem;
	}
}
.ttl20{
	font-weight: 700;
	font-size: 2rem;
	line-height: 165%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (max-width:1329px) {
	.ttl20{
		font-size: 1.6rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl20{
		font-size: 1.428571429vw;
	}
}
@media screen and (max-width:519px) {
	.ttl20{
		font-size: 1.6rem;
	}
}
.ttl18{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.ttl18{
		font-size: 1.607142857vw;
	}
}
@media screen and (max-width:519px) {
	.ttl18{
		font-size: 1.6rem;
	}
}

/*
text
*/
.txt16{
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #000000;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.txt16{
		font-size: 1.428571429vw;
	}
}
@media screen and (max-width:519px) {
	.txt16{
		font-size: 1.4rem;
	}
}
.txt14{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 165%;
	letter-spacing: 0.06em;
	color: #000000;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.txt14{
		font-size: 1.25vw;
	}
}
@media screen and (max-width:519px) {
	.txt14{
		font-size: 1.2rem;
	}
}
.tcenter{
	text-align: center;
}
.t_w_normal{
	font-weight: 500;
}
.t_w_bold{
	font-weight: 700;
}

/*
color
*/
.cl_blue{
	color: #1F2B61;
}
.cl_white{
	color: #fff;
}
.cl_black{
	color: #000;
}

/*
margin
*/
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.mb10{
		margin-bottom: 0.892857143vw;
	}
	.mb20{
		margin-bottom: 1.785714286vw;
	}
	.mb30{
		margin-bottom: 2.678571429vw;
	}
	.mb40{
		margin-bottom: 3.571428571vw;
	}
	.mb50{
		margin-bottom: 4.464285714vw;
	}
	.mb60{
		margin-bottom: 5.357142857vw;
	}
	.mb80{
		margin-bottom: 7.142857143vw;
	}
	.mb100{
		margin-bottom: 8.928571429vw;
	}
}
@media screen and (max-width:519px) {
	.mb10{
		margin-bottom: calc(10px/2);
	}
	.mb20{
		margin-bottom: calc(20px/2);
	}
	.mb30{
		margin-bottom: calc(30px/2);
	}
	.mb40{
		margin-bottom: calc(40px/2);
	}
	.mb50{
		margin-bottom: calc(50px/2);
	}
	.mb60{
		margin-bottom: calc(60px/2);
	}
	.mb80{
		margin-bottom: calc(80px/2);
	}
	.mb100{
		margin-bottom: calc(100px/2);
	}
}
.pb100{
	padding-bottom: 100px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.pb100{
		padding-bottom: 8.928571429vw;
	}
}
@media screen and (max-width:519px) {
	.pb100{
		padding-bottom: calc(100px/2);
	}
}
/*
buttons
*/
.btn_h38{
	border-radius: 40px;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: fit-content;
}
.btn_h54{
	border-radius: 40px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 1px 30px;
    width: fit-content;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.btn_h38{
		font-size: 1.160714286vw;
		height: 3.392857143vw;
		padding: 0 1.785714286vw;
	}
	.btn_h54{
		font-size: 1.428571429vw;
		height: 4.732142857vw;
		padding: 0 2.678571429vw 0.089285714vw 2.678571429vw;
	}
}
@media screen and (max-width:519px) {
	.btn_h38{
		font-size: 1.3rem;
		height: 30px;
		padding: 0 10px;
	}
	.btn_h54{
		height: 39px;
		font-size: 1.4rem;
		padding: 0 30px 1px 30px;
	}
}
.btn_w{
	border: 1px solid rgba(31, 43, 97, 0.4);
	background-color: transparent;
	color: #1F2B61;
}
.btn_bgw{
	background-color: #fff;
	color: #1F2B61;
}
.btn_blue{
	background-color: #1F2B61;
	color: #fff;
}
/*
img
*/
.mainimg01{
	width: 1000px;
    padding: 0;
    margin: 0 auto 60px;
}
.mainimg01_inner{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	height: 300px;
	align-items: center;
    justify-content: center;
}
.mainimg01_inner img{
	min-height: 300px;
	object-fit: cover;
}
.mainimg01_inner video{
	width: 100%;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.mainimg01{
		width: calc(100% - 10.71428571vw);
		padding: 0 5.357142857vw;
	}
	.mainimg01_inner{
		height: 26.78571429vw;
	}
	.mainimg01_inner img{
		min-height: 26.78571429vw;
	}
}
@media screen and (max-width:519px) {
	.mainimg01{
		width: 88%;
		padding: 0 6%;
	}
	.mainimg01_inner{
		height: 200px;
	}
	.mainimg01_inner img{
		min-height: 200px;
	}
	.mainimg01_inner video{
		min-height: 200px;
	}
}
.cateimg_480{
	width: 480px;
	height: 260px;
}
.cateimg_480_inner{
	width: 100%;
	overflow: hidden;
	display: flex;
	height: 260px;
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: 10px;
}
.cateimg_480_inner img{
	min-height: 260px;
	object-fit: cover;
}
.cateimg_480_inner video{
	min-height: 260px;
	object-fit: cover;
	width: 100%;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.cateimg_480{
		width: 42.85714286vw;
		height: 23.21428571vw;
	}
	.cateimg_480_inner{
		height: 23.21428571vw;
		border-radius: 0.892857143vw;
	}
	.cateimg_480_inner img{
		min-height: 23.21428571vw;
	}
}
@media screen and (max-width:519px) {
	.cateimg_480{
		width: 100%;
		height: 180px;
	}
	.cateimg_480_inner{
		height: 180px;
	}
	.cateimg_480_inner img{
		min-height: 180px;
	}
}
/*
header
*/
header{
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	transition: all .3s;
}
.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 60px 25px 60px;
	width: calc(100% - 120px);
	background: transparent;
	transition: all .3s;
}
header.fixed .header_inner{
	background: #fbfaff;
}
header .header_inner::after{
	content: "";
	background-color: rgba(31, 43, 97, 0.3);
	height: 1px;
	width: calc(100% - 120px);
	position: absolute;
	bottom: 0px;
	left: 60px;
	opacity: 0;
	transition: all .3s;
}
header.fixed .header_inner::after{
	opacity: 1;
}
.header_left h1,.header_left h2{
	display: flex;
	width: 204px;
}
.header_right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_menu__li{
	font-size: 1.6rem;
	margin-right: 30px;
}
.header_menu__li a img{
	width: 24px;
	height: 19px;
}
.header_cvbtn__a{
	background: #1F2B61;
	border-radius: 40px;
	padding: 10px 18px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.header_inner{
		padding: 2.232142857vw 5.357142857vw 2.232142857vw 5.357142857vw;
		width: calc(100% - 10.71428571vw);
	}
	.header_left h1,.header_left h2{
		width: 15vw;
	}
	.header_menu__li{
		font-size: 1.428571429vw;
		margin-right: 2.678571429vw;
	}
	.header_menu__li a img{
		width: 2.142857143vw;
		height: 1.696428571vw;
	}
	.header_cvbtn__a{
		border-radius: 3.571428571vw;
		padding: 0.892857143vw 1.607142857vw;
		font-size: 1.071428571vw;
	}
}
@media screen and (max-width:519px) {
	.header_inner{
		width: 88%;
		padding: 20px 6% 20px 6%;
		position: fixed;
	}
	header .header_inner::after{
		width: 88%;
		left: 6%;
	}
	.header_left h1,.header_left h2{
		width: 90px;
	}
	.header_menu{
		display: none;
	}
	.header_cvbtn__a{
		padding: 1px 18px 0px 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 34px;
		margin-right: 45px;
	}
	.openbtn{
		position: fixed;
		background:#1F2B61;
		cursor: pointer;
		width: 35px;
		height: 35px;
		border-radius: 25px;
		display: flex;
		margin-left: 10px;
		z-index: 20;
		top: 20px;
		right: 6%;
	}
	.openbtn span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: calc(50% - 6px);
		height: 1px;
		border-radius: 2px;
		background: #fff;
		width: 13px;
	}
	.openbtn span:nth-of-type(1) {
		top: calc(35% - 1px);	
	}
	.openbtn span:nth-of-type(2) {
		top: calc(50% - 1px);
	}
	.openbtn span:nth-of-type(3) {
		top: calc(68% - 1px);
	}
	.openbtn.active{
		background: #fff;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 11px;
		left: 10px;
		transform: translateY(6px) rotate(-45deg);
		width: 40%;
		background-color: #1F2B61;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;/*真ん中の線は透過*/
	}
	.openbtn.active span:nth-of-type(3){
		top: 23px;
		left: 10px;
		transform: translateY(-6px) rotate(45deg);
		width: 40%;
		background-color: #1F2B61;
	}
	.spmenu{
		position:fixed;
		z-index: -1;
		opacity: 0;
		top:0;
		left: 0;
		width:100%;
		height: 100vh;
		background: rgba(31, 43, 97, 0.9);
		transition: all 0.3s;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.spmenu.show{
		opacity: 1;
		z-index:10;
	}
	.spmenu_inner{
		display: flex;
		justify-content: space-between;
		width: 70%;
	}
	.spmenu_inner ul{
		width: 50%;
	}
	.spmenu_inner ul li{
		margin-bottom: 25px;
	}
	.spmenu_inner ul li a{
		font-size: 1.8rem;
		font-weight: 700;
		color: #fff;
	}
}

/*
wrapper
*/
.wrapper{
	padding-top: 80px;
	position: relative;
}
.top_wrapper{
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
	background-color: #fbfaff;
}
.page_wrapper{
	padding-top: 120px;
	background-image: url(../img/under_bg.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
	background-color: #fbfaff;
}
.top_wrapper_sp_inner{
	z-index: 1;
    position: relative;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.wrapper{
		padding-top: 7.142857143vw;
	}
	.page_wrapper{
		padding-top: 10.71428571vw;
	}
}
@media screen and (max-width:519px) {
	.wrapper{
		padding-top: 55px;
	}
	.top_wrapper{
		background-image: url(../img/top_bg_sp.jpg);
	}
	.page_wrapper {
		border-top: none;
		width: 100%;
		padding-top: 0px;
		background-image: url(../img/under_bg_sp.jpg);
	}
	.page_wrapper_sp_inner{
		padding-top: 85px;
		width: 88%;
		margin: 0 auto;
	}
}

/* 
breadcrumb
*/
.breadcrumb{
	padding: 0;
    width: 1000px;
    margin: 0 auto;
}
.breadcrumb_inner{
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.breadcrumb_inner::-webkit-scrollbar{
	display: none;
}
.breadcrumb__ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.breadcrumb__ul li{
	position: relative;
	padding-right: 25px;
}
.breadcrumb__ul li::after{
	content: "";
	background-image: url(../img/arrow_breadcrumb.svg);
	width: 4.59px;
	height: 9px;
	position: absolute;
	top: calc(50% - 4.5px);
    right: 10px;
	background-size: contain;
}
.breadcrumb__ul li:last-child::after{
	content: none;
}
.breadcrumb__ul li a{
	text-decoration: underline;
	white-space: nowrap;
}
.breadcrumb__ul li.current span{
	text-decoration: none;
	white-space: nowrap;
}
.breadcrumb__ul span{
	font-weight: 500;
    font-size: 1.4rem;
    line-height: 165%;
    letter-spacing: 0.06em;
	color: #1F2B61;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.breadcrumb{
		padding: 0 5.357142857vw;
		width: 89.28571429vw;
	}
	.breadcrumb__ul li{
		padding-right: 2.232142857vw;
	}
	.breadcrumb__ul li::after{
		width: 0.409821429vw;
		height: 0.803571429vw;
		top: calc(50% - 0.401785714vw);
		right: 0.892857143vw;
	}
	.breadcrumb__ul span{
		font-size: 1.166666667vw;
	}
}
@media screen and (max-width:519px) {
	.breadcrumb{
		padding: 0;
	}
	.breadcrumb__ul li a{
		white-space: nowrap;
	}
	.breadcrumb__ul li.current span{
		white-space: nowrap;
	}
	.breadcrumb__ul span{
		font-size: 1.2rem;
	}
}

/* 
pagetitle
*/
.pagetitle_inner{
	padding: 60px 0;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.pagetitle_inner{
		padding: 5.357142857vw 0;
	}
}
@media screen and (max-width:519px) {
	.pagetitle_inner{
		padding: 30px 0;
		margin: 0;
	}
}

/* 
page_content_title
*/
.page_content_title{
	padding: 80px 0 30px;
}
.page_content_title_inner{
	width: 680px;
	margin: 0 auto;
}
.page_content_title_upper{
	margin-bottom: 10px;
}
.page_content_title_lower{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(31, 43, 97, 0.3);
	padding-top: 20px;
}
.page_content_title_lower_left ul{
	display: flex;
	align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.page_content_title_lower_left a{
    border-radius: 5px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 15px;
    width: fit-content;
	background-color: #1F2B61;
	color: #fff;
    text-decoration: none;
	margin: 0 10px 15px 0px;
}
.page_content_title_lower_left li.news a{background: #1B67B2;}
@media screen and (min-width:520px) and (max-width:1119px) {
	.page_content_title{
		padding: 7.142857143vw 0 2.678571429vw;
	}
	.page_content_title_inner{
		width: 60.71428571vw;
	}
	.page_content_title_upper{
		margin-bottom: 0.892857143vw
	}
	.page_content_title_lower{
		padding-top: 1.785714286vw;
	}
	.page_content_title_lower_left a{
		border-radius: 0.446428571vw;
		font-size: 1.071428571vw;
		height: 2.857142857vw;
		padding: 0 1.339285714vw 0 1.339285714vw;
		margin: 0 0.892857143vw 1.339285714vw 0px;
	}
}
@media screen and (max-width:519px) {
	.page_content_title{
		padding: 40px 0 20px;
	}
	.page_content_title_inner{
		width: 100%;
	}
	.page_content_title_upper{
		margin-bottom: 10px;
	}
	.page_content_title_lower{
		padding-top: 20px;
	}
	.page_content_title_lower_left a{
		margin: 0 10px 5px 0px;
		font-size: 1.1rem;
		height: 26px;
		padding: 0 15px 0 15px;
	}
}
/* 
page parts
*/
.page_content{
	width: 680px;
	margin: 0 auto;
}
.page_content_case{
	margin: 0 auto 60px;
}
.page_content_wide{
	width: 1000px !important;
}
.page_content h1{
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 100px 0 20px 0;
}
.page_content h2{
	font-style: normal;
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 165%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 80px 0 10px 0;
}
.page_content h3{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 80px 0 10px 0;
}
.page_content h4{
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 80px 0 10px 0;
}
.page_content h5{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 60px 0 10px 0;
}
.page_content h6{
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 60px 0 10px 0;
}
.page_content p{
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #000000;
	margin: 10px 0;
}
.page_content hr{
	border-top: solid 1px rgba(31, 43, 97, 0.3);
	margin: 80px 0;
}
.page_content img{
	border-radius: 10px;
	margin: 40px 0;
	height: auto;
}
.page_content a{
	color: #1F2B61;
	text-decoration: underline;
	word-break: break-all;
}
.page_content ul{
	padding-left: 20px;
	margin: 20px 0;
}
.page_content li{
	position: relative;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #000000;
	margin: 8px 0;
	padding-left: 10px;
}
.page_content li::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #1F2B61;
	top: calc(50% - 4px);
	left: -15px;
}
.page_content ul.number li{
	list-style-type: decimal;
}
.page_content ul.number li::before{
	content: none;
}
.page_content ul.number li::marker{
	font-weight: 700;
    color: #1F2B61;
}
.page_content iframe{
	width: 100%;
	height: 370px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.page_content{
		width: 60.71428571vw;
	}
	.page_content_case{
		margin: 0 auto 5.357142857vw;
	}
	.page_content_wide{
		width: 89.28571429vw !important;
	}
	.page_content h1{
		font-size: 4.107142857vw;
		margin: 8.928571429vw 0 1.785714286vw 0;
	}
	.page_content h2{
		font-size: 3.392857143vw;
		margin: 7.142857143vw 0 0.892857143vw 0;
	}
	.page_content h3{
		font-size: 2.5vw;
		margin: 7.142857143vw 0 0.892857143vw 0;
	}
	.page_content h4{
		font-size: 1.964285714vw;
		margin: 7.142857143vw 0 0.892857143vw 0;
	}
	.page_content h5{
		font-size: 1.607142857vw;
		margin: 5.357142857vw 0 0.892857143vw 0;
	}
	.page_content h6{
		font-size: 1.428571429vw;
		margin: 5.357142857vw 0 0.892857143vw 0;
	}
	.page_content p{
		font-size: 1.428571429vw;
		margin: 0.892857143vw 0;
	}
	.page_content hr{
		margin: 7.142857143vw 0;
	}
	.page_content img{
		border-radius: 0.892857143vw;
		margin: 3.571428571vw 0;
	}
	.page_content ul{
		padding-left: 1.785714286vw;
		margin: 1.785714286vw 0;
	}
	.page_content li{
		font-size: 1.428571429vw;
		margin: 0.714285714vw 0;
		padding-left: 0.892857143vw;
	}
	.page_content li::before{
		width: 0.714285714vw;
		height: 0.714285714vw;
		top: calc(50% - 0.357142857vw);
		left: -1.339285714vw;
	}
	.page_content iframe{
		height: 33.03571429vw;
	}
}
@media screen and (max-width:519px) {
	.page_content{
		width: 100%;
	}
	.page_content_case{
		margin: 0 auto 30px;
	}
	.page_content_wide{
		width: 100% !important;
	}
	.page_content h1{
		font-size: 2rem;
		margin: 50px 0 10px 0;
	}
	.page_content h2{
		font-size: 2rem;
		margin: 40px 0 5px 0;
	}
	.page_content h3{
		font-size: 1.8rem;
		margin: 40px 0 5px 0;
	}
	.page_content h4{
		font-size: 1.6rem;
		margin: 40px 0 5px 0;
	}
	.page_content h5{
		font-size: 1.6rem;
		margin: 30px 0 5px 0;
	}
	.page_content h6{
		font-size: 1.4rem;
		margin: 30px 0 5px 0;
	}
	.page_content p{
		font-size: 1.4rem;
		margin: 5px 0;
	}
	.page_content hr{
		margin: 40px 0;
	}
	.page_content img{
		border-radius: 10px;
		margin: 20px 0;
	}
	.page_content a{
		color: #1F2B61;
		text-decoration: underline;
		word-break: break-all;
	}
	.page_content ul{
		margin: 20px 0;
	}
	.page_content li{
		font-size: 1.4rem;
		margin: 4px 0;
		padding-left: 5px;
	}
	.page_content li::before{
		top: 9px;
	}
	.page_content ul.number li{
		list-style-type: decimal;
	}
	.page_content iframe{
		width: 100%;
		height: 50vw;
	}
}
.parts01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 60px 0 20px;
}
.parts01_img{
	width: 320px;
}
.parts01_img img{
	height: auto;
	margin-bottom: 0px;
}
.parts01_txt{
	width: 320px;
}
.parts01 h1:first-child,.parts01 h2:first-child,.parts01 h3:first-child,.parts01 h4:first-child,.parts01 h5:first-child,.parts01 h6:first-child,.parts01 img:first-child{
	margin-top: 0px;
}
.page_content>*:nth-child(2){
	margin-top: 0px;
}
.privacy-policy .page_content>*:nth-child(2){
	margin-top: 80px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.parts01{
		margin: 5.357142857vw 0 1.785714286vw;
	}
	.parts01_img{
		width: 28.57142857vw;
	}
	.parts01_txt{
		width: 28.57142857vw;
	}
	.privacy-policy .page_content>*:nth-child(2){
		margin-top: 7.142857143vw;
	}
}
@media screen and (max-width:519px) {
	.parts01{
		margin: 30px 0 10px;
		flex-direction: column;
	}
	.parts01_img{
		width: 100%;
	}
	.parts01_txt{
		width: 100%;
	}
	.page_content div:first-child{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.parts01_img img{
		margin: 0px !important;
	}
	.privacy-policy .page_content>*:nth-child(2){
		margin-top: 40px;
	}
}

/*
#toc_container
*/
#toc_container{
	width: calc(100% - 60px) !important;
    border: none !important;
    border-radius: 10px;
    padding: 30px !important;
}
#toc_container .toc_title{
	text-align: left !important;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 165%;
    color: #1F2B61;
}
#toc_container .toc_toggle{
	color: #1F2B61;
    font-size: 1.6rem;
    line-height: 165%;
    margin-left: 5px;
}
#toc_container .toc_list li::before{
	content: none;
}
#toc_container .toc_list li a{
	font-weight: 400;
    font-size: 1.6rem;
    line-height: 185%;
    color: #1F2B61;
	text-decoration: underline;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	#toc_container{
		width: calc(100% - 5.357142857vw) !important;
		border-radius: 0.892857143vw;
		padding: 2.678571429vw !important;
	}
	#toc_container .toc_title{
		font-size: 1.428571429vw;
	}
	#toc_container .toc_toggle{
		color: #1F2B61;
		font-size: 1.428571429vw;
		margin-left: 0.446428571vw;
	}
	#toc_container .toc_list li a{
		font-size: 1.428571429vw;
	}
}
@media screen and (max-width:519px) {
	#toc_container{
		width: calc(100% - 40px) !important;
		padding: 20px !important;
	}
	#toc_container .toc_title{
		font-size: 1.4rem;
	}
	#toc_container .toc_toggle{
		font-size: 1.4rem;
	}
	#toc_container .toc_list li a{
		font-size: 1.4rem;
	}
	
}
/* author */
.author_inner{
	width: 680px;
	margin: 0 auto;
}
.author h4{
	display: none;
}
.author #padSection{
	padding: 0;
    border: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.author #padSection .avatar{
    width: 200px;
    margin: 0px;
    float: none;
}
.author #padSection .avatar img{
    width: 200px;
    border-radius: 10px;
    border: none;
	margin-bottom: 0px;
}
.author #padSection .profileTxtSet{
    width: calc(100% - 240px);
    margin: 0px;
}
.author #padSection dl dt .authorName{
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 165%;
    letter-spacing: 0.06em;
    color: #000000;
}
.author #padSection dl dd{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 185%;
    letter-spacing: 0.06em;
    color: #000000;
}
.author #latestEntries{
	display: none;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.author_inner{
		width: 60.71428571vw;
	}
	.author #padSection .avatar{
		width: 17.85714286vw;
	}
	.author #padSection .avatar img{
		width: 17.85714286vw;
		border-radius: 0.892857143vw;
	}
	.author #padSection .profileTxtSet{
		width: calc(100% - 21.42857143vw);
	}
	.author #padSection dl dt .authorName{
		font-size: 1.964285714vw;
	}
	.author #padSection dl dd{
		font-size: 1.428571429vw;
	}
}
@media screen and (max-width:519px) {
	.author_inner{
		width: 100%;
	}
	.author h4{
	}
	.author #padSection{
		position: relative;
	}
	.author #padSection .avatar{
		position: absolute;
		width: 120px;
	}
	.author #padSection .avatar img{
		width: 120px;
	}
	.author #padSection .profileTxtSet{
		width: 100%;
	}
	.author #padSection .profileTxtSet dt{
		position: absolute;
		right: 0px;
		top: 0px;
		display: flex;
		height: 120px;
		width: calc(100% - 140px);
		align-items: center;
	}
	.author #padSection dl dt .authorName{
		font-size: 1.6rem;
	}
	.author #padSection dl dd{
		margin-top: 140px;
	}
	.author #latestEntries{
	}
}
/* 
page_content_sharebtn
*/
.page_content_sharebtn_inner{
	width: 680px;
	margin: 0 auto;
	border-top: 1px solid rgba(31, 43, 97, 0.3);
    padding-top: 30px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.page_content_sharebtn_inner{
		width: 60.71428571vw;
		padding-top: 2.678571429vw;
	}
}
@media screen and (max-width:519px) {
	.page_content_sharebtn_inner{
		width: 100%;
		padding-top: 20px;
	}
}
/* 
page_content_backtotop
*/
.page_content_backtotop_inner{
	width: 680px;
	margin: 0 auto;
}
.page_content_backtotop_inner a{
	margin: 0 auto;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.page_content_backtotop_inner{
		width: 60.71428571vw;
	}
}
@media screen and (max-width:519px) {
	.page_content_backtotop_inner{
		width: 100%;
	}
}
/*
taxonomy_title
*/
.taxonomy_title{
	width: 680px;
    margin: 0 auto 60px;
}
.taxonomy_title h3{
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 185%;
	letter-spacing: 0.06em;
	color: #1F2B61;
	margin: 0;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.taxonomy_title{
		width: 60.71428571vw;
		margin: 0 auto 5.357142857vw;
	}
	.taxonomy_title h3{
		font-size: 1.964285714vw;
	}
}
@media screen and (max-width:519px) {
	.taxonomy_title{
		width: 100%;
		margin: 0 auto 30px;
	}
	.taxonomy_title h3{
		text-align: center;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 185%;
		letter-spacing: 0.06em;
		color: #1F2B61;
		margin: 0;
	}
}
/*
archive_taxonomy
*/
.archive_tax_links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.archive_tax_links a{
    border-radius: 40px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 1px 30px;
    width: fit-content;
    border: 1px solid rgba(31, 43, 97, 0.4);
	background-color: transparent;
	color: #1F2B61;
    text-decoration: none;
    margin: 0 5px 20px 5px;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.archive_tax_links a{
		border-radius: 3.571428571vw;
		font-size: 1.428571429vw;
		height: 4.732142857vw;
		padding: 0 2.678571429vw 0.089285714vw 2.678571429vw;
		margin: 0 0.446428571vw 1.785714286vw 0.446428571vw;
	}
}
@media screen and (max-width:519px) {
	.archive_tax_links a{
		height: 31px;
		font-size: 1.1rem;
		padding: 0 15px 1px 15px;
	}
}

/*
archive_noimage
*/
.archive_noimage_wrapper{
	border-top: 1px solid rgba(31, 43, 97, 0.3);
	padding-top: 60px;
}
.archive_noimage_one{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.archive_noimage_one_left{
    width: 180px;
    padding-top: 5px;
}
.archive_noimage_one_left ul{
    padding-left: 0px;
    margin: 0;
}
.archive_noimage_one_left ul li{
    padding-left: 0px;
    margin: 0;
    font-size: inherit;
}
.archive_noimage_one_left ul li::before{
    content: none;
}
.archive_noimage_one_left ul li a{
    border-radius: 5px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.06em;
	height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 15px;
    width: fit-content;
	background-color: #1F2B61;
	color: #fff;
    text-decoration: none;
    margin: 0 5px 15px 5px;
	white-space: nowrap;
}
.archive_noimage_one_left ul li.news a{background: #1B67B2;}

.archive_noimage_one_right{
    width: calc(100% - 200px);
}
.archive_noimage_one_right a{
    text-decoration: none;
}
.archive_noimage_one_right a h4{
    border-bottom: 1px solid rgba(31, 43, 97, 0.3);
    padding: 0px 0 10px 0;
    margin: 0 0 15px 0;
	font-weight: 400;
}
.archive_noimage_one_right time{
    font-size: 1.4rem;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.archive_noimage_wrapper{
		padding-top: 5.357142857vw;
	}
	.archive_noimage_one{
		margin-bottom: 5.357142857vw;
	}
	.archive_noimage_one_left{
		width: 16.07142857vw;
		padding-top: 0.446428571vw;
	}
	.archive_noimage_one_left ul li a{
		border-radius: 0.446428571vw;
		font-size: 1.25vw;
		height: 2.857142857vw;
		padding: 0 1.339285714vw 0 1.339285714vw;
		margin: 0 0.446428571vw 1.339285714vw 0.446428571vw;
	}
	.archive_noimage_one_right{
		width: calc(100% - 17.85714286vw);
	}
	.archive_noimage_one_right a h4{
		padding: 0 0 0.892857143vw 0;
		margin: 0 0 1.339285714vw 0;
	}
	.archive_noimage_one_right time{
		font-size: 1.25vw;
	}
}
@media screen and (max-width:519px) {
	.archive_noimage_wrapper{
		padding-top: 30px;
	}
	.archive_noimage_one{
		flex-direction: column;
		margin-bottom: 40px !important;
	}
	.archive_noimage_one_left{
		padding-top: 0px;
		width: 100%;
		margin-bottom: 0px !important;
	}
	.archive_noimage_one_left ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.archive_noimage_one_left ul li a{
		margin: 0 10px 5px 0px;
		font-size: 1.2rem;
		height: 26px;
		padding: 0 15px 0 15px;
	}
	.archive_noimage_one_right{
		width: 100%;
	}
	.archive_noimage_one_right a h4{
		padding: 0px 0 10px 0;
		margin: 0 0 10px 0;
	}
	.archive_noimage_one_right time{
		font-size: 1.2rem;
	}
}



/*
pagination
*/

.pagination h2{
	display: none;
}
.pagination .nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .nav-links .page-numbers.current {
    color: #fff;
    background: #1F2B61;
}
.pagination .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: transparent;
    color: #1F2B61;
    font-size: 1.8rem;
    border-radius: 45px;
    margin: 0 5px;
	text-decoration: none;
	border: 1px solid #1F2B61;
}
.pagination .nav-links .page-numbers.dots{
	border: none;
}
.pagination .nav-links .page-numbers.next {
    text-indent: -9999px;
    background: transparent;
    margin: 0 10px;
	border: 1px solid #1F2B61;
}
.pagination .nav-links .page-numbers.next::after {
    content: "";
    position: absolute;
    width: 7.25px;
	height: 12.7px;
    background-image: url(../img/icon_nav_next.svg);
	background-repeat: no-repeat;
    background-size: contain;
}
.pagination .nav-links .page-numbers.prev {
    text-indent: -9999px;
    background: transparent;
    margin: 0 10px;
	border: 1px solid #1F2B61;
}
.pagination .nav-links .page-numbers.prev::after {
    content: "";
    position: absolute;
    width: 7.25px;
	height: 12.7px;
    background-image: url(../img/icon_nav_prev.svg);
	background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.pagination .nav-links .page-numbers {
		width: 3.125vw;
		height: 3.125vw;
		font-size: 1.607142857vw;
		border-radius: 4.017857143vw;
		margin: 0 0.446428571vw;
	}
	.pagination .nav-links .page-numbers.next {
		margin: 0 0.892857143vw;
	}
	.pagination .nav-links .page-numbers.next::after {
		width: 0.647321429vw;
		height: 1.133928571vw;
	}
	.pagination .nav-links .page-numbers.prev {
		margin: 0 0.892857143vw;
	}
	.pagination .nav-links .page-numbers.prev::after {
		width: 0.647321429vw;
		height: 1.133928571vw;
	}
}
@media screen and (max-width:519px) {
	.pagination .nav-links .page-numbers {
		width: 30px;
		height: 30px;
		font-size: 1.6rem;
		border-radius: 45px;
		margin: 0 5px;
	}
	.pagination .nav-links .page-numbers.next {
		margin: 0 10px;
	}
	.pagination .nav-links .page-numbers.next::after {
		width: 7.25px;
		height: 12.7px;
	}
	.pagination .nav-links .page-numbers.prev {
		margin: 0 10px;
	}
	.pagination .nav-links .page-numbers.prev::after {
		width: 7.25px;
		height: 12.7px;
	}
}

/* recommend */
.recommend_inner{
	margin: 0 auto;
	width: 680px;
}
.recommend_inner h4{
	font-weight: 700;
    font-size: 2.2rem;
    line-height: 185%;
    letter-spacing: 0.06em;
    color: #1F2B61;
    margin: 80px 0 10px 0;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.recommend_inner{
		width: 60.71428571vw;
	}
	.recommend_inner h4{
		font-size: 1.964285714vw;
		margin: 7.142857143vw 0 0.892857143vw 0;
	}
}
@media screen and (max-width:519px) {
	.recommend_inner{
		width: 100%;
	}
	.recommend_inner h4{
		font-size: 1.6rem;
		margin: 40px 0 5px 0;
	}
}
/*
contact
*/
.has-vivid-red-color{
	color: #A00B14;
}
.mw_wp_form .error{
	color: #A00B14 !important;
	font-size: 1.4rem !important;
}
.contact_inner_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.contact_inner_box br{
	display: none;
}
.contact_inner_box label{
    width: 240px;
}
.contact_inner_box .form__span{
	width: 440px;
	font-size: 1.6rem;
	line-height: 165%;
}
.contact_inner_box .form__span_checkbox{
    display: flex;
    flex-direction: column;
}
.contact_inner_box .form__span_checkbox .mwform-checkbox-field{
	margin-left: 0px !important;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.contact_inner_box .form__span_checkbox .mwform-checkbox-field:last-child{
	margin-bottom: 0px;
}
.contact_inner_box .form__span input[type="text"],.contact_inner_box .form__span input[type="email"],.contact_inner_box .form__span select,.contact_inner_box .form__span textarea{
	padding: 10px 15px;
    width: calc(100% - 30px);
    border: 1px solid rgba(31, 43, 97, 0.3);
    border-radius: 5px;
    font-size: 1.6rem;
}
.contact_inner_box .form__span select{
	width: 100%;
}
.contact_inner_box .form__span input[type="text"].number{
	width: calc(30% - 30px);
}
.contact_form .privacy_message{
	font-size: 1.6rem;
	text-align: center;
	margin: 10px 0 20px;
}
.contact_form .pp_check{
	font-size: 1.6rem;
	text-align: center;
}
.form__div2 button{
	background-color: #1F2B61;
    color: #fff;
	border-radius: 40px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.06em;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 1px 30px;
    width: fit-content;
	border: none;
    cursor: pointer;
	margin: 0 auto;
	transition: all .3s;
}
.form__div2 button:hover{
	opacity: 0.7;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.mw_wp_form .error{
		font-size: 1.25vw !important;
	}
	.contact_inner_box{
		margin-bottom: 2.232142857vw;
	}
	.contact_inner_box label{
		width: 21.42857143vw;
	}
	.contact_inner_box .form__span{
		width: 39.28571429vw;
		font-size: 1.428571429vw;
	}
	.contact_inner_box .form__span_checkbox .mwform-checkbox-field{
		font-size: 1.428571429vw;
		margin-bottom: 0.892857143vw;
	}
	.contact_inner_box .form__span input[type="text"],.contact_inner_box .form__span input[type="email"],.contact_inner_box .form__span select,.contact_inner_box .form__span textarea{
		padding: 0.892857143vw 1.339285714vw;
		width: calc(100% - 2.678571429vw);
		border-radius: 0.446428571vw;
		font-size: 1.428571429vw;
	}
	.contact_inner_box .form__span input[type="text"].number{
		width: calc(30% - 2.678571429vw);
	}
	.contact_form .privacy_message{
		font-size: 1.428571429vw;
		margin: 0.892857143vw 0 1.785714286vw;
	}
	.contact_form .pp_check{
		font-size: 1.428571429vw;
	}
	.form__div2 button{
		font-size: 1.428571429vw;
		height: 4.732142857vw;
		padding: 0 2.678571429vw 0.089285714vw 2.678571429vw;
	}
}
@media screen and (max-width:519px) {
	.contact_inner_box{
		flex-direction: column;
	}
	.contact_inner_box label{
		width: 100%;
	}
	.contact_inner_box .form__span{
		width: 100%;
	}
	.contact_form .privacy_message{
		font-size: 1.4rem;
		margin: 10px 0 20px;
	}
	.contact_form .pp_check{
		font-size: 1.4rem;
	}
}
.thanksbtn{
	margin: 40px auto !important;
    text-decoration: none !important;
	color: #fff !important;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.thanksbtn{
		margin: 3.571428571vw auto !important;
	}
}
@media screen and (max-width:519px) {
	.thanksbtn{
		margin: 20px auto !important;
	}
}
/*
footer_cta
*/
.footer_cta{
	background: #1F2B61;
	padding: 80px 85px;
}
.footer_cta_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_cta_inner_left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer_cta_inner_left__p01{
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	margin-right: 53px;
	letter-spacing: 0.06em;
}
.footer_cta_inner_left__p02{
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 185%;
	letter-spacing: 0.06em;
}
.footer_cta_inner_right__a{
	display: flex;
	background: #fff;
	color: #1F2B61;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 25px 65px;
	border-radius: 80px;
}
@media screen and (max-width:1329px) {
	.footer_cta{
		padding: 60px 65px;
	}
	.footer_cta_inner_left__p01{
		font-size: 3.6rem;
	}
	.footer_cta_inner_left__p02{
		font-size: 1.8rem;
	}
	.footer_cta_inner_right__a{
		padding: 25px 50px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.footer_cta{
		padding: 5.357142857vw 5.803571429vw;
	}
	.footer_cta_inner_left__p01{
		font-size: 3.214285714vw;
	}
	.footer_cta_inner_left__p02{
		font-size: 1.607142857vw;
	}
	.footer_cta_inner_right__a{
		padding: 2.232142857vw 4.464285714vw;
		font-size: 1.428571429vw;
	}
}
@media screen and (max-width:519px) {
	.footer_cta{
		padding: 30px 6% 50px;
	}
	.footer_cta_inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.footer_cta_inner_left{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.footer_cta_inner_left__p01{
		line-height: 165%;
		font-size: 2.8rem;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	.footer_cta_inner_left__p02{
		font-size: 1.4rem;
	}
	.footer_cta_inner_right__a{
		font-size: 1.4rem;
		padding: 12px 20px;
	}
}
/*
footer
*/
footer{
	padding: 93px 60px 0 60px;
	background: #fff;
}
.footer_inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_inner_right{
	width: calc(55% - 100px);
    margin-right: 100px;
}
.footer_inner_right__a{
	width: 263px;
	margin-bottom: 35px;
	display: flex;
}
.footer_inner_right__a h1{
	display: flex;
    width: 100%;
}
.footer_inner_right_lower{
	margin-bottom: 54px;
}
.footer_inner_right_lower__p01{
	font-weight: 700;
	font-size: 1.6rem;
	color: #1F2B61;
	line-height: 195%;
}
.footer_inner_right_lower__p02{
	line-height: 195%;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.footer_inner_right_lower p:last-child{
	margin-bottom: 0px;
}
.footer_inner_left{
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer_inner_left__ul{
	padding-right: 170px;
}
.footer_inner_left__ul li{
	margin-bottom: 20px;	
}
.footer_inner_left__ul li a{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 145%;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	footer{
		padding: 8.303571429vw 5.357142857vw 0 5.357142857vw;
	}
	.footer_inner_right{
		width: calc(55% - 8.928571429vw);
		margin-right: 8.928571429vw;
	}
	.footer_inner_right__a{
		width: 23.48214286vw;
		margin-bottom: 3.125vw;
	}
	.footer_inner_right_lower{
		margin-bottom: 4.821428571vw;
	}
	.footer_inner_right_lower__p01{
		font-size: 1.428571429vw;
	}
	.footer_inner_right_lower__p02{
		font-size: 1.428571429vw;
		margin-bottom: 1.339285714vw;
	}
	.footer_inner_left__ul{
		padding-right: 15.17857143vw;
	}
	.footer_inner_left__ul li{
		margin-bottom: 2.232142857vw;	
	}
	.footer_inner_left__ul li a{
		font-size: 1.785714286vw;
	}
}
@media screen and (max-width:519px) {
	footer{
		padding: 50px 6% 0;
	}
	.footer_inner{
		flex-direction: column-reverse;
	}
	.footer_inner_right{
		width: 100%;
		margin-right: 0px;
	}
	.footer_inner_right__a{
		width: 136px;
	}
	.footer_inner_right_lower{
		margin-bottom: 30px;
	}
	.footer_inner_right_lower__p01{
		font-size: 1.4rem;
	}
	.footer_inner_right_lower__p02{
		font-size: 1.4rem;
	}
	.footer_inner_left{
		width: 100%;
		border-bottom: 1px solid rgba(31, 43, 97, 0.3);
		padding-bottom: 20px;
		margin-bottom: 38px;
	}
	.footer_inner_left__ul{
		width: 50%;
		padding-right: 0px;
	}
	.footer_inner_left__ul li{	
		margin-bottom: 18px;
	}
	.footer_inner_left__ul li a{
		font-size: 1.6rem;
	}
}

.footer_privacy_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px 60px 60px;
	background: #fff;
}
.footer_privacy_copy p{
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	line-height: 195%;
}
.footer_privacy_link a{
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	line-height: 195%;
}
@media screen and (min-width:520px) and (max-width:1119px) {
	.footer_privacy_wrapper{
		padding: 0 5.357142857vw 5.357142857vw 5.357142857vw;
	}
	.footer_privacy_copy p{
		font-size: 1.071428571vw;
	}
	.footer_privacy_link a{
		font-size: 1.071428571vw;
	}
}
@media screen and (max-width:519px) {
	.footer_privacy_wrapper{
		padding: 0 6% 50px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.footer_privacy_link{
		margin-bottom: 10px;
	}
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#fff !important;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#999 !important;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
.modaal-close{
	background-color: transparent !important;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
.modaal-close:after, .modaal-close:before{
	top: 10px !important;
    left: 10px !important;
    width: 2px !important;
    height: 50px !important;
}
.modaal-video-container{
	box-shadow: none !important;
}