@charset "UTF-8";

/* ======================================================

   common-Setting

========================================================= */
html {}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    color: var(--mcolor);
    -webkit-text-size-adjust: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
table,
th,
td,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 1.8;
}

li {
    list-style: none;
}

th,
td {
    vertical-align: middle;
}

select {
    visibility: visible !important;
}

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

img.mw {
    width: auto;
    max-width: 100%;
}

.center {
    text-align: center;
}

a {
    color: var(--org);
    text-decoration: none;
}

a:hover {
    color: var(--org);
    text-decoration: underline;
}

:root {
    --mcolor: #122047;
    --org: #f58502;
}

.sub_page_main .main_sec a.link {
    text-decoration: underline;
}

.sub_page_main .main_sec a.link:not([target="_blank"]):hover {
    text-decoration: none;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.mb_70 {
    margin-bottom: 70px !important;
}

.mb_80 {
    margin-bottom: 80px !important;
}

.mb_90 {
    margin-bottom: 90px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}

.mb_t {
    margin-bottom: 20px !important;
}

.mb_s {
    margin-bottom: 30px !important;
}

.mb_m {
    margin-bottom: 50px !important;
}

.mb_l {
    margin-bottom: 70px !important;
}

.f_b {
    font-weight: bold;
}

.f_10 {
    font-size: 10px !important;
}

.f_12 {
    font-size: 12px !important;
}

.f_14 {
    font-size: 14px !important;
}

.f_16 {
    font-size: 16px !important;
}

.f_18 {
    font-size: 18px !important;
}

.f_20 {
    font-size: 20px !important;
}

.f_22 {
    font-size: 22px !important;
}

.text {
    margin-bottom: 1em;
}

.txt-l {
    text-align: left !important;
}

.txt-c {
    text-align: center !important;
}

.txt-r {
    text-align: right !important;
}

.bold {
    font-weight: 700;
}

.ls {
    letter-spacing: 0;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.pc_area,
.tab_area {
    display: none;
}

.wrapper {
    padding-top: 60px;
    overflow-x: hidden;
    position: relative;
}

.index_main {}

.sub_page_main {
    margin: 0 auto 60px;
}


.topicpath {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
}

.topicpath li {
    display: inline;
    line-height: 1.4;
    font-size: 12px;
}

.topicpath li::before {
    content: ' > ';
}

.topicpath li:first-child::before {
    content: '';
}

.org {
    color: #f58502;
}
@media screen and (min-width: 600px) {
    .sp_area {
        display: none;
    }

    .tab_area {
        display: block;
    }
}

@media screen and (min-width: 1025px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    button,
    textarea,
    select,
    p,
    blockquote,
    table,
    th,
    td,
    pre,
    address,
    ul,
    ol,
    li,
    dl,
    dt,
    dd {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
    }

    .mb_t {
        margin-bottom: 30px !important;
    }

    .mb_s {
        margin-bottom: 50px !important;
    }

    .mb_m {
        margin-bottom: 80px !important;
    }

    .mb_l {
        margin-bottom: 120px !important;
    }

    .pc_area {
        display: block;
    }

    .hover_opacity {
        transition: 0.3s;
    }

    .hover_opacity:hover {
        transition: 0.3s;
        opacity: 0.8;
    }

    .wrapper {
        padding-top: 0;
    }

    .sub_page_main {
        margin: 0 auto 120px;
    }

    .topicpath {
        margin-bottom: 30px;
    }

    .topicpath ul {
        max-width: 1100px;
    }
}

/* ======================================================

   header

========================================================= */
.outer_header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #FFF;
}

.header {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.outer_header.active{
    z-index: 99999;
}
.header .logo {
    width: 208px;
    height: 50px;
    top: 5px;
    left: 2px;
    position: absolute;
}

.header h1,
nav.global_navi {
    display: none;
}

/* hamburger menu */
.hamburger_menu_cover {
    position: fixed;
    top: 0;
    right: 0;
    background: var(--mcolor);
    z-index: 1001;
}

.hamburger_menu {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    cursor: pointer;
}

.hamburger_menu__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: relative;
    transition: all 0.5s;
}

.hamburger_menu__line::before,
.hamburger_menu__line::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    transition: all 0.5s;
}

.hamburger_menu__line::before {
    transform: translateY(-8px);
}

.hamburger_menu__line::after {
    transform: translateY(8px);
}

.hamburger_menu.open .hamburger_menu__line {
    background-color: transparent;
}

.hamburger_menu.open .hamburger_menu__line::before {
    transform: rotate(45deg);
}

.hamburger_menu.open .hamburger_menu__line::after {
    transform: rotate(-45deg);
}

.nav_sp {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 100px 30px 0;
    background: #FFF;
    text-align: left;
    transition: right 0.5s;
    overflow: scroll;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.nav_sp.open {
    right: 0;
}

.nav_sp_inner {}

.nav_sp p.sp_menu_btn {
    margin-bottom: 20px;
}

.nav_sp p.sp_menu_btn {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
}

.nav_sp p.sp_menu_btn a {
    display: block;
    color: #333;
    text-decoration: none;
}

.nav_sp p.sp_menu_btn a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin: -4px 2px 0 0;
    border-top: solid 2px var(--mcolor);
    border-right: solid 2px var(--mcolor);
    transform: rotate(45deg);
}

.nav_sp .footer_follow{
    position: relative;
    margin: 15vw -30px 0;
    width: calc(100% + 60px);
    opacity: 1;
    pointer-events: auto;
}

.nav_sp_info {
    background: var(--mcolor);
    width: calc(100% + 60px);
    margin: 30px -30px 0;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
}
.nav_sp_info .f_logo {
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
}
.nav_sp_info p.location {
    color: #fff;
    line-height: 1.6;
	text-align: center;
}

/* サブメニューのトグルボタン */
.submenu_toggle {
    display: block;
    position: relative;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

/* プラスマーク（開閉アイコン） */
.submenu_toggle::after,
.submenu_toggle::before {
    content: "";
    display: block;
    background-color: var(--mcolor);
    position: absolute;
    top: 50%;
    right: 0;
}

.submenu_toggle::after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
}

.submenu_toggle::before {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}

.submenu_toggle.open::before {
    display: none;
}

/* サブメニュー */
.submenu {
    display: none;
    padding: 10px 0 0 0;
}

.submenu li {
    font-weight: bold;
}

.submenu.open {
    display: block;
}

.s_btn_sp ul {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 10px;
}

.s_btn_sp ul li {
    width: 49%;
}

.s_btn_sp ul li a,
.s_btn_sp p a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: var(--mcolor);
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
	position: relative;
	z-index: 2;
}
.s_btn_sp ul li a:after {content: '';position: absolute;background: url("../images/nav_ic1.png") no-repeat center center/100% auto;right: 0;bottom: 0;width: 44px;height: 40px;pointer-events: none;z-index: -1;}
.s_btn_sp ul li:nth-child(2) a:after {background-image: url("../images/nav_ic2.png");}
.s_btn_sp p a:after {content: '';position: absolute;background: url("../images/nav_ic3.png") no-repeat center center/100% auto;right: 0;bottom: 0;width: 44px;height: 40px;pointer-events: none;z-index: -1;}
.s_btn_sp p a {
    background: var(--org);
}

.sp_menu_list{margin-bottom: 20px;}


