@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
    font-size: 62.5%; /*文字標準*/
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}
a {
    text-decoration: none; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    width: 100%;
    margin: 0 auto;
    line-height: 1.7rem;
    /*文字詰め*/
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    /*スマホ横向き時のフォントサイズリセット*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow: visible;
    font-size: 1.4rem;
}
.linecolor {
    color: #06C754;
}
.appcolor {
    color: #3193BD;
}
.eng {
    font-family: 'Kanit', sans-serif;
}
/*iOSフォーム要素の初期化*/
input, button, textarea, select {
    -webkit-appearance: none;
    appearance: none;
}
/*画像の調整*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
span {
    display: inline-block;
}
@media (max-width: 1023px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
}
#copyright {
    font-size: 1.2rem;
}
#main-footer a {
    font-size: 1.2rem;
}
/*css初期設定 end*/
/*main start*/
body {
    background-color: #ffffff;
    color: #1C1C1B;
    line-height: 1.5;
}
.mainWrap {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.titleSec {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
/*
background-color: #f7f7f7;
opacity: 1;
background-image:  linear-gradient(#00a5b9 0.7000000000000001px, transparent 0.7000000000000001px), linear-gradient(to right, #00a5b9 0.7000000000000001px, #f7f7f7 0.7000000000000001px);
background-size: 14px 14px;
*/

}
/*
.titleSec img {
    width: 42vw;
    position: absolute;
    bottom: -10px;
    right: -15px;
    transform: rotate(-12deg);
}
*/
.dateInfo {
    padding: 30px 0;
}
p.dateTitle {
    background-color: #1c1c1b;
    color: #fff;
    font-size: 1.6rem;
}
p.date {
    font-size: 1.6rem;
    font-weight: 700;
    border: solid 2px #1c1c1b;
    padding: 5px 0;
}
h3 {
    font-size: clamp(2.8rem, 4vw + 1rem, 4rem);
    font-weight: 800;
    line-height: 1.2;
}
.textSdw {
    text-shadow: 2px 2px 0px #cbcbcb;
}
span.shironuki {
    margin: 10px;
    font-size: clamp(3.5rem, 4.5vw + 1rem, 5rem);
    border-bottom: double #1c1c1b;
    font-weight: bold;
    color: #FFF;
    -webkit-text-stroke: 2px #000;
}
.infoSec {
    width: 85%;
    margin: 30px auto;
    text-align: center;
}
.lineBtn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #06C754;
    color: #fff;
}
.cvSec {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 55px;
}
a.lineBtn {
    width: 70%;
    display: inline-block;
    background-color: #06C754;
    /*    border: 1px solid #3b3838;*/
    font-size: 1.4rem;
    transition: transform .2s;
    padding: 8px 0;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
a.lineBtn:active {
    display: inline-block;
    background-color: #06C754;
    /*    border: 1px solid #3b3838;*/
    font-size: 1.4rem;
    transform: scale(.95);
}
a.appBtn {
    width: 70%;
    display: inline-block;
    background-color: #00a5b9;
    /*    border: 1px solid #3b3838;*/
    font-size: 1.4rem;
    transition: transform .2s;
    padding: 8px 0;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
a.appBtn:active {
    display: inline-block;
    background-color: #00a5b9;
    /*    border: 1px solid #3b3838;*/
    font-size: 1.4rem;
    transform: scale(.95);
}
.howtoSec {
    width: 95%;
    border: 1px solid #1c1c1b;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    text-align: center;
}
.howtoSec .howTitile {
    position: absolute;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #fff;
    top: -20px;
    left: 50%;
    padding: 5px 10px;
    transform: translate(-50%, 0);
    z-index: 10;
}
.noteSec {
    width: 80%;
    margin: 30px auto;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.7;
}
.cvSec2 {
    width: 100%;
    margin: 25px auto 50px;
    text-align: center;
}
a.topBtn {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
    border: solid 1px #1c1c1b;
    background-color: #fff;
    font-size: 1.4rem;
    color: #1c1c1b;
    transition: transform .2s;
    padding: 8px 0;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
a.topBtn:active {
    display: inline-block;
    background-color: #fff;
    ;
    /*    border: 1px solid #3b3838;*/
    font-size: 1.4rem;
    transform: scale(.95);
}
@media (min-width: 741px) {
/*
    .titleSec img {
        width: 28vw;
    }
*/
    .infoSec {
        width: 70%;
        max-width: 740px;
        margin: 50px auto 70px;
    }
    .howtoSec {
        width: 70%;
        max-width: 740px;
    }
    .noteSec {
        width: 70%;
        max-width: 740px;
        font-size: 1.2rem;
    }
    .cvSec {
        width: 740px;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1025px) {
/*
    .titleSec img {
        width: 14vw;
        position: absolute;
        bottom: 2px;
        right: -84px;
        transform: rotate(-12deg);
    }
*/
.dateInfo {
    padding: 50px 0;
}    
    a.lineBtn {
        width: 50%;
        font-size: 1.8rem;
    }
    a.appBtn {
        width: 50%;
        font-size: 1.8rem;
    }
    .infoSec {
        margin: 50px auto 70px;
    }
    .infoSec p {
        font-size: 1.6rem;
    }
    .howtoSec {
        padding: 30px;
    }
    .cvSec {
        margin-bottom: 100px;
    }
    p.dateTitle {
        font-size: 2rem;
    }
    p.date {
        font-size: 2.5rem;
        padding-top: 10px;
    }
    .noteSec {
        margin: 50px auto;
    }
    .cvSec2 {
        width: 362.5px;
    }
    a.topBtn {
        width: 100%;
        font-size: 1.8rem;
    }    
}
