@charset "UTF-8";

:root {
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Josefin Sans", serif;
    --main-color: #2f488b;
    --clr1: #444444;
    --clr2: #457ec1;
    --hv-cl1: #08277a;
    --hv-cl2: #ff7807;
    --ttl_size: 30px;
    --wrapper: 100px;
    --f-size-decor-header: min(1vw, 10px);
    --line-height-p: 2.25;
    --f-size-AI-chat: clamp(8px, .7vw, 10px);
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-feature-settings: "palt";
}

body::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 100%;
    -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
    display: block;
    padding: 0;
    margin: 0;
}

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

a:not(.tel_click) {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #64b5f7;
}

a.tel_click {
    text-decoration: none;
    color: inherit;
}

@media only screen and (min-width: 769px) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }

    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }

    a.tel_click {
        pointer-events: none;
    }

    a:not(.tel_click):hover,
    a:not(.tel_click):active {
        color: #64b5f7;
    }
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
    opacity: 1 !important;
}

table {
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.captcha_box iframe {
    height: auto;
}

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

p {
    line-height: var(--line-height-p);
    letter-spacing: 0.1em;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
}

p:empty {
    display: none !important;
}

p:last-child {
    margin-bottom: 0;
}

.p-style02 p {
    font-size: 1.125em;
}

@media only screen and (min-width: 769px) {
    .p-style02 p {
        line-height: 2.333333;
    }
}

@media only screen and (max-width: 768px) {
    .p-style02 p {
        font-size: 16px;
    }
}

.red {
    color: #ca0a0a !important;
}

.bold {
    font-weight: bold !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
    overflow-x: auto !important;
}

.wrapper {
    padding-top: var(--wrapper);
    overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.inner_max {
    max-width: 1480px;
}

.inner_big {
    max-width: 1320px;
}

.inner {
    max-width: 1210px;
}

.inner_sm {
    max-width: 1020px;
}

.fullWidthBreak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.txt_ver {
    writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
    .txt_ver_pc {
        writing-mode: vertical-rl;
    }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.accBtn::before,
.accBtn::after {
    transition: all 0.3s ease-in-out;
}

.accBtn.triangle,
.accBtn.triangle_btt {
    position: relative;
}

.accBtn.triangle::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.accBtn.triangle.rotate::after {
    transform: translateY(-50%) rotateX(180deg);
}

.accBtn.triangle_btt::after {
    content: "";
    position: relative;
    top: 0px;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    display: block;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out;
}

.accBtn.rotate::after {
    transform: rotateX(180deg);
}

.TabContainer .TabContent {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    border: 1px solid #314d90;
}

.TabContainer .TabContent .content {
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.TabContainer .TabContent .content>div {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.TabContainer .TabContent .content>div.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.TabContainer .TabContent .content .content_inside {
    padding: 59px 40px 99px;
}

.TabContainer .TabPager {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    font-size: min(0.8vw, 10px);
}

.TabContainer .TabPager::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background-color: #314d90;
}

.TabContainer .TabPager>div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 1em 1em;
    min-height: 8em;
    width: calc((100% - 4px) / 5);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

.TabContainer .TabPager>div::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    inset: 0;
    background-color: #457ec1;
    border-radius: 10px 10px 0px 0px;
}

.TabContainer .TabPager>div::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 11px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #314d90;
    opacity: 0;
}

.TabContainer .TabPager>div p {
    margin: 0;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: var(--f-jp);
    text-align: center;
    border-bottom: 1px solid transparent;
}

.TabContainer .TabPager>div.active {
    z-index: 1;
}

.TabContainer .TabPager>div.active::before {
    background-color: #314d90;
}

.TabContainer .TabPager>div.active::after {
    bottom: -10px;
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .TabContainer .TabPager>div:not(.active):hover::before {
        background-color: #166bcc;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .TabContainer .TabContent .content .content_inside {
        padding: 60px 40px;
    }
}

.rel {
    position: relative;
}

.ovh {
    overflow: hidden !important;
}

.ovs {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
}

.lt0 {
    letter-spacing: 0 !important;
}

figure,
picture {
    text-align: center;
    line-height: 1;
}

.fblock {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.key {
    position: relative;
}

.gMap {
    width: 100%;
    height: 100%;
}

.txt_l {
    float: left;
    width: calc(100% - 385px);
}

.txt_r {
    float: right;
    width: calc(100% - 385px);
}

.image_alone {
    display: table;
    max-width: 500px;
    margin: 0 auto;
    border: 7px solid rgba(231, 231, 231, 0.5);
    border-radius: 11px;
    overflow: hidden;
}

.tel_click {
    text-decoration: none;
}

.tel_click .icon {
    display: flex;
    align-items: center;
    font-family: var(--f-en);
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.05em;
    font-size: 1.5em;
}

.tel_click .icon::before {
    content: "";
    display: block;
    margin-right: 0.3214em;
    margin-top: 0.1786em;
    width: 0.893em;
    height: 0.893em;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color);
}

.en {
    font-family: var(--f-en);
    text-transform: uppercase;
}

.btn a {
    position: relative;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--f-jp);
}

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 1.2222222222em;
    height: 1.2222222222em;
    right: 0.75em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    --mask: url(../images/btn_news_arr.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
}

.btn-group {
    font-size: 10px;
}

.btn-group .btn {
    font-size: 1em;
}

.btn-group .btn.style01 {
    width: 100%;
    min-width: 180px;
    max-width: 400px;
    overflow: hidden;
}

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 4em;
    padding: 0.5em 1em;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-family: var(--f-jp);
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    transition: all 0.3s;
    border-radius: 8px;
}