@media screen and (min-width: 1025px) {
    .outer_header {
        width: 100%;
        height: auto;
        padding: 0;
        background: #fff;
    }

    .header {
        width: 100%;
        height: 100px;
    }

    .header h1 {
        display: block;
        width: 100%;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .logo {
        width: 333px;
        height: 50px;
        top: 12px;
        left: 24px;
    }

    .hamburger_menu_cover {
        display: none;
    }

    nav.global_navi {
        display: block;
        height: 100px;
        position: absolute;
        top: 0px;
        right: 10px;
    }

    .gnav {
        display: flex;
        list-style: none;
        align-items: center;
    }

    .gnav>li {
        flex-grow: 1;
        text-align: center;
        position: relative;
        margin: 0 0 0 15px;
        font-size: 14px;
    }

    .gnav a {
        display: block;
        height: 100px;
        line-height: 100px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
    }

    .gnav a:hover {
        color: #27428a;
    }

    .sub_btn {
        display: flex;
        align-items: center;
        position: relative;
        font-weight: bold;
    }

    .parent {
        position: relative;
    }

    .parent>.sub_btn {
        cursor: default
    }

    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        border-top: solid 1px #FFF;
        width: 300px;
        top: 100%;
        right: 0
    }

    .sub ul li a {
        font-size: 16px;
        display: flex;
        width: 100%;
        height: 60px;
        align-items: center;
        letter-spacing: .001em;
        padding: 5px 35px;
        margin: 0 auto;
        border-bottom: solid 1px #FFF;
        color: #fff;
        background: var(--mcolor);
    }

    .sub ul li a:hover {
        background: var(--org);
        color: #fff;
    }

    .parent:hover .sub {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible
    }


}

@media screen and (min-width: 1260px) {
    .gnav>li {
        font-size: 16px;
    }
}

@media screen and (min-width: 1536px) {
    .header {
        width: 100%;
        height: 135px;
    }

    .header .logo {
        width: 458px;
        height: 110px;
        top: 12px;
        left: 24px;
    }

    nav.global_navi {
        display: block;
        height: 135px;
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .gnav>li {
        flex-grow: 1;
        text-align: center;
        position: relative;
        font-size: 18px;
        margin: 0 15px 0 30px;
    }
}

/* ======================================================

   foot_contact

========================================================= */
#foot_contact {
    width: 100%;
    background: var(--mcolor);
    padding: 50px 0;
}

#foot_contact .contact_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

#foot_contact .contact_inner h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

#foot_contact .contact_inner p {
    text-align: center;
    line-height: 1.8;
    color: #fff;
}

.orange {
    color: var(--org) !important;
}

#foot_contact .contact_inner .contact_btn {
    width: 100%;
}

#foot_contact .contact_inner .contact_btn .block {
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    padding: 35px 20px 20px;
}

#foot_contact .contact_inner .contact_btn .block .ttl {
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color: var(--mcolor);
}


#foot_contact .contact_inner .contact_btn .block ul li {
    text-align: center;
    line-height: 1.4;
}

#foot_contact .contact_inner .contact_btn .block:before,
#foot_contact .contact_inner .contact_btn .block:after {
    content: "";
    display: block;
    position: absolute;
}

#foot_contact .contact_inner .contact_btn .block:before {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--org);
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

#foot_contact .contact_inner .contact_btn .block:after {
    width: 32px;
    height: 32px;
    left: 0;
    right: 0;
    margin: auto;
}

#foot_contact .contact_inner .contact_btn .block.tel {
    margin-bottom: 50px;
}

#foot_contact .contact_inner .contact_btn .block.tel:after {
    background: url("../images/tel_icon.png") no-repeat;
    background-size: contain;
    top: -12px;
}

#foot_contact .contact_inner .contact_btn .block.mail:after {
    background: url("../images/mail_icon.png") no-repeat;
    background-size: contain;
    top: -13px;
}

#foot_contact .contact_inner .contact_btn .block .tel_num {
    color: var(--org);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
}

#foot_contact .contact_inner .contact_btn .block .tel_num a {
    color: var(--org);
    text-decoration: none;
}

#foot_contact .contact_inner .contact_btn .block .btn {
    max-width: 364px;
    width: 90%;
    margin: 0 auto 10px;
}

#foot_contact .contact_inner .contact_btn .block .btn a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    background: var(--org);
    border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}


@media screen and (min-width: 1025px) {
    #foot_contact {
        padding: 100px 0;
    }

    #foot_contact .contact_inner h3 {
        font-size: 42px;
        margin-bottom: 40px;
    }

    #foot_contact .contact_inner .contact_btn {
        display: flex;
        justify-content: space-between;
    }

    #foot_contact .contact_inner .contact_btn .block {
        width: 48%;
        max-width: 534px;
        border-radius: 20px;
        padding: 70px 20px 35px;
    }

    #foot_contact .contact_inner .contact_btn .block .ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #foot_contact .contact_inner .contact_btn .block ul li {
        text-align: center;
        line-height: 1.4;
    }

    #foot_contact .contact_inner .contact_btn .block:before {
        width: 88px;
        height: 88px;
        top: -44px;
    }

    #foot_contact .contact_inner .contact_btn .block:after {
        width: 40px;
        height: 40px;
    }

    #foot_contact .contact_inner .contact_btn .block.tel {
        margin-bottom: 0;
    }

    #foot_contact .contact_inner .contact_btn .block.tel:after {
        top: -20px;
    }

    #foot_contact .contact_inner .contact_btn .block.mail:after {
        top: -20px;
    }

    #foot_contact .contact_inner .contact_btn .block .tel_num {
        font-size: 48px;
        margin-bottom: 5px;
    }

    #foot_contact .contact_inner .contact_btn .block .btn {
        margin: 0 auto 20px;
    }

    #foot_contact .contact_inner .contact_btn .block .btn a {
        height: 70px;
        line-height: 70px;
        border-radius: 50px;
        font-size: 24px;
        transition: 0.3s;
    }

    #foot_contact .contact_inner .contact_btn .block .btn a:hover {
        opacity: 0.8;
    }

}

/* ======================================================

   foot_online

========================================================= */
#online_banner {
    width: 100%;
    padding: 50px 0;
    background: #edf1fc;
}

#online_banner .inner_block {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

#online_banner .inner_block h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#online_banner .inner_block p {
    text-align: center;
}

#online_banner .inner_block ul {
    margin-top: 20px;
}

#online_banner .inner_block ul li img {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

#online_banner .inner_block ul li:first-child {
    margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
    #online_banner {
        padding: 80px 0;
    }

    #online_banner .inner_block h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    #online_banner .inner_block ul {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }

    #online_banner .inner_block ul li {
        width: 49%;
        max-width: 534px;
    }

    #online_banner .inner_block ul li img {
        border-radius: 20px;
    }

    #online_banner .inner_block ul li:first-child {
        margin-bottom: 0;
    }

}

/* ======================================================

   footer

========================================================= */
.outer_footer {
    width: 100%;
    padding: 50px 0;
    background: var(--mcolor);
}

.footer {
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
}

.footer p {
    color: #fff;
}

.footer .f_left {
    width: 100%;
    margin-bottom: 30px;
}

.footer .f_left .f_logo {
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .f_left dl dt {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    padding-left: 1.5em;
    position: relative;
}

.footer .f_left dl dt:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 0;
}

.footer .f_left dl dd {
    color: #fff;
    line-height: 1.6;
}

.footer .f_left dl.mb {
    margin-bottom: 10px;
}

.footer .f_left dl.location dt:before {
    background: url("../images/location_icon.png") no-repeat;
    background-size: contain;
}

