html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", serif;
}

.f_cen {
    font-family: century-gothic, sans-serif;
}

@font-face {
    font-family: arial;
    src: url("../fonts/Arial.ttf") format("truetype");
}

.f_en {
    font-family: arial, sans-serif;
}

body {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 110px;
}

a[href$=".pdf"] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

a[href$=".pdf"]::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url("/wp-content/themes/child/image/icon/icon_pdf.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 15px;
}

a[href$=".pdf"]:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0px auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    backdrop-filter: blur(4px);
}

#header .hd_cont {
    padding: 27px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .hd_cont .logo .link {
    display: block;
    width: 106px;
}

#header .hd_cont .logo .link img {
    width: 100%;
}

#header .hd_cont .menu ul {
    display: flex;
    align-items: center;
    gap: 38px;
}

#header .hd_cont .menu li .link {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: initial;
    transition: 0.3s;
}

#header .hd_cont .menu li .link:hover {
    opacity: 0.7;
}

.top_mv {
    margin-bottom: 250px;

}

.top_mv .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.top_mv .cont::before {
    content: "";
    position: absolute;
    top: 307px;
    left: 0px;
    background: rgb(245, 245, 245);
    width: 790px;
    height: 555px;
    z-index: -1;
}

.top_mv .cont .text_area {
    margin-left: 50px;
    position: relative;
    z-index: 1;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}

.top_mv .cont .text_area::before,
.top_mv .cont .text_area::after {
    content: "";
    position: absolute;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(221, 221, 221);
    z-index: -1;
}

.top_mv .cont .text_area::before {
    top: 10px;
    left: 205px;
    width: 140px;
}

.top_mv .cont .text_area::after {
    top: -50px;
    left: 365px;
    width: 40px;
}

.top_mv .cont .text_area .name {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.6em;
}

.top_mv .cont .text_area .ttl {
    font-size: 20px;
    letter-spacing: 0.28em;
    margin-bottom: 0.3em;
}

.top_mv .cont .text_area .en_ttl {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.5;
}

.top_mv .cont .img_area {
    width: 1000px;
    flex-shrink: 0;
    position: absolute;
    right: 0px;
    height: 600px;
    overflow: hidden;
}

.top_mv .cont .img_area::before,
.top_mv .cont .img_area::after {
    content: "";
    position: absolute;
    width: 110px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(221, 221, 221);
    opacity: 0.8;
}

.top_mv .cont .img_area::before {
    bottom: 50px;
    right: 100px;
}

.top_mv .cont .img_area::after {
    bottom: -20px;
    right: 30px;
}

.top_mv .cont .img_area img {
    width: 100%;
    aspect-ratio: 355 / 278;
    object-fit: cover;
}

.top_about {
    margin-bottom: 240px;
}

.top_about .cont {
    display: flex;
    justify-content: space-between;
    gap: 155px;
}

.top_about .cont .img_area {
    width: 530px;
    flex-shrink: 0;
    position: relative;
}

.top_about .cont .img_area::before,
.top_about .cont .img_area::after {
    content: "";
    position: absolute;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(221, 221, 221);
}

.top_about .cont .img_area::before {
    top: -50px;
    right: -50px;
    width: 220px;
}

.top_about .cont .img_area::after {
    top: 100px;
    right: 100px;
    width: 140px;
    opacity: 0.8;
}

.top_about .cont .img_area .img {
    width: 100%;
}

.top_about .cont .img_area .img img {
    width: 100%;
    aspect-ratio: 53 / 61;
    object-fit: cover;
}

.top_about .cont .img_area .deco_img {
    width: 220px;
    position: absolute;
    bottom: -70px;
    right: -100px;
}

.top_about .cont .img_area .deco_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.top_about .cont .text_area {
    margin-top: 110px;
    margin-right: 50px;
}

.top_about .cont .text_area .catch_box {
    margin-bottom: 60px;
}

.top_about .cont .text_area .catch_box .catch {
    font-size: 32px;
    letter-spacing: 0.16em;
    line-height: 1.6;
}

.top_about .cont .text_area .text_box {
    position: relative;
}

.top_about .cont .text_area .text_box::before,
.top_about .cont .text_area .text_box::after {
    content: "";
    position: absolute;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(240, 240, 240);
    z-index: -1;
    opacity: 0.8;
}

.top_about .cont .text_area .text_box::before {
    bottom: -97px;
    right: 25px;
    width: 200px;
}

.top_about .cont .text_area .text_box::after {
    bottom: -170px;
    right: -50px;
    width: 160px;
}

.top_about .cont .text_area .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.3;
    color: rgb(77, 77, 77);
}

.top_about .cont .text_area .text_box .text+.text {
    margin-top: 1.8em;
}

.top_about .cont .text_area .what_box {
    position: relative;
    background-color: rgb(245, 245, 245);
    margin-top: 30px;
    padding: 20px;
}

.top_about .cont .text_area .what_box h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.top_about .cont .text_area .what_box .text {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: rgb(77, 77, 77);
}

.top_feature {
    margin-bottom: 172px;
}

.top_feature .ttl_box {
    margin-bottom: 40px;
}

.top_feature .ttl_box .ttl {
    font-size: 30px;
    letter-spacing: 0.18em;
    text-align: center;
}

.top_feature .ttl_box .ttl .big {
    font-size: 1.66em;
}

.top_feature .link_area {
    margin-bottom: 100px;
}

.top_feature .link_area ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top_feature .link_area li {
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: rgb(188, 188, 188);
}

.top_feature .link_area li:last-child {
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: rgb(188, 188, 188);
}

.top_feature .link_area li .link {
    display: grid;
    place-content: center;
}

.top_feature .link_area li .link .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    color: rgb(193, 193, 193);
    margin-bottom: 1em;
}

.top_feature .link_area li .link .label .num {
    display: block;
    font-size: 3em;
}

.top_feature .link_area li .link .text {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.6;
    font-weight: 400;
    color: initial;
    margin-bottom: 27px;
}

.top_feature .link_area li .link .text .line {
    display: block;
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) left bottom / 0px 1px no-repeat;
    width: fit-content;
    margin: 0px auto;
    transition: 0.3s;
}

.top_feature .link_area li .link:hover .text .line {
    background-size: 100% 1px;
}

.top_feature .link_area li .link .arrow {
    display: block;
    width: 30px;
    margin: 0px auto;
    transition: 0.3s;
}

