@charset "UTF-8";

/*------------------------------
共通
------------------------------*/
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica;
    line-height: 1.7;
    background-color: #fff;
    color: #333;
    font-size: 1.6rem;
}

p {
    font-size: 1.6rem;
}

main {
    background-image: linear-gradient(0deg, rgb(216 238 236), rgb(231 245 250));
}

.wrapper {
    padding: 60px 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.txt-blue {
    color: #3684C6;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*------------------------------
CTAボタン
------------------------------*/
.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button {
    width: 40%;
    max-width: 500px;
    margin-right: 40px;
}

.button:last-child {
    margin-right: 0;
}

.button a {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: #1d2974;
    border: solid 1px #1d2974;
    border-radius: 10px;
}

.button a:hover {
    color: #1d2974;
    background-color: #fff;
    transition: 0.2s;
}

.btn-example {
    color: #fff;
    font-weight: bold;
    background-color: #333;
    border: solid 1px #333;
    position: relative;
}

.btn-example::before {
    content: "";
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}

.btn-example:hover {
    border: solid 1px #333;
    color: #333;
    background: #fff;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-example:hover::before {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transition: 0.3s;
}

.btn-example02 {
    padding: 0px 70px 4px 20px;
    border-bottom: 1px solid #333;
    position: relative;
}

.btn-example02::before {
    position: absolute;
    content: '';
    display: block;
    border-style: solid;
    border-color: #333;
    border-width: 1px 25px 0 0;
    right: 30px;
    top: calc(50% - 0.1em);
    transition: 0.3s;
}

.btn-example02::after {
    position: absolute;
    content: '';
    display: block;
    border-style: solid;
    border-color: #333;
    border-width: 1px 10px 0 0;
    right: 29px;
    top: calc(50% - 0.37em);
    transform: rotate(45deg);
    transition: 0.3s;
}

.btn-example02:hover::before {
    border-width: 1px 35px 0 0;
    right: 20px;
}

.btn-example02:hover::after {
    right: 19px;
}

.btn-example03 {
    font-weight: bold;
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 25px;
    padding: 12px 50px 12px 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    position: relative;
}

.btn-example03:hover {
    box-shadow: none;
}

.btn-example03::after {
    position: absolute;
    content: '';
    display: block;
    border-style: solid;
    border-color: transparent;
    right: 22px;
    top: calc(50% - 0.4em);
    border-width: 6px 0 6px 10px;
    border-left-color: #333;
}

/*------------------------------
メインビジュアル
------------------------------*/
.ttl_kv_wrapper {
    position: relative;
    width: 100%;
    background: url("../images/main_pc.jpg") no-repeat;
    background-size: 100vw;
}

.ttl_kv_wrapper:before {
    content: "";
    display: block;
    padding-top: 54%;
}

/*------------------------------
リード文
------------------------------*/
.lead.wrapper {
    padding: 100px 20px 0;
}

.lead-about {
    max-width: 800px;
}

.lead_text {
    position: relative;
    display: inline-block;
    margin: 50px auto 60px;
    color: #1d2088;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1rem;
}

.lead_text::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 110px;
    top: -50px;
    right: 0;
    background: url("../images/lead_img.png") no-repeat;
    background-size: contain;
}

/*------------------------------
main
------------------------------*/
.main.wrapper {
    padding: 70px 20px 200px;
    background: url("../images/main_bg_pc.jpg") no-repeat bottom;
    background-size: contain;
}

/*------------------------------
movie_list
------------------------------*/
.movie_mp4 {
    margin: 70px auto 0;
}

.movie_mp4 video {
    max-width: 100%;
    height: auto;
}

.movie_lists {
    margin-bottom: 120px;
}

.movie_list {
    margin-bottom: 40px;
    background-color: #fff;
}

.movie_list:last-child {
    margin-bottom: 0;
}

.movie_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.movie_img {
    width: 55%;
}

.movie_txts {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    width: 45%;
    padding: 20px 10px 10px 10px;
    text-align: left;
}

.movie_tags {
    margin-bottom: 10px;
}

.movie_tag {
    display: inline-block;
    padding: 1px 12px 1px 14px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    background-color: #4b80Bf;
    border-radius: 100vw;
}

.movie_tag_txt {
    margin: 5px 0 0 5px;
    font-size: 1rem;
}

.movie_txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.1rem;
}

.movie_arrow {
    width: 100%;
    padding-right: 20px;
    text-align: right;
    transition: .2s;
}

.movie_link:hover .movie_arrow {
    padding-right: 10px;
}

/*------------------------------
book_list
------------------------------*/
.book_lists {
    margin-bottom: 80px;
}

.book_list {
    margin-bottom: 40px;
    background-color: #fff;
}

.book_list:last-child {
    margin-bottom: 0;
}

.book_link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 30px;
}

.book_txts {
    width: 80%;
    padding-right: 40px;
    text-align: left;
}

.book_2 {
    width: 60%;
}

.book_ttl {
    margin-bottom: 10px;
    padding-bottom: 6px;
    color: #3684c6;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 2px solid #3684c6;
}

.book_txt {
    font-size: 1.3rem;
}

.book_img {
    width: 18%;
}

.book_img img {
    box-shadow: 4px 2px 10px 0 rgb(75, 75, 75, 0.2);
}

.book_link:hover .book_img img {
    opacity: 0.6;
}

.book_imgs {
    display: flex;
    justify-content: flex-end;
    width: 38%;
}

.book_imgs .book_img {
    width: 100%;
    margin-right: 14px;
}

.book_imgs .book_img:last-child {
    margin-right: 0;
}

/*------------------------------
banner_list
------------------------------*/
.banner_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner_list,
.banner_spacebox {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
}

.banner_list:hover {
    opacity: 0.6;
}

