﻿@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");

.font-jp,
.f_info_02 {
    font-family: "Noto Sans JP", sans-serif
}

.font-mincho,
.cont_01 h2 {
    font-family: "Shippori Mincho", serif
}

.font-en,
header .hed_nav .nav .menu>li>a span span,
.ttl_01 strong,
.ttl_06 strong,
.ttl_02 strong,
.cont_03 .left figure figcaption,
.cont_03 .left .west,
.cont_03 .flxR .no,
.cont_03 .flxR figure table tbody tr td:nth-child(1),
.cont_03 .flxR figure table tbody tr td:nth-child(3),
.cont_06 .wrap_02 td:nth-child(3),
.cont_06 .wrap_01 figure td:nth-child(2),
.qa_block__list2 .qa_block__question:before,
.table_other tr:nth-child(1) td:nth-child(2),
.qa_block__list3 .qa_block__question:before,
.qa_block__list3 .qa_block__anser .icon {
    font-family: "Jost", sans-serif
}

.font,
body {
    font-family: "Noto Sans JP" sans-serif
}

.f-s {
    font-size: 1.4rem
}

.f-m {
    font-size: 1.6rem
}

.f-l {
    font-size: 1.8rem
}

* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html,
body {
    font-size: 62.5%
}

body {
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    color: #000;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: 0.05em
}

@media screen and (max-width:834px) {
    body {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    body {
        font-size: 1.0666666667vw
    }
}

body * {
    box-sizing: border-box
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1)
}

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

h1,
h2,
h3,
h4,
h5,
figure {
    margin: 0;
    padding: 0;
    font-weight: normal
}

input,
textarea,
select,
button {
    outline: 0;
    border: 0px
}

button {
    background-color: transparent
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    padding: 15px 20px;
    line-height: 30px;
    width: 100%;
    min-width: 100%;
    background: #fdfdfd;
    border: #ddd solid 1px
}

input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="password"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
    color: #999;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, sans-serif
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, sans-serif
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, sans-serif
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, sans-serif
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #999;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, sans-serif
}

p,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

._pc {
    display: block
}

@media screen and (max-width:834px) {
    ._pc {
        display: none
    }
}

._sp {
    display: none
}

@media screen and (max-width:834px) {
    ._sp {
        display: block
    }
}

.sup {
    display: none
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .sup {
        display: block
    }
}

@media screen and (max-width:834px) {
    .sup {
        display: block
    }
}

.pc-up {
    display: block
}

@media screen and (max-width:1600px) {
    .pc-up {
        display: none
    }
}

.full_wrap {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw
}

