@charset "UTF-8";

/* base.css上書き */
html {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    letter-spacing: 1px;
    background-color: white;
}

.map:after {
    padding-top: 35%;
}

.indent01 li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    .map::after {
        padding-top: 45%;
    }
}

@media (max-width: 599px) {
    html {
        font-size: 14px;
    }

    .map::after {
        padding-top: 90%;
    }
}

/* common */
h1 {
    padding: 5px;
    font-size: 10px;
    position: relative;
    z-index: 10;
}

.logo {
    width: 250px;
    max-width: 80%;
    margin: 0;
}

.logo-floating {
    width: 200px;
    max-width: 30%;
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.logo-floating a img {
    -webkit-filter: drop-shadow(0px 0px 3px #aaa);
    filter: drop-shadow(0px 0px 3px #aaa);
}

.logo a {
    display: block;
    padding: 10px;
    text-align: center;
}

.inner-wide {
    width: 96%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.color-white {
    color: white;
}

.color-01 {
    color: #e8a3ba;
}

.color-04 {
    color: #b7bdc0;
}

.color-05 {
    color: #e6e8e9;
}

.color-07 {
    color: #96a3aa;
}

.color-08 {
    color: #94b37a;
}

.color-09 {
    color: #1e6e50;
}

.color-10 {
  color: #e5175c;
}


.bgc-white {
    background-color: white;
}

.bgc-01 {
    background-color: #e8a3ba;
}

.bgc-04 {
    background-color: #b7bdc0;
}

.bgc-05 {
    background-color: #e6e8e9;
}

.bgc-07 {
    background-color: #96a3aa;
}

.bgc-08 {
    background-color: #94b37a;
}

.bgc-09 {
    background-color: #1e6e50;
}

.bgc-10 {
    background-color: #eee;
}

.bd-01 {
    border: 1px solid #e8a3ba;
}

.bd-04 {
    border: 1px solid #b7bdc0;
}

.bd-05 {
    border: 1px solid #e6e8e9;
}

.bd-07 {
    border: 1px solid #96a3aa;
}

.bd-08 {
    border: 1px solid #94b37a;
}

.bd-09 {
    border: 1px solid #1e6e50;
}

.bd-10 {
  border: 5px solid #f2f5f7;
}

.all-white * {
    color: white;
}

.asterisk {
    position: relative;
}

.asterisk::before {
    content: "※";
    display: inline-block;
    font-size: 10px;
    color: #333;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 0;
    right: 0;
}

.-ribbon,
.-ribbon-02 {
    overflow: hidden;
    position: relative;
}

.-ribbon::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #e8a3ba;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: 30px;
    left: 0;
}

.-ribbon-02::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #e8a3ba;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: 15px;
    left: 0;
}

@media (max-width: 1024px) {
    .spacer {
        height: 0 !important;
    }

    h1 {
        width: 100%;
        padding: 10px;
    }

    .logo {
        width: 180px;
    }

    .logo-floating {
        display: block;
    }
}

@media (max-width: 599px) {
    .logo {
        width: 160px;
    }
}

/* icon */
[class^="icon-brands"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

[class^="icon-free"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-brands-facebook::before {
    content: "\f082";
}

.icon-brands-instagram::before {
    content: "\f16d";
}

.icon-brands-line::before {
    content: "\f3c0";
}

.icon-free-map::before {
    content: "\f3c5";
}

.icon-free-cal::before {
    content: "\f073";
}

.icon-free-contact::before {
    content: "\f1d8";
}

.icon-top {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.icon-top img {
    width: 100%;
}

.icon-01 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.icon-02 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.icon-03 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* fead */
.fead-cover {
    overflow: hidden;
    position: relative;
}

.fead-cover::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fcf1f5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.fead-cover.mv::before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/* parts */
.table-wrap {
    overflow: hidden;
    border: 1px solid #96a3aa;
    border-radius: 5px;
}

.table-wrap table {
    background-color: white;
}

.table-wrap table tr th,
.table-wrap table tr td {
    padding: 5px;
    font-size: 12px;
    text-align: center;
}
.area53 .table-wrap table tr td {
  text-align: left;
}

.table-wrap table tr th {
    background-color: #e6e8e9;
}

.table-wrap table tr th+th {
    border-left: 1px solid #96a3aa;
}

.table-bl {
      border-left: 1px solid #96a3aa;
}

.table-wrap table tr td+td {
    border-left: 1px solid #96a3aa;
}

.table-wrap table tr+tr {
    border-top: 1px solid #96a3aa;
}

.table-wrap.-pattern-02 {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.table-wrap.-pattern-02 table tr th,
.table-wrap.-pattern-02 table tr td {
    padding: 5px;
    font-size: 11px;
}

.table-wrap.-pattern-03 {
    border: 1px solid #e8a3ba;
    border-radius: 0;
}

.table-wrap.-pattern-03 table tr th,
.table-wrap.-pattern-03 table tr td {
    padding: 15px 10px;
    font-size: 14px;
}

.table-wrap.-pattern-03 table tr th {
    color: white;
    background-color: #e8a3ba;
}

.table-wrap.-pattern-03 table tr th+th {
    border-left: 1px solid white;
}

.table-wrap.-pattern-03 table tr td+td {
    border-left: 1px solid #e8a3ba;
}

.table-wrap.-pattern-03 table tr+tr {
    border-top: 1px solid #e8a3ba;
}

.table-wrap.-pattern-04 {
    border: 1px solid #b7bdc0;
    border-radius: 0;
}

.table-wrap.-pattern-04 table {
    table-layout: fixed;
}

.table-wrap.-pattern-04 table tr th,
.table-wrap.-pattern-04 table tr td {
    padding: 10px;
    border-left: 1px solid #b7bdc0;
}

.table-wrap.-pattern-05 table {
    table-layout: fixed;
}

.table-wrap.-pattern-05 table tr th,
.table-wrap.-pattern-05 table tr td {
    padding: 10px;
    font-size: 15px;
}

.table-wrap.-pattern-05 table tr th {
    color: white;
    background-color: #e8a3ba;
}

.table-wrap.-pattern-05 table tr th.pattern-05-heading {
    width: 25%;
}
.table-wrap.-table-auto table {
  table-layout: auto;
}

[class*="panel"] {
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

[class*="panel"]+[class*="panel"] {
    margin-top: 2px;
}

.scrollable .table-wrap {
    min-width: 1000px;
}

.panel-01 {
    background-color: #e8a3ba;
}

.panel-02 {
    background-color: #eee;
}

.num-01 {
    width: 50px;
    height: 50px;
    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;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 22px;
    color: white;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 100%;
    background-color: #96a3aa;
}

.num-01-wrap {
    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;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    position: absolute !important;
    top: 0;
    left: 20px;
    z-index: 1;
}

.num-01-wrap.-half-up {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.num-01-wrap .num-text {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
}

.box-white {
    padding: 15px;
    border-radius: 10px;
    background-color: white;
}

.box-white-02 {
    padding: 50px;
    border-radius: 15px;
    background-color: white;
}

.box-white-03 {
    padding: 30px;
    border-radius: 10px;
    background-color: white;
}

.box-white-04 {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid #000;
    background-color: white;
}

.box-white-05 {
    padding: 50px 30px;
    border-radius: 10px;
    background-color: white;
}

.box-white-06 {
    padding: 15px;
    border-radius: 30px;
    background-color: white;  
}

.box-logo .logo {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box-logo .address {
    margin-left: 30px;
    font-size: 14px;
}

.box-logo.-pattern-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.box-logo.-pattern-02 .address {
    margin-top: 5px;
    margin-left: 0;
}

.box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-btn [class*="btn"] {
    width: 48%;
    margin: 1%;
}

.box-double-color {
    padding: 30px;
    border-top: 3px solid #e8a3ba;
    border-bottom: 3px solid #b7bdc0;
}

.box-ais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.box-ais .up-ai-self {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.box-decay-illust {
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: white;
}

.box-decay-illust .img {
    width: 50%;
    margin: auto;
}

.box-01 {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.box-01-img {
    width: 40%;
}

.box-01-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    background-color: #f9e7ed;
}

.box-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
}

.box-02-content {
    width: 65%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -20%;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.box-02-img {
    width: 55%;
    position: relative;
}

.box-02-img::before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-03 .item {
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-04 {
    width: 550px;
    max-width: 90%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.box-04 a {
    display: block;
}

.box-04-title {
    padding: 10px;
    font-size: 18px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    background-color: #e8a3ba;
    position: relative;
}

.box-04-title::after {
    content: "\f35a";
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

.box-05 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 30px;
    border: 1px solid #b7bdc0;
    border-radius: 5px;
    background-color: white;
    position: relative;
}

.box-05-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    margin: auto;
    padding: 15px 30px;
    color: white;
    background-color: #e8a3ba;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.illust-block {
    width: 100%;
}

.illust-block.-right .illust-item {
    margin-left: auto;
}

.illust-block.-left .illust-item {
    margin-right: auto;
}

.illust-item {
    width: 45%;
}

.check-system-list li,
.check-system-list_02 li {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
}

.check-system-list li input,
.check-system-list_02 li input {
    display: none;
}

.check-system-list li input:checked+label,
.check-system-list_02 li input:checked+label {
    text-decoration: underline;
}

.check-system-list li input:checked+label::before,
.check-system-list_02 li input:checked+label::before {
    color: #e8a3ba;
}

.check-system-list li label,
.check-system-list_02 li label {
    display: inline-block;
    padding-left: 1.8em;
    position: relative;
}

.check-system-list li label::before,
.check-system-list_02 li label::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
    color: #b7bdc0;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
}

.check-system-list li+li,
.check-system-list_02 li+li {
    margin-top: 15px;
}

.check-system-answer,
.check-system-answer_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.check-system-answer dt,
.check-system-answer_02 dt,
.check-system-answer dd,
.check-system-answer_02 dd {
    padding: 20px 10px;
}

.check-system-answer dt,
.check-system-answer_02 dt {
    width: 30%;
    background-color: #f9e7ed;
}

.check-system-answer dd,
.check-system-answer_02 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #eee;
}

.check-system-box,
.check-system-box_02 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    position: absolute;
    top: 0;
    left: 0;
}

.check-system-box.answered,
.check-system-box_02.answered_02 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

.check-system-button,
.check-system-button_02 {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.check-system-button.hide-button,
.check-system-button_02.hide-button_02 {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.check-system-reset-button,
.check-system-reset-button_02 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.answered+.check-system-reset-button,
.answered_02+.check-system-reset-button_02 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.balloon {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #e8a3ba;
    -webkit-transform: translate(100%, -75%);
    transform: translate(100%, -75%);
    position: absolute !important;
    top: 0;
    right: 0;
}

.balloon-inner {
    position: relative;
}

.balloon-inner::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #e8a3ba transparent transparent transparent;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: 5px;
}

.balloon-parent {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 15px;
    position: relative;
}

.balloons-wrap {
    position: relative;
}

.balloons-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.balloons-comment {
    padding: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    z-index: 2;
}

.balloons-01 {
    background-image: url(/import/tenant_1/160.16.241.99/html/images/common/balloon_001.png);
    top: -2vw;
    left: 5.5vw;
}

.balloons-02 {
    background-image: url(/import/tenant_1/160.16.241.99/html/images/common/balloon_002.png);
    top: -0.5vw;
    right: 8vw;
}

.balloons-03 {
    background-image: url(/import/tenant_1/160.16.241.99/html/images/common/balloon_003.png);
    bottom: 13vw;
    left: 0;
}

.balloons-04 {
    background-image: url(/import/tenant_1/160.16.241.99/html/images/common/balloon_004.png);
    bottom: 11vw;
    right: -2vw;
}

@media (max-width: 1024px) {
    .table-wrap.-pattern-04 table tr th,
    .table-wrap.-pattern-04 table tr td {
        padding: 10px 5px;
    }

    [class*="panel"] {
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 3px;
    }

    [class*="panel"]+[class*="panel"] {
        margin-top: 1px;
    }

    .num-01 {
        width: 36px;
        height: 36px;
        padding: 2px;
        font-size: 18px;
    }

    .num-01-wrap {
        left: 15px;
    }

    .num-01-wrap .num-text {
        margin-top: 2px;
    }

    .box-white {
        padding: 10px;
        border-radius: 8px;
    }

    .box-white-02 {
        padding: 40px 15px;
    }

    .box-white-03 {
        padding: 30px 20px;
        border-radius: 8px;
    }

    .box-white-05 {
        padding: 30px 15px;
        border-radius: 8px;
    }

    .box-double-color {
        padding: 30px 20px;
    }

    .box-05-title {
        padding: 10px 20px;
    }

    .illust-item {
        width: 65%;
    }

    .check-system-list li {
        font-size: 16px;
    }

    .check-system-list li+li {
        margin-top: 10px;
    }

    .check-system-answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border-radius: 10px;
    }

    .check-system-answer dt,
    .check-system-answer dd {
        padding: 20px 10px;
    }

    .check-system-answer dt {
        width: 30%;
        background-color: #f9e7ed;
    }

    .check-system-answer dd {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #eee;
    }

    .check-system-box {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
        position: absolute;
        top: 0;
        left: 0;
    }

    .check-system-box.answered {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .balloon-parent {
        padding-top: 5px;
    }

    .balloons-comment {
        padding: 20px;
        font-size: 12px;
    }

    .balloons-01 {
        top: -3vw;
    }

    .balloons-02 {
        top: -1vw;
        right: 14vw;
    }

    .balloons-03 {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
        bottom: 1vw;
    }

    .balloons-03 .balloons-comment-inner {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    .balloons-04 {
        bottom: 6vw;
    }
}

@media (max-width: 599px) {
    .table-wrap table tr th,
    .table-wrap table tr td {
        padding: 3px;
        font-size: 11px;
    }

    .table-wrap.-pattern-03 table tr th,
    .table-wrap.-pattern-03 table tr td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .box-white-02 {
        padding: 30px 15px;
    }

    .box-white-03 {
        padding: 20px 10px;
        border-radius: 5px;
    }

    .box-logo .logo {
        width: 120px;
    }

    .box-double-color {
        padding: 20px 15px;
    }

    .box-01-img {
        width: 100%;
    }

    .box-01-content {
        width: 100%;
        padding: 30px 20px;
    }

    .box-02-img {
        width: 100%;
    }

    .box-02-img::before {
        width: 100%;
        height: 80%;
        background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(75%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    }

    .box-02-content {
        width: 100%;
        margin-right: 0;
        padding: 30px 20px;
    }

    .box-03 .table-wrap table tr th,
    .box-03 .table-wrap table tr td {
        padding: 5px;
        font-size: 11px;
    }

    .box-04-title {
        font-size: 16px;
    }

    .illust-item {
        width: 80%;
    }

    .check-system-answer,
    .check-system-answer_02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .check-system-answer dt,
    .check-system-answer_02 dt {
        width: 100%;
    }

    .balloon {
        -webkit-transform: translate(0, -150%);
        transform: translate(0, -150%);
    }

    .balloons-wrap {
        padding: 15px 0;
    }

    .balloons-img {
        width: 70%;
    }

    .balloons-comment {
        padding: 15px;
        font-size: 10px;
    }

    .balloons-01 {
        top: -4vw;
        left: 0;
    }

    .balloons-02 {
        right: 8vw;
    }
}

/* title */
.title-icon {
    width: 60px;
    height: auto;
    line-height: 1;
}

.title-01 {
    margin-bottom: 50px;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
}


.area-04 .title-01 {
  margin-top: -60px;
    padding: 0 15px;
    display: inline-block;
    background: #fff;
}

.title-01 span {
    display: block;
    margin: auto;
}

.title-01 .main {
    color: #96a3aa;
}

.title-01 .sub {
    font-size: 50%;
}

.title-01.-left {
    text-align: left;
}

.title-01.-left span {
    margin-left: 0;
}

.title-02 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #e8a3ba;
    letter-spacing: 2px;
    text-align: center;
}

.title-02 span {
    display: block;
    margin: auto;
}

.title-02 .main {
    color: #e8a3ba;
}

.title-02 .sub {
    font-size: 50%;
    color: white;
}

.title-03 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.title-04 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
}

.title-05 {
    width: 160px;
    margin-bottom: 20px;
}

.title-05 img {
    width: 100%;
}

.title-06 {
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
}

.title-06 span {
    display: block;
    margin: 0 auto 10px;
}

.title-06 .main {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-06.-left {
    text-align: left;
}

.title-06.-left span {
    margin-left: 0;
}

.title-07 {
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #e8a3ba;
}

.title-08 {
    margin-bottom: 30px;
    padding-left: 1.5em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 32px;
    color: #e8a3ba;
    letter-spacing: 3px;
    position: relative;
}

.title-08::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #e8a3ba;
    border-radius: 100%;
    background-color: #f9e7ed;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

.title-09 {
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 32px;
    color: #e8a3ba;
    letter-spacing: 3px;
    text-align: center;
}

.title-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #e8a3ba;
}

.title-10 .icon {
    margin-right: 10px;
}

.title-11 {
    margin-bottom: 20px;
    padding: 10px 5px;
    font-size: 24px;
    border-bottom: 1px solid #b7bdc0;
}

.title-12 {
  margin-bottom: 50px;
  font-size: 20px;
}
.title-12 span {
  display: inline-block;
  padding: 15px 20px;
  color: white;
  border: 1px solid #e8a3ba;
  border-radius: 5px;
  background-color: #e8a3ba;
}

@media (max-width: 1024px) {
    .title-icon {
        width: 48px;
    }

    .title-01 {
        margin-bottom: 30px;
        font-size: 26px;
        letter-spacing: 1px;
    }

    .title-02 {
        margin-bottom: 30px;
        font-size: 26px;
        letter-spacing: 1px;
    }

    .title-03 {
        font-size: 18px;
    }

    .title-04 {
        font-size: 20px;
    }

    .title-05 {
        width: 128px;
    }

    .title-06 {
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .title-06 span {
        margin: 0 auto 5px;
    }

    .title-07 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .title-08 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .title-08::before {
        width: 10px;
        height: 10px;
    }

    .title-09 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .title-11 {
        margin-bottom: 15px;
        padding: 5px;
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .title-icon {
        width: 42px;
    }

    .title-01 {
        font-size: 22px;
    }

    .title-02 {
        font-size: 22px;
    }

    .title-05 {
        width: 112px;
    }
    .title-12 {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .title-12 span {
      padding: 10px 15px;
    }
}

/* list */
.list-square li {
    padding-left: 1.5em;
    position: relative;
}

.list-square li::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 2px;
    background-color: #e8a3ba;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.list-faq dt,
.list-faq dd {
    padding: 15px 15px 15px 45px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
}

.list-faq dt .list-faq-ele,
.list-faq dd .list-faq-ele {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 150%;
    position: absolute;
    top: 10px;
    left: 15px;
}

.list-faq dt {
    color: white;
    background-color: #e8a3ba;
}

.list-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flow li {
    width: 30%;
}

.list-flow li+li {
    margin-left: 5%;
    position: relative;
}

.list-flow li+li::before {
    content: "\f04b";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: #b7bdc0;
    line-height: 1;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.list-space li {
    padding: 20px 0;
}

.list-space li+li {
    border-top: 1px solid #b7bdc0;
}

.list-step-head {
    width: 100px;
    position: relative;
}

.list-step-head-item {
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #e8a3ba;
}

.list-step-head-item::after {
    content: "";
    width: 2px;
    height: calc(100% + 80px);
    display: block;
    margin: auto;
    background-color: #e8a3ba;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.list-step-block {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-step-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 30px;
}

.list-step-img {
    width: 40%;
}

.list-step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-step>li+li {
    margin-top: 80px;
}

.list-step li:last-of-type .list-step-head-item::after {
    display: none;
}

.list-procedure li {
    padding-left: 1.5em;
    position: relative;
}

.list-procedure li::before {
    content: "└";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-procedure li+li {
    margin-top: 20px;
}

.list-recruit li .category span {
    font-size: 20px;
}

.list-staff li .list-inner {
    overflow: hidden;
    padding: 30px 15px;
    border-radius: 10px;
    background-color: #f9e7ed;
}

.list-staff li:nth-of-type(even) .list-inner {
    background-color: #e6e8e9;
}

.list-staff li .list-inner .list-staff-name {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 18px;
    color: #e8a3ba;
}

.list-staff li .list-inner .list-staff-button {
    margin-bottom: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.list-staff li .list-inner .list-staff-button:hover {
    cursor: pointer;
    -webkit-animation: zoom 0.3s;
    animation: zoom 0.3s;
}


.list-staff li .list-inner .list-staff-button::after {
    content: "OPEN";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: 900;
    color: #e8a3ba;
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.list-staff li .list-inner .action .list-staff-button::after {
    content: "CLOSE";
}

@-webkit-keyframes zoom {
    50% {
        -webkit-transform: scale(1.05);
    }
}

@keyframes zoom {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.list-staff li .list-inner .list-staff-career {
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    background-color: white;
}

.list-01 .box-white {
    padding-top: 50px;
}

.list-02 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.list-02 dt,
.list-02 dd {
    margin: 1%;
}

.list-02 dt {
    width: 48%;
}

.list-02 dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-02 dt .sub {
    font-size: 80%;
    color: #e8a3ba;
}

.list-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-03 li {
    width: 25%;
    margin: 1%;
}

.list-03 li.wide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-03 li.wide .list-02 dt {
    width: 33%;
}

.list-04 {
    overflow: hidden;
    border-radius: 5px;
}

.list-04 dt,
.list-04 dd {
    font-size: 14px;
}

.list-04 dt {
    width: 100%;
    padding: 4px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    background-color: #e8a3ba;
}

.list-04 dd {
    height: 100%;
    padding: 10px 5px;
    font-size: 14px;
    background-color: white;
}

.list-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-05 dt,
.list-05 dd {
    padding: 15px;
}

.list-05 dt {
    width: 30%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    text-align: center;
    border-right: 1px solid white;
    background-color: #e8a3ba;
}

.list-05 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #e6e8e9;
}

.list-05+.list-05 {
    border-top: 1px solid white;
}

.list-06 li {
    padding-left: 1.2em;
    position: relative;
}

.list-06 li::before {
    content: "●";
    display: inline-block;
    font-size: 30%;
    color: #e8a3ba;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 10px;
}

.list-07+.list-07 {
    border-top: 1px solid #b7bdc0;
}

.list-07 dt {
    width: 25%;
}

.list-07 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-08 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-08 dt {
  width: 150px;
      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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    text-align: center;
    border-right: 1px solid white;
    background-color: #e8a3ba;
}
.list-08:nth-of-type(1) dd {
  background-color: #e8a3ba;
  color: #fff;
  text-align: center;
}

.list-08 dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e6e8e9;
}
.list-08 dt, .list-08 dd {
  padding: 15px;
}
.list-08 + .list-08 {
  border-top: 1px solid white;
}
.list-08 dd + dd {
  border-left: 1px solid white;
}

@media (max-width: 1024px) {
    .list-direction-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list-direction-box .img {
        width: 25%;
    }

    .list-direction-box .element {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 10px;
    }

    .list-flow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-flow li {
        width: 60%;
    }

    .list-flow li+li {
        margin-top: 30px;
        margin-left: 0;
    }

    .list-flow li+li::before {
        text-align: center;
        -webkit-transform: translate(0, -150%) rotate(90deg);
        transform: translate(0, -150%) rotate(90deg);
        top: 0;
        right: 0;
    }

    .list-step-head-item {
        padding: 8px;
    }

    .list-step-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-step-content {
        width: 100%;
    }

    .list-step-img {
        width: 80%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-recruit li .category span {
        font-size: 18px;
    }

    .list-05 dt,
    .list-05 dd {
        padding: 10px;
    }

    .list-07 {
        padding: 20px 5px;
    }

    .list-07 dt {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .list-faq dt,
    .list-faq dd {
        padding: 10px 10px 10px 35px;
    }

    .list-faq dt .list-faq-ele,
    .list-faq dd .list-faq-ele {
        top: 5px;
        left: 10px;
    }

    .list-faq dt {
        color: white;
        background-color: #e8a3ba;
    }

    .list-flow li {
        width: 80%;
    }

    .list-step-head {
        width: 80px;
    }

    .list-step-head-item {
        padding: 5px;
    }

    .list-step-head-item::after {
        width: 1px;
        height: calc(100% + 50px);
    }

    .list-step-img {
        width: 100%;
        margin-top: 15px;
    }

    .list-step-content {
        padding: 0 10px;
    }

    .list-step li+li {
        margin-top: 50px;
    }

    .list-recruit li .category span {
        font-size: 16px;
    }

    .list-02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list-02 dt,
    .list-02 dd {
        width: 100%;
    }

    .list-03 li {
        width: 48%;
        margin: 5% 1%;
    }

    .list-03 li.wide {
        width: 98%;
    }

    .list-03 li.wide .list-02 dt {
        width: 100%;
    }

    .list-05 dt {
        width: 100%;
    }

    .list-05+.list-05 {
        margin-top: 10px;
    }

    .list-07 dt {
        width: 100%;
        font-weight: bold;
    }

    .list-07 dd {
        padding-left: 1em;
    }
}

/* button */
.btn>a,
.btn>button {
    overflow: hidden;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.btn>a::before,
.btn>button::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn>a:hover,
.btn>button:hover {
    color: #e8a3ba;
}

.btn>a:hover::before,
.btn>button:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.btn.-fz-large>a,
.btn.-fz-large>button {
    font-size: 115%;
}

.btn.-fz-normal>a,
.btn.-fz-normal>button {
    font-size: 1rem;
}

.btn.fz-small>a,
.btn.fz-small>button {
    font-size: 95%;
}

.btn.-gray>a,
.btn.-gray>button {
    border: 1px solid #b7bdc0;
    background-color: #b7bdc0;
}

.btn.-gray>a:hover,
.btn.-gray>button:hover {
    color: #b7bdc0;
}

.btn.-white>a,
.btn.-white>button {
    color: #b7bdc0;
    border: 1px solid white;
    background-color: white;
}

.btn.-white>a::before,
.btn.-white>button::before {
    background-color: #b7bdc0;
}

.btn.-white>a:hover,
.btn.-white>button:hover {
    color: white;
}

.btn.-white-border {
    width: 90%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.btn.-white-border>a,
.btn.-white-border>button {
    color: #e8a3ba;
    border: 2px solid #e8a3ba;
    background-color: white;
}

.btn.-white-border>a::before,
.btn.-white-border>button::before {
    background-color: #e8a3ba;
}

.btn.-white-border>a:hover,
.btn.-white-border>button:hover {
    color: white;
}

.btn.-border>a,
.btn.-border>button {
    color: #333;
    border: 2px solid #e8a3ba;
    background-color: #f9e7ed;
}

.btn.-border>a::before,
.btn.-border>button::before {
    background-color: #e8a3ba;
}

.btn.-border>a:hover,
.btn.-border>button:hover {
    color: white;
}

.btn.-download>a,
.btn.-download>button {
    padding-right: 40px;
}

.btn.-download>a::after,
.btn.-download>button::after {
    content: "\f019";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 13px;
}

.btn.-back>a::before,
.btn.-back>button::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    left: auto;
    right: 0;
}

.btn.-back>a:hover::before,
.btn.-back>button:hover::before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

@media (max-width: 1024px) {
    .btn.-white-border>a,
    .btn.-white-border>button {
        font-size: 14px;
    }

    .btn.-fz-large\@tb>a,
    .btn.-fz-large\@tb>button {
        font-size: 115%;
    }

    .btn.-fz-normal\@tb>a,
    .btn.-fz-normal\@tb>button {
        font-size: 1rem;
    }

    .btn.fz-small\@tb>a,
    .btn.fz-small\@tb>button {
        font-size: 95%;
    }
}

@media (max-width: 599px) {
    .btn.-white-border>a,
    .btn.-white-border>button {
        padding: 5px 30px 5px 5px;
        font-size: 12px;
    }

    .btn.-white-border>a::after,
    .btn.-white-border>button::after {
        right: 6px;
    }

    .btn.-fz-large\@sp>a,
    .btn.-fz-large\@sp>button {
        font-size: 115%;
    }

    .btn.-fz-normal\@sp>a,
    .btn.-fz-normal\@sp>button {
        font-size: 1rem;
    }

    .btn.fz-small\@sp>a,
    .btn.fz-small\@sp>button {
        font-size: 95%;
    }
}

/* header */
header {
    width: 100%;
    padding: 0 2.5% 0 0;
    background-color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

header.fixed {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 250px;
    position: relative;
}

.header-content .logo-header {
    height: 160%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header-content .logo-header a {
    width: 100%;
    height: 100%;
    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;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 60px;
    background-color: #96a3aa;
}

.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
}

.header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    margin-left: 20px;
    padding: 10px;
}

.header-item [class*="btn"] {
    margin-left: 10px;
    margin-right: 0;
}

.fixed .logo-header {
    height: 100%;
}

.header-item .header-contact-btn {
  width: 125px;
}

.header-item .header-contact-btn a {
  font-size: 13px;
  padding: 6px 6px 6px 20px;
}

.header-icon-list {
  margin-right: 10px;
}

.header-icon-list a:before {
  font-family:'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 35px;
}
.header-icon-list li {
  margin: 0 5px;
}
.header-icon-list li a {
  display: block;
}
.header-icon-list .line a:before {
  content: "\f3c0";
  color: #00B300;
}
/* .header-icon-list .instagram a:before {
  content: "\f16d";
} */
.header-icon-list .instagram a {
  padding-top: 27%;
  width: 33px;
}
.footer-shop-list {
  font-size: 14px;
}

.footer-clinic-list .pbox img {
  max-width: 65px;
}

.footer-clinic-list a {
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.footer-clinic-list .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.footer-clinic-list .address {
  font-size: 11px;
  margin-top: 5px;
  color: #333;
}

@media (max-width: 1024px) {
    header {
        width: 65%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible;
        margin: 0;
        padding-bottom: 80px;
        padding-right: 0;
        border-radius: 10px 0 0 10px;
        background-color: #fcf1f5;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        z-index: 20;
    }

    .header-content {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .header-content .logo-header {
        width: 30vw;
        height: auto;
        margin: 0 auto;
        position: static;
    }

    .header-content .logo-header a {
        padding: 15px 40px;
    }

    .header-block {
        height: 10%;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 0;
    }

    .header-item {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
    }

    .active header {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .header-icon-list .instagram a {
      padding-top: 30%;
    }
}

@media (max-width: 599px) {
    header {
        width: 80%;
    }

    .header-content .logo-header {
        width: 60%;
    }

    .header-content .logo-header a {
        padding: 15px 30px;
    }

    .header-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-item [class*="btn"] {
        margin-top: 10px;
        margin-left: 0;
    }
    
    .header-icon-list .instagram a {
      padding-top: 27%;
    }
}

/* nav */
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin: 15px 15px 15px 15px;
}

nav:hover {
    overflow: visible;
}

nav .mobile-nav-info {
    display: none;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.nav-list>li>a,
.nav-list>li>span {
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 2px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li>a:hover,
.nav-list>li>span:hover {
    opacity: 0.5;
    cursor: pointer;
}

.nav-list>li+li {
    margin-left: 10px;
}

.megamenu-btn {
    position: relative;
}

.megamenu-btn::after {
    content: "";
    width: 150%;
    height: 150px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.megamenu-box {
    width: 102.57%;
    height: 0;
    visibility: hidden;
    margin: auto;
    background-color: #f9e7ed;
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -999;
}

.megamenu-box-list {
    width: 1200px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto;
}

.megamenu-box-list li {
    width: calc((100% - 70px) / 7);
    margin: 5px;
}

.megamenu-box-list li>a {
    height: 100%;
    display: block;
    padding: 30px 10px;
    text-align: center;
    border-radius: 5px;
    background-color: white;
}

.megamenu-box-list li>a .megamenu-icon {
    width: 60%;
    display: block;
    margin: 15px auto;
    padding: 0;
}

.megamenu-menu {
    overflow: hidden;
}

.megamenu-menu:hover {
    overflow: visible;
}

.megamenu-menu:hover .megamenu-box {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
}

@media (max-width: 1024px) {
    nav {
        width: 100%;
        height: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 15px;
    }

    .nav-list {
        width: 100%;
        height: 10%;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .nav-list>li>a,
    .nav-list>li>span {
        display: block;
        padding: 5px 40px 5px 10px;
    }

    .nav-list>li+li {
        margin-top: 10px;
        margin-left: 0;
    }

    .megamenu-menu:hover {
        overflow-x: hidden;
    }

    .megamenu-menu:hover .megamenu-box {
        -webkit-transition: none;
        transition: none;
    }

    .megamenu-btn::before {
        content: "\f13a";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 120%;
        color: #e8a3ba;
        line-height: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 7px;
        right: 5px;
    }

    .megamenu-btn::after {
        display: none;
    }

    .megamenu-box {
        width: 97%;
        height: auto;
        visibility: visible;
        margin: 15px 0 0 auto;
        border-radius: 10px;
        background-color: white;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        top: 0;
    }

    .megamenu-box::before {
        content: "";
        width: 0;
        height: 0;
        display: inline-block;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        position: absolute;
        top: 0;
        left: 20px;
    }

    .megamenu-box-list {
        margin: 0;
    }

    .megamenu-box-list li {
        width: 100%;
        margin: 0;
    }

    .megamenu-box-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
        border-radius: 0;
        background-color: transparent;
    }

    .megamenu-box-list li a .megamenu-icon {
        width: 15%;
        margin: 0 10px 0 0;
    }

    .action.megamenu-btn::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* footer */
.fixed-phone-number {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 5;
}

.fixed-phone-number a {
    padding: 15px 10px;
    font-size: 20px;
    color: white;
    border-radius: 0 50px 50px 0;
    background-color: #e8a3ba;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.fixed-content {
    width: 150px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
.fixed-line {
  width: 150px;
  -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  position: fixed;
  bottom: 60px;
  right: 20px;
  transform: translate(0, -200%);
  -webkit-transform: translate(0, -200%);
  z-index: 5;
}
.fixed-line.reserve {
  bottom: 40px;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
}
.fixed-line .fixed-btn-icon:before {
  content: "\f3c0";
  font-family:'Font Awesome 5 Brands';
  font-weight: 900;
  font-size: 30px;
  color: #00B300;
}
.fixed-line.reserve .fixed-btn-icon:before {
  content: none;
}
[data-element-id] .fixed-line {
  position: absolute;
}

.fixed-btn {
    position: relative;
}

.fixed-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fixed-btn a {
    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;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    border: 2px solid #e8a3ba;
    border-radius: 100%;
    background-color: #f9e7ed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: fuwafuwa 2s infinite;
    animation: fuwafuwa 2s infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixed-btn-icon {
    width: 30%;
    margin: 0 auto 5px;
    text-align: center;
}

.fixed-btn-name {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.fixed-btn-name::after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: 2px auto;
    background-color: #e8a3ba;
}

.fixed-btn-text-01 {
    font-weight: bold;
    color: #e8a3ba;
    line-height: 1.2;
    text-align: center;
}

.fixed-btn-text-02 {
    display: inline-block;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #e8a3ba;
}

.fixed-btn.type-a a {
    border: 2px solid #e8a3ba;
    background-color: #f9e7ed;
}
.fixed-line .fixed-btn.type-a a {
  border-color: #00B300;
  background-color: #e3ffe3;
}
.fixed-line.reserve .fixed-btn.type-a a {
  border-color: #f6eea1;
  background-color: #ffffe3;
}
.fixed-line .fixed-btn-text-01 {
  color: #00B300;
}
.fixed-line.reserve .fixed-btn-text-01 {
  color: #ddce3f;
}
.fixed-line .fixed-btn-name::after {
  background-color: #00B300;
}
.fixed-line.reserve .fixed-btn-name::after {
  background-color: #f6eea1;
}

.fixed-btn.type-b a {
    color: white;
    border: 2px solid #1e6e50;
    background-color: #94b37a;
}

.fixed-btn.type-b .fixed-btn-name::after {
    background-color: #1e6e50;
}

.fixed-btn.type-b .fixed-btn-text-01 {
    color: white;
}

.fixed-btn.type-b .fixed-btn-text-02 {
    color: #1e6e50;
    background-color: white;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.canvas-wave {
    position: relative;
}

.canvas-container {
    width: 100%;
    height: 70px;
    margin: auto;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    z-index: 1;
}

#sineCanvas,
#sineCanvas2 {
    width: 100%;
    height: 100%;
}

.footer-table-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-table-cont .table-wrap {
    width: 70%;
}

.footer-table-cont .table-wrap table {
    height: 100%;
}

.footer-table-cont .item {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.footer-table-cont .item .btn {
    padding: 5px;
    font-size: 12px;
}

.footer-bottom {
    padding: 80px 0 70px;
    background-color: #b7bdc0;
}

.footer-bottom * {
    color: white;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-footer-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.list-footer-nav li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.list-footer-nav li+li {
    margin-top: 15px;
}

.copy {
    margin-top: 50px;
    padding: 15px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .fixed-phone-number a {
        font-size: 18px;
    }

    .fixed-content {
        width: 130px;
        bottom: 20px;
    }
    .fixed-line {
      width: 130px;
    }

    .fixed-btn-name {
        font-size: 12px;
    }

    .fixed-btn-text-01 {
        font-size: 10px;
    }

    .fixed-btn-text-02 {
        padding: 1px;
        font-size: 10px;
    }

    .footer-upper {
        padding-bottom: 100px;
    }

    .copy {
        padding-bottom: 140px;
    }
}

@media (max-width: 599px) {
    .fixed-content {
        width: 90px;
        bottom: 30px;
        right: 10px;
    }
    .fixed-btn-name {
        font-size: 10px;
        margin-bottom: 0;
    }
    .fixed-line {
      width: 90px;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      right: 100px;
      bottom: 30px;
    }
    .fixed-line .fixed-btn-icon {
      margin: 0 auto;
    }
    .fixed-btn-icon {
    width: 30%;
    }
    .fixed-line .fixed-btn-icon:before {
      font-size: 26px;
    }

    .footer-table-cont .table-wrap {
        width: 100%;
    }

    .footer-table-cont .item {
        width: 60%;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-footer-nav {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .copy {
        padding-bottom: 120px;
        font-size: 10px;
    }
}

/* hero section */
.hero-section {
    position: relative;
}

.hero-section-img {
    overflow: hidden;
    margin: 0 auto 80px;
    border-radius: 10px;
    position: relative;
}

.hero-section-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fcf1f5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.hero-section-img.action::before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.hero-section-content {
    width: 95%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 2vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section-title-wrap {
    max-width: 30vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 20px;
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.hero-section-title {
    display: inline;
    overflow: hidden;
    padding: 4px 10px;
    font-size: 1.3vw;
    color: #e8a3ba;
    line-height: 1.8;
    letter-spacing: 4px;
    border-radius: 5px;
    background-color: white;
}

.hero-section-title-sub {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7vw;
    color: white;
}

.hero-section-title-wrap.action {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hero-section.-top .hero-section-img {
    width: 95%;
}

.hero-section.-top .hero-section-img .uk-slideshow li div {
    position: relative;
}

.hero-section.-top .hero-section-img .uk-slideshow li div::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 205, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section.-top .hero-section-content .table-block {
    max-width: 450px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin-left: 30px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
}

.hero-section.-top .hero-section-content .table-block .table-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-section.-top .hero-section-content .table-block .table-cont .table-wrap {
    width: 70%;
}

.hero-section.-top .hero-section-content .table-block .table-cont .table-wrap table {
    height: 100%;
}

.hero-section.-top .hero-section-content .table-block .table-cont .item {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.hero-section.-top .hero-section-content .table-block.action {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hero-section.-top .hero-section-content .table-block .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    font-size: 12px;
    line-height: 1.2;
}

.hero-section.-lower .hero-section-img {
    width: 96%;
    max-width: 1350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-section.-lower .hero-section-img::after {
    content: "";
    display: block;
    padding-top: 25%;
}

.hero-section.-lower .hero-section-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section.-lower .hero-section-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 0;
}

.hero-section.-lower .hero-section-title {
    max-width: 90%;
    display: inline-block;
    margin: 0;
    padding: 5px 50px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 8px;
}

@media (max-width: 1024px) {
    .hero-section-content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .hero-section-img {
        margin-top: 2.5vw;
        margin-bottom: 64px;
    }

    .hero-section-title {
        font-size: 3vw;
    }

    .hero-section-title-sub {
        font-size: 3vw;
    }

    .hero-section.-top .hero-section-content .table-block {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section.-top .hero-section-content .table-block .table-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-section.-top .hero-section-content .table-block .table-cont .table-wrap {
        width: 100%;
    }

    .hero-section.-top .hero-section-content .table-block .table-cont .item {
        width: 70%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section.-top .hero-section-title-wrap {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        margin: 10px;
        padding: 5px 10px;
    }

    .hero-section.-lower .hero-section-img {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .hero-section.-lower .hero-section-img::after {
        padding-top: 45%;
    }

    .hero-section.-lower .hero-section-content {
        padding: 20px 10px;
        text-align: left;
    }

    .hero-section.-lower .hero-section-title {
        padding: 5px 30px;
        font-size: 5vw;
        letter-spacing: 6px;
    }
}

@media (max-width: 599px) {
    .hero-section-title {
        font-size: 5vw;
    }

    .hero-section-title-sub {
        font-size: 3.5vw;
    }

    .hero-section.-top .hero-section-content .table-block .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-section.-top .hero-section-title-wrap {
        width: 70vw;
        padding: 10px;
    }

    .hero-section.-lower .hero-section-img::after {
        padding-top: 55%;
    }

    .hero-section.-lower .hero-section-content {
        padding: 15px 5px;
    }

    .hero-section.-lower .hero-section-title {
        font-size: 6vw;
        letter-spacing: 4px;
    }
}

/* custom contents */
.two-line,
.three-line {
    display: block;
}

.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    color: #e8a3ba;
}

.category span {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #e8a3ba;
}

.category span+span {
    margin-left: 2px;
}

.list-cc-01 li {
    border: 1px solid #e6e8e9;
    border-radius: 10px;
}

.list-cc-01 li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.list-cc-01 li a::after {
    content: "\f30b";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: #e8a3ba;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.list-cc-01 li+li {
    margin-top: 15px;
}

.list-cc-01-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-cc-02 li .list-inner {
    overflow: hidden;
    border-radius: 5px;
}

.list-cc-02-box {
    padding: 20px 10px;
    background-color: #fcf1f5;
}

.list-cc-03-box {
    padding: 10px 5px;
}

.cc-title-01 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-title-02 {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #e8a3ba;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-title-detail {
    font-weight: bold;
    font-size: 24px;
}

.cc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-content {
    width: 70%;
}

.cc-side {
    width: 25%;
}

.cc-side-box+.cc-side-box {
    margin-top: 50px;
}

.cc-side-title {
    padding: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #e8a3ba;
}

.cc-side-list li a {
    display: block;
    padding: 10px;
    background-color: #eee;
}

.cc-side-list li+li a {
    border-top: 1px solid white;
}

.recommend {
    margin-top: 50px;
    padding: 50px 10px;
    border-top: 1px solid #b7bdc0;
}

.indent-01 li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 1024px) {
    .list-cc-01-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .cc-title-detail {
        font-size: 20px;
    }

    .cc-content {
        width: 100%;
    }

    .cc-side {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }

    .cc-side-box {
        width: 48%;
    }

    .cc-side-box+.cc-side-box {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .date {
        font-size: 12px;
    }

    .category span {
        font-size: 12px;
    }

    .list-cc-02 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list-cc-02 li a .img {
        width: 35%;
    }

    .list-cc-02 li a .list-cc-02-box {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .list-cc-02 li+li {
        margin-top: 10px;
    }

    .list-cc-03 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list-cc-03 li a .img {
        width: 35%;
    }

    .list-cc-03 li a .list-cc-03-box {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .cc-title-detail {
        font-size: 18px;
    }

    .cc-side-box {
        width: 100%;
    }

    .cc-side-box+.cc-side-box {
        margin-top: 30px;
    }
}

/* 見たまま編集 */
[data-element-id] .fead-cover::before,
[data-element-id] .hero-section-img::before {
    display: none;
}

[data-element-id] header {
    position: static;
}

[data-element-id] .mobile-only,
[data-element-id] .sp-only {
    display: block;
    border: 1px solid green;
}

[data-element-id] .mobile-only::before,
[data-element-id] .sp-only::before {
    content: "モバイルのみ";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
}

[data-element-id] .header-content .logo-header {
    height: auto;
}

[data-element-id] .hero-section-title-wrap,
[data-element-id] .hero-section.-top .hero-section-content .table-block {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .megamenu-menu {
    overflow: visible;
}

[data-element-id] nav {
    overflow: visible;
}

[data-element-id] .megamenu-menu .megamenu-box {
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    z-index: 2;
}

[data-element-id] .check-system-box,
[data-element-id] .check-system-box_02 {
    visibility: visible;
    border: 1px solid green;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

[data-element-id] .check-system-box+.check-system-box,
[data-element-id] .check-system-box_02+.check-system-box_02 {
    margin-top: 10px;
}

[data-element-id] .check-system-box::before,
[data-element-id] .check-system-box_02::before {
    content: "回答";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
}

[data-element-id] .fixed-content {
    position: absolute;
}

[data-element-id] .fixed-btn a {
    -webkit-animation: none;
    animation: none;
}

[data-element-id] .fixed-phone-number {
    display: block;
    position: absolute;
    bottom: 10px;
}

[data-element-id] .logo-floating {
    display: block;
    border: 1px solid green;
    background-color: #c0c0c0;
    position: static;
}

[data-element-id] .logo-floating::before {
    content: "モバイルで左上に固定表示のロゴ";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
}

[data-element-id] .balloons-comment.text-editable {
    position: absolute !important;
}

[data-element-id] [class*="check-system-list"]::before,
[data-element-id] [class*="check-system-box-wrap"]::before {
    display: block;
    padding: 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    border-radius: 5px;
}

[data-element-id] [class*="check-system-list"] {
    padding: 10px;
    border: 1px solid darkslateblue;
}

[data-element-id] [class*="check-system-box-wrap"] {
    padding: 10px;
    border: 1px solid slateblue;
}

[data-element-id] [class*="check-system-list"]::before {
    content: "項目を12個以上に増やす場合は【li】タグ内のinputのid属性とlabelのfor属性の値を重複しないものに変更してください。１つの【li】の中でid属性とfor属性の値が一致する必要があります。減らす場合は【li】を削除してください。テキストの変更は見たまま編集で行えます。";
    margin-bottom: 20px;
    background-color: darkslateblue;
}

[data-element-id] [class*="check-system-box-wrap"]::before {
    content: "回答の個数の増減、判定条件の変更はスクリプトの変更が必要となります。グレー部分のテキストは見たまま編集で変更可能です。";
    margin-bottom: 20px;
    background-color: darkslateblue;
}

[data-element-id] [class*="check-system-list"] li {
    margin-top: 25px;
    padding-left: 6em;
    position: relative;
}

[data-element-id] [class*="check-system-list"] li input {
    width: 0;
    height: 0;
    display: block;
}

[data-element-id] .check-system-list li input::before,
[data-element-id] .check-system-list_02 li input::before {
    content: "id属性："attr(id);
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    border-radius: 3px;
    background-color: gray;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
}

[data-element-id] .check-system-list li label::after,
[data-element-id] .check-system-list_02 li label::after {
    content: "for属性："attr(for);
    display: inline-block;
    margin-left: 2em;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    border-radius: 3px;
    background-color: slategray;
    z-index: 100;
}
[data-element-id] .header-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reserve24{
 position: fixed;
    z-index: 10;
    bottom: 12rem;
    transition: 0.3s linear;
    right: 20px;
}

.net24{
  margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 599px) {
.fixed-line.reserve {
    bottom: -62px;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
}
}

/* 2025/08/18 */
#gt-nvframe{
  display: none;
}

.link-box{
  display: flex;
  justify-content: center;
  gap: 10px;
}

.japanese .link.-ja {
  color: #e8a3ba;
}

.english .link.-en {
  color: #e8a3ba;
}

.english .tel-item a {
  font-size: 14px;
}

/* Google翻訳に伴う崩れの修正 */
.footer-bottom .-mail font {
  color: #b7bdc0;
}

.footer-bottom .-mail a:hover font {
  color: #fff;
}

.footer-bottom .footer-clinic-list font {
  color: #000;
}

@media(max-width:599px) {
.english .uk-slideshow::after {
    padding-top: 100vh;
}    
}

/**Calendar**/
.calendar iframe {
  width:100%;
  aspect-ratio: 16/9;
}

@media (max-width: 599px){
  .calendar iframe {
    aspect-ratio: 1/1;
  }
  .nHqeVd {
    font-size: 10px;
  }
}
