@charset "UTF-8";
/* CSS Document */

header {
    background-color: #fff;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-name {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: right;
}

header figure {
    width: 380px;
}
@media screen and (max-width: 743px) {
    header {
        background-color: #fff;
        padding: 15px;
    }
    header figure {
        width: 190px;
    }
    .head-name {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.4;
    }
}

/* ////////////////////////////////// */
/* メインビジュアル */
/* ////////////////////////////////// */
#mv {
    position: relative;
    background: url("../img/mv-01.jpg") no-repeat left top/cover;
    width: 100%;
    height: 820px;
}
#mv .blk-h1 {
    position: absolute;
    color: #fff;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
#mv .logo-mv {
    max-width: 530px;
    margin-bottom: 40px;
}
#mv h1 {
    font-size: 5.6rem;
    font-weight: 500;
}

#mv .h1sub {
    font-size: 3.2rem;
    font-weight: 500;
}
@media screen and (max-width: 743px) {
    #mv .blk-h1 {
        position: absolute;
        color: #fff;
        left: 10%;
        top: 15%;
        transform: translateY(0);
    }
    #mv {
        position: relative;
        background: url("../img/mv-01sp.jpg") no-repeat left top/100%;
        width: 100%;
        height: 410px;
    }
    #mv .logo-mv {
        max-width: 180px;
        margin-bottom: 10px;
    }
    #mv h1 {
        font-size: 2rem;
    }
    #mv .h1sub {
        display: none;
    }
}

#mv-read {
    padding: 60px 0;
}
@media screen and (max-width: 743px) {
    #mv-read {
        padding: 30px 0 60px 0;
    }
}

#mv-read .inner {
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
}

#mv-read figure {
    text-align: center;
    margin-bottom: 50px;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 743px) {
    #mv-read figure {
        margin-bottom: 30px;
    }
    .mv-read-txt {
        padding: 0 5%;
    }
}

.h1sub-sp {
    display: none;
}
@media screen and (max-width: 743px) {
    .h1sub-sp {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        color: #3c821e;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 0.02em;
    }
}

/* ////////////////////////////////// */
.section-mv .blk-h2 {
    position: absolute;
    left: 50%;
    bottom: -165px;
    transform: translateX(-50%);
    max-width: 480px;
    padding: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.section-mv .blk-h2 h2 {
    font-size: 5.4rem;
    line-height: 1;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: solid 1px #adadad;
    color: #004ea2;

    font-weight: 500;
    letter-spacing: 0.1em;
}
.section-mv .blk-h2 .h2sub {
    font-size: 3rem;
    line-height: 1.4;
}

#recruit-form .section-mv .blk-h2,
#recruit .section-mv .blk-h2 {
    position: absolute;
    left: 50%;
    bottom: -110px;
    transform: translateX(-50%);
    max-width: 480px;
    padding: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

#recruit-form .section-mv .blk-h2,
#recruit .section-mv .blk-h2 {
    padding: 50px;
}

#recruit-form .section-mv .blk-h2 h2,
#recruit .section-mv .blk-h2 h2 {
    font-size: 3.5rem;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
#recruit-form .section-mv .blk-h2 .h2sub,
#recruit .section-mv .blk-h2 .h2sub {
    font-size: 2.4rem;
    line-height: 1.4;
}