.btn-group .btn.style01 a::after {
    background-color: #fff;
}

.btn-group .btn.style01 a:hover {
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .btn-group .btn.style01 a:not([target*=_blank]):hover {
        background-color: var(--hv-cl1);
    }
}

.btn-group .btn.center {
    margin-left: auto;
    margin-right: auto;
}

.btn-group .btn.bg01 a {
    background-color: #fff;
    color: var(--main-color);
}

.btn-group .btn.bg01 a::after {
    background-color: var(--main-color);
}

.btn-group .btn_new {
    --cl-mode: #2f488b;
    width: 100%;
    max-width: 172px;
    min-width: 120px;
}

.btn-group .btn_new a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 2em;
    padding-bottom: 0.2em;
    min-height: 2.55555em;
    border-top: 1px solid var(--cl-mode);
    border-bottom: 1px solid var(--cl-mode);
    text-decoration: none;
    color: var(--cl-mode);
    font-size: 1.8em;
    font-weight: 500;
    font-family: var(--f-jp);
    transition: all 0.3s;
}

.btn-group .btn_new a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 1.2222222222em;
    height: 1.2222222222em;
    right: 2.05em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    --mask: url(../images/btn_news_arr.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--cl-mode);
}

.btn-group .btn_new a:hover {
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .btn-group .btn_new a:hover {
        --cl-mode: #2b9cd9;
    }
}