.top_feature .link_area li .link:hover .arrow {
    translate: 0px 8px;
}

.top_feature .link_area li .link .arrow svg {
    width: 100%;
    display: block;
}

.top_feature .cont li {
    position: relative;
}

.top_feature .cont li:nth-child(1) {
    margin-bottom: 120px;
}

.top_feature .cont li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 215px;
    left: -100px;
    background: rgb(245, 245, 245);
    width: 590px;
    height: 330px;
    z-index: -1;
}

.top_feature .cont li:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 64px;
    width: 130px;
    aspect-ratio: 13 / 12;
    border: 1px solid rgb(221, 221, 221);
}

.top_feature .cont li .main_img {
    position: relative;
}

.top_feature .cont li:nth-child(1) .main_img {
    width: 100%;
}

.top_feature .cont li:nth-child(1) .main_img img {
    width: 100%;
}

.top_feature .cont li:nth-child(1) .main_img::before,
.top_feature .cont li:nth-child(1) .main_img::after {
    content: "";
    position: absolute;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(221, 221, 221);
}

.top_feature .cont li:nth-child(1) .main_img::before {
    top: 110px;
    right: 130px;
    width: 220px;
}

.top_feature .cont li:nth-child(1) .main_img::after {
    top: 260px;
    right: 280px;
    width: 120px;
}

.top_feature .cont li .text_box {
    position: relative;
}

.top_feature .cont li:nth-child(1) .text_box {
    width: 583px;
    margin-left: 108px;
    margin-top: -41px;
}

.top_feature .cont li .text_box .label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    width: fit-content;
    text-align: center;
}

.top_feature .cont li:nth-child(1) .text_box .label {
    margin-bottom: 2em;
}

.top_feature .cont li .text_box .label .num {
    display: block;
    font-size: 3em;
}

.top_feature .cont li .text_box .theme {
    font-size: 20px;
    letter-spacing: 0.18em;
}

.top_feature .cont li:nth-child(1) .text_box .theme,
.top_feature .cont li:nth-child(2) .text_box .theme {
    margin-bottom: 0.8em;
}

.top_feature .cont li .text_box .text {
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 1.9;
    color: rgb(77, 77, 77);
}

.top_feature .cont li:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 160px;
    margin-bottom: 170px;
}

.top_feature .cont li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 90px;
    left: 100px;
    background: rgb(245, 245, 245);
    width: 670px;
    height: 570px;
    z-index: -1;
}

.top_feature .cont li:nth-child(2) .main_img {
    width: 570px;
    flex-shrink: 0;
}

.top_feature .cont li:nth-child(2) .main_img::before,
.top_feature .cont li:nth-child(2) .main_img::after {
    content: "";
    position: absolute;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(221, 221, 221);
}

.top_feature .cont li:nth-child(2) .main_img::before {
    top: -40px;
    right: -40px;
    width: 100px;
}

.top_feature .cont li:nth-child(2) .main_img::after {
    bottom: -50px;
    left: -50px;
    width: 100px;
}

.top_feature .cont li:nth-child(2) .main_img img {
    width: 100%;
    aspect-ratio: 57 / 40;
    object-fit: cover;
}

.top_feature .cont li:nth-child(2) .text_box {
    width: 422px;
    margin-top: 215px;
}

.top_feature .cont li:nth-child(2) .text_box .label {
    margin-bottom: 0.8em;
}

.top_feature .cont li .deco_img {
    position: absolute;
    z-index: 0;
}

.top_feature .cont li .deco_img.big {
    top: 0px;
    right: 182px;
    width: 240px;
}

.top_feature .cont li .deco_img.small {
    top: 153px;
    right: 107px;
    width: 150px;
}

.top_feature .cont li .deco_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.top_feature .cont li .deco_img.small::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid rgb(221, 221, 221);
    translate: -30px -30px;
    z-index: -1;
}

.top_feature .cont li:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 50px;
}

.top_feature .cont li:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 170px;
    left: 0px;
    background: rgb(245, 245, 245);
    width: 100%;
    height: 360px;
    z-index: -1;
}

.top_feature .cont li:nth-child(3) .box {
    width: 480px;
    margin-top: 108px;
}

.top_feature .cont li:nth-child(3) .box .text_box {
    padding: 0px 15px 0px 25px;
    margin-bottom: 70px;
}

.top_feature .cont li:nth-child(3) .box .text_box .theme_box {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}

.top_feature .cont li:nth-child(3) .box .img_box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.top_feature .cont li:nth-child(3) .box .img_box .img {
    width: 220px;
}

.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(1) {
    margin-top: 48px;
}

.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2) {
    position: relative;
    z-index: 0;
}

.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::before,
.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(221, 221, 221);
    aspect-ratio: 1 / 1;
    z-index: -1;
}

.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::before {
    width: 220px;
    top: -40px;
    left: -160px;
}

.top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::after {
    width: 90px;
    bottom: -20px;
    right: -20px;
}

.top_feature .cont li:nth-child(3) .box .img_box .img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.top_feature .cont li:nth-child(3) .main_img {
    width: 410px;
    flex-shrink: 0;
}

.top_feature .cont li:nth-child(3) .main_img::before,
.top_feature .cont li:nth-child(3) .main_img::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(221, 221, 221);
}

.top_feature .cont li:nth-child(3) .main_img::before {
    width: 210px;
    height: 200px;
    top: 230px;
    right: -25px;
}

.top_feature .cont li:nth-child(3) .main_img::after {
    width: 140px;
    height: 130px;
    top: 372px;
    left: 145px;
}

.top_feature .cont li:nth-child(3) .main_img img {
    width: 100%;
    aspect-ratio: 41 / 61;
    object-fit: cover;
}

.top_price {
    padding: 120px 0px 170px;
    background: linear-gradient(rgb(245, 245, 245), rgb(255, 255, 255));
}

.top_price .ttl_box {
    margin-bottom: 32px;
}

.top_price .ttl_box .ttl {
    font-size: 26px;
    letter-spacing: 0.18em;
    text-align: center;
}

.top_price .plan_area {
    margin-bottom: 90px;
}

.top_price .plan_area .price_ttl {
    margin-bottom: 15px;
}

.top_price .plan_area .price_ttl p {
    font-size: 20px;
    letter-spacing: 0.18em;
}