@media screen and (max-width: 743px) {
    .section-mv .blk-h2 {
        position: absolute;
        left: 50%;
        bottom: -75px;
        transform: translateX(-50%);
        max-width: 270px;
        padding: 25px 20px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .section-mv .blk-h2 h2 {
        font-size: 2.2rem;
        line-height: 1;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .section-mv .blk-h2 .h2sub {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    #recruit-form .section-mv .blk-h2,
    #recruit .section-mv .blk-h2 {
        position: absolute;
        left: 50%;
        bottom: -75px;
        transform: translateX(-50%);
        max-width: 270px;
        padding: 25px 20px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
    }

    #recruit-form .section-mv .blk-h2 h2,
    #recruit .section-mv .blk-h2 h2 {
        font-size: 2.2rem;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    #recruit-form .section-mv .blk-h2 .h2sub,
    #recruit .section-mv .blk-h2 .h2sub {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* ////////////////////////////////// */

/* ////////////////////////////////// */
/* SA-N-POについて */
/* ////////////////////////////////// */
#about {
    padding-bottom: 120px;
}

#about .section-mv {
    position: relative;
    background: url("../img/about-01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 250px;
}
@media screen and (max-width: 743px) {
    #about {
        padding-bottom: 60px;
    }
    #about .section-mv {
        background: url("../img/about-01.jpg") no-repeat center/cover;
        height: 300px;
        margin-bottom: 120px;
    }
}

#about .f-w01 {
    max-width: 600px;
}
#about .f-w02 {
    width: calc(100% - 600px);
    padding-left: 90px;
}
@media screen and (max-width: 743px) {
    #about .f-w01 {
        display: none;
    }
    #about .f-w02 {
        width: 90%;
        padding-left: 0;
        order: 1;
        margin: 0 auto;
    }
}

#about .f-w02 article {
    max-width: 700px;
    width: 95%;
}
@media screen and (max-width: 743px) {
    #about .f-w02 article {
        width: 100%;
    }
}

#about .f-w-c:first-child {
    margin-right: 10px;
}

h3.ttl {
    color: #3c821e;
    line-height: 1.5;
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-weight: 500;
}
h4.ttl {
    line-height: 1.5;
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 500;
}
@media screen and (max-width: 743px) {
    h3.ttl {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    h4.ttl {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
}

/* ////////////////////////////////// */
/* SA-N-POが選ばれる3つの理由 */
/* ////////////////////////////////// */
#point {
    padding-bottom: 120px;
}

#point .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#point .section-mv {
    position: relative;
    background: url("../img/point-01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 250px;
}
@media screen and (max-width: 743px) {
    #point {
        padding-bottom: 100px;
    }
    #point .section-mv {
        background: url("../img/point-01sp.jpg") no-repeat center/cover;
        height: 300px;
        margin-bottom: 120px;
    }
    #point .inner {
        max-width: 1200px;
        width: 95%;
        margin: 0 0 0 5%;
    }
}

#point .f-w {
    width: 32%;
}
#point article {
    display: flex;
    margin-bottom: 20px;
}
#point .f-w figure {
    margin-bottom: 30px;
}
#point .blk-num {
    color: #db7753;
    line-height: 1;
    text-align: center;
    margin-right: 20px;
}
#point .num-sub {
    font-size: 1.3rem;
}
#point .num {
    font-size: 6.5rem;
    font-weight: 200;
}
#point h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3c821e;
    font-weight: 500;
}
#point .blk-txt {
    position: relative;
    width: 100%;
}
#point .point-txt {
}
@media screen and (max-width: 743px) {
    #point .num-sub {
        font-size: 1rem;
    }
    #point .num {
        font-size: 4.5rem;
        font-weight: 200;
    }
    #point h3 {
        font-size: 1.7rem;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    #point .point-txt {
        display: inline-block;
        padding-right: 5%;
    }
    #point .f-w figure {
        margin-bottom: 20px;
    }
}

#point .blk-txt .deco {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 116px;
    height: 116px;
}
#point .blk-coconomi {
    margin-top: 130px;
    background-color: #f4ebcd;
    padding: 0 0 100px 0;
}
#point .blk-coconomi .coconomi-logo {
    position: relative;
    top: -30px;
    width: 400px;
    margin: 0 auto 20px auto;
}
@media screen and (max-width: 743px) {
    #point .blk-coconomi .coconomi-logo {
        position: relative;
        top: 0;
        width: 250px;
        margin: 0 auto 30px auto;
    }
}

