@charset "UTF-8";
/*======================================================================
  Reset CSS for HTML5
======================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
    list-style:none;
}

body{
    font-size: 13px;
    line-height:1.4;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-family: 'Noto Sans JP';
}

.boxwrap{
    margin: 0 auto;
    max-width: 1280px;
}

.Inner{
  margin: 0 130px;
}
@media screen and (max-width:1100px) {
    .Inner{
        margin: 0 70px;
      }
}
@media screen and (max-width:949px) {
    .boxwrap{
        margin: 0 auto;
        max-width: 750px;
    }
    .Inner{
        margin: 0 20px;
      }
}
a{
  color:#000;
  text-decoration: none;
}

.indent{
    padding: 0 0 0 12px;
}

/*======================================================================
  HEADER
======================================================================*/

header{
    position: relative;
}

.mv{
    position: relative;
    background: url(../images/mv.jpg);
    background-position: center;
    height: 751px;
    box-shadow: 0px 1px 15px 1px rgb(199, 199, 199);
}

.mv_title_wrap,.mv_text_wrap{
    position: absolute;
    text-align: center;
}

.mv_title_wrap{
    width: 100%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mv_title_wrap img{
    margin: 0 0 36px 0;
}

.mv_title_wrap .company_name{
    font-size: 24px;
    font-weight: bold;
    color: #010101;
    margin: 0 0 26px 0;
}

.mv_title_wrap .subtext{
    font-size: 40px;
    font-weight: bold;
    background: #1bb67d;
    border-radius: 25px;
    max-width: 529px;
    color: #fff;
    margin: 0 auto;
}

.mv_title_wrap h1{
    font-size: 80px;
    color: #1bb67d;
}

.mv_title_wrap .subtitle{
    font-size: 30px;
    font-weight: bold;
    color: #1bb67d;
}

.mv_text_wrap{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 22px;
}

.mv_text_wrap .mv_text{
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    line-height:30px;
}
.mv_text_wrap .mv_text:first-child{
    margin: 0 0 28px 0;
}

.news{
    display: flex;
    align-items: stretch;
}

.news strong{
    display: flex;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 0.2em;
    padding: 0 29px 0 0;
    margin: 0 30px 0 0;
    color: #1bb67d;
    border-right: 1px solid #1bb67d;
}

.news ul {
    padding: 26px 0 26px 0;
}

.news ul li{
    display: flex;
    margin: 0 0 10px 0;
}

.news ul li:last-child{
    margin: 0;
}

.news ul li small{
    margin: 0 25px 0 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
}

.news ul li p{
    font-size: 0.875rem;
    color: #333;
}

.movie{
    text-align: center;
    background: url(../images/section_movie_bg.jpg);
    padding: 0 0 95px 0;
}

.movie ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 24px;
}
.movie ul li{
    border-bottom: 1px solid #fff;
}
.movie ul li iframe{
    margin: 0 0 16px 0;
    border-radius: 15px;
}

.movie ul li p{
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 21px 0;
}
.section_title{
    padding: 90px 95px 40px 95px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 0.075em;
    display: inline-block;
    margin: 0 auto 60px auto;
}

.section_subtitle{
    position: relative;
    display: inline-block;
    padding: 0 80px;
    letter-spacing: 0.075em;
    font-size: 1.5rem;
    color: #333333;
    margin: 0 0 40px 0;
}
.section_subtitle::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 60px;
    height: 1px;
    background: #aaaaaa;
}
.section_subtitle::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 60px;
    height: 1px;
    background: #aaaaaa;
}
.guidance{
    text-align: center;
}

.guidance .section_title{
    color: #1bb67d;
    border-left: 1px solid #1bb67d;
    border-right: 1px solid #1bb67d;
}
.section_content{
    margin: 0 100px 100px 100px;
}
.section_content p{
    text-align: left;
    color: #333;
    font-size: 0.875rem;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin: 0 0 30px 0;
}

.flow{
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0 30px;
}

.flow li{
    position: relative;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 22px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1bb67d;
    width: 140px;
    height: 200px;
}

.flow li:not(:last-child):before{
    position: absolute;
    content: url(../images/list_arrow.png);
    right: -25px;
}

.step_title{
    display: flex;
    margin: 0 0 30px 0;
}

.step_title span{
    display: block;
    padding: 18px 40px;
    background: #007c4e;
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold;
}

.step_title strong{
    text-align: left;
    display: block;
    width: calc(100% - 199px);
    padding: 15px 27px;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    background: #34c18d;
}

