@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap');
@import url('extra.css');


/*config*/
:root {
    --main-color: #5BB73B;
    --sub-color: #323B42;
    --header-height: 130px;
    --fixed-header-height: 70px;
    --sp-header-height: 70px;
}

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

.grecaptcha-badge {
    z-index: 3;
}

/* ////////////////////////////////////////////
*                 BASE
* //////////////////////////////////////////// */

/* clearfix
------------------------------------------*/
.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}


.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.wp-caption {
    width: 100% !important;
}

/* base
------------------------------------------*/

html {
    height: 100%;
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width:768px) {
    html {
        font-size: 52.5%;
    }
}

body {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    */
    /*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--sub-color);
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
}


.jp {

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.en {
    font-family: "Lato", sans-serif;
}

.bold {
    font-weight: bold;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

/* use hover animation */
a,
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/* ////////////////////////////////////////////
*                 common
* //////////////////////////////////////////// */

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner-lg {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner-sm {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


.main-common-ttl {
    font-size: 4.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    position: relative;
    display: block;
}


.main-common-ttl::after {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 1px;
    background: var(--sub-color);
}

.main-common-ttl .en {
    font-size: 2.2rem;
    color: var(--main-color);
    display: block;
}


@media screen and (max-width:920px) {
    .main-common-ttl {
        font-size: 3.2rem;
        padding-bottom: 1em;
    }
}



/* ////////////////////////////////////////////
*                 header
* //////////////////////////////////////////// */
#header {
    padding: 0 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

body:not(.home) #header {
    border-bottom: 1px solid #ddd;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-animation: fixedanime 1s 0s both;
    animation: fixedanime 1s 0s both
}

@keyframes fixedanime {
    0% {
        opacity: (.1);
        transform: translateY(-100px)
    }

    70% {
        opacity: (.1)
    }

    100% {
        opacity: (1);
        transform: translateY(0)
    }
}


#header-inner {
    max-width: 100%;
    height: var(--header-height);
    margin: 0 auto;
    position: relative;
}

.fixed #header-inner {
    height: var(--fixed-header-height);
}

.is-drawer-open #header-inner {
    background: #fff;
}

@media screen and (max-width:1199px) {

    #header {
        position: fixed;
        padding: 0 0px;
    }

    #header.fixed {
        -webkit-animation: none;
        animation: none;
    }

    #header-inner,
    .fixed #header-inner {
        height: var(--sp-header-height);
    }

}

#header-logo {
    max-width: 200px;
}

#header.fixed #header-logo {
    max-width: 120px;
}

@media screen and (max-width:1500px) {
    #header-logo {
        max-width: 150px;
    }
}

@media screen and (max-width:768px) {
    #header-logo {
        max-width: 120px;
    }
}


#header-contact a {
    padding: 0.8em 1.5em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    color: #fff;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 30px;
    font-size: 1.7rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#header-contact a::before {
    content: '\f56d';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";
    margin-right: 0.2em;
    display: inline-block;

}

#header-contact a::after {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

#header-contact a:hover {
    color: var(--main-color);
    opacity: 1;
}

#header-contact a:hover::after {
    transform: scale(1, 1);
}

#header-contact a.movie {
    color: var(--main-color);
    background: #fff;
    margin-left: 5px;
}

#header-contact a.movie::before {
    content: '\f144';

}


#header-contact a.movie::after {
    background: var(--main-color);
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

#header-contact a.movie:hover {
    color: #fff;
    opacity: 1;
}

#header-contact a.movie:hover::after {
    transform: scale(1, 1);
}



#gnav {
    margin-left: 5%;
    position: relative;
    flex: 1;
}

@media screen and (max-width:1400px) {
    #gnav {
        margin-left: 0;
    }
}

#gnav>ul {
    height: 100%;
}

#gnav a:hover,
#gnav>ul>li.current a {
    text-decoration: none;
    opacity: 1;
    color: var(--main-color);
}

#gnav>ul>li {
    height: 100%;
    position: relative;
    margin: 0 1em;
}


#gnav>ul>li>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 2rem;
    white-space: nowrap;
}


