@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a {
    color: inherit;
}
a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

input,
textarea,
select,
option {
    font: inherit;
    color: inherit;
}
input:focus,
textarea:focus,
select:focus,
option:focus {
    outline: none;
}

input[type=text] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=submit],
input[type=button],
button {
    font: inherit;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    background: none;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
    outline: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
    display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button::focus {
    outline-offset: -2px;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
}

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

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    position: relative;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: #222222;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
    zoom: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden;
    z-index: -10;
    padding-top: 80px;
}
@media only screen and (max-width:767px) {
    body {
        padding-top: 60px;
    }
}

.l-container, .l-container--760 {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:1110px) {
    .l-container, .l-container--760 {
        padding-inline: clamp(16px, 4vw, 40px);
    }
}
.l-container--760 {
    max-width: 760px;
}

.sa {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sa.show {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.sa--scaleDown {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

.sa--rotateL {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.sa--rotateR {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

pre {
    white-space: pre;
    background-color: #222222;
    color: #FFFFFF;
    padding: 1em;
    overflow: auto;
}

.l-header {
    width: 100%;
    height: 80px;
    z-index: 1100;
    position: fixed;
    top: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .l-header {
        height: 60px;
    }
}
.l-header__inner {
    padding-inline: 30px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width:767px) {
    .l-header__inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
    }
}
.l-header__logo {
    position: relative;
}
@media only screen and (max-width:767px) {
    .l-header__logo {
        position: unset;
    }
}
.l-header__logo img {
    max-width: 355px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .l-header__logo img {
        width: 90%;
    }
}
.l-header__logo__text {
    font-size: 12px;
    position: absolute;
    top: -20px;
    width: 450px;
}
@media only screen and (max-width:767px) {
    .l-header__logo__text {
        top: 2px;
        position: absolute;
        font-size: 9px;
        width: 100%;
        padding-bottom: 5px;
        display: block;
    }
}
.l-header__insta {
    width: 44px;
}
.l-header__left {
    padding: 22px 80px;
}
@media only screen and (max-width:1199px) {
    .l-header__left {
        padding: 20px;
    }
}
.l-header__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}
@media only screen and (max-width:1199px) {
    .l-header__right {
        padding-left: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
        padding: 0;
        border-radius: 0;
    }
}
.l-header__btn {
    display: none;
}
@media only screen and (max-width:1199px) {
    .l-header__btn {
        display: block;
        width: 50px;
        height: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header__tel-tag {
    color: #fff;
    font-size: 14px;
    background: #83c25a;
    padding: 0 1em 0 0.5em;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    display: inline-block;
    vertical-align: super;
}
.l-header__tel-text {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 9.3701657459px + 1.7679558011vw, 32px);
}
.l-header__tel-number {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 5.226519337px + 2.8729281768vw, 42px);
}
@media only screen and (max-width:767px) {
    .l-header__tel-number {
        display: block;
    }
}
.l-header__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #48487e;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 200px;
}
.l-header__reserv:hover {
    opacity: 0.8;
    background-color: #c3a03b;
}
@media only screen and (max-width:1299px) {
    .l-header__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header__reserv-icon {
    display: block;
    text-align: center;
}
.l-header__reserv-icon--tell {
    color: #fff;
    margin-right: 10px;
}
.l-header__reserv-icon--mail {
    margin-right: 10px;
}
.l-header__reserv-icon--cart {
    margin-right: 10px;
}
.l-header__reserv-text {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 4px 0;
}
.l-header__reserv-text--01 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 4px;
}
.l-header__reserv-text--02 {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.l-header__reserv-text--03 {
    font-size: 12px;
    font-weight: 600;
}
.l-header__nav {
    width: 1200px;
}
.l-header__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #00afec;
    line-height: 1;
}
.l-header__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header__menu--large {
        font-size: 18px;
    }
}
.l-header__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header__menu--small {
        font-size: 12px;
    }
}
.l-header__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header__menu-sub {
        font-size: 14px;
    }
}
.l-header__menu-sub a {
    margin-right: 20px;
}
.l-header__info {
    width: 400px;
    text-align: center;
}
.l-header__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #00afec;
}
.l-header--02 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.l-header--02__left {
    padding: 40px 80px;
}
@media only screen and (max-width:767px) {
    .l-header--02__left {
        padding: 20px;
    }
}
.l-header--02__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
}
@media only screen and (max-width:767px) {
    .l-header--02__right {
        /*display: none;*/
        position: absolute;
        top: 0;
        right: 116px;
        background-color: #FFFFFF;
        /*width: 100%;*/
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
    }
}
.l-header--02__btn {
    display: none;
}
@media only screen and (max-width:1299px) {
    .l-header--02__btn {
        display: block;
        width: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header--02__logo {
    font-size: 24px;
    font-weight: 600;
    color: #00afec;
}
@media only screen and (max-width:767px) {
    .l-header--02__logo {
        font-size: 18px;
    }
}
.l-header--02__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #b8c9d1;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--02__tel:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--02__tel {
        width: 100%;
        padding: 10px;
    }
}
.l-header--02__tel-icon {
    display: block;
    text-align: center;
}
.l-header--02__tel-text {
    display: block;
    text-align: center;
}
.l-header--02__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #00afec;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--02__reserv:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--02__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header--02__reserv-icon {
    display: block;
    text-align: center;
}
.l-header--02__reserv-text {
    display: block;
    text-align: center;
}
.l-header--02__nav {
    width: 1200px;
}
@media only screen and (max-width:767px) {
    .l-header--02__nav {
        width: 70%;
    }
}
.l-header--02__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #00afec;
    line-height: 1;
}
.l-header--02__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu--large {
        font-size: 18px;
    }
}
.l-header--02__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu--small {
        font-size: 12px;
    }
}
.l-header--02__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu-sub {
        font-size: 14px;
    }
}
.l-header--02__menu-sub a {
    margin-right: 20px;
}
.l-header--02__info {
    width: 400px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .l-header--02__info {
        width: 30%;
    }
}
.l-header--02__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header--02__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #00afec;
}
.l-header--03 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.l-header--03__left {
    padding: 40px 80px;
}
@media only screen and (max-width:767px) {
    .l-header--03__left {
        padding: 20px;
    }
}
.l-header--03__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
}
@media only screen and (max-width:767px) {
    .l-header--03__right {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #FFFFFF;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
    }
}
.l-header--03__btn {
    display: none;
}
@media only screen and (max-width:1299px) {
    .l-header--03__btn {
        display: block;
        width: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header--03__logo {
    font-size: 24px;
    font-weight: 600;
    color: #00afec;
}
@media only screen and (max-width:767px) {
    .l-header--03__logo {
        font-size: 18px;
    }
}
.l-header--03__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #b8c9d1;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--03__tel:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--03__tel {
        width: 100%;
        padding: 10px;
    }
}
.l-header--03__tel-icon {
    display: block;
    text-align: center;
}
.l-header--03__tel-text {
    display: block;
    text-align: center;
}
.l-header--03__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #00afec;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--03__reserv:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--03__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header--03__reserv-icon {
    display: block;
    text-align: center;
}
.l-header--03__reserv-text {
    display: block;
    text-align: center;
}
.l-header--03__nav {
    width: 1200px;
}
.l-header--03__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #00afec;
    line-height: 1;
}
.l-header--03__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu--large {
        font-size: 18px;
    }
}
.l-header--03__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu--small {
        font-size: 12px;
    }
}
.l-header--03__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu-sub {
        font-size: 14px;
    }
}
.l-header--03__menu-sub a {
    margin-right: 20px;
}
.l-header--03__info {
    width: 400px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .l-header--03__info {
        width: 30%;
    }
}
.l-header--03__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header--03__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #00afec;
}

.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: none;
}
.NavMenu ul {
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
    .NavMenu ul {
        top: 30%;
    }
}
.NavMenu ul.l-header__info {
    left: 70%;
}
.NavMenu ul.l-header--02__info {
    left: 70%;
}
.NavMenu ul.l-header--03__info {
    left: 70%;
}
.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 50%;
    padding-bottom: 0px;
}
.NavMenu ul li.l-header__info-top {
    width: 100%;
}
.NavMenu ul li.l-header--02__info-top {
    width: 100%;
}
.NavMenu ul li.l-header--03__info-top {
    width: 100%;
}
.NavMenu ul li.l-header__info-bottom {
    width: 100%;
}
.NavMenu ul li.l-header--02__info-bottom {
    width: 100%;
}
.NavMenu ul li.l-header--03__info-bottom {
    width: 100%;
}
.NavMenu ul li:last-child {
    padding-bottom: 0;
}
.NavMenu ul li a {
    display: block;
    color: #00afec;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.NavMenu ul li a.l-header__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--02__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--02__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--03__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--03__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 600;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--02__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--02__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 600;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--03__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--03__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 600;
    padding-right: 10px;
}
.NavMenu ul li a.l-header__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__menu-sub-btn {
        font-size: 14px;
    }
}
.NavMenu ul li a.l-header--02__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__menu-sub-btn {
        font-size: 14px;
    }
}
.NavMenu ul li a.l-header--03__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__menu-sub-btn {
        font-size: 14px;
    }
}

.Toggle {
    position: absolute;
    width: 116px;
    height: 116px;
    cursor: pointer;
    z-index: 13;
    display: block;
    background-color: #00afec;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #FFFFFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
}
.Toggle span:nth-child(1) {
    top: 46px;
    left: 40px;
}
.Toggle span:nth-child(2) {
    top: 57px;
    left: 40px;
}
.Toggle span:nth-child(3) {
    top: 68px;
    left: 40px;
}
.Toggle.active span:nth-child(1) {
    top: 60px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-bottom: solid 3px #FFFFFF;
}
.Toggle.active span:nth-child(2) {
    top: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #FFFFFF;
}
.Toggle.active span:nth-child(3) {
    top: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #FFFFFF;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.l-main {
    padding-top: 0;
    position: relative;
    z-index: -10;
}
@media only screen and (max-width:767px) {
    .l-main {
        padding-top: 0;
    }
}