#point .blk-coconomi .f-w_coconomi {
    width: 47%;
}
#point .blk-coconomi .f-w_coconomi:first-child {
    background: url("../img/coconomi-02.jpg") no-repeat center/cover;
}

#point .blk-coconomi .f-w_coconomi .inner-coconomi {
    max-width: 500px;
    width: 90%;
}

#point .blk-coconomi .f-w_coconomi h4 {
    color: #db7753;
    font-size: 22px;
    font-weight: 500;
}
#point .blk-coconomi .btn-01 {
    margin-top: 50px;
    width: 300px;
}
.btn-02 {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

@media screen and (max-width: 743px) {
    #point .f-w {
        width: 100%;
        margin-bottom: 30px;
    }
    #point .blk-txt .deco {
        position: absolute;
        top: -50px;
        right: 20px;
        width: 80px;
        height: 80px;
    }
    #point .blk-coconomi {
        margin-top: 60px;
        background-color: #f4ebcd;
        padding: 40px 0 0 0;
    }
    #point .blk-coconomi .f-w_coconomi {
        width: 100%;
    }
    #point .blk-coconomi .f-w_coconomi:first-child {
        width: 95%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    #point .blk-coconomi .f-w_coconomi .inner-coconomi {
        max-width: 95%;
        width: 95%;
        margin-left: 5%;
    }
    #point .blk-coconomi .f-w_coconomi h4 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    #point .blk-coconomi .blk-coconomi-txt {
        padding-right: 5%;
    }
    #point .blk-coconomi .btn-01 {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 60px;
        width: 300px;
        padding-right: 5%;
    }
    .btn-02 {
        width: 250px;
        margin: 0 auto;
        margin-top: 50px;
    }
}

/* ////////////////////////////////// */
/* SA-N-POが選ばれる3つの理由 */
/* ////////////////////////////////// */

#staff {
    padding-bottom: 120px;
}

.page #staff {
    padding-bottom: 240px;
}

#staff .section-mv {
    position: relative;
    background: url("../img/staff-01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 250px;
}
@media screen and (max-width: 743px) {
    #staff {
        padding-bottom: 80px;
    }
    .page #staff {
        padding-bottom: 110px;
    }
    #staff .section-mv {
        height: 300px;
        background: url("../img/staff-01sp.jpg") no-repeat center/cover;
        margin-bottom: 120px;
    }
}

#staff .blk-left-staff {
    position: relative;
    max-width: 1100px;
    width: 80%;
}

#staff .blk-page-staff {
    position: relative;
    width: 100%;
}
#staff .blk-left-staff .staff-img {
    max-width: 1100px;
}
@media screen and (max-width: 743px) {
    .page #staff .blk-left-staff {
        width: 100%;
    }
}

#staff .blk-staff-name {
    max-width: 650px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 50px 0 50px;
}

.page #staff .blk-staff-name {
    max-width: 650px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
}

#staff .blk-left-staff .blk-staff-name {
    position: absolute;
    bottom: -60px;
    right: -200px;
}

.page #staff .blk-left-staff .blk-staff-name {
    position: absolute;
    bottom: 60px;
    right: -35%;
    padding: 50px;
}
.page #staff .blk-left-staff .blk-staff-name span {
    font-size: 2.1rem;
}
@media screen and (max-width: 743px) {
    .page #staff .blk-left-staff .blk-staff-name span {
        font-size: 1.1rem;
    }
    .page #staff .blk-left-staff .blk-staff-name {
        position: absolute;
        bottom: -60px;
        right: 0;
        padding: 20px 30px;
    }
}

.page .blk-interview {
    margin-bottom: 100px;
}

.page .blk-interview-left {
    margin-right: calc((100% - 1200px) / 2);
}

.page .blk-interview-right {
    margin-left: calc((100% - 1200px) / 2);
}

