@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Syncopate:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
:root {
    --easeOrg: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --f-zennew: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Syncopate", serif;
    --f-man: "Manrope", serif;
    --main-color: #0E0E0E;
    --clr1: #0E0E0E;
    --clr2: #F6740C;
    --ttl_size: 36px;
}


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


/*//////////////////////////////////////////////////////////////////////////*/


/*//////                                                              //////*/


/*//////  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-zennew);
}

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 {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a:not(.tel_click) {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: var(--clr1);
}

a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: var(--clr1);
}

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

.logo a .udr {
    display: none;
}

.under header .header_top .logo a .udr {
    display: block
}

.under header.active .header_top .logo a .udr {
    display: none;
}

@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;
    }
    .index02 .box-gsap-list ul li a:hover {
        transition: 0.3s all;
        transform: translateY(-5px);
        opacity: 1;
    }
}

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;
}

.link>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

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

p {
    line-height: 2em;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
}

p:empty {
    display: none !important;
}

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

.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 {
    overflow: hidden;
}

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

.inner_big {
    max-width: 1300px;
}

.inner {
    max-width: 1190px;
}

.inner_sm {
    max-width: 1100px;
}

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


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


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


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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


/*                           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;
    }
    .cls-1 {
        stroke-dasharray: 0 0 0.99 2.98;
    }
    .cls-1,
    .cls-2,
    .cls-3,
    .cls-4,
    .cls-5,
    .cls-6,
    .cls-7,
    .cls-8,
    .cls-9 {
        fill: none;
    }
    .cls-1,
    .cls-2,
    .cls-3,
    .cls-4,
    .cls-6,
    .cls-7,
    .cls-8,
    .cls-9 {
        stroke: #fff;
        stroke-miterlimit: 10;
    }
    .cls-3 {
        stroke-dasharray: 0 0 1 3.01;
    }
    .cls-10 {
        filter: url(#drop-shadow-2);
    }
    .cls-10,
    .cls-11,
    .cls-12,
    .cls-13,
    .cls-5,
    .cls-14,
    .cls-15,
    .cls-16 {
        stroke-width: 0px;
    }
    .cls-10,
    .cls-15 {
        fill: #f6740c;
    }
    .cls-4 {
        stroke-dasharray: 0 0 1 3.01;
    }
    .cls-11 {
        opacity: 0.15;
    }
    .cls-11,
    .cls-13,
    .cls-14,
    .cls-16 {
        fill: #fff;
    }
    .cls-12 {
        fill: #fab985;
    }
    .cls-13 {
        opacity: 0.5;
    }
    .cls-6 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-7 {
        stroke-dasharray: 0 0 0.99 2.98;
    }
    .cls-17 {
        clip-path: url(#clippath);
    }
    .cls-8 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-15 {
        filter: url(#drop-shadow-1);
    }
    .cls-9 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-16 {
        opacity: 0.3;
    }
}

@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .slick-arrow:hover {
        opacity: 0.7;
    }
    .idx-btn a:hover,
    .btn-group .btn.style01 a:hover {
        background: var(--clr2);
        color: #fff;
        opacity: 1;
    }
    .index02 .box-img .box02-list-hover li .fx-cnt .cnt .idx-btn a:hover {
        background: #fff;
        color: #0E0E0E;
    }
    .index02 .box-img .box02-list-hover li .fx-cnt .cnt .idx-btn a:hover:before {
        filter: brightness(1) invert(0);
    }
    .idx-btn a:hover:before {
        filter: brightness(0) invert(1);
    }
    .btn-group .btn.style01 a:hover:after {
        background-color: #fff;
    }
    .under .faq_box .title:hover .faq_tl {
        text-decoration: underline;
    }
    .index07 .idx-btn a:hover {
        background: var(--clr2);
        color: #fff;
        box-shadow: 0 0 0 1px #fff;
    }
    .index07 .idx-btn a:hover:before {
        filter: none;
    }
    .index08 .index08-fx .box-cnt .idx-list-btn li a:hover {
        background: #fff;
        color: #0E0E0E;
    }
    .index08 .index08-fx .box-cnt .idx-list-btn li a:hover:before {
        filter: brightness(1) invert(0);
    }
    .cls-1 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-1,
    .cls-2,
    .cls-3,
    .cls-4,
    .cls-5,
    .cls-6,
    .cls-7,
    .cls-8,
    .cls-9 {
        fill: none;
    }
    .cls-1,
    .cls-2,
    .cls-4,
    .cls-5,
    .cls-6,
    .cls-7,
    .cls-8,
    .cls-9 {
        stroke: #fff;
        stroke-miterlimit: 10;
    }
    .cls-10 {
        filter: url(#drop-shadow-2);
    }
    .cls-10,
    .cls-11,
    .cls-12,
    .cls-13,
    .cls-3,
    .cls-14,
    .cls-15,
    .cls-16 {
        stroke-width: 0px;
    }
    .cls-10,
    .cls-15 {
        fill: #f6740c;
    }
    .cls-11 {
        opacity: 0.15;
    }
    .cls-11,
    .cls-13,
    .cls-14,
    .cls-16 {
        fill: #fff;
    }
    .cls-12 {
        fill: #fab985;
    }
    .cls-13 {
        opacity: 0.5;
    }
    .cls-4 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-5 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-6 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-7 {
        stroke-dasharray: 0 0 1 3.01;
    }
    .cls-17 {
        clip-path: url(#clippath);
    }
    .cls-8 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-15 {
        filter: url(#drop-shadow-1);
    }
    .cls-9 {
        stroke-dasharray: 0 0 1 3;
    }
    .cls-16 {
        opacity: 0.3;
    }
}

.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:not(.init) .TabContent li:not(.active) {
    display: none;
}

.TabContainer.init .TabContent {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.TabContainer.init .TabContent>ul {
    transition: all 0.3s ease-in-out;
}

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

.TabContainer.init .TabContent>ul>li.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.TabContainer .TabPager {
    display: flex;
    justify-content: space-between;
    min-width: 290px;
}

.TabContainer .TabPager li {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 9px 20px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
    width: calc(33.33% - 1px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #797b7d;
}

.TabContainer .TabPager li p {
    margin: 0;
}

.TabContainer .TabPager li.active {
    background-color: #edf0f5;
    z-index: 1;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.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: 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 span {
    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 span::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);
}

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 0.777778em;
    height: 12px;
    right: 20px;
    top: calc(50% - 6px);
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' %3E%3Cpath d='M12.444,5.999 L12.444,6.4 L13.999,5.999 L7.777,11.999 L6.222,11.0 L10.700,6.999 L0.0,6.999 L0.0,5.0 L10.578,5.0 L6.222,1.1 L7.777,0.0 L13.999,5.999 L12.444,5.999 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);
}

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

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

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

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 1em;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--clr1);
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 40px;
    border: 1px solid #E4E4E9;
}

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

.btn-group .btn.style01.md a {
    font-size: 16px;
}

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

.btn-group .btn.bg02 a {
    background-color: #f4bf0c;
}

.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: 1170px) {
    body {
        font-size: 87.5%;
    }
}


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


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


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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


/*                           Header - Footer                                */


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

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

