/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

body {
    overflow: hidden;
}

.montserrat,
h1 a,
.section-title-en,
footer .logo {
    font-family: "Poppins", sans-serif;
}


footer .logo,
h1 a {
    color: #0039c3;
    font-weight: 800
}

.pc-br {
    display: block;
}

.footer {
    padding-top: 60px;
    background: #efefef;
}

.footer__copy-right {
    margin-top: 40px;
}

.footer__logo {
    text-align: left;
    font-size: 2rem;
}

.drawer-icon.--back-color:before {
    background: #0039c3;
}

.header {
    background: transparent;
    left: 20px;
}

.header__logo {
    margin: 0;
}

.header__logo .logo {
    font-weight: bold;
    font-size: min(16vw, 170px);
    display: block;
}

.main-view__copy-right {
    text-orientation: unset;
}

.main-view__message {
    text-align: start;
    display: flex;
    flex-flow: row-reverse;
    top: 20px;
    left: auto;
    right: 20px;
    width: auto;
}

.main-view__title {
    font-size: 40px;
}

.main-view__title,
.main-view__description {
    writing-mode: vertical-rl;
}

.section-title-en {
    font-weight: 800;
    font-size: 18rem;
    writing-mode: unset;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0039c3;
    color: transparent;
    opacity: .3;
    position: absolute;
    bottom: -30px;
}

.section__text {
    margin-top: 0;
}

#main1 .section__text span {
    color: #0039c3;

}

.section-title-en {
    right: 0;

}

.section-title {
    width: auto;
    margin: auto;
    flex-flow: column;
}

.section-content {
    width: 100%;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px 20px 60px;
    text-align: center;
}

.section-content a.brank {
    margin: 40px auto 40px;
    display: block;
    background: #0039c3;
    padding: 20px 10px;
    border-radius: 50px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-content a {
    text-decoration: none;
}

#main1 .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 50px;
    text-align: left;
}

#main2 .section-content {
    background: #fff;
    padding: 80px 40px;
    border-radius: 30px;

}

#main2 .section__text {
    text-align: left;
    max-width: 700px;
    margin: auto;
}

#main2 .section__text dt {
    font-weight: bold;
}

#main2 .section__text dt,
#main2 .section__text dd {
 border-bottom: #d7d7d7 solid 1px;
 padding: 10px 0;
}
#main2 .section__text dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 20px;
    text-align: left;
}

#main1 .section-content {

}

#main3 .section-content a:hover {
    background: #03143c;
}

.section:nth-child(odd) {
    padding-top: 100px;
    padding-bottom: 95px;
    border-top: solid #0039c3 2px;
    border-bottom: solid #0039c3 2px;
}

.section:nth-child(odd)>.inner {
    flex-direction: unset;
}

.inner {

    display: block;
    text-align: center;
}

.section:nth-child(odd) .section-title {
    margin-left: 0;
}

/* .section:nth-child(odd) .section-content {
    margin-left: 82px;
} */

.section:nth-child(even) .section-content {
    margin-left: 0;
}

.section-title-ja {
    border-right: solid #0039c3 1px;
    padding-right: 10px;
    width: auto;
    padding: 0;
    border-right: 0;
    writing-mode: unset;
}

.section__text {
    line-height: 1.9;
    margin-top: 0;
}

.section__img {
    margin-top: 0;
}

.section__img img{
    margin-top: 0;
    max-width: 700px;
    width: 100%;
    z-index: 2;
    position: relative;
    box-shadow: 30px 30px 0 #0039c3;
}

/* .section__img img::after {
    content: " ";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-color: ;
    z-index: -1;
  } */


  .sp-br {
    display: none;
    margin-left: -5px;;
}
@media (max-width: 750px) {

#main3.section {
    padding-bottom: 0;
}


    .section__img img{
        box-shadow: 0 30px 0 #0039c3;
    }

    .sp-br {
        display: block;
    }

.pc-br {
    display: none;
    margin-left: -5px;;
}

    .header__logo .logo {
        font-size: 26vw
    }
    .header {
        left: 12px;
        position: relative;
        height: auto;
        top: 12px;
    }

    .header__logo .logo {
        font-size: 16px;
    }

    .main-view__title {
        font-size: 32px;
    }

    .main-view__message {
        top: 60px;
        left: 50%;
        right: auto;
        width: auto;
    }

    .section-title-ja {
        border-right: 0;
        padding-right: 0;
        /* border-left: solid #0039c3 2px;
        padding-left: 10px; */
    }

    .section-content {
        margin-top: 20px;
    }

    .section-title-en {
        bottom: auto;
        top: 0;
        font-size: 10rem;
        opacity: .1;
    }

    .section:nth-child(odd) .section-content {
        margin-left: 0;
    }

    #main1 .section-content,
#main2 .section-content,
#main2 .section__text dl {
    grid-template-columns: repeat(1, 1fr);
}

#main2 .section__text dd {
    border-bottom: transparent;
}
}