@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap";

:root {
    --vw: 100px;
    --vh: 100px;
}

@font-face {
    src: url(/assets/fonts/glyphs.woff2?7271e78a289b092c58cb23d56f3316f9) format("woff2"),
        url(/assets/fonts/glyphs.woff?7271e78a289b092c58cb23d56f3316f9) format("woff");
    font-family: glyphs;
}

i {
    line-height: 1;
}

i[class^="glyphs-"]:before,
i[class*=" glyphs-"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: glyphs !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none;
}

.glyphs-test:before {
    content: "\f101";
}

.glyphs-test2:before {
    content: "\f102";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.cleafix:after {
    display: block;
    clear: both;
    content: "";
}

main {
    display: block;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5e5e5e;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
}

.bg {
    background: #fff9dd;
}

img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 769px),
print {
    .show_sp {
        display: none !important;
    }

    #root {
        min-width: 1000px;
        margin: 0 auto;
        padding-top: 90px;
        overflow: hidden;
    }

    .row {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    a {
        text-decoration: none;
        -webkit-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        will-change: opacity;
    }

    a:hover {
        opacity: 0.7;
    }

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 500;
    }

    .common_ttl {
        margin-bottom: 38px;
    }

    .common_ttl .ttl {
        margin-bottom: 56px;
        font-size: 3.125rem;
        font-weight: 500;
        letter-spacing: 4px;
        text-align: center;
    }

    .common_ttl .ttl-s {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
    }

    .common_ttl .ttl-s span{
        border-bottom: 5px solid #AAD3B6;
    }
    .common_ttl .txt {
        font-size: 1.25rem;
        line-height: 1.8;
        text-align: center;
    }

    .common_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 400px;
        height: 74px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 37px;
        background: #ED9554;
        -webkit-box-shadow: 0 6px 0 0 #D87830;
        box-shadow: 0 6px 0 0 #D87830;
        color: #fff;
        font-size: 1.625rem;
        -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out,
            -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        will-change: opacity, transform, box-shadow;
    }

    /* ボタンの色だけ変える */
    .common_btn_pink {
        background: #ED5482;
        -webkit-box-shadow: 0 6px 0 0 #ED5482;
        box-shadow: 0 6px 0 0 #B42C56;
        color: #fff;
    }

    .common_btn:hover {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        opacity: 0.7;
    }

    .contactBelt {
        padding: 94px 0 102px;
        background: #50b6a4;
    }

    .contactBelt .row {
        position: relative;
    }

    .contactBelt .row .deco {
        position: absolute;
        top: -152px;
        right: 0;
        width: 105px;
    }

    .contactBelt .common_ttl {
        margin-bottom: 36px;
    }

    .contactBelt .common_ttl .ttl {
        margin-bottom: 60px;
        color: #fff;
    }

    .contactBelt .btn_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contactBelt .btn_area .contactBelt_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 344px;
        height: 114px;
        border-radius: 10px;
        background: #cff2ff;
        -webkit-box-shadow: 0 6px 0 0 #47a998;
        box-shadow: 0 6px 0 0 #47a998;
        font-size: 1.75rem;
        letter-spacing: 1px;
        -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out,
            -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        will-change: opacity, transform, box-shadow;
    }

    .contactBelt .btn_area .contactBelt_btn:hover {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .contactBelt .btn_area .contactBelt_btn .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        margin-right: 20px;
    }

    .contactBelt .btn_area .contactBelt_btn.type_01 .icon {
        width: 56px;
    }

    .contactBelt .btn_area .contactBelt_btn.type_02 .icon {
        width: 57px;
    }

    .contactBelt .btn_area .contactBelt_btn+.contactBelt_btn {
        margin-left: 22px;
    }

    .sec {
        padding: 96px 0;
    }

    .pageTtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 240px;
        background: #50b6a4;
    }

    .pageTtl_item {
        color: #fff;
        font-size: 2.75rem;
        letter-spacing: 2px;
    }

    .breadCrumb {
        padding: 28px 0 66px;
    }

    .breadCrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .breadCrumb ul li {
        position: relative;
        font-size: 0.875rem;
    }

    .breadCrumb ul li:not(:last-of-type) {
        margin-right: 26px;
    }

    .breadCrumb ul li:not(:last-of-type):after {
        display: block;
        position: absolute;
        top: 0;
        right: -15px;
        bottom: 0;
        width: 5px;
        height: 9px;
        margin: auto;
        background: url(../images/common/icon_breadcrumb.png?v8a29dc4fb8287844c0dd7cf38bb2bc4e) no-repeat;
        background-size: contain;
        content: "";
    }

    .breadCrumb ul li a {
        color: #50b6a4;
    }

    .breadCrumb+.sec {
        padding-top: 0;
    }

    .accordion {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        border: 2px solid #c6e7e1;
        border-radius: 10px;
        background: #fff;
    }

    .accordion+.accordion {
        margin-top: 16px;
    }

    .accordion .circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .accordion .circle span {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 1.3125rem;
    }

    .accordion .circle span:nth-of-type(2) {
        padding-top: 4px;
        font-size: 1.375rem;
    }

    .accordion__trigger {
        position: relative;
        padding: 30px 80px 30px 92px;
        font-size: 1.25rem;
        cursor: pointer;
    }

    .accordion__trigger.custom {
        padding: 18px 80px 18px 92px;
        line-height: 1.8;
    }

    .accordion__trigger:before {
        display: block;
        position: absolute;
        top: 0;
        right: 24px;
        bottom: 0;
        width: 10px;
        height: 16px;
        margin: auto;
        -webkit-transform: rotate(90deg) scale(1, 1);
        transform: rotate(90deg) scale(1, 1);
        background: url(../images/common/icon_arrow_green.png?v47bc1834270e1c8ace9f1d39cf27c7f0) no-repeat;
        background-size: contain;
        content: "";
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        will-change: transform;
    }

    .accordion__trigger .circle {
        top: 0;
        bottom: 0;
        margin: auto;
        background: #50b6a4;
        letter-spacing: 2px;
    }

    .accordion__trigger.active:before {
        -webkit-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
    }

    .accordion__target {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 0;
        overflow: hidden;
    }

    .accordion__inner {
        position: relative;
        padding: 14px 80px 30px 92px;
        font-size: 1rem;
        line-height: 1.9;
    }

    .accordion__inner .circle {
        top: 4px;
        background: #ffc514;
    }

    .accordion__inner a {
        text-decoration: underline;
    }

    .common_linkBox {
        padding-bottom: 30px;
    }

    .common_linkBox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .common_linkBox ul li {
        position: relative;
        width: 483px;
        height: 370px;
        padding: 30px 32px 52px;
        border: 6px solid #96d3c8;
        border-radius: 10px;
        background: #fff;
    }

    .common_linkBox ul li:nth-of-type(even) {
        margin-left: calc(100% - (483px * 2));
    }

    .common_linkBox ul li:nth-of-type(n + 3) {
        margin-top: 60px;
    }

    .common_linkBox ul li .common_linkBox_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .common_linkBox ul li .common_linkBox_ttl .icon {
        width: 52px;
    }

    .common_linkBox ul li .common_linkBox_ttl p {
        width: calc(100% - 52px);
        margin-left: 14px;
        padding-bottom: 10px;
        border-bottom: 3px solid #dcf0ed;
        color: #50b6a4;
        font-size: 2.125rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .common_linkBox ul li .common_linkBox_txt {
        margin-top: 28px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .common_linkBox ul li .common_linkBox_txt a {
        text-decoration: underline;
    }

    .common_linkBox ul li .common_btn {
        position: absolute;
        right: 0;
        bottom: 62px;
        left: 0;
        font-size: 1.625rem;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        min-width: 1000px;
        height: 90px;
        padding: 0px 40px;
        background: #fff;
    }

    .header_logo {
        display: block;
        width: 169px;
        height: 100%;
        background: url(../images/common/logo.png?vf7f6547e0972725c1ac9df3a3f55100e) center center no-repeat;
        background-size: contain;
        font-size: 0;
    }

    .header nav {
        max-width: 860px;
        width: calc(100% - 190px);
        height: 100%;
    }

    .header_list {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header_list li {
        font-size: 13px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

    .header_list li+li {
        margin-left: 20px;
    }

    .header_list li>a,
    .header_list li>span {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header_drop_nav {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 200px;
        height: 0px;
        border-radius: 5px;
        overflow: hidden;
        background: #FFF;
        transition: height .2s ease;
    }

    .header_drop_nav:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #85dc78 transparent;
        margin: 0 auto;
    }

    .header_drop_nav a {
        display: block;
        text-align: center;
        height: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #FFF;
        background: #85dc78;
    }

    .header_drop_nav a+a {
        padding-top: 0px;
    }

    .header_drop_nav a:nth-child(1) {
        border-radius: 5px 5px 0 0;
    }

    .header_drop_nav a:last-child {
        border-radius: 0 0 5px 5px;
    }

    .header_drop:hover .header_drop_nav {
        height: 90px;
    }

    .header_list li.custom a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 132px;
        height: 50px;
        background: #ffc514;
        -webkit-box-shadow: 0 3px 0 0 #e18a01;
        box-shadow: 0 3px 0 0 #e18a01;
        color: #fff;
        -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out,
            -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
        will-change: opacity, transform, box-shadow;
    }

    .header_list li.custom a:hover {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .footer_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer_wrap.type_02 {
        height: 48px;
        background: #fff;
    }

    .footer_wrap.type_02 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .footer_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
    }

    .footer .footer_link a {
        display: inline-block;
        position: relative;
        padding-right: 18px;
        color: #50b6a4;
        font-size: 0.875rem;
    }

    .footer .footer_link a+a {
        margin-left: 40px;
    }

    .footer .footer_link a:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 13px;
        height: 10px;
        margin: auto;
        background: url(../images/common/icon_link.png?vd47e7d6ec90a13ee6b159133c71d75b2) no-repeat;
        background-size: contain;
        content: "";
    }

    .footer_copy p {
        color: #50b6a4;
        font-family: Poppins, sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }

    .footer .page_top {
        z-index: 999;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 157px;
        height: 141px;
        font-size: 0;
    }

    .footer .page_top_item {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 60px;
        width: 71px;
        height: 71px;
        border: 7px solid #c6e7e1;
        border-radius: 50%;
        background: #50b6a4 url(../images/common/icon_page_top.png?v52b164fc4c84b359cad8ee939b1e1564) no-repeat center center / 22px auto;
    }
}

@media only screen and (max-width: 768px) {
    .show_pc {
        display: none !important;
    }

    main {
        margin-top: 15.625vw;
    }

    .row {
        padding-right: 4.166666666666666vw;
        padding-left: 4.166666666666666vw;
    }

    a {
        text-decoration: none;
    }

    input,
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px !important;
        font-weight: 500;
    }

    .common_ttl {
        margin-bottom: 4.947916666666666vw;
    }

    .common_ttl .ttl {
        margin-bottom: 6.770833333333333vw;
        font-size: 7.291666666666667vw;
        font-weight: 500;
        letter-spacing: 0.5208333333333333vw;
        text-align: center;
    }

    .common_ttl .txt {
        font-size: 3.3854166666666665vw;
        line-height: 1.6;
        text-align: center;
    }

    .common_ttl .ttl-s {
        font-size: 6.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom:30px;
    }

    .common_ttl .ttl-s span{
        border-bottom: 5px solid #AAD3B6;
    }

    .common_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        border-radius: 50px;
        background: #ED9554;
        -webkit-box-shadow: 0 5px 0 0 #D87830;
        box-shadow: 0 5px 0 0 #D87830;
        color: #fff;
        font-size: 27px;
    }

    /* ボタンの色だけ変える */
    .common_btn_pink {
        background: #ED5482;
        -webkit-box-shadow: 0 6px 0 0 #ED5482;
        box-shadow: 0 5px 0 0 #B42C56;
        color: #fff;
    }
    
    .contactBelt {
        padding: 12.5vw 0 15.625vw;
        background: #50b6a4;
    }

    .contactBelt .row {
        position: relative;
    }

    .contactBelt .row .deco {
        position: absolute;
        top: -29.947916666666668vw;
        right: 4.166666666666666vw;
        width: 19.921875vw;
    }

    .contactBelt .common_ttl {
        margin-bottom: 7.8125vw;
    }

    .contactBelt .common_ttl .ttl {
        margin-bottom: 6.510416666666667vw;
        color: #fff;
        letter-spacing: 0.26041666666666663vw;
    }

    .contactBelt .btn_area {
        display: block;
    }

    .contactBelt .btn_area .contactBelt_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 19.921875vw;
        border-radius: 1.3020833333333335vw;
        background: #cff2ff;
        -webkit-box-shadow: 0 0.78125vw 0 0 #47a998;
        box-shadow: 0 0.78125vw 0 0 #47a998;
        font-size: 5.208333333333334vw;
        letter-spacing: 0.13020833333333331vw;
        line-height: 1;
    }

    .contactBelt .btn_area .contactBelt_btn .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        margin-right: 10px;
    }

    .contactBelt .btn_area .contactBelt_btn.type_01 .icon {
        width: 8.854166666666668vw;
    }

    .contactBelt .btn_area .contactBelt_btn.type_02 .icon {
        width: 9.244791666666668vw;
    }

    .contactBelt .btn_area .contactBelt_btn+.contactBelt_btn {
        margin-top: 2.604166666666667vw;
    }

    .sec {
        padding: 19.53125vw 0;
    }

    .pageTtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 36.97916666666667vw;
        background: #50b6a4;
    }

    .pageTtl_item {
        color: #fff;
        font-size: 6.510416666666667vw;
        letter-spacing: 0.5208333333333333vw;
    }

    .breadCrumb {
        padding: 4.427083333333334vw 0 11.197916666666668vw;
    }

    .breadCrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .breadCrumb ul li {
        position: relative;
        font-size: 3.125vw;
    }

    .breadCrumb ul li:not(:last-of-type) {
        margin-right: 4.947916666666666vw;
    }

    .breadCrumb ul li:not(:last-of-type):after {
        display: block;
        position: absolute;
        top: 0.5208333333333333vw;
        right: -3.125vw;
        bottom: 0;
        width: 1.171875vw;
        height: 2.213541666666667vw;
        margin: auto;
        background: url(../images/common/icon_breadcrumb.png?v8a29dc4fb8287844c0dd7cf38bb2bc4e) no-repeat;
        background-size: contain;
        content: "";
    }

    .breadCrumb ul li a {
        color: #50b6a4;
    }

    .breadCrumb+.sec {
        padding-top: 0;
    }

    .accordion {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        border: 2px solid #c6e7e1;
        border-radius: 1.3020833333333335vw;
        background: #fff;
    }

    .accordion+.accordion {
        margin-top: 2.34375vw;
    }

    .accordion:last-of-type {
        margin-bottom: 3.90625vw;
    }

    .accordion .circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 2.604166666666667vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 9.114583333333332vw;
        height: 9.114583333333332vw;
        border-radius: 50%;
        background: #50b6a4;
        font-size: 3.6458333333333335vw;
    }

    .accordion .circle span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-family: Poppins, sans-serif;
        line-height: 1;
    }

    .accordion .circle span:nth-of-type(2) {
        padding-top: 1.0416666666666665vw;
        font-size: 3.90625vw;
    }

    .accordion__trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 15.625vw;
        padding: 2.604166666666667vw 13.020833333333334vw 2.604166666666667vw 14.583333333333334vw;
        font-size: 3.3854166666666665vw;
        cursor: pointer;
    }

    .accordion__trigger .circle {
        top: 3.125vw;
        background: #50b6a4;
        letter-spacing: 0.390625vw;
    }

    .accordion__trigger:before {
        display: block;
        position: absolute;
        top: 0;
        right: 3.90625vw;
        bottom: 0;
        width: 2.083333333333333vw;
        height: 3.125vw;
        margin: auto;
        -webkit-transform: rotate(90deg) scale(1, 1);
        transform: rotate(90deg) scale(1, 1);
        background: url(../images/common/icon_arrow_green.png?v47bc1834270e1c8ace9f1d39cf27c7f0) no-repeat;
        background-size: contain;
        content: "";
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        will-change: transform;
    }

    .accordion__trigger.active:before {
        -webkit-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
    }

    .accordion__target {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 0;
        overflow: hidden;
    }

    .accordion__inner {
        position: relative;
        min-height: 11.71875vw;
        padding: 2.604166666666667vw 13.020833333333334vw 2.864583333333333vw 14.583333333333334vw;
        font-size: 2.604166666666667vw;
        line-height: 1.5;
    }

    .accordion__inner .circle {
        top: 0;
        background: #ffc514;
    }

    .accordion__inner a {
        text-decoration: underline;
    }

    body.menu-open {
        position: fixed;
    }

    .common_linkBox ul li {
        width: 100%;
        padding: 5.729166666666666vw 5.729166666666666vw 6.770833333333333vw;
        border: 4px solid #96d3c8;
        border-radius: 1.3020833333333335vw;
        background: #fff;
    }

    .common_linkBox ul li+li {
        margin-top: 5.208333333333334vw;
    }

    .common_linkBox ul li .common_linkBox_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .common_linkBox ul li .common_linkBox_ttl .icon {
        width: 10.286458333333332vw;
    }

    .common_linkBox ul li .common_linkBox_ttl p {
        width: calc(100% - 10.286458333333332vw);
        margin-left: 1.5625vw;
        padding-bottom: 2.083333333333333vw;
        border-bottom: 2px solid #dcf0ed;
        color: #50b6a4;
        font-size: 5.989583333333334vw;
        line-height: 1.3;
    }

    .common_linkBox ul li .common_linkBox_txt {
        margin-top: 3.90625vw;
        font-size: 3.3854166666666665vw;
        line-height: 1.6;
    }

    .common_linkBox ul li .common_linkBox_txt a {
        text-decoration: underline;
    }

    .common_linkBox ul li .common_btn {
        margin-top: 5.729166666666666vw;
        font-size: 4.947916666666666vw;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 15.625vw;
        padding: 0 4.166666666666666vw;
        background: #fff;
    }

    .header.is-active .header_list {
        left: 0;
    }

    .header.is-active .hamburger:before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .header.is-active .hamburger:after {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header_logo {
        display: block;
        width: 39.19270833333333vw;
        height: 6.901041666666667vw;
        background: url(../images/common/logo.png?vf7f6547e0972725c1ac9df3a3f55100e) no-repeat;
        background-size: contain;
        font-size: 0;
    }

    .header_list {
        display: block;
        position: absolute;
        top: 100%;
        left: -100vw;
        width: 100%;
        height: 100vh;
        padding: 0 4.166666666666666vw;
        overflow: hidden;
        background: #fff;
        -webkit-transition: left 0.4s ease-out;
        -o-transition: left 0.4s ease-out;
        transition: left 0.4s ease-out;
        will-change: left;
    }

    .header_list li>a,
    .header_list li>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 4.166666666666666vw;
        letter-spacing: 0.26041666666666663vw;
    }

    .header_list li:not(.custom):not(.header_link)+li:not(.custom):not(.header_link) {
        border-top: 1px solid #ddd;
    }

    .header_list li:not(.custom):not(.header_link)>a,
    .header_list li:not(.custom):not(.header_link)>span {
        height: 11.979166666666668vw;
        padding-left: 4.6875vw;
    }

    .header_list li:not(.custom):not(.header_link)>a:before {
        display: block;
        position: absolute;
        top: 0.6510416666666667vw;
        bottom: 0;
        left: 0;
        width: 3.125vw;
        height: 3.125vw;
        margin: auto;
        border: 2px solid #96d3c8;
        border-radius: 50%;
        content: "";
    }

    .header_list li:not(.custom):not(.header_link)>span:before {
        display: block;
        position: absolute;
        top: 0.6510416666666667vw;
        bottom: 0;
        left: 0;
        width: 3.125vw;
        height: 3.125vw;
        margin: auto;
        border: 2px solid #96d3c8;
        content: "";
        transform: rotate(45deg);
    }

    .header_drop_nav {
        padding: 0 0 10px 20px;
    }

    .header_drop_nav>a {
        display: block;
        padding: 10px 0;
    }

    .header_list li.custom {
        margin-top: 7.8125vw;
    }

    .header_list li.custom a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 51.171875vw;
        height: 11.71875vw;
        margin: 0 auto;
        background: #ffc514;
        -webkit-box-shadow: 0 0.78125vw 0 0 #e18a01;
        box-shadow: 0 0.78125vw 0 0 #e18a01;
        color: #fff;
    }

    .header_list li.header_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 9.114583333333332vw;
    }

    .header_list li.header_link a {
        height: auto;
        padding-right: 4.427083333333334vw;
        color: #50b6a4;
        font-size: 3.6458333333333335vw;
        letter-spacing: 0.13020833333333331vw;
    }

    .header_list li.header_link a+a {
        margin-top: 4.166666666666666vw;
    }

    .header_list li.header_link a:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2.994791666666667vw;
        height: 2.34375vw;
        margin: auto;
        background: url(../images/common/icon_link.png?vd47e7d6ec90a13ee6b159133c71d75b2) no-repeat;
        background-size: contain;
        content: "";
    }

    .header .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        right: 4.166666666666666vw;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10.416666666666668vw;
        height: 10.416666666666668vw;
        margin: auto;
        border-radius: 50%;
        background: #50b6a4;
    }

    .header .hamburger:before,
    .header .hamburger:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.947916666666666vw;
        height: 2px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 0.26041666666666663vw;
        background: #fff;
        content: "";
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        will-change: transform;
    }

    .header .hamburger:before {
        top: calc(50% - 1.0416666666666665vw);
    }

    .header .hamburger:after {
        top: calc(50% + 1.0416666666666665vw);
    }

    .footer_wrap.type_02 {
        padding: 3.90625vw 0 5.208333333333334vw;
        background: #fff;
    }

    .footer_wrap.type_02 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .footer_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .footer_link a {
        position: relative;
        padding-right: 4.427083333333334vw;
        color: #50b6a4;
        font-size: 2.864583333333333vw;
    }

    .footer .footer_link a+a {
        margin-left: 5.729166666666666vw;
    }

    .footer .footer_link a:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2.994791666666667vw;
        height: 2.34375vw;
        margin: auto;
        background: url(../images/common/icon_link.png?vd47e7d6ec90a13ee6b159133c71d75b2) no-repeat;
        background-size: contain;
        content: "";
    }

    .footer_copy {
        margin-top: 2.083333333333333vw;
    }

    .footer_copy p {
        color: #50b6a4;
        font-family: Poppins, sans-serif;
        font-size: 2.604166666666667vw;
        letter-spacing: 0.13020833333333331vw;
    }

    .footer .page_top {
        z-index: 999;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 23.697916666666664vw;
        height: 21.875vw;
        font-size: 0;
    }

    .footer .page_top_item {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 4.166666666666666vw;
        width: 13.020833333333334vw;
        height: 13.020833333333334vw;
        border: 4px solid #c6e7e1;
        border-radius: 50%;
        background: #50b6a4 url(../images/common/icon_page_top.png?v52b164fc4c84b359cad8ee939b1e1564) no-repeat center center / 3.90625vw auto;
    }
}

