@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

:root {
    --main-color: #1d2088;
    --dark-color: #141c60;
    --sub-color: #30dce6;
    --sub2-color: #1d2088;
    --sub3-color: #529CC6;
    --accent-color: #ff7455;
    --accent2-color: #ffb5a2;
    --table1: #cbe6e4;
    --table2: #f1f9f9;
    --bg-color: #fafaf5;
}

/*
color: var(--main-color);
color: var(--dark-color);
color: var(--sub-color);
color: var(--accent-color);
color: var(--bg-color);
*/

:focus {
  outline: none;
}

html {
	font-size: 62.5%;
    color: #333;
}

* {
    box-sizing: border-box;
}

* img {
    vertical-align: middle;
}

* a {
    text-decoration: none;
}

* ul li {
    list-style: none;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body .mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.noto5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.oswald {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.hind {
  font-family: "Hind", serif;
  font-weight: 300;
  font-style: normal;
}

* img {
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
}

.pc,.pc_w,.pc_w2 {
    display: block;
}

.sp {
    display: none;
}

@media all and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
}

@media all and (max-width: 1049px) {
    .pc_w {
        display: none;
    }
}

@media all and (max-width: 1300px) {
    .pc_w2 {
        display: none;
    }
}

main {
    line-height: 2;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
}

#top_btn {
    position: fixed;
    right: -60px;
    bottom: 0;
    display: block;
    height: 60px;
    width: 60px;
    transition: all 0.2s;
    z-index: 1000;
}

#top_btn.active {
    right: 0px;
}

.bg_set {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_right {
    background-color: var(--bg-color);
}

.sec_pad {
    padding: 80px 5%;
}

#main-visual_low {
    background-color: #F5FBFE;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-visual_low h1 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}

.common_h2 {
    position: relative;
}

.common_h2 h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.common_h2 p {
    text-align: center;
    color: var(--accent2-color);
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    letter-spacing: 8px;
    z-index: 0;
    width: 100%;
}

.ttl_h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.c_txt {
    text-align: center;
    font-size: 1.6rem
}

@media all and (max-width: 767px) {
    #top_btn {
        right: -50px;
        height: 50px;
        width: 50px;
    }

    .sec_pad {
        padding: 40px 5%;
    }
    
    #main-visual_low {
        height: 24vw;
    }
    
    #main-visual_low h1 {
        font-size: 2rem;
        margin: 0 1em;
        text-align: justify;
    }

    .common_h2 h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    .common_h2 p {
        font-size: 3rem;
        letter-spacing: 5px;
        top: -1.1em;
    }

    .c_txt {
        text-align: justify;
        font-size: 1.4rem
    }
    
    .ttl_h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

/*===========================================
       header設定
===========================================*/
header {
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.h_line {
    background-color: var(--main-color);
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_line p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: bold;
    color: white;
}

header .h_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2vw;
    align-items: center;
    height: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 10px -7px;
}

header #logo {
    height: 40px;
}

header #logo img {
    height: 100%;
}

header .right_content {
    display: flex;
    align-items: center;
    height: 100%;
}

.h_contact {
    background: var(--accent-color);
    color: white;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 1.5rem;
}

.h_contact:hover {
    background: var(--main-color);
}

.h_contact:before {
    content: "";
    display: block;
    background-image: url(../img/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.h_contact.h_con {
    margin-right: 1em;
    background: var(--sub2-color);
}

.h_contact.h_con:hover {
    background: var(--sub-color);
}

.h_tel_box {
    margin-right: 20px;
}

.h_tel_box a {
    font-weight: bold;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.h_tel_box p {
    font-size: 1.3rem;
    margin-left: 20px;
}

.h_tel_box a:before {
    content: "";
    display: block;
    background-image: url(../img/tel_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 5px;
    margin-bottom: 3px;
}

@media all and (max-width: 767px) {
    header {
        flex-flow: column-reverse;
    }
    
    .h_line {
        height: 9vw;
        max-height: 50px;
    }
    
    .h_line p {
        font-size: min(2.6vw, 14px);
        line-height: 1.3;
        letter-spacing: 0px;
    }
    
    header .h_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 5%;
        align-items: center;
        height: 50px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 10px -7px;
    }

    header #logo {
        height: 25px;
    }
    
    .right_content {
        margin-right: 45px;
    }

    .h_contact {
        padding: 12.5px 10px;
        border-radius: 0px;
    }
    
    .h_contact span {
        display: none;
    }

    .h_contact:before {
        margin-right: 0px;
    }
    
    .h_contact.h_con {
        display: none;
    }

    .h_tel_box {
        margin-right: 15px;
    }

    .h_tel_box a {
        font-weight: bold;
        font-size: 2.4rem;
        background: var(--bg-color);
        width: 40px;
        height: 40px;
    }
    
    .h_tel_box a span {
        display: none;
    }

    .h_tel_box a:before {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .h_tel_box p {
        display: none;
    }
}

#pc_nav {
}

.pnav {
    display: flex;
    justify-content: center;
}

.pnav > li > a {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
    font-size: 1.5rem;
    transition: all 0.2s;
    position: relative;
}

.pnav > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--sub-color);
    transition: all 0.2s;
}