.step_list_wrap{
    text-align: left;
    padding: 50px;
    border: #1bb67d solid 1px;
    margin: 0 0 30px 0;
}
.step_list_wrap li{
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    color: #333;
}
.step_list_wrap li:not(:last-child){
    margin: 0 0 13px 0;
}
.step2_list_wrap{
    text-align: center;
}
.step2_list_wrap strong{
    display: inline-block;
    color: #1bb67d;
    font-size: 1.25rem;
    letter-spacing: 0.075em;
    margin: 0 0 20px 0;
}

.step2_list_wrap p{
    color: #1bb67d;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-align: center;
}
.step2_list{
    margin: 0 110px;
}
.step2_list li{
    text-align: left;
}

.personal_information strong{
    color: #333;
    font-size: 1.25rem;
    line-height: 80px;
    letter-spacing: 00.075em;
}
.personal_information p{
    text-align: center;
}

.personal_information p a{
    color: #005dae;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
}

.entryform{
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    letter-spacing: 0.075em;
    background: #1bb67d;
    padding: 25px 100px;
    border-radius: 10px;
}

.entryform::before{
    content:url(../images/arrow.png);
    position: absolute;
    top: 55%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*======================================================================
  FOOTER
======================================================================*/
footer{
    text-align: center;
    background: #f5f5f5;
}

footer .section_title{
    color: #333333;
    padding: 40px 54px 35px 54px;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    margin: 0 0 30px 0;
}
.footer_contact{
    margin: 0 0 45px 0;
}
.footer_contact strong{
    color: #212121;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 58px;
}
.footer_contact p:not(:last-child){
    margin: 0 0 28px 0;
}
.footer_contact p{
    color: #777;
    line-height: 20px;
}

.footer_contact a{
    color: #777;
    line-height: 20px;
}

.footer_bottom{
    text-align: center;
    padding: 32px 0;
    position: relative;
    background: #005dae;
}

.footer_bottom small{
    color: #fff;
    font-size: 0.625rem;
    letter-spacing: 0.05em;
}

.footer_bottom .pagetop{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.footer_bottom .pagetop:hover{
    opacity: 0.5;
}

.PC_pagetop{
    display: block;
}

.SP_pagetop{
    display: none;
}

.sp{
    display: none;
}

.pc{
    display: block;
}


@media screen and (max-width:949px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .mv{
        height: 540px;
        background: url(../images/sp_mv.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .mv_title_wrap img{
        max-width: 37px;
        width: 100%;
        height: auto;
        margin: 0 0 18px 0; 
    }
    .mv_title_wrap{
        top: 30px;
    }
    .mv_title_wrap .company_name{
        font-size: 0.75rem;
        margin: 0 0 10px 0;
    }

    .mv_title_wrap .subtext{
        padding: 10px 0;
        font-size: 1.3125rem;
        max-width: 264px;
    }

    .mv_title_wrap h1{
        font-size: 2.5rem;
    }
    
    .mv_title_wrap .subtitle{
        font-size: 1.125rem;
    }

    .mv_text_wrap{
        text-align: left;
        width: calc(100% - 40px);
        bottom:30px;
    }
    .mv_text_wrap .mv_text{
        font-size: 0.875rem;
        letter-spacing: 0.025em;
        line-height:normal;
    }
    .news strong{
        padding: 0 14px 0 0;
        margin: 0 15px 0 0;
        font-size: 0.875rem;
        letter-spacing: 0.01em;
    }
    .news ul li{
        display: block;
    }
    .news ul li small{
        font-size: 0.75rem;
    }
    .news ul li p{
        font-size: 0.75rem;
    }
    .section_title{
        padding: 44px 43px 35px 43px;
        margin: 0 0 40px 0;
        font-size: 1.4375rem;
    }
    .movie ul li iframe{
        max-width: 280px;
        max-height: 165px;
    }
    .section_content{
        margin: 0 0 50px 0;
    }
    .flow{
        display: block;
    }
    .flow li{
        width: 100%;
        height: 40px;
        border-radius: 10px;
        margin: 0 0 30px 0;
        font-size: 0.8125rem;
        letter-spacing: 0.025em;
    }
    .flow li:not(:last-child):before{
        content: url(../images/sp_list_arrow.png);
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .step_title{
        display: block;
    }

    .step_title strong{
        width: auto;
    }

    .step2_list{
        margin: 0;
    }

    .personal_information strong{
        font-size: 1.0625rem;
    }

    .personal_information p{
        text-align: left;
    }

    .step_list_wrap{
        padding: 20px;
    }

    .entryform{
        padding: 25px 70px;
    }
    .PC_pagetop{
        display: none;
    }
    
    .SP_pagetop{
        display: block;
        max-width: 38px;
        max-height: 38px;
    }
}