.page .blk-interview .ttl-interview {
    color: #3c821e;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}
.page .blk-interview .f-w-interview-img {
    width: 50%;
}
.page .blk-interview .f-w-interview-txt {
    width: 47%;
}
@media screen and (max-width: 743px) {
    .page .blk-interview {
        margin-bottom: 60px;
    }

    .page .blk-interview-left {
        margin-right: 0;
    }

    .page .blk-interview-right {
        margin-left: 0;
    }

    .page .blk-interview .ttl-interview {
        color: #3c821e;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .page .blk-interview .f-w-interview-img {
        width: 95%;
        order: 1;
        margin-bottom: 30px;
    }

    .page .blk-interview-right .f-w-interview-img {
        width: 95%;
        order: 1;
        margin-bottom: 30px;
        margin-left: 5%;
    }

    .page .blk-interview .f-w-interview-txt {
        width: 90%;
        margin: 0 auto;
        order: 2;
    }
}
.page .blk-interview .f-w-interview-txt p {
    display: block;
    width: 100%;
}

.page .staff-menu {
    max-width: 1000px;
    width: 80%;
    margin: 90px auto 0 auto;
}

.page .staff-menu .f-w-staff-menu {
    width: 32%;
}
.page .staff-menu h4 {
    background-color: #3c821e;
    font-size: 2.4rem;
    padding: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 743px) {
    .page .staff-menu {
        max-width: 1000px;
        width: 86%;
        margin: 40px auto 0 auto;
    }
    .page .staff-menu h4 {
        font-size: 1.5rem;
        background-color: #3c821e;
        padding: 15px;
        line-height: 1;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* ////////////////////////////////// */
/* 採用情報 */
/* ////////////////////////////////// */
#recruit {
    padding-bottom: 300px;
    background-color: #c8e7f2;
}
@media screen and (max-width: 743px) {
    #recruit {
        padding-bottom: 150px;
    }
}

#recruit .blk-link-rec {
    margin-bottom: 60px;
}

#recruit .blk-link-rec li {
    margin-bottom: 10px;
    background: url("../img/arrow02.png") #f2f2f2 no-repeat left 0 center/5px 7px;
    padding-left: 15px;
    font-size: 1.5rem;
}

#recruit .blk-link-rec li a {
    text-decoration: underline;
}

#recruit .c-tag {
    display: inline-block;
    border-radius: 8px;
    background: #cdefed;
    color: #00807a;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    padding: 0 8px;
    white-space: nowrap;
    margin-bottom: 3px;
    margin-right: 3px;
}

#recruit .c-tag--brown-1 {
    background: #fff;
    color: #3c821e;
}

#recruit .section-mv {
    position: relative;
    background: url("../img_kogo/recruit_img01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 150px;
}
@media screen and (max-width: 743px) {
    #recruit .section-mv {
        background: url("../img_kogo/recruit_img01.jpg") no-repeat center/cover;
        height: 300px;
        margin-bottom: 120px;
    }
}

#recruit .blk-recruit-name {
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    max-width: 270px;
    padding: 25px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

#recruit .h1sub {
    font-size: 2.8rem;
    font-weight: 500;
    color: #3c821e;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
}

#recruit .recruit-btn {
    margin: 30px auto 60px auto;
    width: 235px;
}

#recruit .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

#recruit h2.tb-ttl {
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 20px;
    background-color: #c38708;
    padding: 15px 20px;
}
#recruit h3.tb-ttl {
    color: #c38708;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 500;
}

#recruit .tb-read {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: left;
}
@media screen and (max-width: 743px) {
    #recruit .tb-read {
        font-size: 1.4rem;
        text-align: left;
    }
}

#recruit .tb-list {
    margin-bottom: 20px;
}

#recruit .rec_name {
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

#recruit .tb-list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.4rem;
}

#recruit .inner .f-w-table {
    width: 47.5%;
    margin-bottom: 80px;
}

#recruit table {
    width: 100%;
    border-top: solid 1px #8e8577;
}