.yt {
    max-width: 800px;
    margin: 0px auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.slick-arrow {
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 37%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    body {
        font-size: 87.5%;
    }

    .btn-group {
        font-size: 8.75px;
    }
}

.cl-blue {
    color: var(--main-color);
}

.br_auto {
    display: inline-block;
}

@media only screen and (max-width: 319px) {
    .br_auto {
        display: inline;
    }
}

.br_769,
.br_640,
.br_520,
.br_480,
.br_430,
.br_375,
.ft_769 {
    display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    footer .ft_769,
    .br_769 {
        display: block;
    }

    .dis_769 {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .br_640 {
        display: block;
    }
}

@media only screen and (max-width: 520px) {
    .br_520 {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .br_480 {
        display: block;
    }

    .in_480 {
        display: inline;
    }

    .dis_480 {
        display: none;
    }
}

@media only screen and (max-width: 430px) {
    .br_430 {
        display: block;
    }

    .in_430 {
        display: inline;
    }

    .dis_430 {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .br_375 {
        display: block;
    }

    .in_375 {
        display: inline;
    }

    .dis_375 {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .in_320 {
        display: inline;
    }

    .dis_320 {
        display: none;
    }
}

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

    .br_769,
    .br_640,
    .br_520,
    .br_480,
    .br_430,
    .br_375 {
        display: none;
    }
}

.flex_gr {
    --size-mg: 7.5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: calc(var(--size-mg) * -1);
    margin-right: calc(var(--size-mg) * -1);
}

.flex_gr .btn.style01 {
    min-width: unset;
}

.flex_gr .item {
    width: 100%;
    margin: var(--size-mg);
}

@media only screen and (min-width: 769px) {
    .flex_gr.col-2 .item {
        width: calc(50% - 2 * var(--size-mg));
    }

    .flex_gr.col-3 .item {
        width: calc(33.333333% - 2 * var(--size-mg));
    }

    .flex_gr.col-4 .item {
        width: calc(25% - 2 * var(--size-mg));
    }

    .flex_gr.col-5 .item {
        width: calc(20% - 2 * var(--size-mg));
    }
}

.link a {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.key {
    z-index: 2;
    margin: 0 10px;
}

.design_below_header {
    position: fixed;
    z-index: 1;
    right: -10px;
    top: 0;
    width: 100%;
    height: var(--wrapper);
    background-color: var(--main-color);
    transition: all 0.3s;
}

.design_below_header::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    right: 0;
    top: 0;
    width: 20em;
    height: 18em;
    font-size: var(--f-size-decor-header);
    background: url(../images/header_decor.png) no-repeat left bottom/cover;
}

.wrapper:has(header.active) .design_below_header::before {
    height: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20;
    transition: all 0.3s;
}

header::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: -10px;
    top: 0;
    width: 20em;
    height: 100%;
    font-size: var(--f-size-decor-header);
    background: url(../images/header_decor_active.png) no-repeat left top/cover;
}

header.active,
.ovh header {
    box-shadow: 0px 0px 6px rgba(32, 33, 36, 0.3);
    background-color: var(--main-color);
}

.header_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.logo {
    height: 100%;
    width: 30%;
    padding: 10px 2.8% 20px 20px;
    max-width: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.logo a {
    display: table;
    text-align: center;
}

.logo img {
    width: 100%;
    max-width: 407px;
}

.right_head {
    width: 68%;
    padding-right: 114px;
    padding-bottom: 1.1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: min(0.55vw, 10px);
}

.pc_navi {
    width: 100%;
}

.pc_navi>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    width: 100%;
}

.pc_navi>ul>li {
    position: relative;
    z-index: 1;
}

.pc_navi>ul>li::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 1em;
    bottom: 0;
    width: 1px;
    height: 4.2em;
    transform: skewX(-30deg);
    transform-origin: bottom left;
    background-color: white;
}

.pc_navi>ul>li:hover>a,
.pc_navi>ul>li:hover>p {
    opacity: 0.8;
    color: var(--hv-cl2);
}

.pc_navi>ul>li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: -1em;
    bottom: 0;
    width: 1px;
    height: 4.2em;
    transform: skewX(-30deg);
    transform-origin: bottom left;
    background-color: white;
}

@media only screen and (min-width: 1566px) {
    .pc_navi>ul>li:first-child::after {
        right: 0.8em;
    }

    .pc_navi>ul>li:first-child>a,
    .pc_navi>ul>li:first-child>p {
        padding-right: 2.45em;
    }
}

.pc_navi>ul>li.menu-item-has-children>a::after,
.pc_navi>ul>li.menu-item-has-children>p::after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}

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

    .pc_navi>ul>li.menu-item-has-children:hover>a::after,
    .pc_navi>ul>li.menu-item-has-children:hover>p::after {
        transform: translateY(5px);
    }
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 2.65em;
    margin: 0;
    height: 2.2222222em;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.5;
    font-family: var(--f-jp);
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: white;
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 66.6666666667%;
    font-weight: 600;
}

.pc_navi>ul>li:hover a.title::after,
.pc_navi>ul>li:hover p.title::after {
    transform: translateY(5px);
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 35em;
    min-width: 230px;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible;
}

.pc_navi>ul .subInner ul {
    background-color: #457ec1;
    padding-bottom: 10px;
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px;
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1.2em 0.6em 1.2em 1.6em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 1.4em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0.05em;
}

.pc_navi>ul .subInner ul li a::before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.6em;
    transform: translateY(-54%);
}

.menu_toggle .inside .inside_dis {
    display: none;
}

.menu_toggle .inside .title {
    color: var(--main-color);
}