@media screen and (max-width:1400px) {
    #header-contact a {
        font-size: 1.6rem;
    }

    #gnav>ul>li {
        margin: 0 1vw;
    }

    #gnav>ul>li>a {
        font-size: 1.6rem;
    }
}



/* ////////////////////////////////////////////
*                 wrapper
* //////////////////////////////////////////// */
#wrapper {
    background: url("../images/bg-01.png") no-repeat center center / contain;
    background-attachment: fixed;
    overflow-x: hidden
}

#content {
    position: relative;
    z-index: 2;
}

@media screen and (min-width:1199px) {
    #content.fixed {
        margin-top: var(--fixed-header-height);
    }
}

/* ////////////////////////////////////////////
*                 mainimage
* //////////////////////////////////////////// */
#mainimage {
    position: relative;
    z-index: -1;
    padding: 0 0 0 0;
    display: block;
    margin: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}

#mainimage::before {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 100%;
    content: "";
    display: inline-block;
    background: url("../images/mv-obj.png") no-repeat bottom center / contain;
    z-index: 3;
}


#mainimage-copy {
    position: absolute;
    left: 4vmax;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}

#mainimage-copy::before {
    position: absolute;
    content: "";
    width: 3.5vmax;
    height: 1px;
    background: #fff;
    left: -4vmax;
    top: 0.5em;
}

#mainimage-copy .sub {
    line-height: 1;
    margin-bottom: 1.5vmax;
    font-weight: 600;
}

#mainimage-copy .main {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5vmax;
}

#mainimage-copy .logo {
    margin-bottom: 2vmax;
}


#mainimage-copy .cta {
    display: flex;
    gap: 15px;
}


#mainimage-copy .cta a {
    padding: 0.8em 3em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    color: #fff;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 60px;
    display: inline-block;
    font-size: 2.5rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:768px) {
    #mainimage-copy {
        width: calc(100% - 8vmax);
        top: auto;
        transform: none;
        bottom: 8vh;
    }

    #mainimage-copy .sub {
        font-size: 1.6rem;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    }

    #mainimage-copy .main {
        font-size: 7.8vw;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    }

    #mainimage-copy .logo img {
        max-width: 50%;
    }

    #mainimage-copy .cta a {
        padding: 0.8em 1em;
        font-size: 3.5vw;
        width: 50%;
        text-align: center;
    }

}

#mainimage-copy .cta a::before {
    content: '\f56d';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";
    margin-right: 0.2em;
    display: inline-block;

}

#mainimage-copy .cta a::after {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

#mainimage-copy .cta a:hover {
    color: var(--main-color);
    opacity: 1;
}

#mainimage-copy .cta a:hover::after {
    transform: scale(1, 1);
}


#mainimage-copy .cta a.movie {
    color: var(--main-color);
    background: #fff;
}

#mainimage-copy .cta a.movie::before {
    content: '\f144';

}

#mainimage-copy .cta a.movie::after {
    background: var(--main-color);
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

#mainimage-copy .cta a.movie:hover {
    color: #fff;
    opacity: 1;
}

#mainimage-copy .cta a.movie:hover::after {
    transform: scale(1, 1);
}


#mainimage .image {
    text-align: center;
    height: 700px;
}

@media screen and (max-width:768px) {
    #mainimage .image {
        height: 60vh;
    }
}

#mainimage .image img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: right center;
    width: 100%;
}


@media screen and (max-width:768px) {
    #mainimage {
        height: auto;
        text-align: center;
        margin-top: var(--sp-header-height);
    }


}


/* ////////////////////////////////////////////
*                 top
* //////////////////////////////////////////// */


/* main-solution
------------------------------------------*/
.main-solution {
    padding: 6vmax 0;
    text-align: center;
}


.main-solution-inner .copy {
    margin-top: 4vmax;
    font-size: 3rem;
    text-align: left;
    line-height: 3;

}

@media screen and (max-width:920px) {

    .main-solution-inner .copy {
        font-size: 2.3rem;

    }
}

.main-solution-list .once {
    display: flex;
    max-width: 100%;
    margin: 0 auto 3vmax auto;
    position: relative;
    z-index: 3;
    min-height: 300px;
}