header.active {
    background-color: #4d4d4d;
}

.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #FFFFFF;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.header_top .inner_big {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-right {
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.h-fx-ct {
    margin-left: 50px;
}

.h-fx-ct ul {
    display: flex;
}

.h-fx-ct ul li:not(:last-child) {
    margin-right: 10px;
}

.h-fx-ct ul li:not(:last-child) a {
    background: #2C3943;
}

.h-fx-ct ul li a {
    min-height: 38px;
    border-radius: 19px;
    min-width: 150px;
    text-decoration: none;
    color: #fff;
    font-family: var(--f-en);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6740C;
    font-size: 15px;
    letter-spacing: 0;
}

h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
    display: none;
}

.logo {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.logo a {
    display: block;
    width: 100%;
    text-align: center;
}

.logo a img:last-child {
    display: none;
}

.right_head {
    width: 70%;
    max-width: 864px;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sp_navi {
    display: none;
}

.under header.active,
.under .ovh header {
    background-color: #4d4d4d;
}

.under header.active .pc_navi>ul>li>a,
.under header.active .pc_navi>ul>li>p {
    color: #fff;
}

.under header.active .pc_navi>ul>li.menu-item-has-children>a::after,
.under header.active .pc_navi>ul>li.menu-item-has-children>p::after {
    filter: brightness(0) invert(1);
}

.under header.active .header_top .logo a img:first-child {
    display: block;
}

.under header.active .header_top .logo a img:last-child {
    display: none;
}

.under header .header_top {
    border-bottom: 1px solid #E4E4E9;
}

.under header .header_top .logo a img:first-child {
    display: none;
}

.under header .header_top .logo a img:last-child {
    display: block;
}

.under .pc_navi>ul>li>a,
.under .pc_navi>ul>li>p {
    color: #0E0E0E;
}

.under .pc_navi>ul>li.menu-item-has-children>a::after,
.under .pc_navi>ul>li.menu-item-has-children>p::after {
    filter: brightness(1) invert(0);
}

.pc_navi {
    width: 100%;
}

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

.pc_navi>ul>li {
    position: relative;
    margin-right: 30px;
}

.pc_navi>ul>li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
    background: var(--clr2);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    opacity: 0;
}

.pc_navi>ul>li:last-child {
    margin-right: 0;
}

.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: 11px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 40px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.2s ease;
    color: #fff;
    font-size: 12px;
    font-family: var(--f-en);
}

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