@media only screen and (min-width: 769px) {
    .pc_navi>ul .col2 .subInner {
        width: 500px;
    }

    .pc_navi>ul .col2 .subInner ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pc_navi>ul .col2 .subInner ul li {
        width: 50%;
    }

    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
        font-size: min(1.1vw, 10px);
    }

    .menu_toggle .inside .ft_link .title {
        margin-bottom: 1em;
    }

    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
    .menu_toggle .inside .ft_link ul>li a:hover {
        color: var(--hv-cl2);
    }
}

@media only screen and (min-width: 769px) {
    .menu_toggle .inside .ft_link .menu01 {
        width: 40%;
        max-width: 100%;
    }

    .menu_toggle .inside .ft_link .menu01>ul {
        max-height: 100%;
    }

    .menu_toggle .inside .ft_link .menu01>ul>li {
        width: 100%;
    }

    .menu_toggle .inside .ft_link .menu02 {
        margin-top: 0;
        width: calc(60% - 40px);
        max-width: 100%;
    }

    .menu_toggle .inside .ft_link .menu02>ul>li {
        width: 50%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    :root {
        --wrapper: 80px;
    }

    .menu_toggle .inside .ft_link .title {
        margin-bottom: 25px;
    }

    .menu_toggle ul li {
        margin-bottom: 2em;
    }

    .menu_toggle .inside .ft_link .menu02>ul {
        max-height: 40em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .right_head {
        padding-right: 100px;
    }

    :root {
        --ttl_size: 26px;
    }

    .pc_navi>ul .subInner {
        width: 280px;
    }

    .pc_navi>ul .col2 .subInner {
        width: 425px;
    }

    .pc_navi>ul .subInner ul li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    :root {
        --ttl_size: 24px;
    }

    .right_head {
        padding-right: 90px;
        font-size: 0.58vw;
    }

    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        padding: 0 2em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .pc_navi>ul .subInner ul li a {
        font-size: 12px;
    }
}

.idx_gallery .list:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}

.idx_gallery .img {
    margin: 10px 5px 0;
    border-radius: 10px;
    overflow: hidden;
}

.time_sheet {
    max-width: 585px;
    font-size: min(0.75vw, 10px);
}

.time_sheet .time_sheet_note {
    margin-top: 6px;
    margin-left: 2.3em;
    letter-spacing: 0.1em;
}

.time_sheet .time_sheet_note p {
    line-height: 2;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 1280px) {
    .time_sheet .time_sheet_note p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .time_sheet .time_sheet_note p {
        font-size: 12px;
    }
}

.time_sheet .time_sheet_note p:last-child {
    margin-bottom: 0;
}

.time_sheet table {
    font-feature-settings: "palt";
    --color-mode: #2f488b;
}

.time_sheet table th,
.time_sheet table td {
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    font-weight: 500;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    font-family: var(--f-jp);
    width: 10.5%;
    border-bottom: 1px solid rgba(47, 72, 139, 0.2);
}

.time_sheet table th:first-child,
.time_sheet table td:first-child {
    width: 23.6%;
}

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

    .time_sheet table th:first-child,
    .time_sheet table td:first-child {
        padding-left: 2.5%;
    }
}

.time_sheet table th:nth-child(2),
.time_sheet table td:nth-child(2) {
    width: 8%;
}

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

    .time_sheet table th:nth-child(2),
    .time_sheet table td:nth-child(2) {
        padding-right: 2%;
    }
}

.time_sheet table th:last-child,
.time_sheet table td:last-child {
    width: 15.5%;
    padding-right: 0.5em;
}

.time_sheet table th {
    color: white;
    padding: 0.9em 0.2em 0.8em;
    background-color: var(--color-mode);
}

.time_sheet table td {
    padding: 1.35em 0.2em 1.2em;
    color: var(--clr1);
}

.time_sheet table td:not(:first-child) {
    color: var(--color-mode);
}

.time_sheet table tr:last-child th,
.time_sheet table tr:last-child td {
    padding-top: 1em;
    padding-bottom: 1.05em;
}

.time_sheet table.white th {
    background-color: white;
    color: var(--main-color);
    border-bottom: none;
}

.time_sheet table.white td {
    color: white;
}

.time_sheet table.white th,
.time_sheet table.white td {
    border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px;
    }
}

