@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
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.6;
    font-size: 2.8rem;
}
a{
    color: #00a0e9;
}
img{
    max-width: 100%;
    height: 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;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    color: #3366cc;
}
.btn-area.fix{
    margin: auto;
    padding: 0 0 64px;
    width: 800px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.regist-btn{
    padding: 24px 80px;
    display: block;
    background: url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(186,185,187,1) 0%,rgba(255,255,255,1) 100%);
    background: url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(186,185,187,1) 0%,rgba(255,255,255,1) 100%);
    border-radius: 4px;
    text-align: center;
}
.plan .dd::before{
    content: "";
    position: absolute;
}
.lbr,
.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 img{
    width: 240px;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/hero-bg.webp) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/hero-bg.webp) no-repeat top center / cover;
    position: relative;
}
.hero .hero-text-box{
    padding: 32px 0 200px;
    text-align: center;
}
.hero .hero-text-box picture{
    position: absolute;
    left: 0;
    right: 0;
}
.hero .hero-text-box .hero-text1-top{
    z-index: 5;
}
.hero .hero-text-box .hero-text1-btm{
    z-index: 4;
    mix-blend-mode: multiply;
}
.hero .hero-text-box .hero-text3-top{
    z-index: 3;
}
.hero .hero-text-box .hero-text3-btm{
    z-index: 2;
    mix-blend-mode: multiply;
}
.hero .hero-text-box .hero-text2{
    position: inherit;
    z-index: 1;
}
.hero .logo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12%;
    text-align: center;
}
.hero .logo img{
    width: 452px;
}
.about{
    padding: 128px 100px 64px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.75) 100%), url(../images/about-bg.webp) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.75) 100%), url(../images/about-bg.webp) no-repeat top center / cover;
}
.plan,
.review,
.closing{
    padding: 64px 100px;
}
.plan{
    background: url(../images/plan-bg.webp) no-repeat top center / cover;
    color: white;
}
.plan .dl,
.plan .dd{
    margin-bottom: 1em;
}
.plan .dt{
    line-height: 1.4;
}
.plan .dd{
    padding-left: 1.2em;
    position: relative;
}
.plan .dd::before{
    margin: auto;
    width: 0.8em;
    height: 0.8em;
    background: white;
    top: 0.35em;
    left: 0;
}
.review{
    background: url(../images/review-bg.webp) no-repeat top center / cover;
}
.review .box:first-of-type{
    margin-bottom: 64px;
    padding-bottom: 48px;
    border-bottom: solid 3px #333333;
}
.review .head{
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
.review .head .prof-img{
    margin-right: 32px;
    display: flex;
    align-items: center;
    flex-basis: 270px;
}
.review .head .prof-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
}
.review .prof-text .name{
    margin-top: 1em;
    margin-bottom: 1em;
}
.review .prof-text .info{
    padding: 16px;
    background: url(../images/review-info-bg.webp) no-repeat top center / cover;
    border-radius: 4px;
}
.review .info .info-img{
    width: 117px;
    height: auto;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 18px;
}
.review .info .info-text{
    color: white;
}
.review .info .info-text:first-of-type{
    margin-bottom: 1em;
}
.review .head .prof-img:nth-child(even){
    margin-left: 32px;
    margin-right: 0;
}
.review .head .prof-text:nth-child(odd){
    text-align: right;
}
.review .prof-text:nth-child(odd) .info-img{
    left: 8px;
    right: inherit;
}
.closing{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/closing-bg.webp) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/closing-bg.webp) no-repeat top center / cover;
}
.closing .text{
    font-weight: bold;
    color: #214379;
}
.general-section{
    margin: 0 0 64px;
    padding: 48px 100px 0;
}
.general-section h3{
    margin: 48px 0 16px;
    position: relative;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
    color: #3366cc;
}
.general-section h3::before{
    width: 30px;
    height: 30px;
    top: 5px;
    background: #402a1b;
}
.general-section.qa h3{
    padding-left: 0;
}
.general-section.qa h3::before{
    display: none;
}
.general-section p,
.general-section ul{
    margin-bottom: 32px;
}
.general-section ul .mb{
    margin-bottom: 32px;
}
.general-table{
    margin: 0;
    border-collapse: separate;
}
.general-table th{
    width: 280px;
    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: 2.4rem;
    line-height: 1.4;
    vertical-align: middle;
}
.document-nav{
    margin: 0 0 48px;
    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: 2rem;
    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{
    margin-bottom: 247px;
    text-align: center;
}
.global-nav{
    margin: 64px 0 0;
    padding: 0 100px;
}
.global-nav ul{
    line-height: 1.4;
}
.nav-list{
    display: inline-block;
    line-height: 10px;
}
.nav-link{
    margin: 0 8px 0 0;
    padding: 0 16px 0 0;
    display: inline;
    border-right: solid 1px #000;
    font-size: 2rem;
    color: #000;
}
.nav-list:nth-child(3),
.nav-list:last-child{
    padding: 0;
    border-right: none;
}
.nav-list:last-child .nav-link{
    margin: 0;
    padding: 0;
    border-right: none;
}
.copy{
    margin: 8px 0 96px;
    display: block;
    font-size: 2rem;
}
.copy .mr{
    margin-right: 8px;
}
body #pr{
    margin: auto;
    width: 750px;
    right: 0;
    bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: #fff!important;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    padding: 26px 80px 22px;
    background: #bbbabc;
}
.nav-link:hover,
.regist-btn:hover .inner,
.header .link:hover,
.document-link:hover{
    opacity: 0.7;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .regist-btn{
    background: url(../images/btn-light.png) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(186,185,187,1) 0%,rgba(255,255,255,1) 100%);
    background: url(../images/btn-light.png) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(186,185,187,1) 0%,rgba(255,255,255,1) 100%);
}
.no-webp .regist-btn:hover{
    background: #bbbabc;
}
.no-webp .header{
    background: url(../images/header-bg.jpg) no-repeat center / cover;
}
.no-webp .hero{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/hero-bg.jpg) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/hero-bg.jpg) no-repeat top center / cover;
}
.no-webp .about{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.75) 100%), url(../images/about-bg.jpg) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.75) 100%), url(../images/about-bg.jpg) no-repeat top center / cover;
}
.no-webp .plan{
    background: url(../images/plan-bg.jpg) no-repeat top center / cover;
}
.no-webp .review{
    background: url(../images/review-bg.jpg) no-repeat top center / cover;
}
.no-webp .review .prof-text .info{
    background: url(../images/review-info-bg.jpg) no-repeat top center / cover;
}
.no-webp .closing{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/closing-bg.jpg) no-repeat top center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%), url(../images/closing-bg.jpg) no-repeat top center / cover;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
    picture{
        width: 100%;
    }
    .general-table th{
        padding: 15px 12px 9px;
    }
    .general-table td{
        padding: 15px 12px 9px;
    }
}