/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 24 COLUMN */
@import url("samplegrid_24col.css");

/* Google FONTs */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@600;700&family=Shippori+Mincho+B1:wght@500&display=swap');

html{
    scroll-behavior: smooth;
    letter-spacing: 0.05em;
    font-size: 13px;
}

body{ position: relative;
    font-family: sans-serif;
}

a{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    text-decoration: none;
    color: #000;
}
a:hover{opacity: 0.7;}

img{ max-width: 100%; height: auto; vertical-align:top;}



/* ヘッダー */
header {
    background: url(../images/header_back.jpg);
    margin: 0 0 100px;
}

header .box{
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 15px 40px;
}

header .title-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 50px;
}
header .title-box img:first-child{
    margin: 0 20px 0 0;
}

header .image-box{
    display: flex;
}
header .image-box-sp {display: none;}
header .image-box .inbox{
    display: block;
    text-align: center;
}

header .image-box h1,header .image-box-sp h1{
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    text-align: center;
    color: #00a5dc;
    margin: -20px 0 0;
}
header .image-box h2,header .image-box-sp h2{
    font-family: 'Shippori Mincho B1', serif;
    font-size: 24px;
    text-align: center;
    color: #000;
    letter-spacing: 0.2em;
}

header .arrow-bottom {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

header p{
    font-size: 16px;
    line-height: 1.7em;
    margin: 0 0 20px;
}



/* メイン */
.main{
    max-width: 980px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-box{
    max-width: 950px;
    border: 1px solid #00a5dc;
    padding: 75px 75px 30px;
    margin: 0 auto;
}

.main-box .eng{
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    color: #00a5dc;
}

.main-box .pro-box{
    max-width: 750px;
    margin: 0 auto;
}

.main-box .pro-box .nnda{
    font-size: 17px;
    line-height: 1.2em;
}

.main-box .pro-box img.pc{
    display: block;
}

.main-box .pro-box img.sp{
    display: none;
}

.main-box .pro-box h1,.main-box .pro-box h2{
    font-family: 'Shippori Mincho B1', serif;
    text-align: center;
    color: #000;
    letter-spacing: 0.2em;
}
.main-box .pro-box h1{ font-size: 30px; margin: 50px 0 0; }
.main-box .pro-box h2{ font-size: 13px; margin: 10px 0 0; }

.main-box .pro-box p{
    line-height: 1.7em;
    color: #8b8986;
    border-top: 1px solid #8b8986;
    margin: 50px 0 10px;
    padding: 25px 0 10px;
    text-align: justify;
}

.main-box .pro-box .link{
    border-bottom: 1px solid #8b8986;
    margin: 0 0 100px;
    padding: 0 0 20px;
    text-align: right;
}

.main-box .pro-box .link a{
    color: #8b8986;
}

.main-box .pro-box .link img{
    margin: 0 15px -7px 0;
}



.main-box .interview h1{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7em;
    color: #00a5dc;
    border-bottom: 1px solid #00a5dc;
    padding-bottom: 20px;
    margin: 0 0 80px;
}

.main-box .interview .int{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.main-box .interview .int:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #00a5dc;
    margin: 0 0 0 10px;
}

.main-box .interview .int-box01{
    display: flex;
}

.main-box .interview .int-box01 .img-box{
    max-width: 280px;
    margin: 0 50px 0 0;
}

.main-box .interview .int-box01 .text-box{
    max-width: 440px;
    margin: 0 0 0 auto;
}

.main-box .interview .int-box01 .text-box p{
    font-size: 15px;
    margin: 0 0 40px;
    color: #8b8986;
    text-align: justify;
}

.main-box .interview .int-box01 .text-box p.blue{
    margin: 0 0 15px;
    color: #00a5dc;
}
.main-box .interview .int-box01 .text-box p.blue:before{
    content: '';
    position: absolute;
    margin: 11px -18px 0;
    display: inline-block;
    width: 24px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00a5dc;
}


.info-box01{
    max-width: 950px;
    border: 1px solid #00a5dc;
    background-color: #00a5dc;
    padding: 55px;
    margin: 0 auto 100px;
}

.info-box01 p{
    font-size: 14px;
    color: #FFF;
    margin: 0 0 30px;
}

.info-box02{
    display: flex;
    justify-content: center;
}

.info-box02 .padr20{
    padding: 0 20px 0 0;
}

.m-form-pc{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 1000;
}
.m-form-pc a{
    text-decoration: none;
    color: #FFF;
    padding: 20px 15px;
    background: #00a5dc;
    border: 2px solid #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.m-form-pc a:hover{
    text-decoration: none;
    opacity: 0.6;
}
.m-form-sp{display: none;}

#gotop {display: none;}

/* フッター */
footer{ text-align: center; background: #ededed; }
footer a:hover{opacity: 0.7; text-decoration: underline;}
footer .footer-box01{
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
}

footer .footer-box01-l img{
    width: 135px;
}

footer .footer-box01-r{
    display: flex;
}

footer .footer-box01-r img{
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
}
.m-footer-links {
    max-width: 950px;
    margin: 0 auto;
    line-height: 2em;
}

.m-footer-links-sp {
    display: none;
}

.m-footer-links__list:first-child {
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: justify;
}
.m-footer-links__list:last-child{
    padding: 0 15px 20px;
    text-align: justify;
}

.m-footer-links__list>a:not(:first-child):before {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    opacity: .2;
    background-color: #000;
}

.m-footer-links__heading {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 15px;
}
.c-link-blank:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    content: "";
    background-image: url(../images/icon-blank.svg);
    background-size: contain;
}

.bgw{
    background: #FFF;
}
.credit{
    max-width: 950px;
    margin: 0 auto;
}
.credit p{
    font-size: 10px;
    text-align: center;
    color: #8b8986;
    padding: 15px;
    letter-spacing: 0;
}


/* レスポンシブ */
@media only screen and (max-width:980px){
    header .title-box{
        flex-direction: column;
        align-items: center;
    }
    header .title-box img:first-child {
    margin: 0 0 20px 0;
}
}
@media only screen and (max-width:900px){
    header .box br{display: none;}
    .main-box .interview h1 br{display: none;}
}

@media only screen and (max-width:768px){
    header {
        margin: 0 0 50px;
    }
    header p{
        font-size: 14px;
        margin: 0 0 15px;
    }
    header .image-box {display: none;}
    header .image-box-sp {display: block; text-align: center;}
    header .image-box-sp .inbox{
        display: flex;
        text-align: center;
        justify-content: space-around;
        margin: 20px 0 0;
    }
    header .image-box-sp .inbox a {
        text-align: center;
    }
    header .image-box-sp h1{
        margin: 0;
        font-size: 24px;
    }
    header .image-box-sp h2{
        font-size: 16px;
    }
    .main-box {padding: 30px;}
    .info-box01 {
        padding: 20px;
    }
    .main-box .pro-box img.pc{
        display: none;
    }
    .main-box .pro-box img.sp{
        display: block;
        margin: 0 auto;
    }
    .main-box .interview .int-box01 {
        flex-direction: column;
        align-items: center;
    }
    .main-box .interview .int-box01 .text-box p.blue:before{
        display: none;
    }
    .main-box .interview .int-box01 .img-box {
        margin: 0 0 15px;
    }
    .main-box .interview .int-box01 .text-box {
        margin: 0;
    }
}

@media only screen and (max-width:490px){
    .m-form-pc{display: none;}
    .main-box .interview h1 {
        line-height: 1.4em;
        margin: 0 0 50px;
    }
    .info-box02 {
    flex-direction: column;
    align-items: center;
    }
    .info-box02 .padr20 {
    padding: 0 0 10px;
    }
    .m-footer-links{
        display: none;
    }
    .m-footer-links-sp {
        display: block;
        max-width: 100%;
        line-height: 2em;
    }
    #gotop a{color: #FFF;} 
    #gotop {
        display: block;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        background: #00a5dc;
        border: 2px solid #FFF;
        padding-top: 30px;
        text-align: center;
        letter-spacing: -1px;
        font-size: 85%;
        text-decoration: none;
        color: #FFF;
        position: fixed;
        bottom: 20px;
        right: 10px;
        border-radius: 30px;
        opacity: 0.7;
    }
    #gotop:before{
        content: "";
        display: block;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        width: 20%;
        height: 20%;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        transform: rotate(-45deg);
    }
    #gotop:hover{
        opacity: 0.7;
    }
    .credit{
        padding: 15px 15px 50px;
    }
}
/*    .m-form-sp{
        display: flex;
        background: #e85382;
        font-size: 18px;
        font-weight: bold;
        padding: 15px;
        text-align: center;
        z-index: 1000;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
    .m-form-sp a{
        text-decoration: none;
        color: #FFF;
        margin: 0 auto;
    } */
}