.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: calc(var(--f-size-AI-chat) * 14 + 10px);
    right: calc(var(--f-size-AI-chat) * 4);
}

.totop.active {
    opacity: 1;
    visibility: visible;
}

.totop .icon {
    background-image: url(../images/totop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0px;
    width: 60px;
    height: 69px;
    margin: 0;
}

@media only screen and (min-width: 769px) {
    .totop:hover .icon {
        opacity: 0.9;
        animation-name: bounces;
    }
}

.bounce {
    animation-name: bounces;
}

.animateds {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes bounces {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1;
    }

    100% {
        left: -3px;
        opacity: 0.7;
    }
}

.fixed_banner {
    position: fixed;
    top: min(21vw, 400px);
    right: 0px;
    z-index: 15;
    transition: all 0.3s ease-in-out;
}

.fixed_banner>div {
    position: relative;
    transition: all 0.3s ease;
}

.fixed_banner a {
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fixed_banner a:hover {
    opacity: 1;
}

.fixed_banner .txt {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.33333333;
    font-weight: 500;
    font-family: var(--f-jp);
    letter-spacing: 0.05em;
    text-align: center;
}

.fixed_banner .txt::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 100%;
    margin-bottom: 0.1em;
}

.fixed_banner .tel {
    background-color: #2f488b;
}

.fixed_banner .tel .txt::before {
    background-image: url("../images/shared_fixed_bnr_icon01.png");
}

.fixed_banner .web {
    background-color: #457ec1;
}

.fixed_banner .web .txt::before {
    background-image: url("../images/shared_fixed_bnr_icon02.png");
}

.fixed_banner .instagram {
    background-color: #ffffff;
}

.fixed_banner .instagram .txt {
    color: var(--clr1);
}

.fixed_banner .instagram .txt::before {
    background-image: url("../images/shared_fixed_bnr_icon03.png");
}

@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
    }

    .fixed_banner>div {
        width: 9em;
        height: 9em;
        margin-bottom: 1px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 10px 17.321px 26.7px 3.3px rgba(0, 0, 0, 0.05);
    }

    .fixed_banner>div:last-child {
        margin-bottom: 0;
    }

    .fixed_banner .txt {
        font-size: 1.6em;
    }

    .fixed_banner .txt::before {
        height: 1.8125em;
    }

    .fixed_banner .tel {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30.5em;
        margin-right: -21.5em;
    }

    .fixed_banner .tel a {
        height: 100%;
        width: 9em;
        pointer-events: none;
        position: relative;
        padding: 0.6em 1px 0.1em 0px;
    }

    .fixed_banner .tel .txt::before {
        margin-bottom: 0.25em;
    }

    .fixed_banner .tel .num {
        display: flex;
        align-items: center;
        flex-grow: 1;
        height: 65%;
        padding-left: 0.86em;
        border-left: 1px solid white;
        font-size: 2.5em;
        font-weight: 500;
        letter-spacing: 0.1em;
        font-family: var(--f-jp);
        color: white;
    }

    .fixed_banner .tel:hover {
        transform: translateX(-21.5em);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1566px) {
    .fixed_banner {
        font-size: 9px;
        top: calc(var(--wrapper) + 100px);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px)and (max-height: 700px) {
    .fixed_banner {
        top: calc(var(--wrapper) + 60px);
        font-size: 8px;
    }

    .totop .icon {
        width: 55px;
        height: 63px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .fixed_banner {
        font-size: 8px;
    }
}

@media only screen and (min-width: 769px) and (max-height:550px) {
    .fixed_banner {
        top: calc(var(--wrapper) + 20px);
        font-size: 1.4vmin;
    }
}

footer {
    position: relative;
    z-index: 1;
    padding: 86px 0 64px;
    position: relative;
    background: no-repeat center/cover;
}

@media only screen and (min-width: 769px) {
    footer {
        background-image: url(../images/ft_bg.jpg);
    }
}

footer .decor {
    font-size: min(1vw, 10px);
}

footer .decor .item1 {
    top: -32px;
    left: 13.8em;
    width: 18em;
    height: 8.5em;
    background-image: url(../images/ft_decor_img01.png);
}

footer .decor .item2 {
    top: -11.6em;
    right: 12.8em;
    width: 22em;
    height: 19em;
    background-image: url(../images/ft_decor_img02.png);
}

footer p {
    margin-bottom: 0;
}

footer p,
footer a {
    color: #fff;
    text-decoration: none;
}

footer .ft_info {
    width: 47.5%;
    max-width: 585px;
}

footer .ft_info .ft_logo {
    margin-bottom: 17px;
    max-width: 407px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    footer .ft_info .ft_logo {
        max-width: 300px;
    }
}

footer .ft_info .ft_banner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0.5em 1.2em 1em;
    min-height: 6.8em;
    width: 100%;
    max-width: 256px;
    border-radius: 10px;
    border: 1px solid white;
    font-size: min(1vw, 10px);
}

footer .ft_info .ft_banner .ttl {
    position: relative;
    padding-left: 2.4em;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 500;
    font-family: var(--f-jp);
    letter-spacing: 0.1em;
    line-height: 1.4;
}

footer .ft_info .ft_banner .ttl::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    top: calc(50% - 0.75em);
    left: 0;
    width: 1.4444445em;
    height: 1.5em;
    background: no-repeat center/cover;
}