.pc_navi>ul>li>a:hover:before,
.pc_navi>ul>li>p:hover:before {
    opacity: 1;
}

.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 .subInner {
    position: absolute;
    width: 220px;
    right: 50%;
    bottom: 0;
    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: var(--main-color);
    padding-bottom: 10px;
}

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

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

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

@media only screen and (min-width: 769px) {
    .pc_navi>ul .col2 .subInner {
        width: 28em;
    }
    .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: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
    }
}

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

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

.time_sheet {
    margin: 0px auto;
}

.time_sheet .note {
    margin-top: 15px;
    margin-left: -2px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.time_sheet .note span {
    display: inline-block;
}

.time_sheet table th,
.time_sheet table td {
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 9.9%;
    border-bottom: 1px solid var(--clr1);
}

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

.time_sheet table th:last-child,
.time_sheet table td:last-child {
    width: 16.05%;
    padding-left: 0.8em;
    text-align: left;
}

.time_sheet table th {
    padding: 0.6em 0.2em;
}

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

.time_sheet table td:first-child {
    color: #333;
}

.time_sheet table tr:nth-child(3) td {
    padding-bottom: 1.6em;
}

.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: 45px;
    right: 35px;
}

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

.totop .icon {
    width: 60px;
    height: 60px;
    margin: 0;
    background: var(--clr2);
    position: relative;
    border: 1px solid #fff;
}

.totop .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    margin: auto;
}

@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;
    }
}

.idx_gallery {
    padding-top: 87px;
}

.idx_gallery.style02 {
    padding-top: 35px;
}

.idx_gallery.style02 ul .slick-track {
    align-items: flex-start;
}

.idx_gallery ul {
    display: flex;
}

.idx_gallery ul .slick-track {
    display: flex;
    align-items: flex-end;
}

.idx_gallery ul li {
    margin-right: 37px;
}

.idx_gallery ul li:last-child {
    margin-right: 0;
}

.idx_gallery ul li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
}

.idx_gallery ul li .img01 {
    width: 350px;
    height: 350px;
    background-image: url(../images/idx-gallery-img01.png);
}

.idx_gallery ul li .img02 {
    width: 350px;
    height: 200px;
    background-image: url(../images/idx-gallery-img02.png);
}

.idx_gallery ul li .img03 {
    width: 350px;
    height: 350px;
    background-image: url(../images/idx-gallery-img03.png);
}