.pnav > li > a:hover:after {
    width: 100%;
}

.pnav > li > a:hover {
    background-color: #f9f9f9;
}

.pnav > li > a.active {
    background-color: var(--sub-color);
    pointer-events: none;
}

#hamburger .btn-gNav {
    position: fixed;
    top: 13px;
    right: 13px;
    width: 24px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#hamburger .btn-gNav:after {
    position: fixed;
    content: "";
    width: 50px;
    height: 50px;
    background: #ddd;
    top: 0;
    right: 0;
    z-index: -1;
}

#hamburger .btn-gNav.open:after {
    background: var(--accent-color);
}

#hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

#hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

#hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

#hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2),
#hamburger .btn-gNav.open span:nth-child(3) {
    top: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#gNav {
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
}

#gNav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: 0.9;
}

#gNav.open {
    right: 0px;
}

#gNav .gNav-menu {
    width: 100%;
    height: 100%;
    border-top: 1px solid var(--sub-color);
    background-color: #094068;
}

#gNav .gNav-menu li a {
    display: flex;
    padding: 10px 20px;
    color: #ddd;
    border-bottom: 1px solid var(--sub-color);
}

#gNav .gNav-menu li .sp_sub_menu li a {
    padding-left: 50px;
    position: relative;
}

#gNav .gNav-menu li .sp_sub_menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #aaa;
}

#gNav .gNav-menu li a.active {
    background-color: var(--sub-color);
    color: #333;
    pointer-events: none;
}

#fix_nav {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    height: 60px;
    transition: all 0.2s;
    z-index: 100;
}

#fix_nav.on {
    top: 0px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

#fix_nav .fix_logo {
    max-height: 40px;
    height: 4vw;
}

#fix_nav .fix_logo img {
    max-height: 40px;
    height: 100%;
}

#fix_nav ul {
    display: flex;
    height: 100%;
}

#fix_nav ul a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1vw;
    font-size: 1.4rem;
    transition: all 0.2s;
    position: relative;
    text-align: center;
}

#fix_nav ul a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--sub-color);
    transition: all 0.2s;
}

#fix_nav ul a:hover:after {
    width: 100%;
}

#fix_nav ul a:hover {
    background-color: #f9f9f9;
}

#fix_nav ul a.active {
    background-color: #f9f9f9;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .btn-gNav {
        display: none;
    }

    #gNav {
        position: fixed;
        top: 0;
        right: 0;
        height: 50px;
    }

    #gNav .gNav-menu {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 50px;
    }

    #gNav .gNav-menu li {
        padding-top: 5px;
    }
}

@media all and (max-width: 767px) {
    #pc_nav,#fix_nav {
        display: none;
    }
}

/*===========================================
       パンくず設定
===========================================*/
.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 0 15px;
    list-style: none;
    padding: 0;
    font-size: 1.3rem;
    padding: 10px 20px;
}

.breadcrumb__list li {
    display: flex;
    align-items: center;
}

.breadcrumb__list li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%2364B482'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb__list li:not(:last-child)::after {
    display: inline-block;
    width: .3em;
    height: .6em;
    margin-bottom: 0.2em;
    margin-left: 15px;
    background-color: #64B482;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.breadcrumb__list li:last-child {
    color: #999;
}

.breadcrumb__list a {
    color: #333333;
    text-decoration: none;
    transition: all 0.2s;
}

.breadcrumb__list a:hover {
    color: #64B482;
}

@media all and (max-width: 767px) {
    .breadcrumb__list {
        display: none;
    }
}