.l-footer {
    width: 100%;
    position: relative;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
}
@media only screen and (max-width:767px) {
    .l-footer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer {
        padding: 30px 0 20px;
    }
}
.l-footer__contact {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #83c25a;
    color: #fff;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:767px) {
    .l-footer__contact {
        margin: 0 15px;
        padding: 30px 20px;
    }
}
.l-footer__contact-inner {
    position: relative;
    z-index: 2;
}
.l-footer__contact-title {
    text-align: center;
    font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
    font-weight: 600;
    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;
    gap: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.l-footer__contact-title::before, .l-footer__contact-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
@media only screen and (max-width:767px) {
    .l-footer__contact-title::before, .l-footer__contact-title::after {
        width: 40px;
    }
}
.l-footer__contact-text {
    text-align: center;
    font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.l-footer__contact-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
@media only screen and (max-width:767px) {
    .l-footer__contact-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        width: 100%;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
}
.l-footer__contact-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
}
.l-footer__contact-tel .l-header__tel-text {
    color: #fff;
    line-height: 1;
    font-size: clamp(30px, 25.8563535912px + 1.1049723757vw, 40px);
}
.l-footer__contact-tel .l-header__tel-number {
    color: #fff;
    line-height: 1;
    font-size: clamp(34px, 28.1988950276px + 1.546961326vw, 48px);
}
@media only screen and (max-width:767px) {
    .l-footer__contact-tel {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.l-footer__contact-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;
    background-color: #fff;
    color: #83c25a !important;
    padding: 15px 50px 15px 30px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    min-width: 280px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.l-footer__contact-btn:hover {
    opacity: 0.8;
}
.l-footer__contact-btn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #83c25a;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpolyline points='14 4 22 12 14 20'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpolyline points='14 4 22 12 14 20'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.l-footer__contact-btn::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #d1d1d1;
}
@media only screen and (max-width:767px) {
    .l-footer__contact-btn {
        width: 100%;
        padding: 15px 40px 15px 20px;
    }
}
.l-footer__contact-img {
    position: absolute;
    right: 60px;
    top: 55px;
    width: 85px;
    z-index: 10;
}
@media only screen and (max-width:767px) {
    .l-footer__contact-img {
        width: 90px;
        top: -30px;
        right: 10px;
    }
}
.l-footer__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
    margin: auto;
    padding: 0px 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    .l-footer__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer__container {
        padding: 0px 10px;
    }
}
.l-footer__container__bg {
    display: block;
    background: #FFAAAA;
    border-radius: 50%;
    max-width: 500px;
    width: 100%;
    height: 500px;
    margin-top: -50px;
    margin-bottom: -50px;
}
@media only screen and (max-width:767px) {
    .l-footer__container__bg {
        width: 400px;
        height: 400px;
    }
}
.l-footer__inner {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    position: relative;
    margin-top: 130px;
}
@media only screen and (max-width:767px) {
    .l-footer__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer__inner {
        margin-top: 100px;
    }
}
.l-footer__inner__title {
    font-size: 24px;
    font-weight: 600;
}
.l-footer__inner__arrow {
    padding-top: 20px;
}
@media only screen and (max-width:767px) {
    .l-footer__inner__arrow {
        padding-top: 0;
    }
}
.l-footer__inner__arrow i {
    font-size: 24px;
}
.l-footer__top {
    position: absolute;
    left: 5%;
    bottom: 80px;
    z-index: 5;
}
@media only screen and (max-width:767px) {
    .l-footer__top {
        position: relative;
        margin: auto;
        padding: 10px 0;
        bottom: unset;
        left: unset;
        text-align: center;
    }
}
.l-footer__top a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom {
    border-top: 1px solid #d1d1d1;
    position: relative;
    text-align: center;
    padding-top: 2rem;
}
.l-footer__bottom__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .l-footer__bottom__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}
.l-footer__bottom__inner p span {
    font-size: clamp(18px, 18px + 0vw, 18px);
    font-weight: 700;
}
.l-footer__bottom__copy {
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 10px;
    font-weight: 600;
}
.l-footer__bottom__copy--inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__copy--inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.l-footer__bottom__copy--tiltle {
    margin-right: auto;
    white-space: nowrap;
    letter-spacing: 0.3em;
    font-weight: 600;
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .l-footer__bottom__copy--tiltle {
        font-size: 14px;
    }
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__copy--tiltle {
        margin-right: unset;
        text-align: center;
    }
}
.l-footer__bottom__copy--tiltle--sub {
    font-size: 11px;
}
.l-footer__bottom__lang {
    justify-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__lang {
        justify-self: center;
    }
}
.l-footer__bottom__lang__btn {
    width: 27px;
    height: 27px;
    font-size: 13px;
    display: grid;
    place-items: center;
    border: 1px solid #fff;
    text-decoration: none;
    color: inherit;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #fff;
    color: #222222;
    font-weight: 500;
}
.l-footer__bottom__lang__btn.is-current, .l-footer__bottom__lang__btn:hover {
    background: #000;
    color: #fff;
}
.l-footer__bottom--icon {
    display: inline-block;
    width: 27px;
}
.l-footer__bottom--icon:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom--inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer__bottom--inner {
        gap: 20px;
        text-align: left;
    }
}
.l-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1420px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:1199px) {
    .l-footer-inner {
        padding: 0 10px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer-inner {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        text-align: left;
    }
}
.l-footer-inner > *:first-child {
    text-align: left;
}
.l-footer-inner > *:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__logo {
    max-width: 394px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:1199px) {
    .l-footer__logo {
        display: inline-block;
    }
}
.l-footer-left {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.l-footer-left__logo {
    margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
    .l-footer-left__logo {
        margin-bottom: 20px;
    }
}
.l-footer-left__tel {
    font-size: 14px;
    margin-top: 2rem;
}
.l-footer-right {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .l-footer-right {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.l-footer-privacy {
    font-size: 14px;
}
.l-footer-copy {
    font-size: 16px;
    width: 100%;
}
.l-footer-company {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
.l-footer-scroll {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #83c25a;
    cursor: pointer;
    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;
}
.l-footer-scroll::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    margin-top: -5px;
}
.l-footer-scroll:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .l-footer-scroll {
        display: none;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width:767px) {
    .slick-slider {
        overflow: hidden;
    }
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    margin: 0 5px;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    left: 18%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.prev-arrow:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .prev-arrow {
        display: none !important;
    }
}

.next-arrow {
    position: absolute;
    top: 50%;
    right: 14%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.next-arrow:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .next-arrow {
        display: none !important;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff slick-image-url("../../../../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: slick-font-url("slick.eot");
    src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../../../../fonts/slick.woff") format("woff"), slick-font-url("../../../../fonts/slick.ttf") format("truetype"), slick-font-url("../../../../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 8px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.accordion-faq {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .accordion-faq {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.accordion-faq__box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #808080;
    padding: 1em 1.5em;
}
@media only screen and (max-width:767px) {
    .accordion-faq__box {
        padding: 0;
    }
}
.accordion-faq__title {
    font-size: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px) {
    .accordion-faq__title {
        padding: 10px;
    }
}
.accordion-faq__title::after {
    font-weight: 600;
    content: "+";
    margin-left: auto;
    font-size: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    place-items: center;
    font-weight: 600;
}
.accordion-faq__title.open::after {
    font-weight: 600;
    content: "－";
    margin-left: auto;
    font-size: 20px;
    display: inline-block;
    display: grid;
    place-items: center;
    font-weight: 600;
}
.accordion-faq__title-text {
    display: block;
    width: 100%;
    padding-right: 1em;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 40px;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title-text {
        padding-left: 30px;
    }
}
.accordion-faq__title-text::before {
    content: "";
    background: url("../img/imadoki/icon-q.png") no-repeat center center;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: contain;
}
.accordion-faq__title-text--anser {
    padding: 1em 2.5em;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title-text--anser {
        padding: 10px;
        width: 100%;
    }
}
.accordion-faq__container {
    display: none;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-top: 30px;
}
.breadcrumb a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #222222;
    padding-top: 20px;
}
@media only screen and (max-width:767px) {
    .list-breadcrumb {
        font-size: 12px;
    }
}
@media only screen and (max-width:767px) {
    .list-breadcrumb {
        gap: 5px;
    }
}
.list-breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-breadcrumb li a {
    color: #00afec;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.list-breadcrumb li a:hover {
    opacity: 0.7;
}
.list-breadcrumb li:not(:last-child)::after {
    content: "＞";
    margin-left: 8px;
    color: #222222;
}
@media only screen and (max-width:767px) {
    .list-breadcrumb li:not(:last-child)::after {
        margin-left: 5px;
    }
}
@media only screen and (max-width:767px) {
    .list-breadcrumb li.list-breadcrumb__break {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-top: 5px;
    }
}

.btn, .btn-contact {
    background: #83c25a;
    border: 1px solid #83c25a;
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-align: center;
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .btn, .btn-contact {
        font-size: 14px;
    }
}
.btn::after, .btn-contact::after {
    content: url("../img/icon/circle-right.svg");
    display: inline-block;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.btn:hover::after, .btn-contact:hover::after {
    content: url("../img/icon/circle-right-hover.svg");
}
.btn i, .btn-contact i {
    margin-left: 1em;
}
.btn:hover, .btn-contact:hover {
    background: #fff;
    color: #83c25a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn--back {
    background: #808080;
    border-color: #808080;
}
.btn--back::after {
    display: none;
}
.btn--back::before {
    content: url("../img/icon/circle-right.svg");
    display: inline-block;
    position: absolute;
    left: 1.2em;
    top: 50%;
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
}
.btn--back:hover {
    background: #fff;
    color: #808080;
}
.btn--back:hover::before {
    content: url("../img/icon/circle-right-hover.svg");
}
.btn-detail {
    max-width: 290px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .btn-detail {
        margin: auto;
    }
}
.btn-detail-send {
    max-width: 280px;
    width: 100%;
    margin: auto;
}
.btn-tel, .btn-tel--form, .btn-tel--nav {
    text-align: center;
    max-width: 256px;
    width: 100%;
    line-height: 1;
    margin: auto;
    pointer-events: none;
    cursor: default;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .btn-tel, .btn-tel--form, .btn-tel--nav {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
@media only screen and (max-width:767px) {
    .btn-tel, .btn-tel--form, .btn-tel--nav {
        pointer-events: auto;
        cursor: pointer;
    }
}
.btn-tel__box {
    width: 100%;
}
.btn-tel__sub {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
}
.btn-tel__num {
    font-size: clamp(24px, 21.5138121547px + 0.6629834254vw, 30px);
    font-weight: 600;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
.btn-tel--nav {
    width: 270px;
    height: 100px;
    border-radius: 0;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0;
}
@media only screen and (max-width:1199px) {
    .btn-tel--nav {
        max-width: 100%;
        width: 100%;
    }
}
.btn-tel--nav__sub {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .btn-tel--nav__sub {
        font-size: 18px;
    }
}
.btn-tel--nav__num {
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
@media only screen and (max-width:767px) {
    .btn-tel--nav__num {
        font-size: 32px;
    }
}
.btn-tel--form {
    width: 100%;
    max-width: 100%;
    border: 1px solid #83c25a;
    background: #fff;
    color: #83c25a;
    padding: 50px 10px;
}
.btn-tel--form:hover {
    background: #83c25a;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-tel--form__box {
    width: 100%;
}
.btn-tel--form__sub {
    font-size: clamp(16px, 12.6850828729px + 0.8839779006vw, 24px);
}
.btn-tel--form__num {
    font-size: clamp(24px, 16.5414364641px + 1.9889502762vw, 42px);
    font-weight: 600;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
.btn-mail, .btn-mail--nav {
    background: #83c25a;
    color: #fff;
    border: 1px solid #83c25a;
    border-radius: 10px;
    text-align: center;
    max-width: 360px;
    padding: 30px 20px;
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-mail:hover, .btn-mail--nav:hover {
    background: #fff;
    color: #83c25a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-mail:hover img, .btn-mail--nav:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(27%) saturate(673%) hue-rotate(63deg) brightness(93%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(73%) sepia(27%) saturate(673%) hue-rotate(63deg) brightness(93%) contrast(85%);
}
@media only screen and (max-width:767px) {
    .btn-mail, .btn-mail--nav {
        padding: 20px;
        max-width: 100%;
    }
}
.btn-mail__box {
    width: 100%;
}
.btn-mail__text {
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
}
.btn-mail__icon {
    margin-right: 10px;
}
.btn-mail--nav {
    width: 200px;
    height: 100px;
    border-radius: 0;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width:1199px) {
    .btn-mail--nav {
        max-width: 100%;
        width: 100%;
    }
}
.btn-mail--nav__text {
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .btn-mail--nav__text {
        font-size: 18px;
    }
}
.btn-mail--nav__icon {
    margin-right: 10px;
    width: 20px;
}
@media only screen and (max-width:1199px) {
    .btn-mail--nav__icon {
        width: 25px;
    }
}
.btn-contact {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .btn-contact {
        max-width: 200px;
        margin: auto;
    }
}
.btn-contact span {
    padding-inline: 0.5em;
}
.btn-line {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn-line__inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 2px;
    background-color: #00afec;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-line__inner:before, .btn-line__inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00afec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-line__inner:before {
    margin-top: -8px;
}
.btn-line__inner:after {
    margin-top: 6px;
}
.btn-line.open .btn-line__inner {
    background: transparent;
}
.btn-line.open .btn-line__inner:before, .btn-line.open .btn-line__inner:after {
    margin-top: 0;
}
.btn-line.open .btn-line__inner::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.btn-line.open .btn-line__inner::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.btn-more-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0;
}

.btn-more, .btn-more--green, .btn-more--blue {
    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;
    padding: 15px 50px 15px 30px;
    border-radius: 50px;
    font-weight: 400;
    font-size: clamp(16px, 16px + 0vw, 16px);
    text-decoration: none;
    position: relative;
    min-width: 280px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn-more:hover, .btn-more--green:hover, .btn-more--blue:hover {
    opacity: 0.8;
}
.btn-more::after, .btn-more--green::after, .btn-more--blue::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpolyline points='14 4 22 12 14 20'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpolyline points='14 4 22 12 14 20'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.btn-more::before, .btn-more--green::before, .btn-more--blue::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width:767px) {
    .btn-more, .btn-more--green, .btn-more--blue {
        width: 100%;
        padding: 15px 40px 15px 20px;
        min-width: auto;
    }
}
.btn-more--blue {
    background-color: #00afec;
    color: #fff !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.btn-more--green {
    background-color: #83c25a;
    color: #fff !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.content__flex, .content__flex__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content__flex, .content__flex__right {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.content__flex__text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
    max-width: 620px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content__flex__text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__text {
        justify-items: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.content__flex__text--main {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    letter-spacing: 0.15em;
}
@media only screen and (max-width:767px) {
    .content__flex__text--main {
        font-size: 18px;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__text--main {
        line-height: 1.5;
    }
}
.content__flex__text--sub {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.3em;
}
@media only screen and (max-width:767px) {
    .content__flex__text--sub {
        line-height: 1.5;
    }
    .content__flex__text--sub br {
        display: none;
    }
}
.content__flex__img {
    max-width: 634px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content__flex__img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__img__right {
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
.content__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.content__list li {
    background: linear-gradient(25deg, #43cbff 0%, #9708cc 90%);
    max-width: 528px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 17px;
}
@media only screen and (max-width:767px) {
    .content__list li {
        font-size: 16px;
    }
}
.content__list--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .content__list--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.content__list--02 li {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    color: #222222;
    font-size: 36px;
    font-weight: 400;
    padding: 8px 15px 8px 70px;
    position: relative;
    font-style: italic;
    line-height: 1.5;
}
@media only screen and (max-width:767px) {
    .content__list--02 li {
        font-size: 18px;
    }
}
.content__list--02 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 41px;
    background: url("../img/star.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__list--02 li::before {
        width: 30px;
        height: 30px;
    }
}
.content__list__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fff100));
    background: linear-gradient(transparent 75%, #fff100 25%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.content__list__note {
    position: relative;
    display: inline-block;
    font-size: 1em;
}
.content__list__note::after {
    content: "※";
    position: absolute;
    top: -1.5em;
    right: -1em;
    font-size: 0.7em;
    color: #222222;
}
.content__list__small {
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .content__list__small {
        font-size: 14px;
    }
}
.content__list__option {
    color: #fff;
    text-align: right;
    padding-top: 0.5em;
}
.content__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width:1199px) {
    .content__plan {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.content__plan__box, .content__plan__box--02 {
    max-width: 350px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
            box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
}
@media only screen and (max-width:767px) {
    .content__plan__box, .content__plan__box--02 {
        max-width: 100%;
    }
}
.content__plan__box--02 {
    max-width: 100%;
}
.content__plan__inner, .content__plan__inner--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 30px;
    background: #eff8fe;
}
@media only screen and (max-width:767px) {
    .content__plan__inner, .content__plan__inner--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content__plan__inner, .content__plan__inner--02 {
        padding: 10px;
    }
}
.content__plan__inner--02 {
    padding: 60px 30px;
}
@media only screen and (max-width:767px) {
    .content__plan__inner--02 {
        padding: 10px;
    }
}
.content__plan__title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #9708cc 0%, #43cbff 90%);
    padding: 19px 10px;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .content__plan__title {
        font-size: 18px;
    }
}
.content__plan__price {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #9708cc 0%, #43cbff 90%);
    padding: 20px 0px;
    line-height: 1;
    background: linear-gradient(25deg, #43cbff 0%, #9708cc 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .content__plan__price {
        font-size: 52px;
    }
}
.content__plan__price--tax {
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    background: none;
}
@media only screen and (max-width:767px) {
    .content__plan__price--tax {
        font-size: 16px;
    }
}
.content__plan__price--yen {
    font-size: 0.8em;
    vertical-align: baseline;
}
@media only screen and (max-width:767px) {
    .content__plan__price--detail {
        text-align: center;
    }
}
.content__plan__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .content__plan__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.content__plan__list li {
    color: #222222;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    padding-left: 2em;
}
.content__plan__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/icon02.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__plan__list li::before {
        width: 14px;
        height: 14px;
    }
}
.content__plan__list--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content__plan__list--02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222222;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    padding-left: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(81, 133, 197, 0.5);
}
.content__plan__list--02 li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/icon02.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 li::before {
        top: 19px;
    }
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 10px 10px 10px 30px;
        gap: 0.5em;
    }
}
.content__plan__list--02__title {
    width: 400px;
    display: inline-block;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02__title {
        width: 100%;
    }
}
.content__plan__list--02__desc {
    width: 100%;
    display: inline-block;
    font-weight: 400;
}
.content__plan__list--02__price {
    text-align: right;
    font-weight: 400;
    display: inline-block;
    width: 300px;
    white-space: nowrap;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02__price {
        width: 100%;
    }
}
.content__flow__list {
    max-width: 920px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .content__flow__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 50px;
    }
}
.content__flow__list li {
    -webkit-box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
            box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
    background: #fff;
    border-radius: 10px;
    padding: 25px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content__flow__list li {
        padding: 10px;
    }
}
.content__flow__list li::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../img/arrow01.png") no-repeat center center;
    background-size: contain;
}
.content__flow__list li:last-child::after {
    display: none;
}
.content__flow__list__title {
    font-weight: 600;
    font-size: 20px;
    width: 300px;
    height: auto;
    border-right: 1px solid #b3b3b3;
    display: inline-block;
    padding: 10px 10px 10px 0;
}
@media only screen and (max-width:767px) {
    .content__flow__list__title {
        font-size: 16px;
    }
}
.content__flow__list__title br {
    display: none;
}
@media only screen and (max-width:767px) {
    .content__flow__list__title {
        padding: 12px 5px;
        width: 170px;
    }
    .content__flow__list__title br {
        display: inline;
    }
}
.content__flow__list__desc {
    font-weight: 400;
    font-size: 16px;
    max-width: 680px;
    width: 100%;
    display: inline-block;
    padding-left: 50px;
}
@media only screen and (max-width:767px) {
    .content__flow__list__desc {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px) {
    .content__flow__list__desc {
        padding-left: 15px;
    }
}
.content-worries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.content-worries__box {
    max-width: 380px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content-worries__box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content-worries__box img {
    display: block;
    margin: auto;
}
.content-worries__title {
    font-weight: 600;
    font-size: 24px;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .content-worries__title {
        font-size: 20px;
    }
}
.content-worries__text {
    font-weight: 500;
    font-size: 21px;
    padding-block: 10px;
}
@media only screen and (max-width:767px) {
    .content-worries__text {
        font-size: 16px;
    }
}
.content-worries__text span {
    font-weight: 600;
}
.content-works {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100px;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:767px) {
    .content-works {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 60px;
    }
}
.content-works__left, .content-point__right, .content-works__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content-works__left, .content-point__right, .content-works__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px;
    }
}
.content-works__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-works__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 45vw, 580px);
            flex: 0 0 clamp(240px, 45vw, 580px);
}
@media only screen and (max-width:767px) {
    .content-works__left .content-works__img, .content-point__right .content-works__img, .content-works__right .content-works__img {
        padding-right: 20px;
        min-width: auto;
    }
}
@media only screen and (max-width:767px) {
    .content-works__left .content-works__img, .content-point__right .content-works__img, .content-works__right .content-works__img {
        padding-right: 20px;
        min-width: auto;
    }
}
@media only screen and (max-width:767px) {
    .content-works__right .content-works__img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 20px;
        padding-right: 0;
        margin-left: auto;
        min-width: auto;
    }
}
@media only screen and (min-width: 1280px) {
    .content-works__img {
        border-radius: 10px;
        overflow: hidden;
    }
}
.content-works__body {
    max-width: 540px;
    padding-inline: 10px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-works__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
@media only screen and (max-width:767px) {
    .content-works__body {
        padding-inline: 20px;
        margin: auto;
        max-width: 580px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.content-works__body sup {
    font-size: 0.7em;
    /* 小さくする */
    vertical-align: super;
    /* 上付き */
}
.content-works__title {
    font-weight: 600;
    border-bottom: 1px solid #222222;
    padding-bottom: 0.5em;
    font-size: clamp(18px, 13.8563535912px + 1.1049723757vw, 28px);
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .content-works__title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content-works__title span {
    font-size: 14px;
    display: block;
    color: #83c25a;
}
.content-works__text {
    font-weight: 500;
    line-height: 1.8;
    font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
}
.content-works__text--02 {
    line-height: 1.8;
}
.content-point {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100px;
}
@media only screen and (max-width:767px) {
    .content-point {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 60px;
    }
}
.content-point__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content-point__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px;
    }
}
.content-point__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-point__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 45vw, 580px);
            flex: 0 0 clamp(240px, 45vw, 580px);
}
.content-point__body {
    max-width: 540px;
    padding-inline: 10px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-point__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
@media only screen and (max-width:767px) {
    .content-point__body {
        margin: auto;
        max-width: 580px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.content-point__body sup {
    font-size: 0.7em;
    /* 小さくする */
    vertical-align: super;
    /* 上付き */
}
.content-point__title {
    font-weight: 600;
    border-bottom: 1px solid #222222;
    padding-bottom: 0.5em;
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .content-point__title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content-point__title span {
    font-size: 14px;
    display: block;
    color: #83c25a;
}
.content-point__text {
    font-weight: 500;
    line-height: 1.8;
    font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
}
.content-point__text--02 {
    line-height: 1.8;
}
.content-img-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width:767px) {
    .content-img-left {
        -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;
    }
}
.content-img-left__img, .content-img-left__img--case {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 43vw, 560px);
            flex: 0 0 clamp(240px, 43vw, 560px);
}
@media only screen and (max-width:767px) {
    .content-img-left__img, .content-img-left__img--case {
        max-width: 100%;
        width: 100%;
    }
}
.content-img-left__img img, .content-img-left__img--case img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.content-img-left__img--case {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 43vw, 476px);
            flex: 0 0 clamp(240px, 43vw, 476px);
}
.content-img-left__logo {
    max-width: 178px;
    width: 100%;
}
.content-img-left__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    background: #fff;
    padding: 25px 7vw;
    -ms-flex-line-pack: center;
        align-content: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-img-left__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-img-left__body {
        padding: 30px 20px;
    }
}
.content-img-left__body--02 {
    padding: 25px 7vw;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-img-left__body--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-img-left__body--02 {
        padding: 30px 20px;
    }
}
.content-img-left__body--case {
    background: #fff;
    padding: 25px 3vw;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    -ms-flex-line-pack: start;
        align-content: start;
}
@media only screen and (max-width:767px) {
    .content-img-left__body--case {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-img-left__body--case {
        padding: 30px 20px;
    }
}
.content-img-left--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6vw;
}
@media only screen and (max-width:767px) {
    .content-img-left--02 {
        -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;
        gap: 0;
    }
}
.content-img-left--02__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 43vw, 560px);
            flex: 0 0 clamp(240px, 43vw, 560px);
}
@media only screen and (max-width:767px) {
    .content-img-left--02__img {
        max-width: 100%;
        width: 100%;
    }
}
.content-img-left--02__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-img-left--02__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-img-left--02__body {
        padding: 30px 20px;
    }
    .content-interview .content-img-left--02 .content-img-left--02__body {
        padding: 30px 0;
    }
}
.content-interview {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .content-interview {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.content-interview__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .content-interview__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.content-interview__title {
    font-weight: 600;
    font-size: clamp(18px, 16.3425414365px + 0.4419889503vw, 22px);
    background: #83c25a;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.content-interview__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .content-interview__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content-interview__question {
    font-weight: 600;
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
    display: block;
    color: #83c25a;
}
.content-interview__answer {
    font-weight: 400;
    line-height: 1.8;
}
.content-interview-flow {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    width: 48%;
}
@media only screen and (max-width:767px) {
    .content-interview-flow {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:767px) {
    .content-interview-flow {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }
}
.content-interview-flow__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content-interview-flow__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;
        gap: 40px;
    }
}
.content-interview-flow__title {
    font-weight: 600;
    font-size: clamp(18px, 14.6850828729px + 0.8839779006vw, 26px);
}
.content-interview-flow__title img {
    width: 25px;
    vertical-align: sub;
    margin-right: 5px;
}
.content-interview-flow__sub {
    font-weight: 400;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
}
.content-interview-flow__sub--02 {
    font-weight: 600;
    display: block;
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
}
.content-interview-flow__list li {
    font-weight: 400;
    line-height: 1.5;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
}
.content-interview-flow__time {
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #83c25a;
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
    font-weight: 500;
    margin-right: 2rem;
    width: 50px;
    display: inline-block;
}
.content-interview-flow__slide {
    width: 48%;
}
.content-interview-flow__slide img {
    border-radius: 10px;
    max-width: 540px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content-interview-flow__slide img {
        max-width: 100%;
    }
}
@media only screen and (max-width:767px) {
    .content-interview-flow__slide {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
    }
}
.content-interview__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
}
@media only screen and (max-width:767px) {
    .content-interview__media {
        -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;
        gap: 0;
    }
}
.content-interview__media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 43vw, 560px);
            flex: 0 0 clamp(240px, 43vw, 560px);
}
@media only screen and (max-width:767px) {
    .content-interview__media__img {
        max-width: 100%;
        width: 100%;
    }
}
.content-interview__media__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content-interview__media__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-interview__media__body {
        padding: 10px 0 0;
    }
}
.content-menu__slider {
    position: relative;
    width: 100%;
}
.content-menu__slider .swiper-wrapper {
    height: auto;
}
.content-menu__slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
.content-menu__slider .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}
@media only screen and (max-width:767px) {
    .content-menu__slider .swiper-pagination {
        margin-top: 30px;
        gap: 6px;
    }
}
.content-menu__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
@media only screen and (max-width:767px) {
    .content-menu__slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
.content-menu__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #83c25a;
    opacity: 1;
    width: 12px;
    height: 12px;
}
@media only screen and (max-width:767px) {
    .content-menu__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
}
@media only screen and (max-width:767px) {
    .content-menu__slider {
        padding-inline: 20px;
    }
}

