@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    }
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
common
--------------------------------*/
body{
    font-family: Meiryo;
    line-height: 1.6;
    font-size: 28px;
}
a{
    color: #00a0e9;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
.wrap{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.primary-heading{
    margin: 0 0 48px;
    padding-bottom: 4px;
    border-bottom: solid 10px;
    position: relative;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #2b579d;
}
.primary-heading::after{
    width: 50%;
    height: 10px;
    background: #6699ff;
    right: 0;
    bottom: -10px;
}
.secondary-heading,
.general-section h3{
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #2b579d;
}
.btn-area{
    margin: 0 auto 56px;
    padding: 0;
    max-width: 800px;
}
.btn-area.fix{
    margin: auto;
    padding: 0 16px 16px;
    max-width: 410px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.btn-area .secondary-heading{
    margin: 0 0 16px;
}
.regist-btn{
    padding: 24px 24px 18px;
    display: block;
    background: url(../images/btn-light.webp) no-repeat center / 100% 100%, #214379;
    border-radius: 30px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    color: white;
}
.primary-heading::after,
.arrow-btn span::before,
.arrow-btn span::after,
.swiper-slide .balloon::before{
    margin: auto;
    content: "";
    position: absolute;
}
.tbr{
    display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    background: url(../images/header-bg.webp) no-repeat center / cover;
}
.header .link{
    padding: 16px;
    display: block;
    text-align: center;
}
.header .logo{
    width: 200px;
}

/*--------------------------------
contents
--------------------------------*/
.about,
.user{
    padding: 0 100px;
}
.closing{
    padding: 0 150px;
}
.about,
.user{
    margin-bottom: 104px;
    padding-bottom: 104px;
    box-shadow: 0 10px 10px #dadada;
    position: relative;
}
.about .btn-area,
.user .btn-area,
.closing .btn-area{
}
.about .btn-area,
.user .btn-area{
    margin-bottom: 0;
}
.arrow-btn{
    margin: auto;
    width: 60px;
    height: 60px;
    background: #b5cdfc;
    border-radius: 60px;
    box-shadow: 0 10px 10px #dadada;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
}
.arrow-btn span::before,
.arrow-btn span::after{
    width: 28px;
    height: 7px;
    background: white;
    border-radius: 4px;
    top: 6px;
    bottom: 0;
}
.arrow-btn span::before{
    left: 8px;
    transform: rotate(45deg);
}
.arrow-btn span::after{
    right: 8px;
    transform: rotate(-45deg);
}
.hero{
    position: relative;
}
.hero .btn-area{
    margin: -106px auto 96px;
    padding: 0;
    position: relative;
}
.about .text{
    margin: 0 50px 48px;
}
.about .text .strong{
    font-weight: bold;
    color: #2b579d;
}
.slide{
    margin: 0 auto 110px;
    max-width: 900px;
    position: relative;
}
.swiper-slide{
    padding-left: 0!important;
}
.swiper-slide img{
    width: 100%!important;
}
.swiper-button-next,
.swiper-button-prev{
    width: 54px!important;
    height: 40px!important;
    top: inherit!important;
    bottom: -64px!important;
    line-height: 1!important;
}
.swiper-button-prev{
    left: 0!important;
}
.swiper-button-next{
    right: 0!important;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    content: none!important;
}
.swiper-button-prev:before,
.swiper-button-next:before{
    content: "";
    width: 54px;
    height: 40px;
    background-size: 54px auto;
    background-repeat: no-repeat;
}
.swiper-button-prev:before{
    background-image: url(../images/swipe-icon-l.webp);
    background-position: left;
}
.swiper-button-next:before{
    background-image: url(../images/swipe-icon-r.webp);
    background-position: right;
}
.swiper-slide .head{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide .head .left{
    margin-right: 48px;
    width: 190px;
}
.swiper-slide .head .right{
    flex: 1;
}
.swiper-slide .right .info1{
    margin-bottom: 24px;
    display: flex;
    font-size: 25px;
    color: #2b579d;
}
.swiper-slide .right .item{
    margin-right: 48px;
}
.swiper-slide .info1 .mbr{
    margin-right: 16px;
}
.swiper-slide .right .info2{
    padding: 8px 16px;
    background: #2b579d;
    border-radius: 4px;
    font-size: 25px;
    color: white;
}
.swiper-slide .balloon{
    padding: 24px 36px;
    background: #bbdaf9;
    border-radius: 4px;
    position: relative;
}
.swiper-slide .balloon::before{
    width: 1px;
    border: solid 10px transparent;
    border-bottom: solid 26px #bbdaf9;
    top: -36px;
    left: 85px;
}
.btn-area .secondary-heading{
    margin: 0 0 8px;
    text-align: center;
}
.closing .inner{
    margin: 0 0 72px;
    padding: 96px 50px;
    background: url(../images/letter-bg.webp) no-repeat center / cover;
    box-shadow: 4px 8px 12px #dcdcdc, 4px 8px 12px #dcdcdc;
}
.closing .inner p{
    padding-top: 97.15%;
    height: 0;
    display: block;
    background: url(../images/letter-text-pc.webp) no-repeat top center / 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.general-section{
    margin: 0 100px 64px;
    padding: 48px 0 0;
}
.general-section.qa h3{
    padding-left: 0;
}
.general-section p,
.general-section ul{
    margin: 0 50px 48px;
}
.general-section h3{
    margin: 0 50px 16px;
    font-size: 28px;
    line-height: 1.4;
}
.general-section ul .mb{
    margin-bottom: 32px;
}
.general-table{
    margin: 0 50px;
    border-collapse: separate;
}
.general-table th{
    width: 220px;
    background-color: #cfd8dc;
    font-weight: 400;
}
.general-table td{
    background-color: #eceff1;
}
.general-table td,
.general-table th{
    padding: 12px;
    border: 1px solid #fff;
    font-size: 24px;
    line-height: 1.4;
    vertical-align: middle;
}
.document-nav{
    margin: 0 auto 48px;
    width: 900px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.document-link{
    padding: 16px;
    width: 33%;
    line-height: 1.4;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
    margin: 0 64px 16px;
    text-align: center;
}
.dl-active{
    background: #e7e7e7;
}
.doc-img{
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #607d8b;
}
.document-link span{
    margin: 4px 0 0;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
    text-align: center;
}
.global-nav{
    margin: 128px 0 0;
    padding: 0 32px;
}
.global-nav ul{
    line-height: 1.4;
}
.nav-list{
    display: inline-block;
    border-bottom: none;
    line-height: 10px;
}
.nav-link{
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #000;
}
.nav-list:last-child{
    padding: 0;
    border-right: none;
}
.nav-link{
    margin: 0 8px 0 0;
    padding: 0 16px 0 0;
    display: inline;
    border-right: solid 1px #000;
    font-size: 20px;
}
.nav-list:last-child .nav-link{
    margin: 0;
    padding: 0;
    border-right: none;
}
.copy{
    margin: 8px 0 32px;
    padding: 0 32px;
    display: block;
    font-size: 20px;
}
.copy .mr{
    margin-right: 8px;
}
body #pr{
    margin: auto;
    max-width: 750px;
    right: 0;
    bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: #fff!important;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    padding: 26px 24px 16px;
    background: #19345e;
    color: #cbd2dc;
}
.arrow-btn:hover{
    background: #7e9cd7;
    bottom: -34px;
    box-shadow: 0 6px 6px #dadada;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.nav-link:hover,
.header .link:hover{
    opacity: 0.7;
}