footer .ft_info .ft_banner.web .ttl::before {
    background-image: url(../images/ft_banner_ico01.png);
}

footer .ft_info .ft_banner.web .ttl .txt02 {
    margin-left: 0.2em;
}

footer .ft_info .box01 {
    align-items: center;
    margin-bottom: 40px;
}

footer .ft_info .box01 .item1 {
    width: 52%;
    font-size: min(0.75vw, 10px);
}

footer .ft_info .box01 .item2 {
    width: calc(48% - 10px);
}

footer .idx_infor .address {
    margin-bottom: 19px;
}

footer .idx_infor .idx_map {
    height: 230px;
    border-radius: 5px;
    margin-bottom: 0;
}

footer .time_sheet {
    margin-bottom: 32px;
}

footer .ft_link {
    padding-top: 11px;
    margin-right: -20px;
    width: calc(50% + 20px);
    max-width: 621px;
    font-size: min(0.9vw, 10px);
}

footer .ft_link a {
    color: white;
}

.ft_link {
    font-size: 10px;
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .link_list>div>ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }

    .ft_link .link_list>div>ul li {
        width: 55%;
    }

    .ft_link .menu01 {
        width: 100%;
    }

    .ft_link .menu01>ul {
        max-height: 27em;
    }

    .ft_link .menu01>ul>li:nth-child(n+5) {
        width: 39%;
    }

    .ft_link .menu02 {
        margin-top: 3.4em;
        width: 100%;
    }

    .ft_link .menu02>ul {
        max-height: 50em;
    }

    .ft_link .menu02>ul>li:nth-child(n+9) {
        width: 39%;
    }
}

.ft_link .title {
    margin-bottom: 35px;
    padding-left: 0;
    font-size: calc(var(--ttl_size) + 4px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    text-transform: uppercase;
}

.ft_link .title::before {
    display: none;
}

.ft_link ul:last-child {
    margin-bottom: 0;
}

.ft_link li {
    margin-bottom: 3em;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.ft_link li.last {
    margin-bottom: 29px;
}

.ft_link li:last-child {
    margin-bottom: 0;
}

.ft_link a {
    display: table;
    position: relative;
    padding-left: 0.75em;
    color: inherit;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-weight: 500;
    line-height: 1.6;
}

.ft_link a::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -0.35em;
    border-radius: 100%;
    width: auto;
    height: auto;
}

.ft_link a:hover {
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .ft_link a:hover {
        color: #4fb0ff;
    }
}

.copyright {
    margin: 0 auto 0;
    color: #fff;
    padding: 25px 0px;
    position: relative;
    z-index: 1;
}

.copyright .flex {
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.copyright .inner_big {
    max-width: 1135px;
}

.copyright::before {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    left: calc(50% - 50vw);
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: white;
}

.copyright .textwidget {
    display: block;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 20px;
    padding-left: 19px;
    padding-top: 0px;
    padding-bottom: 3px;
    margin-left: 22px;
    border-left: 1px solid rgba(68, 68, 68, 0.8);
}

.copyright .textwidget p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--clr1);
}

.copyright .grits {
    margin-bottom: 0;
    line-height: 2.501;
}