.main-solution-list .once .before,
.main-solution-list .once .after {
    width: 50%;
    flex: 1;
    line-height: 1.6;
}

.main-solution-list .once .before {
    background: #f3f3f3;
}

.main-solution-list .once .after {
    background: #fff;
}

.main-solution-list .once .ttl {
    padding: 0.8em;
    background: var(--sub-color);
    color: #fff;
    font-weight: 800;
    position: relative;
}

@media screen and (max-width:768px) {
    .main-solution-list .once .ttl {
        font-size: 1.8rem;
    }
}

.main-solution-list .once .before .ttl::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: var(--sub-color);
    border-width: 10px;
    margin-top: -10px;
    z-index: 2;
}

.main-solution-list .once .before .ttl {
    border-radius: 15px 0 0 0;
}

.main-solution-list .once .after .ttl {
    background: var(--main-color);
    border-radius: 0 15px 0 0;
}

.main-solution-list .once .txt {
    padding: 1.5em;
    text-align: left;
}

@media screen and (max-width:768px) {
    .main-solution-list .once .txt {
        font-size: 1.8rem;
        padding: 0.5em 1em;
    }
}

.main-solution-list .once .check li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.main-solution-list .once .check li:last-of-type {
    margin-bottom: 0;
}

.main-solution-list .once .check li::before {
    content: '\f14a';
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    margin-left: -1em;
    display: inline-block;
    color: var(--main-color);
}

.l-hero {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.l-hero-wrapper {
    width: 5000px;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    will-change: auto;
    position: relative;
}

.l-hero .main-common-ttl {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


.l-hero-scrolling .l-hero-wrapper {
    height: 100vh !important;
}

.l-hero-panel {
    width: 1000px;
    margin-right: 20px;
    /* アイテム間のスペースを追加 */
    /*height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
}

@media screen and (max-width:920px) {
    .l-hero-wrapper {
        width: 400%;
    }

    .l-hero .main-common-ttl {
        position: relative;
        top: 10px;
        left: 0;
        transform: none;
        z-index: 10;
    }


    .l-hero-panel {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
    }
}

/* main-feature
------------------------------------------*/
.main-feature {
    padding: 6vmax 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: var(--main-color);
}

.main-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: url("../images/feature-bg-top.png") repeat-x top left;
    z-index: 2;
}

.main-feature::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url("../images/feature-bg-btm.png") repeat-x bottom left;
    z-index: 2;
}

.main-feature-inner {
    max-width: 1280px;
    padding: 0 2vmax;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.main-feature-inner .main-common-ttl,
.main-feature-inner .main-common-ttl .en {
    color: #fff;
}

/* thumb*/
.main-feature-thumb {
    width: 100%;
}

@media screen and (min-width:921px) {
    .main-feature-thumb .slick-track {
        transform: unset !important;
    }
}

.main-feature-thumb li {
    flex: 1;
}

.main-feature-thumb li .tab {
    background: var(--sub-color);
    color: #fff;
    line-height: 1.2;
    padding: 0 0.5em;
    height: 120px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.85rem;
    position: relative;
    cursor: pointer;
}

.main-feature-thumb li.slick-current .tab::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.main-feature-thumb li:last-of-type .tab {
    margin-right: 0px;
}

.main-feature-thumb li.slick-current .tab {
    background: #fff;
    color: var(--sub-color);
}

.main-feature-thumb li .tab .num {
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    font-size: 3rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-right: 10px;
    flex-shrink: 0;
}

@media screen and (max-width:920px) {

    .main-feature-thumb li .tab {
        flex-direction: column;
        font-size: 1.6rem;

    }

    .main-feature-thumb li .tab .num {
        font-size: 1.4rem;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin: 5px;

    }
}

.main-feature-thumb li .tab .txt {
    flex: 1;
    text-align: left;
    font-weight: 600;
}

/*content*/
.main-feature-slide li .content {
    background: #fff;
    border-radius: 10px;
    padding: 3vmax;

}

.main-feature-slide li .ttl {
    display: flex;
    justify-content: flex-start;
    font-size: 3.6rem;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    line-height: 1.4;
    text-align: left;

}

.main-feature-slide li .num {
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    font-size: 3rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-right: 10px;
    flex-shrink: 0;
}

@media screen and (max-width:920px) {
    .main-feature-slide li .ttl {
        font-size: 2.4rem;

    }

    .main-feature-slide li .num {
        font-size: 2.2rem;
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
}


.main-feature-slide ul.list {
    list-style-type: disc;
    /* 中点 */
    list-style-position: inside;
    /* ul範囲に中点を入れる */
    text-indent: -20px;
    padding-left: 20px;
}

.main-feature-slide ul.list li {
    line-height: 1.4;
}

/* main-cta
------------------------------------------*/
.main-cta {
    padding: 6vmax 2vmax;
    background: #fff url("../images/cta-bg.png") no-repeat right center / cover;

}

.main-cta a {
    padding: 1em 4em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 60px;
    display: inline-block;
    font-size: 3rem;
    position: relative;
    overflow: hidden;
    z-index: 6;
}

@media screen and (max-width:768px) {
    .main-cta a {
        width: 90%;
        padding: 1em 1em;
        font-size: 2.4rem;
    }
}

.main-cta a::before {
    content: '\f56d';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";
    margin-right: 0.2em;
    display: inline-block;

}

.main-cta a::after {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.main-cta a:hover {
    color: var(--main-color);
    opacity: 1;
}

.main-cta a:hover::after {
    transform: scale(1, 1);
}

/* main-function
------------------------------------------*/
.main-function {
    padding: 6vmax 2vmax;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
}

.main-function-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* main-flow
------------------------------------------*/
.main-flow {
    background: #F3F3F3;
    padding: 6vmax 2vmax;
    position: relative;
}

.main-flow-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.main-flow-list {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0;
}

@media screen and (max-width:768px) {
    .main-flow-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .main-flow-list:last-of-type {
        margin-top: -22px;
    }
}

.main-flow-list::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted var(--main-color);
}

.main-flow-list li {
    position: relative;
    padding-bottom: 45px;
}

.main-flow-list:first-of-type li:last-of-type::before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 50%;
    height: 8px;
    background: #F3F3F3;
}

.main-flow-list:first-of-type li:last-of-type::after {
    z-index: -2;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 2px dotted var(--main-color);
}

/*２段目*/

.main-flow-list:last-of-type {
    position: relative;
    z-index: 4;
}

.main-flow-list:last-of-type::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-top: 2px dotted var(--main-color);

}

.main-flow-list:last-of-type li {
    padding-top: 45px;
    padding-bottom: 0;
}

.main-flow-list:last-of-type li:first-of-type::before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: -2px;
    width: 50%;
    height: 5px;
    background: #F3F3F3;
}