.mgB0 {
    margin-bottom: 0 !important
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .mgB0 {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:834px) {
    .mgB0 {
        margin-bottom: 0 !important
    }
}

.mgB30 {
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .mgB30 {
        margin-bottom: 3.5971223022vw
    }
}

.mgB50 {
    margin-bottom: 50px
}

@media screen and (max-width:834px) {
    .mgB50 {
        margin-bottom: 5.9952038369vw
    }
}

.mgB-50 {
    margin-bottom: -50px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .mgB-50 {
        margin-bottom: -3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .mgB-50 {
        margin-bottom: -5.9952038369vw
    }
}

.mgT50 {
    margin-top: 50px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .mgT50 {
        margin-top: 3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .mgT50 {
        margin-top: 5.9952038369vw
    }
}

.mgB80 {
    margin-bottom: 80px
}

@media screen and (max-width:834px) {
    .mgB80 {
        margin-bottom: 9.5923261391vw
    }
}

.mgB100 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .mgB100 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .mgB100 {
        margin-bottom: 11.9904076739vw
    }
}

.reset_flex {
    gap: 0;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0
}

@media screen and (max-width:834px) {
    .reset_flex {
        flex-direction: column
    }
}

.reset_flex>.wp-block-column {
    width: 48%;
    flex-basis: inherit !important;
    flex-grow: inherit !important
}

@media screen and (max-width:834px) {
    .reset_flex>.wp-block-column {
        width: 100%
    }
}

.reset_grid {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 !important
}

@media screen and (max-width:834px) {
    .reset_grid {
        flex-direction: column
    }
}

@media screen and (max-width:834px) {
    .reset_grid.has-media-on-the-right {
        flex-direction: column-reverse
    }
}

.reset_grid .box {
    display: block
}

.reset_grid .box .vk_gridcolcard_item_container {
    display: block
}

.reset_grid .box .vk_gridcolcard_item_container .vk_gridcolcard_item_body {
    display: block
}

.reset_grid>figure {
    width: 48%
}

@media screen and (max-width:834px) {
    .reset_grid>figure {
        width: 100%
    }
}

.reset_grid .wp-block-media-text__content {
    width: 48%;
    padding: 0
}

@media screen and (max-width:834px) {
    .reset_grid .wp-block-media-text__content {
        margin-top: 2.3980815348vw;
        width: 100%
    }
}

.border-radiusimg figure {
    overflow: hidden;
    border-radius: 5px
}

@media screen and (max-width:834px) {
    .border-radiusimg figure {
        border-radius: 0.5995203837vw
    }
}

.border-radius {
    overflow: hidden;
    border-radius: 5px
}

@media screen and (max-width:834px) {
    .border-radius {
        border-radius: 0.5995203837vw
    }
}

.box-shadow,
.common_btn a:hover:after,
.common_btn03 a:hover:after,
.traning_01 .box:hover .common_btn03 a:after {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .box-shadow,
    .common_btn a:hover:after,
    .common_btn03 a:hover:after,
    .traning_01 .box:hover .common_btn03 a:after {
        box-shadow: 0 0 0.6666666667vw 0 rgba(0, 0, 0, 0.2)
    }
}

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

    .box-shadow,
    .common_btn a:hover:after,
    .common_btn03 a:hover:after,
    .traning_01 .box:hover .common_btn03 a:after {
        box-shadow: 0 0 1.1990407674vw 0 rgba(0, 0, 0, 0.2)
    }
}

.text-shadow {
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .text-shadow {
        text-shadow: 0 0.3333333333vw 0.4vw rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width:834px) {
    .text-shadow {
        text-shadow: 0 0.5995203837vw 0.7194244604vw rgba(0, 0, 0, 0.2)
    }
}

.flex_col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex_col>.wp-block-group__inner-container {
    display: contents
}

.flex_col._2c .flx {
    width: 48%
}

@media screen and (max-width:834px) {
    .flex_col._2c .flx {
        width: 100%
    }

    .flex_col._2c .flx:not(:last-child) {
        margin-bottom: 5.9952038369vw
    }
}

.flex_col._2c .flx .table_other tr th,
.flex_col._2c .flx .table_other tr td:first-child {
    width: 45%
}

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

    .flex_col._2c .flx .table_other tr th,
    .flex_col._2c .flx .table_other tr td:first-child {
        width: 45%
    }
}

.img100 img {
    width: 100%
}

.list-style {
    counter-reset: number 0
}

.list-style li {
    position: relative;
    padding-left: 25px
}

@media screen and (max-width:834px) {
    .list-style li {
        padding-left: 2.9976019185vw
    }
}

.list-style li:before {
    content: counter(number) ".";
    counter-increment: number 1;
    position: absolute;
    left: 0;
    top: 0
}

.list-style li ul {
    counter-reset: number 0
}

.list-style li ul li {
    position: relative;
    padding-left: 35px
}

@media screen and (max-width:834px) {
    .list-style li ul li {
        padding-left: 4.1966426859vw
    }
}

.list-style li ul li:before {
    content: "(" counter(number) ")";
    counter-increment: number 1
}

.swiper_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.swiper-pagination {
    bottom: 72px !important;
    left: 0 !important;
    width: auto !important
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .swiper-pagination {
        bottom: 3vw !important
    }
}

@media screen and (max-width:834px) {
    .swiper-pagination {
        bottom: 5.3956834532vw !important
    }
}

.swiper-pagination-bullet {
    line-height: 1 !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    height: 3px !important;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    outline: 0 !important;
    width: 135px !important
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .swiper-pagination-bullet {
        width: 9vw !important
    }
}

@media screen and (max-width:834px) {
    .swiper-pagination-bullet {
        width: 16.1870503597vw !important
    }
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swiper-pagination-bullet-active::before {
    background-color: #fff !important;
    animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards
}

.swiper-paused .swiper-pagination-bullet-active::before {
    animation-play-state: paused
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes main_catch_01 {
    0% {
        opacity: 0;
        transform: translateY(5vw)
    }

    60% {
        opacity: 0
    }

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

@keyframes main_bg_01 {
    0% {
        transform: scale(1.7) rotate(0.1deg)
    }

    100% {
        transform: scale(1) rotate(0.1deg)
    }
}

.main_wrap {
    position: relative;
    overflow: hidden
}

.main_wrap .swiper-pagination {
    display: none
}

.main_wrap .main_01 .main_txt img {
    max-width: 766px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .main_wrap .main_01 .main_txt img {
        max-width: 51.0666666667vw
    }
}

@media screen and (max-width:834px) {
    .main_wrap .main_01 .main_txt img {
        max-width: 59.9520383693vw
    }
}

.main_wrap .main_02 .main_txt img {
    max-width: 1217px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .main_wrap .main_02 .main_txt img {
        max-width: 81.1333333333vw
    }
}

@media screen and (max-width:834px) {
    .main_wrap .main_02 .main_txt img {
        max-width: 77.9376498801vw
    }
}

.main_wrap .main_txt {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    z-index: 1
}

@keyframes arrow_right {
    0% {
        opacity: 1
    }

    49.9% {
        opacity: 0.01
    }

    50% {
        opacity: 0.01
    }

    100% {
        opacity: 1
    }
}

.common_btn.has-text-align-center a {
    margin: auto
}

.common_btn a {
    position: relative;
    max-width: 600px;
    text-align: center;
    display: block;
    background: #f46610;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    padding: 40px
}

@media screen and (max-width:834px) {
    .common_btn a {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn a {
        font-size: 1.3333333333vw;
        padding: 2.6666666667vw;
        max-width: 40vw
    }
}

@media screen and (max-width:834px) {
    .common_btn a {
        padding: 4.7961630695vw;
        max-width: 100%
    }
}

.common_btn a:hover {
    background: #aa480c
}

.common_btn a:hover:after {
    width: 70px;
    height: 70px;
    right: 14px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn a:hover:after {
        width: 4.6666666667vw;
        height: 4.6666666667vw;
        right: 0.9333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn a:hover:after {
        width: 8.3932853717vw;
        height: 8.3932853717vw;
        right: 1.6786570743vw
    }
}

.common_btn a:before {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat center center;
    filter: brightness(0) saturate(100%) invert(87%) sepia(10%) saturate(5534%) hue-rotate(304deg) brightness(117%) contrast(92%);
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 17px;
    height: 17px;
    right: 40px;
    z-index: 1
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn a:before {
        width: 1.1333333333vw;
        height: 1.1333333333vw;
        right: 2.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .common_btn a:before {
        width: 2.0383693046vw;
        height: 2.0383693046vw;
        right: 4.7961630695vw
    }
}

.common_btn a:after {
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
    content: "";
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 60px;
    height: 60px;
    right: 20px;
    z-index: 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn a:after {
        width: 4vw;
        height: 4vw;
        right: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn a:after {
        width: 7.1942446043vw;
        height: 7.1942446043vw;
        right: 2.3980815348vw
    }
}

.common_btn02.has-text-align-center a {
    margin: auto
}

.common_btn02 a {
    position: relative;
    max-width: 450px;
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .common_btn02 a {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn02 a {
        max-width: 30vw;
        padding: 2vw;
        font-size: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn02 a {
        max-width: 100%;
        padding: 3.5971223022vw
    }
}

.common_btn02 a:hover {
    color: #fff;
    background: #aa480c
}

.common_btn02 a:before {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat center center;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7486%) hue-rotate(87deg) brightness(102%) contrast(104%);
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 17px;
    height: 17px;
    right: 31px;
    z-index: 1
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn02 a:before {
        width: 1.1333333333vw;
        height: 1.1333333333vw;
        right: 2.0666666667vw
    }
}

@media screen and (max-width:834px) {
    .common_btn02 a:before {
        width: 2.0383693046vw;
        height: 2.0383693046vw;
        right: 3.7170263789vw
    }
}

.common_btn02 a:after {
    content: "";
    display: block;
    background: #f46610;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
    right: 20px;
    z-index: 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn02 a:after {
        width: 2.6666666667vw;
        height: 2.6666666667vw;
        right: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn02 a:after {
        width: 4.7961630695vw;
        height: 4.7961630695vw;
        right: 2.3980815348vw
    }
}

.common_btn03.has-text-align-center a {
    margin: auto
}

.common_btn03 a {
    position: relative;
    text-align: center;
    display: block;
    background: #f46610;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    padding: 20px
}

@media screen and (max-width:834px) {
    .common_btn03 a {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn03 a {
        font-size: 1.3333333333vw;
        padding: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn03 a {
        padding: 2.3980815348vw
    }
}

.common_btn03 a:hover {
    background: #aa480c
}

.common_btn03 a:hover:after {
    width: 70px;
    height: 70px;
    right: 14px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .common_btn03 a:hover:after {
        width: 4.6666666667vw;
        height: 4.6666666667vw;
        right: 0.9333333333vw
    }
}

@media screen and (max-width:834px) {
    .common_btn03 a:hover:after {
        width: 8.3932853717vw;
        height: 8.3932853717vw;
        right: 1.6786570743vw
    }
}

.breadcrumb {
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px
}

@media screen and (max-width:834px) {
    .breadcrumb {
        font-size: 2.8776978417vw
    }
}

.breadcrumb__item {
    display: inline;
    margin: 0;
    list-style: none
}

.breadcrumb__item:after {
    content: "/";
    margin-left: 0.5em;
    margin-right: 0.5em
}

.breadcrumb__item:last-child:after {
    content: "";
    margin-left: 0;
    margin-right: 0
}

.breadcrumb__item a {
    color: #000;
    transition: opacity 0.6s
}

.breadcrumb__item a:hover {
    opacity: 0.6
}

.cs-scroll-animation {
    display: block;
    opacity: 0
}

.cs-scroll-animation.cs-clip-with-overlay {
    inline-size: fit-content
}

@media (prefers-reduced-motion:no-preference) and (scripting:enabled) {
    .cs-scroll-animation {
        transition-property: var(--cs-property), opacity;
        transition-timing-function: var(--cs-easing)
    }

    .cs-scroll-animation.cs-animated:not(:focus-within) {
        transition-duration: var(--cs-duration);
        opacity: 1
    }

    .cs-clip,
    .cs-clip-with-overlay {
        --cs-property: clip-path;
        --cs-easing: cubic-bezier(0.19, 1, 0.22, 1);
        --cs-duration: 1s;
        --cs-starting-path: inset(0 99% 0 0);
        --cs-end-path: inset(0 0 0 0);
        clip-path: var(--cs-starting-path);
        opacity: 0
    }

    .cs-clip.cs-animated,
    .cs-clip-with-overlay.cs-animated {
        clip-path: var(--cs-end-path);
        opacity: 1
    }

    .cs-clip.cs-inset-0-0-100-0,
    .cs-clip-with-overlay.cs-inset-0-0-100-0 {
        --cs-starting-path: inset(0 0 99% 0)
    }

    .cs-clip.cs-inset-0-0-0-100,
    .cs-clip-with-overlay.cs-inset-0-0-0-100 {
        --cs-starting-path: inset(0 0 0 99%)
    }

    .cs-clip.cs-inset-100-0-0-0,
    .cs-clip-with-overlay.cs-inset-100-0-0-0 {
        --cs-starting-path: inset(99% 0 0 0)
    }

    .cs-clip.cs-inset-50-50-50-50,
    .cs-clip-with-overlay.cs-inset-50-50-50-50 {
        --cs-starting-path: inset(50% 50% 50% 50%)
    }

    .cs-clip-with-overlay {
        --cs-overlay-color: var(--c-gray);
        --cs-overlay-duration: var(--cs-duration);
        --cs-overlay-delay: calc(var(--cs-overlay-duration) / 2);
        position: relative
    }

    .cs-clip-with-overlay::after {
        z-index: 10;
        position: absolute;
        inset: 0;
        content: "";
        background-color: var(--cs-overlay-color);
        transition-timing-function: var(--cs-easing);
        transition-property: var(--cs-property);
        transform: rotate(180deg);
        clip-path: var(--cs-end-path);
        opacity: 0;
        transition-delay: var(--cs-overlay-delay);
        transition-duration: var(--cs-overlay-duration)
    }

    .cs-clip-with-overlay.cs-animated::after {
        clip-path: var(--cs-starting-path);
        opacity: 0;
        animation: cs-overlay-after 1s ease-in-out
    }

    @keyframes cs-overlay-after {
        0% {
            opacity: 1
        }

        90% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .cs-fade-in {
        --cs-property: opacity;
        --cs-easing: ease;
        --cs-duration: 1s
    }

    .cs-fade-in.cs-animated {
        opacity: 1
    }

    .cs-fade-in:not(.cs-animated) {
        opacity: 0
    }

    .cs-fade-in-up {
        --cs-property: opacity, transform;
        --cs-easing: ease-in-out;
        --cs-duration: 1s;
        --cs-starting-position: 40px
    }

    .cs-fade-in-up.cs-animated {
        opacity: 1;
        transform: translateY(0)
    }

    .cs-fade-in-up:not(.cs-animated) {
        opacity: 0;
        transform: translateY(var(--cs-starting-position))
    }

    .cs-scale-in {
        --cs-property: opacity, transform;
        --cs-easing: cubic-bezier(0.19, 1, 0.22, 1);
        --cs-duration: 1s;
        --cs-starting-scale: 0.9
    }

    .cs-scale-in.cs-animated {
        opacity: 1;
        transform: scale(1)
    }

    .cs-scale-in:not(.cs-animated) {
        opacity: 0;
        transform: scale(var(--cs-starting-scale))
    }
}

@layer defaults {
    :root {
        --c-black: #232427;
        --c-white: #f7f8f8;
        --c-gray: #111113;
        --c-smoke: #ddd;
        --gutter: max(5vi, 20px)
    }

    .cs-scroll {
        display: grid;
        place-items: center;
        block-size: 100svb;
        font-family: Montserrat, sans-serif;
        font-size: 2rem;
        font-weight: bold
    }
}

header {
    box-shadow: 1.5px 2.598px 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    margin: auto
}

@media screen and (max-width:834px) {
    header {
        width: 100%
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap {
        padding: 0 3.5971223022vw;
        height: 10.1918465228vw;
        width: 100%;
        display: flex;
        align-items: center
    }
}

header .hed_wrap .hed_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner {
        padding: 1.3333333333vw 0
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner {
        width: 100%;
        padding: 0
    }
}

header .hed_wrap .hed_inner .hed_logo {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_logo {
        height: 100%
    }
}

header .hed_wrap .hed_inner .hed_logo>a {
    display: block;
    width: 142px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner .hed_logo>a {
        width: 9.4666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_logo>a {
        width: 11.9904076739vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav {
        display: none
    }
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul {
    display: flex;
    justify-content: flex-end
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn {
    width: 450px;
    margin-right: 20px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn {
        width: 30vw;
        margin-right: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn {
        width: 100%;
        margin-right: 2.3980815348vw
    }
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a {
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f46610;
    color: #fff;
    border-bottom: 5px solid #aa480c;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    padding: 25px
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a {
        font-size: 1.3333333333vw;
        padding: 1.6666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a {
        padding: 2.9976019185vw
    }
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a:hover {
    background: #aa480c
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a:before {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat center center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(4deg) brightness(101%) contrast(101%);
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 17px;
    height: 17px;
    right: 40px;
    z-index: 1
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a:before {
        width: 1.1333333333vw;
        height: 1.1333333333vw;
        right: 2.6666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_btn a:before {
        width: 2.0383693046vw;
        height: 2.0383693046vw;
        right: 4.7961630695vw
    }
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_bnr {
    width: 220px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_bnr {
        width: 14.6666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_wrap .hed_inner .hed_sub .sub_nav ul li.h_bnr {
        width: 26.3788968825vw
    }
}

header .hed_wrap .hed_inner .hed_sub .sub_nav ul li a {
    display: block
}

header .hed_wrap .spnav-menu {
    display: none
}

@media screen and (max-width:834px) {
    header .hed_wrap .spnav-menu {
        display: block;
        position: absolute;
        width: 10.1918465228vw;
        height: 10.1918465228vw;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding: 0;
        z-index: 1
    }

    header .hed_wrap .spnav-menu_line {
        position: absolute;
        width: 4.7961630695vw;
        height: 2px;
        background: #000;
        left: calc(50% - 2.3980815348vw);
        top: 50%;
        transform: translateY(-1.4388489209vw);
        transition: transform 0.2s
    }

    header .hed_wrap .spnav-menu_line:nth-child(2) {
        transform: translateY(0)
    }

    header .hed_wrap .spnav-menu_line:nth-child(3) {
        transform: translateY(1.4388489209vw)
    }
}

header .hed_nav {
    background: #eddfc3
}

header .hed_nav .hed_nav_inner {
    display: flex;
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width:834px) {
    header .hed_nav .hed_nav_inner {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column-reverse;
        transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
        display: none;
        height: calc(100vh - 10.1918465228vw);
        position: absolute;
        top: 10.1918465228vw;
        left: 0;
        background-color: #fff;
        overflow-y: auto;
        z-index: 3
    }
}

header .hed_nav .sub_nav {
    display: none
}

header .hed_nav .sub_nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    header .hed_nav .sub_nav ul {
        justify-content: center
    }
}

header .hed_nav .sub_nav ul li {
    height: 100%
}

header .hed_nav .sub_nav ul li a {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #f46610;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 200px;
    padding: 18px
}

@media screen and (max-width:834px) {
    header .hed_nav .sub_nav ul li a {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .sub_nav ul li a {
        width: 13.3333333333vw;
        padding: 1.2vw;
        font-size: 1.0666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .sub_nav ul li a {
        width: 45.5635491607vw;
        padding: 2.9976019185vw
    }
}

header .hed_nav .sub_nav ul li a:hover {
    background: #000
}

header .hed_nav .nav {
    width: 100%
}

header .hed_nav .nav .menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu {
        flex-direction: column
    }
}

header .hed_nav .nav .menu>li {
    flex-grow: 1;
    position: relative
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li {
        width: 100%;
        background: #f46610
    }

    header .hed_nav .nav .menu>li:not(:last-child) {
        border-bottom: 2px solid #fff
    }
}

header .hed_nav .nav .menu>li>a {
    color: #444;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 16px
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li>a {
        font-size: 1.0666666667vw;
        padding: 1.3333333333vw 0
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a {
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 2.3980815348vw 8.3932853717vw 2.3980815348vw 3.5971223022vw;
        line-height: 1;
        color: #fff
    }
}

header .hed_nav .nav .menu>li>a span span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a span span {
        font-size: 2.3980815348vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li>a span span {
        font-size: 0.9333333333vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a span span {
        margin-top: 1.1990407674vw
    }
}

header .hed_nav .nav .menu>li>a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f46610;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease-out
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li>a:after {
        width: 4.8vw;
        height: 0.2vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a:after {
        display: none
    }
}

header .hed_nav .nav .menu>li>a:hover {
    color: #f46610
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li>a:hover {
        color: #fff;
        background: #aa480c
    }
}

header .hed_nav .nav .menu>li>a:hover:after {
    opacity: 1
}

header .hed_nav .nav .menu>li:not(:first-child) a:before {
    content: "";
    height: 60px;
    width: 1px;
    background: #bbbbbb;
    display: block;
    position: absolute;
    left: 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li:not(:first-child) a:before {
        height: 4vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li:not(:first-child) a:before {
        display: none
    }
}

header .hed_nav .nav .menu>li .sub-menu {
    transition: all 0.5s;
    display: block;
    width: 200px;
    position: absolute;
    background: #fff;
    left: 50%;
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center top
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li .sub-menu {
        width: 13.3333333333vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li .sub-menu {
        background: none;
        position: static;
        opacity: 1;
        transform: scaleY(1) translateX(0);
        width: 100%;
        padding: 0 3.5971223022vw 3.5971223022vw 3.5971223022vw
    }
}

header .hed_nav .nav .menu>li .sub-menu.is-active {
    opacity: 1;
    transform: scaleY(1) translateX(-50%)
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li .sub-menu.is-active {
        transform: scaleY(1) translateX(0)
    }
}

header .hed_nav .nav .menu>li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #aa480c
}

header .hed_nav .nav .menu>li .sub-menu li a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li .sub-menu li a {
        font-size: 2.8776978417vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    header .hed_nav .nav .menu>li .sub-menu li a {
        font-size: 0.9333333333vw;
        padding: 1vw 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li .sub-menu li a {
        padding: 1.7985611511vw 1.7985611511vw;
        text-align: left;
        background: #fff
    }
}

header .hed_nav .nav .menu>li .sub-menu li a:hover {
    color: #fff;
    background: #f46610
}

@media screen and (max-width:834px) {
    header .hed_nav .nav .menu>li .sub-menu li a:hover {
        background: #eddfc3
    }
}

.active {
    overflow: hidden
}

.active header .hed_nav .hed_nav_inner {
    display: block
}

.active .spnav-menu {
    overflow: hidden
}

.active .spnav-menu .spnav-menu_line:nth-child(1) {
    transform: translateY(0) rotate(45deg)
}

.active .spnav-menu .spnav-menu_line:nth-child(2) {
    width: 0%
}

.active .spnav-menu .spnav-menu_line:nth-child(3) {
    transform: translateY(0) rotate(-45deg)
}

.scrolle_original .fot_bnr {
    display: block;
    opacity: 1;
    color: transparent;
    visibility: inherit
}

.fot_bnr {
    visibility: hidden;
    z-index: 999;
    position: fixed;
    right: 5%;
    bottom: 3%;
    width: 400px;
    color: transparent;
    border: none;
    opacity: 0;
    transition: opacity 0.3s;
    background: #eddfc3;
    border: 5px solid #d2ae5d;
    padding: 15px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .fot_bnr {
        width: 26.6666666667vw;
        padding: 1vw;
        right: 7%
    }
}

@media screen and (max-width:834px) {
    .fot_bnr {
        width: 47.9616306954vw;
        padding: 1.7985611511vw;
        right: 60px
    }
}

.page_top_btn {
    z-index: 999
}

footer {
    background: #856115;
    padding-top: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer {
        padding-top: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    footer {
        padding-top: 11.9904076739vw
    }
}

footer .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:834px) {
    footer .wrap {
        display: block
    }
}

footer .wrap .fot_logo {
    width: 12%;
    text-align: center
}

@media screen and (max-width:834px) {
    footer .wrap .fot_logo {
        width: 50%;
        margin: 0 auto 11.9904076739vw
    }
}

footer .wrap .fot_logo a {
    display: block;
    margin: auto
}

footer .wrap .fot_logo a img {
    width: 100%
}

footer .wrap .fot_nav_wrap {
    width: 75%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap {
        display: block;
        width: 100%
    }
}

footer .wrap .fot_nav_wrap .fot_nav {
    color: #fff;
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap .fot_nav {
        display: block;
        width: 100%
    }

    footer .wrap .fot_nav_wrap .fot_nav:not(:last-child) {
        margin-bottom: 5.9952038369vw
    }
}

footer .wrap .fot_nav_wrap .fot_nav .ttl {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap .fot_nav .ttl {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer .wrap .fot_nav_wrap .fot_nav .ttl {
        padding-bottom: 1vw;
        margin-bottom: 1.3333333333vw;
        font-size: 1.2vw
    }
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap .fot_nav .ttl {
        padding-bottom: 1.7985611511vw;
        margin-bottom: 2.3980815348vw;
        display: block
    }
}

footer .wrap .fot_nav_wrap .fot_nav a {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap .fot_nav a {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer .wrap .fot_nav_wrap .fot_nav a {
        font-size: 1.0666666667vw
    }
}

footer .wrap .fot_nav_wrap .fot_nav a:hover {
    color: #f46610
}

footer .wrap .fot_nav_wrap .fot_nav .fot_nav_02 {
    margin-left: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer .wrap .fot_nav_wrap .fot_nav .fot_nav_02 {
        margin-left: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    footer .wrap .fot_nav_wrap .fot_nav .fot_nav_02 {
        margin-left: 0
    }
}

footer .fot_copy {
    background: #d2ae5d;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    padding: 5px 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer .fot_copy {
        margin-top: 6.6666666667vw;
        padding: 0.3333333333vw 0
    }
}

@media screen and (max-width:834px) {
    footer .fot_copy {
        margin-top: 11.9904076739vw;
        display: block;
        padding: 1.1990407674vw 0
    }
}

footer .fot_copy small {
    font-size: 16px;
    display: block
}

@media screen and (max-width:834px) {
    footer .fot_copy small {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    footer .fot_copy small {
        font-size: 1.0666666667vw
    }
}

.container-inner,
.cont_06>.wp-block-group__inner-container,
.cont_07>.wp-block-group__inner-container,
.cont_08>.wp-block-group__inner-container,
.bnr_01,
.news_section>.wp-block-group__inner-container {
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    z-index: 1
}

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

    .container-inner,
    .cont_06>.wp-block-group__inner-container,
    .cont_07>.wp-block-group__inner-container,
    .cont_08>.wp-block-group__inner-container,
    .bnr_01,
    .news_section>.wp-block-group__inner-container {
        width: 89.928057554vw
    }
}

.container-inner2,
.cont_02>.wp-block-group__inner-container,
.cont_03>.wp-block-group__inner-container,
.cont_04>.wp-block-group__inner-container {
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    z-index: 1
}

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

    .container-inner2,
    .cont_02>.wp-block-group__inner-container,
    .cont_03>.wp-block-group__inner-container,
    .cont_04>.wp-block-group__inner-container {
        width: 89.928057554vw
    }
}

.ttl_01,
.ttl_06 {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px
}

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

    .ttl_01,
    .ttl_06 {
        font-size: 5.9952038369vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .ttl_01,
    .ttl_06 {
        font-size: 3.3333333333vw;
        margin-bottom: 3.3333333333vw
    }
}

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

    .ttl_01,
    .ttl_06 {
        margin-bottom: 5.9952038369vw
    }
}

.ttl_01._white,
._white.ttl_06 {
    color: #fff
}

.ttl_01._white strong,
._white.ttl_06 strong {
    color: #fff
}

.ttl_01 strong,
.ttl_06 strong {
    line-height: 1;
    color: #a57e2c;
    display: block;
    font-size: 20px;
    margin-top: 25px
}

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

    .ttl_01 strong,
    .ttl_06 strong {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .ttl_01 strong,
    .ttl_06 strong {
        font-size: 1.3333333333vw;
        margin-top: 1.6666666667vw
    }
}

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

    .ttl_01 strong,
    .ttl_06 strong {
        margin-top: 2.9976019185vw
    }
}

.ttl_02 {
    border-bottom: 3px solid #000;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media screen and (max-width:834px) {
    .ttl_02 {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_02 {
        font-size: 2vw;
        padding-bottom: 1vw;
        margin-bottom: 1vw
    }
}

@media screen and (max-width:834px) {
    .ttl_02 {
        padding-bottom: 1.7985611511vw;
        margin-bottom: 1.7985611511vw
    }
}

.ttl_02 strong {
    color: #a57e2c;
    display: block;
    font-size: 20px
}

@media screen and (max-width:834px) {
    .ttl_02 strong {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_02 strong {
        font-size: 1.3333333333vw
    }
}

.ttl_03 {
    line-height: 1.4em;
    background: #f46610;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 60px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px
}

@media screen and (max-width:834px) {
    .ttl_03 {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_03 {
        font-size: 1.6666666667vw;
        margin-bottom: 3.3333333333vw;
        padding: 1.3333333333vw 2vw
    }
}

@media screen and (max-width:834px) {
    .ttl_03 {
        margin-bottom: 5.9952038369vw;
        padding: 2.3980815348vw 3.5971223022vw
    }
}

.ttl_03:before {
    content: "";
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_03:before {
        width: 1.3333333333vw;
        height: 0.2vw
    }
}

@media screen and (max-width:834px) {
    .ttl_03:before {
        width: 2.3980815348vw;
        height: 0.3597122302vw
    }
}

.ttl_04 {
    line-height: 1.4em;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    border-bottom: #d2d9d2 2px solid;
    padding-bottom: 15px
}

@media screen and (max-width:834px) {
    .ttl_04 {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_04 {
        font-size: 1.6666666667vw;
        margin-bottom: 3.3333333333vw;
        padding-bottom: 1vw
    }
}

@media screen and (max-width:834px) {
    .ttl_04 {
        margin-bottom: 5.9952038369vw;
        padding-bottom: 1.7985611511vw
    }
}

.ttl_04:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #f46610;
    position: absolute;
    bottom: -2px;
    left: 0
}

.ttl_05 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px
}

@media screen and (max-width:834px) {
    .ttl_05 {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_05 {
        font-size: 1.2vw;
        padding-left: 1vw;
        margin-bottom: 1vw
    }
}

@media screen and (max-width:834px) {
    .ttl_05 {
        padding-left: 2.9976019185vw;
        margin-bottom: 1.7985611511vw
    }
}

.ttl_05:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f46610;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_05:before {
        width: 0.5333333333vw;
        height: 0.5333333333vw
    }
}

@media screen and (max-width:834px) {
    .ttl_05:before {
        width: 1.7985611511vw;
        height: 1.7985611511vw
    }
}

.ttl_06 strong {
    font-size: 60px
}

@media screen and (max-width:1600px) {
    .ttl_06 strong {
        font-size: 4vw
    }
}

@media screen and (max-width:834px) {
    .ttl_06 strong {
        font-size: 6.5947242206vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .ttl_06 strong {
        font-size: 4vw
    }
}

.cont_0 {
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media screen and (max-width:834px) {
    .cont_0 {
        width: 100%
    }

    .cont_0 img {
        width: 100%;
        height: 17.9856115108vw;
        object-fit: cover;
        object-position: center
    }
}

.cont_01 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

@media screen and (max-width:834px) {
    .cont_01 {
        flex-direction: column-reverse
    }
}

.cont_01 .wp-block-group__inner-container {
    display: contents
}

.cont_01._gray {
    background: #8d8a96
}

.cont_01._gray ul li {
    background: #fff;
    color: #5f4a4a
}

.cont_01._right {
    flex-direction: row-reverse
}

@media screen and (max-width:834px) {
    .cont_01._right {
        flex-direction: column-reverse
    }
}

.cont_01._right figure {
    justify-content: flex-start
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01._right figure {
        left: -20%
    }
}

@media screen and (max-width:834px) {
    .cont_01._right figure {
        left: 0
    }
}

.cont_01._right h2 {
    color: #fff
}

.cont_01 figure {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 figure {
        right: -20%
    }
}

@media screen and (max-width:834px) {
    .cont_01 figure {
        position: relative;
        width: 150%;
        right: 0
    }
}

.cont_01 figure img {
    width: fit-content;
    height: 100%
}

@media screen and (max-width:834px) {
    .cont_01 figure img {
        width: 100%;
        object-fit: cover;
        object-position: center
    }
}

.cont_01 .txt_wrap {
    position: relative;
    z-index: 1;
    padding: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 .txt_wrap {
        padding: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 .txt_wrap {
        padding: 5.9952038369vw 0;
        margin: 0 auto;
        width: 89.928057554vw
    }
}

.cont_01 .h2_cl {
    display: flex;
    justify-content: flex-start
}

.cont_01 h2 {
    line-height: 1.2em;
    font-size: 80px;
    font-weight: 400;
    color: #000;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.23);
    margin-bottom: 50px
}

@media screen and (max-width:1600px) {
    .cont_01 h2 {
        font-size: 5.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 h2 {
        font-size: 7.1942446043vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 h2 {
        font-size: 5.3333333333vw;
        margin-bottom: 3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 h2 {
        margin-bottom: 5.9952038369vw
    }
}

.cont_01 ul li {
    text-align: center;
    background: #5a4544;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:834px) {
    .cont_01 ul li {
        font-size: 2.9976019185vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 ul li {
        font-size: 1.3333333333vw;
        padding: 0.3333333333vw 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 ul li {
        padding: 0.5995203837vw 1.1990407674vw
    }
}

.cont_01 ul li:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 ul li:not(:last-child) {
        margin-bottom: 1vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 ul li:not(:last-child) {
        margin-bottom: 1.7985611511vw
    }
}

.cont_01 .ul_cl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.cont_01 .ul_cl li {
    margin: 0 7.5px;
    width: 48%
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_01 .ul_cl li {
        margin: 0 0.5vw
    }
}

@media screen and (max-width:834px) {
    .cont_01 .ul_cl li {
        margin: 0;
        width: 100%
    }
}

.cont_01 .ul_cl li:last-child {
    width: 60%
}

@media screen and (max-width:834px) {
    .cont_01 .ul_cl li:last-child {
        width: 100%
    }
}

.cont_02 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_02 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_02 {
        margin-bottom: 11.9904076739vw
    }
}

.cont_02 .wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -3.0303%
}

@media screen and (max-width:834px) {
    .cont_02 .wrap {
        margin-left: -2%;
        margin-bottom: 3.5971223022vw
    }
}

.cont_02 .wrap .wp-block-group__inner-container {
    display: contents
}

.cont_02 .wrap .box {
    position: relative;
    margin-left: 3.0303%;
    margin-bottom: 3.0303%;
    width: 30.303%
}

@media screen and (max-width:834px) {
    .cont_02 .wrap .box {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 1.1990407674vw
    }
}

.cont_02 .wrap .box h3 {
    line-height: 1.4em;
    background: #a57e2c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:834px) {
    .cont_02 .wrap .box h3 {
        font-size: 2.3980815348vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_02 .wrap .box h3 {
        font-size: 1.3333333333vw;
        height: 4.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_02 .wrap .box h3 {
        height: 8.3932853717vw
    }
}

.cont_02 .wrap .box figure img {
    width: 100%
}

.cont_03 {
    background: #f7f4e9;
    padding: 100px 0;
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 {
        padding: 6.6666666667vw 0;
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_03 {
        padding: 11.9904076739vw 0;
        margin-bottom: 11.9904076739vw
    }
}

.cont_03>.wp-block-group__inner-container {
    overflow: hidden
}

.cont_03 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.cont_03 .swiper-slide .wp-block-group__inner-container {
    display: contents
}

.cont_03 .left {
    position: relative;
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.cont_03 .left figure {
    width: 48%
}

.cont_03 .left figure figcaption {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .cont_03 .left figure figcaption {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .left figure figcaption {
        font-size: 1.3333333333vw
    }
}

.cont_03 .left .west {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #d2ae5d;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    position: absolute;
    right: -30px;
    bottom: 100px
}

@media screen and (max-width:834px) {
    .cont_03 .left .west {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .left .west {
        font-size: 1.0666666667vw;
        width: 8.6666666667vw;
        height: 8.6666666667vw;
        right: -2vw;
        bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_03 .left .west {
        width: 15.587529976vw;
        height: 15.587529976vw;
        right: -3.5971223022vw;
        bottom: 11.9904076739vw
    }
}

.cont_03 .left .west strong {
    display: block;
    text-align: center;
    font-size: 50px
}

@media screen and (max-width:834px) {
    .cont_03 .left .west strong {
        font-size: 7.1942446043vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .left .west strong {
        font-size: 3.3333333333vw
    }
}

.cont_03 .flxR {
    width: 43%;
    padding-right: 10%
}

.cont_03 .flxR .no {
    display: inline-block;
    text-align: center;
    border-radius: 1000px;
    color: #fff;
    background: #d2ae5d;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .cont_03 .flxR .no {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .flxR .no {
        font-size: 1.0666666667vw;
        padding: 0.3333333333vw 1.3333333333vw;
        margin-bottom: 2vw
    }
}

@media screen and (max-width:834px) {
    .cont_03 .flxR .no {
        padding: 0.5995203837vw 2.3980815348vw;
        margin-bottom: 3.5971223022vw
    }
}

.cont_03 .flxR h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .cont_03 .flxR h3 {
        font-size: 5.9952038369vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .flxR h3 {
        font-size: 2.6666666667vw;
        margin-bottom: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_03 .flxR h3 {
        margin-bottom: 2.3980815348vw
    }
}

.cont_03 .flxR figure:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .flxR figure:not(:last-child) {
        margin-bottom: 1vw;
        padding-bottom: 1vw
    }
}

@media screen and (max-width:834px) {
    .cont_03 .flxR figure:not(:last-child) {
        margin-bottom: 1.7985611511vw
    }
}

.cont_03 .flxR figure table tbody tr td {
    padding: 0;
    border: none
}

.cont_03 .flxR figure table tbody tr td:nth-child(1) {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .cont_03 .flxR figure table tbody tr td:nth-child(1) {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .flxR figure table tbody tr td:nth-child(1) {
        font-size: 1.3333333333vw
    }
}

.cont_03 .flxR figure table tbody tr td:nth-child(3) {
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .cont_03 .flxR figure table tbody tr td:nth-child(3) {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_03 .flxR figure table tbody tr td:nth-child(3) {
        font-size: 2vw
    }
}

.cont_03 .img {
    width: 100%
}

.cont_03 .img img {
    width: 100%
}

.cont_04 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_04 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_04 {
        margin-bottom: 11.9904076739vw
    }
}

.cont_04 .trainer_media_text__text {
    margin-top: 30px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_04 .trainer_media_text__text {
        margin-top: 2vw
    }
}

@media screen and (max-width:834px) {
    .cont_04 .trainer_media_text__text {
        margin-top: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .cont_04 .reset_grid:not(:last-child) {
        margin-bottom: 5.9952038369vw
    }
}

.cont_05 {
    background: #f7f4e9;
    padding: 100px 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_05 {
        padding: 6.6666666667vw 0
    }
}

@media screen and (max-width:834px) {
    .cont_05 {
        padding: 11.9904076739vw 0
    }
}

@media screen and (max-width:834px) {
    .cont_05>.wp-block-group__inner-container {
        width: 89.928057554vw;
        margin: 0 auto
    }
}

.cont_06 {
    background: url(../img/img_10.jpg) no-repeat center center / cover;
    padding: 100px 0;
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 {
        padding: 6.6666666667vw 0;
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 {
        padding: 11.9904076739vw 0;
        margin-bottom: 11.9904076739vw
    }
}

.cont_06 .wrap_02 {
    padding: 80px;
    background: #fff
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 {
        padding: 5.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 {
        padding: 5.9952038369vw
    }
}

.cont_06 .wrap_02:not(:last-child) {
    margin-bottom: 50px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02:not(:last-child) {
        margin-bottom: 3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02:not(:last-child) {
        margin-bottom: 5.9952038369vw
    }
}

.cont_06 .wrap_02 td {
    border: none
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td {
        display: block;
        padding: 0;
        width: 100% !important
    }
}

.cont_06 .wrap_02 td:nth-child(1) {
    width: 30%;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(1) {
        font-size: 3.5971223022vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 td:nth-child(1) {
        font-size: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(1) {
        margin-bottom: 2.3980815348vw
    }
}

.cont_06 .wrap_02 td:nth-child(1) strong {
    display: block;
    font-size: 30px;
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(1) strong {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 td:nth-child(1) strong {
        font-size: 2vw;
        margin-bottom: 2vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(1) strong {
        margin-bottom: 3.5971223022vw
    }
}

.cont_06 .wrap_02 td:nth-child(1) strong+br {
    display: none
}

.cont_06 .wrap_02 td:nth-child(2) {
    width: 43%;
    font-size: 20px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(2) {
        font-size: 2.9976019185vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 td:nth-child(2) {
        font-size: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(2) {
        margin-bottom: 2.3980815348vw
    }
}

.cont_06 .wrap_02 td:nth-child(3) {
    font-weight: 700;
    font-size: 30px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(3) {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 td:nth-child(3) {
        font-size: 2vw
    }
}

.cont_06 .wrap_02 td:nth-child(3) strong {
    font-size: 50px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_02 td:nth-child(3) strong {
        font-size: 7.1942446043vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_02 td:nth-child(3) strong {
        font-size: 3.3333333333vw
    }
}

.cont_06 .wrap_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_01 {
        margin-bottom: 3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 {
        margin-bottom: 5.9952038369vw
    }
}

.cont_06 .wrap_01 .wp-block-group__inner-container {
    display: contents
}

.cont_06 .wrap_01 figure {
    width: 50%;
    background: #fff;
    padding: 20px 30px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_01 figure {
        padding: 1.3333333333vw 2vw
    }
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 figure {
        padding: 2.3980815348vw 3.5971223022vw
    }
}

.cont_06 .wrap_01 figure:nth-child(1) {
    border-right: 1px solid #a57e2c
}

.cont_06 .wrap_01 figure td {
    border: none
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 figure td {
        display: block;
        text-align: center !important;
        padding: 0
    }
}

.cont_06 .wrap_01 figure td:nth-child(1) {
    text-align: right;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 figure td:nth-child(1) {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_01 figure td:nth-child(1) {
        font-size: 2vw
    }
}

.cont_06 .wrap_01 figure td:nth-child(2) {
    line-height: 1;
    font-weight: 700;
    font-size: 30px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 figure td:nth-child(2) {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_01 figure td:nth-child(2) {
        font-size: 2vw
    }
}

.cont_06 .wrap_01 figure td:nth-child(2) strong {
    font-size: 50px
}

@media screen and (max-width:834px) {
    .cont_06 .wrap_01 figure td:nth-child(2) strong {
        font-size: 7.1942446043vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_06 .wrap_01 figure td:nth-child(2) strong {
        font-size: 3.3333333333vw
    }
}

.cont_07 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_07 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_07 {
        margin-bottom: 11.9904076739vw
    }
}

.cont_08 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .cont_08 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .cont_08 {
        margin-bottom: 11.9904076739vw
    }
}

.qa_block__list2:first-of-type .qa_block__question {
    border-top: 1px solid #ccc
}

.qa_block__list2.open .qa_block__anser {
    display: flex
}

.qa_block__list2.open .qa_block__question {
    background: #f7f7f7
}

.qa_block__list2.open .qa_block__question:after {
    transform: translateY(-50%) rotate(180deg)
}

.qa_block__list2 .qa_block__question {
    cursor: pointer;
    position: relative;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-start;
    padding-right: 0 !important
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__question {
        padding: 2vw 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question {
        padding: 2.3980815348vw 7.1942446043vw 2.3980815348vw 2.3980815348vw !important
    }
}

.qa_block__list2 .qa_block__question:hover {
    color: #000
}

.qa_block__list2 .qa_block__question:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: #f46610;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-right: 15px
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question:before {
        font-size: 3.4772182254vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__question:before {
        width: 2.8vw;
        height: 2.8vw;
        min-width: 2.8vw;
        min-height: 2.8vw;
        font-size: 1.2666666667vw;
        margin-right: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question:before {
        width: 5.9952038369vw;
        height: 5.9952038369vw;
        min-width: 5.9952038369vw;
        min-height: 5.9952038369vw;
        margin-right: 1.7985611511vw;
        position: static
    }
}

.qa_block__list2 .qa_block__question:after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: initial;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    filter: brightness(0) saturate(100%) invert(44%) sepia(94%) saturate(2592%) hue-rotate(358deg) brightness(101%) contrast(91%)
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__question:after {
        width: 4vw;
        height: 4vw;
        min-width: 4vw;
        min-height: 4vw;
        right: 2vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question:after {
        display: block;
        width: 7.1942446043vw;
        height: 7.1942446043vw;
        right: 1.1990407674vw;
        min-width: 7.1942446043vw;
        min-height: 7.1942446043vw
    }
}

.qa_block__list2 .qa_block__question strong {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
    font-size: 20px
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question strong {
        font-size: 2.9976019185vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__question strong {
        font-size: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__question strong {
        margin-top: 0.5995203837vw
    }
}

.qa_block__list2 .qa_block__anser {
    border-radius: 0 0 10px 10px;
    background: #f7f7f7;
    font-size: 18px;
    font-weight: 500;
    align-items: flex-start;
    padding: 20px;
    display: none
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__anser {
        font-size: 1.2vw;
        padding: 1.3333333333vw;
        border-radius: 0 0 0.6666666667vw 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser {
        padding: 2.3980815348vw 7.1942446043vw 2.3980815348vw 2.3980815348vw;
        border-radius: 0 0 1.1990407674vw 1.1990407674vw
    }
}

.qa_block__list2 .qa_block__anser>.wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.qa_block__list2 .qa_block__anser .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0
}

.qa_block__list2 .qa_block__anser .txt h3+p {
    padding: 15px;
    background: #f7f7f7
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__anser .txt h3+p {
        padding: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser .txt h3+p {
        padding: 1.7985611511vw
    }
}

.qa_block__list2 .qa_block__anser .txt h3 {
    font-weight: 700;
    color: #f46610;
    margin: 15px 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__anser .txt h3 {
        margin: 1vw 0
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser .txt h3 {
        margin: 1.7985611511vw 0
    }
}

.qa_block__list2 .qa_block__anser .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-right: 15px
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser .icon {
        font-size: 3.4772182254vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list2 .qa_block__anser .icon {
        width: 2.8vw;
        height: 2.8vw;
        min-width: 2.8vw;
        min-height: 2.8vw;
        font-size: 1.2666666667vw;
        margin-right: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list2 .qa_block__anser .icon {
        width: 5.9952038369vw;
        height: 5.9952038369vw;
        min-width: 5.9952038369vw;
        min-height: 5.9952038369vw;
        margin-right: 1.7985611511vw
    }
}

.bnr_01 {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .bnr_01 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .bnr_01 {
        margin-bottom: 11.9904076739vw
    }
}

.news_section {
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news_section {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .news_section {
        margin-bottom: 11.9904076739vw
    }
}

.news {
    margin-bottom: 50px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news {
        margin-bottom: 3.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .news {
        margin-bottom: 5.9952038369vw
    }
}

.news ul li.box {
    background: #fff;
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
}

.news ul li.box:last-child {
    border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5)
}

.news ul li.box a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news ul li.box a {
        padding: 1.3333333333vw 0
    }
}

@media screen and (max-width:834px) {
    .news ul li.box a {
        display: block;
        padding: 2.3980815348vw 0
    }
}

.news ul li.box a:hover {
    opacity: 0.6
}

.news ul li.box a .img {
    position: relative;
    padding-top: 20%;
    width: 30%
}

@media screen and (max-width:834px) {
    .news ul li.box a .img {
        width: 100%;
        padding-top: 66%;
        margin-bottom: 3.5971223022vw
    }
}

.news ul li.box a .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news ul li.box a .wrap {
    width: 68%
}

@media screen and (max-width:834px) {
    .news ul li.box a .wrap {
        width: 100%
    }
}

.news ul li.box a .meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news ul li.box a .meta {
        margin-bottom: 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .news ul li.box a .meta {
        margin-bottom: 1.1990407674vw
    }
}

.news ul li.box a .meta .time {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    margin-top: 4px
}

@media screen and (max-width:834px) {
    .news ul li.box a .meta .time {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news ul li.box a .meta .time {
        font-size: 1.0666666667vw;
        margin-top: 0.2666666667vw
    }
}

@media screen and (max-width:834px) {
    .news ul li.box a .meta .time {
        margin-top: 0.479616307vw
    }
}

.news ul li.box a .meta .cat {
    font-size: 16px;
    margin-right: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #82889d;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .news ul li.box a .meta .cat {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .news ul li.box a .meta .cat {
        font-size: 1.0666666667vw;
        margin-right: 0.6666666667vw;
        padding: 0.2666666667vw 0.5333333333vw
    }
}

@media screen and (max-width:834px) {
    .news ul li.box a .meta .cat {
        margin-right: 1.1990407674vw;
        padding: 0.479616307vw 0.9592326139vw
    }
}

.news ul li.box a .ttl {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .news ul li.box a .ttl {
        font-size: 3.1175059952vw
    }
}

.news ul li.box a p {
    color: #000;
    font-size: 14px
}

@media screen and (max-width:834px) {
    .news ul li.box a p {
        font-size: 2.8776978417vw
    }
}

.news ul li.box a .post_btn {
    font-size: 12px;
    background: #f46610;
    color: #fff;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    width: 130px
}

@media screen and (max-width:834px) {
    .news ul li.box a .post_btn {
        font-size: 2.8776978417vw
    }
}

@media screen and (max-width:834px) {
    .news ul li.box a .post_btn {
        margin-top: 1.1990407674vw;
        width: 23.9808153477vw
    }
}

.page_ttl {
    position: relative;
    overflow: hidden;
    background: url(../img/main_01_pc.jpg) center no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.page_ttl .fss-output {
    opacity: 0.1
}

.page_ttl h2,
.page_ttl h1 {
    width: 100%;
    line-height: 1;
    padding: 200px 0;
    background: rgba(244, 102, 16, 0.5);
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

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

    .page_ttl h2,
    .page_ttl h1 {
        font-size: 5.3956834532vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .page_ttl h2,
    .page_ttl h1 {
        font-size: 2.6666666667vw;
        padding: 13.3333333333vw 0
    }
}

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

    .page_ttl h2,
    .page_ttl h1 {
        padding: 23.9808153477vw 0
    }
}

.page_ttl h2 .txt_01,
.page_ttl h1 .txt_01 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px
}

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

    .page_ttl h2 .txt_01,
    .page_ttl h1 .txt_01 {
        font-size: 4.1966426859vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .page_ttl h2 .txt_01,
    .page_ttl h1 .txt_01 {
        font-size: 2vw
    }
}

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

    .page_ttl h2 .txt_01,
    .page_ttl h1 .txt_01 {
        margin-bottom: 1.1990407674vw
    }
}

.lower {
    position: relative;
    margin: 100px auto !important
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .lower {
        margin: 6.6666666667vw auto !important
    }
}

@media screen and (max-width:834px) {
    .lower {
        margin: 11.9904076739vw auto !important
    }
}

@media screen and (max-width:834px) {
    .table_other table {
        overflow-x: auto;
        width: 191.8465227818vw !important
    }
}

.table_other tr {
    background: #fff
}

.table_other tr:nth-child(1) {
    background: black
}

.table_other tr:nth-child(1) td {
    color: #fff;
    font-weight: 700
}

.table_other tr:nth-child(1) td:nth-child(2) {
    font-size: 30px
}

@media screen and (max-width:834px) {
    .table_other tr:nth-child(1) td:nth-child(2) {
        font-size: 4.7961630695vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .table_other tr:nth-child(1) td:nth-child(2) {
        font-size: 2vw
    }
}

.table_other tr td {
    border: none;
    padding: 30px 15px;
    border: 1px solid #333
}

@media screen and (max-width:834px) {
    .table_other tr td {
        padding: 3.5971223022vw 1.7985611511vw
    }
}

.table_other tr td:first-child {
    color: #fff;
    text-align: center;
    background: black;
    width: 20%;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .table_other tr td:first-child {
        font-size: 2.8776978417vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .table_other tr td:first-child {
        font-size: 1.2vw
    }
}

@media screen and (max-width:834px) {
    .table_other tr td:first-child {
        width: 18%
    }
}

.table_other tr td:nth-child(2) {
    background: #d2ae5d;
    width: 25%;
    color: #fff
}

@media screen and (max-width:834px) {
    .table_other tr td:nth-child(2) {
        width: 24%
    }
}

.table_other tr td strong {
    display: inline-block;
    background: #f46610;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 5px
}

@media screen and (max-width:834px) {
    .table_other tr td strong {
        padding: 0.2398081535vw 1.1990407674vw;
        margin-right: 0.5995203837vw;
        margin-bottom: 0.5995203837vw;
        border-radius: 0.5995203837vw
    }
}

.table_other02 tr {
    display: flex;
    margin-bottom: 10px
}

.table_other02 tr td {
    font-weight: 700;
    border: none
}

.table_other02 tr td:first-child {
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #f46610;
    width: 30%;
    vertical-align: baseline;
    font-size: 16px
}

@media screen and (max-width:834px) {
    .table_other02 tr td:first-child {
        font-size: 2.8776978417vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .table_other02 tr td:first-child {
        font-size: 1.0666666667vw;
        border-radius: 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .table_other02 tr td:first-child {
        border-radius: 1.1990407674vw;
        width: 30%
    }
}

.traning_01 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -4%
}

.traning_01 .wp-block-group__inner-container {
    display: contents
}

.traning_01 .box {
    margin-left: 4%;
    margin-bottom: 4%;
    width: 46%
}

@media screen and (max-width:834px) {
    .traning_01 .box:not(:last-child) {
        margin-bottom: 5.9952038369vw
    }
}

.traning_01 .box figure {
    background: #aa480c
}

.traning_01 .box figure img {
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1)
}

.traning_01 .box:hover figure img {
    opacity: 0.8
}

.traning_01 .box:hover .common_btn03 a {
    background: #aa480c
}

.traning_01 .box:hover .common_btn03 a:after {
    width: 70px;
    height: 70px;
    right: 14px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .traning_01 .box:hover .common_btn03 a:after {
        width: 4.6666666667vw;
        height: 4.6666666667vw;
        right: 0.9333333333vw
    }
}

@media screen and (max-width:834px) {
    .traning_01 .box:hover .common_btn03 a:after {
        width: 8.3932853717vw;
        height: 8.3932853717vw;
        right: 1.6786570743vw
    }
}

.qa_block__list3:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3:not(:last-child) {
        margin-bottom: 2vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3:not(:last-child) {
        margin-bottom: 3.5971223022vw
    }
}

.qa_block__list3.open .qa_block__anser {
    display: flex
}

.qa_block__list3.open .qa_block__question {
    border-radius: 10px 10px 0 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3.open .qa_block__question {
        border-radius: 0.6666666667vw 0.6666666667vw 0 0
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3.open .qa_block__question {
        border-radius: 1.1990407674vw 1.1990407674vw 0 0
    }
}

.qa_block__list3.open .qa_block__question:after {
    transform: translateY(-50%) rotate(180deg)
}

.qa_block__list3 .qa_block__question {
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
    cursor: pointer;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #2e2e2e;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__question {
        padding: 1.3333333333vw;
        border-radius: 0.6666666667vw;
        padding-right: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question {
        padding: 2.3980815348vw 8.3932853717vw 2.3980815348vw 2.3980815348vw !important;
        border-radius: 1.1990407674vw
    }
}

.qa_block__list3 .qa_block__question:hover {
    color: #000
}

.qa_block__list3 .qa_block__question:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: #f46610;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-right: 15px
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question:before {
        font-size: 3.4772182254vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__question:before {
        width: 2.8vw;
        height: 2.8vw;
        min-width: 2.8vw;
        min-height: 2.8vw;
        font-size: 1.2666666667vw;
        margin-right: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question:before {
        width: 5.9952038369vw;
        height: 5.9952038369vw;
        min-width: 5.9952038369vw;
        min-height: 5.9952038369vw;
        margin-right: 1.7985611511vw;
        position: static
    }
}

.qa_block__list3 .qa_block__question:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: initial;
    background-image: url("../img/arrow-down.svg");
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(255%) hue-rotate(4deg) brightness(121%) contrast(100%)
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__question:after {
        width: 4vw;
        height: 4vw;
        min-width: 4vw;
        min-height: 4vw;
        right: 2vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question:after {
        display: block;
        width: 7.1942446043vw;
        height: 7.1942446043vw;
        right: 1.1990407674vw;
        min-width: 7.1942446043vw;
        min-height: 7.1942446043vw
    }
}

.qa_block__list3 .qa_block__question strong {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
    color: #fff;
    font-size: 20px
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question strong {
        font-size: 2.9976019185vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__question strong {
        font-size: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__question strong {
        margin-top: 0.5995203837vw
    }
}

.qa_block__list3 .qa_block__anser {
    border-radius: 0 0 10px 10px;
    background: #f7f7f7;
    font-size: 18px;
    font-weight: 500;
    align-items: flex-start;
    padding: 20px;
    display: none
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__anser {
        font-size: 1.2vw;
        padding: 1.3333333333vw;
        border-radius: 0 0 0.6666666667vw 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser {
        padding: 2.3980815348vw 7.1942446043vw 2.3980815348vw 2.3980815348vw;
        margin-top: 1.7985611511vw;
        border-radius: 0 0 1.1990407674vw 1.1990407674vw
    }
}

.qa_block__list3 .qa_block__anser>.wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.qa_block__list3 .qa_block__anser .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0
}

.qa_block__list3 .qa_block__anser .txt h3+p {
    padding: 15px;
    background: #f7f7f7
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__anser .txt h3+p {
        padding: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser .txt h3+p {
        padding: 1.7985611511vw
    }
}

.qa_block__list3 .qa_block__anser .txt h3 {
    font-weight: 700;
    color: #f46610;
    margin: 15px 0
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__anser .txt h3 {
        margin: 1vw 0
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser .txt h3 {
        margin: 1.7985611511vw 0
    }
}

.qa_block__list3 .qa_block__anser .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-right: 15px
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser .icon {
        font-size: 3.4772182254vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .qa_block__list3 .qa_block__anser .icon {
        width: 2.8vw;
        height: 2.8vw;
        min-width: 2.8vw;
        min-height: 2.8vw;
        font-size: 1.2666666667vw;
        margin-right: 1vw
    }
}

@media screen and (max-width:834px) {
    .qa_block__list3 .qa_block__anser .icon {
        width: 5.9952038369vw;
        height: 5.9952038369vw;
        min-width: 5.9952038369vw;
        min-height: 5.9952038369vw;
        margin-right: 1.7985611511vw
    }
}

.time_wrap {
    background: rgba(244, 102, 16, 0.1);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:834px) {
    .time_wrap {
        padding: 3.5971223022vw;
        border-radius: 1.1990407674vw
    }
}

.time_wrap>.wp-block-group__inner-container {
    display: contents
}

.time_wrap figure {
    width: 70%
}

@media screen and (max-width:834px) {
    .time_wrap figure {
        width: 100%
    }
}

.time_wrap h3 {
    width: 25%;
    font-weight: 700;
    display: block;
    vertical-align: top
}

@media screen and (max-width:834px) {
    .time_wrap h3 {
        width: 100%;
        margin-bottom: 3.5971223022vw
    }
}

.time_wrap h3:before {
    content: "";
    font-family: FontAwesome;
    color: #f46610;
    margin-right: 5px
}

@media screen and (max-width:834px) {
    .time_wrap h3:before {
        margin-right: 0.5995203837vw
    }
}

.school_01 {
    text-align: center;
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .school_01 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .school_01 {
        margin-bottom: 11.9904076739vw
    }
}

.school_01 li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

@media screen and (max-width:834px) {
    .school_01 li {
        margin: 0 1.7985611511vw
    }
}

.school_01 li a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    border: #ccc 1px solid;
    border-radius: 100px
}

@media screen and (max-width:834px) {
    .school_01 li a {
        padding: 1.1990407674vw 2.3980815348vw
    }
}

.school_01 li a:hover {
    color: #fff;
    background: #f46610;
    border-color: #f46610
}

.school_01 li a:hover:after {
    color: #fff
}

.school_01 li a:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    color: #f46610;
    display: inline-block;
    margin-left: 15px
}

@media screen and (max-width:834px) {
    .school_01 li a:after {
        margin-left: 1.7985611511vw
    }
}

.school_02 {
    background: #f7f3ea;
    width: 80%;
    margin: 0 auto 100px;
    box-sizing: border-box;
    position: relative;
    border: #f46610 1px solid;
    padding: 30px
}

@media screen and (max-width:834px) {
    .school_02 {
        width: 100%;
        margin: 0 auto 11.9904076739vw;
        padding: 2.3980815348vw
    }
}

.school_02:before,
.school_02:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f46610 transparent transparent transparent;
    position: absolute
}

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

    .school_02:before,
    .school_02:after {
        border-width: 2.3980815348vw 2.3980815348vw 0 0vw
    }
}

.school_02:before {
    top: 0;
    left: 0
}

.school_02:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg)
}

@media screen and (max-width:834px) {
    .school_02 .wp-block-media-text__content {
        margin-top: 0;
        margin-bottom: 3.5971223022vw
    }
}

.school_02 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

@media screen and (max-width:834px) {
    .school_02 h3 {
        font-size: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .school_02 h3 {
        margin-bottom: 1.7985611511vw
    }
}

.school_02 .txt {
    margin-top: 15px
}

@media screen and (max-width:834px) {
    .school_02 .txt {
        margin-top: 1.7985611511vw
    }
}

.school_02 .txt strong {
    background: #f46610;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px
}

@media screen and (max-width:834px) {
    .school_02 .txt strong {
        border-radius: 0.5995203837vw;
        padding: 0.5995203837vw 1.1990407674vw;
        margin-right: 1.1990407674vw
    }
}

.map-wrap_02 {
    border-radius: 10px;
    overflow: hidden
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .map-wrap_02 {
        border-radius: 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .map-wrap_02 {
        border-radius: 1.1990407674vw
    }
}

.map-wrap_02 .map {
    width: 100%;
    position: relative;
    padding-top: 55%
}

.map-wrap_02 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.f_info_02 tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.f_info_02 tr:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .f_info_02 tr:not(:last-child) {
        margin-bottom: 2vw
    }
}

@media screen and (max-width:834px) {
    .f_info_02 tr:not(:last-child) {
        margin-bottom: 3.5971223022vw
    }
}

.f_info_02 tr td:first-child {
    text-align: center;
    min-width: 105px;
    background: #f46610;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    margin-right: 20px
}

@media screen and (max-width:834px) {
    .f_info_02 tr td:first-child {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .f_info_02 tr td:first-child {
        min-width: 7vw;
        font-size: 1.2vw;
        border-radius: 0.3333333333vw;
        padding: 0.3333333333vw 0.6666666667vw;
        margin-right: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .f_info_02 tr td:first-child {
        min-width: 21.5827338129vw;
        border-radius: 0.5995203837vw;
        padding: 0.5995203837vw 1.1990407674vw;
        margin-right: 2.3980815348vw
    }
}

.f_info_02 tr td {
    border: 0;
    font-size: 16px
}

@media screen and (max-width:834px) {
    .f_info_02 tr td {
        font-size: 2.8776978417vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .f_info_02 tr td {
        font-size: 1.0666666667vw
    }
}

.access_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .access_01 {
        margin-bottom: 6.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .access_01 {
        flex-direction: column-reverse;
        margin-bottom: 11.9904076739vw
    }
}

.access_01>.wp-block-group__inner-container {
    display: contents
}

.access_01 .map-wrap {
    width: 50%;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .access_01 .map-wrap {
        border-radius: 0.6666666667vw
    }
}

@media screen and (max-width:834px) {
    .access_01 .map-wrap {
        border-radius: 1.1990407674vw;
        width: 100%
    }
}

.access_01 .map-wrap .map {
    width: 100%;
    position: relative;
    padding-top: 75%
}

.access_01 .map-wrap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.access_01 .f_info_02 {
    width: 45%
}

@media screen and (max-width:834px) {
    .access_01 .f_info_02 {
        width: 100%;
        margin-bottom: 5.9952038369vw
    }
}

@media screen and (max-width:834px) {
    .staff {
        display: block
    }
}

@media screen and (max-width:834px) {
    .staff .wp-block-media-text__content {
        padding: 0
    }
}

@media screen and (max-width:834px) {
    .staff figure {
        margin-bottom: 3.5971223022vw !important
    }
}

.staff .job {
    background: #f46610;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .staff .job {
        font-size: 3.1175059952vw
    }
}

@media screen and (max-width:834px) {
    .staff .job {
        padding: 0.5995203837vw 2.3980815348vw;
        border-radius: 1.1990407674vw;
        margin-bottom: 1.1990407674vw
    }
}

.staff .ttl_01,
.staff .ttl_06 {
    position: relative;
    color: #111;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px
}

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

    .staff .ttl_01,
    .staff .ttl_06 {
        font-size: 5.9952038369vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .staff .ttl_01,
    .staff .ttl_06 {
        font-size: 2.6666666667vw
    }
}

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

    .staff .ttl_01,
    .staff .ttl_06 {
        margin-bottom: 5.9952038369vw
    }
}

.staff .ttl_01 strong,
.staff .ttl_06 strong {
    font-size: 70px;
    font-weight: 900;
    display: block;
    margin-bottom: 10px
}

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

    .staff .ttl_01 strong,
    .staff .ttl_06 strong {
        font-size: 4.6666666667vw
    }
}

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

    .staff .ttl_01 strong,
    .staff .ttl_06 strong {
        font-size: 7.1942446043vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {

    .staff .ttl_01 strong,
    .staff .ttl_06 strong {
        margin-bottom: 0.6666666667vw;
        font-size: 4.6666666667vw
    }
}

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

    .staff .ttl_01 strong,
    .staff .ttl_06 strong {
        margin-bottom: 1.1990407674vw
    }
}

.staff .vk_faq {
    border: 0;
    position: relative
}

.staff .vk_faq:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/voice_line_dot.png) left bottom repeat-x
}

.staff .vk_faq .vk_faq_title {
    padding: 5px 30px
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_title {
        padding: 0.5995203837vw 4.7961630695vw
    }
}

.staff .vk_faq .vk_faq_title:before {
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: #eddfc3;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_title:before {
        font-size: 3.8369304556vw
    }
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_title:before {
        width: 4.7961630695vw;
        height: 4.7961630695vw;
        top: 1.1990407674vw
    }
}

.staff .vk_faq .vk_faq_title p {
    font-size: 18px;
    margin-left: 10px
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_title p {
        font-size: 3.3573141487vw
    }
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_title p {
        margin-left: 1.1990407674vw
    }
}

.staff .vk_faq .vk_faq_content {
    padding: 5px 30px
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_content {
        padding: 0.5995203837vw 4.7961630695vw
    }
}

.staff .vk_faq .vk_faq_content:before {
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: #f46610;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_content:before {
        font-size: 3.8369304556vw
    }
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_content:before {
        width: 4.7961630695vw;
        height: 4.7961630695vw;
        top: 1.1990407674vw
    }
}

.staff .vk_faq .vk_faq_content p {
    font-size: 18px;
    margin-left: 10px
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_content p {
        font-size: 3.3573141487vw
    }
}

@media screen and (max-width:834px) {
    .staff .vk_faq .vk_faq_content p {
        margin-left: 1.1990407674vw
    }
}

.post-name-facilities .lower {
    margin: 0 !important
}

.post-name-facilities .ttl_01,
.post-name-facilities .ttl_06,
.post-name-facilities .txt {
    display: none
}

.post-name-policy p {
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .post-name-policy p {
        margin-bottom: 1.1990407674vw
    }
}

.post-name-policy h2 {
    letter-spacing: 0.05em;
    position: relative;
    border-bottom: #d2d9d2 2px solid;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px
}

@media screen and (max-width:834px) {
    .post-name-policy h2 {
        font-size: 3.3573141487vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .post-name-policy h2 {
        font-size: 1.2vw
    }
}

@media screen and (max-width:834px) {
    .post-name-policy h2 {
        padding-bottom: 0.9592326139vw;
        margin-bottom: 3.5971223022vw
    }
}

.post-name-policy h2:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #f46610;
    position: absolute;
    bottom: -2px;
    left: 0
}

@media screen and (max-width:834px) {
    .post-name-policy h2:before {
        width: 11.9904076739vw;
        height: 0.2398081535vw;
        bottom: -0.2398081535vw
    }
}

.post_nav {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

@media screen and (max-width:834px) {
    .post_nav {
        margin-top: 5.9952038369vw
    }
}

.post_nav:after {
    content: "";
    display: block;
    clear: both
}

.post_nav li {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    float: left;
    background: #fff
}

.post_nav li span {
    color: #fff !important;
    background-color: #aa480c
}

.post_nav li:first-child>.page-numbers {
    border-top-left-radius: var(--vk-size-radius);
    border-bottom-left-radius: var(--vk-size-radius);
    margin-left: 0
}

.post_nav li:last-child>.page-numbers {
    border-top-right-radius: var(--vk-size-radius);
    border-bottom-right-radius: var(--vk-size-radius)
}

.post_nav li a,
.post_nav li span.page-numbers {
    display: block;
    border: 1px solid var(--vk-color-border-hr);
    margin-left: -1px;
    color: var(--vk-color-text-body);
    text-decoration: none;
    padding: 6px 12px
}

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

    .post_nav li a,
    .post_nav li span.page-numbers {
        padding: 0.7194244604vw 1.4388489209vw
    }
}

.post_wrap2 ul li.post_box {
    background: #fff;
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
}

.post_wrap2 ul li.post_box:last-child {
    border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5)
}

.post_wrap2 ul li.post_box a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a {
        display: block;
        padding: 2.3980815348vw
    }
}

.post_wrap2 ul li.post_box a:hover {
    opacity: 0.6
}

.post_wrap2 ul li.post_box a .flxL {
    position: relative;
    padding-top: 25%;
    width: 25%
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .flxL {
        width: 100%;
        padding-top: 66%;
        margin-bottom: 3.5971223022vw
    }
}

.post_wrap2 ul li.post_box a .flxL img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post_wrap2 ul li.post_box a .flxR {
    width: 72%
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .flxR {
        width: 100%
    }
}

.post_wrap2 ul li.post_box a .meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .meta {
        margin-bottom: 1.1990407674vw
    }
}

.post_wrap2 ul li.post_box a .meta .time {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-top: 4px
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .meta .time {
        font-size: 2.8776978417vw
    }
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .meta .time {
        margin-top: 0.479616307vw
    }
}

.post_wrap2 ul li.post_box a .meta .cat {
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #82889d;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .meta .cat {
        font-size: 2.8776978417vw
    }
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .meta .cat {
        margin-left: 1.1990407674vw;
        padding: 0.479616307vw 0.9592326139vw
    }
}

.post_wrap2 ul li.post_box a .ttl {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .ttl {
        font-size: 3.1175059952vw
    }
}

.post_wrap2 ul li.post_box a p {
    color: #000;
    font-size: 14px
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a p {
        font-size: 2.8776978417vw
    }
}

.post_wrap2 ul li.post_box a .post_btn {
    font-size: 12px;
    background: #f46610;
    color: #fff;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    width: 130px
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .post_btn {
        font-size: 2.8776978417vw
    }
}

@media screen and (max-width:834px) {
    .post_wrap2 ul li.post_box a .post_btn {
        margin-top: 1.1990407674vw;
        width: 23.9808153477vw
    }
}

.post_hed {
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .post_hed {
        margin-bottom: 3.5971223022vw
    }
}

.post_hed h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .post_hed h1 {
        font-size: 5.9952038369vw
    }
}

@media screen and (max-width:834px) {
    .post_hed h1 {
        margin-bottom: 3.5971223022vw
    }
}

.post_hed .cate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #82889d;
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .post_hed .cate {
        margin-bottom: 1.1990407674vw
    }
}

.post_hed .cate a {
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #82889d;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .post_hed .cate a {
        padding: 0.479616307vw 0.9592326139vw
    }
}

.post_hed .cate a:hover {
    background: #f46610;
    color: #fff !important;
    border: 1px solid #f46610
}

.post_hed .data {
    font-size: 14px;
    text-align: right;
    color: #82889d;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .post_hed .data {
        font-size: 2.8776978417vw
    }
}

.post_hed .data i {
    margin-right: 5px
}

.single .blog_img {
    margin-bottom: 50px
}

@media screen and (max-width:834px) {
    .single .blog_img {
        margin-bottom: 5.9952038369vw
    }
}

.single .blog_img img {
    width: 100%
}

.single h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .single h2 {
        font-size: 5.035971223vw
    }
}

@media screen and (max-width:834px) {
    .single h2 {
        margin-bottom: 2.3980815348vw
    }
}

.single h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .single h3 {
        font-size: 3.8369304556vw
    }
}

@media screen and (max-width:834px) {
    .single h3 {
        margin-bottom: 2.3980815348vw
    }
}

.single p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .single p:not(:last-child) {
        margin-bottom: 2.3980815348vw
    }
}

.single p+h2,
.single p+figure {
    margin-top: 50px
}

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

    .single p+h2,
    .single p+figure {
        margin-top: 5.9952038369vw
    }
}

.single figure {
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .single figure {
        margin-bottom: 2.3980815348vw
    }
}

.single figure img {
    width: 100%
}

.single figure+h2,
.single figure+h3,
.single figure+p {
    margin-top: 50px
}

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

    .single figure+h2,
    .single figure+h3,
    .single figure+p {
        margin-top: 5.9952038369vw
    }
}

.single .post-cont a {
    color: #f46610;
    text-decoration: underline
}

.single .post-cont a:hover {
    opacity: 0.6
}

.contact_01 {
    margin: auto;
    margin-bottom: 100px
}

@media screen and (max-width:834px) {
    .contact_01 {
        margin-bottom: 11.9904076739vw
    }
}

.contact_01>.wp-block-group__inner-container {
    margin: auto;
    width: 700px;
    padding: 50px;
    background: rgba(244, 102, 16, 0.2)
}

@media screen and (max-width:834px) {
    .contact_01>.wp-block-group__inner-container {
        padding: 5.9952038369vw;
        width: 100%
    }
}

.contact_01 h2 {
    color: #f46610;
    line-height: 1;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .contact_01 h2 {
        font-size: 4.4364508393vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 h2 {
        margin-bottom: 3.5971223022vw
    }
}

.contact_01 ul {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 50px
}

@media screen and (max-width:834px) {
    .contact_01 ul {
        border-radius: 0.5995203837vw;
        margin-bottom: 5.9952038369vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 ul li {
        width: 50%;
        text-align: center
    }
}

.contact_01 ul li:first-child {
    border-right: 1px solid #ccc
}

.contact_01 ul li strong {
    line-height: 1;
    transition: all 0.8s cubic-bezier(0.1, 0.7, 0.38, 1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #f46610;
    background: #fff;
    text-decoration: none;
    display: block;
    padding: 15px
}

@media screen and (max-width:834px) {
    .contact_01 ul li strong {
        font-size: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 ul li strong {
        padding: 1.7985611511vw;
        width: 100%
    }
}

.contact_01 ul li span {
    font-size: 13px
}

@media screen and (max-width:834px) {
    .contact_01 ul li span {
        font-size: 2.757793765vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 ul li span {
        display: block;
        text-align: center;
        margin-bottom: 1.1990407674vw
    }
}

.contact_01 ul li a:hover strong {
    background: #f46610;
    color: #fff
}

.contact_01 figure {
    width: 530px;
    margin: 0 auto
}

@media screen and (max-width:834px) {
    .contact_01 figure {
        width: 100%
    }
}

.contact_01 tr {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width:834px) {
    .contact_01 tr {
        display: block
    }
}

.contact_01 tr:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width:834px) {
    .contact_01 tr:not(:last-child) {
        margin-bottom: 1.7985611511vw
    }
}

.contact_01 tr th {
    display: block;
    border: 0;
    width: 20%;
    background: #f46610;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .contact_01 tr th {
        font-size: 2.757793765vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 tr th {
        width: 100%
    }
}

.contact_01 tr td {
    display: block;
    width: 80%;
    border: 0;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:834px) {
    .contact_01 tr td {
        font-size: 2.757793765vw
    }
}

@media screen and (max-width:834px) {
    .contact_01 tr td {
        width: 100%
    }
}

.cont_tel a {
    font-size: 30px;
    font-weight: 700;
    color: #f46610
}

@media screen and (max-width:834px) {
    .cont_tel a {
        font-size: 4.7961630695vw
    }
}

.cont_tel a:hover {
    opacity: 0.6
}

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

    .contact_wrap .lower,
    .contact_wrap .breadcrumb {
        padding: 0 !important
    }
}

.contact_wrap input[type="text"],
.contact_wrap input[type="email"],
.contact_wrap input[type="tel"],
.contact_wrap input[type="password"],
.contact_wrap input[type="number"],
.contact_wrap textarea,
.contact_wrap select {
    background: #f4f4f4;
    border-radius: 8px;
    border: 1px solid transparent
}

.contact_wrap .txt_wrap {
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .contact_wrap .txt_wrap {
        margin-bottom: 3.5971223022vw
    }
}

.contact_wrap .txt_wrap h2 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #f46610;
    padding: 0.5em 1em calc(0.5em - 6px);
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap .txt_wrap h2 {
        font-size: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap .txt_wrap h2 {
        margin-bottom: 2.3980815348vw
    }
}

.contact_wrap .txt_wrap h2:after {
    content: "";
    background-color: #f46610;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0
}

.contact_wrap .txt_wrap p {
    font-size: 14px
}

@media screen and (max-width:834px) {
    .contact_wrap .txt_wrap p {
        font-size: 2.8776978417vw
    }
}

.contact_wrap .txt_wrap p:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .contact_wrap .txt_wrap p:not(:last-child) {
        margin-bottom: 1.1990407674vw
    }
}

.contact_wrap dl {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    .contact_wrap dl {
        display: block
    }
}

.contact_wrap dl:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .contact_wrap dl:not(:last-child) {
        margin-bottom: 2vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap dl:not(:last-child) {
        margin-bottom: 3.5971223022vw
    }
}

.contact_wrap dl dt {
    border-right: 1px solid #ccc;
    background: rgba(244, 102, 16, 0.2);
    font-size: 16px;
    font-weight: 700;
    width: 25%;
    padding: 1em
}

@media screen and (max-width:834px) {
    .contact_wrap dl dt {
        font-size: 3.1175059952vw
    }
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .contact_wrap dl dt {
        font-size: 1.0666666667vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap dl dt {
        width: 100%;
        min-width: auto;
        border-right: 0
    }
}

.contact_wrap dl dt span {
    background: #e95412;
    color: #fff;
    border-radius: 100px;
    padding: 0 10px
}

@media screen and (max-width:834px) {
    .contact_wrap dl dt span {
        padding: 0 2.3980815348vw;
        margin-left: 2.3980815348vw
    }
}

.contact_wrap dl dt p {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    .contact_wrap dl dt p {
        justify-content: flex-start
    }
}

.contact_wrap dl dd {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    padding: 20px
}

@media screen and (min-width:835px) and (max-width:1400px) {
    .contact_wrap dl dd {
        padding: 1.3333333333vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap dl dd {
        width: 100%;
        padding: 2.3980815348vw
    }
}

.contact_wrap dl dd input {
    font-size: 16px
}

@media screen and (max-width:834px) {
    .contact_wrap dl dd input {
        font-size: 2.5179856115vw
    }
}

.contact_wrap dl dd .wpcf7-radio>span {
    display: block;
    margin-left: 0
}

.contact_wrap dl dd p {
    width: 100%
}

.contact_wrap dl dd p input {
    line-height: 1.6em;
    padding: 10px 15px
}

@media screen and (max-width:834px) {
    .contact_wrap dl dd p input {
        padding: 1.1990407674vw 1.7985611511vw
    }
}

.contact_wrap dl .txt_02 {
    font-size: 14px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .txt_02 {
        font-size: 2.8776978417vw
    }
}

.contact_wrap dl .media_day input {
    padding: 0
}

@media screen and (max-width:834px) {
    .contact_wrap dl .media_day input {
        padding: 0
    }
}

.contact_wrap dl .busyo {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact_wrap dl .busyo span {
    margin-left: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .busyo span {
        margin-left: 2.3980815348vw
    }
}

.contact_wrap dl .kana {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact_wrap dl .kana span {
    margin-right: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .kana span {
        margin-right: 2.3980815348vw
    }
}

.contact_wrap dl .name {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact_wrap dl .name span {
    margin-right: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .name span {
        margin-right: 2.3980815348vw
    }
}

.contact_wrap dl .add p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width:834px) {
    .contact_wrap dl .add p {
        font-size: 2.3980815348vw
    }
}

.contact_wrap dl .add p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .add p:not(:last-child) {
        margin-bottom: 2.3980815348vw
    }
}

.contact_wrap dl .add p span {
    margin-left: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl .add p span {
        margin-left: 2.3980815348vw
    }
}

.contact_wrap dl #privacyPolicy {
    padding: 15px 20px;
    width: 100%;
    min-width: 100%;
    background: #f4f4f4;
    border-radius: 8px;
    border: 1px solid transparent;
    height: 350px;
    overflow-y: scroll
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy {
        padding: 1.7985611511vw 2.3980815348vw;
        height: 41.9664268585vw
    }
}

.contact_wrap dl #privacyPolicy h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #f46610;
    padding: 0.5em 1em calc(0.5em - 6px);
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy h3 {
        font-size: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy h3 {
        margin-bottom: 2.3980815348vw
    }
}

.contact_wrap dl #privacyPolicy h3:after {
    content: "";
    background-color: #f46610;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0
}

.contact_wrap dl #privacyPolicy .txt_01 {
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy .txt_01 {
        margin-bottom: 3.5971223022vw
    }
}

.contact_wrap dl #privacyPolicy .wrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy .wrap h4 {
        font-size: 2.757793765vw
    }
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy .wrap h4 {
        margin-bottom: 1.1990407674vw;
        padding-bottom: 1.1990407674vw
    }
}

.contact_wrap dl #privacyPolicy .wrap p {
    margin-bottom: 20px
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy .wrap p {
        margin-bottom: 2.3980815348vw
    }
}

.contact_wrap dl #privacyPolicy .txt_02 {
    background: #fff;
    padding: 15px
}

.contact_wrap dl #privacyPolicy .txt_02 strong {
    margin-bottom: 10px
}

@media screen and (max-width:834px) {
    .contact_wrap dl #privacyPolicy .txt_02 strong {
        margin-bottom: 1.1990407674vw
    }
}

.contact_wrap>p {
    position: relative;
    text-align: center
}

.contact_wrap>p .wpcf7-form-control-wrap {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (max-width:834px) {
    .contact_wrap>p .wpcf7-form-control-wrap {
        margin-bottom: 3.5971223022vw
    }
}

.contact_wrap>p .wpcf7-submit {
    cursor: pointer;
    color: #fff;
    background: #f46610;
    width: 250px;
    padding: 15px
}

@media screen and (max-width:834px) {
    .contact_wrap>p .wpcf7-submit {
        width: 29.9760191847vw;
        padding: 1.7985611511vw
    }
}

.contact_wrap>p .wpcf7-submit[type="submit" i]:disabled {
    background: rgba(244, 102, 16, 0.3)
}

.contact_wrap>p .wpcf7-spinner {
    position: absolute
}

.contact_wrap>p .wpcf7-list-item {
    margin: 0
}

.contact_wrap>p .wpcf7-list-item label input {
    margin: 0
}

.service_01 .wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -2.7777%
}

@media screen and (max-width:834px) {
    .service_01 .wp-block-group__inner-container {
        margin-left: 0
    }
}

.service_01 .wp-block-group__inner-container .box {
    width: 30.5555%;
    margin-left: 2.7777%
}

@media screen and (max-width:834px) {
    .service_01 .wp-block-group__inner-container .box {
        margin-left: 0;
        width: 100%
    }

    .service_01 .wp-block-group__inner-container .box:not(:last-child) {
        margin-bottom: 3.5971223022vw
    }
}

.service_01 .wp-block-group__inner-container .box p {
    color: #336699;
    font-weight: 700;
    font-size: 18px;
    display: block
}

@media screen and (max-width:834px) {
    .service_01 .wp-block-group__inner-container .box p {
        font-size: 3.3573141487vw
    }
}

.service_02_ttl {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    margin-bottom: 1em
}

@media screen and (max-width:834px) {
    .service_02_ttl {
        font-size: 4.7961630695vw
    }
}

.service_02_ttl:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #336699;
    font-weight: 900
}

.service_02_ttl_02 {
    font-size: 20px;
    font-weight: bold;
    background: #e28427;
    color: #fff;
    text-align: center;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px
}

@media screen and (max-width:834px) {
    .service_02_ttl_02 {
        font-size: 3.5971223022vw
    }
}

@media screen and (max-width:834px) {
    .service_02_ttl_02 {
        margin-bottom: 1.1990407674vw;
        padding: 1.1990407674vw
    }
}

.service_03 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    .service_03 {
        display: block
    }
}

.service_03 li {
    width: 47%;
    border-bottom: 1px dashed #bebebe;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:834px) {
    .service_03 li {
        width: 100%;
        padding: 0 1.1990407674vw 1.1990407674vw
    }

    .service_03 li:not(:last-child) {
        margin-bottom: 3.5971223022vw
    }
}

.service_03 li strong {
    font-size: 18px
}

@media screen and (max-width:834px) {
    .service_03 li strong {
        font-size: 3.3573141487vw
    }
}

.service_03 li.sub_txt {
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width:834px) {
    .service_03 li.sub_txt {
        margin-bottom: 5.9952038369vw
    }
}

.service_03 li.sub_txt sub {
    position: absolute;
    bottom: -30px;
    left: 0
}

@media screen and (max-width:834px) {
    .service_03 li.sub_txt sub {
        bottom: -4.7961630695vw
    }
}

.service_03_txt {
    padding: 15px;
    margin-top: 25px;
    border: 1px solid #c8c8c8
}

@media screen and (max-width:834px) {
    .service_03_txt {
        padding: 1.7985611511vw;
        margin-top: 2.9976019185vw
    }
}