.banner_ttl {
    position: relative;
    margin-bottom: 30px;
    color: #1e2081;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.banner_ttl::before {
    position: absolute;
    content: "";
    width: 44%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #1e2081;
}

.banner_ttl::after {
    position: absolute;
    content: "";
    width: 44%;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #1e2081;
}

/*------------------------------
フッター
------------------------------*/
.foot.wrapper {
    padding: 60px 20px 20px;
}

.foot-contact {
    color: #1d2974;
}

.foot-subttl {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.foot-subttl::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1.5px;
    bottom: 10px;
    left: -25px;
    background-color: #1d2974;
    transform: rotate(45deg);
}

.foot-subttl::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1.5px;
    bottom: 10px;
    right: -25px;
    background-color: #1d2974;
    transform: rotate(-45deg);
}

.foot-ttl span {
    display: inline-block;
    padding: 0 10px;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    background: linear-gradient(transparent 80%, #b1ceeA 80%);
}

.foot-lead {
    margin: 30px auto 20px;
    font-size: 1.2rem;
    line-height: 2.4;
}

.foot-inquiry {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.3;
}

.foot-inquiry span {
    font-size: 1.4rem;
}

.foot-logo {
    width: 266px;
    height: auto;
    margin: 50px auto 10px;
}

.foot-logo:hover {
    opacity: 0.6;
}

small {
    font-size: 0.9rem;
}

/*------------------------------
診断部分
------------------------------*/

.diagnosis_img {
    margin-top: 80px;
}

.diagnosis_lead_text {
    position: relative;
    display: inline-block;
    margin: 50px auto 60px;
    color: #1d2088;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.diagnosis .button a {
    position: relative;
    aspect-ratio: 234/40;
}

.diagnosis .buttons  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.diagnosis .buttons .start_detail {
    width: 28.25%;
    margin-bottom: 2rem;
}
.diagnosis .buttons .button img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
}

.diagnosis .button .active {
    opacity: 0;
}

.diagnosis .button .unActive {
    opacity: 1;
}

.diagnosis .button:hover .active {
    opacity: 1;
}

.diagnosis .button:hover .unActive {
    opacity: 0;
}

/*------------------------------
以下SP記述
------------------------------*/
@media screen and (max-width: 767px) {
    html {
        width: 100%;
    }

    nav {
        height: 50px;
    }

    h2 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.8rem;
        margin: 12px 0 10px;
    }

    p {
        font-size: 1.4rem;
    }

    .logo img {
        height: 30px;
    }

    .ttl_kv_wrapper:before {
        padding-top: 170%;
    }

    .wrapper {
        padding: 50px 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*------------------------------
CTAボタン
------------------------------*/
    .diagnosis .buttons .start_detail {
        width: 71.6%;
    }
    .button {
        width: 100%;
        margin-right: 0;
    }

    .button:last-child {
        margin-top: 10px;
    }

    .button a:hover {
        color: #fff;
        background-color: #1d2974;
    }

    /*------------------------------
メインビジュアル
------------------------------*/
    .ttl_kv_wrapper {
        background: url(../images/main_sp.jpg) no-repeat;
        background-size: 100vw;
    }

    /*------------------------------
リード文
------------------------------*/
    .lead.wrapper {
        padding: 60px 20px 0;
    }

    .lead_text {
        margin: 50px auto;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .lead_text::before {
        width: 50px;
        height: 80px;
        top: -85px;
        right: 0px;
    }

    .lead_text br.sp {
        display: inline-block;
    }

    /*------------------------------
main
------------------------------*/
    .main.wrapper {
        padding: 100px 20px 100px;
        background: url("../images/main_bg_sp.jpg") no-repeat bottom;
        background-size: contain;
    }

    /*------------------------------
movie_list
------------------------------*/
    .movie_mp4 {
        margin: 60px auto 0;
    }

    .movie_img {
        width: 100%;
    }

    .movie_txts {
        width: 100%;
        padding: 15px 10px;
    }

    .movie_txt {
        font-size: 1.5rem;
    }

    .movie_arrow {
        padding-right: 0;
    }

    /*------------------------------
book_list
------------------------------*/
    .book_link {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    .book_txts {
        width: 100%;
        padding-right: 0;
    }

    .book_ttl {
        font-size: 1.8rem;
        border-bottom: 3px solid #3684c6;
    }

    .book_txt {
        font-size: 1.4rem;
    }

    .book_img {
        width: 100%;
        margin-top: 30px;
    }

    .book_img img {
        box-shadow: 0 0 10px 0 rgb(75, 75, 75, 0.2);
    }

    .book_link:hover .book_img img {
        opacity: 1;
    }

    .book_imgs {
        justify-content: space-between;
        width: 100%;
        max-width: 390px;
        margin: 30px 14px 0;
    }

    .book_imgs .book_img {
        margin-top: 0;
        margin-right: 14px;
        width: 100%;
    }

    .book_imgs .book_img:last-child {
        margin-right: 0;
    }

    /*------------------------------
banner_list
------------------------------*/
    .banner_list:hover {
        opacity: 1;
    }

    .banner_ttl {
        font-size: 2.4rem;
        letter-spacing: 0.4rem;
    }

    .banner_ttl::before,
    .banner_ttl::after {
        width: 36%;
    }

    .banner_list,
    .banner_spacebox {
        width: calc((100% - 20px) / 2);
    }

    /*------------------------------
フッター
------------------------------*/
    .foot-ttl span {
        font-size: 6.6vw;
    }

    .foot-lead {
        margin: 30px auto 40px;
        font-size: 1.4rem;
        line-height: 2;
    }

    .foot-inquiry span {
        font-size: 1.2rem;
    }

    .foot-logo:hover {
        opacity: 1;
    }
}