.main-flow-list:last-of-type li:first-of-type::after {
    z-index: -2;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 50%;
    border-right: 2px dotted var(--main-color);
}



/*中身*/


.main-flow-list li .once {
    background: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: rgba(220, 220, 220, 0.8) 0px 7px 29px 0px;
}

.main-flow-list li .once .ttl {
    background: var(--main-color);
    border-radius: 15px 15px 0 0;
    padding: 1em;
    color: #fff;
    position: relative;
    font-size: 3rem;
    font-weight: 800;
}

.main-flow-list li .once .ttl .num {
    background: #fff;
    color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}


.main-flow-list li .once .once-inner .image {
    padding: 1.5em 0;
}

.main-flow-list li .once .once-inner .txt {
    padding: 0 1.5em 1.5em 1.5em;
    text-align: left;
}

@media screen and (max-width:768px) {
    .main-flow-list li .once .ttl {
        font-size: 2.4rem;
        padding: 1em 0 0.5em 0;
    }

    .main-flow-list li .once .ttl .num {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        top: -20px;
    }

    .main-flow-list li .once .once-inner {
        display: flex;
        align-items: center;
    }

    .main-flow-list li .once .once-inner .image {
        width: 90px;
    }

    .main-flow-list li .once .once-inner .txt {
        flex: 1;
        padding: 1em;
        font-size: 1.6rem;
    }

    .main-flow-list:first-of-type li:last-of-type::before,
    .main-flow-list:last-of-type::before,
    .main-flow-list:first-of-type li:last-of-type::after,
    .main-flow-list:last-of-type li:first-of-type::after {
        display: none;
    }

    .main-flow-list::after {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        border-left: 2px dotted var(--main-color);
    }

}