#recruit th,
#recruit td {
    padding: 15px;
    border-bottom: solid 1px #8e8577;
    font-size: 1.4rem;
}

#recruit th {
    width: 25%;
}
#recruit td {
    width: 75%;
}
#recruit th {
    background-color: #ede1ce;
}
@media screen and (max-width: 743px) {
    #recruit .inner .f-w-table {
        width: 100%;
    }

    #recruit th,
    #recruit td {
        padding: 10px;
        display: block;
        width: 100%;
    }
    #recruit td {
        padding: 15px 10px;
    }
}

/* ////////////////////////////////// */
/* 採用情報  */
/* ////////////////////////////////// */
#recruit-form {
    padding-bottom: 250px;
    background-color: #c8e7f2;
}

#recruit-form .section-mv {
    position: relative;
    background: url("../img/form_img01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 150px;
}
#recruit-form .section-mv.entry {
    position: relative;
    background: url("../img_kogo/recruit_img01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 150px;
}

@media screen and (max-width: 743px) {
    #recruit-form {
        padding-bottom: 150px;
    }
    #recruit-form .section-mv {
        background: url("../img/form_img01sp.jpg") no-repeat center/cover;
        height: 300px;
        margin-bottom: 120px;
    }
    #recruit-form .section-mv.entry {
        background: url("../img_kogo/recruit_img01sp.jpg") no-repeat center/cover;
        height: 300px;
        margin-bottom: 120px;
    }
}

#recruit-form .inner {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.form-columns-1 .field {
    margin-bottom: 50px !important;
}
@media screen and (max-width: 743px) {
    .field {
        margin-bottom: 30px !important;
    }
}

/* ////////////////////////////////// */
/* アクセス */
/* ////////////////////////////////// */

#access {
    padding-bottom: 200px;
}
#access .section-mv {
    position: relative;
    background: url("../img/access-01.jpg") no-repeat center/cover;
    width: 100%;
    height: 600px;
    margin-bottom: 90px;
}
@media screen and (max-width: 743px) {
    #access .section-mv {
        background: url("../img/access-01sp.jpg") no-repeat center/cover;
        height: 250px;
        margin-bottom: 50px;
    }
}

#access .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#access .blk-map-txt {
    text-align: center;
    margin-bottom: 40px;
}
#access .blk-map-txt figure {
    max-width: 320px;
    margin: 0 auto 40px auto;
}
@media screen and (max-width: 743px) {
    #access {
        padding-bottom: 100px;
    }
    #access .blk-map-txt figure {
        max-width: 200px;
        margin: 0 auto 20px auto;
    }
    #access .blk-map-txt {
        margin-bottom: 30px;
    }
}

#access .banner {
    text-align: center;
}
#access .blk-ggmap {
    position: relative;
}

#access .blk-ggmap .gg-deco {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 20;
}
@media screen and (max-width: 743px) {
    #access .blk-ggmap .gg-deco {
        position: absolute;
        width: 90px;
        top: -20px;
        right: 10px;
        z-index: 20;
    }
}

#marimo .bt-marimo a {
    display: block;
    color: #00307c;
    max-width: 400px;
    width: 90%;
    font-size: 2.3rem;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    font-weight: 600;
    position: relative;
    /* bottom: -32px; */
    background-image: url("../img/arrow01.png");
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 42px;
    margin-top: 32px;
    margin-bottom: 20px;
}

@media screen and (max-width: 743px) {
    #marimo .bt-marimo a {
        display: block;
        color: #00307c;
        max-width: 250px;
        width: 90%;
        font-size: 1.4rem;
        background-color: #fff;
        margin: 0 auto;
        text-align: center;
        margin-top: 32px;
        padding: 15px 0;
        line-height: 1;
        font-weight: 600;
        position: relative;
        /* bottom: -32px; */
        background-image: url("../img/arrow01.png");
        background-repeat: no-repeat;
        background-position: left 25px center;
        background-size: 20px;
    }
}