/*===========================================
       cta設定
===========================================*/
.cta_bnr {
    background-image: url(../img/cta_back.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    gap: 0.5vw;
    overflow: hidden;
}

.cta_bnr .left_box .fukidashi {
    width: 90%;
    margin-bottom: 10px;
}

.cta_bnr .left_box p {
    color: white;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.cta_bnr .btn {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 15px;
}

.cta_bnr .btn img {
    height: 80px;
}

.cta_bnr .btn a {
    text-align: center;
    background-color: #ff9;
    width: 12em;
    line-height: 2;
    margin: 0px auto;
    font-size: 2rem;
    border-radius: 24px;
    transition: all 0.2s;
}

.cta_bnr .btn a:hover {
    background-color: #ff0;
}

.cta_bnr .uketsuke {
    height: 90%;
    align-self: flex-end;
}

@media all and (max-width: 999px) {
    .cta_bnr {
        height: 140px;
        gap: 0vw;
    }

    .cta_bnr .left_box .fukidashi {
        width: 80%;
    }

    .cta_bnr .left_box p {
        font-size: 1.2rem;
    }

    .cta_bnr .btn img {
        height: 50px;
    }
}

@media all and (max-width: 767px) {
    .cta_bnr {
        flex-direction: column;
        height: auto;
        gap: 2vw;
        padding: 20px 3%;
    }

    .cta_bnr .left_box .fukidashi {
        width: 100%;
        margin-bottom: 15px;
    }

    .cta_bnr .left_box p {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .cta_bnr .btn {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .cta_bnr .btn img {
        height: auto;
        width: 80vw;
        max-width: 400px;
    }

    .cta_bnr .btn a {
        font-size: 1.6rem;
    }

    .cta_bnr .uketsuke {
        display: none;
    }
}

/*===========================================
       Q&Aリンクボタン設定
===========================================*/
#qa_link {
    display: flex;
    justify-content: center;
    gap: 3vw;
}

#qa_link li {
    width: 15vw;
}

#qa_link li a {
    display: block;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 15px;
    padding: 1.5vw 1.5vw 5vw;
    position: relative;
    transition: all 0.2s;
}

#qa_link li a:hover {
    background-color: var(--dark-color);
}

#qa_link li a:after {
    content: "";
    display: block;
    width: 3vw;
    height: 1.2vw;
    background-image: url(../img/qa_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 2.5vw;;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
}

#qa_link li a:hover:after {
    bottom: 1.5vw;;
}

#qa_link li a img {
    width: 80%;
    margin: 0 10%;
}

#qa_link li a p {
    font-size: clamp(14px, 1.6vw, 22px);
    width: 100%;
    color: white;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0.5em 0;
}

@media all and (max-width: 767px) {
    #qa_link {
        flex-wrap: wrap;
        gap: 3.5vw;
    }

    #qa_link li {
        width: 100%;
    }

    #qa_link li a {
        padding: 3vw;
        display: flex;
        align-items: center;
    }

    #qa_link li a:after {
        width: 5vw;
        height: 2vw;
        bottom: 5vw;
        bottom: 2.5vw;;
        left: auto;
        transform: translateX(auto);
        top: 45%;
        right: 10px;
        transform: translateY(-50%);
        transform: rotate(-90deg);
    }

    #qa_link li a:hover:after {
        bottom: auto;
        right: 5px;
    }

    #qa_link li a img {
        width: 15vw;
        aspect-ratio: 1 / 1;
        margin: 0;
    }

    #qa_link li a p {
        font-size: clamp(14px, 3vw, 24px);
        width: calc(100% - 15vw - 20px);
        margin: 0;
    }
}

/*===========================================
       footer設定
===========================================*/
#f_list {
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw;
    gap: 3vw;
}

#f_list li {
    width: 27%;
}

#f_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-color: white;
    width: 100%;
    height: 3em;
    border: 1px solid var(--main-color);
    position: relative;
    transition: all 0.2s;
}

#f_list li a:hover {
    background-color: #F3FAFB;
}

#f_list li a:after {
    content: "";
    display: block;
    background: var(--sub-color);
    height: 15px;
    width: 15px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 0.2s;
}

#f_list li a:hover:after {
    height: 20px;
    width: 20px;
    top: -1px;
    right: -1px;
}

footer {
    background-color: var(--main-color);
    display: flex;
    align-items: flex-start;
    gap:3%;
    padding: 3vw 5%;
}

.fcon_1 {
    color: white;
    font-size: 13px;
    width: 28em;
    margin-right: auto;
}

.fcon_1 .f_logo {
    display: inline-block;
}

.fcon_1 .f_logo img {
    height: 48px;
}

.fcon_1 .f_logo:first-of-type {
    margin-bottom: 1em;
}

.fcon_1 .address {
    margin: 10px 0 10px 50px;
}

.fcon_1 ul {
    margin-left: 50px;
}