.copyright .grits a {
    display: block;
}

.copyright .grits img {
    max-width: 143px;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    footer .decor .item1 {
        left: 20px;
    }

    footer .decor .item2 {
        right: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    footer .br_ft_1366 {
        display: block;
    }

    footer .ft_link .menu02>ul {
        max-height: 51em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    footer .ft_info,
    footer .ft_link {
        width: calc(50% - 20px);
    }

    footer .ft_link {
        margin-right: 0;
    }

    footer .ft_link .link_list>div>ul li:nth-child(n) {
        width: 50%;
    }

    footer .ft_link .menu01>ul {
        max-height: 28em;
    }

    footer .ft_link .menu02>ul {
        max-height: 51em;
    }

    footer .idx_map {
        height: 190px;
    }
}

.idx_infor .idx_logo {
    max-width: 480px;
    display: table;
    margin-bottom: 12px;
}

.idx_infor .idx_logo a:hover {
    opacity: 1;
}

.idx_infor .address {
    margin-bottom: 17px;
    font-weight: 500;
}

.idx_infor .idx_tel {
    margin-bottom: 21px;
    font-size: min(1.2vw, 10px);
}

.idx_infor .idx_tel a {
    display: table;
    color: var(--clr2);
    text-decoration: none;
    line-height: 1;
}

.idx_infor .idx_tel a .sm {
    position: relative;
    bottom: 3px;
    left: 1px;
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.idx_infor .idx_tel a .num {
    margin-left: 0.25em;
    font-size: 4.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
    .idx_infor .idx_tel a {
        pointer-events: none;
    }
}

.idx_infor .idx_tel.style02 {
    margin-bottom: 0;
}

.idx_infor .idx_tel.style02 a {
    color: white;
    padding-left: 3.85em;
    background: url(../images/idx_tel_ico.png) no-repeat left 1px top 0.52em/2.7em auto;
}

.idx_infor .idx_tel.style02 a .num {
    font-size: 3.8em;
    margin-left: 0;
}

.idx_infor .idx_map {
    margin-bottom: 25px;
}

.idx_infor .idx_traffice .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-left: 9px;
    font-size: min(1vw, 10px);
}

.idx_infor .idx_traffice .item:last-child {
    margin-bottom: 0;
}

.idx_infor .idx_traffice .item .ico {
    width: 6.2em;
    height: 6.2em;
    border-radius: 50%;
    background: no-repeat center/2.8em auto;
    background-color: var(--clr2);
}

.idx_infor .idx_traffice .item .content {
    padding-top: 4px;
    padding-left: 2.7em;
    width: calc(100% - 6.2em);
}

.idx_infor .idx_traffice .item .content .ttl {
    margin-bottom: 0.3em;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-family: var(--f-jp);
    font-weight: 500;
    color: var(--main-color);
}

.idx_infor .idx_traffice .item .content .txt {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.4666667em;
}

@media only screen and (max-width: 1280px) {
    .idx_infor .idx_traffice .item .content .txt {
        font-size: 14px;
    }
}

.idx_infor .idx_traffice .item1 .ico {
    background-image: url(../images/idx_traffice_ico1.png);
}

.idx_infor .idx_traffice .item2 .ico {
    background-image: url(../images/idx_traffice_ico2.png);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .idx_infor .idx_logo {
        max-width: 300px;
    }

    .idx_infor .address {
        font-size: 12px;
    }

    .idx_infor .address .br_430:first-child {
        display: block;
    }

    .idx_infor .address .br_auto {
        display: inline;
    }
}

.idx_map {
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
}

.idx_map iframe {
    height: 100%;
}

.banner02_gr {
    position: relative;
    z-index: 2;
    padding: 41px 20px 40px;
}

.banner02_gr .banner {
    position: relative;
    z-index: 1;
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.banner02_gr .banner.banner_bd a {
    display: block;
    position: relative;
    z-index: 2;
}

.banner02_gr .banner.banner_bd a::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 1;
    inset: 0;
    border: 1px solid #f59327;
    border-radius: 10px;
}

.banner02_gr .banner.banner_bd.bd02 a::before {
    border: 1px solid #70ad47;
}

.banner02_gr .banner.banner_bd a:has([target*=_blank]):hover {
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .banner02_gr {
        --size-mg: 9.5px;
    }
}

.decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    font-size: min(1vw, 10px);
}

.decor .item {
    position: absolute;
    background: no-repeat center/cover;
}

.under .fixed_scroll_banner {
    display: none;
}

.fixed_scroll_banner {
    --f-size: min(.65vw, 10px);
    position: absolute;
    z-index: 10;
    font-size: var(--f-size);
    left: 5.5em;
    bottom: 5.5em;
    transition: all 0.3s;
}

.fixed_scroll_banner .banner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0.5em 0.5em 0.9em 0.6em;
    width: 28em;
    height: 28em;
    border-radius: 50%;
    background-color: white;
}