#marimo .section-mv {
    position: relative;
    background: linear-gradient(90deg, #0080cc, #00307c);
    padding: 0 0 140px 0;
}
#marimo .section-mv .bg-japan {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/foooter-01.png");
    background-repeat: no-repeat;
    background-position: top -30px right 20px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width: 743px) {
    #marimo .section-mv {
        padding: 0 0 80px 0;
    }
    #marimo .section-mv .bg-japan {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../img/foooter-01.png");
        background-repeat: no-repeat;
        background-position: top -30px right 20px;
        background-size: 500px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}

#marimo .ttl-marimo {
    position: relative;
    max-width: 620px;
    padding: 30px 40px 30px 80px;
    background-color: #ffffff;
    top: -80px;
    z-index: 3;
}
@media screen and (max-width: 743px) {
    #marimo .ttl-marimo {
        position: relative;
        max-width: 80%;
        padding: 15px 30px 15px 30px;
        background-color: #ffffff;
        top: -30px;
        z-index: 3;
    }
}
#marimo .section-mv article {
    position: relative;
    color: #fff;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}

#marimo .section-mv article h3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    position: relative;
}
#marimo .section-mv article h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
    width: 4%;
    height: 1px;
    background-color: #ffffff;
}
#marimo .section-mv article .h3read {
    font-size: 2.8rem;
}
@media screen and (max-width: 743px) {
    #marimo .section-mv article {
        padding-top: 10px;
        position: relative;
        color: #fff;
        max-width: 1200px;
        width: 80%;
        margin: 0 auto;
        z-index: 2;
    }
    #marimo .section-mv article h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    #marimo .section-mv article h3::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -13%;
        width: 8%;
        height: 1px;
        background-color: #ffffff;
    }

    #marimo .section-mv article .h3read {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}
#marimo .group-marimo01,
#marimo .group-marimo02 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#marimo .group-marimo01 {
    position: relative;
    top: -40px;
    z-index: 2;
    margin-bottom: 60px;
}
@media screen and (max-width: 743px) {
    #marimo .group-marimo01 {
        top: -30px;
        margin-bottom: 20px;
    }
}

#marimo .group-marimo01 article {
    background-color: rgba(0, 48, 124, 0.7);
    padding: 10px 15px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#marimo .group-marimo01 article h5 {
    font-size: 1.6rem;
}
#marimo .group-marimo01 article .h5sub {
    font-size: 1.3rem;
}
@media screen and (max-width: 743px) {
    #marimo .group-marimo01 article h5 {
        font-size: 1.3rem;
    }
    #marimo .group-marimo01 article .h5sub {
        font-size: 1.1rem;
    }
}

#marimo .group-marimo01 h4 {
    background-color: #00307c;
    padding: 30px 40px;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 50px;
}

#marimo .group-marimo01 .f-w-g01 {
    width: 31%;
    position: relative;
}
@media screen and (max-width: 743px) {
    #marimo .group-marimo01 h4 {
        padding: 10px 25px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    #marimo .group-marimo01 .f-w-g01 {
        width: 100%;
        margin-bottom: 10px;
    }
}

#marimo .group-marimo02 {
    padding: 0 0 100px 0;
}
#marimo .group-marimo02 .f-w-g02 {
    width: 23%;
    margin-bottom: 40px;
}
@media screen and (max-width: 743px) {
    #marimo .group-marimo02 {
        padding: 0 0 50px 0;
    }
    #marimo .group-marimo02 .f-w-g02 {
        width: 47%;
        margin-bottom: 20px;
    }
}

#marimo .group-marimo02 h4 {
    font-size: 2.4rem;
    color: #00307c;
    margin-bottom: 50px;
}
#marimo .group-marimo02 h5 {
    font-size: 1.8rem;
    margin-top: 10px;
}
#marimo .group-marimo02 .h5sub {
    font-size: 1.4rem;
}
@media screen and (max-width: 743px) {
    #marimo .group-marimo02 h4 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    #marimo .group-marimo02 h5 {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    #marimo .group-marimo02 .h5sub {
        font-size: 1rem;
    }
}

