@charset "UTF-8";

/* ???? */

html {
    font-size: 100%;

}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .03em;
    color: #002e4e;


}

a {
    text-decoration: none;
}

img {
    max-width: 100%;

}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;

}



.p-top_heading_text {
    background-color: #012f50;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.top_page-text {
    font-family: 'Rubik', sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .04em;
    color: #fff;
    padding: 7% 0 0 4%;
    transition: 1s;

}

.p-wrapper {
    position: relative;
}


.yellow-line {
    position: absolute;
    top: -8%;
    left: 20%;
    width: 100;
}

.top_page-text02 {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .04em;
    color: #fff;
    padding-left: 4%;
    padding-top: 4%;
    text-align: left;


}

.about-wrapper {
    background-image: url(../images/blu_bg.svg);
    background-size: contain;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100vh;



}


.p-top_heading_text {
    color: #e9ebf0;

}

.heading_text {
    font-family: 'Rubik', sans-serif;
    padding-left: 4%;
    padding-top: 100px;
    font-size: 1.3rem;

}

.under_text {
    padding-left: 15%;
}

.about-exp_text {
    padding: 8%;
    max-width: 800px;
}


/* kaiwa */

.v-content {
    text-align: center;

}

.second-about-wrapper {
    padding-top: 100px;

}


.lazyloaded {
    max-width: 40px;
    height: 40px;
    padding: 10%;

}

.voice {
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 18px;
}

.text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .03em;
    color: #002e4e;
    text-align: left;
}




/* hukidasi */
.voice.left .sc_balloon {
    margin-right: 70px;
}

.voice .sc_balloon {
    padding: .5em 1em;
    margin: 0;
    font-size: .9em;
    margin-top: 10px;
    border-radius: 10px;
}

.sc_balloon.left {
    margin-left: 9px;
}

.sc_balloon {
    color: #002e4e;
    position: relative;
    display: inline-block;
    padding: 1em 1.2em;
    background: #fff;
    border: 2px solid #ccc;
    z-index: 0;
    border-radius: 5px;
    margin: 10px;
}

/* hukidasi hidari */
.voice.left .sc_balloon:after {
    top: 13px;
}

.sc_balloon.left:after {
    right: 100%;
    top: calc(10% + 3px);
    border-right-color: #ccc;
}

.sc_balloon::after {
    border-width: 10px;
    border-width: 5px 8px;
}

.sc_balloon::before,
.sc_balloon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.v-content {
    display: flex;
    justify-content: center;
    padding: 0 4%;
}

/* hukidasi migi */
.voice.right .sc_balloon:after {
    top: 13px;
}

.sc_balloon.right:after {
    left: 100%;
    top: calc(10% + 3px);
    border-left-color: #ccc;
}

.sc_balloon::after {
    border-width: 10px;
    border-width: 5px 8px;
}

.sc_balloon::before,
.sc_balloon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.table {
    padding-top: 30px;
}

.list-img {
    padding: 0 4% 0 4%;

}


/* dairiten */
.about-dairiten {


    background-color: #657ee5;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    min-height: 100vh;


}

.point01 {
    padding-top: 4%;
}

.dairiten-heading_text {
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 100px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .03em;

}

.dairiten-exp_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: .04em;
    color: #fff;
    transition: 1s;
    padding: 4%;
}

.heading_syousaitext {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: .04em;
    color: #25055c;
    transition: 1s;
    padding-top: 7%;
    border-bottom: #ebff33 5px dotted;
}

.line-link {
    padding: 4%;
}

/* gaiyou */
.p-note-wrapper {
    background-color: #eee;
    color: #25055c;
    width: 100%;


}

.gaiyou-under_text {
    text-align: center;
    border-bottom: 1px solid #fff;

    line-height: 1.5;
    letter-spacing: .03em;
    padding: 25px;
}

.gaiyou-text {
    padding: 0 5%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #002e4e;
    align-items: center;
}

.go-top {
    text-align: center;
    padding: 10px;
}

.go-top a {
    color: #002e4e;
}

.text01 {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(225, 228, 0, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip: none;
}

.text02 {
    text-decoration: underline wavy #ebff33 2px;
    text-decoration-thickness: 0.2em;
    text-underline-offset: 0.3em;
    text-decoration-skip: none;
}

@media(max-width:430px) {
    .yellow-line {
        display: none;
    }

}