/*!
Theme Name: 不動産ラボ
Author: FlatNorm,KaiOno
Author URI: https://flatnorm.com
Version: 1.0
Text Domain: flabo
*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);

@font-face {
    font-family: MyYuGothicM;
    font-weight: 400;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular")
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto!important
}

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

br.sp {
    display: none
}

@media screen and (max-width:767px) {
    br.sp {
        display: inline
    }
}

.pc-hide {
    display: none !important
}

@media screen and (max-width:767px) {
    .pc-hide {
        display: inline !important
    }
}

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

.pc-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .pc-center {
        text-align: left !important
    }
}

ul {
    padding: 0;
    margin: 0
}

.anchor-link {
    margin-top: -200px;
    padding-top: 200px;
    display: block
}

.c-title {
    color: #313131;
    text-align: center
}

.c-title .c-title_icon {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .c-title .c-title_icon {
        margin-bottom: 8px
    }

    .c-title .c-title_icon img {
        width: 35px
    }
}

.c-title .c-title_balloon {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 33px;
    height: 74px;
    line-height: 74px;
    min-width: 400px;
    font-weight: 700;
    color: #000;
    border: 1px solid #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 500;
    padding: 0 45px;
    margin: 0 0 35px !important
}

@media screen and (max-width:767px) {
    .c-title .c-title_balloon {
        min-width: initial;
        width: 100%;
        font-size: 15px !important;
        height: 50px !important;
        line-height: 50px !important;
        margin: 0 0 17px !important
    }
}

.c-title .c-title_balloon::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2
}

.c-title .c-title_balloon::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #353535 transparent transparent transparent;
    z-index: 1
}

.c-title .c-title_en {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .c-title .c-title_en {
        font-size: 12px
    }
}

.c-title .c-title_bar {
    width: 100px;
    height: 10px;
    background-color: #f9e620;
    border-radius: 5px;
    display: block;
    margin: 25px auto 20px
}

@media screen and (max-width:767px) {
    .c-title .c-title_bar {
        width: 50px;
        height: 5px;
        margin: 13px auto 20px
    }
}

.c-title .c-title_main {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0
}

@media screen and (max-width:767px) {
    .c-title .c-title_main {
        font-size: 20px;
        letter-spacing: 1.5px
    }
}

.c-btn {
    text-align: center
}

.c-btn>a {
    position: relative;
    color: #313131;
    border: 3px solid #313131;
    background-color: #f9e620;
    width: 580px;
    max-width: 100%;
    height: 96px;
    line-height: 95px;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-size: 24px;
    border-radius: 46px;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .c-btn>a {
        width: 240px;
        height: 48px;
        line-height: 43px;
        font-size: 12px;
        border: 2px solid #313131
    }
}

.c-btn>a:hover {
    opacity: .7
}

.c-btn>a:hover>span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.c-btn>a>span {
    position: relative;
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-btn>a>span::after,
.c-btn>a>span::before {
    content: "";
    width: 12px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #313131;
    position: absolute;
    right: 0
}

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

    .c-btn>a>span::after,
    .c-btn>a>span::before {
        width: 6px;
        height: 2px
    }
}

.c-btn>a>span::before {
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .c-btn>a>span::before {
        top: calc(50% - 2px)
    }
}

.c-btn>a>span::after {
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
    .c-btn>a>span::after {
        bottom: calc(50% - 3px)
    }
}

.c-btn.contact>a {
    width: 915px;
    height: 228px;
    line-height: 1;
    border-radius: 114px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .c-btn.contact>a {
        height: 114px;
        border-radius: 57px
    }
}

.c-btn.contact>a>p {
    margin: 0
}

.c-btn.contact>a>p:nth-of-type(1) {
    font-size: 30px
}

@media screen and (max-width:767px) {
    .c-btn.contact>a>p:nth-of-type(1) {
        font-size: 15px
    }
}

.c-btn.contact>a>p:nth-of-type(2) {
    font-size: 50px;
    margin: 25px 0 15px
}

@media screen and (max-width:767px) {
    .c-btn.contact>a>p:nth-of-type(2) {
        font-size: 25px;
        margin: 15px 0 10px
    }
}

.c-btn.contact>a>p:nth-of-type(3) {
    font-size: 18px
}

@media screen and (max-width:767px) {
    .c-btn.contact>a>p:nth-of-type(3) {
        font-size: 10px;
        letter-spacing: 1px
    }
}

.c-btn.drawer>a {
    width: 100%;
    line-height: 1;
    border-radius: 114px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 75px;
    border-radius: 57px
}

.c-btn.drawer>a>img {
    margin-right: 10px
}

.c-btn.drawer>a .c-btn_text>p {
    margin: 0
}

.c-btn.drawer>a .c-btn_text>p:nth-of-type(1) {
    font-size: 25px;
    letter-spacing: 1.4px;
    text-align: left
}

.c-btn.drawer>a .c-btn_text>p:nth-of-type(2) {
    font-size: 10px;
    margin-top: 8px
}

.c-btn.drawer.tel {
    margin-top: 10px
}

.c-btn.drawer.tel>a {
    color: #fff;
    background-color: #01ac47
}

.c-btn.flex {
    text-align: left
}

.c-btn.flex>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto
}

.c-btn.second>a {
    height: auto;
    line-height: 1.3;
    margin: 0 auto;
    padding: 14px 0
}

@media screen and (max-width:767px) {
    .c-btn.second>a {
        padding: 7px 0
    }
}

.c-btn.second>a span {
    display: inline-block
}

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

    .c-btn.second>a span::after,
    .c-btn.second>a span::before {
        right: 10px
    }
}

.c-menu {
    background-color: #f3f3f3;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 30px
}

@media screen and (max-width:767px) {
    .c-menu {
        padding: 25px 20px 10px
    }
}

.c-menu .c-menu_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap {
        margin-top: 20px
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item {
    width: calc(33.3333333333% - 30px);
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap .c-menu_wrap_item {
        width: calc(50% - 8px);
        margin-bottom: 15px
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a {
    display: block;
    padding: 22px 10px;
    background-color: #f9e620;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 3px solid #313131;
    line-height: 1;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap .c-menu_wrap_item>a {
        padding: 0 16px 0 16px;
        font-size: 12px;
        border: 2px solid #313131;
        text-align: left;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1.5
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a:hover {
    opacity: .7
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a:hover>span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a>span {
    position: relative;
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap .c-menu_wrap_item>a>span {
        margin-left: 10px
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a>span::after,
.c-menu .c-menu_wrap .c-menu_wrap_item>a>span::before {
    content: "";
    width: 12px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #313131;
    position: absolute;
    right: 0
}

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

    .c-menu .c-menu_wrap .c-menu_wrap_item>a>span::after,
    .c-menu .c-menu_wrap .c-menu_wrap_item>a>span::before {
        width: 6px;
        height: 2px
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a>span::before {
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap .c-menu_wrap_item>a>span::before {
        top: calc(50% - 2px)
    }
}

.c-menu .c-menu_wrap .c-menu_wrap_item>a>span::after {
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
    .c-menu .c-menu_wrap .c-menu_wrap_item>a>span::after {
        bottom: calc(50% - 3px)
    }
}

.timelimit_table {
    margin: 50px auto;
    border: 3px solid #2f2f2f;
    font-size: 24px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .timelimit_table {
        margin: 25px auto;
        border: 2px solid #2f2f2f;
        font-size: 12px
    }
}

.timelimit_table tbody tr td {
    padding: 40px 25px;
    border-bottom: 3px solid #2f2f2f;
    border-right: 3px solid #2f2f2f
}

@media screen and (max-width:767px) {
    .timelimit_table tbody tr td {
        padding: 20px 12px;
        border-bottom: 2px solid #2f2f2f;
        border-right: 2px solid #2f2f2f
    }
}

.timelimit_table .green {
    background-color: #83cb58;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.5px
}

@media screen and (max-width:767px) {
    .timelimit_table .green {
        font-size: 15px;
        padding: 20px 7px
    }
}

.timelimit_table .green span {
    font-weight: 500;
    display: block;
    width: 50px
}

@media screen and (max-width:767px) {
    .timelimit_table .green span {
        width: 30px
    }
}

.timelimit_table .gray {
    background-color: #efefef
}

.timelimit_table .yellow {
    color: #d60101;
    background-color: #f9e620;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.5px
}

@media screen and (max-width:767px) {
    .timelimit_table .yellow {
        font-size: 15px;
        padding: 20px 7px
    }
}

.timelimit_table .yellow span {
    font-weight: 500;
    display: block;
    width: 50px
}

@media screen and (max-width:767px) {
    .timelimit_table .yellow span {
        width: 30px
    }
}

.timelimit_table .center {
    text-align: center
}

.timelimit_table span {
    font-weight: 300
}

.c-map {
    width: 100%
}

@media screen and (max-width:767px) {
    .c-map {
        height: 200px
    }
}

@media screen and (max-width:767px) {
    .ta-l-sp figcaption {
        text-align: left !important;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.7
    }
}

.header {
    width: 100%;
    padding: 0 calc(50vw - 640px);
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    max-width: 100%;
    z-index: 1002
}

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

.header .header_top {
    background-color: #1f1f1f;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    font-size: 14px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw
}

.header .header_top h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 100
}

.header .header_top .header_top_right a {
    color: #fff;
    position: relative;
    margin-left: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.header .header_top .header_top_right a:hover {
    opacity: .7
}

.header .header_bottom {
    height: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header_bottom .header_bottom_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

.header .header_bottom .header_bottom_logo p {
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header .header_bottom .header_bottom_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header_bottom .header_bottom_right .header_bottom_right_contact {
    background-color: #01ac47;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 5px;
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    padding-right: 10px;
    margin-left: 20px
}

.header .header_bottom .header_bottom_right .header_bottom_right_contact::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transition: .3s;
    transition: .3s
}

.header .header_bottom .header_bottom_right .header_bottom_right_contact:hover::before {
    right: 15px
}

.header .header_bottom .header_bottom_right a {
    -webkit-transition: .3s;
    transition: .3s
}

.header .header_bottom .header_bottom_right a:hover {
    opacity: .7
}

.header .header_nav {
    font-size: 16px;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    -webkit-box-shadow: 0 6px 6px 0 rgba(204, 204, 204, .5);
    box-shadow: 0 6px 6px 0 rgba(204, 204, 204, .5)
}

.header .header_nav nav {
    height: 90px
}

.header .header_nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 100%
}

.header .header_nav nav ul li {
    position: relative;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 10px 10px 0 0
}

.header .header_nav nav ul li::after {
    border-bottom: solid 3px #313131;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 0
}

.header .header_nav nav ul li:hover {
    background-color: #f9e620
}

.header .header_nav nav ul li:hover::after {
    width: 100%
}

.drawer {
    display: none
}

@media screen and (max-width:767px) {
    .drawer {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1005
    }
}

.drawer .drawer_top {
    padding: 4px;
    background-color: #353535;
    color: #fff;
    font-size: 11px;
    height: 20px;
    position: relative;
    z-index: 1050;
    padding-left: 15px
}

.drawer .drawer_top p {
    margin: 0
}

.drawer .drawer_bottom {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    position: relative;
    z-index: 1050;
    background-color: #fff
}

.drawer .drawer_bottom__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.drawer .drawer_bottom .drawer_bottom_logo {
    width: 215px
}

.drawer .drawer_bottom .drawer_bottom_logo img {
    width: 100%;
    height: auto
}

.drawer .drawer_bottom .drawer_bottom_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45px;
    height: 45px;
    padding-bottom: 4px
}

.drawer .drawer_bottom .drawer_bottom_link>img {
    width: 18px
}

.drawer .drawer_bottom .drawer_bottom_link>p {
    font-size: 9px;
    margin: 0
}

.drawer .drawer_bottom .drawer_bottom_link.tel {
    background-color: #f9e620
}

.drawer .drawer_bottom .drawer_bottom_link.contact {
    background-color: #01ac47;
    color: #fff
}

.drawer .drawer_bottom .drawer_bottom_link.contact>img {
    margin-bottom: 4px
}

.drawer .drawer_btn {
    display: block;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    letter-spacing: .1em;
    cursor: pointer;
    text-align: center;
    outline: 0;
    background: 0 0
}

.drawer .drawer_btn.active .drawer_btn_bar {
    width: 22px
}

.drawer .drawer_btn.active .bar1 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    margin-left: 13px
}

.drawer .drawer_btn.active .bar2 {
    opacity: 0
}

.drawer .drawer_btn.active .bar3 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.drawer .drawer_btn .drawer_btn_bar {
    background-color: #313131;
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.drawer .drawer_btn .drawer_btn_text {
    color: #313131;
    display: block;
    font-size: 8px;
    letter-spacing: 0;
    width: 40px;
    margin: -2px auto 0
}

.drawer .drawer_nav {
    width: 100%;
    height: calc(100vh - 65px);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-104%);
    transform: translateY(-104%);
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1040;
    background-color: rgba(31, 31, 31, .95);
    padding-bottom: 8px;
    padding-bottom: 30px;
    opacity: 0
}

.drawer .drawer_nav.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.drawer .drawer_nav .drawer_nav_links {
    width: 100%;
    margin-bottom: 20px
}

.drawer .drawer_nav .drawer_nav_links nav {
    margin: 6px 0
}

.drawer .drawer_nav .drawer_nav_links nav ul {
    width: 100%;
    padding: 0 10px;
    margin-top: 0
}

.drawer .drawer_nav .drawer_nav_links nav ul li {
    margin: 0 auto;
    padding: 1.5vh 0 1.5vh 40px;
    border-bottom: 1px dashed #fff;
    position: relative
}

.drawer .drawer_nav .drawer_nav_links nav ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    -webkit-transition: .3s;
    transition: .3s
}

.drawer .drawer_nav .drawer_nav_links nav ul a {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.drawer .drawer_nav .drawer_nav_links nav ul::before {
    content: "";
    display: block;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.side_btn {
    position: fixed;
    top: 240px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1100;
    -webkit-filter: drop-shadow(-6px 0 10px rgba(0, 0, 0, .4));
    filter: drop-shadow(-6px 0 10px rgba(0, 0, 0, .4))
}

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

.side_btn:hover {
    opacity: .7
}

.sp_side_btn {
    display: none;
    position: fixed;
    bottom: 185px;
    right: 0;
    z-index: 1100;
    -webkit-filter: drop-shadow(-6px 0 10px rgba(0, 0, 0, .4));
    filter: drop-shadow(-6px 0 10px rgba(0, 0, 0, .4));
    width: 85px;
    -webkit-transition: .3s;
    transition: .3s
}

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

.footer {
    position: relative;
    background-color: #f9e620
}

.footer .footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .footer .footer_content {
        display: block;
        width: 100%;
        padding: 0 20px 10px
    }
}

.footer .footer_content .footer_content_left {
    width: 460px;
    max-width: 100%;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left {
        margin: 0 auto
    }
}

.footer .footer_content .footer_content_left .footer_content_left_logo {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_logo {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_logo img {
        width: 250px
    }
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_info {
        width: 300px;
        margin: 0 auto 10px
    }
}

.footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item p {
    margin: 0;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item p {
        font-size: 12px
    }
}

.footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item p:nth-child(1) {
    text-align: right;
    width: 85px;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item p:nth-child(1) {
        margin-right: 10px;
        width: 60px
    }
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item p:nth-child(2) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.footer .footer_content .footer_content_left .footer_content_left_info .footer_content_left_info_item:not(:last-child) {
    margin-bottom: 8px
}

.footer .footer_content .footer_content_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_right {
        text-align: center
    }
}

.footer .footer_content .footer_content_right iframe {
    width: 100%;
    max-width: 600px
}

@media screen and (max-width:767px) {
    .footer .footer_content .footer_content_right iframe {
        width: 100%;
        max-width: 300px;
        height: 130px
    }
}

.footer .footer_menu {
    background-color: #313131;
    padding: 30px 0
}

@media screen and (max-width:767px) {
    .footer .footer_menu {
        padding: 2px 0
    }
}

.footer .footer_menu nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

.footer .footer_menu nav ul li {
    position: relative;
    display: inline-block;
    padding: 0 2%
}

@media screen and (max-width:767px) {
    .footer .footer_menu nav ul li {
        padding: 0 4%
    }
}

.footer .footer_menu nav ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    right: 0
}

@media screen and (max-width:767px) {
    .footer .footer_menu nav ul li::after {
        height: 12px;
        top: 8px
    }
}

.footer .footer_menu nav ul li:last-child::after {
    content: none
}

.footer .footer_menu nav ul li>a {
    color: #fff;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .footer .footer_menu nav ul li>a {
        font-size: 12px
    }
}

.footer .footer_copy {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #1f1f1f;
    color: #fff
}

@media screen and (max-width:767px) {
    .footer .footer_copy {
        font-size: 12px;
        height: 25px;
        line-height: 25px
    }
}

.footer .footer_copy p {
    margin: 0
}

.back_to_top {
    position: absolute;
    right: 20px;
    top: -80px;
    width: 100px;
    height: 100px;
    z-index: 1100;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .back_to_top {
        right: 10px;
        top: -20px;
        bottom: 74px;
        width: 50px;
        height: 50px
    }
}

.back_to_top::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(49, 49, 49, .75)
}

@media screen and (max-width:767px) {
    .back_to_top::before {
        width: 50px;
        height: 50px
    }
}

.back_to_top::after {
    content: "";
    background-image: url(assets/img/chevron-up.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 26px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
    .back_to_top::after {
        width: 20px;
        height: 13px
    }
}

.back_to_top:hover {
    opacity: .7
}

.form {
    font-size: 20px;
    color: #353535
}

@media screen and (max-width:767px) {
    .form {
        font-size: 16px
    }
}

.form .form_content {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .form .form_content {
        padding: 30px 0 0
    }
}

.form .form_content .form_content_field {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field {
        display: block;
        margin-bottom: 10px
    }
}

.form .form_content .form_content_field .form_content_field_label {
    margin-right: 10px;
    width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label {
        margin-right: 0;
        width: 100%;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
}

.form .form_content .form_content_field .form_content_field_label .form_content_field_label_required {
    display: inline-block;
    width: 95px;
    height: 40px;
    line-height: 40px;
    background-color: #01ac47;
    color: #fff;
    text-align: center;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label .form_content_field_label_required {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 0
    }
}

.form .form_content .form_content_field .form_content_field_label .form_content_field_label_required.top {
    border-radius: 20px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label .form_content_field_label_required.top {
        border-radius: 15px
    }
}

.form .form_content .form_content_field .form_content_field_label .form_content_field_label_optional {
    display: inline-block;
    width: 95px;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
    text-align: center;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label .form_content_field_label_optional {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 0
    }
}

.form .form_content .form_content_field .form_content_field_label .form_content_field_label_optional.top {
    color: #fff;
    background-color: #313131;
    border-radius: 20px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label .form_content_field_label_optional.top {
        border-radius: 15px
    }
}

.form .form_content .form_content_field .form_content_field_label.top {
    width: 300px;
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label.top {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label.top .form_content_field_label_required {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-left: 10px
    }
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_label.top .form_content_field_label_optional {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-left: 10px
    }
}

.form .form_content .form_content_field .form_content_field_input {
    width: calc(100% - 310px)
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input {
        width: 100%
    }
}

.form .form_content .form_content_field .form_content_field_input input {
    width: 100%;
    height: 62px;
    border: none;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 4px 1px #ccc inset;
    box-shadow: 0 0 4px 1px #ccc inset;
    padding-left: 25px;
    border-radius: 6px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input input {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        margin-top: 10px;
        font-size: 14px
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode {
        margin-bottom: 10px
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode input {
    width: 50%
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode span {
    font-size: 14px;
    margin: 8px 0 0 25px;
    display: block
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode span {
        font-size: 12px;
        margin-left: 10px
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode.top {
    padding: 0
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_postcode.top input {
    width: 100%
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_add span {
    font-size: 14px;
    margin-left: 25px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_add span {
        font-size: 12px;
        margin-left: 10px
    }
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_add input {
        margin-top: 0
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_date>p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_date>p {
        margin: 15px 0
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_date input {
    width: calc(100% - 110px)
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_date input {
        width: calc(100% - 75px);
        margin-top: 0
    }
}

.form .form_content .form_content_field .form_content_field_input .form_content_field_input_date:first-child {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input .form_content_field_input_date:first-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_input.date {
        padding-left: 15px
    }
}

.form .form_content .form_content_field .form_content_field_select {
    width: calc(100% - 310px);
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        margin-top: 15px
    }
}

.form .form_content .form_content_field .form_content_field_select input {
    display: none
}

.form .form_content .form_content_field .form_content_field_select input:checked+.mwform-radio-field-text::after {
    opacity: 1
}

.form .form_content .form_content_field .form_content_field_select input:checked+.mwform-checkbox-field-text::after {
    opacity: 1
}

.form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text {
        padding: 5px 10px 5px 30px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text::before {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 4px 1px #ccc inset;
    box-shadow: 0 0 4px 1px #ccc inset;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    left: -8px;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text::before {
        width: 20px;
        height: 20px;
        left: 0;
        margin-top: -10px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text::before:checked::after {
    opacity: 1
}

.form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text::after {
    border-right: 5px solid #01ac47;
    border-bottom: 5px solid #01ac47;
    content: "";
    display: block;
    width: 11px;
    height: 19px;
    left: 3px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-radio-field-text::after {
        border-right: 4px solid #01ac47;
        border-bottom: 4px solid #01ac47;
        left: 7px;
        margin-top: -14px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text {
        padding: 5px 10px 5px 25px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text::before {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 4px 1px #ccc inset;
    box-shadow: 0 0 4px 1px #ccc inset;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    left: -8px;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text::before {
        width: 20px;
        height: 20px;
        left: 0;
        margin-top: -11px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text::before:checked::after {
    opacity: 1
}

.form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text::after {
    border-right: 5px solid #01ac47;
    border-bottom: 5px solid #01ac47;
    content: "";
    display: block;
    width: 11px;
    height: 19px;
    left: 3px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field-text::after {
        border-right: 4px solid #01ac47;
        border-bottom: 4px solid #01ac47;
        left: 7px;
        margin-top: -14px
    }
}

.form .form_content .form_content_field .form_content_field_select .mwform-radio-field {
    margin-left: 0
}

.form .form_content .form_content_field .form_content_field_select .mwform-checkbox-field {
    margin-left: 0
}

.form .form_content .form_content_field .form_content_field_textarea {
    width: calc(100% - 310px)
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_textarea {
        width: 100%
    }
}

.form .form_content .form_content_field .form_content_field_textarea textarea {
    width: 100%;
    height: auto;
    min-height: 225px;
    border: none;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 4px 1px #ccc inset;
    box-shadow: 0 0 4px 1px #ccc inset;
    padding: 25px;
    border-radius: 6px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .form_content_field_textarea textarea {
        padding: 10px;
        margin-top: 10px;
        font-size: 14px;
        min-height: 130px
    }
}

.form .form_content .form_content_field.last {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field.last {
        margin-bottom: 25px
    }
}

.form .form_content .form_content_field.address .form_content_field_label {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 12px
}

.form .form_content .form_content_field.textarea .form_content_field_label {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 12px
}

.form .form_content .form_content_field.date {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.form .form_content .form_content_field .error {
    font-size: 18px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_field .error {
        font-size: 14px
    }
}

.form .form_content .form_content_submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form .form_content .form_content_submit .form_content_submit_btn {
    width: 565px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit .form_content_submit_btn {
        width: 285px;
        height: 64px
    }
}

.form .form_content .form_content_submit .form_content_submit_btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    background-color: #d50000;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit .form_content_submit_btn input {
        font-size: 20px
    }
}

.form .form_content .form_content_submit .form_content_submit_btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 47%;
    right: 188px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit .form_content_submit_btn::after {
        top: 43%;
        right: 30px
    }
}

.form .form_content .form_content_submit .form_content_submit_btn:hover input {
    color: #d50000;
    background-color: #fff;
    border: 3px solid #d50000
}

.form .form_content .form_content_submit .form_content_submit_btn:hover::after {
    border-top: solid 3px #d50000;
    border-right: solid 3px #d50000;
    right: 170px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit .form_content_submit_btn:hover::after {
        right: 20px
    }
}

.form .form_content .form_content_submit .form_content_submit_btn.back {
    display: none
}

.form .form_content .form_content_submit.top .form_content_submit_btn {
    height: 124px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit.top .form_content_submit_btn {
        height: 64px
    }
}

.form .form_content .form_content_submit.top .form_content_submit_btn input {
    background-color: #01ac47;
    border-radius: 64px;
    border: 3px solid #313131
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit.top .form_content_submit_btn input {
        font-size: 20px;
        border-radius: 32px;
        border: 2px solid #313131
    }
}

.form .form_content .form_content_submit.top .form_content_submit_btn:hover input {
    color: #01ac47;
    background-color: #fff;
    border: 3px solid #01ac47
}

.form .form_content .form_content_submit.top .form_content_submit_btn:hover::after {
    border-top: solid 3px #01ac47;
    border-right: solid 3px #01ac47;
    right: 170px
}

@media screen and (max-width:767px) {
    .form .form_content .form_content_submit.top .form_content_submit_btn:hover::after {
        right: 20px
    }
}

.mw_wp_form_confirm .form_content .form_content_field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_field .form_content_field_input {
        margin-top: 10px;
        padding-left: 10px;
        font-weight: 600
    }
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_field .form_content_field_select {
        margin-top: 10px;
        padding-left: 10px;
        font-weight: 600;
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_field .form_content_field_textarea {
        margin-top: 10px;
        padding-left: 10px;
        font-weight: 600
    }
}

.mw_wp_form_confirm .form_content .form_content_field .form_content_field_input_caution {
    display: none !important
}

.mw_wp_form_confirm .form_content .form_content_field.address {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.mw_wp_form_confirm .form_content .form_content_field.textarea {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn::after {
        right: 15%
    }
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn:hover::after {
        right: 10%
    }
}

.mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

.mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back input {
    color: #fff;
    background-color: #707070
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back input {
        padding-left: 20px
    }
}

.mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 188px
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back::after {
        left: 17%
    }
}

.mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back:hover input {
    color: #707070;
    background-color: #fff;
    border: 1px solid #707070
}

.mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back:hover::after {
    border-top: solid 3px #707070;
    border-right: solid 3px #707070;
    left: 170px
}

@media screen and (max-width:767px) {
    .mw_wp_form_confirm .form_content .form_content_submit .form_content_submit_btn.back:hover::after {
        left: 12%
    }
}

.is-style-flabo-paragraph-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, rgba(249, 230, 32, .45)));
    background: -webkit-linear-gradient(transparent 60%, rgba(249, 230, 32, .45) 0);
    background: linear-gradient(transparent 60%, rgba(249, 230, 32, .45) 0);
    display: inline;
    padding: 0 !important
}

.is-style-flabo-group-header p:nth-of-type(1) {
    font-size: 22px;
    font-weight: 500;
    color: #01ac47;
    line-height: 1.6;
    margin: 20px 0 0;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-header p:nth-of-type(1) {
        font-size: 18px;
        margin: 15px 0
    }
}

.is-style-flabo-group-header p:nth-of-type(2) {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
    padding: 0 25px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-header p:nth-of-type(2) {
        padding: 0
    }
}

.is-style-flabo-group-header-2 {
    padding: 0 20px
}

.is-style-flabo-group-header-2 p:nth-of-type(1) {
    width: 215px;
    text-align: left;
    background-color: #f9e620;
    height: auto;
    padding: 10px !important;
    font-size: 20px;
    margin: 0;
    display: grid;
    place-items: center
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-header-2 p:nth-of-type(1) {
        width: 150px;
        font-size: 16px
    }
}

.is-style-flabo-group-header-2 p:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    height: auto;
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
    padding-top: 1%
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-header-2 p:nth-of-type(2) {
        width: calc(100% - 150px);
        padding-left: 10px
    }
}

.is-style-flabo-spacer-mid {
    height: 50px !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-spacer-mid {
        height: 30px !important
    }
}

.is-style-flabo-table-1 {
    font-size: 24px;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-1 {
        font-size: 16px
    }
}

.is-style-flabo-table-1 table,
.is-style-flabo-table-1 td,
.is-style-flabo-table-1 th {
    border: 1px solid #eae8e8;
    padding-left: 20px
}

.is-style-flabo-table-1 tr {
    background-color: #fff;
    height: 60px
}

.is-style-flabo-table-1 tr:first-child {
    background-color: #eae8e8;
    color: #353535
}

.is-style-flabo-table-1 tr:first-child td {
    border: 1px solid #fff
}

.is-style-flabo-table-2 {
    font-size: 24px;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-2 {
        font-size: 16px
    }
}

.is-style-flabo-table-2 table,
.is-style-flabo-table-2 td,
.is-style-flabo-table-2 th {
    border: 1px solid #eae8e8;
    padding-left: 20px
}

.is-style-flabo-table-2 tr {
    background-color: #fff;
    height: 60px
}

.is-style-flabo-table-2 td:first-child {
    background-color: #eae8e8;
    color: #353535;
    border: 1px solid #fff
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-2.company {
        font-size: 12px
    }

    .is-style-flabo-table-2.company tr {
        height: auto
    }

    .is-style-flabo-table-2.company tr td {
        padding: 8px 15px
    }

    .is-style-flabo-table-2.company tr td:first-child {
        width: 80px;
        text-align: center
    }
}

.is-style-flabo-group-qa {
    border-radius: 10px;
    border: 3px solid #f3f3f3
}

.is-style-flabo-group-qa p {
    margin: 0;
    padding: 26px 60px 26px 100px !important;
    line-height: 1.7;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-qa p {
        padding: 16px 40px 16px 55px !important
    }
}

.is-style-flabo-group-qa p:first-child {
    position: relative;
    background-color: #f9e620;
    font-size: 24px;
    border-radius: 7px 7px 0 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-qa p:first-child {
        font-size: 12px
    }
}

.is-style-flabo-group-qa p:first-child::before {
    content: "Q.";
    color: #01ac47;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    font-weight: 700;
    font-family: ヒラギノ角ゴ Pro;
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-qa p:first-child::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 22px;
        left: 10px
    }
}

.is-style-flabo-group-qa p:first-child>span {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is-style-flabo-group-qa p:first-child>span::after,
.is-style-flabo-group-qa p:first-child>span::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #313131;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

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

    .is-style-flabo-group-qa p:first-child>span::after,
    .is-style-flabo-group-qa p:first-child>span::before {
        width: 16px;
        height: 1px
    }
}

.is-style-flabo-group-qa p:first-child>span::after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    right: 1px
}

.is-style-flabo-group-qa p:first-child:hover {
    opacity: .7
}

.is-style-flabo-group-qa p.open>span::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0
}

.is-style-flabo-group-qa p:nth-child(2) {
    position: relative;
    display: none;
    font-size: 20px;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-qa p:nth-child(2) {
        font-size: 12px
    }
}

.is-style-flabo-group-qa p:nth-child(2)::before {
    content: "A.";
    color: #f9e620;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    font-family: ヒラギノ角ゴ Pro;
    position: absolute;
    top: 22px;
    left: 36px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-qa p:nth-child(2)::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 22px;
        left: 10px
    }
}

.is-style-flabo-group-qa p:nth-child(2)>a {
    border-bottom: 1px solid #313131
}

.is-style-flabo-group-box-1 {
    background-color: #f9e620;
    margin: 20px 0;
    padding: 35px 25px;
    border-radius: 6px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-1 {
        padding: 15px
    }
}

.is-style-flabo-group-box-1 p:first-child {
    font-size: 24px !important;
    margin: 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-1 p:first-child {
        font-size: 20px
    }
}

.is-style-flabo-group-box-1 p:nth-child(n+2) {
    font-size: 16px;
    margin: 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-1 p:nth-child(n+2) {
        font-size: 14px
    }
}

.is-style-flabo-group-box-2 {
    border: 3px solid #01ac47;
    margin: 20px 0;
    padding: 35px 25px;
    border-radius: 6px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-2 {
        padding: 15px
    }
}

.is-style-flabo-group-box-2 p:first-child {
    font-size: 24px !important;
    margin: 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-2 p:first-child {
        font-size: 20px
    }
}

.is-style-flabo-group-box-2 p:nth-child(n+2) {
    font-size: 16px;
    margin: 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-box-2 p:nth-child(n+2) {
        font-size: 14px
    }
}

.is-style-flabo-list-1 {
    font-size: 20px;
    padding-left: 50px
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-1 {
        font-size: 18px;
        padding-left: 30px
    }
}

.is-style-flabo-list-1 li {
    margin: 10px 0
}

.is-style-flabo-list-2 {
    font-size: 20px;
    padding-left: 50px
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-2 {
        font-size: 18px;
        padding-left: 40px
    }
}

.is-style-flabo-list-2 li {
    list-style: none;
    position: relative;
    margin: 10px 0
}

.is-style-flabo-list-2 li::before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #01ac47;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is-style-flabo-list-3 {
    font-size: 20px;
    padding-left: 50px
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-3 {
        font-size: 18px;
        padding-left: 40px
    }
}

.is-style-flabo-list-3 li {
    list-style: none;
    position: relative;
    margin: 10px 0
}

.is-style-flabo-list-3 li::before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #01ac47;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is-style-flabo-list-4 {
    font-size: 20px;
    counter-reset: num 0;
    padding-left: 0
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-4 {
        font-size: 18px
    }
}

.is-style-flabo-list-4 li {
    list-style: none;
    position: relative;
    margin: 20px 0;
    padding: 12px 0 12px 48px;
    border-bottom: 1px dashed rgba(19, 40, 64, .3);
    margin-left: 20px
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-4 li {
        padding: 15px 0 15px 50px;
        margin-left: 0
    }
}

.is-style-flabo-list-4 li::before {
    counter-increment: num 1;
    content: counter(num) ".";
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-style: italic;
    color: #01ac47
}

@media screen and (max-width:767px) {
    .is-style-flabo-list-4 li::before {
        font-size: 28px;
        left: 15px
    }
}

.is-style-flabo-group-text-img {
    padding: 20px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img {
        padding: 0
    }
}

.is-style-flabo-group-text-img p {
    margin: 0;
    padding: 0 !important;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img p {
        font-size: 14px
    }
}

.is-style-flabo-group-text-img figure {
    width: 550px;
    height: 360px
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img figure {
        width: 100%;
        height: auto
    }
}

.is-style-flabo-group-text-img figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.is-style-flabo-group-text-img figure:first-child {
    float: left;
    margin: 0 20px 10px 0 !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img figure:first-child {
        margin: 10px 0
    }
}

.is-style-flabo-group-text-img figure:nth-of-type(odd) {
    float: left;
    margin: 10px 20px 10px 0 !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img figure:nth-of-type(odd) {
        margin: 10px 0
    }
}

.is-style-flabo-group-text-img figure:nth-of-type(even) {
    float: right;
    margin: 10px 0 10px 20px !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-text-img figure:nth-of-type(even) {
        margin: 10px 0
    }
}

.is-style-flabo-paragraph-anchor {
    display: inline-block;
    margin: 0 30px 0 0 !important;
    margin-right: 30px !important;
    padding: 0 !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-anchor {
        margin: 0 !important
    }
}

.is-style-flabo-paragraph-anchor>a {
    display: block;
    padding: 22px 30px;
    background-color: #f3f3f3;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 3px solid #313131;
    line-height: 1
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-anchor>a {
        padding: 12px 15px;
        font-size: 12px;
        border: 2px solid #313131
    }
}

.is-style-flabo-paragraph-anchor>a:hover {
    opacity: .7
}

.is-style-flabo-paragraph-anchor>a:hover>span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.is-style-flabo-paragraph-anchor>a>span {
    position: relative;
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-anchor>a>span {
        margin-left: 10px
    }
}

.is-style-flabo-paragraph-anchor>a>span::after,
.is-style-flabo-paragraph-anchor>a>span::before {
    content: "";
    width: 12px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #313131;
    position: absolute;
    right: 0
}

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

    .is-style-flabo-paragraph-anchor>a>span::after,
    .is-style-flabo-paragraph-anchor>a>span::before {
        width: 6px;
        height: 2px
    }
}

.is-style-flabo-paragraph-anchor>a>span::before {
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-anchor>a>span::before {
        top: calc(50% - 2px)
    }
}

.is-style-flabo-paragraph-anchor>a>span::after {
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-anchor>a>span::after {
        bottom: calc(50% - 3px)
    }
}

.is-style-flabo-paragraph-balloon {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 33px;
    height: 74px;
    line-height: 73px !important;
    min-width: 400px;
    font-weight: 700;
    color: #000;
    border: 1px solid #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px !important;
    font-weight: 500;
    padding: 0 45px;
    margin: 0 0 -10px !important
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-balloon {
        min-width: initial;
        width: 100%;
        font-size: 20px !important;
        height: 50px !important;
        line-height: 50px !important
    }
}

.is-style-flabo-paragraph-balloon::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2
}

.is-style-flabo-paragraph-balloon::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #353535 transparent transparent transparent;
    z-index: 1
}

.is-style-flabo-group-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.is-style-flabo-table-merit table {
    text-align: center
}

.is-style-flabo-table-merit table tbody tr td {
    padding: 40px 10px;
    border: 3px solid #2f2f2f
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr td {
        padding: 20px 5px;
        border: 2px solid #2f2f2f
    }
}

.is-style-flabo-table-merit table tbody tr:first-child {
    background-color: #353535;
    color: #fff;
    font-size: 30px
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:first-child {
        font-size: 15px
    }
}

.is-style-flabo-table-merit table tbody tr:first-child td:nth-child(1) {
    border-right: 3px solid #fff
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:first-child td:nth-child(1) {
        border-right: 2px solid #fff
    }
}

.is-style-flabo-table-merit table tbody tr:first-child td:nth-child(2) {
    border-right: 3px solid #fff
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:first-child td:nth-child(2) {
        border-right: 2px solid #fff
    }
}

.is-style-flabo-table-merit table tbody tr:nth-child(even) {
    background-color: #efefef
}

.is-style-flabo-table-merit table tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #f9e620
}

.is-style-flabo-table-merit table tbody tr:not(:first-child) {
    font-size: 24px
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:not(:first-child) {
        font-size: 12px
    }
}

.is-style-flabo-table-merit table tbody tr:not(:first-child) td:nth-child(1) {
    border-right: 3px solid transparent
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:not(:first-child) td:nth-child(1) {
        border-right: 2px solid transparent
    }
}

.is-style-flabo-table-merit table tbody tr:not(:first-child) td:nth-child(2) {
    border-right: 3px solid transparent
}

@media screen and (max-width:767px) {
    .is-style-flabo-table-merit table tbody tr:not(:first-child) td:nth-child(2) {
        border-right: 2px solid transparent
    }
}

.is-style-flabo-table-merit table tbody tr:not(:first-child):nth-child(odd) td:nth-child(2) {
    background-color: #83cb58
}

.is-style-flabo-paragraph-wrap1 {
    display: inline-block;
    background-color: #f9e620;
    font-size: 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 480px;
    height: 160px;
    padding: 0 65px;
    border-radius: 80px;
    margin: 0 auto;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-wrap1 {
        max-width: 100%;
        height: 80px;
        border-radius: 80px;
        font-size: 15px !important;
        padding: 0 32px
    }
}

.is-style-flabo-paragraph-wrap2 {
    display: inline-block;
    background-color: #efefef;
    font-size: 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 480px;
    height: 160px;
    padding: 0 65px;
    border-radius: 80px;
    margin: 0 auto;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-wrap2 {
        max-width: 100%;
        height: 80px;
        border-radius: 80px;
        font-size: 15px !important;
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important
    }

    .is-style-flabo-group-flex .wp-block-column {
        width: 50%
    }

    .is-style-flabo-group-flex .wp-block-column img {
        width: 50%
    }
}

.is-style-flabo-group-flex-sb {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .is-style-flabo-group-flex-center-sp {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.is-style-flabo-paragraph-linkbtn>a {
    background-color: #01ac47;
    color: #fff;
    position: relative;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    padding-right: 10px;
    display: inline-block;
    padding: 24px 80px 24px 60px;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-linkbtn>a {
        font-size: 15px;
        padding: 14px 40px 14px 30px;
        width: 90%
    }
}

.is-style-flabo-paragraph-linkbtn>a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -3px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .is-style-flabo-paragraph-linkbtn>a::before {
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        margin-top: -1px
    }
}

.is-style-flabo-paragraph-linkbtn>a:hover {
    opacity: .7
}

.is-style-flabo-paragraph-linkbtn>a:hover::before {
    right: 45px
}

.is-style-flabo-image-position-r {
    position: relative
}

.is-style-flabo-image-position-1 {
    position: absolute;
    bottom: 0;
    width: 80%
}

@media screen and (max-width:767px) {
    .is-style-flabo-image-position-1 {
        position: static;
        width: auto
    }
}

.w-100 {
    width: 100% !important
}

.top {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .top {
        width: 100%;
        padding: 0
    }
}

.top__sec {
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .top__sec {
        padding: 30px 20px !important
    }
}

.top .top_fv {
    position: relative;
    height: 35vw;
    max-height: 485px;
    background-color: #f9e620;
    padding: 0 calc(50vw - 50%) 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

@media screen and (max-width:767px) {
    .top .top_fv {
        height: 250px;
        padding-left: 20px
    }
}

.top .top_fv__inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 7vw
}

@media screen and (max-width:767px) {
    .top .top_fv__inner {
        padding-top: 30px
    }
}

.top .top_fv .top_fv_text {
    width: 620px;
    max-width: 100%;
    position: relative;
    z-index: 1001
}

.top .top_fv .top_fv_text .top_fv_text_sub {
    font-size: min(2vw, 25px);
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 28px 0
}

@media screen and (max-width:767px) {
    .top .top_fv .top_fv_text .top_fv_text_sub {
        font-size: 16px;
        margin: 0 0 14px 0
    }
}

.top .top_fv .top_fv_text .top_fv_text_main {
    font-size: min(4vw, 48px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin: 0
}

@media screen and (max-width:767px) {
    .top .top_fv .top_fv_text .top_fv_text_main {
        font-size: 24px
    }
}

.top .top_fv .top_fv_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: auto;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    width: 46vw;
    max-width: 610px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .top .top_fv .top_fv_img {
        top: initial;
        bottom: 0;
        -webkit-transform: initial;
        transform: initial
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_list {
    position: relative;
    background-color: #f3f3f3;
    list-style: none;
    padding: 25px 26px 45px 26px;
    border-radius: 10px;
    margin: 50px 0 30px
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_list {
        padding: 13px 13px 22px 13px;
        border-radius: 5px;
        margin: 25px 0 15px
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item {
    font-size: min(2vw, 24px);
    font-weight: 500;
    position: relative;
    padding: 20px 0 20px 70px;
    border-bottom: 1px dashed #01ac47;
    width: 790px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item {
        font-size: 13px;
        padding: 10px 0 10px 35px
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #01ac47;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::before {
        width: 23px;
        height: 23px;
        left: 5px
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    width: 22px;
    height: 11px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: -2px
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::after {
        left: 11px;
        width: 11px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: -1px
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 26vw;
    max-width: 355px
}

.top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img>img {
    width: 100%
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img {
        width: 100px;
        bottom: 5px;
        right: -10px
    }
}

.top .top_trouble .top_trouble_content .top_trouble_content_text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: center
}

@media screen and (max-width:767px) {
    .top .top_trouble .top_trouble_content .top_trouble_content_text {
        font-size: 12px;
        text-align: left;
        margin-top: 24px;
        padding: 0 10px
    }
}

.top .top_point {
    background-color: #fffde6;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

.top .top_point .top_point_subtitle {
    text-align: center;
    margin-top: 70px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_subtitle {
        margin-top: 35px;
        line-height: 1.8;
        font-size: 14px
    }
}

.top .top_point .top_point_content {
    margin-top: 60px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content {
        margin-top: 30px
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 345px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    padding-top: 30%
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img {
        width: 100%;
        padding-top: initial;
        display: none;
        margin: 15px 0
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img img {
        position: initial
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img.sp {
    display: none
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_img.sp {
        display: block
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text {
    width: 50%;
    padding: 55px 0 0 25px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text {
        width: 100%;
        padding: 0;
        padding-bottom: 20px
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text h3 {
    font-size: 30px;
    font-size: min(2.5vw, 30px);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    height: 80px;
    padding-left: 110px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text h3 {
        font-size: 20px;
        padding-left: 55px
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 20px;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text p {
        font-size: 12px;
        line-height: 1.8;
        margin: 0 auto;
        letter-spacing: 1px
    }
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text .top_point_content_list_item_text_num {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    display: inline-block;
    font-size: 45px;
    width: 90px;
    height: 90px;
    line-height: 81px;
    border-radius: 50%;
    background-color: #f9e620;
    border: 3px solid #313131;
    text-align: center;
    font-style: italic;
    padding-right: 6px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item .top_point_content_list_item_text .top_point_content_list_item_text_num {
        font-size: 22px;
        width: 45px;
        height: 45px;
        line-height: 37px;
        padding-right: 3px
    }
}

.top_service_content_list_item>a:hover {
    opacity: .5;
}

.top .top_point .top_point_content .top_point_content_list .top_point_content_list_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px
}

@media screen and (max-width:767px) {
    .top .top_point .top_point_content .top_point_content_list .top_point_content_list_item:nth-child(even) {
        margin-top: 20px
    }
}

.top .top_service .top_service_content {
    padding: 65px 7vw;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content {
        padding: 32px 10px 12px;
        margin-top: 25px
    }
}

.top .top_service .top_service_content .top_service_content_title {
    font-size: 30px;
    text-align: center;
    margin: 0 0 50px 0
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_title {
        font-size: 20px;
        margin: 0 0 25px 0
    }
}

.top .top_service .top_service_content .top_service_content_list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list {
        display: none
    }
}

.top .top_service .top_service_content .top_service_content_list .top_service_content_list_item {
    width: calc(25% - 20px);
    padding-top: calc(25% - 20px);
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list .top_service_content_list_item {
        width: calc(33.3333333333% - 10px);
        padding-top: calc(33.3333333333% - 10px);
        margin-bottom: 20px
    }
}

.top .top_service .top_service_content .top_service_content_list .top_service_content_list_item .top_service_content_list_item_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top .top_service .top_service_content .top_service_content_list .top_service_content_list_item .top_service_content_list_item_inner>img {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6.5vw;
    max-width: 40%
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list .top_service_content_list_item .top_service_content_list_item_inner>img {
        width: 40%;
        top: 36%
    }
}

.top .top_service .top_service_content .top_service_content_list .top_service_content_list_item .top_service_content_list_item_inner>p {
    position: absolute;
    top: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: min(2vw, 22px);
    margin: 6px 0 0 0;
    text-align: center;
    line-height: 1.2;
    width: 100%
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list .top_service_content_list_item .top_service_content_list_item_inner>p {
        font-size: 2vw;
        margin-top: 4px;
        top: 68%
    }
}

.top .top_service .top_service_content .top_service_content_list:nth-of-type(1) {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list::after {
        content: "";
        width: calc(33.3333333333% - 10px)
    }
}

.top .top_service .top_service_content .top_service_content_list.sp {
    display: none
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content .top_service_content_list.sp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.top .top_service .top_service_content.yellow {
    background-color: #fffde6
}

.top .top_service .top_service_content.yellow .top_service_content_list>li {
    background-color: #f9e620
}

.top .top_service .top_service_content.green {
    background-color: #eafdf2
}

.top .top_service .top_service_content.green .top_service_content_list {
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.top .top_service .top_service_content.green .top_service_content_list>li {
    background-color: #01ac47
}

.top .top_service .top_service_content.green .top_service_content_list>li:first-child {
    margin-right: 80px
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content.green .top_service_content_list>li:first-child {
        margin-right: 40px
    }
}

@media screen and (max-width:767px) {
    .top .top_service .top_service_content.green .top_service_content_list::after {
        content: none
    }
}

.top .top_staff .top_staff_primary {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin: 70px 0 80px
}

@media screen and (max-width:767px) {
    .top .top_staff .top_staff_primary {
        font-size: 14px;
        margin: 35px 0 40px
    }
}

.top .top_staff .top_staff_content {
    margin-bottom: 65px
}

.top .top_staff .top_staff_content:last-child {
    margin-bottom: 100px
}

@media screen and (max-width:767px) {
    .top .top_staff .top_staff_content:last-child {
        margin-bottom: 50px
    }
}

.top .top_staff__list-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    text-align: center;
}

.top .top_staff__list-1>li {
    width: 48%;
    margin-bottom: 50px;
    max-width: 345px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-1>li {
        margin-bottom: 20px;
    }
}

.top .top_staff__list-1>li p {
    margin: 0
}

.top .top_staff__list-1>li p:nth-of-type(1) {
    font-size: 22px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-1>li p:nth-of-type(1) {
        font-size: 14px
    }
}

.top .top_staff__list-1>li p:nth-of-type(2) {
    font-size: 30px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-1>li p:nth-of-type(2) {
        font-size: 16px
    }
}

.top .top_staff__list-1>li span {
    display: block;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    text-align: left
}

.top .top_staff__list-1>li span.p-small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center
}

@media screen and (max-width:767px) {
    .top .top_staff__list-1>li span {
        font-size: 12px;
        line-height: 1.8
    }

    .top .top_staff__list-1>li span.p-small {
        font-size: 11px;
        line-height: 1.5
    }
}

.top .top_staff__list-1__img {
    margin-bottom: 5px
}

.top .top_staff__list-1__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.top .top_staff__list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-align: center
}

.top .top_staff__list-2>li {
    width: calc(25% - 20px);
    max-width: 190px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-2>li {
        width: calc(33.3333333333% - 20px)
    }

    .top .top_staff__list-2>li:not(:nth-last-child(1)) {
        margin-bottom: 30px
    }
}

.top .top_staff__list-2>li p {
    margin: 0
}

.top .top_staff__list-2>li p:nth-of-type(1) {
    font-size: 18px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-2>li p:nth-of-type(1) {
        font-size: 13px
    }
}

.top .top_staff__list-2>li p:nth-of-type(2) {
    font-size: 24px
}

@media screen and (max-width:767px) {
    .top .top_staff__list-2>li p:nth-of-type(2) {
        font-size: 15px
    }
}

.top .top_staff__list-2__img {
    margin-bottom: 5px
}

.top .top_staff__list-2__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.top .top_news {
    background-color: #fffde6;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

@media screen and (max-width:767px) {
    .top .top_news {
        padding: 45px 20px
    }
}

.top .top_news .top_news_content {
    margin-top: 100px;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .top .top_news .top_news_content {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top .top_news__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 75px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .top .top_news__list__item {
        display: block;
        margin-bottom: 30px
    }
}

.top .top_news__list__item>time {
    font-size: 18px;
    font-weight: 300;
    width: 110px;
    line-height: 1.9;
    margin-right: 40px;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top .top_news__list__item>time {
        font-size: 14px
    }
}

.top .top_news__list__item>h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top .top_news__list__item>h3 {
        font-size: 14px
    }
}

.top .top_news__list__item:last-child {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .top .top_news__list__item:last-child {
        margin-bottom: 30px
    }
}

.top .top_news__list__item:hover {
    color: #f9e620
}

.top .top_case .top_case_content {
    margin-top: 100px;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .top .top_case .top_case_content {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top .top_case__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .top .top_case__list {
        display: block
    }
}

.top .top_case__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 25px);
    margin-bottom: 35px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .top .top_case__list__item {
        width: 100%;
        margin-bottom: 20px
    }
}

.top .top_case__list__item__img {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 33%;
    width: 45%
}

@media screen and (max-width:767px) {
    .top .top_case__list__item__img {
        margin-right: 10px;
        width: 32%;
        padding-top: 28%
    }
}

.top .top_case__list__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top .top_case__list__item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.top .top_case__list__item__text>time {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .top .top_case__list__item__text>time {
        font-size: 14px;
        margin-bottom: 6px
    }
}

.top .top_case__list__item__text>h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top .top_case__list__item__text>h3 {
        font-size: 14px
    }
}

.top .top_case__list__item:last-child {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .top .top_case__list__item:last-child {
        margin-bottom: 30px
    }
}

.top .top_case__list__item:hover {
    opacity: .7
}

.top .top_flow {
    background-color: #f3f3f3;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

.top .top_flow .top_flow_list {
    margin-top: 100px;
    margin-bottom: 40px;
    list-style: none
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top .top_flow .top_flow_list>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list>li {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.top .top_flow .top_flow_list>li .top_flow_list_img {
    position: relative;
    overflow: hidden;
    padding-top: 20%;
    width: 30%
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list>li .top_flow_list_img {
        width: 38%;
        padding-top: initial;
        margin-right: 10px
    }
}

.top .top_flow .top_flow_list>li .top_flow_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list>li .top_flow_list_img img {
        position: static
    }
}

.top .top_flow .top_flow_list>li .top_flow_list_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.top .top_flow .top_flow_list>li .top_flow_list_text p {
    margin: 0
}

.top .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.top .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .top .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(2) {
        font-size: 12px
    }
}

.top .top_flow .top_flow_list>li:not(:last-child) {
    margin-bottom: 45px
}

@media screen and (max-width:767px) {
    .top .top_qa {
        padding-top: 50px !important
    }
}

.top .top_qa .top_qa_content {
    margin: 70px 0
}

@media screen and (max-width:767px) {
    .top .top_qa .top_qa_content {
        margin: 35px 0
    }
}

.top .top_qa .top_qa_content .top_qa_content_wrap:not(:last-child) {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .top .top_qa .top_qa_content .top_qa_content_wrap:not(:last-child) {
        margin-bottom: 25px
    }
}

.top .top_contact .top_contact_primary {
    text-align: center;
    margin: 50px 0
}

@media screen and (max-width:767px) {
    .top .top_contact .top_contact_primary {
        margin: 25px 0
    }
}

.top .top_contact .top_contact_content_title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 100px 0 20px
}

@media screen and (max-width:767px) {
    .top .top_contact .top_contact_content_title {
        font-size: 20px;
        margin: 50px 0 10px
    }
}

.archive {
    width: 100%
}

.archive .archive_content {
    padding-right: 20px
}

@media screen and (max-width:767px) {
    .archive .archive_content {
        padding-right: 0
    }
}

.archive .archive_content .archive_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #313131;
    padding: 40px 5px;
    height: 310px
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item {
        padding: 15px 0;
        height: auto
    }
}

.archive .archive_content .archive_content_item:last-child {
    border-bottom: 2px solid #313131
}

.archive .archive_content .archive_content_item .archive_content_item_img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.archive .archive_content .archive_content_item .archive_content_item_img img {
    width: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_img img {
        width: 90px;
        height: 90px;
        margin-right: 10px
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text {
    width: 100%
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text {
        position: relative
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_date {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_date {
        font-size: 12px;
        margin-top: 0
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_title {
        font-size: 16px;
        margin: 10px 0
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_content {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_content {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more {
    text-align: right
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more {
        margin-top: 10px
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more a {
    width: 140px;
    height: 40px;
    line-height: 39px;
    font-size: 16px;
    color: #313131;
    border: 1px solid #313131;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 6px;
    background-color: #f9e620
}

@media screen and (max-width:767px) {
    .archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more a {
        font-size: 14px;
        width: 120px;
        height: 30px;
        line-height: 29px
    }
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #313131;
    border-right: solid 2px #313131;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -3px
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more a:hover {
    opacity: .7
}

.archive .archive_content .archive_content_item .archive_content_item_text .archive_content_item_text_more a:hover::after {
    right: 8px
}

.archive .archive_content .archive_content_item .archive_content_item_text h2 {
    margin: 15px 0;
    line-height: 1.6
}

.archive .archive_content .archive_content_item .archive_content_item_text p {
    margin: 0
}

.archive .archive_pager {
    margin: 35px 0 35px 20px
}

@media screen and (max-width:767px) {
    .archive .archive_pager {
        margin: 40px 0
    }
}

.archive .archive_pager .wp-pagenavi {
    font-size: 16px;
    color: #313131;
    text-align: center
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi {
        font-size: 12px;
        text-align: center
    }
}

.archive .archive_pager .wp-pagenavi>span {
    border: 2px solid #313131
}

.archive .archive_pager .wp-pagenavi .pages {
    border: 2px solid #313131;
    padding: 8px 12px;
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .pages {
        padding: 8px;
        margin-right: 8px;
        display: none
    }
}

.archive .archive_pager .wp-pagenavi .page {
    border: 2px solid #313131;
    padding: 8px 12px;
    margin-right: 12px;
    color: #313131;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .page {
        padding: 8px;
        margin-right: 8px
    }
}

.archive .archive_pager .wp-pagenavi .page:hover {
    background-color: #f9e620
}

.archive .archive_pager .wp-pagenavi .current {
    background-color: #f9e620;
    padding: 8px 12px;
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .current {
        padding: 9px;
        margin-right: 8px
    }
}

.archive .archive_pager .wp-pagenavi .previouspostslink {
    margin-right: 12px;
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
    padding: 8px 12px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .previouspostslink {
        font-size: 12px;
        padding: 8px;
        margin-right: 8px
    }
}

.archive .archive_pager .wp-pagenavi .previouspostslink:hover {
    color: #fff;
    background-color: #f9e620
}

.archive .archive_pager .wp-pagenavi .nextpostslink {
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
    padding: 8px 12px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 12px;
    min-width: 35px
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .nextpostslink {
        font-size: 12px;
        padding: 8px;
        margin-right: 8px
    }
}

.archive .archive_pager .wp-pagenavi .nextpostslink:hover {
    background-color: #f9e620
}

.archive .archive_pager .wp-pagenavi .first {
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
    padding: 12px 5px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .first {
        font-size: 12px;
        padding: 8px;
        margin-right: 8px
    }
}

.archive .archive_pager .wp-pagenavi .first:hover {
    color: #fff;
    background-color: #f9e620
}

.archive .archive_pager .wp-pagenavi .last {
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
    padding: 12px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .last {
        font-size: 12px;
        padding: 8px
    }
}

.archive .archive_pager .wp-pagenavi .last:hover {
    color: #fff;
    background-color: #f9e620
}

.archive .archive_pager .wp-pagenavi .extend {
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
    padding: 12px 5px;
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .archive .archive_pager .wp-pagenavi .extend {
        font-size: 12px;
        padding: 8px 4px;
        margin-right: 8px;
        display: none
    }
}

.sidebar {
    width: 300px
}

@media screen and (max-width:767px) {
    .sidebar {
        width: 100%;
        margin-top: 120px
    }
}

.sidebar .sidebar_content {
    margin-bottom: 60px
}

.sidebar .sidebar_content .sidebar_content_title {
    color: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-weight: 100;
    text-align: center;
    padding: 14px 0
}

@media screen and (max-width:767px) {
    .sidebar .sidebar_content .sidebar_content_title {
        padding: 10px 0
    }
}

.sidebar .sidebar_content .sidebar_content_title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 100
}

@media screen and (max-width:767px) {
    .sidebar .sidebar_content .sidebar_content_title h1 {
        font-size: 20px
    }
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item {
    border-bottom: 1px dashed #333;
    padding: 15px 0 15px 25px
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item:hover {
    opacity: .7
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item .sidebar_content_news_item_date {
    font-size: 16px;
    font-weight: 100;
    position: relative
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item .sidebar_content_news_item_date::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -3px
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item .sidebar_content_news_item_title {
    font-size: 16px;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_item h2 {
    margin: 0
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more {
    text-align: center;
    margin-top: 25px
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 6px
}

@media screen and (max-width:767px) {
    .sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more a {
        padding-right: 10px
    }
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #313131;
    border-right: solid 3px #313131;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -3px
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more a:hover {
    opacity: .7
}

.sidebar .sidebar_content .sidebar_content_news .sidebar_content_news_more a:hover::after {
    right: 8px
}

.sidebar .sidebar_content .sidebar_content_archive .sidebar_content_archive_list {
    list-style: none;
    padding: 0
}

.sidebar .sidebar_content .sidebar_content_archive .sidebar_content_archive_list li {
    border-bottom: 1px dashed #333;
    padding: 15px 0 15px 25px;
    letter-spacing: 1.2px
}

.sidebar .sidebar_content .sidebar_content_archive .sidebar_content_archive_list li:hover {
    opacity: .7
}

.sidebar .sidebar_content .sidebar_content_archive .sidebar_content_archive_list li a {
    display: inline-block;
    position: relative
}

.sidebar .sidebar_content .sidebar_content_archive .sidebar_content_archive_list li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -3px
}

.c-page {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px 100px;
    max-width: 100%;
    min-height: 100vh
}

@media screen and (max-width:767px) {
    .c-page {
        width: 100%;
        padding-bottom: 20px
    }
}

.c-page .c-page_header .c-page_header_bg {
    position: relative;
    width: 100%;
    min-height: 165px;
    background-color: #f9e620;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 30px calc(50vw - 50%)
}

@media screen and (max-width:767px) {
    .c-page .c-page_header .c-page_header_bg {
        min-height: 75px;
        padding: 20px calc(50vw - 50%)
    }
}

.c-page .c-page_header .c-page_header_bg h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
    letter-spacing: 1.2px;
    margin: 0
}

@media screen and (max-width:767px) {
    .c-page .c-page_header .c-page_header_bg h1 {
        font-size: 24px
    }
}

.c-page .c-page_breadcrumb {
    height: 35px;
    line-height: 35px;
    background-color: #f3f3f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

@media screen and (max-width:767px) {
    .c-page .c-page_breadcrumb {
        height: auto;
        min-height: 20px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 1.6
    }
}

.c-page .c-page_breadcrumb span {
    margin: 0 8px;
    color: gray
}

@media screen and (max-width:767px) {
    .c-page .c-page_breadcrumb span {
        margin: 0 3px
    }
}

.c-page .c-page_content {
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .c-page .c-page_content {
        padding: 20px 0
    }
}

.c-page .c-page_content.archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .c-page .c-page_content.archive {
        display: block;
        width: 100%
    }
}

.c-page .c-page_content.single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .c-page .c-page_content.single {
        display: block;
        width: 100%
    }
}

.c-page.lp {
    padding-bottom: 0
}

.single {
    width: 100%
}

@media screen and (max-width:767px) {
    .single {
        padding-bottom: 20px
    }
}

.single .single_content {
    padding-right: 20px
}

@media screen and (max-width:767px) {
    .single .single_content {
        padding-right: 0
    }
}

.single .single_content .single_content_date {
    color: #353535
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_date {
        margin-top: 10px
    }
}

.single .single_content .single_content_date img {
    vertical-align: text-bottom
}

.single .single_content .single_content_text p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    padding: 0 25px
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_text p {
        font-size: 14px;
        padding: 0
    }
}

.single .single_content .single_content_text .has-huge-font-size {
    font-size: 36px
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_text .has-huge-font-size {
        font-size: 30px
    }
}

.single .single_content .single_content_text .has-large-font-size,
.single .single_content .single_content_text h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 40px;
    letter-spacing: 1.2px;
    margin: 40px 0;
    line-height: 1.6;
    text-align: center;
    position: relative
}

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

    .single .single_content .single_content_text .has-large-font-size,
    .single .single_content .single_content_text h2 {
        font-size: 22px;
        padding: 0;
        letter-spacing: 1px;
        margin: 20px 0
    }
}

.single .single_content .single_content_text .has-large-font-size::after,
.single .single_content .single_content_text h2::after {
    content: "";
    width: 100px;
    height: 10px;
    background-color: #f9e620;
    border-radius: 5px;
    display: block;
    margin: 25px auto 20px
}

.single .single_content .single_content_text .has-large-font-size:first-child,
.single .single_content .single_content_text h2:first-child {
    margin-top: 24px !important
}

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

    .single .single_content .single_content_text .has-large-font-size:first-child,
    .single .single_content .single_content_text h2:first-child {
        margin-top: 12px !important
    }
}

.single .single_content .single_content_text .has-medium-font-size,
.single .single_content .single_content_text h3 {
    font-size: 36px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-align: center
}

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

    .single .single_content .single_content_text .has-medium-font-size,
    .single .single_content .single_content_text h3 {
        font-size: 24px
    }
}

.single .single_content .single_content_text .has-normal-font-size,
.single .single_content .single_content_text h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 15px;
    letter-spacing: 1.2px;
    text-align: center
}

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

    .single .single_content .single_content_text .has-normal-font-size,
    .single .single_content .single_content_text h4 {
        font-size: 24px
    }
}

.single .single_content .single_content_text .has-small-font-size,
.single .single_content .single_content_text h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 15px;
    margin: 24px 0;
    letter-spacing: 1.2px;
    text-align: center
}

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

    .single .single_content .single_content_text .has-small-font-size,
    .single .single_content .single_content_text h5 {
        font-size: 24px
    }
}

.single .single_content .single_content_text .is-layout-flex {
    gap: 8px
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_text .is-layout-flex {
        gap: 4px
    }
}

.single .single_content .single_content_text .wp-block-image {
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_text .wp-block-image {
        margin-bottom: 4px
    }
}

@media screen and (max-width:767px) {
    .single .single_content .single_content_text .wp-block-columns img {
        margin: 0 auto
    }
}

.single .single_content.page {
    padding: 0 0 55px 0
}

@media screen and (max-width:767px) {
    .single .single_content.page {
        padding: 0 0 20px 0
    }
}

.single .single_prenext {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(19, 40, 64, .3);
    border-bottom: 1px solid rgba(19, 40, 64, .3);
    margin: 60px 0 80px;
    text-align: center;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .single .single_prenext {
        margin: 30px auto;
        height: 80px
    }
}

.single .single_prenext .pre {
    font-size: 16px;
    color: gray;
    width: 200px;
    height: 110px;
    margin: auto 0;
    line-height: 90px;
    border-right: 1px solid rgba(19, 40, 64, .3);
    position: relative;
    padding-left: 40px
}

@media screen and (max-width:767px) {
    .single .single_prenext .pre {
        width: 50%;
        height: 60px;
        font-size: 14px;
        line-height: 55px
    }
}

.single .single_prenext .pre::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 18px 9px 0;
    border-color: transparent var(--wp--preset--color--primary) transparent transparent;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .single .single_prenext .pre::before {
        left: 15px
    }
}

.single .single_prenext .pre::after {
    content: "PEEV";
    position: absolute;
    top: 25%;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px
}

@media screen and (max-width:767px) {
    .single .single_prenext .pre::after {
        font-size: 10px;
        left: 49%
    }
}

.single .single_prenext .pre:hover {
    opacity: .7
}

.single .single_prenext .pre:hover::before {
    left: 15px
}

.single .single_prenext .next {
    font-size: 16px;
    color: gray;
    width: 200px;
    height: 110px;
    margin: auto 0 auto auto;
    line-height: 90px;
    border-left: 1px solid rgba(19, 40, 64, .3);
    position: relative;
    padding-right: 40px
}

@media screen and (max-width:767px) {
    .single .single_prenext .next {
        width: 50%;
        height: 60px;
        font-size: 14px;
        line-height: 55px
    }
}

.single .single_prenext .next::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent var(--wp--preset--color--primary);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .single .single_prenext .next::before {
        right: 15px
    }
}

.single .single_prenext .next::after {
    content: "NEXT";
    position: absolute;
    top: 25%;
    left: 28%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px
}

@media screen and (max-width:767px) {
    .single .single_prenext .next::after {
        font-size: 10px;
        left: initial;
        right: 58%
    }
}

.single .single_prenext .next:hover {
    opacity: .7
}

.single .single_prenext .next:hover::before {
    right: 15px
}

.top.lp {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .top.lp {
        width: 100%;
        padding: 0
    }
}

.top.lp .top__sec {
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .top.lp .top__sec {
        padding: 35px 20px !important
    }
}

.top.lp .top_breadcrumb {
    height: 35px;
    line-height: 35px;
    background-color: #f3f3f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

@media screen and (max-width:767px) {
    .top.lp .top_breadcrumb {
        height: auto;
        min-height: 20px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 1.6
    }
}

.top.lp .top_breadcrumb span {
    margin: 0 8px;
    color: gray
}

@media screen and (max-width:767px) {
    .top.lp .top_breadcrumb span {
        margin: 0 3px
    }
}

.top.lp .top_fv {
    position: relative;
    height: 35vw;
    max-height: 425px;
    background-color: #f9e620;
    padding: 0 calc(50vw - 50%) 0;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw
}

@media screen and (max-width:767px) {
    .top.lp .top_fv {
        height: 280px;
        padding-left: 20px
    }
}

.top.lp .top_fv__inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 3.5vw
}

@media screen and (max-width:767px) {
    .top.lp .top_fv__inner {
        padding-top: 30px
    }
}

.top.lp .top_fv .top_fv_text {
    width: 700px;
    max-width: 100%;
    position: relative;
    z-index: 1001
}

.top.lp .top_fv .top_fv_text .top_fv_text_main {
    font-size: min(4vw, 48px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin: 0
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_text .top_fv_text_main {
        font-size: 24px;
        line-height: 1.5;
        text-shadow: #f9e620 2px 2px 0, #f9e620 -2px 2px 0, #f9e620 2px -2px 0, #f9e620 -2px -2px 0
    }
}

.top.lp .top_fv .top_fv_text .top_fv_text_green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item {
    background-color: #01ac47;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 20px;
    border-radius: 10px
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item {
        padding: 6px 10px;
        border: 4px solid #f9e620
    }
}

.top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item span {
    font-size: 30px;
    display: block;
    line-height: 1
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item span {
        font-size: 15px
    }
}

.top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item p {
    font-size: 48px;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item p {
        font-size: 24px
    }
}

.top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item:not(:last-child) {
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_text .top_fv_text_green .top_fv_text_green_item:not(:last-child) {
        margin-right: 5px
    }
}

.top.lp .top_fv .top_fv_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: auto;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 999;
    width: 46vw;
    max-width: 610px;
    text-align: right
}

@media screen and (max-width:767px) {
    .top.lp .top_fv .top_fv_img {
        bottom: -15px;
        right: -35px;
        width: 100%;
        max-width: 245px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list {
    position: relative;
    background-color: #f3f3f3;
    list-style: none;
    padding: 25px 26px 45px 26px;
    border-radius: 10px;
    margin: 50px 0 30px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_list {
        padding: 13px 13px 22px 13px;
        border-radius: 5px;
        margin: 25px 0 15px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item {
    font-size: min(2vw, 24px);
    font-weight: 500;
    position: relative;
    padding: 20px 0 20px 70px;
    border-bottom: 1px dashed #01ac47;
    width: 750px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item {
        font-size: 12px;
        padding: 10px 0 10px 35px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #01ac47;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::before {
        width: 23px;
        height: 23px;
        left: 5px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    width: 22px;
    height: 11px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: -2px
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_item::after {
        left: 11px;
        width: 11px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: -1px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31vw;
    max-width: 420px
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img>img {
    width: 100%
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_list .top_trouble_content_list_img {
        width: 100px;
        bottom: 5px;
        right: -10px
    }
}

.top.lp .top_trouble .top_trouble_content .top_trouble_content_text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: center
}

@media screen and (max-width:767px) {
    .top.lp .top_trouble .top_trouble_content .top_trouble_content_text {
        font-size: 12px;
        text-align: left;
        margin-top: 24px;
        padding: 0 10px
    }
}

.top.lp .top_advice .top_advice_content {
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content {
        margin-top: 25px
    }
}

.top.lp .top_advice .top_advice_content .top_advice_content_text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 65px
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 32px
    }
}

.top.lp .top_advice .top_advice_content .top_advice_content_wrap {
    position: relative;
    background-color: #f3f3f3;
    list-style: none;
    padding: 25px 26px 45px 26px;
    border-radius: 10px;
    margin: 50px 0 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap {
        padding: 18px 10px 22px 12px;
        margin: 40px 0 0
    }
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text {
        width: 100%
    }
}

.top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text h3 {
    font-size: 30px;
    margin: 0;
    text-align: left
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text h3 {
        font-size: 18px;
        text-align: center
    }
}

.top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    margin: 40px 0;
    text-align: left
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text p {
        font-size: 12px;
        margin: 20px 0
    }
}

.top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text .top_advice_content_wrap_text_btn>a {
    margin: 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_text .top_advice_content_wrap_text_btn>a {
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .top.lp .top_advice .top_advice_content .top_advice_content_wrap .top_advice_content_wrap_img {
        position: absolute;
        top: 59%;
        right: 0;
        max-width: 90px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:767px) {
    .top.lp .top_message {
        margin-top: -35px
    }
}

.top.lp .top_message .top_message_content {
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content {
        margin-top: 25px
    }
}

.top.lp .top_message .top_message_content .top_message_content_text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 65px
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_text {
        font-size: 12px;
        margin-bottom: 32px;
        text-align: left
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item {
    background-color: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    width: calc(25% - 8px);
    padding: 25px 15px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item {
        width: calc(50% - 4px);
        margin-bottom: 8px;
        padding: 12px 10px 12px
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item h3 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item h3 {
        font-size: 18px
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item h3>span {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item h3>span {
        font-size: 12px
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item p {
    text-align: left;
    font-size: 18px;
    margin: 0;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item p {
        font-size: 12px
    }
}

.top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item .top_message_content_wrap_item_img {
    margin: 10px 0
}

@media screen and (max-width:767px) {
    .top.lp .top_message .top_message_content .top_message_content_wrap .top_message_content_wrap_item .top_message_content_wrap_item_img img {
        width: 90%
    }
}

.top.lp .top_support .top_support_content {
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content {
        margin-top: 25px
    }
}

.top.lp .top_support .top_support_content .top_support_content_text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 75px
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_text {
        font-size: 12px;
        margin-bottom: 33px
    }
}

.top.lp .top_support .top_support_content .top_support_content_title {
    font-size: 30px;
    margin: 0 0 70px
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_title {
        font-size: 18px;
        margin: 0 0 35px
    }
}

.top.lp .top_support .top_support_content .top_support_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item {
    background-color: #efefef;
    border-radius: 10px;
    text-align: center;
    width: calc(20% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item {
        width: calc(33.3333333333% - 20px);
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item .top_support_content_wrap_item_img img {
    width: 100%
}

.top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item:not(:nth-last-of-type(1))::after {
    position: absolute;
    top: 50%;
    right: -30px;
    content: "▶︎";
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #353535
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item:not(:nth-last-of-type(1))::after {
        right: -15px;
        font-size: 10px
    }
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_wrap .top_support_content_wrap_item:nth-last-of-type(3) {
        margin-right: 0
    }
}

.top.lp .top_support .top_support_content .top_support_content_btn {
    margin-top: 60px
}

@media screen and (max-width:767px) {
    .top.lp .top_support .top_support_content .top_support_content_btn {
        margin-top: 5px
    }
}

.top.lp .top_support .top_support_content .top_support_content_btn>a {
    text-align: center
}

.top.lp .top_staff {
    background-color: #f3f3f3;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

@media screen and (max-width:767px) {
    .top.lp .top_staff {
        padding: 50px 20px
    }
}

.top.lp .top_staff .top_staff_primary {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin: 70px 0 80px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff .top_staff_primary {
        font-size: 14px;
        margin: 35px 0 40px
    }
}

.top.lp .top_staff .top_staff_content {
    margin-bottom: 65px
}

.top.lp .top_staff .top_staff_content:last-child {
    margin-bottom: 100px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff .top_staff_content:last-child {
        margin-bottom: 50px
    }
}

.top.lp .top_staff__list-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    text-align: center
}

.top.lp .top_staff__list-1>li {
    width: 48%;
    margin-bottom: 50px;
    max-width: 345px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-1>li {
        margin-bottom: 20px;
    }
}

.top.lp .top_staff__list-1>li p {
    margin: 0
}

.top.lp .top_staff__list-1>li p:nth-of-type(1) {
    font-size: 22px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-1>li p:nth-of-type(1) {
        font-size: 14px
    }
}

.top.lp .top_staff__list-1>li p:nth-of-type(2) {
    font-size: 30px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-1>li p:nth-of-type(2) {
        font-size: 16px
    }
}

.top.lp .top_staff__list-1>li span {
    display: block;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    text-align: left
}

.top.lp .top_staff__list-1>li span.p-small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-1>li span {
        font-size: 12px;
        line-height: 1.8
    }

    .top.lp .top_staff__list-1>li span.p-small {
        font-size: 11px;
        line-height: 1.5
    }
}

.top.lp .top_staff__list-1__img {
    margin-bottom: 5px
}

.top.lp .top_staff__list-1__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.top.lp .top_staff__list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-align: center
}

.top.lp .top_staff__list-2>li {
    width: calc(25% - 20px);
    max-width: 190px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-2>li {
        width: calc(33.3333333333% - 20px)
    }

    .top.lp .top_staff__list-2>li:not(:nth-last-child(1)) {
        margin-bottom: 30px
    }
}

.top.lp .top_staff__list-2>li p {
    margin: 0
}

.top.lp .top_staff__list-2>li p:nth-of-type(1) {
    font-size: 18px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-2>li p:nth-of-type(1) {
        font-size: 13px
    }
}

.top.lp .top_staff__list-2>li p:nth-of-type(2) {
    font-size: 24px
}

@media screen and (max-width:767px) {
    .top.lp .top_staff__list-2>li p:nth-of-type(2) {
        font-size: 15px
    }
}

.top.lp .top_staff__list-2__img {
    margin-bottom: 5px
}

.top.lp .top_staff__list-2__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2 {
        padding: 45px 20px
    }
}

.top.lp .top_news-2 .top_news_content {
    margin-top: 100px;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2 .top_news_content {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top.lp .top_news-2__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 15px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2__list__item {
        display: block;
        padding: 16px 8px
    }
}

.top.lp .top_news-2__list__item>time {
    font-size: 18px;
    font-weight: 300;
    width: 110px;
    line-height: 1.9;
    margin-right: 40px;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2__list__item>time {
        font-size: 14px
    }
}

.top.lp .top_news-2__list__item>h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2__list__item>h3 {
        font-size: 14px
    }
}

.top.lp .top_news-2__list__item:last-child {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .top.lp .top_news-2__list__item:last-child {
        margin-bottom: 30px
    }
}

.top.lp .top_news-2__list__item:hover {
    color: #f9e620
}

.top.lp .top_news-2__list__item:nth-of-type(even) {
    background-color: #f3f3f3
}

.top.lp .top_case .top_case_content {
    margin-top: 100px;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .top.lp .top_case .top_case_content {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top.lp .top_case__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list {
        display: block
    }
}

.top.lp .top_case__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 25px);
    margin-bottom: 35px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list__item {
        width: 100%;
        margin-bottom: 20px
    }
}

.top.lp .top_case__list__item__img {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 33%;
    width: 45%
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list__item__img {
        margin-right: 10px;
        width: 32%;
        padding-top: 28%
    }
}

.top.lp .top_case__list__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top.lp .top_case__list__item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.top.lp .top_case__list__item__text>time {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list__item__text>time {
        font-size: 14px;
        margin-bottom: 6px
    }
}

.top.lp .top_case__list__item__text>h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list__item__text>h3 {
        font-size: 14px
    }
}

.top.lp .top_case__list__item:last-child {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .top.lp .top_case__list__item:last-child {
        margin-bottom: 30px
    }
}

.top.lp .top_case__list__item:hover {
    opacity: .7
}

.top.lp .top_flow {
    background-color: #f3f3f3;
    padding: 60px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}

.top.lp .top_flow .top_flow_list {
    margin-top: 100px;
    margin-bottom: 40px;
    list-style: none
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

.top.lp .top_flow .top_flow_list>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list>li {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_img {
    position: relative;
    overflow: hidden;
    padding-top: 20%;
    width: 30%
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list>li .top_flow_list_img {
        width: 38%;
        padding-top: initial;
        margin-right: 10px
    }
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list>li .top_flow_list_img img {
        position: static
    }
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_text p {
    margin: 0
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.top.lp .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .top.lp .top_flow .top_flow_list>li .top_flow_list_text p:nth-of-type(2) {
        font-size: 12px
    }
}

.top.lp .top_flow .top_flow_list>li:not(:last-child) {
    margin-bottom: 45px
}

@media screen and (max-width:767px) {
    .top.lp .top_qa {
        padding-top: 50px !important
    }
}

.top.lp .top_qa .top_qa_content {
    margin: 70px 0
}

@media screen and (max-width:767px) {
    .top.lp .top_qa .top_qa_content {
        margin: 35px 0
    }
}

.top.lp .top_qa .top_qa_content .top_qa_content_wrap:not(:last-child) {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .top.lp .top_qa .top_qa_content .top_qa_content_wrap:not(:last-child) {
        margin-bottom: 25px
    }
}

.top.lp .top_contact .top_contact_primary {
    text-align: center;
    margin: 50px 0
}

@media screen and (max-width:767px) {
    .top.lp .top_contact .top_contact_primary {
        margin: 25px 0
    }
}

.top.lp .top_contact .top_contact_content_title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 100px 0 20px
}

@media screen and (max-width:767px) {
    .top.lp .top_contact .top_contact_content_title {
        font-size: 20px;
        margin: 50px 0 10px
    }
}

.advice_content_wrap {
    position: relative;
    background-color: #f3f3f3;
    list-style: none;
    padding: 25px 26px 45px 26px;
    border-radius: 10px;
    margin: 50px 0 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .advice_content_wrap {
        padding: 18px 10px 22px 12px;
        margin: 40px 0 0
    }
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_text {
        width: 100%
    }
}

.advice_content_wrap .advice_content_wrap_text span {
    display: block;
    font-size: 24px;
    padding: 0;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_text span {
        font-size: 14px;
        text-align: center !important
    }
}

.advice_content_wrap .advice_content_wrap_text h3 {
    font-size: 30px;
    margin: 0;
    padding: 0 !important;
    text-align: left !important
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_text h3 {
        font-size: 18px;
        text-align: center !important
    }
}

.advice_content_wrap .advice_content_wrap_text p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    margin: 35px 0 30px;
    padding: 0 !important;
    text-align: left
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_text p {
        font-size: 12px;
        margin: 20px 0
    }
}

.advice_content_wrap .advice_content_wrap_text .advice_content_wrap_text_btn>a {
    margin: 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_text .advice_content_wrap_text_btn>a {
        margin: 0 auto
    }
}

.advice_content_wrap .advice_content_wrap_img {
    margin-right: 55px
}

@media screen and (max-width:767px) {
    .advice_content_wrap .advice_content_wrap_img {
        position: absolute;
        top: 60%;
        right: 8px;
        max-width: 90px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 0
    }
}