footer {
    background-color: #fff;
    padding: 50px 0;
}
footer .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
}
@media screen and (max-width: 743px) {
    footer {
        background-color: #fff;
        padding: 25px 0;
    }
    footer .f-w-f {
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }
}

#privacy {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 200px 0;
}
@media screen and (max-width: 743px) {
    #privacy {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 70px 0;
    }
}

#privacy h2.ttl-privacy {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 30px;
}
#privacy .blk-h2 {
    margin-bottom: 50px;
}
#privacy article {
    background-color: #fff;
    padding: 80px 70px;
    margin-bottom: 30px;
}
@media screen and (max-width: 743px) {
    #privacy h2.ttl-privacy {
        font-size: 1.9rem;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #privacy .blk-h2 {
        margin-bottom: 50px;
    }

    #privacy article {
        padding: 30px 20px;
        margin: 0 -5%;
        margin-bottom: 20px;
    }
}

#privacy article .blk-indent {
    padding-left: 30px;
}
@media screen and (max-width: 743px) {
    #privacy article .blk-indent {
        padding-left: 25px;
    }
}

#privacy article h3.ttl-privacy {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3c821e;
}
@media screen and (max-width: 743px) {
    #privacy article h3.ttl-privacy {
        font-size: 1.7rem;
        line-height: 1.6;
    }
}

#privacy article dl {
    margin-bottom: 50px;
}

#privacy article dl dt {
    padding: 15px 25px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #3c821e;
    color: #fff;
}
#privacy article dl dd {
    padding-left: 25px;
}
@media screen and (max-width: 743px) {
    #privacy article dl {
        margin-bottom: 30px;
    }
    #privacy article dl dt {
        padding: 10px 15px;
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #privacy article dl dd {
        padding-left: 5px;
    }
}

#privacy article dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
#privacy article dl dd ul.num-list li {
    padding-left: 1.9em;
    text-indent: -1.9em;
}

#privacy .num-list-sin {
    padding-left: 1.9em;
    text-indent: -1.9em;
}

#privacy .frame-privacy {
    border: 1px solid #eee;
    padding: 20px;
}
@media screen and (max-width: 743px) {
    #privacy .frame-privacy {
        padding: 15px;
    }
}

#privacy article dl dd .note {
    font-size: 1.4rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 743px) {
    #privacy article dl dd .note {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

#privacy article dl dd .note a {
    text-decoration: underline;
}
.btn-privacy {
    display: inline-block;
    line-height: 1;
    padding: 10px 30px;
    font-size: 1.5rem;
    border-radius: 20px;
    margin-bottom: 20px;
    background: url("../img/arrow02.png") #f2f2f2 no-repeat left 15px center/5px 7px;
}
@media screen and (max-width: 743px) {
    .btn-privacy {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 400px) {
    .wide-img {
        display: block !important;
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        padding: 0 !important;
    }
}

.bnr_group {
    display: inline-flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 4rem;
    margin-left: 25px;
}
.bnr_marimo,
.bnr_moment-eternity {
    min-height: 0;
    width: auto;
    flex: 0 0 auto;
}
.bnr_marimo img,
.bnr_moment-eternity img {
    box-shadow: 0 2px 3px #00307c;
    height: auto;
    max-height: 90px;
    display: block;
}
@media screen and (max-width: 743px) {
    .bnr_group {
        display: flex;
        flex-direction: column;
        max-width: 245px;
        margin-inline: auto;
    }
    .bnr_marimo,
    .bnr_moment-eternity {
        width: 100%;
    }
    .bnr_marimo img,
    .bnr_moment-eternity img {
        height: 100%;
    }
}

.thanks_pt {
    padding-top: 40px;
}