.fixed_scroll_banner .banner::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    inset: 0.5em;
    border: 1px solid #cde0f6;
    border-radius: 50%;
}

.fixed_scroll_banner .banner .close {
    position: absolute;
    z-index: 3;
    top: 0.5em;
    right: 5em;
    width: 3.8em;
    height: 3.8em;
    border-radius: 50%;
    background-color: #2f488b;
    cursor: pointer;
    display: none;
}

.fixed_scroll_banner .banner .close::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.3em;
    height: 1.3em;
    --mask: url(../images/fixed_scroll_banner_ico_close.png);
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127 122' %3E%3Cpath d='M126.104,7.967 L70.571,63.500 L121.104,114.033 L114.033,121.104 L63.500,70.571 L12.967,121.104 L5.896,114.033 L56.429,63.500 L0.896,7.967 L7.967,0.896 L63.500,56.429 L119.033,0.896 L126.104,7.967 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: white;
}

.fixed_scroll_banner .banner .ico {
    margin-bottom: 0.7em;
    margin-right: 1.9em;
    width: 13.5em;
    height: 11em;
    background: no-repeat center/cover;
}

.fixed_scroll_banner .banner p {
    text-align: center;
    letter-spacing: 0.1em;
}

.fixed_scroll_banner .banner .ttl {
    margin-bottom: 0.26em;
    line-height: 1;
    font-size: 3.2em;
    font-weight: 700;
    color: var(--main-color);
}

.fixed_scroll_banner .banner .txt {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    color: var(--clr2);
}

.fixed_scroll_banner .banner a {
    border-radius: 50%;
}

.fixed_scroll_banner .bn01 .ico {
    background-image: url(../images/fixed_scroll_banner_img01.png);
}

@media only screen and (min-width: 769px) {
    .fixed_scroll_banner .banner .close:hover {
        background-color: var(--hv-cl1);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1650px) {
    .fixed_scroll_banner {
        --f-size: 8px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .fixed_scroll_banner {
        --f-size: 7px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .fixed_scroll_banner {
        --f-size: 5px;
        left: 20px;
        bottom: 20px;
    }
}

/* AI chat */
/* code for show content page when click ai banner */
body {
    position: relative !important;
    top: auto !important;
}
.chatbot {
    border: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;

    position: fixed;
    z-index: 9;
    bottom: 4em;
    right: 4em;
    width: 25em;
    height: 9.1em;
    font-size: var(--f-size-AI-chat);
    transition: 0.3s all;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .chatbot.is-end-page {
        bottom: 8em;
    }
    .totop.is-end-page{
            bottom: calc(var(--f-size-AI-chat) * 18 + 10px);
    }
}

@media only screen and (min-width: 769px) and (max-height:550px) {
    :root {
        --f-size-AI-chat: 1.6vmin;
    }

    .chatbot {
        bottom: 15px;
        right: 15px;
    }

    .totop {
        bottom: calc(var(--f-size-AI-chat) * 11 + 10px);
        right: 15px;
        font-size: 1.8vmin;
    }

    .totop .icon {
        width: 5.5em;
        height: 6.3em;
    }
}

@media only screen and (max-width: 768px) {
    .chatbot {
        bottom: 70px;
        right: 10px;
    }

    .chatbot.first {
        bottom: 25px;
    }

    .chatbot.is-end-page {
        bottom: 110px;
    }
}

@media only screen and (max-width: 480px) {
    .chatbot.is-end-page {
        bottom: 134px;
    }
}

/* end ai chat */
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/*# sourceMappingURL=style.css.map */