/* main-case
------------------------------------------*/
.main-case {
    padding: 6vmax 0;
    position: relative;
    z-index: 6;
}

.main-case::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: #5BB73B url("../images/case-bg.png") repeat-x top center;
    z-index: -1;

}

.main-case::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
}

.main-case .once {
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    position: relative;
    margin: 100px 20px 0 20px;
}

@media screen and (max-width:768px) {
    .main-case .once {
        margin: 100px 5px 0 5px;
    }
}

.main-case .once .image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -90px;

}

@media screen and (max-width:768px) {
    .main-case .once .image {
        width: 120px;
        top: -60px;

    }
}

.main-case .once .name {
    font-weight: 800;

}

.main-case .once .txt {
    padding: 2em;
    margin: 100px 0 0 0;

}

@media screen and (max-width:768px) {
    .main-case .once .txt {
        padding: 1.2em;
        margin: 80px 0 0 0;

    }
}


/* Arrows */

.main-case .slick-prev,
.main-case .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    content: "";
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 99;
    color: transparent;
    border: 1px solid var(--main-color);
    outline: none;
}

@media screen and (max-width : 980px) {

    .main-case .slick-prev,
    .main-case .slick-next {
        width: 40px;
        height: 40px;
    }
}

.main-case .slick-prev:before {
    font-size: 30px;
    color: var(--main-color);
}

.main-case .slick-next:before {
    font-size: 30px;
    color: var(--main-color);
}

/* size */
.main-case .once {
    max-width: 550px;
}

.main-case .slick-next {
    right: calc((100vw - 650px) / 2);
}

.main-case .slick-prev {
    left: calc((100vw - 650px) / 2);
}

@media screen and (max-width : 575px) {
    .main-case .slick-prev {
        left: 3px !important;
    }

    .main-case .slick-next {
        right: 3px !important;
    }

}



/* main-faq
------------------------------------------*/
.main-faq {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;

}

.main-faq-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


.main-faq .faq-q {
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.main-faq .faq-q::after {
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
    content: '\f067';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";

}

.main-faq .faq-q.open::after {
    content: '\f068';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";

}


.main-faq .faq-q::before,
.main-faq .faq-a .content::before {
    content: 'Q';
    margin-right: 0.5em;
    line-height: 1;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 3rem;
    background: var(--main-color);
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-faq .faq-a .content::before {
    content: 'A';
    background: var(--sub-color);
}

.main-faq .faq-a {
    display: none;
    margin-top: 1em;
}

.main-faq-list li {
    margin-bottom: 2vmax;
}

.main-faq-list li:last-of-type {
    margin-bottom: 0;
}

.main-faq-list li .once {
    background: #fff;
    padding: 2em;
    border-radius: 15px;
    box-shadow: rgba(220, 220, 220, 0.8) 0px 7px 29px 0px;
}

@media screen and (max-width:768px) {
    .main-faq .faq-q {
        font-size: 2rem;
        line-height: 1.4;
        padding-right: 1.5em;
    }


    .main-faq .faq-q::before,
    .main-faq .faq-a .content::before {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 3rem;
    }

    .main-faq-list li .once {
        padding: 1em;
    }
}


/* contact
------------------------------------------*/

.main-contact {
    position: relative;
    padding: 6vmax 2vmax;
    display: block;
    background: #F7F6F3;
}

.main-contact-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}


.main-contact .desc {
    background: #fff;
    padding: 4vmax 2vmax;
}


.main-contact .desc .ttl {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 1.5em 0;
}

.main-contact .desc .list li::before {
    content: '●';
    margin-right: 0.5em;
    color: var(--main-color);
}

@media screen and (max-width:768px) {
    .main-contact .desc {
        font-size: 1.7rem;
        margin-bottom: 2vmax;
    }


    .main-contact .desc .ttl {
        font-size: 2.2rem;
    }

}

.table-contact p {
    margin: 0 0 0 0;
}

.table-contact {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.table-contact th,
.table-contact td {
    display: block;
    width: 100%;
}

.table-contact th {
    vertical-align: middle;
}

.table-contact th .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.2;
}

.table-contact .hissu {
    display: inline-block;
    background: #F485A7;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.15em 0.5em;
    margin-right: 1em;
}

.table-contact td {
    margin: 0 0 0.5em 0;
    padding: 0;
    text-align: left;
}

.table-contact td .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    padding: 10px 0;
    font-size: 1.6rem;
}

