@charset "UTF-8";
/* CSS Document */

:root{
    font-size:62.5%;
}
html {
    font-size:62.5%;
}
body{
	font-size:15px; 
	color:#050505;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
	margin:0;
	position: relative;
    background: #F7F7F7;
}
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,a,span,div{  
    line-height:1.5;
}
a{
	color:#050505;
	text-decoration:none;
    transition: 0.3s;
}
a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a img { 
	border: none;
}
a.nolink{
    pointer-events: none;
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.fix-flex{
    display: flex;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.sp{
	display:none !important;
}
.spacer{
    width:100%;
}
.contentWidth{
	max-width: 1100px;
    width:92%;
	margin: auto;
    letter-spacing: 0.07em;
}
.innerWidth{
    width:92%;
	max-width: 960px;
	margin: auto auto auto auto;
}

.visualArea{
    width:100%;
    height:450px;
    background: linear-gradient(90deg, rgba(40, 67, 195, 0.07), rgba(132, 62, 244, 0.07));
    position: relative;
}
.visualArea ul.breadcrumbs{
    width:calc(100% - 120px);
    width:calc(100% - min(calc(20px + ((1vw - 11px)*12.5)) , 120px));
    position: absolute;
    top:150px;
    left:0;
    right:0;
    bottom:auto;
    margin: auto auto auto auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    gap:5px 40px;
}
.visualArea ul.breadcrumbs li{
    position: relative;
}
.visualArea ul.breadcrumbs li::after{
    content: ">";
    color:#4E66D9;
    position: absolute;
    top:0;
    left:calc(100% + 20px);
    right:auto;
    bottom:0;
    transform: translate(-50%,0);
}
.visualArea ul.breadcrumbs li:last-child::after{
    display: none;
}
.visualArea h2{
    font-size:18px;
    font-weight: bold;
    position: absolute;
    top:300px;
    left:0;
    right:0;
    bottom:auto;
    transform: translate(0,-50%);
}
.visualArea h2::before{
    content: attr(data-title)"";
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    font-size:68px;
    color: #4E66D9;
    display: block;
    padding-bottom: 0;
}

.anchorLink{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px 32px;
}
.anchorLink li{
    width:376px;
    height:66px;
}
.anchorLink li a{
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width:100%;
    height:100%;
    background: #FFFFFF;
    border-radius: 33px;
}
.anchorLink li a span{
    line-height: 32px;
    display: inline-block;
    margin-left: 20px;
    padding-left: 45px;
    font-weight: bold;
    
}
.webp .anchorLink li a span{
    background: url("../images/icon_anchor.webp") no-repeat left center/contain;
}
.no-webp .anchorLink li a span{
    background: url("../images/icon_anchor.png") no-repeat left center/contain;
}

h3.style001{
    margin-bottom: 30px;
}
h3.style001 span{
    font-size:28px;
    color:#FFFFFF;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 5px;
    padding: 0 16px 5px 16px;
    display: inline-block;
    background: linear-gradient(#110B64 95%,transparent 0%);
}
h3.style002{
    font-size:28px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #4E66D9;
}
h4.style001{
    font-size:25px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
    padding: 0 0 0 26px;
    position: relative;
}
h4.style001::before{
    width:12px;
    height:29px;
    background: #4E66D9;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto auto auto auto;
}
h4.style002{
    font-size:18px;
    color:#4E66D9;
    margin-bottom: 20px;
}


.btn001{
    position: relative;
    width:350px;
    height:72px;
    margin: 50px auto 0 auto;
}
.btn001::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 68px;
    border: 2px solid #4E66D9;
    border-radius: 45px;
    z-index: -1;
}
.btn002{
    position: relative;
    width:350px;
    height:72px;
    margin: 50px auto 0 auto;
}
.btn002::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 68px;
    border: 2px solid #4E66D9;
    border-radius: 45px;
    z-index: -1;
}
button {
    background: transparent;
    border: none;
    font-family: inherit;
    letter-spacing: inherit;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn001 a,
.btn001 button{
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    display: flex; /* display: blockから変更 */
    align-items: center;
    justify-content: center;
    line-height: 1; /* line-height: 68pxから変更*/
    color:#FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
.btn001 a::before,
.btn001 button::before{
    background: #4E66D9;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    border:1px solid #4E66D9;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 1);
    transform-origin: right bottom;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn001 a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
}
.btn001 button::after {
    background: url("../images/icon_arrow_white_mini.webp") no-repeat center center/contain;
    content: "";
    width: 25px;
    height: 7px;
    position: absolute;
    top: 0;
    left: auto;
    right: 54px;
    bottom: 0;
    margin: auto auto auto auto;
}
.webp .btn001 a::after{
    background: url("../images/icon_arrow_white_mini.webp") no-repeat center center/contain;
}
.no-webp .btn001 a::after,
.no-webp .btn001 button::after{
    background: url("../images/icon_arrow_white_mini.png") no-repeat center center/contain;
}
.btn001 a:hover,
.btn001 button:hover{
    opacity: 1;
    color:#4E66D9;
}
.btn001 a:hover::before,
.btn001 button:hover::before{
    transform: skewY(-20deg) scale(1, 0);
}
.webp .btn001 a:hover::after,
.webp .btn001 button:hover::after{
    background: url("../images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
}
.no-webp .btn001 a:hover::after,
.no-webp .btn001 button:hover::after{
    background: url("../images/icon_arrow_blue_mini.png") no-repeat center center/contain;
}

.btn002 a,
.btn002 button{
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    display: flex; /* display: blockから変更 */
    align-items: center;
    justify-content: center;
    line-height: 1; /* line-height: 68pxから変更*/
    color:#4E66D9;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
.btn002 a::before,
.btn002 button::before{
    background: #4E66D9;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    border:1px solid #4E66D9;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn002 a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
}
.btn002 button::after {
    content: "";
    width: 25px;
    height: 7px;
    background: url("../images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: auto;
    right: 54px;
    bottom: 0;
    margin: auto auto auto auto;
}
.webp .btn002 a::after{
    background: url("../images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
}
.no-webp .btn002 a::after,
.no-webp .btn002 button::after{
    background: url("../images/icon_arrow_blue_mini.png") no-repeat center center/contain;
}

.btn002 a:hover,
.btn002 button:hover{
    opacity: 1;
    color:#FFFFFF;
}
.btn002 a:hover::before,
.btn002 button:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.webp .btn002 a:hover::after,
.webp .btn002 button:hover::after{
    background: url("../images/icon_arrow_white_mini.webp") no-repeat center center/contain;
}
.no-webp .btn002 a:hover::after,
.no-webp .btn002 button:hover::after{
    background: url("../images/icon_arrow_white_mini.png") no-repeat center center/contain;
}

.table001{
    width:100%;
}
.table001 th{
    text-align: left;
    font-size:16px;
    line-height: 1.8;
    color:#4E66D9;
    padding: 22px;
    border: none;
    border-bottom: 1px solid #4E66D9;
}
.table001 td{
    text-align: left;
    font-size:16px;
    line-height: 1.8;
    padding: 22px 38px 22px 38px;
    border: none;
    border-bottom: 1px solid rgba(5,5,5,0.2);
}

.table002{
    width:100%;
}
.table002 thead{
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
}
.table002 tfoot{
    border-top: 1px solid rgba(112, 112, 112, 0.18);
}
.table002 tr th{
    width:130px;
    line-height: 30px;
    vertical-align: top;
    padding: 0 0 12px 0;
}
.table002 tr td{
    width:calc(50% - 130px);
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    padding: 0 15px 12px 15px;
}
.table002 thead tr th{
    padding: 0 0 20px 0;
}
.table002 thead tr td{
    padding: 0 0 20px 15px;
    vertical-align: middle;
}
.table002 tbody tr:first-child th{
    padding: 20px 0 12px 0;
}
.table002 tbody tr:first-child td{
    padding: 20px 15px 12px 15px;
}
.table002 tbody tr:last-child th{
    padding: 0 0 20px 0;
}
.table002 tbody tr:last-child td{
    padding: 0 15px 20px 15px;
}
.table002 tfoot tr th{
    padding: 20px 0 12px 0;
}
.table002 tfoot tr td{
    padding: 20px 15px 12px 15px;
}
.table002 tr th span{
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: rgba(5, 5, 5, 0.6);
    text-align: center;
    background: rgba(200, 205, 215, 0.46);
    border-radius: 4px;
    display: block;
}
.table002 thead tr th span{
    width: 80px;
    height: 80px;
    line-height: 1.2;
    font-size: 15px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background: #4E66D9;
}

.wp-pagenavi {
	margin: 40px auto;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
.wp-pagenavi a.page {
    color: #FFFFFF;
    border: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 5px 0 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
    background: #C8CDD7;
}
.wp-pagenavi span.current {
    background: #4E66D9;
    border: none;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
    opacity: 0.7;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    color:#050505;
}
.wp-pagenavi .previouspostslink{
    position: relative;
    margin: 0 17px 0 0;
    border: none;
}
.wp-pagenavi a.previouspostslink img {
    position: absolute;
    top: -40%;
    left: 0;
}
.wp-pagenavi .nextpostslink {
    position: relative;
    margin: 0 0 0 12px;
    border: none;
}
.wp-pagenavi a.nextpostslink img {
    position: absolute;
    top: -40%;
    left: 0;
}
@media (max-width: 1268px) {
    .visualArea ul.breadcrumbs{
        width:92%;
    }
    .visualArea h2{
        font-size:18px;
        font-size:min(calc(14px + ((1vw - 7.68px)*0.8)) , 18px);
    }
    .visualArea h2::before{
        font-size:68px;
        font-size:min(calc(36px + ((1vw - 7.68px)*6.4)) , 68px);
    }    
    h3.style001{
        font-size:28px;
        font-size:min(calc(21px + ((1vw - 7.68px)*1.4)) , 28px);
    }
    h3.style002{
        font-size:28px;
        font-size:min(calc(18px + ((1vw - 7.68px)*2)) , 28px);
    }
    h4.style001{
        font-size:25px;
        font-size:min(calc(18px + ((1vw - 7.68px)*1.4)) , 25px);
    }
    h4.style002{
        font-size:18px;
        font-size:min(calc(16px + ((1vw - 7.68px)*0.4)) , 18px);
    }
}
@media (max-width: 1100px) {
    .visualArea{
        height:260px;
    }
    .visualArea ul.breadcrumbs{
        width:calc(100% - 40px);
        top: 80px;
        gap:5px 20px;
    }
    .visualArea ul.breadcrumbs li::after{
        left:calc(100% + 10px);
    }
    .visualArea h2{
        font-size:14px;
        top: 165px;
    }
    .visualArea h2::before{
        font-size:36px;
    }    
    h3.style001{
        font-size:28px;
        font-size:min(calc(21px + ((1vw - 7.68px)*1.4)) , 28px);
    }
    h3.style002{
        font-size:28px;
        font-size:min(calc(18px + ((1vw - 7.68px)*2)) , 28px);
    }
    h4.style001{
        font-size:25px;
        font-size:min(calc(18px + ((1vw - 7.68px)*1.4)) , 25px);
    }
    h4.style002{
        font-size:18px;
        font-size:min(calc(16px + ((1vw - 7.68px)*0.4)) , 18px);
    }
}
@media (max-width: 768px) {
    body{
        font-size:14px;
    }
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
    .leftBox{
        float:none !important;
    }
    .rightBox{
        float:none !important;
    }
    .anchorLink{
        gap:15px 25px;
    }
    .anchorLink li{
        max-width:376px;
        width:100%;
        height:50px;
    }
    .anchorLink li a span{
        font-size:14px;
        line-height: 24px;
        margin-left: 14px;
        padding-left: 32px;
    }
    h3.style001{
        font-size:21px;
        line-height: 1.5;
        margin-bottom: 20px;
        /*padding: 0 10px 0 10px;*/
    }
    h3.style002{
        font-size:18px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 0 10px 0;
    }
    h4.style001{
        font-size:18px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 0 0 16px;
    }
    h4.style001::before{
        width:6px;
        height:20px;
    }
    h4.style002{
        font-size:16px;
    }
    .btn001,
    .btn002{
        max-width:350px;
        width:100%;
        height: 52px;
        margin: 30px auto 0 auto;
    }
    .btn001::after,
    .btn002::after {
        max-width: 346px;
        width: calc(100% - 4px);
        height: 48px;
    }
    .btn001 a,
    .btn002 a,
    .btn001 button,
    .btn002 button{
        font-size: 16px;
        line-height: 50px;
    }
    .btn001 a::before,
    .btn002 a::before,
    .btn001 button::before,
    .btn002 button::before{
        height:120px;
    }
    .btn001 a::after,
    .btn002 a::after,
    .btn001 button::after,
    .btn002 button::after{
        width: 20px;
        height: 5px;
    }
    .webp .btn001 a::after,
    .webp .btn001 button::after{
        background: url("../images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .btn001 a::after,
    .no-webp .btn001 button::after{
        background: url("../images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
    .webp .btn002 a::after,
    .webp .btn002 button::after{
        background: url("../images/icon_arrow_blue_sp.webp") no-repeat center center/contain;
    }
    .no-webp .btn002 a::after,
    .no-webp .btn002 button::after{
        background: url("../images/icon_arrow_blue_sp.png") no-repeat center center/contain;
    }
    .table001,
    .table001 tbody,
    .table001 tbody tr,
    .table001 tbody tr th,
    .table001 tbody tr td{
        display: block;
    }
    .table001{
        width:100%;
    }
    .table001 th{
        width:100%;
        padding: 15px;
    }
    .table001 td{
        width:100%;
        padding: 15px;
        font-size:14px;
    }
    .table002 thead,
    .table002 tbody,
    .table002 tfoot,
    .table002 tr,
    .table002 th,
    .table002 td{
        display: block;
        box-sizing: border-box;
    }
    .table002 tr th{
        width:130px;
        line-height: 30px;
        vertical-align: top;
        padding: 0 0 12px 0;
        float:left;
    }
    .table002 thead tr th{
        width: 50px;
        height: 50px;
    }
    .table002 thead tr th span{
        width: 50px;
        height: 50px;
    }
    .table002 thead tr td,
    .table002 tbody tr td,
    .table002 tfoot tr td{
        width:100%;
        padding-left: 145px;
        font-size:18px;
    }    
    .table002 thead tr td{
        min-height:70px;
        padding: 10px 0 20px 65px;
    }
    .table002 tbody tr:first-child td{
        padding: 20px 15px 12px 145px;
    }
    .table002 tbody tr:last-child td{
        padding: 0 15px 20px 145px;
    }
    .table002 tfoot tr td{
        padding: 20px 15px 12px 145px;
    }
    .table002 tfoot tr th:last-of-type{
        padding: 0 0 12px 0;
    }
    .table002 tfoot tr td:last-of-type{
        padding: 0 15px 12px 145px;
    }
}

/*--------------------------------------
    header
--------------------------------------*/

header{
    width:calc(100% - 120px);
    width:calc(100% - min(calc(20px + ((1vw - 11px)*12.5)) , 120px));
    height:72px;
    position: fixed;
    top:20px;
    left:0;
    right:0;
    bottom:auto;
    margin: auto auto auto auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    border-radius: 45px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0);
    transition: 0.3s;
}
header.scroll{
    padding: 0 30px 0 45px;
    padding: 0 min(calc(18px + ((1vw - 11px)*1.5)) , 30px) 0 min(calc(25px + ((1vw - 11px)*2.5)) , 45px);
    background: rgba(255,255,255,1);
}
header h1{
    display: flex;
    align-items: center;
}
header h1 a{
    display: block;
    width:237px;
    width:min(calc(181px + ((1vw - 11px)*7)) , 237px);
}
header.scroll h1 a{
    width:206px;
    width:min(calc(150px + ((1vw - 11px)*7)) , 206px);
}
header h1 span{
    display: inline-block;
    margin-left: 40px;
    margin-left: min(calc(8px + ((1vw - 11px)*4)) , 40px);
    border-left: 1px solid #4E66D9;
    line-height: 1.3;
    font-size:18px;
    font-size:min(calc(14px + ((1vw - 11px)*0.5)) , 18px);
    padding: 5px 0 5px 50px;
    padding: 5px 0 5px min(calc(18px + ((1vw - 11px)*4)) , 40px);
    transition: 0.3s;
    font-weight: 600;
}
header.scroll h1 span{
    font-size:13px;
    font-size:min(calc(11px + ((1vw - 11px)*0.25)) , 13px);
}
header .linkArea{
    height:72px;
    padding: 0 60px 0 60px;
    padding: 0 min(calc(20px + ((1vw - 11px)*5)) , 60px) 0 min(calc(20px + ((1vw - 11px)*5)) , 60px);
    background: #FFFFFF;
    border-radius: 45px;
    margin-left: auto;
}
header .linkArea ul{
    height:72px;
    display: flex;
    align-items: center;
    gap:30px;
    gap:min(calc(10px + ((1vw - 11px)*2.5)) , 30px);
}
header .linkArea ul li a{
    font-size:15px;
    font-size:min(calc(13px + ((1vw - 11px)*0.25)) , 15px);
    font-weight: bold;
}
header .sideArea{
    height:72px;
    margin-left: 25px;
    margin-left: min(calc(15px + ((1vw - 11px)*1.25)) , 25px);
}
header .sideArea ul{
    height:72px;
    display: flex;
    align-items: center;
    gap:24px;
    gap:min(calc(8px + ((1vw - 11px)*2)) , 24px);
}
header .sideArea ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:154px;
    width:min(calc(130px + ((1vw - 11px)*3)) , 154px);
    height:72px;
    border-radius: 45px;
}
header.scroll .sideArea ul li a{
    height:48px;
}
header .sideArea ul li:nth-child(1) a{
    background:#4E66D9;
}
header .sideArea ul li:nth-child(2) a{
    background:#110B64;
}
header .sideArea ul li a span{
    line-height: 30px;
    padding-left: 38px;
    color:#FFFFFF;
    display: inline-block;
    position: relative;
    font-size:15px;
    font-size:min(calc(13px + ((1vw - 11px)*0.25)) , 15px);
}
.webp header .sideArea ul.only-logged-in li:nth-of-type(1) a span{
    background:url("../images/icon_member.webp") no-repeat left center/30px 30px;
}
.no-webp header .sideArea ul.only-logged-in li:nth-of-type(1) a span{
    background:url("../images/icon_member.png") no-repeat left center/30px 30px;
}
.webp header .sideArea ul.only-logged-in li:nth-of-type(2) a span{
    background:url("../images/icon_logout.webp") no-repeat left center/30px 30px;
}
.no-webp header .sideArea ul.only-logged-in li:nth-of-type(2) a span{
    background:url("../images/icon_logout.png") no-repeat left center/30px 30px;
}
.webp header .sideArea ul.only-logged-out li:nth-of-type(1) a span{
    background:url("../images/icon_member.webp") no-repeat left center/30px 30px;
}
.no-webp header .sideArea ul.only-logged-out li:nth-of-type(1) a span{
    background:url("../images/icon_member.png") no-repeat left center/30px 30px;
}
.webp header .sideArea ul.only-logged-out li:nth-of-type(2) a span{
    background:url("../images/icon_login.webp") no-repeat left center/30px 30px;
}
.no-webp header .sideArea ul.only-logged-out li:nth-of-type(2) a span{
    background:url("../images/icon_login.png") no-repeat left center/30px 30px;
}
header .spbtn,
header .spmenu{
    display: none;
}
@media (max-width: 1100px) {
    header{
        width:100%;
        box-sizing: border-box;
        padding: 0 20px;
        height:75px;
        top:0;
        border-radius: 0;
    }
    header.scroll{
        padding: 0 20px;
    }
    header h1 a,
    header.scroll h1 a{
        width:146px;
    }
    header h1 span{
        font-size:11px;
        display: inline-block;
        margin-left: 14px;
        padding: 2px 0 2px 14px;
    }
    header.scroll h1 span{
        font-size:11px;
    }
    header .linkArea,
    header .sideArea{
        display: none;
    }
    header .spbtn,
    header .spmenu{
        display: block;
    }
    header .spbtn{
        position: absolute;
        top:17px;
        bottom:0;
        right:20px;
        margin: 0;
        width: 41px;
        height: 41px;
        transition: 0.3s;
        z-index: 10000;
        background: #FFFFFF;
        border-radius: 50%;
    }
    header .spbtn,
    header .spbtn span {
        display: inline-block;
        -webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s; 
        -o-transition: all 0.3s; 
        transition: all 0.3s;
        box-sizing: border-box;
    }
    header .spbtn span {
        position: absolute;
        left: 0;
        right:0;
        margin: auto;
        width: 16px;
        height: 1px;
        background-color: #050505;
        transition: 0.3s;
    }
    header .spbtn span:nth-of-type(1) {
        top: 13px;
    }
    header .spbtn span:nth-of-type(2) {
        top: 20px;
    }
    header .spbtn span:nth-of-type(3) {
        top: 27px;
    }
    header.select .spbtn{
        background: #4E66D9;
    }
    header.select .spbtn span:nth-of-type(1) {
        transform: translate(0,7px) rotate(-45deg);
        background-color: #FFFFFF;
    }
    header.select .spbtn span:nth-of-type(2) {
        opacity: 0;
    }
    header.select .spbtn span:nth-of-type(3) {
        transform: translate(0,-7px) rotate(45deg);
        background-color: #FFFFFF;
    }
    header .spmenu{
        width:100%;
        height:100vh;
        box-sizing: border-box;
        padding: 40px 20px 40px 20px;
        position: fixed;
        top:0;
        left:0;
        transform: translate(0,-100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: scroll;
        background: #FFFFFF;
        z-index: 120;
    }
    header.select .spmenu{
        transform: translate(0,0);
    }
    header .spmenu .logo span{
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
    }
    header .spmenu .logo a{
        display: block;
        width:168px;
        margin-top: 5px;
    }
    header .spmenu ul li{
        text-align: left;
        display: block;
    }
    header .spmenu ul.menu001 {
        margin-top: 12px;
    }
    header .spmenu ul.menu001 li a{
        font-size:15px;
        font-weight: 700;
        display:block;
        padding:0 20px 0 0;
        line-height: 58px;
        border-bottom:1px solid #CECECE;
        position: relative;
        box-sizing: border-box;
    }
    .webp header .spmenu ul.menu001 li a{
        background: url("../images/icon_menu_sp.webp") no-repeat right 4px center;
    }
    .no-webp header .spmenu ul.menu001 li a{
        background: url("../images/icon_menu_sp.png") no-repeat right 4px center;
    }
    header .spmenu ul.menu002{
        width:100%;
        display: flex;
        justify-content: center;
        gap: 34px;
        margin-top: 30px;
    }
    header .spmenu ul.menu002 li{
        position: relative;
    }
    header .spmenu ul.menu002 li::before{
        content: ">";
        color:#050505;
        position: absolute;
        top:0;
        left:-20px;
        right:auto;
        bottom:0;
        transform: translate(-50%,0);
    }
    header .spmenu ul.menu002 li::before{
        display: none;
    }
    header .spmenu ul.menu002 li:first-child {
        position: relative;
    }
    header .spmenu ul.menu002 li:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        display: block;
        width: 1px;
        height: 20px;
        background: #bdbdbd;
    }
    header .spmenu ul.menu002 li a{
        font-size:13px;
        font-weight: 600;
        display:block;
    }
    header .spmenu .menu003 ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 32px;
    }
    header .spmenu .menu003 ul li a:hover {
        opacity: 0.5;
    }
    header .spmenu .menu003 ul li:first-child a {
        margin-top: 26px;
        background: linear-gradient(90deg, rgba(40, 67, 195, 1), rgba(132, 62, 244, 1));
    }
    header .spmenu .menu003 ul li:last-child a {
        margin-top: 9px;
        border: 2px solid #4E66D9;
    }
    header .spmenu .menu003 ul li a span {
        display: inline-block;
        padding: 14px 14px 14px 38px;
        font-weight: 600;
    }
    header .spmenu .menu003 ul li:first-child a span {
        color: #fff;
    }
    header .spmenu .menu003 ul li:last-child a span {
        color: #4E66D9;
    }
    .webp header .spmenu .menu003 ul li:first-child a span {
        background: url("../images/icon_member_sp.webp") left center/28% no-repeat;
    }
    .no-webp header .spmenu .menu003 ul li:first-child a span {
        background: url("../images/icon_member_sp.png") left center/28% no-repeat;
    }
    .webp header .spmenu .menu003 ul.only-logged-out li:last-child a span {
        background: url("../images/icon_login_sp.webp") left center/28% no-repeat;
    }
    .no-webp header .spmenu .menu003 ul.only-logged-out li:last-child a span {
        background: url("../images/icon_login_sp.png") left center/28% no-repeat;
    }
    .webp header .spmenu .menu003 ul.only-logged-in li:last-child a span {
        background: url("../images/icon_logout_sp.webp") left center/28% no-repeat;
    }
    .no-webp header .spmenu .menu003 ul.only-logged-in li:last-child a span {
        background: url("../images/icon_logout_sp.png") left center/28% no-repeat;
    }
}

/*--------------------------------------
    memberBtn
--------------------------------------*/

.memberBtn{
    display: none;
}
@media (max-width: 768px) {
    .memberBtn{
        width:100%;
        height:50px;
        display: block;
        position: fixed;
        top:auto;
        left:0;
        right:0;
        bottom:0;
        z-index: 1000;
    }
    .memberBtn a{
        width:100%;
        height:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, rgba(40, 67, 195, 1), rgba(132, 62, 244, 1));
    }
    .memberBtn a span{
        font-size:15px;
        line-height: 24px;
        color:#FFFFFF;
        padding-left: 38px;
    }
    .webp .memberBtn a span{
        background: url("../images/icon_member.webp") no-repeat left center/contain;
    }
    .no-webp .memberBtn a span{
        background: url("../images/icon_member.png") no-repeat left center/contain;
    }
    
}

/*--------------------------------------
    contactArea
--------------------------------------*/

.contactArea{
    text-align: center;
    background: rgba(78,102,217,0.2);
    padding: 80px 0 65px 0;
}
.contactArea h2{
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: 0.04em;
    text-align: center;
    font-size:68px;
    color: #4E66D9;
    margin-top: 25px;
    margin-bottom: 25px;
}
.contactArea .text{
    font-size:25px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.04em;
}
.contactArea .btn{
    width:495px;
    height:72px;
    margin: 50px auto 25px auto;
}
.contactArea .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background: #4E66D9;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
    letter-spacing: 0.07em;
}
.contactArea .btn a::before{
    background: #FFFFFF;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 10;
}
.contactArea .btn a span{
    display: inline-block;
    font-size:18px;
    font-weight: bold;
    line-height: 1.3;
    color:#FFFFFF;
    position: relative;
    z-index: 20;
}
.contactArea .btn a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
    z-index: 20;
}
.webp .contactArea .btn a::after{
    background: url("../images/icon_arrow_white_mini.webp") no-repeat center center/contain;
}
.no-webp .contactArea .btn a::after{
    background: url("../images/icon_arrow_white_mini.png") no-repeat center center/contain;
}
.contactArea .btn a:hover{
    opacity: 1;
}
.contactArea .btn a:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.contactArea .btn a:hover span{
    color:#4E66D9;
}
.webp .contactArea .btn a:hover::after{
    background: url("../images/icon_arrow_blue.webp") no-repeat center center/contain;
}
.no-webp .contactArea .btn a:hover::after{
    background: url("../images/icon_arrow_blue.png") no-repeat center center/contain;
}
@media (max-width: 1268px) {
    .contactArea h2{
        font-size:68px;
        font-size:min(calc(36px + ((1vw - 7.68px)*6.4)) , 68px);
    }
    .contactArea .text{
        font-size:min(calc(20px + ((1vw - 7.68px)*1)) ,25px);
    }
    .contactArea .btn{
        width:min(calc(350px + ((1vw - 7.68px)*29)) , 495px);
        height:min(calc(52px + ((1vw - 7.68px)*4)) , 72px);
    }
    .contactArea .btn a{
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
        line-height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
    .contactArea .btn a span {
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
    }
}
@media (max-width: 768px) {
    .contactArea h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    .contactArea{
        padding: 20px 0 43px 0;
    }
    .contactArea .text{
        font-size:19px;
    }
    .contactArea .btn{
        width: 250px;
        height: 52px;
        margin: 30px auto 0 auto;
    }
    .contactArea .btn a{
        font-size:13px;
        line-height: 52px;
    }
    .contactArea .btn a::before{
        height:120px;
    }
    .contactArea .btn a span{
        font-size: 16px;
    }
    .contactArea .btn a::after{
        right:24px;
    }
    .webp .contactArea .btn a::after{
        width: 20px;
        height: 5px;
        background: url("../images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .contactArea .btn a::after{
        width: 20px;
        height: 5px;
        background: url("../images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
}

/*--------------------------------------
    footerArea
--------------------------------------*/

.footerArea{
    background: #110B64;
    position: relative;
}
.footerArea .pagetop{
    width:124px;
    height:38px;
    position: absolute;
    top:0;
    right:140px;
}
.footerArea .pagetop a{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4E66D9;
    border-radius: 0 0 4px 4px;
}
.footerArea .pagetop a span{
    font-size:13px;
    color:#FFFFFF;
    padding-left: 18px;
    line-height: 1.3;
}
.webp .footerArea .pagetop a span{
    background: url("../images/icon_pagetop.webp") no-repeat left center/auto;
}
.no-webp .footerArea .pagetop a span{
    background: url("../images/icon_pagetop.png") no-repeat left center/auto;
}
.footerArea .f-up{
    height:156px;
    display: flex;
    align-items: center;
}
.footerArea .f-up ul{
    display: flex;
    align-items: center;
    gap:25px;
}
.footerArea .f-up ul li a{
    font-size:15px;
    font-weight: bold;
    color:#FFFFFF;
}
.footerArea .f-up .btnArea{
    margin-left: auto;
    display: flex;
    gap:20px;
}
.footerArea .f-up .btnArea a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:180px;
    height:50px;
    box-sizing: border-box;
    border:1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.footerArea .f-up .btnArea a::before{
    background: #FFFFFF;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    border:1px solid #FFFFFF;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 10;
}
.footerArea .f-up .btnArea a span{
    font-size:15px;
    font-weight: bold;
    color:#FFFFFF;
    transition: 0.3s;
    padding-left: 34px;
    line-height: 24px;
    position: relative;
    z-index: 20;
}
.webp .footerArea .f-up .btnArea a:nth-child(1) span{
    background: url("../images/icon_register_white.webp") no-repeat left center/contain;
}
.no-webp .footerArea .f-up .btnArea a:nth-child(1) span{
    background: url("../images/icon_register_white.png") no-repeat left center/contain;
}
.webp .footerArea .f-up .btnArea a:nth-child(2) span{
    background: url("../images/icon_company_white.webp") no-repeat left center/contain;
}
.no-webp .footerArea .f-up .btnArea a:nth-child(2) span{
    background: url("../images/icon_company_white.png") no-repeat left center/contain;
}
.footerArea .f-up .btnArea a:hover{
    opacity: 1;
}
.footerArea .f-up .btnArea a:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.footerArea .f-up .btnArea a:hover span{
    color:#110B64;
}
.webp .footerArea .f-up .btnArea a:nth-child(1):hover span{
    background: url("../images/icon_register_blue.webp") no-repeat left center/contain;
}
.no-webp .footerArea .f-up .btnArea a:nth-child(1):hover span{
    background: url("../images/icon_register_blue.png") no-repeat left center/contain;
}
.webp .footerArea .f-up .btnArea a:nth-child(2):hover span{
    background: url("../images/icon_company_blue.webp") no-repeat left center/contain;
}
.no-webp .footerArea .f-up .btnArea a:nth-child(2):hover span{
    background: url("../images/icon_company_blue.png") no-repeat left center/contain;
}
.footerArea .f-down{
    border-top:1px solid #FFFFFF;
    padding: 55px 0 50px 0;
    text-align: center;
}
.footerArea .f-down .logo{
    margin:0 auto 50px auto;
    width: 250px;
}
.footerArea .f-down ul{
    display: flex;
    justify-content: center;
    margin: 0 auto 40px auto;
}
.footerArea .f-down ul li{
    border-left:1px solid #FFFFFF;
}
.footerArea .f-down ul li:first-child{
    border-left:none;
}
.footerArea .f-down ul li a{
    display: block;
    font-size:13px;
    color:#FFFFFF;
    padding: 0 18px 0 18px;
}
.footerArea .f-down .copy{
    font-size:13px;
    font-weight: 400;
    color:rgba(255,255,255,0.5);
}
@media (max-width: 1268px) {
    .footerArea .pagetop{
        right:140px;
        right:min(calc(20px + ((1vw - 7.68px)*24)) , 140px);
    }
    .footerArea .f-up ul{
        gap:25px;
        gap:min(calc(10px + ((1vw - 7.68px)*3)) , 25px);
    }
    .footerArea .f-up ul li a{
        font-size:15px;
        font-size:min(calc(13px + ((1vw - 7.68px)*0.4)) , 15px);
    }
    .footerArea .f-up .btnArea{
        gap:20px;
        gap:min(calc(10px + ((1vw - 7.68px)*2)) , 20px);
    }
    .footerArea .f-up .btnArea a{
        width:min(calc(160px + ((1vw - 7.68px)*4)) , 180px);
    }
    .footerArea .f-up .btnArea a span{
        font-size:15px;
        font-size:min(calc(13px + ((1vw - 7.68px)*0.4)) , 15px);
    }
}
@media (max-width: 1100px) {
    .footerArea .f-up ul li a{
        font-size:1.55vw;
    }
}
@media (max-width: 768px) {
    .footerArea .pagetop{
        width:100%;
        height:34px;
        position: static;
    }
    .footerArea .pagetop a{
        background: #252A8C;
        border-radius: 0;
    }
    .footerArea .f-up{
        display: none;
    }
    .footerArea .f-down{
        border: none;
        padding: 24px 0 90px 0;
    }
    .footerArea .f-down .logo{
        width:132px;
        margin:0 auto 24px auto;
    }
    .footerArea .f-down ul{
        margin: 0 auto 24px auto;
    }
    .footerArea .f-down .copy{
        font-size:10px;
    }
}

/*--------------------------------------
    is-logged-in
--------------------------------------*/

/* ログイン状態の読み込み前はどちらも表示しない */
html[data-is-logged-in="null"] .only-logged-in,
html[data-is-logged-in="null"] .only-logged-out {
    display: none;
}

html[data-is-logged-in="false"] .only-logged-in {
    display: none;
}

html[data-is-logged-in="true"] .only-logged-out {
    display: none;
}