.content-document, .content-document--green {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
    background: #fff;
    border-radius: 20px;
    max-width: 520px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
            box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    .content-document, .content-document--green {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.content-document__img img {
    width: 100%;
}
.content-document__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
    padding: 30px 50px;
    margin-top: -85px;
}
@media only screen and (max-width:767px) {
    .content-document__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content-document__body {
        padding: 20px;
        margin-top: -65px;
    }
}
.content-document__btn {
    text-align: left;
    max-width: 320px;
    width: 100%;
}
.content-document__title {
    background: #00afec;
    color: #fff;
    padding: 5px 0.5em;
    border-radius: 10px;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content-document__title {
        font-size: 24px;
    }
}
.content-document--green .content-document__title {
    background: #83c25a;
}
.content-document__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-input, .form-input--180, .form-input--240, .form-input--400 {
    padding: 0.45em 1em;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 10px;
}
.form-input::-webkit-input-placeholder, .form-input--180::-webkit-input-placeholder, .form-input--240::-webkit-input-placeholder, .form-input--400::-webkit-input-placeholder {
    color: #ccc;
}
.form-input::-moz-placeholder, .form-input--180::-moz-placeholder, .form-input--240::-moz-placeholder, .form-input--400::-moz-placeholder {
    color: #ccc;
}
.form-input:-ms-input-placeholder, .form-input--180:-ms-input-placeholder, .form-input--240:-ms-input-placeholder, .form-input--400:-ms-input-placeholder {
    color: #ccc;
}
.form-input::-ms-input-placeholder, .form-input--180::-ms-input-placeholder, .form-input--240::-ms-input-placeholder, .form-input--400::-ms-input-placeholder {
    color: #ccc;
}
.form-input::placeholder, .form-input--180::placeholder, .form-input--240::placeholder, .form-input--400::placeholder {
    color: #ccc;
}
.form-input--400 {
    max-width: 400px;
}
.form-input--240 {
    max-width: 240px;
}
.form-input--180 {
    max-width: 180px;
}
.form-select, .form-select--100, .form-select--400 {
    padding: 0.95em 1em;
    width: 100%;
    border: 1px solid #aaa;
}
.form-select::-webkit-input-placeholder, .form-select--100::-webkit-input-placeholder, .form-select--400::-webkit-input-placeholder {
    color: #333;
}
.form-select::-moz-placeholder, .form-select--100::-moz-placeholder, .form-select--400::-moz-placeholder {
    color: #333;
}
.form-select:-ms-input-placeholder, .form-select--100:-ms-input-placeholder, .form-select--400:-ms-input-placeholder {
    color: #333;
}
.form-select::-ms-input-placeholder, .form-select--100::-ms-input-placeholder, .form-select--400::-ms-input-placeholder {
    color: #333;
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
    color: #333;
}
.form-select--400 {
    max-width: 400px;
}
.form-select--100 {
    max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--240, .form-select--400 + .form-input--240, .form-select--100 + .form-input--240, .form-select + .form-input--180, .form-select--400 + .form-input--180, .form-select--100 + .form-input--180 {
    margin-top: 20px;
}
@media only screen and (max-width:767px) {
    .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--240, .form-select--400 + .form-input--240, .form-select--100 + .form-input--240, .form-select + .form-input--180, .form-select--400 + .form-input--180, .form-select--100 + .form-input--180 {
        margin-top: 10px;
    }
}
.form-label, .form-label--check, .form-label--req {
    font-weight: 500;
}
.form-label::after, .form-label--check::after, .form-label--req::after {
    content: "任意";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 1em;
    background-color: #7f8080;
    line-height: 2;
    border-radius: 5px;
    width: 42px;
    text-align: center;
    border: 1px solid #7f8080;
}
@media only screen and (max-width:767px) {
    .form-label::after, .form-label--check::after, .form-label--req::after {
        margin-left: 1em;
    }
}
.form-label--req {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
}
@media only screen and (max-width:767px) {
    .form-label--req {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px) {
    .form-label--req {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 1em;
    background-color: #BF0000;
    line-height: 2;
    border-radius: 5px;
    width: 42px;
    text-align: center;
    border: 1px solid #BF0000;
}
@media only screen and (max-width:767px) {
    .form-label--req::after {
        margin-left: 1em;
    }
}
.form-label--req-mail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 10px;
}
@media only screen and (max-width:767px) {
    .form-label--req-mail {
        display: none;
    }
}
.form-label--req-mail::after {
    content: "必須";
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: auto;
    width: 35px;
    line-height: 2;
    text-align: center;
    background-color: #BF0000;
    font-weight: 400;
    border: 1px solid #BF0000;
}
@media only screen and (max-width:767px) {
    .form-label--req-mail::after {
        display: none;
    }
}
.form-label--check {
    font-size: 18px;
}
@media only screen and (max-width:767px) {
    .form-label--check {
        font-size: 16px;
    }
}
.form-label--check::after {
    display: none;
}
.form-caption {
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .form-caption {
        font-size: 12px;
    }
}
.form-caption i {
    margin-right: 5px;
}
.form-textarea {
    resize: none;
    width: 100%;
    height: 200px;
    padding: 0.5em 1em;
    border: 1px solid #aaa;
    border-radius: 10px;
    font: inherit;
}
.form-textarea::-webkit-input-placeholder {
    color: #aaa;
}
.form-textarea::-moz-placeholder {
    color: #aaa;
}
.form-textarea:-ms-input-placeholder {
    color: #aaa;
}
.form-textarea::-ms-input-placeholder {
    color: #aaa;
}
.form-textarea::placeholder {
    color: #aaa;
}
.form-btn {
    max-width: 380px;
    width: 100%;
    margin: 40px auto 0;
}
.form-btn--finish {
    max-width: 300px;
    margin: 40px auto 0;
}
@media only screen and (max-width:767px) {
    .form-btn--finish {
        margin: 10px auto 0;
    }
}
.form-btn--check {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width:767px) {
    .form-btn--check {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
}
.form-btn--check .btn-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 290px;
}
.form-btn--col2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1040px;
    margin: 40px auto 0;
}
.form-btn--col2 > * {
    width: 50%;
    padding: 0 20px;
}
@media only screen and (max-width:767px) {
    .form-btn--col2 > * {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .form-btn--col2 > *:last-child {
        margin-bottom: 0;
    }
}
.form-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
}
.form-flex--02 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
}
@media only screen and (max-width:767px) {
    .form-flex--02 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }
}
@media only screen and (max-width:767px) {
    .form-flex--02 {
        margin: 0;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
}
.form-privacytext {
    color: #BF0000;
    border-bottom: 1px solid #BF0000;
    padding-bottom: 5px;
    font-weight: 400;
}
.form-privacytext i {
    margin-left: 5px;
}
.form-privacytext:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-mail {
    vertical-align: top;
}

.checkbox-adjust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.checkbox-adjust-01 {
    padding-bottom: 20px;
    display: inline-block;
    max-width: 330px;
    width: 100%;
}
.checkbox-adjust-02 {
    padding-bottom: 20px;
    max-width: 190px;
    display: inline-block;
    width: 100%;
}
.checkbox-adjust-03 {
    padding-bottom: 20px;
    max-width: 280px;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .req02 {
        display: none;
    }
}

.form-group {
    padding-bottom: 40px;
}
@media only screen and (max-width:767px) {
    .form-group {
        padding-bottom: 20px;
    }
}
.form-group label {
    display: block;
    margin-bottom: 1rem;
}
.form-group label .required {
    background: #ff0000;
    font-size: 14px;
    margin-left: 0.5rem;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}
.form-group-input, .form-group-input--290 {
    width: 100%;
    padding: 14px;
    border: 1px solid #808080;
    border-radius: 8px;
    font-size: 15px;
    height: 42px;
    max-width: 365px;
}
.form-group-input--290 {
    max-width: 290px;
}
.form-group-input::-webkit-input-placeholder, .form-group-input--290::-webkit-input-placeholder {
    color: #ccc;
}
.form-group-input::-moz-placeholder, .form-group-input--290::-moz-placeholder {
    color: #ccc;
}
.form-group-input:-ms-input-placeholder, .form-group-input--290:-ms-input-placeholder {
    color: #ccc;
}
.form-group-input::-ms-input-placeholder, .form-group-input--290::-ms-input-placeholder {
    color: #ccc;
}
.form-group-input::placeholder, .form-group-input--290::placeholder {
    color: #ccc;
}
.form-group-input:focus, .form-group-input--290:focus {
    outline: none;
    border-color: #000;
}
.form-group-select {
    width: 200px;
    padding: 5px;
    border-radius: 10px;
}
.form-group-textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #808080;
    border-radius: 8px;
    font-size: 15px;
    height: 280px;
}
.form-group-textarea::-webkit-input-placeholder {
    color: #ccc;
}
.form-group-textarea::-moz-placeholder {
    color: #ccc;
}
.form-group-textarea:-ms-input-placeholder {
    color: #ccc;
}
.form-group-textarea::-ms-input-placeholder {
    color: #ccc;
}
.form-group-textarea::placeholder {
    color: #ccc;
}
ß .form-group-textarea:focus {
    outline: none;
    border-color: #000;
}
.form-group.has-error input, .form-group.has-error textarea {
    border-color: #ff0000;
}
.form-group .error {
    margin-top: 0.25rem;
    font-size: 14px;
    color: #ff0000;
}
.form-group-required {
    background: #ff0000;
    font-size: 14px;
    margin-left: 0.5rem;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.radio-grid {
    padding: 100px 0 40px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .radio-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .radio-grid {
        padding: 40px 0;
    }
}
.radio-item {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .radio-item {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
@media only screen and (max-width:767px) {
    .radio-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.radio-title {
    width: 270px;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 0.5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #6C9BD2;
    -webkit-box-shadow: inset 0 0 0 2px #f4f4f4;
            box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #6C9BD2;
}
.radio input[type=radio]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
            box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #ccc;
    background: #ccc;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

.confirm-list dt {
    padding-top: 10px;
    padding-bottom: 10px;
}
.confirm-list dd {
    margin-left: 0;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 8px;
    word-break: break-all;
    margin-bottom: 30px;
}

.confirm-actions {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.btn-send {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 1rem; */
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 260px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
.btn-send:hover {
    opacity: 0.8;
}
.btn-send--back {
    background: #777;
}

.privacy__box {
    width: 100%;
    padding: 20px;
    height: 150px;
    overflow-y: scroll;
    border: #808080 1px solid;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 12px;
}
.privacy__box > p:first-of-type {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}
.privacy__box > p.mt {
    margin: 2em 0 0.3em;
    font-weight: 400;
}
.privacy-note {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
@media only screen and (max-width:767px) {
    .privacy-note {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

.headline-lv1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .headline-lv1 {
        gap: 10px;
    }
}
.headline-lv1__main, .headline-lv1__main--03, .headline-lv1__main--02 {
    position: relative;
    font-size: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    width: 100%;
    display: inline-block;
}
.headline-lv1__main--min {
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.headline-lv1__main::after, .headline-lv1__main--03::after, .headline-lv1__main--02::after {
    content: "";
    display: block;
    height: 1px;
    max-width: 387px;
    width: 100%;
    background-color: #83c25a;
    margin: 0.5em auto 0;
}
.headline-lv1__main--02 {
    font-size: 74px;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--02 {
        font-size: 30px;
    }
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--02 {
        text-align: center;
    }
}
.headline-lv1__main--03 {
    font-size: clamp(1.875rem, 0.4rem + 6.93vw, 9.25rem);
    white-space: nowrap;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--03 {
        text-align: center;
    }
}
.headline-lv1__main--04 {
    position: relative;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    font-size: 74px;
    background: none;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--04 {
        font-size: 28px;
    }
}
.headline-lv1__sub, .headline-lv4__sub--right, .headline-lv3__sub--right, .headline-lv1__sub--02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .headline-lv1__sub, .headline-lv4__sub--right, .headline-lv3__sub--right, .headline-lv1__sub--02 {
        font-size: 14px;
    }
}
.headline-lv1__sub--02 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .headline-lv1__sub--02 {
        font-size: 24px;
    }
}
.headline-lv2, .headline-lv2--white, .headline-lv2--rabbit {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    position: relative;
    justify-items: center;
    text-align: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
@media only screen and (max-width:767px) {
    .headline-lv2, .headline-lv2--white, .headline-lv2--rabbit {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.headline-lv2 img, .headline-lv2--white img, .headline-lv2--rabbit img {
    display: block;
    width: 100%;
    max-width: 35px;
}
@media only screen and (max-width:767px) {
    .headline-lv2 img, .headline-lv2--white img, .headline-lv2--rabbit img {
        max-width: 20px;
    }
}
.headline-lv2--rabbit {
    position: relative;
}
.headline-lv2--rabbit .headline-lv2__img {
    position: absolute;
    top: -50%;
    left: 30%;
}
@media only screen and (max-width:767px) {
    .headline-lv2--rabbit .headline-lv2__img {
        top: -34%;
        left: 5%;
    }
}
.headline-lv2--rabbit .headline-lv2__img img {
    display: block;
    width: 75px;
    height: auto;
    max-width: none;
}
@media only screen and (max-width:767px) {
    .headline-lv2--rabbit .headline-lv2__img img {
        width: 50px;
    }
}
.headline-lv2--white .headline-lv2__main,
.headline-lv2--white .headline-lv2__sub,
.headline-lv2--white .headline-lv2__sub--black,
.headline-lv2--white .headline-lv2__sub--02 {
    color: #FFFFFF;
}
.headline-lv2--left {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    justify-items: start;
    text-align: left;
    -ms-flex-line-pack: center;
        align-content: center;
}
@media only screen and (max-width:767px) {
    .headline-lv2--left {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.headline-lv2__main {
    font-size: clamp(24px, 21.5138121547px + 0.6629834254vw, 30px);
    font-weight: 600;
    line-height: 1;
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: #222222;
}
.headline-lv2__sub, .headline-lv2__sub--black, .headline-lv2__sub--02 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #83c25a;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.2em;
}
@media only screen and (max-width:767px) {
    .headline-lv2__sub, .headline-lv2__sub--black, .headline-lv2__sub--02 {
        font-size: 14px;
    }
}
.headline-lv2__sub--02 {
    color: #5A73B7;
}
.headline-lv2__sub--black {
    color: #222222;
}
.headline-lv2__containar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .headline-lv2__containar {
        gap: 10px;
    }
}
.headline-lv3 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .headline-lv3 {
        gap: 5px;
    }
}
.headline-lv3__main {
    position: relative;
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: #83c25a;
}
.headline-lv3__sub {
    font-family: "Rounded Mplus 1c";
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}
@media only screen and (max-width:767px) {
    .headline-lv3__sub {
        font-size: 16px;
    }
}
.headline-lv3__sub--right {
    text-align: right;
}
.headline-lv3__fukidashi, .headline-lv3__fukidashi--04, .headline-lv3__fukidashi--03, .headline-lv3__fukidashi--02 {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    max-width: 350px;
    text-align: center;
    width: 100%;
    height: 95px;
}
.headline-lv3__fukidashi::after, .headline-lv3__fukidashi--04::after, .headline-lv3__fukidashi--03::after, .headline-lv3__fukidashi--02::after {
    content: url("../img/top/news/sub_fukidashi_bg02.png");
    display: block;
    position: absolute;
    bottom: 0;
}
.headline-lv3__fukidashi--02 {
    max-width: 475px;
}
@media only screen and (max-width:767px) {
    .headline-lv3__fukidashi--02 {
        font-size: 22px;
        width: 100%;
        max-width: 345px;
    }
}
.headline-lv3__fukidashi--02::after {
    content: url("../img/top/news/sub_fukidashi_bg02.png");
}
.headline-lv3__fukidashi--03 {
    max-width: 325px;
}
.headline-lv3__fukidashi--03::after {
    content: url("../img/top/more/sub_fukidashi_bg04.png");
}
.headline-lv3__fukidashi--04 {
    max-width: 232px;
}
.headline-lv3__fukidashi--04::after {
    content: url("../img/top/more/sub_fukidashi_bg05.png");
}
.headline-lv4 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
}
@media only screen and (max-width:767px) {
    .headline-lv4 {
        font-size: 20px;
    }
}
.headline-lv4__main {
    font-family: "Rounded Mplus 1c";
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .headline-lv4__main {
        font-size: 20px;
    }
}
.headline-lv4__sub {
    font-family: "Rounded Mplus 1c";
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}
@media only screen and (max-width:767px) {
    .headline-lv4__sub {
        font-size: 14px;
    }
}
.headline-lv4__sub--right {
    text-align: right;
}
.headline-lv4__fukidashi {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    max-width: 310px;
    text-align: center;
    width: 100%;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.headline-lv4__fukidashi::after {
    content: url("../img/top/relly/sub_fukidashi_bg01.png");
    display: block;
    position: absolute;
    bottom: 10px;
}
.headline-lv4__fukidashi__sub {
    position: relative;
    padding: 10px;
    background: #FFAAAA;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    max-width: 144px;
    width: 100%;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.headline-lv4__fukidashi__sub::before,
.headline-lv4__fukidashi__sub ::after {
    position: absolute;
    right: 15px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.headline-lv4__fukidashi__sub::before {
    top: 100%;
    margin-left: -10px;
    border-color: transparent;
    border-top-color: #FFAAAA;
    border-right-color: #FFAAAA;
    border-width: 4px;
}
.headline-lv4__fukidashi__sub::after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 7px;
}
.headline-num {
    background: #fff;
    color: #5A73B7;
    border: 1px solid #5A73B7;
    border-radius: 30px;
    width: 100%;
    display: block;
    padding: 0.8em 1.2em;
    font-weight: 400;
    line-height: 1;
    max-width: 210px;
    font-size: 18px;
}
@media only screen and (max-width:767px) {
    .headline-num {
        font-size: 16px;
    }
}
.headline-num span {
    padding-inline: 0.5em;
}
.headline-num-detail {
    max-width: 280px;
}
.headline-worries {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    background-color: #fff;
    font-size: clamp(18px, 11.3701657459px + 1.7679558011vw, 34px);
    font-weight: 600;
    padding: 0.5em;
    border-radius: 20px;
    text-align: center;
}
.headline-worries::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #fff transparent transparent transparent;
}
.headline-worries__accent {
    color: #ee721f;
}
.headline-resolve {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.headline-resolve h3 {
    display: grid;
    gap: 15px;
    line-height: 1.4;
}
@media only screen and (max-width:767px) {
    .headline-resolve h3 {
        gap: 5px;
    }
}
.headline-resolve__sub {
    font-size: clamp(14px, 9.0276243094px + 1.3259668508vw, 26px);
    font-weight: 600;
}
.headline-resolve__sub-top::before {
    content: "＼";
}
@media only screen and (max-width:767px) {
    .headline-resolve__sub-top::before {
        content: none;
    }
}
.headline-resolve__sub-top::after {
    content: "、";
}
@media only screen and (max-width:767px) {
    .headline-resolve__sub-top::after {
        content: none;
    }
}
.headline-resolve__sub-bottom::after {
    content: "／";
}
@media only screen and (max-width:767px) {
    .headline-resolve__sub-bottom::after {
        content: "　／";
    }
}
@media only screen and (max-width:767px) {
    .headline-resolve__sub-bottom::before {
        content: "＼　";
    }
}
@media only screen and (max-width:767px) {
    .headline-resolve__sub {
        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;
        gap: 5px;
    }
}
.headline-resolve__main {
    font-size: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
    font-weight: 600;
}
.headline-resolve__accent {
    color: #ee721f;
}
.headline-resolve .u-sp-only {
    display: none;
}
@media only screen and (max-width:767px) {
    .headline-resolve .u-sp-only {
        display: block;
    }
}
.headline-resolve .u-pc-only {
    display: block;
}
@media only screen and (max-width:767px) {
    .headline-resolve .u-pc-only {
        display: none;
    }
}
.headline-pill, .headline-pill--rabbit {
    background-color: #83c25a;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: clamp(18px, 8.8839779006px + 2.4309392265vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    height: 70px;
    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;
}
@media only screen and (max-width:767px) {
    .headline-pill, .headline-pill--rabbit {
        height: auto;
        min-height: 50px;
        padding: 0.5em 1em;
    }
}
.headline-pill--rabbit {
    font-size: clamp(24px, 20.6850828729px + 0.8839779006vw, 32px);
    position: relative;
    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;
}
.headline-pill--rabbit .headline-pill__img {
    position: absolute;
    top: 40%;
    left: 45%;
    -webkit-transform: translate(calc(-50% - 130px), -50%);
            transform: translate(calc(-50% - 130px), -50%);
}
@media only screen and (max-width:767px) {
    .headline-pill--rabbit .headline-pill__img {
        -webkit-transform: translate(calc(-50% - 90px), -50%);
                transform: translate(calc(-50% - 90px), -50%);
    }
}
.headline-pill--rabbit .headline-pill__img img {
    display: block;
    width: 75px;
    height: auto;
}
@media only screen and (max-width:767px) {
    .headline-pill--rabbit .headline-pill__img img {
        width: 55px;
    }
}
.headline-dot {
    color: #83c25a;
    font-size: clamp(18px, 13.8563535912px + 1.1049723757vw, 28px);
    font-weight: 700;
    text-align: center;
    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;
    gap: 0.5em;
}
.headline-dot::before, .headline-dot::after {
    content: "●";
    font-size: 0.6em;
    vertical-align: middle;
}

.keyvisual {
    position: relative;
    width: 100%;
    z-index: -10;
    overflow: hidden;
}
.keyvisual__slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.keyvisual__slider .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
}
.keyvisual__slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.keyvisual__slider .swiper-slide.swiper-slide-active img {
    -webkit-animation: keyvisualZoom 10s ease-out forwards;
            animation: keyvisualZoom 10s ease-out forwards;
}
.keyvisual__slider .swiper-slide.swiper-slide-prev img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.keyvisual__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}
.keyvisual__slider--pc {
    aspect-ratio: 1280/580;
    display: block;
}
@media only screen and (max-width:767px) {
    .keyvisual__slider--pc {
        display: none !important;
    }
}
.keyvisual__slider--sp {
    aspect-ratio: 540/720;
    display: none !important;
}
@media only screen and (max-width:767px) {
    .keyvisual__slider--sp {
        aspect-ratio: 540/720;
        display: block !important;
    }
}
.keyvisual__slide {
    position: relative;
    width: 100%;
}
.keyvisual__slide img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    background-size: contain;
}
.keyvisual__sp {
    display: none;
}
@media only screen and (max-width:767px) {
    .keyvisual__sp {
        display: block;
    }
}
.keyvisual__title {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    justify-items: center;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .keyvisual__title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0px;
    }
}
.keyvisual__title-sub {
    font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
    color: #fff;
    font-weight: 500;
}
@media only screen and (max-width:767px) {
    .keyvisual__title-sub {
        font-size: 18px;
        display: none;
    }
}
.keyvisual__title-sub--sp {
    display: none;
}
@media only screen and (max-width:767px) {
    .keyvisual__title-sub--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }
}
.keyvisual__title-sub br {
    display: none;
}
@media only screen and (max-width:767px) {
    .keyvisual__title-sub br {
        display: block;
    }
}
.keyvisual__title-sub--02 {
    font-size: clamp(18px, 15.5138121547px + 0.6629834254vw, 24px);
    font-weight: 500;
    color: #fff;
}
.keyvisual__title-sub--02 br {
    display: none;
}
@media only screen and (max-width:767px) {
    .keyvisual__title-sub--02 br {
        display: block;
    }
}
.keyvisual__title-main {
    font-size: clamp(36px, 9.4806629834px + 7.0718232044vw, 100px);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
@media only screen and (max-width:767px) {
    .keyvisual__title-main {
        line-height: 1.2;
    }
}
.keyvisual--02 {
    background-image: url("../img/KV/kv_bento.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--02__title {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    justify-items: center;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .keyvisual--02__title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.keyvisual--02__title-sub {
    font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
.keyvisual--02__title-main {
    font-size: clamp(24px, 19.0276243094px + 1.3259668508vw, 36px);
    color: #fff;
    font-weight: 400;
    line-height: 1;
}
.keyvisual--cafeteria {
    background-image: url("../img/KV/kv_cafeteria.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--point {
    background-image: url("../img/KV/kv_point.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--company {
    background-image: url("../img/KV/kv_company.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--recruit {
    background-image: url("../img/KV/kv_recruit.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--recruit-info {
    background-image: url("../img/KV/kv_recruit-info.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--contact {
    background-image: url("../img/KV/kv_contact.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}
.keyvisual--news {
    background-image: url("../img/KV/kv_news.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 31.25%;
    position: relative;
    z-index: -5;
}

@-webkit-keyframes keyvisualZoom {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}

@keyframes keyvisualZoom {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}
.list-dot {
    list-style: disc;
    padding-left: 1em;
}
.list-num {
    list-style: decimal;
    padding-left: 1em;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .list-option {
        gap: 5px;
    }
}
.list-option li {
    max-width: 350px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #808080;
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .list-option li {
        max-width: 165px;
        padding: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.list-flow {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
@media only screen and (max-width:767px) {
    .list-flow {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.list-flow li {
    border-bottom: 0.5px solid #231815;
    padding-bottom: 30px;
    padding-inline: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .list-flow li {
        gap: 20px;
    }
}
.list-flow__num {
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .list-flow__num {
        font-size: 20px;
    }
}
.list-flow__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .list-flow__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-flow__title {
    font-size: 22px;
    font-weight: 600;
}
@media only screen and (max-width:767px) {
    .list-flow__title {
        font-size: 18px;
    }
}
.list-flow__text {
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .list-flow__text {
        font-size: 14px;
    }
}
.list-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow-y: scroll;
}
.list-plan li {
    padding-block: 25px;
    border-top: 1px solid #808080;
}
@media only screen and (max-width:767px) {
    .list-plan li {
        padding-block: 10px;
    }
}
.list-plan li:last-child {
    border-bottom: 1px solid #808080;
}
.list-plan__menu {
    width: 280px;
}
@media only screen and (max-width:767px) {
    .list-plan__menu {
        width: 170px;
    }
}
.list-plan__menu li {
    padding-left: 1em;
}
.list-plan__lite {
    width: 270px;
}
@media only screen and (max-width:767px) {
    .list-plan__lite {
        width: 180px;
    }
}
.list-plan__lite li {
    text-align: center;
}
.list-plan__lite-header {
    background: #F3F6F7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .list-plan__lite-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__lite-price {
    font-weight: 400;
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .list-plan__lite-price {
        font-size: 14px;
    }
}
.list-plan__lite-price--num {
    font-weight: 400;
    font-size: 32px;
}
@media only screen and (max-width:767px) {
    .list-plan__lite-price--num {
        font-size: 18px;
    }
}
.list-plan__lite-price--tax {
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .list-plan__lite-price--tax {
        font-size: 14px;
    }
}
.list-plan__standard {
    width: 270px;
    position: relative;
}
@media only screen and (max-width:767px) {
    .list-plan__standard {
        width: 180px;
    }
}
.list-plan__standard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 9px solid #5A73B7;
    border-right: 9px solid #5A73B7;
    border-left: 9px solid #5A73B7;
    pointer-events: none;
}
.list-plan__standard li {
    text-align: center;
}
.list-plan__standard-header {
    background: #5A73B7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .list-plan__standard-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__standard-price {
    font-weight: 400;
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .list-plan__standard-price {
        font-size: 14px;
    }
}
.list-plan__standard-price--num {
    font-weight: 400;
    font-size: 32px;
}
@media only screen and (max-width:767px) {
    .list-plan__standard-price--num {
        font-size: 18px;
    }
}
.list-plan__standard-price--tax {
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .list-plan__standard-price--tax {
        font-size: 14px;
    }
}
.list-plan__standard-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 9px solid #5A73B7;
    border-right: 9px solid #5A73B7;
    border-left: 9px solid #5A73B7;
}
.list-plan__pro {
    width: 270px;
}
@media only screen and (max-width:767px) {
    .list-plan__pro {
        width: 180px;
    }
}
.list-plan__pro li {
    text-align: center;
}
.list-plan__pro-header {
    background: #F3F6F7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .list-plan__pro-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__pro-price {
    font-weight: 400;
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .list-plan__pro-price {
        font-size: 14px;
    }
}
.list-plan__pro-price--num {
    font-weight: 400;
    font-size: 32px;
}
@media only screen and (max-width:767px) {
    .list-plan__pro-price--num {
        font-size: 18px;
    }
}
.list-plan__pro-price--tax {
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .list-plan__pro-price--tax {
        font-size: 14px;
    }
}
.list-3card, .list-3card--photo, .list-3card--point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .list-3card, .list-3card--photo, .list-3card--point {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
}
.list-3card img, .list-3card--photo img, .list-3card--point img {
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.list-3card li, .list-3card--photo li, .list-3card--point li {
    max-width: 346px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    -ms-flex-line-pack: start;
        align-content: start;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .list-3card li, .list-3card--photo li, .list-3card--point li {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:767px) {
    .list-3card li, .list-3card--photo li, .list-3card--point li {
        max-width: 100%;
        height: auto;
    }
}
.list-3card__title {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-size: clamp(18px, 16.7569060773px + 0.3314917127vw, 21px);
}
.list-3card__title--sub {
    font-size: 12px;
    color: #83c25a;
    font-weight: 400;
    text-align: center;
}
.list-3card--point {
    gap: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width:767px) {
    .list-3card--point {
        -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;
    }
}
.list-3card--point li {
    max-width: 315px;
    height: auto;
    padding: 2em 2vw;
    -ms-flex-line-pack: start;
        align-content: start;
}
.list-3card--point li:nth-child(even) {
    background: none;
    padding: 0;
    width: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-line-pack: center;
        align-content: center;
}
@media only screen and (max-width:767px) {
    .list-3card--point li {
        padding: 1em 3vw;
        max-width: 100%;
    }
}
.list-3card--point__title {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #83c25a;
    font-size: clamp(18px, 16.3425414365px + 0.4419889503vw, 22px);
}
.list-3card--photo {
    gap: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width:767px) {
    .list-3card--photo {
        -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;
    }
}
.list-3card--photo li {
    max-width: 315px;
    height: auto;
    padding: 1em 1vw;
    -ms-flex-line-pack: start;
        align-content: start;
}
.list-3card--photo li:nth-child(even) {
    background: none;
    padding: 0;
    width: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-line-pack: center;
        align-content: center;
}
@media only screen and (max-width:767px) {
    .list-3card--photo li {
        padding: 1em 3vw;
        max-width: 100%;
    }
}
.list-3card--photo__img img {
    aspect-ratio: 1.19/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.list-3card--photo__body {
    padding: 0em 1vw;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .list-3card--photo__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.list-3card--photo__title {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #83c25a;
    font-size: clamp(18px, 16.3425414365px + 0.4419889503vw, 22px);
}
.list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width:767px) {
    .list-news {
        gap: 30px 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.list-news li {
    max-width: 248px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .list-news li {
        max-width: 48%;
    }
}
.list-news img {
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    width: 100%;
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
}
.list-news a {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .list-news a {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.list-news a:hover img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}
.list-news__date {
    color: #83c25a;
}
.list-news__title {
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width:767px) {
    .nav-header {
        padding-bottom: 2rem;
    }
}
.nav-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        color: #333;
        padding: 0;
    }
}
.nav-header__inner li {
    white-space: nowrap;
    padding-inline: 20px;
    position: relative;
}
.nav-header__inner li:nth-last-child(2) {
    border-right: none;
}
.nav-header__inner li:last-child {
    border-right: none;
    padding: 0;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner li {
        border-right: none;
        border-top: 1px solid #d1d1d1;
        padding-block: 1.5rem;
    }
    .nav-header__inner li::before {
        content: url("../img/icon/icon-right.svg");
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #83c25a;
    }
    .nav-header__inner li:last-child::before {
        display: none;
    }
}
.nav-header__inner__sp {
    display: none;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__sp {
        display: block;
        width: 100%;
        padding: 10px 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
@media only screen and (max-width:1199px) {
    .nav-header__inner > * {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 10px 0;
    }
    .nav-header__inner > *:last-child {
        padding: 0;
    }
}
.nav-header__inner__btn, .nav-header__inner__btn__contact {
    font-size: 15px;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 400;
    line-height: 1;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
@media only screen and (max-width:767px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        font-size: 18px;
    }
}
@media only screen and (max-width:767px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #333;
    }
}
.nav-header__inner__btn:hover, .nav-header__inner__btn__contact:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-header__inner__btn__img {
    display: inline-block;
    width: 35px;
}
.nav-header__inner__btn__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #F2B65A;
    padding: 20px;
    min-width: 185px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__btn__contact {
        border-radius: 0;
    }
}
.nav-header__inner__btn--sub {
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    display: block;
    padding: 10px 0;
}
.nav-header__inner--01 {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 40px;
    gap: 10px;
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01 {
        width: 100%;
        padding: 0;
        border-top: 1px solid #b8c9d1;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        gap: 0;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01 > * {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #fff;
        background-color: #e87d1d;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01-mail {
        background-color: #0cd637;
    }
}
.nav-header__inner--01--last {
    border-right: 1px solid #7d8546;
}
.nav-header__logo {
    margin-right: auto;
}
@media only screen and (max-width:1299px) {
    .nav-header__logo {
        display: none;
    }
}
.nav-header__mobile {
    padding-right: 20px;
}
@media only screen and (max-width:1299px) {
    .nav-header__mobile {
        display: none;
    }
}
.nav-header__cloud {
    padding-right: 30px;
}
@media only screen and (max-width:1299px) {
    .nav-header__cloud {
        display: none;
    }
}
.nav-header__btn {
    color: #FFFFFF;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
.nav-header__btn-main {
    font-weight: 400;
    display: block;
    text-align: center;
}
.nav-header__btn-sub {
    font-size: 12px;
    display: block;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .nav-header__btn-sub {
        font-size: 10px;
    }
}
.nav-header__btn--02 {
    display: block;
    background: url(../img/btn_bg.png);
    color: #fff;
    padding: 10px 30px 10px 0;
    border-radius: 40px;
    line-height: 1;
    min-width: 260px;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-header__btn--03 {
    padding: 18px 0;
    display: block;
    background-color: #0cd637;
    color: #fff;
    border-radius: 40px;
    line-height: 1;
    min-width: 260px;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn--03 {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
.nav-header__btn--04 {
    padding: 17px 0;
    display: block;
    color: #3488d4;
    border: 1px solid #3488d4;
    border-radius: 40px;
    line-height: 1;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn--04 {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__mail {
        background: #0cd637;
    }
}
.nav-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
@media only screen and (max-width:1199px) {
    .nav-footer__inner {
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.nav-footer__inner li {
    padding-right: 20px;
    border-right: 1px solid #222222;
}
.nav-footer__inner li:last-child {
    border-right: none;
}
.nav-footer__inner__btn {
    color: #222222;
    text-align: center;
    display: block;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
.nav-footer__inner__btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-footer__inner__btn__img {
    display: block;
}

/* -------------------------------
   1) ハンバーガーアイコン
-------------------------------- */
.hamburger {
    position: relative;
    margin-left: auto;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    background: #83c25a;
    z-index: 1200;
    cursor: pointer;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s, opacity 0.3s;
    transition: transform 0.3s, top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    border-radius: 2px;
}
.hamburger span:nth-child(1) {
    top: 20px;
}
.hamburger span:nth-child(2) {
    top: 29px;
}
.hamburger span:nth-child(3) {
    top: 38px;
}
.hamburger.active span:nth-child(1) {
    top: 29px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    top: 29px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
}
.hamburger.hide {
    display: none;
}

/* -------------------------------
   2) スライドアップ＋フェードインメニュー
-------------------------------- */
.globalMenuSp {
    position: fixed;
    right: 0;
    /* 70% 幅なので右寄せ */
    top: 0;
    width: 40%;
    height: 100%;
    height: 100dvh;
    background: #fff;
    overflow-y: auto;
    /* 画面より下からスタート */
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1100;
    /* 閉じるボタン */
    /* メニューリスト */
}
@media only screen and (max-width:767px) {
    .globalMenuSp {
        width: 70%;
    }
}
.globalMenuSp.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.globalMenuSp .menuClose {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
}
.globalMenuSp .menuClose::before, .globalMenuSp .menuClose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #333;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.globalMenuSp .menuClose::before {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
}
.globalMenuSp .menuClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
}
.globalMenuSp .menuClose:hover::before, .globalMenuSp .menuClose:hover::after {
    background: #777;
}
.globalMenuSp__list {
    margin: 80px 0 0;
    padding-left: 30px;
    list-style: none;
}
.globalMenuSp__list li {
    margin-bottom: 24px;
}
.globalMenuSp__list__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.globalMenuSp__list__btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.globalMenuSp__list__btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.globalMenuSp__list .l-header__tel {
    display: grid;
    gap: 12px 0;
}
.globalMenuSp__list .l-header__tel-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(14px, 14px + 0vw, 14px);
    vertical-align: baseline;
}
.globalMenuSp__list .l-header__tel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0;
}
.globalMenuSp__list .l-header__tel-text {
    font-size: clamp(16px, 9.3701657459px + 1.7679558011vw, 32px);
}
.globalMenuSp__list .l-header__tel-number {
    font-size: clamp(16px, 5.226519337px + 2.8729281768vw, 42px);
}
@media only screen and (max-width:767px) {
    .globalMenuSp__list .l-header__tel-number {
        display: inline;
    }
}

/* -------------------------------
   3) レスポンシブ制御
-------------------------------- */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media only screen and (max-width:1199px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
.table {
    border-bottom: none;
}
.table-01 {
    width: 100%;
}
.table-01 thead {
    background-color: #fcfcfc;
}
.table-01 tr {
    border-bottom: 1px solid #aaa;
}
.table-01 tr:last-child {
    border-bottom: none;
}
.table-01 th {
    width: 18.3%;
    vertical-align: top;
    padding: 20px;
    background-color: #eee;
}
@media only screen and (max-width:767px) {
    .table-01 th {
        width: 30%;
    }
}
.table-01 td {
    vertical-align: top;
    padding: 20px;
}
.table-02 {
    width: 100%;
}
.table-02 thead {
    background-color: #00afec;
    color: #FFFFFF;
}
.table-02 tr {
    border: 1px solid #b8c9d1;
}
.table-02 tr > *:last-child {
    width: 25%;
}
.table-02 th {
    width: 20%;
    border: 1px solid #b8c9d1;
    vertical-align: top;
    padding: 20px;
}
.table-02 td {
    border: 1px solid #b8c9d1;
    vertical-align: top;
    padding: 20px;
}
.table-02 tbody th {
    background-color: #fcfcfc;
}
.table-03 {
    width: 100%;
}
.table-03 tr {
    border-bottom: 1px solid #ccc;
}
.table-03 tr:first-child {
    border-top: 1px solid #ccc;
}
.table-03 th {
    width: 31%;
    font-weight: 400;
    vertical-align: top;
    padding: 20px 10px 20px 0;
}
.table-03 td {
    vertical-align: top;
    padding: 20px 0 20px 10px;
}
.table-03--check {
    width: 100%;
}
.table-03--check tr {
    border-bottom: 1px solid #aaa;
}
.table-03--check th {
    width: 25%;
    font-weight: 400;
    vertical-align: top;
    padding: 20px 10px 20px 0;
}
.table-03--check td {
    vertical-align: top;
    padding: 20px 0 20px 10px;
}
.table-04 {
    width: 100%;
    table-layout: fixed;
}
.table-04 tr {
    border-bottom: 1px solid #ccc;
}
.table-04 th {
    width: 48%;
    padding: 15px 60px;
}
@media only screen and (max-width:767px) {
    .table-04 th {
        width: 30%;
        padding: 15px 20px;
    }
}
.table-04 td {
    width: 52%;
    padding: 15px 0;
}
@media only screen and (max-width:767px) {
    .table-04 td {
        width: 70%;
    }
}
.table-05 {
    width: 100%;
}
.table-05 thead {
    background-color: #fcfcfc;
}
.table-05 tr {
    border-bottom: 1px solid #ccc;
}
.table-05 th {
    width: 25%;
    vertical-align: middle;
    padding: 20px;
    background-color: #fbf1dd;
    font-weight: 400;
    position: relative;
}
@media only screen and (max-width:767px) {
    .table-05 th {
        width: 30%;
    }
}
.table-05 th::after {
    content: "";
    height: 35px;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 25%;
}
.table-05 td {
    vertical-align: top;
    padding: 20px;
}
.table-06 {
    width: 100%;
}
.table-06 thead {
    background-color: #fcfcfc;
}
.table-06 tr {
    border-bottom: 1px solid #ccc;
}
.table-06 th {
    width: 25%;
    vertical-align: middle;
    padding: 20px;
    background-color: #fbf1dd;
    font-weight: 400;
    position: relative;
}
@media only screen and (max-width:767px) {
    .table-06 th {
        width: 100%;
        display: block;
    }
}
.table-06 th::after {
    content: "";
    height: 80%;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 10%;
}
.table-06 td {
    vertical-align: top;
    padding: 20px;
}
@media only screen and (max-width:767px) {
    .table-06 td {
        display: block;
    }
}
.table-07 {
    width: 100%;
}
.table-07 tr {
    border-bottom: 1px solid #d4d4dc;
}
.table-07 th {
    width: 25%;
    vertical-align: middle;
    padding: 30px 0;
    font-weight: 400;
    position: relative;
    vertical-align: baseline;
}
@media only screen and (max-width:767px) {
    .table-07 th {
        width: 100%;
        display: block;
        padding: 20px 0 0;
        font-size: 18px;
    }
}
.table-07 td {
    vertical-align: top;
    padding: 30px 0;
}
@media only screen and (max-width:767px) {
    .table-07 td {
        display: block;
        padding: 20px 0;
    }
}
.table-08 {
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
}
@media only screen and (max-width:767px) {
    .table-08 {
        font-size: 16px;
    }
}
.table-08 th {
    width: 150px;
    vertical-align: middle;
    font-weight: 500;
    padding: 10px 0;
}
.table-08 td {
    vertical-align: middle;
    padding: 10px 0;
}
.table-09 {
    width: 100%;
    border-collapse: collapse;
    background-color: #f0f0f0;
}
.table-09 th,
.table-09 td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}
.table-09 th {
    background-color: #c0c0c0;
    width: 30%;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .table-09 th {
        width: 100%;
        display: block;
        margin-bottom: -1px;
    }
}
.table-09 td {
    background-color: white;
    padding-left: 60px;
    width: 70%;
}
@media only screen and (max-width:767px) {
    .table-09 td {
        width: 100%;
        display: block;
        margin-bottom: -1px;
        padding-left: 0;
        text-align: center;
    }
}
.table-10 {
    width: 100%;
    border-collapse: collapse;
}
.table-10 th,
.table-10 td {
    padding: 10px;
    text-align: left;
}
.table-10 tr {
    padding: 15px 0;
}
.table-10 th {
    font-size: 20px;
    width: 30%;
}
@media only screen and (max-width:767px) {
    .table-10 th {
        width: 100%;
        display: block;
        padding: 0;
    }
}
.table-10 td {
    width: 70%;
}
@media only screen and (max-width:767px) {
    .table-10 td {
        width: 100%;
        display: block;
        padding-bottom: 30px;
    }
}
.table-form {
    width: 100%;
}
.table-form th {
    padding: 30px 10px 30px 0;
    width: 25%;
}
@media only screen and (max-width:767px) {
    .table-form th {
        display: block;
        width: 100%;
        padding: 0 0 5px;
    }
}
.table-form-mail_02 {
    padding-bottom: 65px;
}
@media only screen and (max-width:767px) {
    .table-form-mail_02 {
        padding: 0;
    }
}
.table-form-label02 {
    padding-top: 10px;
}
.table-form td {
    vertical-align: top;
    padding: 30px 0 30px 10px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .table-form td {
        display: block;
        width: 100%;
        padding: 5px 0 20px;
    }
}
.table-form-checkmail {
    vertical-align: text-top;
}
.table-form-checkmail-text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .table-form-checkmail-text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

#th-textarea {
    vertical-align: baseline;
}

.transaction {
    margin-top: 120px;
    padding: auto;
}

.transaction-table {
    margin: 20px auto 120px;
    width: 100%;
    max-width: 1200px;
}
@media only screen and (max-width:767px) {
    .transaction-table {
        margin: 20px auto;
    }
}

.transaction-table td,
.transaction-table th {
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.transaction-table th {
    background: #f2f2f2;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.transaction-table .notice {
    font-size: 1.4rem;
    margin-top: 8px;
    position: fixed;
}

.table-company {
    width: 100%;
    max-width: 880px;
    margin: auto;
    border-collapse: collapse;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    font-weight: 300;
}
.table-company tr {
    border-bottom: 1px solid #ccc;
}
.table-company tr:first-child {
    border-top: 1px solid #ccc;
}
.table-company th {
    width: 25%;
    color: #83c25a;
    text-align: left;
    padding: 25px 10px;
    font-weight: 300;
    vertical-align: top;
}
@media only screen and (max-width:767px) {
    .table-company th {
        width: 100%;
        display: block;
        padding: 20px 0 5px;
    }
}
.table-company td {
    padding: 25px 10px 25px 25px;
    vertical-align: top;
}
@media only screen and (max-width:767px) {
    .table-company td {
        width: 100%;
        display: block;
        padding: 0 0 20px;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
}
@media only screen and (max-width:767px) {
    .pagination {
        gap: 6px;
        padding-top: 40px;
    }
}
.pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Montserrat", "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
@media only screen and (max-width:767px) {
    .pagination__item {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}
.pagination__item:hover {
    background-color: #83c25a;
    border-color: #83c25a;
    color: #fff;
}
.pagination__item--current {
    background-color: #83c25a;
    border-color: #83c25a;
    color: #fff;
    pointer-events: none;
}
.pagination__item--prev, .pagination__item--next {
    position: relative;
    border: none;
    background: transparent;
}
.pagination__item--prev::before, .pagination__item--next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.pagination__item--prev:hover, .pagination__item--next:hover {
    background: transparent;
}
.pagination__item--prev:hover::before, .pagination__item--next:hover::before {
    border-color: #83c25a;
}
.pagination__item--prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 4px;
}
.pagination__item--next::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
}
.pagination__item--ellipsis {
    border: none;
    background: transparent;
    pointer-events: none;
    width: auto;
    padding: 0 5px;
    font-size: 18px;
    color: #999;
}

.u-mt0 {
    margin-top: 0px;
}

.u-mb0 {
    margin-bottom: 0px;
}

.u-mr0 {
    margin-right: 0px;
}

.u-ml0 {
    margin-left: 0px;
}

.u-mt-0 {
    margin-top: -0px;
}

.u-mb-0 {
    margin-bottom: -0px;
}

.u-mr-0 {
    margin-right: -0px;
}

.u-ml-0 {
    margin-left: -0px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-ml5 {
    margin-left: 5px;
}

.u-mt-5 {
    margin-top: -5px;
}

.u-mb-5 {
    margin-bottom: -5px;
}

.u-mr-5 {
    margin-right: -5px;
}

.u-ml-5 {
    margin-left: -5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-mt-10 {
    margin-top: -10px;
}

.u-mb-10 {
    margin-bottom: -10px;
}

.u-mr-10 {
    margin-right: -10px;
}

.u-ml-10 {
    margin-left: -10px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mr15 {
    margin-right: 15px;
}

.u-ml15 {
    margin-left: 15px;
}

.u-mt-15 {
    margin-top: -15px;
}

.u-mb-15 {
    margin-bottom: -15px;
}

.u-mr-15 {
    margin-right: -15px;
}

.u-ml-15 {
    margin-left: -15px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-mt-20 {
    margin-top: -20px;
}

.u-mb-20 {
    margin-bottom: -20px;
}

.u-mr-20 {
    margin-right: -20px;
}

.u-ml-20 {
    margin-left: -20px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mr25 {
    margin-right: 25px;
}

.u-ml25 {
    margin-left: 25px;
}

.u-mt-25 {
    margin-top: -25px;
}

.u-mb-25 {
    margin-bottom: -25px;
}

.u-mr-25 {
    margin-right: -25px;
}

.u-ml-25 {
    margin-left: -25px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-mt-30 {
    margin-top: -30px;
}

.u-mb-30 {
    margin-bottom: -30px;
}

.u-mr-30 {
    margin-right: -30px;
}

.u-ml-30 {
    margin-left: -30px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mr35 {
    margin-right: 35px;
}

.u-ml35 {
    margin-left: 35px;
}

.u-mt-35 {
    margin-top: -35px;
}

.u-mb-35 {
    margin-bottom: -35px;
}

.u-mr-35 {
    margin-right: -35px;
}

.u-ml-35 {
    margin-left: -35px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-mt-40 {
    margin-top: -40px;
}

.u-mb-40 {
    margin-bottom: -40px;
}

.u-mr-40 {
    margin-right: -40px;
}

.u-ml-40 {
    margin-left: -40px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mr45 {
    margin-right: 45px;
}

.u-ml45 {
    margin-left: 45px;
}

.u-mt-45 {
    margin-top: -45px;
}

.u-mb-45 {
    margin-bottom: -45px;
}

.u-mr-45 {
    margin-right: -45px;
}

.u-ml-45 {
    margin-left: -45px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-mt-50 {
    margin-top: -50px;
}

.u-mb-50 {
    margin-bottom: -50px;
}

.u-mr-50 {
    margin-right: -50px;
}

.u-ml-50 {
    margin-left: -50px;
}

.u-mt55 {
    margin-top: 55px;
}

.u-mb55 {
    margin-bottom: 55px;
}

.u-mr55 {
    margin-right: 55px;
}

.u-ml55 {
    margin-left: 55px;
}

.u-mt-55 {
    margin-top: -55px;
}

.u-mb-55 {
    margin-bottom: -55px;
}

.u-mr-55 {
    margin-right: -55px;
}

.u-ml-55 {
    margin-left: -55px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-mt-60 {
    margin-top: -60px;
}

.u-mb-60 {
    margin-bottom: -60px;
}

.u-mr-60 {
    margin-right: -60px;
}

.u-ml-60 {
    margin-left: -60px;
}

.u-mt65 {
    margin-top: 65px;
}

.u-mb65 {
    margin-bottom: 65px;
}

.u-mr65 {
    margin-right: 65px;
}

.u-ml65 {
    margin-left: 65px;
}

.u-mt-65 {
    margin-top: -65px;
}

.u-mb-65 {
    margin-bottom: -65px;
}

.u-mr-65 {
    margin-right: -65px;
}

.u-ml-65 {
    margin-left: -65px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-mt-70 {
    margin-top: -70px;
}

.u-mb-70 {
    margin-bottom: -70px;
}

.u-mr-70 {
    margin-right: -70px;
}

.u-ml-70 {
    margin-left: -70px;
}

.u-mt75 {
    margin-top: 75px;
}

.u-mb75 {
    margin-bottom: 75px;
}

.u-mr75 {
    margin-right: 75px;
}

.u-ml75 {
    margin-left: 75px;
}

.u-mt-75 {
    margin-top: -75px;
}

.u-mb-75 {
    margin-bottom: -75px;
}

.u-mr-75 {
    margin-right: -75px;
}

.u-ml-75 {
    margin-left: -75px;
}

.u-mt80 {
    margin-top: 80px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mr80 {
    margin-right: 80px;
}

.u-ml80 {
    margin-left: 80px;
}

.u-mt-80 {
    margin-top: -80px;
}

.u-mb-80 {
    margin-bottom: -80px;
}

.u-mr-80 {
    margin-right: -80px;
}

.u-ml-80 {
    margin-left: -80px;
}

.u-mt85 {
    margin-top: 85px;
}

.u-mb85 {
    margin-bottom: 85px;
}

.u-mr85 {
    margin-right: 85px;
}

.u-ml85 {
    margin-left: 85px;
}

.u-mt-85 {
    margin-top: -85px;
}

.u-mb-85 {
    margin-bottom: -85px;
}

.u-mr-85 {
    margin-right: -85px;
}

.u-ml-85 {
    margin-left: -85px;
}

.u-mt90 {
    margin-top: 90px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mr90 {
    margin-right: 90px;
}

.u-ml90 {
    margin-left: 90px;
}

.u-mt-90 {
    margin-top: -90px;
}

.u-mb-90 {
    margin-bottom: -90px;
}

.u-mr-90 {
    margin-right: -90px;
}

.u-ml-90 {
    margin-left: -90px;
}

.u-mt95 {
    margin-top: 95px;
}

.u-mb95 {
    margin-bottom: 95px;
}

.u-mr95 {
    margin-right: 95px;
}

.u-ml95 {
    margin-left: 95px;
}

.u-mt-95 {
    margin-top: -95px;
}

.u-mb-95 {
    margin-bottom: -95px;
}

.u-mr-95 {
    margin-right: -95px;
}

.u-ml-95 {
    margin-left: -95px;
}

.u-mt100 {
    margin-top: 100px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-mr100 {
    margin-right: 100px;
}

.u-ml100 {
    margin-left: 100px;
}

.u-mt-100 {
    margin-top: -100px;
}

.u-mb-100 {
    margin-bottom: -100px;
}

.u-mr-100 {
    margin-right: -100px;
}

.u-ml-100 {
    margin-left: -100px;
}

@media only screen and (max-width:991px) {
    .u-mt0--tab {
        margin-top: 0px;
    }
    .u-mb0--tab {
        margin-bottom: 0px;
    }
    .u-mr0--tab {
        margin-right: 0px;
    }
    .u-ml0--tab {
        margin-left: 0px;
    }
    .u-mt-0--tab {
        margin-top: -0px;
    }
    .u-mb-0--tab {
        margin-bottom: -0px;
    }
    .u-mr-0--tab {
        margin-right: -0px;
    }
    .u-ml-0--tab {
        margin-left: -0px;
    }
    .u-mt5--tab {
        margin-top: 5px;
    }
    .u-mb5--tab {
        margin-bottom: 5px;
    }
    .u-mr5--tab {
        margin-right: 5px;
    }
    .u-ml5--tab {
        margin-left: 5px;
    }
    .u-mt-5--tab {
        margin-top: -5px;
    }
    .u-mb-5--tab {
        margin-bottom: -5px;
    }
    .u-mr-5--tab {
        margin-right: -5px;
    }
    .u-ml-5--tab {
        margin-left: -5px;
    }
    .u-mt10--tab {
        margin-top: 10px;
    }
    .u-mb10--tab {
        margin-bottom: 10px;
    }
    .u-mr10--tab {
        margin-right: 10px;
    }
    .u-ml10--tab {
        margin-left: 10px;
    }
    .u-mt-10--tab {
        margin-top: -10px;
    }
    .u-mb-10--tab {
        margin-bottom: -10px;
    }
    .u-mr-10--tab {
        margin-right: -10px;
    }
    .u-ml-10--tab {
        margin-left: -10px;
    }
    .u-mt15--tab {
        margin-top: 15px;
    }
    .u-mb15--tab {
        margin-bottom: 15px;
    }
    .u-mr15--tab {
        margin-right: 15px;
    }
    .u-ml15--tab {
        margin-left: 15px;
    }
    .u-mt-15--tab {
        margin-top: -15px;
    }
    .u-mb-15--tab {
        margin-bottom: -15px;
    }
    .u-mr-15--tab {
        margin-right: -15px;
    }
    .u-ml-15--tab {
        margin-left: -15px;
    }
    .u-mt20--tab {
        margin-top: 20px;
    }
    .u-mb20--tab {
        margin-bottom: 20px;
    }
    .u-mr20--tab {
        margin-right: 20px;
    }
    .u-ml20--tab {
        margin-left: 20px;
    }
    .u-mt-20--tab {
        margin-top: -20px;
    }
    .u-mb-20--tab {
        margin-bottom: -20px;
    }
    .u-mr-20--tab {
        margin-right: -20px;
    }
    .u-ml-20--tab {
        margin-left: -20px;
    }
    .u-mt25--tab {
        margin-top: 25px;
    }
    .u-mb25--tab {
        margin-bottom: 25px;
    }
    .u-mr25--tab {
        margin-right: 25px;
    }
    .u-ml25--tab {
        margin-left: 25px;
    }
    .u-mt-25--tab {
        margin-top: -25px;
    }
    .u-mb-25--tab {
        margin-bottom: -25px;
    }
    .u-mr-25--tab {
        margin-right: -25px;
    }
    .u-ml-25--tab {
        margin-left: -25px;
    }
    .u-mt30--tab {
        margin-top: 30px;
    }
    .u-mb30--tab {
        margin-bottom: 30px;
    }
    .u-mr30--tab {
        margin-right: 30px;
    }
    .u-ml30--tab {
        margin-left: 30px;
    }
    .u-mt-30--tab {
        margin-top: -30px;
    }
    .u-mb-30--tab {
        margin-bottom: -30px;
    }
    .u-mr-30--tab {
        margin-right: -30px;
    }
    .u-ml-30--tab {
        margin-left: -30px;
    }
    .u-mt35--tab {
        margin-top: 35px;
    }
    .u-mb35--tab {
        margin-bottom: 35px;
    }
    .u-mr35--tab {
        margin-right: 35px;
    }
    .u-ml35--tab {
        margin-left: 35px;
    }
    .u-mt-35--tab {
        margin-top: -35px;
    }
    .u-mb-35--tab {
        margin-bottom: -35px;
    }
    .u-mr-35--tab {
        margin-right: -35px;
    }
    .u-ml-35--tab {
        margin-left: -35px;
    }
    .u-mt40--tab {
        margin-top: 40px;
    }
    .u-mb40--tab {
        margin-bottom: 40px;
    }
    .u-mr40--tab {
        margin-right: 40px;
    }
    .u-ml40--tab {
        margin-left: 40px;
    }
    .u-mt-40--tab {
        margin-top: -40px;
    }
    .u-mb-40--tab {
        margin-bottom: -40px;
    }
    .u-mr-40--tab {
        margin-right: -40px;
    }
    .u-ml-40--tab {
        margin-left: -40px;
    }
    .u-mt45--tab {
        margin-top: 45px;
    }
    .u-mb45--tab {
        margin-bottom: 45px;
    }
    .u-mr45--tab {
        margin-right: 45px;
    }
    .u-ml45--tab {
        margin-left: 45px;
    }
    .u-mt-45--tab {
        margin-top: -45px;
    }
    .u-mb-45--tab {
        margin-bottom: -45px;
    }
    .u-mr-45--tab {
        margin-right: -45px;
    }
    .u-ml-45--tab {
        margin-left: -45px;
    }
    .u-mt50--tab {
        margin-top: 50px;
    }
    .u-mb50--tab {
        margin-bottom: 50px;
    }
    .u-mr50--tab {
        margin-right: 50px;
    }
    .u-ml50--tab {
        margin-left: 50px;
    }
    .u-mt-50--tab {
        margin-top: -50px;
    }
    .u-mb-50--tab {
        margin-bottom: -50px;
    }
    .u-mr-50--tab {
        margin-right: -50px;
    }
    .u-ml-50--tab {
        margin-left: -50px;
    }
    .u-mt55--tab {
        margin-top: 55px;
    }
    .u-mb55--tab {
        margin-bottom: 55px;
    }
    .u-mr55--tab {
        margin-right: 55px;
    }
    .u-ml55--tab {
        margin-left: 55px;
    }
    .u-mt-55--tab {
        margin-top: -55px;
    }
    .u-mb-55--tab {
        margin-bottom: -55px;
    }
    .u-mr-55--tab {
        margin-right: -55px;
    }
    .u-ml-55--tab {
        margin-left: -55px;
    }
    .u-mt60--tab {
        margin-top: 60px;
    }
    .u-mb60--tab {
        margin-bottom: 60px;
    }
    .u-mr60--tab {
        margin-right: 60px;
    }
    .u-ml60--tab {
        margin-left: 60px;
    }
    .u-mt-60--tab {
        margin-top: -60px;
    }
    .u-mb-60--tab {
        margin-bottom: -60px;
    }
    .u-mr-60--tab {
        margin-right: -60px;
    }
    .u-ml-60--tab {
        margin-left: -60px;
    }
    .u-mt65--tab {
        margin-top: 65px;
    }
    .u-mb65--tab {
        margin-bottom: 65px;
    }
    .u-mr65--tab {
        margin-right: 65px;
    }
    .u-ml65--tab {
        margin-left: 65px;
    }
    .u-mt-65--tab {
        margin-top: -65px;
    }
    .u-mb-65--tab {
        margin-bottom: -65px;
    }
    .u-mr-65--tab {
        margin-right: -65px;
    }
    .u-ml-65--tab {
        margin-left: -65px;
    }
    .u-mt70--tab {
        margin-top: 70px;
    }
    .u-mb70--tab {
        margin-bottom: 70px;
    }
    .u-mr70--tab {
        margin-right: 70px;
    }
    .u-ml70--tab {
        margin-left: 70px;
    }
    .u-mt-70--tab {
        margin-top: -70px;
    }
    .u-mb-70--tab {
        margin-bottom: -70px;
    }
    .u-mr-70--tab {
        margin-right: -70px;
    }
    .u-ml-70--tab {
        margin-left: -70px;
    }
    .u-mt75--tab {
        margin-top: 75px;
    }
    .u-mb75--tab {
        margin-bottom: 75px;
    }
    .u-mr75--tab {
        margin-right: 75px;
    }
    .u-ml75--tab {
        margin-left: 75px;
    }
    .u-mt-75--tab {
        margin-top: -75px;
    }
    .u-mb-75--tab {
        margin-bottom: -75px;
    }
    .u-mr-75--tab {
        margin-right: -75px;
    }
    .u-ml-75--tab {
        margin-left: -75px;
    }
    .u-mt80--tab {
        margin-top: 80px;
    }
    .u-mb80--tab {
        margin-bottom: 80px;
    }
    .u-mr80--tab {
        margin-right: 80px;
    }
    .u-ml80--tab {
        margin-left: 80px;
    }
    .u-mt-80--tab {
        margin-top: -80px;
    }
    .u-mb-80--tab {
        margin-bottom: -80px;
    }
    .u-mr-80--tab {
        margin-right: -80px;
    }
    .u-ml-80--tab {
        margin-left: -80px;
    }
    .u-mt85--tab {
        margin-top: 85px;
    }
    .u-mb85--tab {
        margin-bottom: 85px;
    }
    .u-mr85--tab {
        margin-right: 85px;
    }
    .u-ml85--tab {
        margin-left: 85px;
    }
    .u-mt-85--tab {
        margin-top: -85px;
    }
    .u-mb-85--tab {
        margin-bottom: -85px;
    }
    .u-mr-85--tab {
        margin-right: -85px;
    }
    .u-ml-85--tab {
        margin-left: -85px;
    }
    .u-mt90--tab {
        margin-top: 90px;
    }
    .u-mb90--tab {
        margin-bottom: 90px;
    }
    .u-mr90--tab {
        margin-right: 90px;
    }
    .u-ml90--tab {
        margin-left: 90px;
    }
    .u-mt-90--tab {
        margin-top: -90px;
    }
    .u-mb-90--tab {
        margin-bottom: -90px;
    }
    .u-mr-90--tab {
        margin-right: -90px;
    }
    .u-ml-90--tab {
        margin-left: -90px;
    }
    .u-mt95--tab {
        margin-top: 95px;
    }
    .u-mb95--tab {
        margin-bottom: 95px;
    }
    .u-mr95--tab {
        margin-right: 95px;
    }
    .u-ml95--tab {
        margin-left: 95px;
    }
    .u-mt-95--tab {
        margin-top: -95px;
    }
    .u-mb-95--tab {
        margin-bottom: -95px;
    }
    .u-mr-95--tab {
        margin-right: -95px;
    }
    .u-ml-95--tab {
        margin-left: -95px;
    }
    .u-mt100--tab {
        margin-top: 100px;
    }
    .u-mb100--tab {
        margin-bottom: 100px;
    }
    .u-mr100--tab {
        margin-right: 100px;
    }
    .u-ml100--tab {
        margin-left: 100px;
    }
    .u-mt-100--tab {
        margin-top: -100px;
    }
    .u-mb-100--tab {
        margin-bottom: -100px;
    }
    .u-mr-100--tab {
        margin-right: -100px;
    }
    .u-ml-100--tab {
        margin-left: -100px;
    }
}
@media only screen and (max-width:767px) {
    .u-mt0--sp {
        margin-top: 0px;
    }
    .u-mb0--sp {
        margin-bottom: 0px;
    }
    .u-mr0--sp {
        margin-right: 0px;
    }
    .u-ml0--sp {
        margin-left: 0px;
    }
    .u-mt-0--sp {
        margin-top: -0px;
    }
    .u-mb-0--sp {
        margin-bottom: -0px;
    }
    .u-mr-0--sp {
        margin-right: -0px;
    }
    .u-ml-0--sp {
        margin-left: -0px;
    }
    .u-mt5--sp {
        margin-top: 5px;
    }
    .u-mb5--sp {
        margin-bottom: 5px;
    }
    .u-mr5--sp {
        margin-right: 5px;
    }
    .u-ml5--sp {
        margin-left: 5px;
    }
    .u-mt-5--sp {
        margin-top: -5px;
    }
    .u-mb-5--sp {
        margin-bottom: -5px;
    }
    .u-mr-5--sp {
        margin-right: -5px;
    }
    .u-ml-5--sp {
        margin-left: -5px;
    }
    .u-mt10--sp {
        margin-top: 10px;
    }
    .u-mb10--sp {
        margin-bottom: 10px;
    }
    .u-mr10--sp {
        margin-right: 10px;
    }
    .u-ml10--sp {
        margin-left: 10px;
    }
    .u-mt-10--sp {
        margin-top: -10px;
    }
    .u-mb-10--sp {
        margin-bottom: -10px;
    }
    .u-mr-10--sp {
        margin-right: -10px;
    }
    .u-ml-10--sp {
        margin-left: -10px;
    }
    .u-mt15--sp {
        margin-top: 15px;
    }
    .u-mb15--sp {
        margin-bottom: 15px;
    }
    .u-mr15--sp {
        margin-right: 15px;
    }
    .u-ml15--sp {
        margin-left: 15px;
    }
    .u-mt-15--sp {
        margin-top: -15px;
    }
    .u-mb-15--sp {
        margin-bottom: -15px;
    }
    .u-mr-15--sp {
        margin-right: -15px;
    }
    .u-ml-15--sp {
        margin-left: -15px;
    }
    .u-mt20--sp {
        margin-top: 20px;
    }
    .u-mb20--sp {
        margin-bottom: 20px;
    }
    .u-mr20--sp {
        margin-right: 20px;
    }
    .u-ml20--sp {
        margin-left: 20px;
    }
    .u-mt-20--sp {
        margin-top: -20px;
    }
    .u-mb-20--sp {
        margin-bottom: -20px;
    }
    .u-mr-20--sp {
        margin-right: -20px;
    }
    .u-ml-20--sp {
        margin-left: -20px;
    }
    .u-mt25--sp {
        margin-top: 25px;
    }
    .u-mb25--sp {
        margin-bottom: 25px;
    }
    .u-mr25--sp {
        margin-right: 25px;
    }
    .u-ml25--sp {
        margin-left: 25px;
    }
    .u-mt-25--sp {
        margin-top: -25px;
    }
    .u-mb-25--sp {
        margin-bottom: -25px;
    }
    .u-mr-25--sp {
        margin-right: -25px;
    }
    .u-ml-25--sp {
        margin-left: -25px;
    }
    .u-mt30--sp {
        margin-top: 30px;
    }
    .u-mb30--sp {
        margin-bottom: 30px;
    }
    .u-mr30--sp {
        margin-right: 30px;
    }
    .u-ml30--sp {
        margin-left: 30px;
    }
    .u-mt-30--sp {
        margin-top: -30px;
    }
    .u-mb-30--sp {
        margin-bottom: -30px;
    }
    .u-mr-30--sp {
        margin-right: -30px;
    }
    .u-ml-30--sp {
        margin-left: -30px;
    }
    .u-mt35--sp {
        margin-top: 35px;
    }
    .u-mb35--sp {
        margin-bottom: 35px;
    }
    .u-mr35--sp {
        margin-right: 35px;
    }
    .u-ml35--sp {
        margin-left: 35px;
    }
    .u-mt-35--sp {
        margin-top: -35px;
    }
    .u-mb-35--sp {
        margin-bottom: -35px;
    }
    .u-mr-35--sp {
        margin-right: -35px;
    }
    .u-ml-35--sp {
        margin-left: -35px;
    }
    .u-mt40--sp {
        margin-top: 40px;
    }
    .u-mb40--sp {
        margin-bottom: 40px;
    }
    .u-mr40--sp {
        margin-right: 40px;
    }
    .u-ml40--sp {
        margin-left: 40px;
    }
    .u-mt-40--sp {
        margin-top: -40px;
    }
    .u-mb-40--sp {
        margin-bottom: -40px;
    }
    .u-mr-40--sp {
        margin-right: -40px;
    }
    .u-ml-40--sp {
        margin-left: -40px;
    }
    .u-mt45--sp {
        margin-top: 45px;
    }
    .u-mb45--sp {
        margin-bottom: 45px;
    }
    .u-mr45--sp {
        margin-right: 45px;
    }
    .u-ml45--sp {
        margin-left: 45px;
    }
    .u-mt-45--sp {
        margin-top: -45px;
    }
    .u-mb-45--sp {
        margin-bottom: -45px;
    }
    .u-mr-45--sp {
        margin-right: -45px;
    }
    .u-ml-45--sp {
        margin-left: -45px;
    }
    .u-mt50--sp {
        margin-top: 50px;
    }
    .u-mb50--sp {
        margin-bottom: 50px;
    }
    .u-mr50--sp {
        margin-right: 50px;
    }
    .u-ml50--sp {
        margin-left: 50px;
    }
    .u-mt-50--sp {
        margin-top: -50px;
    }
    .u-mb-50--sp {
        margin-bottom: -50px;
    }
    .u-mr-50--sp {
        margin-right: -50px;
    }
    .u-ml-50--sp {
        margin-left: -50px;
    }
    .u-mt55--sp {
        margin-top: 55px;
    }
    .u-mb55--sp {
        margin-bottom: 55px;
    }
    .u-mr55--sp {
        margin-right: 55px;
    }
    .u-ml55--sp {
        margin-left: 55px;
    }
    .u-mt-55--sp {
        margin-top: -55px;
    }
    .u-mb-55--sp {
        margin-bottom: -55px;
    }
    .u-mr-55--sp {
        margin-right: -55px;
    }
    .u-ml-55--sp {
        margin-left: -55px;
    }
    .u-mt60--sp {
        margin-top: 60px;
    }
    .u-mb60--sp {
        margin-bottom: 60px;
    }
    .u-mr60--sp {
        margin-right: 60px;
    }
    .u-ml60--sp {
        margin-left: 60px;
    }
    .u-mt-60--sp {
        margin-top: -60px;
    }
    .u-mb-60--sp {
        margin-bottom: -60px;
    }
    .u-mr-60--sp {
        margin-right: -60px;
    }
    .u-ml-60--sp {
        margin-left: -60px;
    }
    .u-mt65--sp {
        margin-top: 65px;
    }
    .u-mb65--sp {
        margin-bottom: 65px;
    }
    .u-mr65--sp {
        margin-right: 65px;
    }
    .u-ml65--sp {
        margin-left: 65px;
    }
    .u-mt-65--sp {
        margin-top: -65px;
    }
    .u-mb-65--sp {
        margin-bottom: -65px;
    }
    .u-mr-65--sp {
        margin-right: -65px;
    }
    .u-ml-65--sp {
        margin-left: -65px;
    }
    .u-mt70--sp {
        margin-top: 70px;
    }
    .u-mb70--sp {
        margin-bottom: 70px;
    }
    .u-mr70--sp {
        margin-right: 70px;
    }
    .u-ml70--sp {
        margin-left: 70px;
    }
    .u-mt-70--sp {
        margin-top: -70px;
    }
    .u-mb-70--sp {
        margin-bottom: -70px;
    }
    .u-mr-70--sp {
        margin-right: -70px;
    }
    .u-ml-70--sp {
        margin-left: -70px;
    }
    .u-mt75--sp {
        margin-top: 75px;
    }
    .u-mb75--sp {
        margin-bottom: 75px;
    }
    .u-mr75--sp {
        margin-right: 75px;
    }
    .u-ml75--sp {
        margin-left: 75px;
    }
    .u-mt-75--sp {
        margin-top: -75px;
    }
    .u-mb-75--sp {
        margin-bottom: -75px;
    }
    .u-mr-75--sp {
        margin-right: -75px;
    }
    .u-ml-75--sp {
        margin-left: -75px;
    }
    .u-mt80--sp {
        margin-top: 80px;
    }
    .u-mb80--sp {
        margin-bottom: 80px;
    }
    .u-mr80--sp {
        margin-right: 80px;
    }
    .u-ml80--sp {
        margin-left: 80px;
    }
    .u-mt-80--sp {
        margin-top: -80px;
    }
    .u-mb-80--sp {
        margin-bottom: -80px;
    }
    .u-mr-80--sp {
        margin-right: -80px;
    }
    .u-ml-80--sp {
        margin-left: -80px;
    }
    .u-mt85--sp {
        margin-top: 85px;
    }
    .u-mb85--sp {
        margin-bottom: 85px;
    }
    .u-mr85--sp {
        margin-right: 85px;
    }
    .u-ml85--sp {
        margin-left: 85px;
    }
    .u-mt-85--sp {
        margin-top: -85px;
    }
    .u-mb-85--sp {
        margin-bottom: -85px;
    }
    .u-mr-85--sp {
        margin-right: -85px;
    }
    .u-ml-85--sp {
        margin-left: -85px;
    }
    .u-mt90--sp {
        margin-top: 90px;
    }
    .u-mb90--sp {
        margin-bottom: 90px;
    }
    .u-mr90--sp {
        margin-right: 90px;
    }
    .u-ml90--sp {
        margin-left: 90px;
    }
    .u-mt-90--sp {
        margin-top: -90px;
    }
    .u-mb-90--sp {
        margin-bottom: -90px;
    }
    .u-mr-90--sp {
        margin-right: -90px;
    }
    .u-ml-90--sp {
        margin-left: -90px;
    }
    .u-mt95--sp {
        margin-top: 95px;
    }
    .u-mb95--sp {
        margin-bottom: 95px;
    }
    .u-mr95--sp {
        margin-right: 95px;
    }
    .u-ml95--sp {
        margin-left: 95px;
    }
    .u-mt-95--sp {
        margin-top: -95px;
    }
    .u-mb-95--sp {
        margin-bottom: -95px;
    }
    .u-mr-95--sp {
        margin-right: -95px;
    }
    .u-ml-95--sp {
        margin-left: -95px;
    }
    .u-mt100--sp {
        margin-top: 100px;
    }
    .u-mb100--sp {
        margin-bottom: 100px;
    }
    .u-mr100--sp {
        margin-right: 100px;
    }
    .u-ml100--sp {
        margin-left: 100px;
    }
    .u-mt-100--sp {
        margin-top: -100px;
    }
    .u-mb-100--sp {
        margin-bottom: -100px;
    }
    .u-mr-100--sp {
        margin-right: -100px;
    }
    .u-ml-100--sp {
        margin-left: -100px;
    }
}
.ma-l {
    margin-left: auto;
}

.ma-r {
    margin-right: auto;
}

.ma-c {
    margin: auto;
}

.u-pd0 {
    padding: 0px;
}

.u-pt0 {
    padding-top: 0px;
}

.u-pb0 {
    padding-bottom: 0px;
}

.u-pr0 {
    padding-right: 0px;
}

.u-pl0 {
    padding-left: 0px;
}

.u-pd5 {
    padding: 5px;
}

.u-pt5 {
    padding-top: 5px;
}

.u-pb5 {
    padding-bottom: 5px;
}

.u-pr5 {
    padding-right: 5px;
}

.u-pl5 {
    padding-left: 5px;
}

.u-pd10 {
    padding: 10px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pd15 {
    padding: 15px;
}

.u-pt15 {
    padding-top: 15px;
}

.u-pb15 {
    padding-bottom: 15px;
}

.u-pr15 {
    padding-right: 15px;
}

.u-pl15 {
    padding-left: 15px;
}

.u-pd20 {
    padding: 20px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pd25 {
    padding: 25px;
}

.u-pt25 {
    padding-top: 25px;
}

.u-pb25 {
    padding-bottom: 25px;
}

.u-pr25 {
    padding-right: 25px;
}

.u-pl25 {
    padding-left: 25px;
}

.u-pd30 {
    padding: 30px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pd35 {
    padding: 35px;
}

.u-pt35 {
    padding-top: 35px;
}

.u-pb35 {
    padding-bottom: 35px;
}

.u-pr35 {
    padding-right: 35px;
}

.u-pl35 {
    padding-left: 35px;
}

.u-pd40 {
    padding: 40px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pd45 {
    padding: 45px;
}

.u-pt45 {
    padding-top: 45px;
}

.u-pb45 {
    padding-bottom: 45px;
}

.u-pr45 {
    padding-right: 45px;
}

.u-pl45 {
    padding-left: 45px;
}

.u-pd50 {
    padding: 50px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pl50 {
    padding-left: 50px;
}

.u-pd55 {
    padding: 55px;
}

.u-pt55 {
    padding-top: 55px;
}

.u-pb55 {
    padding-bottom: 55px;
}

.u-pr55 {
    padding-right: 55px;
}

.u-pl55 {
    padding-left: 55px;
}

.u-pd60 {
    padding: 60px;
}

.u-pt60 {
    padding-top: 60px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pl60 {
    padding-left: 60px;
}

.u-pd65 {
    padding: 65px;
}

.u-pt65 {
    padding-top: 65px;
}

.u-pb65 {
    padding-bottom: 65px;
}

.u-pr65 {
    padding-right: 65px;
}

.u-pl65 {
    padding-left: 65px;
}

.u-pd70 {
    padding: 70px;
}

.u-pt70 {
    padding-top: 70px;
}

.u-pb70 {
    padding-bottom: 70px;
}

.u-pr70 {
    padding-right: 70px;
}

.u-pl70 {
    padding-left: 70px;
}

.u-pd75 {
    padding: 75px;
}

.u-pt75 {
    padding-top: 75px;
}

.u-pb75 {
    padding-bottom: 75px;
}

.u-pr75 {
    padding-right: 75px;
}

.u-pl75 {
    padding-left: 75px;
}

.u-pd80 {
    padding: 80px;
}

.u-pt80 {
    padding-top: 80px;
}

.u-pb80 {
    padding-bottom: 80px;
}

.u-pr80 {
    padding-right: 80px;
}

.u-pl80 {
    padding-left: 80px;
}

.u-pd85 {
    padding: 85px;
}

.u-pt85 {
    padding-top: 85px;
}

.u-pb85 {
    padding-bottom: 85px;
}

.u-pr85 {
    padding-right: 85px;
}

.u-pl85 {
    padding-left: 85px;
}

.u-pd90 {
    padding: 90px;
}

.u-pt90 {
    padding-top: 90px;
}

.u-pb90 {
    padding-bottom: 90px;
}

.u-pr90 {
    padding-right: 90px;
}

.u-pl90 {
    padding-left: 90px;
}

.u-pd95 {
    padding: 95px;
}

.u-pt95 {
    padding-top: 95px;
}

.u-pb95 {
    padding-bottom: 95px;
}

.u-pr95 {
    padding-right: 95px;
}

.u-pl95 {
    padding-left: 95px;
}

.u-pd100 {
    padding: 100px;
}

.u-pt100 {
    padding-top: 100px;
}

.u-pb100 {
    padding-bottom: 100px;
}

.u-pr100 {
    padding-right: 100px;
}

.u-pl100 {
    padding-left: 100px;
}

@media only screen and (max-width:991px) {
    .u-pd0--tab {
        padding: 0px;
    }
    .u-pt0--tab {
        padding-top: 0px;
    }
    .u-pb0--tab {
        padding-bottom: 0px;
    }
    .u-pr0--tab {
        padding-right: 0px;
    }
    .u-pl0--tab {
        padding-left: 0px;
    }
    .u-pd5--tab {
        padding: 5px;
    }
    .u-pt5--tab {
        padding-top: 5px;
    }
    .u-pb5--tab {
        padding-bottom: 5px;
    }
    .u-pr5--tab {
        padding-right: 5px;
    }
    .u-pl5--tab {
        padding-left: 5px;
    }
    .u-pd10--tab {
        padding: 10px;
    }
    .u-pt10--tab {
        padding-top: 10px;
    }
    .u-pb10--tab {
        padding-bottom: 10px;
    }
    .u-pr10--tab {
        padding-right: 10px;
    }
    .u-pl10--tab {
        padding-left: 10px;
    }
    .u-pd15--tab {
        padding: 15px;
    }
    .u-pt15--tab {
        padding-top: 15px;
    }
    .u-pb15--tab {
        padding-bottom: 15px;
    }
    .u-pr15--tab {
        padding-right: 15px;
    }
    .u-pl15--tab {
        padding-left: 15px;
    }
    .u-pd20--tab {
        padding: 20px;
    }
    .u-pt20--tab {
        padding-top: 20px;
    }
    .u-pb20--tab {
        padding-bottom: 20px;
    }
    .u-pr20--tab {
        padding-right: 20px;
    }
    .u-pl20--tab {
        padding-left: 20px;
    }
    .u-pd25--tab {
        padding: 25px;
    }
    .u-pt25--tab {
        padding-top: 25px;
    }
    .u-pb25--tab {
        padding-bottom: 25px;
    }
    .u-pr25--tab {
        padding-right: 25px;
    }
    .u-pl25--tab {
        padding-left: 25px;
    }
    .u-pd30--tab {
        padding: 30px;
    }
    .u-pt30--tab {
        padding-top: 30px;
    }
    .u-pb30--tab {
        padding-bottom: 30px;
    }
    .u-pr30--tab {
        padding-right: 30px;
    }
    .u-pl30--tab {
        padding-left: 30px;
    }
    .u-pd35--tab {
        padding: 35px;
    }
    .u-pt35--tab {
        padding-top: 35px;
    }
    .u-pb35--tab {
        padding-bottom: 35px;
    }
    .u-pr35--tab {
        padding-right: 35px;
    }
    .u-pl35--tab {
        padding-left: 35px;
    }
    .u-pd40--tab {
        padding: 40px;
    }
    .u-pt40--tab {
        padding-top: 40px;
    }
    .u-pb40--tab {
        padding-bottom: 40px;
    }
    .u-pr40--tab {
        padding-right: 40px;
    }
    .u-pl40--tab {
        padding-left: 40px;
    }
    .u-pd45--tab {
        padding: 45px;
    }
    .u-pt45--tab {
        padding-top: 45px;
    }
    .u-pb45--tab {
        padding-bottom: 45px;
    }
    .u-pr45--tab {
        padding-right: 45px;
    }
    .u-pl45--tab {
        padding-left: 45px;
    }
    .u-pd50--tab {
        padding: 50px;
    }
    .u-pt50--tab {
        padding-top: 50px;
    }
    .u-pb50--tab {
        padding-bottom: 50px;
    }
    .u-pr50--tab {
        padding-right: 50px;
    }
    .u-pl50--tab {
        padding-left: 50px;
    }
    .u-pd55--tab {
        padding: 55px;
    }
    .u-pt55--tab {
        padding-top: 55px;
    }
    .u-pb55--tab {
        padding-bottom: 55px;
    }
    .u-pr55--tab {
        padding-right: 55px;
    }
    .u-pl55--tab {
        padding-left: 55px;
    }
    .u-pd60--tab {
        padding: 60px;
    }
    .u-pt60--tab {
        padding-top: 60px;
    }
    .u-pb60--tab {
        padding-bottom: 60px;
    }
    .u-pr60--tab {
        padding-right: 60px;
    }
    .u-pl60--tab {
        padding-left: 60px;
    }
    .u-pd65--tab {
        padding: 65px;
    }
    .u-pt65--tab {
        padding-top: 65px;
    }
    .u-pb65--tab {
        padding-bottom: 65px;
    }
    .u-pr65--tab {
        padding-right: 65px;
    }
    .u-pl65--tab {
        padding-left: 65px;
    }
    .u-pd70--tab {
        padding: 70px;
    }
    .u-pt70--tab {
        padding-top: 70px;
    }
    .u-pb70--tab {
        padding-bottom: 70px;
    }
    .u-pr70--tab {
        padding-right: 70px;
    }
    .u-pl70--tab {
        padding-left: 70px;
    }
    .u-pd75--tab {
        padding: 75px;
    }
    .u-pt75--tab {
        padding-top: 75px;
    }
    .u-pb75--tab {
        padding-bottom: 75px;
    }
    .u-pr75--tab {
        padding-right: 75px;
    }
    .u-pl75--tab {
        padding-left: 75px;
    }
    .u-pd80--tab {
        padding: 80px;
    }
    .u-pt80--tab {
        padding-top: 80px;
    }
    .u-pb80--tab {
        padding-bottom: 80px;
    }
    .u-pr80--tab {
        padding-right: 80px;
    }
    .u-pl80--tab {
        padding-left: 80px;
    }
    .u-pd85--tab {
        padding: 85px;
    }
    .u-pt85--tab {
        padding-top: 85px;
    }
    .u-pb85--tab {
        padding-bottom: 85px;
    }
    .u-pr85--tab {
        padding-right: 85px;
    }
    .u-pl85--tab {
        padding-left: 85px;
    }
    .u-pd90--tab {
        padding: 90px;
    }
    .u-pt90--tab {
        padding-top: 90px;
    }
    .u-pb90--tab {
        padding-bottom: 90px;
    }
    .u-pr90--tab {
        padding-right: 90px;
    }
    .u-pl90--tab {
        padding-left: 90px;
    }
    .u-pd95--tab {
        padding: 95px;
    }
    .u-pt95--tab {
        padding-top: 95px;
    }
    .u-pb95--tab {
        padding-bottom: 95px;
    }
    .u-pr95--tab {
        padding-right: 95px;
    }
    .u-pl95--tab {
        padding-left: 95px;
    }
    .u-pd100--tab {
        padding: 100px;
    }
    .u-pt100--tab {
        padding-top: 100px;
    }
    .u-pb100--tab {
        padding-bottom: 100px;
    }
    .u-pr100--tab {
        padding-right: 100px;
    }
    .u-pl100--tab {
        padding-left: 100px;
    }
}
@media only screen and (max-width:767px) {
    .u-pd0--sp {
        padding: 0px;
    }
    .u-pt0--sp {
        padding-top: 0px;
    }
    .u-pb0--sp {
        padding-bottom: 0px;
    }
    .u-pr0--sp {
        padding-right: 0px;
    }
    .u-pl0--sp {
        padding-left: 0px;
    }
    .u-pd5--sp {
        padding: 5px;
    }
    .u-pt5--sp {
        padding-top: 5px;
    }
    .u-pb5--sp {
        padding-bottom: 5px;
    }
    .u-pr5--sp {
        padding-right: 5px;
    }
    .u-pl5--sp {
        padding-left: 5px;
    }
    .u-pd10--sp {
        padding: 10px;
    }
    .u-pt10--sp {
        padding-top: 10px;
    }
    .u-pb10--sp {
        padding-bottom: 10px;
    }
    .u-pr10--sp {
        padding-right: 10px;
    }
    .u-pl10--sp {
        padding-left: 10px;
    }
    .u-pd15--sp {
        padding: 15px;
    }
    .u-pt15--sp {
        padding-top: 15px;
    }
    .u-pb15--sp {
        padding-bottom: 15px;
    }
    .u-pr15--sp {
        padding-right: 15px;
    }
    .u-pl15--sp {
        padding-left: 15px;
    }
    .u-pd20--sp {
        padding: 20px;
    }
    .u-pt20--sp {
        padding-top: 20px;
    }
    .u-pb20--sp {
        padding-bottom: 20px;
    }
    .u-pr20--sp {
        padding-right: 20px;
    }
    .u-pl20--sp {
        padding-left: 20px;
    }
    .u-pd25--sp {
        padding: 25px;
    }
    .u-pt25--sp {
        padding-top: 25px;
    }
    .u-pb25--sp {
        padding-bottom: 25px;
    }
    .u-pr25--sp {
        padding-right: 25px;
    }
    .u-pl25--sp {
        padding-left: 25px;
    }
    .u-pd30--sp {
        padding: 30px;
    }
    .u-pt30--sp {
        padding-top: 30px;
    }
    .u-pb30--sp {
        padding-bottom: 30px;
    }
    .u-pr30--sp {
        padding-right: 30px;
    }
    .u-pl30--sp {
        padding-left: 30px;
    }
    .u-pd35--sp {
        padding: 35px;
    }
    .u-pt35--sp {
        padding-top: 35px;
    }
    .u-pb35--sp {
        padding-bottom: 35px;
    }
    .u-pr35--sp {
        padding-right: 35px;
    }
    .u-pl35--sp {
        padding-left: 35px;
    }
    .u-pd40--sp {
        padding: 40px;
    }
    .u-pt40--sp {
        padding-top: 40px;
    }
    .u-pb40--sp {
        padding-bottom: 40px;
    }
    .u-pr40--sp {
        padding-right: 40px;
    }
    .u-pl40--sp {
        padding-left: 40px;
    }
    .u-pd45--sp {
        padding: 45px;
    }
    .u-pt45--sp {
        padding-top: 45px;
    }
    .u-pb45--sp {
        padding-bottom: 45px;
    }
    .u-pr45--sp {
        padding-right: 45px;
    }
    .u-pl45--sp {
        padding-left: 45px;
    }
    .u-pd50--sp {
        padding: 50px;
    }
    .u-pt50--sp {
        padding-top: 50px;
    }
    .u-pb50--sp {
        padding-bottom: 50px;
    }
    .u-pr50--sp {
        padding-right: 50px;
    }
    .u-pl50--sp {
        padding-left: 50px;
    }
    .u-pd55--sp {
        padding: 55px;
    }
    .u-pt55--sp {
        padding-top: 55px;
    }
    .u-pb55--sp {
        padding-bottom: 55px;
    }
    .u-pr55--sp {
        padding-right: 55px;
    }
    .u-pl55--sp {
        padding-left: 55px;
    }
    .u-pd60--sp {
        padding: 60px;
    }
    .u-pt60--sp {
        padding-top: 60px;
    }
    .u-pb60--sp {
        padding-bottom: 60px;
    }
    .u-pr60--sp {
        padding-right: 60px;
    }
    .u-pl60--sp {
        padding-left: 60px;
    }
    .u-pd65--sp {
        padding: 65px;
    }
    .u-pt65--sp {
        padding-top: 65px;
    }
    .u-pb65--sp {
        padding-bottom: 65px;
    }
    .u-pr65--sp {
        padding-right: 65px;
    }
    .u-pl65--sp {
        padding-left: 65px;
    }
    .u-pd70--sp {
        padding: 70px;
    }
    .u-pt70--sp {
        padding-top: 70px;
    }
    .u-pb70--sp {
        padding-bottom: 70px;
    }
    .u-pr70--sp {
        padding-right: 70px;
    }
    .u-pl70--sp {
        padding-left: 70px;
    }
    .u-pd75--sp {
        padding: 75px;
    }
    .u-pt75--sp {
        padding-top: 75px;
    }
    .u-pb75--sp {
        padding-bottom: 75px;
    }
    .u-pr75--sp {
        padding-right: 75px;
    }
    .u-pl75--sp {
        padding-left: 75px;
    }
    .u-pd80--sp {
        padding: 80px;
    }
    .u-pt80--sp {
        padding-top: 80px;
    }
    .u-pb80--sp {
        padding-bottom: 80px;
    }
    .u-pr80--sp {
        padding-right: 80px;
    }
    .u-pl80--sp {
        padding-left: 80px;
    }
    .u-pd85--sp {
        padding: 85px;
    }
    .u-pt85--sp {
        padding-top: 85px;
    }
    .u-pb85--sp {
        padding-bottom: 85px;
    }
    .u-pr85--sp {
        padding-right: 85px;
    }
    .u-pl85--sp {
        padding-left: 85px;
    }
    .u-pd90--sp {
        padding: 90px;
    }
    .u-pt90--sp {
        padding-top: 90px;
    }
    .u-pb90--sp {
        padding-bottom: 90px;
    }
    .u-pr90--sp {
        padding-right: 90px;
    }
    .u-pl90--sp {
        padding-left: 90px;
    }
    .u-pd95--sp {
        padding: 95px;
    }
    .u-pt95--sp {
        padding-top: 95px;
    }
    .u-pb95--sp {
        padding-bottom: 95px;
    }
    .u-pr95--sp {
        padding-right: 95px;
    }
    .u-pl95--sp {
        padding-left: 95px;
    }
    .u-pd100--sp {
        padding: 100px;
    }
    .u-pt100--sp {
        padding-top: 100px;
    }
    .u-pb100--sp {
        padding-bottom: 100px;
    }
    .u-pr100--sp {
        padding-right: 100px;
    }
    .u-pl100--sp {
        padding-left: 100px;
    }
}
.u-w0 {
    width: 0%;
}

.u-w10 {
    width: 10%;
}

.u-w20 {
    width: 20%;
}

.u-w30 {
    width: 30%;
}

.u-w40 {
    width: 40%;
}

.u-w50 {
    width: 50%;
}

.u-w60 {
    width: 60%;
}

.u-w70 {
    width: 70%;
}

.u-w80 {
    width: 80%;
}

.u-w90 {
    width: 90%;
}

.u-w100 {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .u-w0--tab {
        width: 0%;
    }
    .u-w10--tab {
        width: 10%;
    }
    .u-w20--tab {
        width: 20%;
    }
    .u-w30--tab {
        width: 30%;
    }
    .u-w40--tab {
        width: 40%;
    }
    .u-w50--tab {
        width: 50%;
    }
    .u-w60--tab {
        width: 60%;
    }
    .u-w70--tab {
        width: 70%;
    }
    .u-w80--tab {
        width: 80%;
    }
    .u-w90--tab {
        width: 90%;
    }
    .u-w100--tab {
        width: 100%;
    }
}
@media only screen and (max-width:767px) {
    .u-w0--sp {
        width: 0%;
    }
    .u-w10--sp {
        width: 10%;
    }
    .u-w20--sp {
        width: 20%;
    }
    .u-w30--sp {
        width: 30%;
    }
    .u-w40--sp {
        width: 40%;
    }
    .u-w50--sp {
        width: 50%;
    }
    .u-w60--sp {
        width: 60%;
    }
    .u-w70--sp {
        width: 70%;
    }
    .u-w80--sp {
        width: 80%;
    }
    .u-w90--sp {
        width: 90%;
    }
    .u-w100--sp {
        width: 100%;
    }
}
.u-fs0 {
    font-size: 0px;
}

.u-fs1 {
    font-size: 1px;
}

.u-fs2 {
    font-size: 2px;
}

.u-fs3 {
    font-size: 3px;
}

.u-fs4 {
    font-size: 4px;
}

.u-fs5 {
    font-size: 5px;
}

.u-fs6 {
    font-size: 6px;
}

.u-fs7 {
    font-size: 7px;
}

.u-fs8 {
    font-size: 8px;
}

.u-fs9 {
    font-size: 9px;
}

.u-fs10 {
    font-size: 10px;
}

.u-fs11 {
    font-size: 11px;
}

.u-fs12 {
    font-size: 12px;
}

.u-fs13 {
    font-size: 13px;
}

.u-fs14 {
    font-size: 14px;
}

.u-fs15 {
    font-size: 15px;
}

.u-fs16 {
    font-size: 16px;
}

.u-fs17 {
    font-size: 17px;
}

.u-fs18 {
    font-size: 18px;
}

.u-fs19 {
    font-size: 19px;
}

.u-fs20 {
    font-size: 20px;
}

.u-fs21 {
    font-size: 21px;
}

.u-fs22 {
    font-size: 22px;
}

.u-fs23 {
    font-size: 23px;
}

.u-fs24 {
    font-size: 24px;
}

.u-fs25 {
    font-size: 25px;
}

.u-fs26 {
    font-size: 26px;
}

.u-fs27 {
    font-size: 27px;
}

.u-fs28 {
    font-size: 28px;
}

.u-fs29 {
    font-size: 29px;
}

.u-fs30 {
    font-size: 30px;
}

.u-fs31 {
    font-size: 31px;
}

.u-fs32 {
    font-size: 32px;
}

.u-fs33 {
    font-size: 33px;
}

.u-fs34 {
    font-size: 34px;
}

.u-fs35 {
    font-size: 35px;
}

.u-fs36 {
    font-size: 36px;
}

.u-fs37 {
    font-size: 37px;
}

.u-fs38 {
    font-size: 38px;
}

.u-fs39 {
    font-size: 39px;
}

.u-fs40 {
    font-size: 40px;
}

.u-fs41 {
    font-size: 41px;
}

.u-fs42 {
    font-size: 42px;
}

.u-fs43 {
    font-size: 43px;
}

.u-fs44 {
    font-size: 44px;
}

.u-fs45 {
    font-size: 45px;
}

.u-fs46 {
    font-size: 46px;
}

.u-fs47 {
    font-size: 47px;
}

.u-fs48 {
    font-size: 48px;
}

.u-fs49 {
    font-size: 49px;
}

.u-fs50 {
    font-size: 50px;
}

.u-fs51 {
    font-size: 51px;
}

.u-fs52 {
    font-size: 52px;
}

.u-fs53 {
    font-size: 53px;
}

.u-fs54 {
    font-size: 54px;
}

.u-fs55 {
    font-size: 55px;
}

.u-fs56 {
    font-size: 56px;
}

.u-fs57 {
    font-size: 57px;
}

.u-fs58 {
    font-size: 58px;
}

.u-fs59 {
    font-size: 59px;
}

.u-fs60 {
    font-size: 60px;
}

.u-fs61 {
    font-size: 61px;
}

.u-fs62 {
    font-size: 62px;
}

.u-fs63 {
    font-size: 63px;
}

.u-fs64 {
    font-size: 64px;
}

.u-fs65 {
    font-size: 65px;
}

.u-fs66 {
    font-size: 66px;
}

.u-fs67 {
    font-size: 67px;
}

.u-fs68 {
    font-size: 68px;
}

.u-fs69 {
    font-size: 69px;
}

.u-fs70 {
    font-size: 70px;
}

.u-fs71 {
    font-size: 71px;
}

.u-fs72 {
    font-size: 72px;
}

.u-fs73 {
    font-size: 73px;
}

.u-fs74 {
    font-size: 74px;
}

.u-fs75 {
    font-size: 75px;
}

.u-fs76 {
    font-size: 76px;
}

.u-fs77 {
    font-size: 77px;
}

.u-fs78 {
    font-size: 78px;
}

.u-fs79 {
    font-size: 79px;
}

.u-fs80 {
    font-size: 80px;
}

.u-fs81 {
    font-size: 81px;
}

.u-fs82 {
    font-size: 82px;
}

.u-fs83 {
    font-size: 83px;
}

.u-fs84 {
    font-size: 84px;
}

.u-fs85 {
    font-size: 85px;
}

.u-fs86 {
    font-size: 86px;
}

.u-fs87 {
    font-size: 87px;
}

.u-fs88 {
    font-size: 88px;
}

.u-fs89 {
    font-size: 89px;
}

.u-fs90 {
    font-size: 90px;
}

.u-fs91 {
    font-size: 91px;
}

.u-fs92 {
    font-size: 92px;
}

.u-fs93 {
    font-size: 93px;
}

.u-fs94 {
    font-size: 94px;
}

.u-fs95 {
    font-size: 95px;
}

.u-fs96 {
    font-size: 96px;
}

.u-fs97 {
    font-size: 97px;
}

.u-fs98 {
    font-size: 98px;
}

.u-fs99 {
    font-size: 99px;
}

.u-fs100 {
    font-size: 100px;
}

@media only screen and (max-width:991px) {
    .u-fs0--tab {
        font-size: 0px;
    }
    .u-fs1--tab {
        font-size: 1px;
    }
    .u-fs2--tab {
        font-size: 2px;
    }
    .u-fs3--tab {
        font-size: 3px;
    }
    .u-fs4--tab {
        font-size: 4px;
    }
    .u-fs5--tab {
        font-size: 5px;
    }
    .u-fs6--tab {
        font-size: 6px;
    }
    .u-fs7--tab {
        font-size: 7px;
    }
    .u-fs8--tab {
        font-size: 8px;
    }
    .u-fs9--tab {
        font-size: 9px;
    }
    .u-fs10--tab {
        font-size: 10px;
    }
    .u-fs11--tab {
        font-size: 11px;
    }
    .u-fs12--tab {
        font-size: 12px;
    }
    .u-fs13--tab {
        font-size: 13px;
    }
    .u-fs14--tab {
        font-size: 14px;
    }
    .u-fs15--tab {
        font-size: 15px;
    }
    .u-fs16--tab {
        font-size: 16px;
    }
    .u-fs17--tab {
        font-size: 17px;
    }
    .u-fs18--tab {
        font-size: 18px;
    }
    .u-fs19--tab {
        font-size: 19px;
    }
    .u-fs20--tab {
        font-size: 20px;
    }
    .u-fs21--tab {
        font-size: 21px;
    }
    .u-fs22--tab {
        font-size: 22px;
    }
    .u-fs23--tab {
        font-size: 23px;
    }
    .u-fs24--tab {
        font-size: 24px;
    }
    .u-fs25--tab {
        font-size: 25px;
    }
    .u-fs26--tab {
        font-size: 26px;
    }
    .u-fs27--tab {
        font-size: 27px;
    }
    .u-fs28--tab {
        font-size: 28px;
    }
    .u-fs29--tab {
        font-size: 29px;
    }
    .u-fs30--tab {
        font-size: 30px;
    }
    .u-fs31--tab {
        font-size: 31px;
    }
    .u-fs32--tab {
        font-size: 32px;
    }
    .u-fs33--tab {
        font-size: 33px;
    }
    .u-fs34--tab {
        font-size: 34px;
    }
    .u-fs35--tab {
        font-size: 35px;
    }
    .u-fs36--tab {
        font-size: 36px;
    }
    .u-fs37--tab {
        font-size: 37px;
    }
    .u-fs38--tab {
        font-size: 38px;
    }
    .u-fs39--tab {
        font-size: 39px;
    }
    .u-fs40--tab {
        font-size: 40px;
    }
    .u-fs41--tab {
        font-size: 41px;
    }
    .u-fs42--tab {
        font-size: 42px;
    }
    .u-fs43--tab {
        font-size: 43px;
    }
    .u-fs44--tab {
        font-size: 44px;
    }
    .u-fs45--tab {
        font-size: 45px;
    }
    .u-fs46--tab {
        font-size: 46px;
    }
    .u-fs47--tab {
        font-size: 47px;
    }
    .u-fs48--tab {
        font-size: 48px;
    }
    .u-fs49--tab {
        font-size: 49px;
    }
    .u-fs50--tab {
        font-size: 50px;
    }
    .u-fs51--tab {
        font-size: 51px;
    }
    .u-fs52--tab {
        font-size: 52px;
    }
    .u-fs53--tab {
        font-size: 53px;
    }
    .u-fs54--tab {
        font-size: 54px;
    }
    .u-fs55--tab {
        font-size: 55px;
    }
    .u-fs56--tab {
        font-size: 56px;
    }
    .u-fs57--tab {
        font-size: 57px;
    }
    .u-fs58--tab {
        font-size: 58px;
    }
    .u-fs59--tab {
        font-size: 59px;
    }
    .u-fs60--tab {
        font-size: 60px;
    }
    .u-fs61--tab {
        font-size: 61px;
    }
    .u-fs62--tab {
        font-size: 62px;
    }
    .u-fs63--tab {
        font-size: 63px;
    }
    .u-fs64--tab {
        font-size: 64px;
    }
    .u-fs65--tab {
        font-size: 65px;
    }
    .u-fs66--tab {
        font-size: 66px;
    }
    .u-fs67--tab {
        font-size: 67px;
    }
    .u-fs68--tab {
        font-size: 68px;
    }
    .u-fs69--tab {
        font-size: 69px;
    }
    .u-fs70--tab {
        font-size: 70px;
    }
    .u-fs71--tab {
        font-size: 71px;
    }
    .u-fs72--tab {
        font-size: 72px;
    }
    .u-fs73--tab {
        font-size: 73px;
    }
    .u-fs74--tab {
        font-size: 74px;
    }
    .u-fs75--tab {
        font-size: 75px;
    }
    .u-fs76--tab {
        font-size: 76px;
    }
    .u-fs77--tab {
        font-size: 77px;
    }
    .u-fs78--tab {
        font-size: 78px;
    }
    .u-fs79--tab {
        font-size: 79px;
    }
    .u-fs80--tab {
        font-size: 80px;
    }
    .u-fs81--tab {
        font-size: 81px;
    }
    .u-fs82--tab {
        font-size: 82px;
    }
    .u-fs83--tab {
        font-size: 83px;
    }
    .u-fs84--tab {
        font-size: 84px;
    }
    .u-fs85--tab {
        font-size: 85px;
    }
    .u-fs86--tab {
        font-size: 86px;
    }
    .u-fs87--tab {
        font-size: 87px;
    }
    .u-fs88--tab {
        font-size: 88px;
    }
    .u-fs89--tab {
        font-size: 89px;
    }
    .u-fs90--tab {
        font-size: 90px;
    }
    .u-fs91--tab {
        font-size: 91px;
    }
    .u-fs92--tab {
        font-size: 92px;
    }
    .u-fs93--tab {
        font-size: 93px;
    }
    .u-fs94--tab {
        font-size: 94px;
    }
    .u-fs95--tab {
        font-size: 95px;
    }
    .u-fs96--tab {
        font-size: 96px;
    }
    .u-fs97--tab {
        font-size: 97px;
    }
    .u-fs98--tab {
        font-size: 98px;
    }
    .u-fs99--tab {
        font-size: 99px;
    }
    .u-fs100--tab {
        font-size: 100px;
    }
}
@media only screen and (max-width:767px) {
    .u-fs0--sp {
        font-size: 0px;
    }
    .u-fs1--sp {
        font-size: 1px;
    }
    .u-fs2--sp {
        font-size: 2px;
    }
    .u-fs3--sp {
        font-size: 3px;
    }
    .u-fs4--sp {
        font-size: 4px;
    }
    .u-fs5--sp {
        font-size: 5px;
    }
    .u-fs6--sp {
        font-size: 6px;
    }
    .u-fs7--sp {
        font-size: 7px;
    }
    .u-fs8--sp {
        font-size: 8px;
    }
    .u-fs9--sp {
        font-size: 9px;
    }
    .u-fs10--sp {
        font-size: 10px;
    }
    .u-fs11--sp {
        font-size: 11px;
    }
    .u-fs12--sp {
        font-size: 12px;
    }
    .u-fs13--sp {
        font-size: 13px;
    }
    .u-fs14--sp {
        font-size: 14px;
    }
    .u-fs15--sp {
        font-size: 15px;
    }
    .u-fs16--sp {
        font-size: 16px;
    }
    .u-fs17--sp {
        font-size: 17px;
    }
    .u-fs18--sp {
        font-size: 18px;
    }
    .u-fs19--sp {
        font-size: 19px;
    }
    .u-fs20--sp {
        font-size: 20px;
    }
    .u-fs21--sp {
        font-size: 21px;
    }
    .u-fs22--sp {
        font-size: 22px;
    }
    .u-fs23--sp {
        font-size: 23px;
    }
    .u-fs24--sp {
        font-size: 24px;
    }
    .u-fs25--sp {
        font-size: 25px;
    }
    .u-fs26--sp {
        font-size: 26px;
    }
    .u-fs27--sp {
        font-size: 27px;
    }
    .u-fs28--sp {
        font-size: 28px;
    }
    .u-fs29--sp {
        font-size: 29px;
    }
    .u-fs30--sp {
        font-size: 30px;
    }
    .u-fs31--sp {
        font-size: 31px;
    }
    .u-fs32--sp {
        font-size: 32px;
    }
    .u-fs33--sp {
        font-size: 33px;
    }
    .u-fs34--sp {
        font-size: 34px;
    }
    .u-fs35--sp {
        font-size: 35px;
    }
    .u-fs36--sp {
        font-size: 36px;
    }
    .u-fs37--sp {
        font-size: 37px;
    }
    .u-fs38--sp {
        font-size: 38px;
    }
    .u-fs39--sp {
        font-size: 39px;
    }
    .u-fs40--sp {
        font-size: 40px;
    }
    .u-fs41--sp {
        font-size: 41px;
    }
    .u-fs42--sp {
        font-size: 42px;
    }
    .u-fs43--sp {
        font-size: 43px;
    }
    .u-fs44--sp {
        font-size: 44px;
    }
    .u-fs45--sp {
        font-size: 45px;
    }
    .u-fs46--sp {
        font-size: 46px;
    }
    .u-fs47--sp {
        font-size: 47px;
    }
    .u-fs48--sp {
        font-size: 48px;
    }
    .u-fs49--sp {
        font-size: 49px;
    }
    .u-fs50--sp {
        font-size: 50px;
    }
    .u-fs51--sp {
        font-size: 51px;
    }
    .u-fs52--sp {
        font-size: 52px;
    }
    .u-fs53--sp {
        font-size: 53px;
    }
    .u-fs54--sp {
        font-size: 54px;
    }
    .u-fs55--sp {
        font-size: 55px;
    }
    .u-fs56--sp {
        font-size: 56px;
    }
    .u-fs57--sp {
        font-size: 57px;
    }
    .u-fs58--sp {
        font-size: 58px;
    }
    .u-fs59--sp {
        font-size: 59px;
    }
    .u-fs60--sp {
        font-size: 60px;
    }
    .u-fs61--sp {
        font-size: 61px;
    }
    .u-fs62--sp {
        font-size: 62px;
    }
    .u-fs63--sp {
        font-size: 63px;
    }
    .u-fs64--sp {
        font-size: 64px;
    }
    .u-fs65--sp {
        font-size: 65px;
    }
    .u-fs66--sp {
        font-size: 66px;
    }
    .u-fs67--sp {
        font-size: 67px;
    }
    .u-fs68--sp {
        font-size: 68px;
    }
    .u-fs69--sp {
        font-size: 69px;
    }
    .u-fs70--sp {
        font-size: 70px;
    }
    .u-fs71--sp {
        font-size: 71px;
    }
    .u-fs72--sp {
        font-size: 72px;
    }
    .u-fs73--sp {
        font-size: 73px;
    }
    .u-fs74--sp {
        font-size: 74px;
    }
    .u-fs75--sp {
        font-size: 75px;
    }
    .u-fs76--sp {
        font-size: 76px;
    }
    .u-fs77--sp {
        font-size: 77px;
    }
    .u-fs78--sp {
        font-size: 78px;
    }
    .u-fs79--sp {
        font-size: 79px;
    }
    .u-fs80--sp {
        font-size: 80px;
    }
    .u-fs81--sp {
        font-size: 81px;
    }
    .u-fs82--sp {
        font-size: 82px;
    }
    .u-fs83--sp {
        font-size: 83px;
    }
    .u-fs84--sp {
        font-size: 84px;
    }
    .u-fs85--sp {
        font-size: 85px;
    }
    .u-fs86--sp {
        font-size: 86px;
    }
    .u-fs87--sp {
        font-size: 87px;
    }
    .u-fs88--sp {
        font-size: 88px;
    }
    .u-fs89--sp {
        font-size: 89px;
    }
    .u-fs90--sp {
        font-size: 90px;
    }
    .u-fs91--sp {
        font-size: 91px;
    }
    .u-fs92--sp {
        font-size: 92px;
    }
    .u-fs93--sp {
        font-size: 93px;
    }
    .u-fs94--sp {
        font-size: 94px;
    }
    .u-fs95--sp {
        font-size: 95px;
    }
    .u-fs96--sp {
        font-size: 96px;
    }
    .u-fs97--sp {
        font-size: 97px;
    }
    .u-fs98--sp {
        font-size: 98px;
    }
    .u-fs99--sp {
        font-size: 99px;
    }
    .u-fs100--sp {
        font-size: 100px;
    }
}
.u-al-c {
    text-align: center;
}

.u-al-r {
    text-align: right;
}

.u-al-l {
    text-align: left;
}

.text-center {
    text-align: center;
}

.u-pc-only {
    display: block !important;
}
@media only screen and (max-width:767px) {
    .u-pc-only {
        display: none !important;
    }
}

.u-sp-only {
    display: none !important;
}
@media only screen and (max-width:767px) {
    .u-sp-only {
        display: block !important;
    }
}

@media only screen and (max-width:767px) {
    .u-no-pd-sp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.p-overlap-panel {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    justify-items: center;
    display: grid;
    gap: 30px;
    padding: clamp(40px, 15.4px + 6.57vw, 110px) clamp(20px, 6vw, 75px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-clip-path: inset(-30px -30px 0 -30px);
            clip-path: inset(-30px -30px 0 -30px);
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
}
.p-overlap-panel__text {
    max-width: 800px;
    width: 100%;
    line-height: 1.8;
}
.p-overlap-panel__flow {
    max-width: 960px;
    width: 100%;
    border: 3px dashed #e36f23;
    padding: 10em 1em 5em;
    text-align: center;
    position: relative;
    margin: 160px auto 0;
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__flow {
        margin: 0;
        padding: 1.5em 1em;
        border: none;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0px;
    }
}
@media only screen and (max-width:767px) and (max-width:767px) {
    .p-overlap-panel__flow {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.p-overlap-panel__flow p {
    line-height: 1.8;
    margin: 0;
}
.p-overlap-panel__flow-img-pc {
    position: absolute;
    top: -175px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__flow-img-pc {
        display: none;
    }
}
.p-overlap-panel__flow-img-sp {
    display: none;
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__flow-img-sp {
        display: block;
    }
}
.p-overlap-panel__contact-title {
    font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
    font-weight: 600;
    text-align: center;
}
.p-overlap-panel__contact-tel {
    text-align: center;
    line-height: 1;
}
.p-overlap-panel__contact-tel-label {
    font-size: clamp(32px, 28.6850828729px + 0.8839779006vw, 40px);
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-right: -0.1em;
}
.p-overlap-panel__contact-tel-num {
    font-size: clamp(36px, 31.0276243094px + 1.3259668508vw, 48px);
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
.p-overlap-panel__contact-tel-time {
    display: block;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__contact-tel-time {
        margin-top: 8px;
    }
}
.p-overlap-panel__contact-mail-box {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__contact-mail-box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:767px) {
    .p-overlap-panel__contact-mail-box {
        margin-top: 30px;
    }
}
.p-overlap-panel__contact-mail-title {
    font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
    font-weight: 600;
    text-align: center;
}
.p-overlap-panel__contact-mail-desc {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    font-weight: 400;
    line-height: 2;
    text-align: left;
}

.p-contact-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
@media only screen and (max-width:767px) {
    .p-contact-form {
        padding: 40px 20px;
    }
}
.p-contact-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
    .p-contact-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
}
.p-contact-form__label {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 15px;
    font-size: clamp(16px, 16px + 0vw, 16px);
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .p-contact-form__label {
        width: 100%;
        padding-top: 0;
    }
}
.p-contact-form__badge {
    display: inline-block;
    background: #e7211a;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .p-contact-form__badge {
        font-size: 12px;
    }
}
.p-contact-form__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    text-align: left;
}
.p-contact-form__input input[type=text],
.p-contact-form__input input[type=tel],
.p-contact-form__input input[type=email],
.p-contact-form__input select,
.p-contact-form__input textarea {
    width: 100%;
    max-width: 540px;
    background: #fff;
    border: 1px solid #cacaca;
    font-size: 16px;
    font-family: inherit;
}
@media only screen and (max-width:767px) {
    .p-contact-form__input input[type=text],
    .p-contact-form__input input[type=tel],
    .p-contact-form__input input[type=email],
    .p-contact-form__input select,
    .p-contact-form__input textarea {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px) {
    .p-contact-form__input input[type=text],
    .p-contact-form__input input[type=tel],
    .p-contact-form__input input[type=email],
    .p-contact-form__input select,
    .p-contact-form__input textarea {
        max-width: 100%;
    }
}
.p-contact-form__input input[type=text],
.p-contact-form__input input[type=tel],
.p-contact-form__input input[type=email],
.p-contact-form__input select {
    height: 56px;
    padding: 0 15px;
}
.p-contact-form__input--zip {
    max-width: 280px !important;
}
@media only screen and (max-width:767px) {
    .p-contact-form__input--zip {
        max-width: 100% !important;
    }
}
.p-contact-form__input textarea {
    height: 180px;
    padding: 15px;
    resize: vertical;
}
.p-contact-form__input select {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.p-contact-form__select-wrap {
    position: relative;
    max-width: 540px;
}
@media only screen and (max-width:767px) {
    .p-contact-form__select-wrap {
        max-width: 100%;
    }
}
.p-contact-form__select-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    pointer-events: none;
}
.p-contact-form__agree {
    margin-top: 50px;
    text-align: center;
}
.p-contact-form__agree p {
    margin-bottom: 20px;
    font-size: clamp(14px, 14px + 0vw, 14px);
}
.p-contact-form__agree label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
}
.p-contact-form__agree label input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #cacaca;
    cursor: pointer;
}
.p-contact-form__submit {
    margin-top: 50px;
    text-align: center;
}
.p-contact-form__submit .btn-submit {
    width: 320px;
    max-width: 100%;
    height: 60px;
    background: #83c25a;
    color: #fff;
    font-weight: bold;
    font-size: clamp(16px, 16px + 0vw, 16px);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
}
.p-contact-form__submit .btn-submit:hover {
    opacity: 0.8;
}
.p-contact-form__submit .btn-submit--back {
    background: #999;
}
.p-contact-form__submit--confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-contact-form__confirm-lead {
    text-align: center;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 2;
    margin-bottom: 40px;
}
.p-contact-form__confirm-value {
    font-size: clamp(16px, 16px + 0vw, 16px);
    line-height: 1.8;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.p-contact-form__complete {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .p-contact-form__complete {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.p-contact-form__complete-title {
    font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
    font-weight: 600;
}
.p-contact-form__complete-text {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 2;
}

.p-rabbit-box-01 {
    background-color: #FFFFFF;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    max-width: 430px;
    width: 100%;
    height: 143px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.5em;
    padding-inline: 0.5em;
    justify-items: start;
}
@media only screen and (max-width:767px) {
    .p-rabbit-box-01 {
        height: auto;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 5px;
        justify-items: center;
    }
}
.p-rabbit-box-01__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
    width: 110px;
    height: 125px;
}
.p-rabbit-box-01__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media only screen and (max-width:767px) {
    .p-rabbit-box-01__img {
        width: 70px;
        height: 80px;
        -ms-flex-item-align: center;
            align-self: center;
    }
}
.p-rabbit-box-01__text p {
    font-size: clamp(13px, 9.270718232px + 0.9944751381vw, 22px);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
@media only screen and (max-width:767px) {
    .p-rabbit-box-01__text {
        padding: 0;
    }
}
.p-rabbit-box-01__grid {
    max-width: 880px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .p-rabbit-box-01__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
        width: 100%;
    }
}
.p-rabbit-box-01__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 70px;
    background: #83c25a;
    padding: clamp(20px, 9.4px + 2.82vw, 50px) 3vw;
    display: grid;
    justify-items: center;
    position: relative;
}
.p-rabbit-box-01__wrapper::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 50px 60px 0 60px;
    border-color: #83c25a transparent transparent transparent;
}

.p-recycle-section {
    background-color: #83c25a;
    padding: 100px 0;
}
@media only screen and (max-width:767px) {
    .p-recycle-section {
        padding: 60px 0;
    }
}
.p-recycle-section__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .p-recycle-section__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}

.p-recycle-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .p-recycle-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.p-recycle-card {
    background-color: #FFFFFF;
    border-radius: 35px;
    padding: 38px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .p-recycle-card {
        border-radius: 30px;
        padding: 30px 20px;
    }
}
.p-recycle-card__label {
    color: #83c25a;
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    text-align: center;
    font-weight: 700;
}
.p-recycle-card__title {
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.p-recycle-card__title::before {
    content: "";
    display: block;
    width: 8px;
    height: 1.2em;
    background-color: #83c25a;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.p-recycle-card__text {
    font-size: clamp(15px, 14.5856353591px + 0.1104972376vw, 16px);
    line-height: 1.8;
}
.p-recycle-card__img img {
    display: block;
    width: 100%;
    height: auto;
}
.p-recycle-card__caption {
    margin-top: 10px;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    font-weight: 700;
    text-align: center;
}

.p-box-price {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border: 6px solid #83c25a;
    background-color: #FFFFFF;
    padding: 40px 20px;
}
@media only screen and (max-width:767px) {
    .p-box-price {
        padding: 20px 10px;
    }
}
.p-box-price__inner {
    display: grid;
    grid-template-columns: minmax(auto, 280px) 1fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .p-box-price__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        justify-items: center;
    }
}
.p-box-price__img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}
@media only screen and (max-width:767px) {
    .p-box-price__img {
        max-width: 120px;
    }
}
.p-box-price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .p-box-price__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        justify-items: center;
        text-align: center;
    }
}
.p-box-price__catch {
    font-size: clamp(18px, 13.8563535912px + 1.1049723757vw, 28px);
    font-weight: 600;
    line-height: 1.4;
}
.p-box-price__price-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
    .p-box-price__price-area {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-box-price__unit {
    font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
    font-weight: 600;
}
.p-box-price__price {
    font-size: clamp(28px, 19.7127071823px + 2.2099447514vw, 48px);
    font-weight: 600;
    color: #ee721f;
    line-height: 1;
    padding-inline: 0.1em;
}
.p-box-price__yen {
    font-size: clamp(28px, 24.6850828729px + 0.8839779006vw, 36px);
    font-weight: 600;
    line-height: 1;
}
.p-box-price__tax {
    font-size: clamp(12px, 10.3425414365px + 0.4419889503vw, 16px);
    font-weight: 600;
}
.p-box-price__note {
    font-size: clamp(12px, 10.3425414365px + 0.4419889503vw, 16px);
    font-weight: 600;
    color: #222222;
}
.p-box-price__badge {
    justify-self: end;
    background-color: #fffacd;
    padding: clamp(15px, 2vw, 20px) clamp(20px, 3vw, 30px);
    display: grid;
    gap: 5px;
    text-align: left;
}
@media only screen and (max-width:767px) {
    .p-box-price__badge {
        justify-self: center;
        width: 100%;
        text-align: center;
        justify-items: center;
    }
}
.p-box-price__badge-large {
    font-size: clamp(14px, 11.5138121547px + 0.6629834254vw, 20px);
    font-weight: 600;
    line-height: 1.2;
}
.p-box-price__badge-small {
    font-size: clamp(18px, 14.6850828729px + 0.8839779006vw, 26px);
    font-weight: 600;
    line-height: 1.2;
}
.p-box-price__info {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .p-box-price__info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

.p-dissolve-process {
    display: grid;
    grid-template-columns: minmax(auto, 485px) 1fr;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .p-dissolve-process {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.p-dissolve-process__img {
    width: 100%;
}
.p-dissolve-process__img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}
.p-dissolve-process__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
}
.p-dissolve-process__catch {
    font-size: clamp(18px, 14.6850828729px + 0.8839779006vw, 26px);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.p-dissolve-process__catch::before, .p-dissolve-process__catch::after {
    content: "";
    background-color: #222222;
    width: 2px;
    height: clamp(50px, 5vw, 60px);
    display: block;
}
@media only screen and (max-width:767px) {
    .p-dissolve-process__catch::before, .p-dissolve-process__catch::after {
        height: 48px;
    }
}
.p-dissolve-process__catch::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    grid-column: 1;
    grid-row: 1/span 2;
}
.p-dissolve-process__catch::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    grid-column: 3;
    grid-row: 1/span 2;
}
.p-dissolve-process__catch-top {
    grid-column: 2;
    grid-row: 1;
}
.p-dissolve-process__catch-bottom {
    grid-column: 2;
    grid-row: 2;
}
@media only screen and (max-width:767px) {
    .p-dissolve-process__catch {
        gap: 4px 15px;
    }
}
.p-dissolve-process__fig {
    text-align: center;
    width: 100%;
}
.p-dissolve-process__fig img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.p-dissolve-process__fig-text {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 1.6;
    color: #222222;
    font-weight: 500;
}

.p-point-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width:767px) {
    .p-point-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.p-point-grid__item {
    background-color: #FFFFFF;
    border: 3px solid #83c25a;
    padding: clamp(15px, 3vw, 30px);
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: clamp(15px, 3vw, 25px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .p-point-grid__item {
        grid-template-columns: 80px 1fr;
    }
}
.p-point-grid__img {
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.p-point-grid__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media only screen and (max-width:767px) {
    .p-point-grid__img {
        width: 80px;
        height: 80px;
    }
}
.p-point-grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.p-point-grid__label {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    color: #83c25a;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.p-point-grid__title {
    font-size: clamp(18px, 16.7569060773px + 0.3314917127vw, 21px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}
.p-point-grid__desc {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 1.6;
    font-weight: 500;
}

.p-service-comparison__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .p-service-comparison__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.p-service-comparison__item {
    background-color: #fffddd;
    border: 4px solid #83c25a;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.p-service-comparison__item--shredder, .p-service-comparison__item--incineration {
    border-color: #7c9c68;
}
.p-service-comparison__header {
    font-size: clamp(18px, 16.3425414365px + 0.4419889503vw, 22px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.p-service-comparison__header--dissolve {
    background-color: #83c25a;
}
.p-service-comparison__header--shredder {
    background-color: #7c9c68;
}
.p-service-comparison__header--incineration {
    background-color: #7c9c68;
}
.p-service-comparison__body {
    padding: 20px 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .p-service-comparison__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.p-service-comparison__img img {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
}
.p-service-comparison__content {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 25px;
}
.p-service-comparison__section {
    display: grid;
    gap: 10px;
}
.p-service-comparison__section:last-child {
    margin-top: auto;
}
.p-service-comparison__badge {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: clamp(12px, 11.1712707182px + 0.2209944751vw, 14px);
    font-weight: 700;
    line-height: 1;
}
.p-service-comparison__badge--merit {
    background-color: #e9546b;
}
.p-service-comparison__badge--merit + .p-service-comparison__notes li {
    font-weight: 600;
}
.p-service-comparison__badge--demerit {
    background-color: #3d62ad;
}
.p-service-comparison__badge--demerit + .p-service-comparison__notes li {
    font-weight: 300;
}
.p-service-comparison__notes {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width:767px) {
    .p-service-comparison__notes {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 8px;
    }
}
.p-service-comparison__notes li {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 1.6;
    position: relative;
    padding-left: 1.2em;
}
.p-service-comparison__notes li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.p-selection-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.p-selection-points__wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .p-selection-points__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .p-selection-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
.p-selection-points__item {
    width: 100%;
    border: 1px solid #c0d2a0;
}
.p-selection-points__item img {
    width: 100%;
    height: auto;
    display: block;
}

.p-flow-steps {
    background-color: #83c25a;
    padding: 40px 30px;
}
@media only screen and (max-width:767px) {
    .p-flow-steps {
        padding: 30px 0;
    }
}
.p-flow-steps__list {
    max-width: 912px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}
.p-flow-steps__item {
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 150px 1fr 200px;
    gap: 20px 25px;
    padding: 25px 10px 25px 45px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__item {
        grid-template-columns: auto 1fr;
        gap: 5px 10px;
        border-radius: 0;
        padding: 20px 15px;
        border-bottom: 3px solid #83c25a;
    }
    .p-flow-steps__item:last-child {
        border-bottom: none;
    }
}
.p-flow-steps__item--wide {
    grid-template-columns: 80px 1fr;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__item--wide {
        padding-right: 15px;
    }
}
.p-flow-steps__badge {
    background-color: #83c25a;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: grid;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__badge {
        width: auto;
        height: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        gap: 3px;
        padding: 5px 12px;
        border-radius: 50px;
    }
}
.p-flow-steps__badge-label {
    font-family: "Roboto", sans-serif;
    font-size: clamp(12px, 7.4419889503px + 1.2154696133vw, 23px);
    font-weight: 700;
}
.p-flow-steps__badge-num {
    font-family: "Roboto", sans-serif;
    font-size: clamp(22px, 9.5690607735px + 3.3149171271vw, 52px);
    font-weight: 700;
}
.p-flow-steps__body {
    display: grid;
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__body {
        display: contents;
    }
}
.p-flow-steps__title {
    font-size: clamp(18px, 13.0276243094px + 1.3259668508vw, 30px);
    font-weight: 700;
    line-height: 1.3;
    color: #83c25a;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__title {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }
}
.p-flow-steps__desc {
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    line-height: 1.8;
    max-width: 500px;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__desc {
        grid-column: 1/-1;
        grid-row: 2;
    }
}
.p-flow-steps__desc .p-flow-steps__movie-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
}
.p-flow-steps__desc .p-flow-steps__movie-link {
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
    font-weight: 700;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}
.p-flow-steps__desc .p-flow-steps__movie-link::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #c50000;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.p-flow-steps__desc .p-flow-steps__movie-link::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #fff;
    pointer-events: none;
}
.p-flow-steps__desc .p-flow-steps__movie-link:hover {
    background-color: #fff;
    border-color: #c50000;
    color: #c50000;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.p-flow-steps__desc .p-flow-steps__movie-note {
    font-size: clamp(10px, 9.1712707182px + 0.2209944751vw, 12px);
    color: #666;
    display: block;
    margin-top: 10px;
}
.p-flow-steps__body-cols {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__body-cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-column: 1/-1;
        grid-row: 2;
        grid-template-columns: 1fr 100px;
        gap: 15px;
    }
}
.p-flow-steps__img {
    width: 200px;
    height: 150px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.p-flow-steps__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img {
        position: absolute;
        width: 90px;
        height: 90px;
        right: 5px;
        top: 5%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.p-flow-steps__body-cols .p-flow-steps__img {
    width: 150px;
    height: 150px;
}
@media only screen and (max-width:767px) {
    .p-flow-steps__body-cols .p-flow-steps__img {
        position: static;
        width: 100px;
        height: 100px;
        -webkit-transform: none;
                transform: none;
    }
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img--step-01 {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img--step-02 {
        width: 120px;
        height: 90px;
    }
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img--step-03 {
        width: 120px;
        height: 90px;
    }
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img--step-04 {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (max-width:767px) {
    .p-flow-steps__img--step-05 {
        width: 90px;
        height: 90px;
    }
}

.p-area-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-top: 60px;
    padding-bottom: 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media only screen and (max-width:767px) {
    .p-area-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
        margin-top: 40px;
        padding-bottom: 60px;
    }
}

.p-area {
    -webkit-box-flex: 1.4;
        -ms-flex: 1.4;
            flex: 1.4;
}
.p-area__intro {
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
    .p-area__intro {
        margin-bottom: 40px;
    }
}
.p-area__list {
    display: grid;
    gap: 40px;
    max-width: 800px;
}
.p-area__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}
@media only screen and (max-width:767px) {
    .p-area__item {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
}
.p-area__icon {
    width: 28px;
    height: auto;
}
@media only screen and (max-width:767px) {
    .p-area__icon {
        width: 20px;
    }
}
.p-area__icon img {
    display: block;
    width: 100%;
}
.p-area__body {
    display: grid;
    gap: 15px;
    padding-top: 0.5em;
}
@media only screen and (max-width:767px) {
    .p-area__body {
        gap: 10px;
    }
}
.p-area__title {
    font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
    font-weight: 700;
    line-height: 1.4;
    color: #3e322b;
}
.p-area__text {
    font-size: clamp(16px, 16px + 0vw, 16px);
    line-height: 1.8;
    color: #3e322b;
    font-weight: 400;
}

.p-area-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
    top: 100px;
}
@media only screen and (max-width:767px) {
    .p-area-map {
        position: static;
        width: 100%;
    }
}
.p-area-map img {
    display: block;
    width: 100%;
    height: auto;
}

.accordion-faq {
    margin-top: 60px;
    display: grid;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width:767px) {
    .accordion-faq {
        margin-top: 40px;
        gap: 15px;
    }
}
.accordion-faq__box {
    border: 2px solid #83c25a;
    border-radius: 10px;
    background-color: #fff;
}
.accordion-faq__title {
    cursor: pointer;
    position: relative;
    font-size: clamp(16px, 16px + 0vw, 16px);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.accordion-faq__title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.accordion-faq__title-text::before {
    content: "Q";
    color: #ee721f;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.accordion-faq__container {
    display: none;
    padding-top: 1em;
}
@media only screen and (max-width:767px) {
    .accordion-faq__container {
        padding: 0 16px 16px 16px;
    }
}
.accordion-faq__title-text--answer {
    font-size: clamp(16px, 16px + 0vw, 16px);
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px dashed #83c25a;
    padding-top: 20px;
    margin: 0;
}
.accordion-faq__title-text--answer::before {
    content: "A";
    color: #83c25a;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.index-sec01 {
    position: relative;
    padding: 0 0 40px;
    background: #83c25a;
}
@media only screen and (max-width:767px) {
    .index-sec01 {
        padding: 60px 0;
    }
}
.index-sec01__inner {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
}
@media only screen and (max-width:767px) {
    .index-sec01__inner {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.index-sec02 {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .index-sec02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .index-sec02 {
        padding: 60px 0;
    }
}
.index-sec02__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .index-sec02__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.index-sec02__sub-title {
    font-size: clamp(16px, 12.6850828729px + 0.8839779006vw, 24px);
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}
.index-sec02__text {
    line-height: 1.8;
    font-size: 16px;
    max-width: 820px;
}
@media only screen and (max-width:767px) {
    .index-sec02__text {
        font-size: 16px;
    }
}
.index-sec02__text:first-of-type {
    font-size: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
    font-weight: 700;
    max-width: 960px;
    text-align: center;
    line-height: 1.5;
}
.index-sec02__slider {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.index-sec02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: loopSlider 30s linear infinite;
            animation: loopSlider 30s linear infinite;
}
.index-sec02__list li {
    width: 25vw;
}
@media only screen and (max-width:767px) {
    .index-sec02__list li {
        width: 50vw;
    }
}
.index-sec02__list li img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
}
@-webkit-keyframes loopSlider {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes loopSlider {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.about-sec01 {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    background-image: url("../img/page_mv-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:767px) {
    .about-sec01 {
        background-image: url("../img/page_mv-bg-sp01.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        padding: 40px 0 0;
    }
}
.about-sec01__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .about-sec01__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .about-sec01 .p-overlap-panel {
        padding-inline: 20px;
        padding-bottom: 150px;
        background-image: url("../img/page_mv-bg-sp02.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
.about-sec01__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 3vw;
    background: #fff;
}
@media only screen and (max-width:767px) {
    .about-sec01__card {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.about-sec01__card-img {
    max-width: 500px;
    width: 50%;
}
@media only screen and (max-width:767px) {
    .about-sec01__card-img {
        max-width: 100%;
        width: 100%;
    }
}
.about-sec01__card-body {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .about-sec01__card-body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .about-sec01__card-body {
        width: 100%;
    }
}
.about-sec01__card-note {
    line-height: 1.8;
}
@media only screen and (max-width:767px) {
    .about-sec01__card-note {
        line-height: 1.5;
    }
}
.about-sec01__title {
    font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
    font-weight: 400;
    line-height: 1.8;
    color: #83c25a;
}
@media only screen and (max-width:767px) {
    .about-sec01__title {
        line-height: 1.5;
    }
}
.about-sec02 {
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100px;
}
@media only screen and (max-width:767px) {
    .about-sec02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .about-sec02 {
        padding: 40px 0;
    }
}
.about-sec02__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .about-sec02__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.about-sec02__map iframe {
    width: 100%;
}

.document-sec01 {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    background-image: url("../img/page_mv-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:767px) {
    .document-sec01 {
        background-image: url("../img/page_mv-bg-sp01.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        padding: 40px 0 0;
    }
}
.document-sec01__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .document-sec01__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.document-sec01 .p-overlap-panel {
    text-align: center;
}
.document-sec01 .p-overlap-panel__text {
    text-align: center;
    max-width: 830px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
@media only screen and (max-width:767px) {
    .document-sec01 .p-overlap-panel {
        padding-inline: 20px;
        padding-bottom: 150px;
        background-image: url("../img/page_mv-bg-sp02.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
.document-sec02 {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
}
@media only screen and (max-width:767px) {
    .document-sec02 {
        padding: 40px 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.document-sec02__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .document-sec02__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.document-sec02__sub-title {
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}
.document-sec02__text {
    line-height: 1.8;
    max-width: 700px;
}
.document-sec03 {
    position: relative;
    padding: 30px 0 40px;
    z-index: 1;
}
@media only screen and (max-width:767px) {
    .document-sec03 {
        padding: 40px 0;
    }
}
.document-sec03__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
}
@media only screen and (max-width:767px) {
    .document-sec03__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.document-sec03__service-group {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
@media only screen and (max-width:767px) {
    .document-sec03__service-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.document-sec03__bottom-text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .document-sec03__bottom-text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.document-sec03__catch {
    font-size: clamp(20px, 16.6850828729px + 0.8839779006vw, 28px);
    font-weight: 600;
    line-height: 1.5;
}
.document-sec03__catch span {
    font-size: clamp(25px, 21.6850828729px + 0.8839779006vw, 33px);
    color: #83c25a;
}
@media only screen and (max-width:767px) {
    .document-sec03__catch {
        font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
    }
    .document-sec03__catch span {
        font-size: clamp(20px, 18.3425414365px + 0.4419889503vw, 24px);
    }
}
.document-sec03__desc {
    font-size: clamp(16px, 16px + 0vw, 16px);
    font-weight: 300;
    line-height: 2;
    max-width: 960px;
    margin-inline: auto;
}
@media only screen and (max-width:767px) {
    .document-sec03__desc {
        text-align: left;
    }
}
.document-sec04 {
    position: relative;
    padding: 80px 0;
    background: #83c25a;
}
@media only screen and (max-width:767px) {
    .document-sec04 {
        padding: 40px 0;
    }
}
.document-sec04__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .document-sec04__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}
.document-sec05 {
    position: relative;
    padding: 80px 0;
    background: #f3f6f7;
}
@media only screen and (max-width:767px) {
    .document-sec05 {
        padding: 40px 0;
    }
}
.document-sec05__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .document-sec05__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}
.document-sec05__flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 40px;
}
@media only screen and (max-width:767px) {
    .document-sec05__flex {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}
@media only screen and (max-width:767px) {
    .document-sec05__flex {
        margin-top: 30px;
    }
}
.document-sec05__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .document-sec05__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.document-sec05__list li {
    font-size: clamp(16px, 13.9281767956px + 0.5524861878vw, 21px);
    font-weight: 600;
    background: #FFFFFF;
    border-left: 6px solid #83c25a;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
}
@media only screen and (max-width:767px) {
    .document-sec05__list li {
        height: auto;
        min-height: 40px;
        padding: 0.5em 15px;
    }
}
.document-sec05__img img {
    width: 100%;
    height: auto;
}
.document-sec06 {
    position: relative;
    padding: 80px 0 40px;
}
@media only screen and (max-width:767px) {
    .document-sec06 {
        padding: 40px 0;
    }
}
.document-sec07 {
    position: relative;
    padding: 40px 0 80px;
}
@media only screen and (max-width:767px) {
    .document-sec07 {
        padding: 40px 0;
    }
}

.recycle-sec01 {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    background-image: url("../img/page_mv-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:767px) {
    .recycle-sec01 {
        background-image: url("../img/page_mv-bg-sp01.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        padding: 40px 0 0;
    }
}
.recycle-sec01__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .recycle-sec01__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.recycle-sec01 .p-overlap-panel {
    text-align: center;
}
.recycle-sec01 .p-overlap-panel__text {
    text-align: center;
    max-width: 830px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
@media only screen and (max-width:767px) {
    .recycle-sec01 .p-overlap-panel {
        padding-inline: 20px;
        padding-bottom: 150px;
        background-image: url("../img/page_mv-bg-sp02.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
.recycle-sec02 {
    position: relative;
    padding: 80px 0;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    margin-bottom: -150px;
}
@media only screen and (max-width:767px) {
    .recycle-sec02 {
        padding: 40px 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        margin-bottom: 0;
    }
}
.recycle-sec02__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .recycle-sec02__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}
.recycle-sec03 {
    position: relative;
    padding: 80px 0 40px;
}
@media only screen and (max-width:767px) {
    .recycle-sec03 {
        padding: 40px 0;
    }
}
.recycle-sec04 {
    position: relative;
    padding: 40px 0 80px;
}
@media only screen and (max-width:767px) {
    .recycle-sec04 {
        padding: 40px 0;
    }
}

.contact-sec01 {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    background-image: url("../img/page_mv-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:767px) {
    .contact-sec01 {
        background-image: url("../img/page_mv-bg-sp01.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        padding: 40px 0 0;
    }
}
.contact-sec01__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .contact-sec01__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.contact-sec01 .p-overlap-panel {
    text-align: center;
}
.contact-sec01 .p-overlap-panel__text {
    text-align: center;
    max-width: 830px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
@media only screen and (max-width:767px) {
    .contact-sec01 .p-overlap-panel {
        padding-inline: 20px;
        padding-bottom: 150px;
        background-image: url("../img/page_mv-bg-sp02.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
.contact-sec02 {
    padding: 0 0 80px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-bottom: -100px;
}
@media only screen and (max-width:767px) {
    .contact-sec02 {
        padding: 0 0 40px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        margin-bottom: 0;
    }
}