@media screen and (max-width:768px) {
    .table-contact td .wpcf7-checkbox {
        grid-template-columns: repeat(1, 1fr);
        gap: 3px;
        font-size: 1.8rem;
    }
}


.table-contact td ul li {
    margin: 0 0 0 20px;
    list-style: outside disc;
}

@media screen and (max-width:768px) {
    .table-contact th .title {
        justify-content: flex-start;
        text-align: left;
    }


    .table-contact th {
        border-bottom: none;
    }

    .table-contact td {
        border-bottom: none;
    }

    .table-contact tr:last-of-type td {
        border-bottom: #ccc 1px solid;
    }
}


.table-contact .type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;

}

.table-contact .type-grid .horizontal-item {
    margin-left: 0;
}

.mw_wp_form .error {
    background: #FADBDA;
}

@media screen and (max-width:768px) {
    .table-contact .type-grid {
        display: block;
    }

    .table-contact .type-grid .horizontal-item {
        display: block;
    }
}

button,
input,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1.8rem;
}

select {
    padding: 0.3em;
    font-size: 1.6rem;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.3em;
    width: 100%;
    background: #fff;
}

@media screen and (max-width:768px) {

    textarea,
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        font-size: 2rem;
        padding: 0.8em;
    }
}

@media screen and (min-width:768px) {


    input[type="text"].short {
        width: 50%;
    }

}


.form-btn {
    text-align: center;
    margin: 4vmax;
}

@media screen and (max-width:768px) {
    .form-btn {
        margin: 4vmax 5px 5px 5px;
    }

}

.form-btn input {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 0.3em 2em;
    font-size: 2rem;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width:768px) {

    .form-btn input {
        width: 90%;
        /* 文字送りされるように幅を決める */
        white-space: normal;
        /* 文字がはみ出た時のルールを文字送りに指定 */
    }

}


.form-btn input {
    display: inline-block !important;
    padding: 0.8em 2em;
    background: var(--main-color);
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 30px;
}

.form-btn input:hover {
    color: #fff;
}

.form-btn input::after {
    content: '\f0a9';
    font-weight: bold;
    font-family: "Font Awesome 6 Free";
    margin-left: 0.5em;
}



.form-privacy {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin: auto;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2vmax;
    text-align: left;
}

.form-privacy h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3em;

}

.form-privacy h3 {
    font-weight: bold;
    margin-bottom: 0.3em;
}

.form-privacy p {
    margin-bottom: 1.5em;
}

.form-privacy ol {
    list-style-type: decimal;
    margin-left: 2em;
    margin-bottom: 1.5em;
}



/* ////////////////////////////////////////////
*                 footer
* //////////////////////////////////////////// */


#copyright {
    font-size: 12px;
    padding: 0.5em;
    padding: 4vmax 2vmax;
    background: #fff;
    z-index: 3;
    position: relative;
}



/* ////////////////////////////////////////////
*                 pagetop-btn
* //////////////////////////////////////////// */
.grecaptcha-badge {
    bottom: 90px !important;
}

.pagetop-btn-wrap {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.pagetop-btn {
    position: relative;

}

.pagetop-btn::before {
    content: '\f062';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #111;
    color: #111;
    background: rgba(255, 255, 255, 0.9);
}

/* ////////////////////////////////////////////
*                 lower-entry
* //////////////////////////////////////////// */

.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F6F3;
    height: 150px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    margin-bottom: 4vmax;
}

.blog .page-header,
.single-post .page-header {
    background-image: url("../images/news/head.png");
}

.page-header .ttl {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.15em;

}