.fcon_1 ul li {
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.fcon_1 ul li:before {
    content: "●";
    margin-right: 0.2em;
}

.fcon_1 ul li:not(:last-child) {
    margin-bottom: 5px;
}

.fcon_2 .f_nav {
    display: inline-block;
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.fcon_2 .f_nav:first-child {
    margin-right: 2em;
}

.fcon_2 .f_nav li:not(:last-child) {
    margin-bottom: 15px;
}

.fcon_2 .f_nav li a {
    color: white;
}

.f_tel_box {
    margin-bottom: 20px;
}

.f_tel_box a {
    font-weight: bold;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.f_tel_box p {
    font-size: 1.3rem;
    margin: 5px 0 0 20px;
    color: white;
}

.f_tel_box a:before {
    content: "";
    display: block;
    background-image: url(../img/tel_icon_f.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 5px;
    margin-bottom: 3px;
}

.f_contact {
    background: var(--accent-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 1.5rem;
}

.f_contact:hover {
    background: var(--dark-color);
}

.f_contact:before {
    content: "";
    display: block;
    background-image: url(../img/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

#copyright {
    text-align: center;
    background-color: var(--main-color);
    color: white;
    font-size: 1.2rem;
    padding: 10px 0;
}

@media all and (max-width: 999px) {
    footer {
        padding: 3vw 3%;
    }
    
    .fcon_2 .f_nav {
        display: block;
    }

    .fcon_2 .f_nav:first-child {
        margin-right: 0em;
        margin-bottom: 8px;
    }

    .fcon_2 .f_nav li:not(:last-child) {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 767px) {
    #f_list {
        display: none;
    }

    footer {
        border-top: 2px solid var(--bg-color);
        flex-wrap: wrap;
        align-items: center;
        gap: 10vw;
        padding: 10vw 5%;
    }

    .fcon_1 {
        font-size: 12px;
        width: auto;
        margin: 0 auto;
    }
    
    .fcon_1 .f_logo img {
        height: 11vw;
    }

    .fcon_2 .f_nav {
        display: flex;
        flex-wrap: wrap;
        font-size: 3vw;
        gap: 3vw 5%;
        text-align: center;
    }

    .fcon_2 .f_nav:first-child {
        margin-right: 0;
        margin-bottom: 3vw;
    }
    
    .fcon_2 .f_nav li {
        width: 47.5%;
    }

    .fcon_2 .f_nav li:not(:last-child) {
        margin-bottom: 0;
    }

    .fcon_2 .f_nav li a {
        color: white;
        text-decoration: underline;
        text-decoration-color: var(--sub-color);
        text-underline-offset: 1vw;
    }
    
    .fcon_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5vw;
        width: 100%;
    }

    .f_tel_box {
        margin-bottom: 0;
    }

    .f_tel_box a {
        font-size: 2rem;
    }

    .f_tel_box p {
        font-size: 1.2rem;
    }

    .f_contact {
        padding: 10px 10px;
        font-size: 1.3rem;
    }

    .f_contact:hover {
        background: var(--dark-color);
    }

    .f_contact:before {
        width: 18px;
        height: 14px;
    }
    
    #copyright {
        font-size: 1rem;
    }
}

/*===========================================
       fixバナー設定
===========================================*/
.floating-banner {
    position: fixed;
    top: 60%;
    right: -250px;
    transform: translateY(-50%);
    z-index: 9999;
}

.banner-inner {
    display: flex;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
    right: 0;
}

/* ホバー時：全体を左にスライド */
.floating-banner:hover .banner-inner {
    transform: translateX(-250px);
    /* banner-contentの幅と同じ */
}

/* ラベル（縦書き） */
.banner-label {
    writing-mode: vertical-rl;
    background-color: var(--sub2-color);
    color: white;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px 0 0 10px;
    height: 12em;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.banner-label span {
    color: #ff7;
}

.banner-label .arrow {
    font-size: 14px;
    margin-top: 10px;
}

/* 詳細パネル（初期は右側にある） */
.banner-content {
    background-color: #fff;
    width: 250px;
    height: 380px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0 0 10px;
    border-left: 4px solid var(--sub2-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

.banner-content p:nth-child(1) {
    font-size: 4rem;
    color: var(--accent-color);
    text-align: center;
    letter-spacing: 0.1em
}

.banner-content p:nth-child(2) {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em
}

.banner-content p:nth-child(3) {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
}

.banner-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: var(--accent-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 2rem;
    transition: all 0.2s;
}

.banner-btn:hover {
    background-color: var(--main-color);
}

@media all and (max-width: 767px) {
    .floating-banner {
        display: none;
    }
}