.top_price .plan_area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.top_price .plan_area li .img {
    width: 100%;
    margin-bottom: 24px;
}

.top_price .plan_area li .img img {
    width: 100%;
    aspect-ratio: 55 / 28;
    object-fit: cover;
}

.top_price .plan_area li .text_box {
    padding-left: 30px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(112, 112, 112);
}

.top_price .plan_area li .text_box .name {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
}

.top_price .plan_area li .text_box .price_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5em;
}

.top_price .plan_area li .text_box .price_box .label {
    writing-mode: vertical-rl;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

.top_price .plan_area li .text_box .price_box .price {
    font-size: 30px;
    margin-top: -0.2em;
}

.top_price .plan_area li .text_box .price_box .price .num {
    font-weight: 400;
}

.top_price .plan_area li .text_box .price_box .price .yen {
    font-size: 0.6em;
}

.top_price .plan_area li .text_box .price_box .price .tax {
    font-size: 0.47em;
}

.top_price .plan_area li .text_box .text {
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: rgb(77, 77, 77);
}

.top_price .info_area+.info_area {
    margin-block: 3em 0px;
}

.top_price .info_area .head {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
}

.top_price .info_area .table_box table {
    width: 100%;
}

.top_price .info_area .table_box table tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(216, 216, 216);
}

.top_price .info_area .table_box table th {
    width: 50%;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding: 20px;
    vertical-align: middle;
}

.top_price .info_area .table_box table th .inner .syosai {
    display: block;
    font-size: 12px;
}

.top_price .info_area .table_box table th .inner::after {
    content: "";
    width: 1px;
    height: 30px;
    background: rgb(216, 216, 216);
    margin-left: auto;
}

.top_price .info_area .table_box table td {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: rgb(77, 77, 77);
    padding: 20px 60px;
    vertical-align: middle;
}

.top_price .info_area .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em 1em;
}

.top_price .info_area .list li {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 219);
    padding: 0px 1em 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.top_price .info_area .list li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    flex-shrink: 0;
}

.top_floor {
    margin-bottom: 100px;
}

.top_floor .ttl_box {
    margin-bottom: 60px;
}

.top_floor .ttl_box .ttl {
    font-size: 26px;
    letter-spacing: 0.18em;
    text-align: center;
}

.top_floor .map_img {
    width: 800px;
    margin: 0px auto;
}

.top_floor .map_img img {
    width: 100%;
}

.top_facility {
    margin-bottom: 148px;
}

.top_facility .cont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 20px;
}

.top_facility .cont li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 219);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.top_facility .cont li .icon {
    width: 44px;
    flex-shrink: 0;
}

.top_facility .cont li .icon img {
    width: 100%;
}

.top_facility .cont li .text_box .en_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: rgb(195, 195, 195);
}

.top_facility .cont li .text_box .text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.top_access {
    margin-bottom: 170px;
}

.top_access .map {
    width: 100%;
    aspect-ratio: 144 / 40;
    margin-bottom: 70px;
}

.top_access .cont .ttl {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
}

.top_access .cont .info_box {
    position: relative;
}

.top_access .cont .info_box::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    translate: -50%;
    width: 1px;
    background: rgb(222, 222, 222);
}

.top_access .cont .info_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 60px;
}

.top_access .cont .info_box li {
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 8px 20px;
    min-height: 58px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(222, 222, 222);
}

.top_access .cont .info_box li .label {
    font-size: 14px;
    letter-spacing: 0.08em;
    width: 22%;
    flex-shrink: 0;
}

.top_access .cont .info_box li .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(77, 77, 77);
}

.top_flow {
    margin-bottom: 160px;
}

.common_ttl_box {
    text-align: center;
}

.common_ttl_box .en_ttl {
    font-size: 20px;
    font-weight: 400;
    color: rgb(195, 195, 195);
}

.common_ttl_box .ttl {
    font-size: 30px;
    letter-spacing: 0.18em;
}

.top_flow .common_ttl_box {
    margin-bottom: 10px;
}

.top_flow .cont li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.top_flow .cont li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54.5px;
    width: 1px;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: -1;
}

.top_flow .cont li .img_area {
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.top_flow .cont li .img_area img {
    width: 50%;
}

.top_flow .cont li .text_area {
    padding: 50px 0px 50px 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(112, 112, 112);
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.top_flow .cont li .text_area .label_box {
    width: 246px;
    flex-shrink: 0;
    padding-right: 40px;
}

.top_flow .cont li .text_area .label_box .label {
    font-size: 16px;
    font-weight: 400;
    color: rgb(112, 112, 112);
}

.top_flow .cont li .text_area .label_box .theme {
    font-size: 20px;
    letter-spacing: 0.1em;
}

.top_flow .cont li .text_area .text_box {
    padding: 0px 50px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(191, 191, 191);
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_flow .cont li .text_area .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(77, 77, 77);
}

.top_flow .cont li .text_area .text_box .contact_box {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.top_flow .cont li .text_area .text_box .contact_box .tel_box .tel {
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0.2em;
}

.top_flow .cont li .text_area .text_box .contact_box .tel_box .tel .small {
    font-size: 0.68em;
}

.top_flow .cont li .text_area .text_box .contact_box .tel_box .att {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: rgb(77, 77, 77);
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    min-block-size: 55px;
    background: rgb(0, 0, 0);
    padding: 0px 18px;
    transition: 0.3s;
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link:hover {
    background: rgb(68, 68, 68);
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link .icon {
    width: 22px;
    line-height: 1;
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link .icon img {
    width: 100%;
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
}

.top_flow .cont li .text_area .text_box .contact_box .link_btn .link::after {
    content: "";
    width: 10px;
    aspect-ratio: 1 / 1;
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    rotate: -45deg;
    margin-left: 0.6em;
}

.top_contact {
    padding: 130px 0px;
    background: rgb(250, 250, 250);
}

.top_contact .common_ttl_box {
    margin-bottom: 30px;
}

.top_contact .contact_form_disc {
    margin-bottom: 45px;
}

.top_contact .contact_form_disc .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: rgb(77, 77, 77);
}

.top_contact .contact_form {
    margin-bottom: 50px;
}

.top_contact .contact_form table {
    width: 100%;
}

.top_contact .contact_form table th {
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 50px;
    font-weight: 500;
    padding: 15px 0px;
    position: relative;
}

.top_contact .contact_form table th::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0px;
    width: 1px;
    height: 30px;
    background: rgb(159, 159, 159);
}

.top_contact .contact_form table th .hissu {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    translate: 3px -10px;
}

.top_contact .contact_form table td {
    width: 80%;
    padding: 15px 0px 15px 80px;
}

.top_contact .contact_form table td input,
.top_contact .contact_form table td textarea {
    background: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding: 0.86em 1em;
    border: 1px solid rgb(232, 232, 232);
    width: 100%;
}

.top_contact .contact_form table td textarea {
    height: 170px;
}

.top_contact .contact_form table td input::placeholder,
.top_contact .contact_form table td textarea::placeholder {
    color: rgb(183, 183, 183);
}

.top_contact #btn_wrap button+button {
    margin-top: 10px;
}

.top_contact #btn_wrap button {
    width: 320px;
    min-block-size: 70px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 17px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px 0px 77px;
    margin: 0px auto;
    transition: 0.3s;
}

.top_contact #btn_wrap button[value="send"] {
    padding-left: 120px;
}

.top_contact #btn_wrap button[value="back"] {
    padding-left: 140px;
}