@media (max-width: 1180px) and (min-width: 769px),
print {
    .header {
        padding: 20px 30px;
    }

    .header_list li+li {
        margin-left: 12px;
    }
}



/**
LINE遷移ボタン
**/

#bitview {
    display: none;
    opacity: 0;
    -webkit-appearance: none;
}

.banner_close {
    position: absolute;
    top: 5px;
    left: 5px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #06c755;
}

.banner_close:before {
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #06c755;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner_close:after {
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #06c755;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:769px) {
    .banner_close {
        top: 5px;
        left: 5px;
        width: 25px;
        height: 25px;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .banner_close:before,
    .banner_close:after {
        width: 20px;
        height: 2px;
    }
}

.banner_img_wrap img:nth-child(1) {
    display: block;
}

.banner_img_wrap img:nth-child(2) {
    display: none;
}

@media screen and (max-width:769px) {
    .banner_img_wrap img:nth-child(1) {
        display: none;
    }

    .banner_img_wrap img:nth-child(2) {
        display: block;
    }

    .banner_close:before {
        content: '';
        display: block;
        width: 12px;
        height: 2px;
        background: #06c755;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .banner_close:after {
        content: '';
        display: block;
        width: 12px;
        height: 2px;
        background: #06c755;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

}

#bit_banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 25px);
    max-width: 250px;
    padding-bottom: 10px;


    -moz-transition: transform .6s ease;
    -webkit-transition: transform .6s ease;
    transition: transform .6s ease;
    -moz-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
}

@media screen and (max-width:769px) {
    #bit_banner {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 0;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#bitview:checked~#bit_banner {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bitbanner_btn {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    width: 100%;
}


@media screen and (max-width:769px) {
    #bit_banner {
        left: 50%;
        -moz-transform: translate(-50%, 100%);
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }

    #bitview:checked~#bit_banner {
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    #bit_banner>a {
        width: 100%;
    }

    .bitbanner_btn_sp {
        width: 100%;
    }
}

/**
スマホ
**/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}