@media screen and (max-width:1199px) {
    .page-header {
        margin-top: var(--sp-header-height);

    }
}

@media screen and (max-width:768px) {
    .page-header {
        height: 15vmax;

    }

    .page-header .ttl {
        font-size: 3.5rem;

    }


}




/* ////////////////////////////////////////////
*                 breadcrumbs
* //////////////////////////////////////////// */
.breadcrumbs {
    padding: 1em;
    text-align: right;
    position: relative;
    font-size: 1.2rem;
    background: #fff;

}

.breadcrumbs a,
.breadcrumbs a:hover {
    color: var(--main-color);
}

/* ////////////////////////////////////////////
*               sidenav
* //////////////////////////////////////////// */

.side-nav-title {
    background: var(--sub-color);
    padding: 0.5em 1em;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
}

.side-nav-list {
    margin: 1em;
}

.side-nav-list li {
    margin: 1em;
    font-size: 1.6rem;
}

.side-nav-list li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: "Font Awesome 6 Free";
    margin-right: 0.5em;
}




/* ////////////////////////////////////////////
*                sphone-nav
* //////////////////////////////////////////// */


#gnav-trigger {
    position: absolute;
    top: 0;
    right: 0px;
    width: 70px;
    height: 70px;
    z-index: 999;
    flex-basis: 70px;
    flex-shrink: 0;
    cursor: pointer;
    background: #fff;
}

#gnav-trigger::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#panel-btn {
    background: var(--main-color);
}

#panel-btn:hover {
    color: var(--main-color);
    opacity: 1;
}

#panel-btn-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 100%;
    font-size: 10px;
    text-align: center;
}

#panel-btn-text::before {
    content: "MENU";
    color: var(--main-color);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.is-drawer-open #panel-btn-text::before {
    content: "CLOSE"
}

#panel-btn-icon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    transition: .2s
}

#panel-btn-icon:after,
#panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    transition: .3s
}

#panel-btn-icon:before {
    margin-top: -10px
}

#panel-btn-icon:after {
    margin-top: 8px
}

#panel-btn .close {
    background: 0 0
}

#panel-btn .close:after,
#panel-btn .close:before {
    margin-top: 0
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}


#drawer-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 998;
    background: #f3f0f7;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#drawer-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 101
}


#drawer-menu li {
    display: block;
    padding: 0 1em;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

#drawer-menu li a {
    display: block;
    padding: 0.65em 1em;
    font-size: 2rem;
    font-weight: bold;
    color: var(--sub-color);
}

#drawer-menu li a::before {
    content: '\f054';
    font-weight: 800;
    font-family: "Font Awesome 6 Free";
    margin-right: 0.5em;
    color: var(--main-color);
}

#drawer-menu li a .areaname {}


.is-drawer-open #drawer-bg {
    display: block;
    animation-duration: .5s;
    animation-name: fadein
}

.is-drawer-open #drawer-menu {
    display: block;
}

/* has children
------------------------------------------*/
#drawer-menu li.parent a {
    display: inline-block;
    position: relative;
    color: #fff;
}

#drawer-menu li.parent::after {
    position: absolute;
    right: 2vmax;
    top: 0;
    content: '\f107';
    font-weight: 300;
    font-family: "Font Awesome 6 Free";
    padding-right: 0.5em;
    font-size: 4vmax;
    color: #fff;
}

#drawer-menu li.parent.open::after {
    content: '\f106';
}

#drawer-menu ul.sub-menu {
    display: none;
    margin: 0 1em;
}

#drawer-menu ul.sub-menu li {
    display: block;
    position: relative;
}

#drawer-menu ul.sub-menu li a::before {
    content: '\f105';
    font-weight: 300;
    font-family: "Font Awesome 6 Free";
    padding-right: 0.5em;
    color: var(--main-color);
}




/* ////////////////////////////////////////////
*                column
* //////////////////////////////////////////// */

.column-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 3vmax;
}

.column-list li {
    padding: 0 0 1.5em 0;
    text-align: left;

}

.column-list li .image {
    margin-bottom: 1em;
}