.idx_gallery ul li .img04 {
    width: 350px;
    height: 200px;
    background-image: url(../images/idx-gallery-img04.png);
}

.idx_gallery ul li .img05 {
    width: 350px;
    height: 266px;
    background-image: url(../images/idx-gallery-img05.png);
}

.idx_gallery ul li .img06 {
    width: 350px;
    height: 280px;
    background-image: url(../images/idx-gallery-img06.png);
}

.idx_gallery ul li .img07 {
    width: 350px;
    height: 266px;
    background-image: url(../images/idx-gallery-img07.png);
}

.idx_gallery ul li .img08 {
    width: 350px;
    height: 280px;
    background-image: url(../images/idx-gallery-img08.png);
}

.idx_gallery ul li .img09 {
    width: 350px;
    height: 266px;
    background-image: url(../images/idx-gallery-img09.png);
}

.idx_gallery ul li .img10 {
    width: 350px;
    height: 350px;
    background-image: url(../images/idx-gallery-img10.png);
}

.idx_gallery ul li .img11 {
    width: 350px;
    height: 266px;
    background-image: url(../images/idx-gallery-img11.png);
}

.idx_gallery ul li .img12 {
    width: 350px;
    height: 350px;
    background-image: url(../images/idx-gallery-img12.png);
}

.f-box01 {
    padding: 51px 0 33px;
}

.f-box01 .f-box01-fx {
    display: flex;
}

.f-box01 .f-box01-fx .box-cnt {
    width: 368px;
    flex-shrink: 0;
    margin-right: 67px;
    padding-top: 4px;
}

.f-box01 .f-box01-fx .box-cnt .f-logo {
    margin-bottom: 24px;
}

.f-box01 .f-box01-fx .box-cnt .f-list-address li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.f-box01 .f-box01-fx .box-cnt .f-list-address li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/idx-border.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 1px;
}

.f-box01 .f-box01-fx .box-cnt .f-list-address li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.f-box01 .f-box01-fx .box-cnt .f-list-address li .f-ttl {
    margin-bottom: 4px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 600;
}

.f-box01 .f-box01-fx .box-cnt .f-list-address li .f-txt {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.068em;
}