.top_contact #btn_wrap button:hover {
    background: rgb(68, 68, 68);
}

.top_contact #btn_wrap button::after {
    content: "";
    width: 12px;
    aspect-ratio: 1 / 1;
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    rotate: -45deg;
}

.top_contact .privacy_box {
    margin-top: 12px;
}

.top_contact .privacy_box .text {
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-align: center;
    color: rgb(77, 77, 77);
}

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

.top_contact .thanks_textArea .name {
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 1em;
}

.top_contact .thanks_textArea .contact_text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
    width: 80%;
    margin: 0px auto 2em;
}

.top_contact .thanks_textArea .ichiran_link {
    width: 320px;
    min-block-size: 70px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 17px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px 0px 77px;
    margin: 0px auto;
}

.top_contact .thanks_textArea .ichiran_link:hover {
    background: rgb(68, 68, 68);
}

.top_contact .thanks_textArea .ichiran_link::after {
    content: "";
    width: 12px;
    aspect-ratio: 1 / 1;
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    rotate: -45deg;
}

#footer {
    padding: 116px 0px 110px;
    background: rgb(0, 0, 0);
}

#footer .ft_cont {
    margin-bottom: 48px;
}

#footer .ft_cont .logo {
    text-align: center;
}

#footer .ft_cont .logo .link {
    display: block;
    width: 148px;
    margin: auto;
}

#footer .ft_cont .logo .link img {
    width: 100%;
}

#footer .ft_cont .contact_area {
    display: flex;
    align-items: center;
    gap: 50px;
    color: rgb(255, 255, 255);
}

#footer .ft_cont .contact_area .tel_box {
    text-align: center;
    padding-right: 50px;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: rgb(165, 165, 165);
}

#footer .ft_cont .contact_area .tel_box .label {
    font-size: 15px;
    letter-spacing: 0.1em;
}

#footer .ft_cont .contact_area .tel_box .tel {
    font-size: 34px;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-style: italic;
}

#footer .ft_cont .contact_area .tel_box .tel .small {
    font-size: 0.65em;
}

#footer .ft_cont .contact_area .tel_box .att {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

#footer .ft_cont .contact_area .contact_box .label {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.4em;
}

#footer .ft_cont .contact_area .contact_box .link_btn .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    width: 250px;
    min-block-size: 60px;
    padding: 0px 20px;
    transition: 0.3s;
}

#footer .ft_cont .contact_area .contact_box .link_btn .link:hover {
    background: rgb(241, 241, 241);
}

#footer .ft_cont .contact_area .contact_box .link_btn .link::after {
    content: "";
    width: 10px;
    aspect-ratio: 1 / 1;
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: rgb(0, 0, 0);
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    rotate: -45deg;
    margin-left: 0.6em;
}

#footer .ft_cont .contact_area .contact_box .link_btn .link .icon {
    width: 26px;
    line-height: 1;
}

#footer .ft_cont .contact_area .contact_box .link_btn .link .icon img {
    width: 100%;
}

#footer .ft_cont .contact_area .contact_box .link_btn .link .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: initial;
}

#footer .cr .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: rgb(186, 186, 186);
    text-align: center;
}

.fixed_contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.fixed_contact .cont .link {
    background: rgb(0, 0, 0);
    width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 5px;
    display: block;
    transition: 0.3s;
}

.fixed_contact .cont .link:hover {
    background: rgb(68, 68, 68);
}

.fixed_contact .cont .link .box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding-top: 8px;
}

.fixed_contact .cont .link .box .icon {
    width: 33px;
    line-height: 1;
    margin: 0px auto 10px;
}

.fixed_contact .cont .link .box .icon img {
    width: 100%;
}

.fixed_contact .cont .link .box .text {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
}

.top_contact .flow {
    width: 800px;
    margin: auto;
}

