@charset "UTF-8";
/* 基本設定 */
html {
    font-size: 0;
}
/* フォント設定 */
h3 {
    color: #2e8b57;
    font-size: clamp(18px, 2vw, 35px);
    letter-spacing: 0.5em;
    line-height: normal;
}
h4 {
    font-size: clamp(20px, 3vw, 42px);
}
h5 {
    color: #2e8b57;
    font-size: clamp(16px, 1vw, 42px);
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
}
/* Body */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
}
a {
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    text-decoration: none;
}
p {
    line-height: 2.5rem;
    text-align: justify;
}
button:focus {
    outline: 0;
}
input:focus {
    outline: 0;
}
textarea:focus {
    outline: 0;
}
/* 共通部分 */
.title-img-wrap {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
.title-img-wrap img {
    display: block;
    width: 100%;
    height: 25vw;
    object-fit: cover;
}
.title-txt-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.choice {
    border-bottom: #FF0000 solid 5px;
    padding-bottom: 10px;
}
.select-area {
    overflow: hidden;
    width: 100%;
    max-width: 290px;
    margin: 45px auto 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.select-area select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-area select::-ms-expand {
    display: none;
}
.select-area.select-list {
    position: relative;
    border: 1px solid #556D78;
    background: #ffffff;
}
.select-area.select-list::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #556D78;
    pointer-events: none;
}
.select-area.select-list select {
    padding: 8px 38px 8px 8px;
    color: #10242B;
    font-size: 18px;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width: 480px) {
    .title-img-wrap img {
        height: 60vw;
    }
}
/* 改行  */
span.txt_br {
    display: inline-block;
}
/* 枠横組み  */
/* =============================== */
.flx-cntr {
    /* 中央寄せ */
    margin: 0 auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flx-btwn {
    /* 横均等割 */
    margin: 0 auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width: 767px) {
    .col3 > div {
        width: 50%;
    }
    .col4 > div {
        width: 33.33333%;
    }
    .col5 > div {
        width: 25%;
    }
}
@media screen and (max-width: 479px) {
    .col3 > div {
        width: 100%;
    }
    .col4 > div {
        width: 50%;
    }
    .col5 > div {
        width: 33.33333%;
    }
}
.new_line {
    display: inline-block;
}
/* フッター ********************************************************/
footer {
    background-color: #FFFFFF;
    padding: 20px 0;
}
footer {
    width: 100%;
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: #FFFFFF;
}
.tos {
    text-align: center;
    font-size: 9px;
    letter-spacing: 0.1em;
    border-top-width: 2px;
    display: inline-block;
}
.tos a {
    margin: 0 10px;
    color: #000000;
}
.tos a:hover {
    opacity: 0.5;
}
.tos-line-pc {
    display: inline-block;
}
.tos-line-pc span {
    margin-right: 10px;
    font-size: 20px;
}
.tos-line-sp {
    display: none;
}
.copyright {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.2em;
    border-top-width: 2px;
}
/* ===== レスポンシブ ===== */
/* Smartphone */
@media screen and (max-width: 1350px) {
    footer {
        display: block;
    }
    .tos {
        display: block;
    }
    .tos a {
        display: block;
        margin-bottom: 20px;
    }
    .tos-line-pc {
        display: none;
    }
    .tos-line-sp {
        display: block;
        width: 90%;
        border-top: 1px solid #000000;
        margin: 40px auto 15px auto;
    }
    .copyright {
        display: block;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 440px) {
    .copyright {
        font-size: 8px;
        letter-spacing: normal;
    }
}
/* サブページ ********************************************************/
a.reserve_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 10px auto;
    padding: 30px 20px;
    font-weight: bold;
    border: 2px solid #59b880;
    background: #59b880;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: clamp(14px,2vw,25px);
    width: 90%;
    max-width: 700px;
}
a.reserve_btn:link, a.reserve_btn:visited, a.reserve_btn:active {
    color: #fff;
}
a.reserve_btn:hover {
    color: #59b880;
    background: #fff;
}
a.reserve_expert_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 10px auto;
    padding: 30px 20px;
    font-weight: bold;
    border: 2px solid #629acc;
    background: #629acc;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: clamp(14px,2vw,25px);
    width: 90%;
    max-width: 700px;
}
a.reserve_expert_btn:link, a.reserve_expert_btn:visited, a.reserve_expert_btn:active {
    color: #fff;
}
a.reserve_expert_btn:hover {
    color: #629acc;
    background: #fff;
}
/*
.reserve_btn {
    display: block;
    border: 3px solid #b4cfb0;
    border-radius: 100px;
    width: 90%;
    max-width: 700px;
    padding: 40px 10px;
    box-sizing: border-box;
    background: #fcf8e8;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    font-size: clamp(14px, 2vw, 30px);
    font-weight: bold;
}
.reserve_btn a {
    color: #000;
}
.reserve_btn:hover {
    opacity: 0.5;
    transition: 0.5s;
}
*/
.reserve_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 10px;
    background-color: #FFFFFF;
}
.subpage_title_area {
    width: 100%;
    background-color: #ffe8e8;
    border: none;
    margin: 0;
    padding-top: clamp(150px, calc(100px + 5vw), 250px);
    padding-bottom: clamp(50px, 5vw, 150px);
    padding-left: 10px;
    padding-right: 10px;
    color: #f99696;
    text-align: center;
    font-size: clamp(20px, 2vw, 42px);
    font-weight: bold;
    letter-spacing: 0.5em;
    line-height: normal;
}
.subpage_area {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.subpage_box {
    width: clamp(200px, 80%, 1300px);
    height: auto;
    margin: 0 auto;
    align-items: center;
    padding-top: calc(10px + 5vw);
    padding-bottom: 10vw;
}
.subpage_box ul {
    position: relative;
    left: 1em;
    list-style: disc;
    padding: 0;
    margin-top: 20px;
}
.subpage_box li {
    line-height: normal;
    font-size: clamp(14px, 1vw, 16px);
    margin-top: 0.5em;
}
.subpage_box li ul li {
    list-style: circle;
    margin-top: 0.5em;
}
.subpage_box p {
    color: #000000;
    line-height: normal;
    font-size: clamp(14px, 1vw, 18px);
    margin-top: calc(10px + 0.5vw);
    text-align: left;
}
p.subpage_txt_title {
    background-color: #59b880;
    color: #FFFFFF;
    margin-top: calc(15px + 2vw);
    font-size: clamp(16px, 1.5vw, 20px);
    letter-spacing: 0.1em;
    padding: calc(5px + 0.5vw) 20px;
}
.subpage_box a {
    color: #000000;
    font-weight: bold;
    border-bottom: 2px dotted #000000;
}
.subpage_box a:hover {
    opacity: 0.5;
}
.law_table {
    width: 100%;
}
.law_table ul, .law_table li {
    margin: 0;
    padding: 0;
}
.law_table th, .law_table td {
    border: 1px solid #ccc;
    padding: 1em;
    line-height: normal;
    font-size: clamp(14px, 1vw, 18px);
}
.law_table th {
    width: 25%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #59b880;
    letter-spacing: 0.1em;
}
.law_table td {
    color: #000000;
}
/* ===== レスポンシブ ===== */
/* Smartphone */
@media screen and (max-width: 1350px) {
    .subpage_title_area {
        padding-top: clamp(120px, calc(70px + 5vw), 220px);
    }
}
@media screen and (max-width: 767px) {
    .law_table, .law_table tr, .law_table td, .law_table th {
        display: block;
    }
    .law_table th {
        width: auto;
    }
}
/* ページのトップへ ********************************************************/
#page-top {
    z-index: 99;
    text-align: right;
    position: fixed;
    bottom: 12vw;
    right: 3.5vw;
    width: 12vw;
    height: auto;
    font-size: 0;
    opacity: 0;
    mix-blend-mode: multiply;
    cursor: pointer;
}
#page-top img {
    width: 100%;
    height: auto;
}
#page-top.fade-in {
    opacity: 1;
    transition: opacity 1s;
}
/* Tablet */
@media screen and (min-width:481px) {
    #page-top {
        bottom: 4vw;
        right: 3.2vw;
        width: 40px;
        height: auto;
    }
    #page-top img {
        width: 100%;
        height: auto;
    }
}
/* Desktop */
@media screen and (min-width:700px) {
    #page-top {
        bottom: 40px;
        right: 20px;
    }
    #page-top img {
        width: 100%;
        height: auto;
    }
}
/* ページ表示時にフェードイン */
#contents {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}
/* サブページ共通 */
/* レスポンシブの画像の切り替え */
.display-pc {
    display: block;
}
.display-sp {
    display: none;
}
/* ===== レスポンシブ ===== */
/* Smartphone */
@media screen and (max-width: 1350px) {
    .display-pc {
        display: none;
    }
    .display-sp {
        display: block;
    }
}
/* ふわっと表示 ****************************************************/
.fuwa {
    /* じわっと画像が表示される */
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fuwa { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {
        opacity: 0
    } /* 始め */
    100% {
        opacity: 1
    } /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fuwa {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* 画面外にいる状態 */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}