.f-box01 .f-box01-fx .box-menu {
    flex: 1;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx {
    display: flex;
    align-items: flex-end;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu {
    margin-right: 28px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu:nth-child(2) {
    margin-right: 23px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu:nth-child(2) ul li a {
    padding-right: 0;
    letter-spacing: 0.01em;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu ul li {
    margin-bottom: 20px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu ul li:last-child {
    margin-bottom: 0;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu ul li a {
    text-decoration: none;
    color: #0E0E0E;
    font-size: 14px;
    border-bottom: 1px solid #0E0E0E;
    display: block;
    line-height: 1.6em;
    padding-bottom: 5px;
    padding-right: 10px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 {
    flex: 1;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-tit {
    text-decoration: none;
    color: #0E0E0E;
    font-size: 14px;
    border-bottom: 1px solid #0E0E0E;
    display: block;
    line-height: 1.6em;
    padding-bottom: 5px;
    padding-right: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
    font-weight: 600;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx {
    display: flex;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul:last-child li:last-child {
    margin-top: 15px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul:first-child {
    margin-right: 18px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li {
    line-height: 1em;
    margin-bottom: 8px;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li:last-child {
    margin-bottom: 0;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li a {
    font-size: 12px;
    color: #0E0E0E;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    letter-spacing: 0;
}

.f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li a:before {
    content: "";
    position: relative;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    margin-right: 7px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #F6740C;
}

.fixed_banner {
    display: none;
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
}

.fixed_banner li {
    width: 50%;
    border-right: 1px solid #fff;
}

.fixed_banner li:last-child {
    border-right: 0;
}

.fixed_banner li:last-child a {
    background: #F6740C;
}

.fixed_banner li a {
    padding-top: 2px;
    text-decoration: none;
    color: #fff;
    font-family: var(--f-en);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C3943;
    font-size: 14px;
    letter-spacing: 0;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
    }
    .fixed_banner>div {
        width: 9em;
        height: 9em;
    }
    .fixed_banner p {
        font-size: 1.5em;
        letter-spacing: 0.05em;
    }
    .fixed_banner .tel {
        height: 12em;
    }
    .fixed_banner .web p::before {
        height: 1.9333em;
    }
    .fixed_banner .mail p::before {
        height: 1.9333em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .fixed_banner {
        font-size: 8.75px;
    }
    .totop {
        right: 10px;
    }
    .totop .icon {
        width: 4.688vw;
        height: 4.688vw;
    }
    .totop .icon:before {
        border-left: 1.094vw solid transparent;
        border-right: 1.094vw solid transparent;
        border-bottom: 1.094vw solid #fff;
    }
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        width: 100%;
    }
    .ft_link .menu01 ul {
        max-height: 8em;
    }
    .ft_link .menu02 {
        margin-top: 32px;
        width: 100%;
    }
    .ft_link .menu02 ul {
        max-height: 10em;
    }
    .ft_link .menu02 ul li:nth-child(n+3) {
        max-width: 13em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .ft_link ul li {
        width: 50%;
    }
}

.ft_link .ttl {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
}

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

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

.ft_link li {
    margin-bottom: 1.15em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
}

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

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

.ft_link a {
    position: relative;
    padding-left: 0em;
    color: inherit;
    font-size: 14px;
    letter-spacing: 0.05em;
}

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

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 39px;
}

.copyright>p {
    color: #0E0E0E;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .logo {
        margin-left: 0;
    }
    .h-right {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: 10px;
    }
    .h-right {
        padding-right: 0;
    }
    .h-fx-ct {
        margin-left: 2vw;
    }
    .logo {
        width: 130px;
    }
    .pc_navi>ul>li {
        position: relative;
        margin-right: 2vw;
    }
    .header_top {
        padding: 15px;
    }
    .header_top .inner_big {
        padding: 0;
    }
    .h-fx-ct ul li a {
        min-height: 34px;
        min-width: 11.5vw;
        font-size: 11.5px;
    }
    .f-box01 .f-box01-fx .box-cnt {
        width: 30.75vw;
        margin-right: 5.234vw;
        padding-top: 0.313vw;
    }
    .f-box01 .f-box01-fx .box-cnt .f-logo {
        margin-bottom: 1.875vw;
    }
    .f-box01 .f-box01-fx .box-cnt .f-list-address li {
        padding-bottom: 1.25vw;
        margin-bottom: 1.25vw;
    }
    .f-box01 .f-box01-fx .box-cnt .f-list-address li .f-ttl {
        margin-bottom: 0.313vw;
        font-size: 1.25vw;
    }
    .f-box01 .f-box01-fx .box-cnt .f-list-address li .f-txt {
        font-size: 1.094vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu {
        margin-right: 2.188vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu:nth-child(2) {
        margin-right: 1.797vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu ul li {
        margin-bottom: 1.563vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu ul li a {
        font-size: max(0.938vw, 9px);
        padding-bottom: 0.391vw;
        padding-right: 0.781vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 {
        flex: 1;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-tit {
        font-size: 1.094vw;
        padding-bottom: 0.391vw;
        padding-right: 0.781vw;
        margin-bottom: 0.859vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx {
        display: flex;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul:first-child {
        margin-right: 1.406vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li {
        margin-bottom: 0.625vw;
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li a {
        font-size: max(0.938vw, 9px);
    }
    .f-box01 .f-box01-fx .box-menu .box-menu-fx .f-menu02 .f-menu02-fx ul li a:before {
        top: 0.391vw;
        margin-right: 0.547vw;
    }
    .copyright>p {
        font-size: max(0.781vw, 7.5px);
    }
}


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


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


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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


/*                                INDEX                                     */


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


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


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


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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


/*                                Under                                     */


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


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


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


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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