.footer .f_left dl.tel,
.footer .f_left dl.time {
    display: none;
}

.footer .f_left dl.tel dt:before {
    background: url("../images/tel_icon.png") no-repeat;
    background-size: contain;
}

.footer .f_left dl.time dt:before {
    background: url("../images/time_icon.png") no-repeat;
    background-size: contain;
}

.footer .f_left dl.area dt:before {
    background: url("../images/area_icon.png") no-repeat;
    background-size: contain;
}

.footer .f_left dl.dantai dt {
    padding-left: 0;
}

.footer .f_left dl.tel dd a {
    color: var(--org);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

.footer .f_left dl.area .img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .f_left dl.area .gmap {
    display: none;
    border-radius: 15px;
    height: 210px;
    box-sizing: border-box;
    border: 1px solid #000;
}



.footer .f_right {
    width: 100%;
}

.footer .f_right .site_map {
    display: none;
}

.footer .f_right .sites_list p.ttl {
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer .f_right .sites_list p.ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.footer .f_right .sites_list p.ttl span {
    background: var(--mcolor);
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.footer .f_right .sites_list ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.footer .f_right .sites_list ul li {
    width: 48%;
    margin: 0 1% 5px;
}

.footer .f_right .sites_list ul li p {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.footer .f_right .privacy_text {
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    position: relative;
    padding-top: 10px;
}

.footer .f_right .privacy_text:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.footer .f_right .privacy_text a {
    color: #fff;
    text-decoration: none;
}


.footer_follow {
    /*display: none;*/
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: var(--mcolor);
    padding: 10px 0;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.footer_follow.is-show {
    opacity: 1;
    pointer-events: auto;
}


.footer_follow .btm_contact {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.footer_follow .btm_contact li {
    width: 28%;
    height: 50px;
    margin: 0 1%;
    border-radius: 40px;
    text-align: center;
}

.footer_follow .btm_contact li img {
    width: 50px;
}

.footer_follow .btm_contact li a {
    display: flex;
	justify-content: center;align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 40px;
	position: relative;
}

.footer_follow .btm_contact li.tel {
    background: var(--org);
}

.footer_follow .btm_contact li.mail {
    background: #ffffff;
}

.footer_follow .btm_contact li.line {
    background: #06c755;
    width: 27%;
}

.footer_follow .btm_contact li.mail a {
    color: var(--mcolor);
}

.footer_follow .banner {
    color: #fff;
    font-weight: bold;
    position: relative;
    width: 27%;
    font-size: 14px;
}

.footer_follow .banner::before {
    background: url('../images/banner_follow.png') center /cover no-repeat;
    width: 175px;
    height: 160px;
    position: absolute;
    top: -110px;
    left: 95px;
    content: '';
}

#side_fix_btn {
    display: none;
}


@media screen and (min-width: 1025px) {
    .outer_footer {
        padding: 100px 0px 170px !important;
    }


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

    .footer .f_left {
        width: 31%;
        max-width: 440px;
        margin-bottom: 0;
    }

    .footer .f_left .f_logo {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .footer .f_left dl dt {
        font-size: 20px;
        padding-left: 1.8em;
        margin-bottom: 5px;
    }

    .footer .f_left dl dt:before {
        width: 30px;
        height: 30px;
        top: 4px;
    }

    .footer .f_left dl dd {
        font-size: 18px;
        line-height: 1.6;
    }

    .footer .f_left dl.mb {
        margin-bottom: 30px;
    }

    .footer .f_left dl.tel dt:before {
        width: 25px;
        height: 25px;
        top: 6px;
        left: 5px;
    }

    .footer .f_left dl.tel,
    .footer .f_left dl.time {
        display: block;
    }

    .footer .f_left dl.dantai dd {
        font-size: 16px;
    }

    .footer .f_left dl.area .img {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .footer .f_left dl.area .gmap {
        display: block;
        border-radius: 20px;
        height: 280px;
    }



    .footer .f_right {
        width: 61%;
        max-width: 865px;
    }

    .footer .f_right .site_map {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .footer .f_right .site_map dl {
        width: 48.2%;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 25px 16px 30px;
        margin-bottom: 35px;
    }

    .footer .f_right .site_map dl dt {
        color: var(--org);
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer .f_right .site_map dl dd ul li {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
        font-weight: 500;
        letter-spacing: 0.01em;
    }

    .footer .f_right .site_map dl dd ul li:last-child {
        margin-bottom: 0;
    }

    .footer .f_right .site_map dl dd ul li a {
        color: var(--mcolor);
        text-decoration: none;
        transition: 0.3s;
        font-size: 18px;
    }

    .footer .f_right .site_map dl dd ul li a:hover {
        color: var(--org);
    }


    .footer .f_right .sites_list p.ttl {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .footer .f_right .sites_list p.ttl span {
        padding-right: 20px;
    }

    .footer .f_right .sites_list ul {
        width: 632px;
    }

    .footer .f_right .sites_list ul li {
        width: 302px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0;
    }

    .footer .f_right .sites_list ul li:nth-child(odd) {
        margin-right: 28px;
    }

    .footer .f_right .sites_list ul li p {
        font-size: 18px;
    }

    .footer .f_right .privacy_text {
        font-size: 18px;
        padding-top: 30px;
    }

    .footer_follow {
        padding: 20px 15px;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .footer_follow dl {
        display: block;
        margin-right: 5px;
        flex-shrink: 0;
    }

    .footer_follow dl dt {
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
        font-family: "Zen Maru Gothic", sans-serif;
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .footer_follow dl dd ul {
        display: flex;
        justify-content: center;
    }

    .footer_follow dl dd ul li {
        margin: 0 4px;
        background: #27428a;
        color: #fff;
        font-size: 14px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        border-radius: 10px;
        line-height: 1;
        padding: 8px 8px 10px;
    }

    .footer_follow .btm_contact {
        width: 55%;
        margin: 0;
    }

    .footer_follow .btm_contact li {
        width: 33%;
        height: 60px;
        margin: 0 1%;
    }

    .footer_follow .btm_contact li img {
        width: 50px;
    }

    .footer_follow .btm_contact li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        line-height: 60px;
			height: 60px;
    }

    .footer_follow .btm_contact li span {
        position: relative;
        padding-left: 30px;
			height: 100%;
    }

    .footer_follow .btm_contact li span.pc_area {
        display: inline-flex!important;
			flex-direction: column;justify-content: center;align-items: center;line-height: 1em;
    }

    .footer_follow .btm_contact li span:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }

    .footer_follow .btm_contact li.tel a {
        font-size: 22px;
        font-family: "Roboto", sans-serif;
    }

    .footer_follow .btm_contact li.tel span:before {
        left: 0;
        background: url("../images/icon_tel.png") no-repeat;
        background-size: contain;
    }

    .footer_follow .btm_contact li.mail span:before {
        left: 0;
        background: url("../images/icon_mail.png") no-repeat;
        background-size: contain;
    }

    .footer_follow .btm_contact li.line span:before {
        left: 0;
        background: url("../images/icon_line.png") no-repeat;
        background-size: contain;
    }
	.footer_follow .btm_contact li span.small:before {display: none;}
.footer_follow .btm_contact li span.small { padding: 0; font-size: 14px; line-height: 1.5em; display: block; font-weight: 600; position: absolute; top: -16px; background: #fff; color: var(--org); height: auto; padding: 3px 12px 2px; border-radius: 20px; border: 2px solid var(--org); left: 50%; transform: translateX(-50%); white-space: nowrap; }
.footer_follow .btm_contact li.mail span.small { color: var(--mcolor); border-color: #f5f5f5; }

    #side_fix_btn {
        width: 60px;
        display: block;
        position: fixed;
        top: 10%;
        right: 0;
        z-index: 99999;
    }

    #side_fix_btn li {
        margin-bottom: 10px;
    }

    #side_fix_btn li:last-child {
        margin-bottom: 0;
    }


}

@media screen and (min-width: 1450px) {
    .footer_follow .banner{font-size: 16px;}
    .footer_follow .banner::before{
        left: 110px;
			width: 220px;
    height: 194px;
    top: -140px;
    }   
    .footer .f_right .site_map dl{
        padding: 25px 26px 30px;
    }

    .footer .f_right .site_map dl dd ul li a{
        font-size: 20px;
    }

}
@media screen and (min-width: 1536px) {

    .footer_follow {
        padding: 30px;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .footer_follow dl {
        display: block;
        margin-right: 25px;
    }

    .footer_follow dl dt {
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
        font-family: "Zen Maru Gothic", sans-serif;
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer_follow dl dd ul {
        display: flex;
        justify-content: center;
    }

    .footer_follow dl dd ul li {
        font-size: 18px;
    }

    .footer_follow .banner {
        font-size: 16px;
    }

    .footer_follow .btm_contact li {
        margin: 0 1% 0 0
    }

    .footer_follow .btm_contact li img {
        width: 50px;
    }

    .footer_follow .btm_contact li a {
        font-size: 18px;
			height: 60px;
    }

    .footer_follow .btm_contact li span {
        position: relative;
        padding-left: 50px;
    }

    .footer_follow .btm_contact li span:before {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
    }

    .footer_follow .btm_contact li.tel a {
        font-size: 24px;
    }

    .footer_follow .btm_contact li.line {
        width: 200px;
    }

    #side_fix_btn {
        width: 80px;
        display: block;
        position: fixed;
        top: 10%;
        right: 0;
        z-index: 99999;
    }

}


@media screen and (max-width: 1440px) {
.footer_follow dl dd ul li { font-size: 11px; margin: 0 2px; }
	.footer_follow .btm_contact li span {padding-left: 27px;}
	.footer_follow .btm_contact li.tel a {font-size: 18px;}
	.footer_follow .btm_contact li span.small { font-size: 12px; }
	.footer_follow .btm_contact li a {font-size: 13px;}
	.footer_follow .banner { font-size: 10px; }
	.footer_follow .banner::before { width: 120px; top: -79px; left: 80px; height: 107px;}
}

@media screen and (max-width: 1024px) {
    .footer_follow .btm_contact .sp_area {
        display: block;
			padding: 0;
    }
    footer .footer_follow dl,
    footer .footer_follow .banner {
        display: none;
    }
}
/* ======================================================

   block

========================================================= */
.main_sec {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
    /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

@media screen and (min-width: 1025px) {
    .main_sec {
        max-width: 1100px;
    }
}

.row-content .block {
    margin-bottom: 30px;
}

.row-content .block:last-child {
    margin-bottom: 0;
}

.row-content .block .image {
    margin: 0 auto 15px;
}

@media screen and (min-width: 1025px) {
    .row-content {
        display: flex;
        flex-wrap: wrap;
    }

    .row-content .block {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .row-content.row-2 .block:nth-child(-n+2) {
        margin-top: 0;
    }

    .row-content.row-3 .block:nth-child(-n+3) {
        margin-top: 0;
    }

    .row-content.row-4 .block:nth-child(-n+4) {
        margin-top: 0;
    }

    .row-content.row-2 .block {
        width: 48%;
    }

    .row-content.row-2 .block:nth-child(2n) {
        margin-left: auto;
    }

    .row-content.row-3 .block {
        width: 30%;
        margin-right: 5%;
    }

    .row-content.row-4 .block {
        width: 23.5%;
        margin-right: 2%;
    }

    .row-content.row-3 .block:nth-child(3n),
    .row-content.row-4 .block:nth-child(4n) {
        margin-right: 0;
    }
}

.anc_blc {
    margin-top: -70px;
    padding-top: 70px;
}

@media screen and (min-width: 600px) {
    /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

@media screen and (min-width: 1025px) {
    .anc_blc {
        margin-top: -140px;
        padding-top: 140px;
    }
}

.image_l .img,
.image_r .img {
    margin: 0 auto 20px;
}

.main_sec_bg_inner .image_l .txt,
.main_sec_bg_inner .image_r .txt {
    width: 100%;
}

.image_c {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
}

@media screen and (min-width: 1025px) {

    .image_l,
    .image_r {
        display: flex;
    }

    .image_r {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .f_cen {
        align-items: center;
    }

    a[data-lightbox]:hover {
        opacity: 0.7;
    }

    .image_l .img,
    .image_r .img {
        width: 35%;
        margin: 0;
    }

    .image_l .txt,
    .image_r .txt,
    .main_sec_bg_inner .image_l .txt,
    .main_sec_bg_inner .image_r .txt {
        width: 60%;
    }

    .image_l .txt {
        margin-left: auto;
    }

    .image_r .txt {
        margin-right: auto;
    }


    .image_r.advantage_img,
    .image_l.advantage_img {
        align-items: center;
    }



    .empty_img {
        align-items: flex-end;
    }
	.img a[data-lightbox] {display: block;width: 120px;margin: 0 auto;}
	.img .des {font-size: 80%;}
}

.gmap {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 600px) {
    /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

@media screen and (min-width: 1025px) {
    .gmap {
        height: 350px;
    }
}

/* ======================================================

   title

========================================================= */
.page_title {
    background: url("../images/h2_bg.jpg") no-repeat center top;
    background-size: cover;
}

.page_title h2 {
    width: 90%;
    margin: 0 auto;
    color: #FFF;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    padding: 40px 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.ttl_pt01 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

.ttl_pt01::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: var(--org);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ttl_pt02, .blog_detail h3 {
    font-size: 19px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #3f5591;
    padding: 0 0 12px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ttl_pt03, .blog_detail h4 {
    font-size: 17px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    background: #edf1fc;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.ttl_pt04, .blog_detail h5 {
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding: 2px 1.0em 5px 1em;
    margin-bottom: 10px;
}

.ttl_pt04:before, .blog_detail h5:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #3f5591;
    position: absolute;
    top: 0;
    left: 0;
}

.heading-11 {
    position: relative;
    padding: .5em .7em;
    background-color: var(--mcolor);
    color: #fff;
    font-size: 19px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.heading-11::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #021037;
    content: '';
}

.blog_detail .txt_b:not(:last-child) {margin-bottom: 50px;}

@media screen and (min-width: 1025px) {
    .page_title {
        margin-top: 135px;
    }

    .page_title h2 {
        width: 90%;
        font-size: 52px;
        padding: 130px 0;
    }

    .page_title h2 span {
        font-size: 48px;
    }

    .page_title h2.method {
        font-size: 50px;
    }

    .ttl_pt01 {
        font-size: 42px;
        line-height: 1.6;
        margin-bottom: 50px;
        padding-bottom: 25px;
    }

    .ttl_pt02, .blog_detail h3 {
        font-size: 32px;
        padding: 0 0 15px;
        margin-bottom: 40px;
        line-height: 1.6;
    }

    .ttl_pt03, .blog_detail h4 {
        font-size: 24px;
        line-height: 1.6;
        padding: 18px 20px;
        margin-bottom: 30px;
    }

    .ttl_pt04, .blog_detail h5 {
        font-size: 20px;
        padding: 2px 1.0em 5px 1em;
        margin-bottom: 15px;
    }

    .heading-11 {
        font-size: 32px;
        margin-bottom: 40px;
        display: inline-block;
    }

}


/* ======================================================

   list

========================================================= */
.list_pt01 li, .blog_detail li {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 1em;
    line-height: 1.6;
}

.list_pt01 li::before, .blog_detail ul li:before {
    display: block;
    content: '';
    position: absolute;
    background: #3f5591;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 0.5em;
}
.blog_detail ul:not(:last-child), .blog_detail ol:not(:last-child), .blog_detail p:not(:last-child) {margin-bottom: 30px;}
.blog_detail ol {counter-reset: item;}
.blog_detail ol li{counter-increment: item;padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;}
.blog_detail ol li::before {
  counter-increment: li;
  content: counter(item, decimal-leading-zero)".";
	color: #12145a;
	position: absolute;left: 0;top: 0;
}
.list_pt02 li {
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.list_pt02 li::before {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #12145a;
    border-radius: 3px;
}

.list_pt01 li:last-child,
.list_pt02 li:last-child,
.list-check li:last-child, .blog_detail ol li:last-child, .blog_detail li:last-child {
    margin-bottom: 0;
}

.list-check {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.list-check li {
    padding: 0 0 0 0.8em;
    position: relative;
    margin: 0 0.3em;
}

.list-check li::before {
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid var(--org);
    border-left: 2px solid var(--org);
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
    position: absolute;
    top: 0.8em;
    left: 0;
}




@media screen and (min-width: 1025px) {
    .list_pt01 li, .blog_detail li {
        margin-bottom: 10px;
        padding-left: 1em;
        line-height: 1.6;
    }

    .list_pt01 li::before, .blog_detail li:before {
        left: 0;
        top: 0.5em;
    }

    .list_pt01 li,
    .list_pt02 li, .blog_detail li, .blog_detail ol li {
        font-size: 18px;
    }


    .list_pt01.col_two {
        display: flex;
        flex-wrap: wrap;
    }

    .list_pt01.col_two li {
        width: 50%;
    }




}

/* ======================================================

   table

========================================================= */
.tbl_pt01,
.tbl_pt02 {
    width: 100%;
    border-right: var(--mcolor) solid 1px;
    border-top: var(--mcolor) solid 1px;

    table-layout: fixed;
}

.tbl_pt01 th,
.tbl_pt01 td,
.tbl_pt02 th,
.tbl_pt02 td {
    padding: 10px 15px;
    border-left: var(--mcolor) solid 1px;
    border-bottom: var(--mcolor) solid 1px;
}

.tbl_pt01 tr,
.tbl_pt01 th,
.tbl_pt01 td {
    display: block;
    box-sizing: border-box;
    line-height: 1.6;
}

.tbl_pt01 th,
.tbl_pt02 th {
    background: #edf1fc;
    font-weight: 700;
    line-height: 1.6;
}

.tbl_pt02 thead th {
    background: var(--mcolor);
    color: #FFF;
    text-align: center;
    border-right: #fff solid 1px;
}

.tbl_pt02 thead th.color_01 {
    background: #27428a;
}

.tbl_pt02 thead th.color_02 {
    background: #3f5591;
}

.scroll {
    overflow-x: auto;
}

.scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.scroll table {
    min-width: 600px;
}

@media screen and (min-width: 600px) {
    .scroll table {
        min-width: unset;
    }

    .tbl_pt01 th,
    .tbl_pt01 td,
    .tbl_pt02 th,
    .tbl_pt02 td {
        padding: 20px 25px;
    }

    .tbl_pt01 tr {
        display: table-row;
    }

    .tbl_pt01 th {
        width: 30%;
    }

    .tbl_pt01 th,
    .tbl_pt01 td {
        display: table-cell;
    }

    .tbl_pt02 thead th.r_col {
        border-right: var(--mcolor) solid 1px;
    }


    .wp15 {
        width: 15% !important;
    }

    .wp20 {
        width: 20% !important;
    }

    .wp25 {
        width: 25% !important;
    }

    .wp30 {
        width: 30% !important;
    }

    .scroll {
        overflow: hidden;
    }
}

@media screen and (min-width: 1025px) {
    /* 現在は何もないので削除するか、必要なスタイルを追加 */
}


/* ======================================================

   button

========================================================= */

.anc_btn_list {}

.anc_btn_list li {
    width: 100%;
    margin-bottom: 10px;
}

.txt_btn a,
.anc_btn_list li a {
    display: block;
    width: 100%;
    background: var(--mcolor);
    color: #fff;
    text-decoration: none;
    position: relative;
    border-radius: 60px;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
}

.txt_btn a:before,
.anc_btn_list li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    background: url("../images/arrow_w.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}

.txt_btn.orange_btn a {
    background: #;
}

.txt_btn.white_btn a {
    background: #fff;
    color: var(--mcolor);
}

.txt_btn.white_btn a:before {
    background: url("../images/arrow_b.png") no-repeat;
}

@media screen and (min-width: 1025px) {
    .txt_btn {
        transition: 0.3s;
    }

    .txt_btn:hover {
        transition: 0.3s;
        opacity: 0.8;
    }


    .w200 {
        max-width: 200px;
    }

    .w250 {
        max-width: 250px;
    }

    .w300 {
        max-width: 300px;
    }

    .w350 {
        max-width: 350px;
    }

    .w400 {
        max-width: 400px;
    }

    .w450 {
        max-width: 450px;
    }

    .w500 {
        max-width: 500px;
    }

    .w200,
    .w250,
    .w300,
    .w350,
    .w400,
    .w450,
    .w500 {
        margin: 0 auto;
    }

    .anc_btn_list {
        display: flex;
        flex-wrap: wrap;
    }

    .anc_btn_list.col_two li {
        width: 48%;
        margin: 0 1% 0;
    }

    .anc_btn_list.col_three li {
        width: 31%;
        margin: 0 1% 0;
    }

    .anc_btn_list.col_four li {
        width: 23%;
        margin: 0 1% 0;
    }

    .anc_btn_list.col_five li {
        width: 18%;
        margin: 0 1% 0;
    }

    .anc_btn_list li a:hover {
        opacity: 0.8;
    }

}



/* ======================================================

   00.下層共通

========================================================= */
.introductory_text {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 50px;
    background: #edf1fc;
    box-sizing: border-box;
    padding: 20px 25px 20px;
    border-radius: 10px;
}

.introductory_text .intro_ttl {
    text-align: center;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.introductory_text p {
    text-align: center;
}


.toc-002 {
    border: 2px solid #3f5591;
    border-radius: 3px;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #3f5591;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 ol {
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
}

.toc-002>ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: var(--mcolor);
    text-decoration: none;
}














.table_of_contents {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.table_of_contents li {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px 18px;
    position: relative;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    border-right: 1px solid #3f5591;
    border-left: 1px solid #3f5591;
    margin-bottom: 10px;
    line-height: 1.6;
}

.table_of_contents li a {
    color: var(--mcolor);
    text-decoration: none;
}

.table_of_contents li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid var(--mcolor);
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


@media screen and (min-width: 1025px) {
    .introductory_text {
        margin: 0 auto 60px;
        padding: 30px 60px 45px;
    }

    .introductory_text .intro_ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }


    .table_of_contents {
        display: flex;
        /*justify-content: center;*/
        flex-wrap: wrap;
        margin: 0 auto 80px;
    }

    .table_of_contents li {
        width: 50%;
        font-size: 18px;
        padding: 5px 20px 30px;
        border-right: none;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .table_of_contents li:nth-child(2n) {
        border-right: 1px solid #3f5591;
    }



}

/* ======================================================

   01.不動産を売りたい｜初めて売却される方へ

========================================================= */
.point_ttl span {
    background: #27428a;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

.point_block {
    width: 100%;
    border-radius: 0px 5px 5px 5px;
    border: 2px solid #27428a;
    box-sizing: border-box;
    padding: 15px 20px 20px;
    overflow: hidden;
}

.point_block .point_img {
    width: 80%;
    margin: 0 auto 10px;
}

.point_block ul li {
    border-bottom: 1px dashed #ccc;
    padding-top: 5px;
    padding-bottom: 10px;
}

.point_block ul li::before {
    top: 0.8em;
}

.border_block {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    border: 1px solid #3f5591;
}

.fukidashi_block {}

.fukidashi_block .thum_img {
    width: 120px;
    margin: 0 auto 10px;
}

.fukidashi_block .thum_img .img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.fukidashi_block .thum_img .name {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 5px;
    font-size: 20px;
}

.fukidashi_block .thum_img .name span {
    font-size: 12px;
}


.fukidashi_block .text_block {
    width: 100%;
    background: #27428a;
    box-sizing: border-box;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
}

.fukidashi_block .text_block:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #27428a;
    border-top: 0;
}

/* pick up*/
.pick_deco {
    width: 100%;
    line-height: 0;
}

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

.pickup_content_outer {
    width: 100%;
    background: #27428a;
    padding: 30px 0 30px;
}

.pickup_content_outer .main_sec .pick_ttl {
    position: relative;
    margin-bottom: 20px;
}

.pickup_content_outer .main_sec .pick_ttl h4 {
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

.pickup_content_outer .main_sec .pick_ttl .eng {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #183582;
    font-size: 50px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.pickup_content_outer .main_sec p {
    color: #fff;
}

.pickup_content_outer .main_sec .inner_block .img {
    width: 100%;
    margin: 0 auto 20px;
}

.pickup_content_outer .main_sec .inner_block .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.pickup_content_outer .main_sec .list_pt01 li {
    color: #fff;
}

.pickup_content_outer .main_sec .list_pt01 li:before {
    background: #fff;
}

.catch {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 20px;
}

.catch span {
    color: var(--org);
}

@media screen and (min-width: 1025px) {
    .point_ttl span {
        font-size: 22px;
        padding: 5px 25px;
        border-radius: 10px 10px 0 0;
    }

    .point_block {
        border-radius: 0px 10px 10px 10px;
        padding: 15px 35px 25px;
    }

    .point_block.image {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .point_block .point_img {
        width: 30%;
        margin: 0;
    }

    .point_block .point_img.k_img {
        width: 10%;
        margin: 0 50px 0 0;
    }

    .point_block.image ul {
        width: 65%;
    }

    .point_block ul li {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .border_block {
        padding: 20px 50px 25px;
    }

    .fukidashi_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fukidashi_block .thum_img {
        width: 150px;
        margin: 0 0 0;
    }

    .fukidashi_block .thum_img .img img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .fukidashi_block .thum_img .name span {
        font-size: 14px;
    }


    .fukidashi_block .text_block {
        width: 80%;
        padding: 25px 30px;
        margin-top: 0px;
        line-height: 1.6;
    }

    .fukidashi_block .text_block:before {
        top: 50%;
        left: -20px;
        right: auto;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #27428a;
        border-left: 0;
        margin-top: -20px;
    }


    /* pick up*/

    .pickup_content_outer {
        padding: 30px 0 80px;
    }

    .pickup_content_outer .main_sec .pick_ttl {
        margin-bottom: 50px;
    }

    .pickup_content_outer .main_sec .pick_ttl h4 {
        font-size: 42px;
        padding-top: 20px;
    }

    .pickup_content_outer .main_sec .pick_ttl .eng {
        font-size: 130px;
        line-height: 1;
        top: -0.2em;
        
    }

    .pickup_content_outer .main_sec .inner_block {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;

    }

    .pickup_content_outer .main_sec .inner_block .img {
        width: 53%;
        margin: 0;
    }

    .pickup_content_outer .main_sec .inner_block .text_block {
        width: 43%;
    }


    .pickup_content_outer .main_sec .inner_block.a_img {
        align-items: center;
    }

    .catch {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .catch.big {
        font-size: 48px;
    }

}



/* ======================================================

   02.不動産を売りたい｜理想の価格で売りたいなら「仲介売却」・手間なく早く現金化したいなら「不動産買取」

========================================================= */
.flow_contents {}

.flow_contents dl {
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.flow_contents dl:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 13px solid #ccc;
    border-bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.flow_contents dl:last-child {
    margin-bottom: 0;
}

.flow_contents dl:last-child:after {
    content: none;
}

.flow_contents dl dt {
    display: block;
    width: 100%;
    color: #fff;
    background: #27428a;
    font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}

.flow_contents dl dt span {
    font-family: "Roboto", sans-serif;
    margin-right: 10px;
}

.flow_contents dl dd {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    font-size: 15px;

}

.flow_contents.point_flow dl {}

.flow_contents.point_flow dl dd {}

.flow_contents.point_flow dl dd p.ttl {
    font-weight: 700;
    font-size: 16px;
}

@media screen and (min-width: 1025px) {
    .flow_contents {}

    .flow_contents dl {
        display: flex;
        margin-bottom: 35px;
        align-items: center;
    }

    .flow_contents dl dt {
        width: 20%;
        font-size: 20px;
        padding: 15px 30px;
        border-radius: 10px 0 0 10px;
        box-sizing: border-box;
    }

    .flow_contents dl dd {
        padding: 15px 30px;
        font-size: 20px;
    }

    .flow_contents.point_flow dl {
        align-items: stretch;
    }

    .flow_contents.point_flow dl dt {
        width: 20%;
        text-align: center;
        padding-top: 30px;
    }

    .flow_contents.point_flow dl dd {
        font-size: 18px;
    }

    .flow_contents.point_flow dl dd p.ttl {
        font-size: 20px;
        width: 100%;
    }


}


.ttl_fukidashi {
    background: #27428a;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    border-radius: 5px;
}

.ttl_fukidashi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #27428a;
    border-bottom: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 1025px) {
    .ttl_fukidashi {
        padding: 8px 10px;
        font-size: 22px;
    }
}

/* ======================================================

   03.不動産相続｜相続に関わる基礎知識

========================================================= */
.u_drop_list {}

.u_drop_list dl {
    width: 100%;
    margin-bottom: 10px;
}

.u_drop_list dl:last-child {
    margin-bottom: 0;
}

.u_drop_list dl dt {
    background-color: #edf1fc;
    padding: 1.0rem 2.5rem 1.0rem 1.0rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .2s;
    font-weight: bold;
    line-height: 1.4;
    font-size: 17px;
}

.u_drop_list dl dt:before,
.u_drop_list dl dt:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.u_drop_list dl dt:before {
    border-top: 1px solid #4e4d4c;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 10px;
}

.u_drop_list dl dt:after {
    border-left: 1px solid #4e4d4c;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 19px;
    transition: .3s;
}

.u_drop_list dl dt.open:after {
    height: 0;
}

.u_drop_list dl dd {
    display: none;
    padding: 1.0rem 1.0rem 1.0rem 1.0rem;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
}

.u_drop_list .f_big{font-size: 125%;}

.list02 {
    margin-bottom: 30px;
}
.list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.list02 li::before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 6px;
    background-color: var(--mcolor);
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
    padding-bottom: 1px;
}
@media screen and (min-width: 1025px) {
    .u_drop_list {
        display: flex;
        flex-wrap: wrap;
    }

    .u_drop_list dl {
        width: 48%;
        margin: 0 1% 10px;
    }

    .u_drop_list dl.full{
        width: 100%;
        margin: 0 0 10px;
    }
    .u_drop_list dl.full:last-child{
        margin-bottom: 0;
    }

    .u_drop_list dl:last-child {
        margin-bottom: 10px;
    }

    .u_drop_list dl dt {
        padding: 1.5rem 2.5rem 1.5rem 1.5rem;
        font-size: 20px;
    }

    .u_drop_list dl dt:before {
        border-top: 1px solid #4e4d4c;
        width: 20px;
        height: 0;
        top: 0;
        bottom: 0;
        right: 10px;
    }

    .u_drop_list dl dt:after {
        border-left: 1px solid #4e4d4c;
        width: 0;
        height: 20px;
        top: 0;
        bottom: 0;
        right: 19px;
        transition: .3s;
    }

    .u_drop_list dl dd {
        display: none;
        padding: 1.5rem 2.0rem 1.5rem 1.5rem;
        font-size: 18px;
    }

    .flow_contents dl dt {
        width: 35%;
    }

}




/* ======================================================

   blog

========================================================= */
#blog_list .block {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #edf1fc;
    background: #edf1fc;
    border-radius: 10px;
    margin: 0 auto 10px;
    position: relative;
}

#blog_list .block:last-child {
    margin-bottom: 0;
}

#blog_list .block .thum_img {
    width: 80%;
    height: 160px;
    margin: 0 auto 10px;
    position: relative;
    border-radius: 10px;
    background: url("../images/blog_none.jpg") no-repeat center;
    background-size: cover;
}

#blog_list .block .thum_img img {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

#blog_list .block .text_block {
    width: 100%;
}

#blog_list .block .text_block ul.datecate {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#blog_list .block .text_block ul.datecate li {
    font-weight: bold;
    line-height: 1.2;
}

#blog_list .block .text_block ul.datecate li:first-child {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

#blog_list .block .text_block ul.datecate li:last-child {
    display: block;
    border-radius: 20px;
    background: #27428a;
    color: #fff;
    font-size: 13px;
    padding: 3px 15px;
    margin-left: 10px;
}

#blog_list .block .text_block h4.blog_ttl {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 10px;
    line-height: 1.4;
}

#blog_list .block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_detail img {
    margin: 0 auto 30px;
}

.blog_detail .txt_b {
    margin: 0 auto 30px;
}


.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}

.pagination li {
    margin: 0 10px;
    font-family: "Roboto", sans-serif;
}

.pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #27428a;
    background: #fff;
    display: flex;
    color: #27428a;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.pagination li:hover a,
.pagination li.active a {
    background: #27428a;
    color: #fff;
}

.pagination li.active a {
    pointer-events: none;
}

.pagination li.disabled {
    display: none
}

@media screen and (min-width: 1025px) {

    #blog_list .block {
        padding: 30px 40px;
        margin: 0 auto 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        transition-duration: 0.3s;
    }

    #blog_list .block .thum_img {
        width: 31%;
        height: 200px;
        margin: 0;
    }

    #blog_list .block .thum_img img {
        height: 200px;
        object-fit: cover;
    }

    #blog_list .block .text_block {
        width: 65%;
    }

    #blog_list .block .text_block ul.datecate li:first-child {
        font-size: 16px;
    }

    #blog_list .block .text_block ul.datecate li:last-child {
        font-size: 14px;
        padding: 5px 20px;
    }

    #blog_list .block .text_block h4.blog_ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #blog_list .block:hover {
        border: 2px solid var(--mcolor);
    }

    .blog_detail .image {
        width: 100%;
        height: 400px;
        margin: 0 auto 30px;
        position: relative;
    }

    .blog_detail img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .blog_detail .txt_b {
        margin: 0 auto 30px;
    }


}


/* ======================================================

   faq / contact

========================================================= */

.faq_content {}

.faq_content dl {
    margin: 0 auto 10px;
    background: #edf1fc;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.faq_content dl:last-child {
    margin-bottom: 0;
}

.faq_content dl dt {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.4;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 5px;
}

.faq_content dl dt:before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: var(--org);
}

.tel_block {
    max-width: 500px;
    border: 2px solid var(--mcolor);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto 10px;
}

.tel_block p {
    text-align: center;
    line-height: 1.2;
}

.tel_block .tel_num {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    color: var(--org);
    margin-bottom: 2px;
}

.tel_block .tel_num span {
    position: relative;
    padding-left: 45px;
}

.tel_block .tel_num span:before,
.tel_block .tel_num span:after {
    content: "";
    display: block;
    position: absolute;
}

.tel_block .tel_num span:before {
    width: 36px;
    height: 36px;
    background: var(--org);
    border-radius: 50%;
    top: 2px;
    left: 0;
}

.tel_block .tel_num span:after {
    width: 25px;
    height: 25px;
    background: url("../images/tel_icon.png") no-repeat;
    background-size: contain;
    top: 8px;
    left: 5px;

}

.line_btn {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}

.line_btn a {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #06c755;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 20px;
}

.line_btn span {
    padding-left: 35px;
    position: relative;
}

.line_btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 2px;
    left: 0;
    background: url("../images/icon_line.png") no-repeat;
    background-size: contain;
}


@media screen and (min-width: 1025px) {
    .faq_anc {
        justify-content: center;
    }

    .faq_anc li {
        margin-bottom: 10px !important;
    }

    .faq_content dl {
        padding: 30px 35px;
    }

    .faq_content dl dt {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .faq_content dl dt:before {
        font-size: 24px;
        top: -3px;
    }

}


/* ======================================================

   advantage

========================================================= */
.advantage_border{width:100%;background:url(../images/advantage_bg.jpg) repeat-y;background-size:100%;padding:0 20px}
.advantage_border .deco_img{display:none}
.flow_design11{width:100%;display:flex;justify-content:center;align-items:center}
.flow11{padding-left:0}
.flow11>li{list-style-type:none;position:relative;padding:0 20px 0 60px;border-bottom:10px solid var(--mcolor)}
.flow11>li:not(:last-child){margin-bottom:40px}
.flow11>li .icon11{position:absolute;margin:0;line-height:0;font-size:100px;font-weight:700;left:0;bottom:40px;color:transparent;-webkit-text-stroke:3px var(--mcolor)}
.flow11>li dl dt{font-weight:700;font-size:17px;line-height:1.2;margin-bottom:5px}
.flow11>li dl dd ul li p{font-size:14px}
.flow11>li dl dd ul li span{background:#27428a;color:#fff;font-weight:700;font-size:13px;padding:2px 10px;margin-right:5px;display:inline-block}

.method_bg {width: 100%;background: url("../images/method_img05.jpg") no-repeat center center;background-size: cover;padding: 20px 50px 20px 20px;}

.step ul li{background:#edf1fc;text-align:center;padding:15px 20px;margin-bottom:30px;position:relative}
.step ul li:after{content:"";display:block;width:0;height:0;border-style:solid;border-right:12px solid transparent;border-left:12px solid transparent;border-top:15px solid var(--mcolor);border-bottom:0;position:absolute;bottom:-25px;left:0;right:0;margin:auto}
.step ul li:last-child:after{content:none}
.profile_name{font-size:24px;font-weight:700;font-family:"Zen Maru Gothic",sans-serif;margin-bottom:20px}
.profile_name span{font-size:14px;margin-left:20px}
.profile dl:first-child{margin-bottom:30px}
.profile dl dt{display:inline-block;padding:3px 20px;border-radius:30px;margin-bottom:15px;background:#27418b;color:#fff;font-weight:700;font-family:"Zen Maru Gothic",sans-serif}


.timeline {list-style: none;}
.timeline>li {margin-bottom: 20px;}
.timeline-date {font-weight: bold;}


@media screen and (min-width: 1025px) {
    .advantage_border{display:flex;justify-content:space-between;padding:0 40px}
    .advantage_border ul{width:65%}
    .advantage_border .deco_img{width:35%;display:block}

    .flow_design11{width:100%;display:flex;justify-content:center;align-items:center}
    .flow11{width:100%;padding-left:0}
    .flow11>li{padding:0 20px 0 90px}
    .flow11>li:not(:last-child){margin-bottom:40px}
    .flow11>li .icon11{left:10px;bottom:40px;color:transparent;-webkit-text-stroke:3px var(--mcolor)}
    .flow11>li dl dt{font-size:20px;margin-bottom:10px}
    .flow11>li dl dd ul{display:flex;margin-bottom:5px}
    .flow11>li dl dd ul li{display:flex;width:50%}
    .flow11>li dl dd ul li p{font-size:18px}
    .flow11>li dl dd ul li span{font-size:16px;padding:2px 15px;margin-right:10px}

    .method_bg {padding: 30px 50px 30px 40px;}

    .step ul{display:flex;justify-content:space-between}
    .step ul li{display:flex;justify-content:center;align-items:center;width:30%;margin-bottom:0}
    .step ul li:after{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:15px solid var(--mcolor);border-right:0;bottom:35px;left:auto;right:-35px;margin:auto}
    .profile_name{font-size:34px}
    .profile_name span{font-size:18px}
}




@media screen and (min-width: 1024px) and  (max-width: 1560px) {
    #side_fix_btn{width: 75px;top: inherit;bottom: 0;}
}

@media screen and (min-width: 1024px) and  (max-height: 800px) {
	#side_fix_btn {height: calc(100% - 110px);}
	#side_fix_btn li { height: calc((100% - 10px) / 3); }
	#side_fix_btn li a { display: block; height: 100%; text-align: right;}
	#side_fix_btn li img { max-height: 100%;width: auto;max-width: 100%;}
	#side_fix_btn li { margin-bottom: 5px; }
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
    .footer_follow .banner::before{width: 140px;height: auto;top: -90px;left: 105px;aspect-ratio: 176/160;}
}

@media screen and (max-width: 1024px) {
    .footer_follow{display:flex;flex-direction:column-reverse;align-items:flex-start;padding:20px 20px 10px}
    .footer_follow .banner{width:auto;margin:0 auto 25px;font-size:16px}
    .footer_follow .banner::before{left:auto;right:0;width:200px;height:146px;top:-117px;background:url(../images/banner_follow_sp.png) center /cover no-repeat}

    .header dl{display:flex;flex-direction:row-reverse;flex-shrink:0;position:absolute;top:25px;left:134px;align-items:center}
    .header dl dt{font-weight:700;line-height:1.2;font-family:"Zen Maru Gothic",sans-serif;margin-bottom:0;font-size:9px}
    .header dl dt .sp_area{display:block}
    .header dl dd ul{display:flex;width:142px;flex-wrap:wrap}
    .header dl dd ul li{margin:0 2px 2px 0;background:#27428a;color:#fff;font-size:8px;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;border-radius:10px;line-height:1;padding:2px 0 3px;width:45px;text-align:center}
	.header .logo a {display: block;position: relative;}
	.header .logo a img  {opacity: 0;}
	.header .logo a:after {content: '';position: absolute;height: 100%;background: url("../images/logo_sp.jpg") no-repeat left center/auto 100%;width: 273px;left: 0;top: 0;}

	.footer_follow .btm_contact li { border-radius: 0; margin: 0; }
	.footer_follow .btm_contact { justify-content: center;width: 100%; }
	.footer_follow .btm_contact li a {border-radius: 0;position: relative;padding-top: 10px;}
	.footer_follow .btm_contact li img { width: 40px; }
	.footer_follow .btm_contact li a .small { position: absolute; background: #fff; border: 2px solid var(--org); border-radius: 20px; left: 50%; transform: translateX(-50%); font-weight: 600; padding: 0 12px; top: -13px; white-space: nowrap; font-size: 12px; }
	.footer_follow .btm_contact li.mail a .small { border-color: #f5f5f5; }
	.footer_follow .btm_contact li.line a .small { color: #06c755; border-color: #06c755; }
}

/* for Desktop */
@media (min-width : 640px) {
    .timeline>li{overflow:hidden;margin:0;position:relative}
    .timeline-date{width:25%;float:left;box-sizing:border-box;padding-top:5px;padding-bottom:5px}
    .timeline-content{width:75%;float:left;border-left:3px #ccc solid;padding-left:30px;box-sizing:border-box;padding-top:5px;padding-bottom:5px}
    .timeline-content:before{content:'';width:12px;height:12px;background:var(--mcolor);position:absolute;left:calc(25% - 5px);top:13px;border-radius:100%}
}

@media screen and (max-width: 560px) {
    .footer_follow .btm_contact{width: 100%;justify-content: center;}
    .footer_follow{padding: 10px;}
    .footer_follow .btm_contact li{width: calc(100%/3)!important;}
    .footer_follow .banner { margin: 0 0 25px; width: 100%; font-size: 4.3vw;}
    .footer_follow .banner .pc_area{display: block;}
    .footer_follow .banner::before{top: -100px;}
    .footer_follow .banner::before { width: 40vw; height: 29vw; top: calc(-20px - 9vw); }
}
@media screen and (max-width: 440px) {
    .header .logo { width: 160px; top: 9px; }
    .header dl { left: 102px; top: 23px; }
    .header dl dd ul li { font-size: 6px; width: 33px; padding-bottom: 2px; }
    .header dl dd ul { width: 107px; }
    .header dl dt { font-size: 2vw; }
	.nav_sp {padding-left: 15px;padding-right: 15px;}
	.s_btn_sp ul li a, .s_btn_sp p a {font-size: 13px;}
	.s_btn_sp p a:after,.s_btn_sp ul li a:after {width: 33px;height: 30px;}
	.nav_sp .footer_follow {margin: 15vw -15px 0;width: calc(100% + 30px);}
	.nav_sp_info {margin: 30px -15px 0;width: calc(100% + 30px);}
}

.sp360 {display: none;}

@media (max-width : 360px) {
    .sp360 {display: block !important;}
    .hamburger_menu { width: 40px; padding: 15px 10px; }
    .footer_follow .btm_contact li a .small { font-size: 10px; padding: 0 7px; top: -11px; }
	.s_btn_sp ul li a:after {width: 24px;height:22px;}
}