.column-list li .icon {
    background: #2f6091;
    color: #fff;
    padding: 0 2em;
    font-size: 1.4rem;
    border-radius: 20px;
    display: inline-block;
    margin-right: 1em;
}

.column-list li .icon.cat-7 {
    background: #52d445;
}

.column-list li .text {
    font-size: 2rem;
}

.column-list li .content {
    font-size: 1.6rem;
}

.column-list li a:hover {
    color: var(--main-color);
    opacity: 1;

}

@media screen and (max-width:768px) {
    .column-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .column-list li {
        padding: 1em 0;

    }

    .column-list li .date {
        margin: 0 2em 0 0;
    }
}

.column-title {
    font-size: 3rem;
    font-weight: 600;
    margin: 0 0 1.5em 0;
    padding: 0.8em 1em;
    border-left: 3px solid #2f6091;
    position: relative;
    text-align: left;
}


.column-title .post-date {
    font-size: 1.2rem;
    color: var(--main-color);
}

.single-post .col-md-9 {
    padding: 0;
}

.post .entry-content,
.post .entry-content h2:not([class]) {
    text-align: left;
}

.post .entry-content {
    font-size: 1.9rem;
    margin-bottom: 6vmax;
}

@media screen and (max-width:1199px) {
    .post .entry-content {
        padding-left: 4vmax !important;
        padding-right: 4vmax !important;
    }
}

.post .entry-content .more-btn span {
    padding: 1em 4em;

}

/* ////////////////////////////////////////////
*                entry
* //////////////////////////////////////////// */

.entry-content {}


.entry-content p {
    margin-bottom: 1em;
}


.entry-content a:not([class]) {
    color: var(--main-color);
}

.post-nav a {
    color: #3c3c3c !important;
}

.h2,
.entry-content h2:not([class]) {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    padding: 0.3em 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.h3,
.entry-content h3:not([class]) {
    font-size: 2.8rem;
    color: var(--main-color);
    font-weight: 600;
    border-bottom: 1px dotted var(--main-color);
    padding: 0.5em 0;
    margin-bottom: 1em;
    line-height: 1.4;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;

}


.h4,
.entry-content h4:not([class]) {
    padding: 0.8em 1em;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
}

.h4::before,
.entry-content h4:not([class])::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1.2em;
    background: var(--sub-color);
}

.h5,
.entry-content h5:not([class]) {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
    position: relative;
}

.h5::before,
.entry-content h5:not([class])::before {
    content: '\f138';
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: var(--main-color);
    margin-right: 0.5em;
}



.entry-content table:not([class]) {
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-all;
}


.entry-content table:not([class]) th {
    padding: 1em;
    width: 30%;
    color: #fff;
    background: var(--main-color);
    border-bottom: #fff 1px solid;
    vertical-align: middle;
}

.entry-content table:not([class]) td {
    padding: 1em;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    background: #fff;
    text-align: left;
}

.entry-content table:not([class]) tr:first-of-type th {
    border-radius: 10px 0 0 0;
}

.entry-content table:not([class]) tr:first-of-type td {
    border-radius: 0 10px 0 0;
    border-top: #ccc 1px solid;
}

.entry-content table:not([class]) tr:last-of-type th {
    border-radius: 0 0 0 10px;
}

.entry-content table:not([class]) tr:last-of-type td {
    border-radius: 0 0 10px 0;
}

/* ////////////////////////////////////////////
*                 pagination
* //////////////////////////////////////////// */
.pagination a {
    padding: 0.4em 0.8em;
    margin-bottom: 6vmax;
    display: inline-block;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 1.6rem;
    text-decoration: none
}

.pagination a:hover {
    background-color: #e8e8e8
}

.pagination span {
    padding: 0.2em 0.8em;
    display: inline-block
}

.pagination span.current {
    padding: 0.4em 0.8em;
    color: #fff;
    font-size: 1.6rem;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.pagination {
    position: relative !important;
    overflow: hidden;
    margin: 2vw 0;
    text-align: center;
    clear: both;
    background-color: transparent
}

.pagination h2.screen-reader-text {
    display: none
}

/* ////////////////////////////////////////////
*                googlemap
* //////////////////////////////////////////// */
.googlemap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}