.top_contact .flow h3 {
    font-size: 17px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

.top_contact .flow h3 span {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 10px;
}

.top_contact .flow .flowBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top_contact .flow .flowBox .imgBox {
    width: 180px;
    border-radius: 5px;
    overflow: hidden;
}

.top_contact .flow .flowBox .txtBox {
    width: 580px;
    padding-top: 20px;
}

.top_contact .flow .flowBox .txtBox h4 {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top_contact .flow .flowBox .txtBox p {
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 1.9;
    color: rgb(77, 77, 77);
}

.top_download {
    padding: 100px 0px;
}

.top_download .common_ttl_box {
    margin-bottom: 30px;
}

.top_download .inner {
    background: rgb(250, 250, 250);
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.top_download .inner .midashi {
    background-image: url("/wp-content/themes/child/image/appdownload-spimage.png");
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 200px;
}

.top_download .inner .midashi .ttl {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}

.top_download .inner .midashi .ttl span {
    display: block;
    font-size: 13px;
}

.top_download .inner .download {
    width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_download .inner .download>* {
    width: 48%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px;
    padding: 15px 140px 15px 15px;
}

.top_download .inner .download>* .ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.top_download .inner .download .leftBox {
    background-image: url("/wp-content/themes/child/image/appdownload-appstore-qr.png");
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.top_download .inner .download .rightBox {
    background-image: url("/wp-content/themes/child/image/appdownload-googleplay-qr.png");
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.page_main .contact_sec .contactBox {}

.page_main .contact_sec .contactBox .txt {
    border-bottom: 1px solid #302D2C;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}

.page_main .contact_sec .contactBox .btn {
    display: grid;
    grid-template-columns: repeat(2, 500px);
    justify-content: center;
    gap: 0 2px;
    margin-top: 30px;
}

.page_main .contact_sec .contactBox .btn a {
    display: block;
    padding: 30px 30px 30px 150px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    width: 100%;
    position: relative;
    transition: all .3s;
}

.page_main .contact_sec .contactBox .btn a:hover {
    opacity: .8;
}

.page_main .contact_sec .contactBox .btn .link.line {
    border-radius: 60px 0 0 60px;
    background: #38d95a;
}

.page_main .contact_sec .contactBox .btn .link.line::before {
    content: '';
    width: 40px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 80px;
    translate: 0% -50%;
    background: url(/wp-content/themes/child/image/icon/icon_line.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page_main .contact_sec .contactBox .btn .link.mail {
    border-radius: 0 60px 60px 0;
    background: rgb(0, 0, 0);
}

.page_main .contact_sec .contactBox .btn .link.mail::before {
    content: '';
    width: 40px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 80px;
    translate: 0% -50%;
    background: url(/wp-content/themes/child/image/icon/icon_mail_img.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.page_main .contact_sec {
    padding: 80px 0;
    background-color: #efefef;
}

.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
    background-image: url(/wp-content/themes/child/image/page_contact_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.common_page_main::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

.common_page_main .title_box {
    text-align: center;
    position: relative;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

.page_contact {
    padding: 100px 0;
}


@media (max-width: 750px) {

    .wrap,
    .wrap.mid,
    .wrap.lr {
        max-width: 90%;
    }

    a[href$=".pdf"]::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href$=".pdf"]:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        margin-top: 70px;
    }

    #sp_header {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgb(255, 255, 255);
        z-index: 999;
        height: 70px;
    }

    #sp_header .logo {
        position: absolute;
        left: 20px;
        top: 14px;
        line-height: 0;
    }

    #sp_header .logo a {
        display: block;
    }

    #sp_header .logo a img {
        height: 42px;
    }

    .top_mv {
        margin-bottom: 20vw;
        padding-top: 2.5vw;
    }

    .top_mv .cont {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .top_mv .cont::before {
        top: 115vw;
        left: -2.5vw;
        width: 97.5vw;
        height: 107vw;
        z-index: -1;
    }

    .top_mv .cont .text_area {
        margin-left: 0px;
    }

    .top_mv .cont .text_area::before {
        top: -5.9vw;
        left: 57vw;
        width: 28.2vw;
    }

    .top_mv .cont .text_area::after {
        top: -12vw;
        left: 82vw;
        width: 10vw;
        z-index: 1;
    }

    .top_mv .cont .text_area .name {
        font-size: 13.8vw;
        margin-bottom: 0.8em;
    }

    .top_mv .cont .text_area .ttl {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 0.5em;
    }

    .top_mv .cont .text_area .en_ttl {
        font-size: 3.6vw;
        line-height: 1.4;
    }

    .top_mv .cont .img_area {
        width: 100%;
        margin-bottom: 9.7vw;
        position: relative;
        height: auto;
    }

    .top_mv .cont .img_area::before,
    .top_mv .cont .img_area::after {
        display: none;
    }

    .top_mv .cont .img_area img {
        aspect-ratio: 35 / 26;
    }

    .top_about {
        margin-bottom: 23vw;
    }

    .top_about .cont {
        flex-direction: column;
        gap: 9.7vw;
    }

    .top_about .cont .img_area {
        width: 84.6vw;
        margin-left: -5vw;
    }

    .top_about .cont .img_area::before {
        top: -5vw;
        right: -5vw;
        width: 28.2vw;
    }

    .top_about .cont .img_area::after {
        top: 12.8vw;
        right: 12.8vw;
        width: 20vw;
    }

    .top_about .cont .img_area img {
        aspect-ratio: 33 / 35;
    }

    .top_about .cont .img_area .deco_img {
        width: 25.6vw;
        bottom: -5vw;
        right: -7.7vw;
    }

    .top_about .cont .text_area {
        margin-top: 0px;
        margin-right: 0px;
    }

    .top_about .cont .text_area .catch_box {
        margin-bottom: 5vw;
    }

    .top_about .cont .text_area .catch_box .catch {
        font-size: 5vw;
    }

    .top_about .cont .text_area .text_box::before,
    .top_about .cont .text_area .text_box::after {
        display: none;
    }

    .top_about .cont .text_area .text_box .text {
        font-size: 3.3vw;
        line-height: 2;
    }

    .top_about .cont .text_area .text_box .text+.text {
        margin-top: 1.8em;
    }

    .top_feature {
        margin-bottom: 25.6vw;
    }

    .top_feature .ttl_box {
        margin-bottom: 4vw;
    }

    .top_feature .ttl_box .ttl {
        font-size: 5vw;
    }

    .top_feature .link_area {
        margin-bottom: 20vw;
    }

    .top_feature .link_area ul {
        grid-template-columns: 1fr;
    }

    .top_feature .link_area li+li {
        border-left-width: unset;
        border-left-style: unset;
        border-left-color: unset;
    }

    .top_feature .link_area li {
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: rgb(188, 188, 188);
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
    }

    .top_feature .link_area li:last-child {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: rgb(188, 188, 188);
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    }

    .top_feature .link_area li .link {
        padding: 5vw;
    }

    .top_feature .link_area li .link .label {
        font-size: 4vw;
        margin-bottom: 0.5em;
    }

    .top_feature .link_area li .link .label .num {
        display: inline;
        font-size: 1.25em;
        margin-left: 0.2em;
    }

    .top_feature .link_area li .link .text {
        font-size: 3.6vw;
        margin-bottom: 0.6em;
    }

    .top_feature .link_area li .link:hover .text .line {
        background-size: 0px 1px;
    }

    .top_feature .link_area li .link .arrow {
        width: 4.6vw;
    }

    .top_feature .link_area li .link:hover .arrow {
        translate: 0px;
    }

    .top_feature .cont li {
        position: relative;
    }

    .top_feature .cont li:nth-child(1) {
        margin-bottom: 19.5vw;
    }

    .top_feature .cont li:nth-child(1)::before {
        top: 32vw;
        left: -2.5vw;
        width: 55vw;
        height: 43.5vw;
    }

    .top_feature .cont li:nth-child(1)::after {
        top: 7.7vw;
        left: 0px;
        width: 10vw;
        aspect-ratio: 1 / 1;
    }

    .top_feature .cont li .main_img {
        position: relative;
    }

    .top_feature .cont li:nth-child(1) .main_img {
        width: 95vw;
        margin-left: -2.5vw;
    }

    .top_feature .cont li:nth-child(1) .main_img::before {
        top: -5vw;
        right: 2.5vw;
        width: 18vw;
    }

    .top_feature .cont li:nth-child(1) .main_img::after {
        top: 7.7vw;
        right: 15.4vw;
        width: 10vw;
    }

    .top_feature .cont li .text_box {
        position: relative;
    }

    .top_feature .cont li:nth-child(1) .text_box {
        width: 100%;
        margin-left: 0px;
        margin-top: -5.5vw;
    }

    .top_feature .cont li:nth-child(1) .text_box::before {
        content: "";
        position: absolute;
        top: -2vw;
        right: 2.5vw;
        width: 10vw;
        aspect-ratio: 1 / 1;
        border: 1px solid rgb(221, 221, 221);
    }

    .top_feature .cont li .text_box .label {
        font-size: 3.6vw;
        margin-bottom: 0.8em;
    }

    .top_feature .cont li:nth-child(1) .text_box .label {
        margin-bottom: 1em;
    }

    .top_feature .cont li .text_box .theme {
        font-size: 4.3vw;
    }

    .top_feature .cont li:nth-child(3) .text_box .theme {
        margin-bottom: 0.8em;
    }

    .top_feature .cont li .text_box .text {
        font-size: 3.3vw;
    }

    .top_feature .cont li:nth-child(2) {
        flex-direction: column;
        padding-top: 28vw;
        margin-bottom: 33vw;
    }

    .top_feature .cont li:nth-child(2)::before {
        top: 53vw;
        left: 5vw;
        width: 85vw;
        height: 42vw;
    }

    .top_feature .cont li:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 70vw;
        right: 4vw;
        width: 12.8vw;
        aspect-ratio: 1 / 1;
        border: 1px solid rgb(221, 221, 221);
    }

    .top_feature .cont li:nth-child(2) .main_img {
        width: 82vw;
    }

    .top_feature .cont li:nth-child(2) .main_img::before {
        top: -3.8vw;
        right: unset;
        left: -2.5vw;
        width: 18vw;
    }

    .top_feature .cont li:nth-child(2) .main_img::after {
        bottom: unset;
        top: -7.7vw;
        left: 7.7vw;
        width: 12.8vw;
    }

    .top_feature .cont li:nth-child(2) .main_img img {
        aspect-ratio: 32 / 20;
    }

    .top_feature .cont li:nth-child(2) .text_box {
        width: 100%;
        margin-top: 6vw;
    }

    .top_feature .cont li .deco_img.big {
        top: 0px;
        right: 7.7vw;
        width: 23vw;
    }

    .top_feature .cont li .deco_img.small {
        top: 15vw;
        right: -2.5vw;
        width: 18vw;
    }

    .top_feature .cont li .deco_img.small::before {
        translate: -5.4vw -4.6vw;
        width: 15.4vw;
        aspect-ratio: 1 / 1;
    }

    .top_feature .cont li:nth-child(3) {
        flex-direction: column-reverse;
        padding: 0px;
    }

    .top_feature .cont li:nth-child(3)::before {
        top: 24vw;
        left: 5vw;
        width: 90vw;
        height: 59vw;
    }

    .top_feature .cont li:nth-child(3) .box {
        width: 100%;
        margin-top: 5vw;
    }

    .top_feature .cont li:nth-child(3) .box .text_box {
        padding: 0px;
        margin-bottom: 0px;
    }

    .top_feature .cont li:nth-child(3) .box .text_box .theme_box {
        display: block;
        margin-bottom: 0px;
    }

    .top_feature .cont li:nth-child(3) .box .img_box {
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img {
        position: absolute;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(1) {
        margin-top: 0px;
        top: -10vw;
        right: -2.5vw;
        z-index: 1;
        width: 20vw;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2) {
        position: absolute;
        top: 40vw;
        right: 7.7vw;
        z-index: 1;
        width: 23vw;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::before {
        width: 11.4vw;
        top: -5.7vw;
        left: unset;
        right: -5.7vw;
        z-index: 1;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img:nth-child(2)::after {
        display: none;
    }

    .top_feature .cont li:nth-child(3) .box .img_box .img img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .top_feature .cont li:nth-child(3) .main_img {
        width: 92.5vw;
        margin-left: -2.5vw;
    }

    .top_feature .cont li:nth-child(3) .main_img::before {
        width: 18vw;
        height: 18vw;
        top: -7.7vw;
        right: unset;
        left: 5vw;
    }

    .top_feature .cont li:nth-child(3) .main_img::after {
        width: 11.4vw;
        height: 11.4vw;
        top: 5vw;
        left: -1.25vw;
    }

    .top_feature .cont li:nth-child(3) .main_img img {
        aspect-ratio: 36 / 21;
    }

    .top_price {
        padding: 18vw 0px 8vw;
    }

    .top_price .ttl_box {
        margin-bottom: 5vw;
    }

    .top_price .ttl_box .ttl {
        font-size: 4.6vw;
    }

    .top_price .plan_area {
        margin-bottom: 14vw;
    }

    .top_price .plan_area ul {
        grid-template-columns: 1fr;
        gap: 12.8vw;
    }

    .top_price .plan_area li .img {
        margin-bottom: 3.6vw;
    }

    .top_price .plan_area li .img img {
        aspect-ratio: 35 / 16;
    }

    .top_price .plan_area li .text_box {
        padding-left: 5vw;
    }

    .top_price .plan_area li .text_box .name {
        font-size: 4vw;
        margin-bottom: 0px;
    }

    .top_price .plan_area li .text_box .price_box {
        gap: 2vw;
    }

    .top_price .plan_area li .text_box .price_box .label {
        font-size: 3vw;
    }

    .top_price .plan_area li .text_box .price_box .price {
        font-size: 6.6vw;
    }

    .top_price .plan_area li .text_box .text {
        font-size: 3vw;
        line-height: 1.8;
    }

    .top_price .info_area .head {
        font-size: 3.8vw;
        margin-bottom: 0.2em;
    }

    .top_price .info_area .table_box table th {
        width: 100%;
        font-size: 3.3vw;
        padding: 1em 0px 0px;
        display: block;
    }

    .top_price .info_area .table_box table th .inner {
        display: block;
    }

    .top_price .info_area .table_box table th .inner::after {
        content: none;
    }

    .top_price .info_area .table_box table td {
        display: block;
        width: 100%;
        font-size: 3vw;
        padding: 0.2em 0px 1em;
    }

    .top_price .info_area .list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .top_price .info_area .list li {
        font-size: 3.3vw;
        padding: 0px 0.5em 0.5em;
    }

    .top_floor {
        margin-bottom: 15vw;
    }

    .top_floor .ttl_box {
        margin-bottom: 5vw;
    }

    .top_floor .ttl_box .ttl {
        font-size: 4.6vw;
    }

    .top_floor .map_img {
        width: 100%;
    }

    .top_facility {
        margin-bottom: 23vw;
    }

    .top_facility .cont ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 3.6vw;
    }

    .top_facility .cont li {
        padding: 2.5vw;
        gap: 3vw;
    }

    .top_facility .cont li .icon {
        width: 7.6vw;
    }

    .top_facility .cont li .text_box .en_text {
        font-size: 3vw;
    }

    .top_facility .cont li .text_box .text {
        font-size: 3.3vw;
    }

    .top_access {
        margin-bottom: 23vw;
    }

    .top_access .map {
        aspect-ratio: 39 / 20;
        margin-bottom: 10vw;
    }

    .top_access .cont .ttl {
        font-size: 3.8vw;
        margin-bottom: 0.2em;
    }

    .top_access .cont .info_box::before {
        display: none;
    }

    .top_access .cont .info_box ul {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .top_access .cont .info_box li {
        display: block;
        padding: 2.6vw 0px;
        min-height: auto;
    }

    .top_access .cont .info_box li .label {
        font-size: 3.3vw;
        width: 100%;
        margin-bottom: 0.2em;
    }

    .top_access .cont .info_box li .text {
        font-size: 3vw;
    }

    .top_flow {
        margin-bottom: 23vw;
    }

    .common_ttl_box {
        text-align: center;
    }

    .common_ttl_box .en_ttl {
        font-size: 4vw;
    }

    .common_ttl_box .ttl {
        font-size: 5vw;
    }

    .top_flow .common_ttl_box {
        margin-bottom: 2vw;
    }

    .top_flow .cont li {
        gap: 2vw;
        align-items: flex-start;
    }

    .top_flow .cont li:not(:last-child)::before {
        left: 6.7vw;
        top: 8vw;
    }

    .top_flow .cont li .img_area {
        width: 13.4vw;
        margin-top: 6.8vw;
    }

    .top_flow .cont li .img_area img {
        width: 60%;
    }

    .top_flow .cont li .text_area {
        padding: 7vw 2vw;
        display: block;
    }

    .top_flow .cont li .text_area .label_box {
        width: fit-content;
        padding-right: 0px;
        margin-bottom: 2vw;
    }

    .top_flow .cont li .text_area .label_box .label {
        font-size: 3.6vw;
        line-height: 1.2;
    }

    .top_flow .cont li .text_area .label_box .theme {
        font-size: 4vw;
    }

    .top_flow .cont li .text_area .text_box {
        padding: 0px;
        border-left-width: unset;
        border-left-style: unset;
        border-left-color: unset;
        min-height: auto;
        display: block;
    }

    .top_flow .cont li .text_area .text_box .text {
        font-size: 3vw;
        line-height: 1.66;
    }

    .top_flow .cont li .text_area .text_box .contact_box {
        margin-top: 3vw;
        flex-direction: column;
        gap: 3vw;
        align-items: unset;
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn .link {
        width: 56.4vw;
        min-block-size: 12.8vw;
        padding: 0px 3.8vw;
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn.tel .link {
        background: rgb(229, 229, 229);
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn .link:hover {
        background: rgb(0, 0, 0);
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn.tel .link:hover {
        background: rgb(229, 229, 229);
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn .link .icon {
        width: 5vw;
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn .link .text {
        font-size: 3.6vw;
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn.tel .link .text {
        color: rgb(0, 0, 0);
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn .link::after {
        width: 2.4vw;
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn.tel .link::after {
        border-color: rgb(0, 0, 0);
    }

    .top_flow .cont li .text_area .text_box .contact_box .link_btn.tel .att {
        font-size: 3vw;
        font-weight: 400;
        color: rgb(77, 77, 77);
        margin-top: 0.2em;
    }

    .top_contact {
        padding: 15vw 0px 20vw;
    }

    .top_contact .common_ttl_box {
        margin-bottom: 4vw;
    }

    .top_contact .contact_form_disc {
        margin-bottom: 2.7vw;
    }

    .top_contact .contact_form_disc .text {
        font-size: 3vw;
    }

    .top_contact .contact_form {
        margin-bottom: 9.7vw;
    }

    .top_contact .contact_form table th {
        display: block;
        width: 100%;
        font-size: 3.3vw;
        line-height: 1;
        padding: 5vw 0px 2vw;
    }

    .top_contact .contact_form table th::before {
        display: none;
    }

    .top_contact .contact_form table th .hissu {
        font-size: 2.5vw;
        translate: 1vw -2vw;
    }

    .top_contact .contact_form table td {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .top_contact .contact_form table td input,
    .top_contact .contact_form table td textarea {
        font-size: 3vw;
    }

    .top_contact .contact_form table td textarea {
        height: 33vw;
    }

    .top_contact .contact_form table td input::placeholder,
    .top_contact .contact_form table td textarea::placeholder {
        color: rgb(183, 183, 183);
    }

    .top_contact #btn_wrap button+button {
        margin-top: 3vw;
    }

    .top_contact #btn_wrap button {
        width: 67vw;
        min-block-size: 14vw;
        font-size: 3.8vw;
        padding: 0px 3.8vw 0px 15vw;
    }

    .top_contact #btn_wrap button[value="send"] {
        padding-left: 25vw;
    }

    .top_contact #btn_wrap button[value="back"] {
        padding-left: 29vw;
    }

    .top_contact #btn_wrap button:hover {
        background: rgb(0, 0, 0);
    }

    .top_contact #btn_wrap button::after {
        width: 2.4vw;
    }

    .top_contact .privacy_box {
        margin-top: 12px;
    }

    .top_contact .privacy_box .text {
        font-size: 3vw;
    }

    .top_contact .thanks_textArea .name {
        font-size: 4vw;
    }

    .top_contact .thanks_textArea .contact_text {
        font-size: 3.3vw;
        width: 100%;
    }

    .top_contact .thanks_textArea .ichiran_link {
        width: 67vw;
        min-block-size: 14vw;
        font-size: 3.8vw;
        padding: 0px 3.8vw 0px 15vw;
    }

    .top_contact .thanks_textArea .ichiran_link:hover {
        background: rgb(0, 0, 0);
    }

    .top_contact .thanks_textArea .ichiran_link::after {
        width: 2.4vw;
    }

    #footer {
        padding: 14vw 0px 14.8vw;
    }

    #footer .ft_cont {
        flex-direction: column;
        gap: 9vw;
        margin-bottom: 10vw;
    }

    #footer .ft_cont .logo .link {
        width: 24vw;
    }

    #footer .ft_cont .contact_area {
        flex-direction: column;
        gap: 3vw;
    }

    #footer .ft_cont .contact_area .contact_box .label {
        display: none;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel {
        margin-top: 3vw;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn .link {
        width: 71.8vw;
        min-block-size: 14vw;
        padding: 0px 5vw;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel .link {
        background: rgb(103, 103, 103);
    }

    #footer .ft_cont .contact_area .contact_box .link_btn .link:hover {
        background: rgb(255, 255, 255);
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel .link:hover {
        background: rgb(103, 103, 103);
    }

    #footer .ft_cont .contact_area .contact_box .link_btn .link::after {
        width: 2.4vw;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel .link::after {
        border-color: rgb(255, 255, 255);
    }

    #footer .ft_cont .contact_area .contact_box .link_btn .link .icon {
        width: 5.6vw;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn .link .text {
        font-size: 3.8vw;
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel .link .text {
        color: rgb(255, 255, 255);
    }

    #footer .ft_cont .contact_area .contact_box .link_btn.tel .att {
        font-size: 3vw;
        font-weight: 400;
        color: rgb(204, 204, 204);
        margin-top: 0.2em;
        text-align: center;
    }

    #footer .cr .text {
        font-size: 3.7vw;
        text-align: center;
    }

    .fixed_contact {
        bottom: 5vw;
        right: 5vw;
    }

    .fixed_contact .cont .link {
        width: 21.8vw;
        height: 21.8vw;
        padding: 3px;
    }

    .fixed_contact .cont .link:hover {
        background: rgb(0, 0, 0);
    }

    .fixed_contact .cont .link .box {
        padding-top: 0px;
    }

    .fixed_contact .cont .link .box .icon {
        width: 6vw;
        margin: 0px auto 1.5vw;
    }

    .fixed_contact .cont .link .box .icon img {
        width: 100%;
    }

    .fixed_contact .cont .link .box .text {
        font-size: 3vw;
    }

    .top_contact .flow {
        width: 100%;
    }

    .top_contact .flow h3 {
        font-size: 4vw;
    }

    .top_contact .flow h3 span {
        font-size: 4vw;
        padding: 0.2vw 2vw;
    }

    .top_contact .flow .flowBox .imgBox {
        width: 20vw;
    }

    .top_contact .flow .flowBox .imgBox img {
        border-radius: 5px;
        overflow: hidden;
    }

    .top_contact .flow .flowBox .txtBox {
        width: 65vw;
        padding: 0px;
    }

    .top_contact .flow .flowBox .txtBox h4 {
        font-size: 3.3vw;
        width: 100%;
        margin-bottom: 0.2em;
    }

    .top_contact .flow .flowBox .txtBox p {
        font-size: 3vw;
    }

    .top_download .common_ttl_box {
        margin-bottom: 5vw;
    }

    .top_download .inner {
        padding: 5vw;
        display: block;
    }

    .top_download .inner .midashi {
        background-size: 40vw auto;
        padding-top: 65vw;
        margin-bottom: 5vw;
    }

    .top_download .inner .download {
        display: block;
        width: 100%;
    }

    .top_download .inner .download .leftBox {
        margin-bottom: 5vw;
    }

    .top_download .inner .download>* {
        padding: 2vw 5vw;
        width: 100%;
    }

    .top_download .inner .download .leftBox,
    .top_download .inner .download .rightBox {
        background: none;
    }

    .top_download .inner .download>* .ttl {
        text-align: center;
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .top_download .inner .download>* .btn {
        width: 80%;
        margin: auto;
    }

    .top_about .cont .text_area .what_box {
        margin-top: 10vw;
    }

    .top_about .cont .text_area .what_box h3 {
        font-size: 3.8vw;
    }

    .top_about .cont .text_area .what_box .text {
        font-size: 3.3vw;
        line-height: 2;
    }

    .page_main .contact_sec .contactBox .btn a {
        width: 80%;
        font-size: 5vw;
        padding: 5vw;
    }

    .page_main .contact_sec .contactBox .txt {
        padding-bottom: 4vw;
        margin-bottom: 8vw;
        font-size: 5.3vw;
    }

    .page_main .contact_sec .contactBox .btn {
        grid-template-columns: repeat(1, 100%);
        gap: 3vw 0;

    }

    .page_main .contact_sec .contactBox .btn a {
        padding: 4vw 4vw 4vw 28vw;
        font-size: 4.2vw;
        width: 90%;
        margin-inline: auto;
    }

    .page_main .contact_sec .contactBox .btn a:hover {
        opacity: 1;
    }

    .page_main .contact_sec .contactBox .btn .link.line {
        border-radius: 100vmax;
    }

    .page_main .contact_sec .contactBox .btn .link.line::before {
        width: 6vw;
        left: 15vw;
    }

    .page_main .contact_sec .contactBox .btn .link.mail {
        border-radius: 100vmax;
    }

    .page_main .contact_sec .contactBox .btn .link.mail::before {
        width: 6vw;
        left: 15vw;
    }

    .top_download {
        padding: 15vw 0;
    }

    .page_main .contact_sec {
        padding: 10vw 0;
    }

      /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .page_contact {
    padding: 0;
}

}