@charset "UTF-8";
:root {
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Kumbh Sans", sans-serif;
    --main-color: #72abd8;
    --clr1: #565656;
    --clr2: #72abd8;
    --clr3: #5f92ba;
    --ttl_size: 30px;
    --wrapper: 100px;
}


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


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


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


/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/


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


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


/*                                                                          */


/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */


/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */


/*                                                                          */


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


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


/*                           Common-Setting                                 */


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

body {
    background-color: #f0f6f9;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-jp);
}

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

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

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

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

@media only screen and (min-width: 769px) {
    .idx-slider>div.web>a:hover {
        color: var(--main-color)
    }
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
}

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: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

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

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

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

.link_list {
    display: flex;
    width: 100%;
}

.inner_big>.fblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top-left-radius: 1.875em;
    position: relative;
    z-index: 1;
    width: calc(100% - 2.5em);
    margin-left: auto;
    padding: 3.0625em;
}

.inner_big>.fblock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    border-top-left-radius: 1.875em;
    z-index: -1;
}

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

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

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 0.777778em;
    height: 12px;
    right: 1em;
    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: 0.625em;
}

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

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

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

.btn-group .btn.style01 a:after {
    display: none;
}

.btn-group .btn.style01 a:before {
    content: "";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-btn.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.35em;
    height: 1.35em;
}

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

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    height: 100%;
    width: 100%;
    background: #00000080;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    padding: 3em 2.1875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .modal {
        padding: 3em 0
    }
}

.modal.is-show {
    opacity: 1;
    visibility: visible
}

.modal__close {
    position: absolute;
    right: -1em;
    top: -0.9375em;
    width: 3em;
    height: 3em;
    border: 2px solid #fff;
    background-color: var(--clr3);
    border-radius: 50%;
    display: block;
    z-index: 2;
    cursor: pointer
}

.modal__close:before,
.modal__close:after {
    position: absolute;
    top: 1.25em;
    left: 0.75em;
    width: 1.3125em;
    height: 0.1875em;
    content: "";
    background-color: #fff;
    border-radius: 0.625em
}

.modal__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__box {
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px #0003;
    -webkit-transition: margin-top .3s ease, height .3s ease;
    transition: margin-top .3s ease, height .3s ease;
    width: 56em;
    border-radius: 1.875em;
    text-align: center;
    position: relative
}

.modal__wrap {
    padding-bottom: 2.5em;
}

.modal__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f6f9;
    border-top-right-radius: 1.875em;
    border-top-left-radius: 1.875em;
    padding: 1.625em 1.875em 1.625em 1.25em;
}

.idx-btn02 {
    position: relative;
}

.idx-btn02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/udr-ico-popup.svg) no-repeat center;
    background-size: contain;
    width: 8.25em;
    height: 10.625em;
}

.idx-btn02 a {
    font-size: 1em;
    min-width: 13.75em;
    min-height: 3.9375em;
    border: 1px solid #72abd8;
    color: #72abd8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    position: relative;
    font-weight: 500;
}

.idx-btn02 a:before {
    content: "";
    position: absolute;
    right: 0.625em;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.25em;
    height: 1.25em;
}

.modal__heading h2 {
    margin-bottom: 0 !important;
    line-height: 1em !important;
    text-align: left;
    margin-right: 0.5em;
}

.modal__heading h2 span {
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 0;
    --underline-color: #fff;
    --underline-height: 0.5em;
    background: radial-gradient(farthest-side, var(--underline-color) 115%, transparent 100%) bottom right / var(--underline-height) var(--underline-height), radial-gradient(farthest-side, var(--underline-color) 115%, transparent 100%) bottom left / var(--underline-height) var(--underline-height), linear-gradient(var(--underline-color), var(--underline-color)) bottom / calc(100% - var(--underline-height)) var(--underline-height);
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
    padding-bottom: 0;
}

.modal_list {
    display: flex;
    margin-top: 30px;
}

.modal_list li {
    width: calc(100% / 2);
    max-width: 50%;
    padding: 0 2.5em
}

.modal_list li:nth-child(2n) {
    position: relative;
}

.modal_list li:nth-child(2n):before,
.modal_list li:nth-child(2n):after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 12.625em;
    width: 0.0625em;
    border-right: 0.25em dotted #e6e6e6;
}

.modal_list li:nth-child(2n):before {
    left: 0;
}

.modal_list li:nth-child(2n):after {
    right: 0;
    display: none;
}

.modal_list li .cnt {
    text-align: left;
    margin-bottom: 1.25em;
}

.modal_list li .ico {
    margin-bottom: 0.3125em;
}

.modal_list li .ttl {
    color: #5f92ba;
    font-size: 1.625em;
    font-weight: 600;
}

.modal_list li .ttl span {
    padding: 0 0.25em;
    --underline-color: #eaf2f9;
    --underline-height: 0.5em;
    background: radial-gradient(farthest-side, var(--underline-color) 115%, transparent 100%) bottom right / var(--underline-height) var(--underline-height), radial-gradient(farthest-side, var(--underline-color) 115%, transparent 100%) bottom left / var(--underline-height) var(--underline-height), linear-gradient(var(--underline-color), var(--underline-color)) bottom / calc(100% - var(--underline-height)) var(--underline-height);
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone;
}

.modal_list li .idx-btn a {
    text-align: center;
    margin: 0 auto;
}


/* Tablet
-------------------------------------------*/

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


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


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


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


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


/*                           Header - Footer                                */


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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

header.active,
.ovh header {
    background: rgba(114, 171, 216, 0.9);
}

header.active .logo img {
    filter: brightness(0) invert(1);
    width: 13em;
}

header.active .header_top,
.ovh header .header_top {
    padding-top: 0;
    padding-left: 1.5em;
    padding-bottom: 0;
}

.header_top {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    transition: all 0.3s ease-in-out;
    padding-top: 1.625em;
    padding-left: 2.5625em;
}

.hamburger-btn {
    display: none;
}

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

.logo {
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.125em;
}

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

.logo a img {
    width: 16.3125em;
    height: auto;
}

.right_head {
    width: 62.125em;
    display: flex;
    align-items: center;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    margin-left: 1em;
    padding: 1.0625em 1.25em 1.0625em 1.875em;
}

.idx-list-ct {
    display: flex;
    margin-left: 0.9375em;
}

.idx-list-ct li {
    margin-right: 0.625em;
}

.idx-list-ct li a {
    text-decoration: none;
    color: var(--clr2);
    display: block;
    text-align: center;
    flex-direction: column;
    min-height: 2.9em;
    border-radius: 2.03125em;
    background: #fff;
    font-size: 1.375em;
    font-weight: 600;
    min-width: 6.8em;
    line-height: 1em;
    position: relative;
    letter-spacing: -1px;
    padding-top: 0.75em;
}

.idx-list-ct li a:before {
    content: "";
    position: absolute;
    right: 0.65em;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.75em;
    height: 0.75em;
}

.idx-list-ct li a label {
    font-size: 0.82em;
    cursor: default;
    display: inline-block;
}

.idx-list-ct li a span {
    font-size: 0.55em;
    line-height: 0.9em;
    display: block;
    letter-spacing: 0.01em;
}

.idx-list-ct li:last-child {
    margin-right: 0;
}

.idx-list-ct li:last-child a {
    min-width: 9.4em;
    letter-spacing: 0.03em;
}

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

.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: 10px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
    /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}

.pc_navi>ul>li>a:before,
.pc_navi>ul>li>p:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    opacity: 0;
}

.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: 500;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

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

.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: 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>li:nth-child(4) .subInner {
    width: 500px;
}

.pc_navi>ul>li:nth-child(4) .subInner ul {
    display: flex;
    flex-wrap: wrap;
}

.pc_navi>ul>li:nth-child(4) .subInner ul li {
    width: calc(100% / 2)
}

.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) {
    .f-list-btn li a:hover {
        color: #fff;
    }
    .pc_navi>ul>li>a:hover:before,
    .pc_navi>ul>li>p:hover:before {
        opacity: 1;
        transition: 0.3s all;
    }
    .idx-list-ct li a:hover {
        color: var(--clr2);
    }
    .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) {
     :root {
        --wrapper: 100px;
    }
}

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

.f-box03 {
    background: #f0f6f9;
}

.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: 10;
    bottom: 45px;
    right: 45px;
}

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

.totop .icon {
    width: 60px;
    height: 60px;
    background: var(--clr2);
    position: relative;
}

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

@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 ul {
    display: flex;
}

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

.idx_gallery ul li .img01 {
    background-image: url(../images/idx_gallery01.jpg);
}

.idx_gallery ul li .img02 {
    background-image: url(../images/idx_gallery02.jpg);
}

.idx_gallery ul li .img03 {
    background-image: url(../images/idx_gallery03.jpg);
}

.idx_gallery ul li .img04 {
    background-image: url(../images/idx_gallery04.jpg);
}

.idx_gallery ul li .img05 {
    background-image: url(../images/idx_gallery05.jpg);
}

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

.fixed_banner:hover {
    right: 0;
}

.fixed_banner>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
    .idx-btn02 a:hover {
        background: var(--clr2);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
    }
    .modal__close:hover {
        background: var(--clr1);
        transition: 0.3s all;
    }
    .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: 60px;
        height: 60px;
    }
    .idx-slider {
        bottom: 1em !important
    }
}

footer {
    padding: 0;
    position: relative;
}

footer p {
    margin-bottom: 0;
}

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

footer .ft_logo {
    padding: 0px 0 30px;
}

footer .ft_info {
    width: 47.5%;
}

footer .ft_info .des {
    margin-bottom: 26px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.f-map {
    --mask: url(../images/idx-map-mask.svg);
    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: top center;
    -webkit-mask-position: top center;
    line-height: 0;
}

.f-map iframe {
    min-height: 37.275em;
}

.f-box02 {
    margin-top: -5.625em;
    position: relative;
    z-index: 1;
    background: #f0f6f9;
    padding-top: 4.375em;
    padding-bottom: 3.0625em;
}

.f-box02-fx {
    display: flex;
    position: relative;
}

.f-box02-fx:before {
    content: "";
    position: absolute;
    left: -7.1875em;
    bottom: -1.6875em;
    background: url(../images/f-ico-leg.svg) no-repeat center;
    background-size: contain;
    width: 13.5625em;
    height: 17.625em;
    z-index: -1;
}

.f-box02-fx .box-left {
    width: 32em;
    margin-right: 2.5em;
}

.f-box02-fx .box-left .f-logo {
    text-align: center;
    margin-bottom: 0.76em;
}

.f-box02-fx .box-left .f-address {
    color: var(--clr1);
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1.3em;
}

.f-box02-fx .box-right {
    margin-top: -2.8125em;
    flex: 1;
}

.f-box02-fx .box-right .f-fx-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.55em;
    margin-bottom: -2.5em;
}

.f-box02-fx .box-right .f-fx-right .box-ttl {
    background: url(../images/f-bg-ttl.svg) no-repeat center;
    background-size: 100% 100%;
    width: 22.625em;
    height: 5.75em;
    text-align: left;
    font-weight: 500;
    position: relative;
    top: -1.5em;
    right: -1.375em;
    padding: 1.375em 0 0 1.875em;
    letter-spacing: 0.05em;
    margin-right: 1.5em;
}

.f-box02-fx .box-right .f-fx-right .box-ttl span {
    color: #72abd8;
}

.cl-blue {
    color: #72abd8 !important;
}

.tbl-time {
    box-shadow: 0 0 0 1px #72abd8;
    border-radius: 0.9375em;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tbl-time tr th,
.tbl-time tr td {
    width: 10%;
    padding: 1.1em 1em;
    border: 1px solid #72abd8;
    background: #fff;
    font-weight: 600;
    text-align: center;
}

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    width: 1em;
    letter-spacing: 0.05em;
}

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    border-left: 0;
}

.tbl-time tr th:last-child,
.tbl-time tr td:last-child {
    border-right: 0;
}

.tbl-time tr:first-child th {
    border-top: 0;
}

.tbl-time tr:last-child td {
    border-bottom: 0;
}

.f-list-btn {
    display: flex;
}

.f-list-btn li {
    margin-right: 0.625em;
}

.f-list-btn li:last-child {
    margin-right: 0;
}

.f-list-btn li:last-child a {
    font-size: 1.4em;
    min-width: 11.2em;
    letter-spacing: 0.02em;
    min-height: 2.7em;
}

.f-list-btn li:last-child a span {
    font-size: 0.5em;
}

.f-list-btn li a {
    text-decoration: none;
    min-height: 2.85em;
    min-width: 12.05em;
    background: #72abd8;
    border-radius: 1.875em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.1em;
    font-size: 1.37em;
    letter-spacing: 0;
    position: relative;
}

.f-list-btn li a .ttl {
    font-size: 1em;
}

.f-list-btn li a .fs-sm {
    font-size: 0.82em;
    display: inline-block;
}

.f-list-btn li a span {
    line-height: 1em;
    font-size: 0.6em;
}

.f-list-btn li a:before {
    content: "";
    position: absolute;
    right: 0.65em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-btn.svg) no-repeat center;
    background-size: contain;
    width: 0.95em;
    height: 0.95em;
}

.ft_link {
    width: 100%;
}

.ft_link a {
    text-decoration: none;
}

.idx-slider {
    position: fixed;
    bottom: 5em;
    left: 2em;
    display: flex;
    z-index: 10;
}

.idx-slider>div.time.active .box-toggle {
    opacity: 1;
    display: block;
}

.idx-slider>div.map.active .box-toggle {
    opacity: 1;
    display: block;
}

.idx-slider>div.map .box-toggle {
    right: 0;
    left: initial;
    transform: none;
}

.idx-slider>div.map .box-toggle .btn {
    margin: 0 auto;
}

.idx-slider>div.map .box-toggle .btn a {
    margin: 10px auto 0;
}

.idx-slider>div.map .box-toggle .ttl-map {
    text-align: center;
}

.list_map li {
    margin-right: 0.625em;
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: 500;
    justify-content: center;
}

.list_map li .ico {
    margin-right: 7px;
}

.box-toggle {
    position: absolute;
    left: -0.125em;
    width: 44.75em;
    background: #e3eef7;
    padding: 0.625em;
    bottom: 110%;
    transform: translate(-50%);
    opacity: 0;
    display: none;
}

.box-toggle .txt-tbl span {
    color: var(--main-color);
}

.box-toggle .txt-tbl {
    line-height: 1.5em;
    margin-top: 0.625em;
}

.idx-slider>div {
    width: 11em;
    height: 3.5em;
    margin-right: 0.3125em;
    position: relative;
    cursor: pointer;
}

.idx-slider>div a .close {
    display: none;
}

.idx-slider>div>a:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.25em;
    height: 1.25em;
    background: url(../images/idx-ico-calendar.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.line>a:before {
    background: url(../images/idx-ico-line.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.time>a:before {
    background: url(../images/idx-ico-clock.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.map>a:before {
    background: url(../images/idx-ico-map.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.time.active .open {
    display: none;
}

.idx-slider>div.time.active .close {
    display: block;
}

.idx-slider>div.time.active>a:before {
    background: url(../images/idx-ico-close.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.map.active .open {
    display: none;
}

.idx-slider>div.map.active .close {
    display: block;
}

.idx-slider>div.map.active>a:before {
    background: url(../images/idx-ico-close.png) no-repeat center;
    background-size: contain;
}

.idx-slider>div.line>a {
    color: #06c755 !important;
    border: 1px solid #06c755 !important;
}

.idx-slider>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    padding-left: 1em;
}

@media only screen and (min-width: 769px) {
    .idx-slider>div.line>a:hover {
        opacity: 1;
    }
    .pc_navi>ul>li>a:hover,
    .pc_navi>ul>li>p:hover {
        color: #fff;
        opacity: 1;
    }
    .ft_link .menu02 ul li a:hover:before {
        background: var(--clr3);
        transition: 0.3s all;
    }
    .ft_link .menu02 ul li a:hover {
        transition: 0.3s all;
    }
    .ft_link .menu01 {
        width: 100%;
        max-width: 12.125em;
        margin-right: 2.2em;
    }
    .ft_link .menu01 ul {
        max-height: 8em;
    }
    .ft_link .menu01 ul li a {
        color: #72abd8;
        font-weight: 600;
        font-size: 1em;
        letter-spacing: 0;
    }
    .ft_link .menu01 ul li a:hover {
        text-decoration: underline;
    }
    .ft_link .f-fx-menu {
        display: flex;
    }
    .ft_link .f-fx-menu .f-box-menu:last-child {
        margin-left: 4.65em;
    }
    .ft_link .f-box-menu-fx {
        margin-right: 5em;
        display: flex;
    }
    .ft_link .f-box-menu-fx ul:first-child {
        margin-right: 2.55em;
    }
    .ft_link .menu02 {
        width: 100%;
    }
    .ft_link .menu02 .ttl {
        margin-bottom: 1.5em;
    }
    .ft_link .menu02 ul li {
        margin-bottom: 0.35em;
    }
    .ft_link .menu02 ul li:nth-child(n+3) {
        max-width: 13em;
    }
    .ft_link .menu02 ul li a {
        padding-left: 0.75em;
        letter-spacing: 0;
    }
    .ft_link .menu02 ul li a:before {
        content: "";
        border-radius: 0;
        width: 0.3125em;
        height: 0.0625em;
        top: 0.75em;
        background: #898989;
    }
    .ft_link .menu02 .ttl02 {
        color: var(--clr2);
        padding-left: 0.65em;
        position: relative;
        margin-bottom: 0.35em;
    }
    .ft_link .menu02 .ttl02::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.875em;
        border-radius: 100%;
        width: 0.375em;
        height: 0.375em;
        border-radius: 50%;
        background: var(--clr2);
    }
    .ft_link ul {
        display: flex;
        flex-direction: column;
        align-content: space-between;
    }
    .ft_link ul li {
        width: 100%;
    }
    .ft_link ul li a {
        font-size: 0.875em;
    }
}

.ft_link .ttl {
    margin-bottom: 0.9em;
    padding-left: 0;
    font-size: 1.375em;
    font-weight: 600;
    color: #72abd8;
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    padding-bottom: 13px;
    background: url(../images/f-ico-hr.svg) no-repeat left bottom;
    background-size: 440% 3px;
}

.ft_link .menu02 .ttl {
    background: url(../images/f-ico-hr.svg) no-repeat left bottom;
    background-size: 100% 5px;
    margin-bottom: 0.9em;
}

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

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

.ft_link li {
    margin-bottom: 0.71em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    width: 100%;
}

.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: 0.875em;
    letter-spacing: 0.05em;
    padding-left: 0.65em;
    display: inline-block;
}

.ft_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6875em;
    border-radius: 100%;
    width: 0.375em;
    height: 0.375em;
    border-radius: 50%;
    background: var(--clr2);
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    color: #72abd8;
    position: relative;
    z-index: 1;
    text-align: left;
    margin-top: -1.75em;
}

.copyright>p {
    font-size: 0.75em;
    color: #72abd8;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    .modal_list li .ico img {
        height: 3.0625em;
        width: auto;
    }
    .modal__box {
        font-size: 1vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .header_top {
        font-size: 1.25vw;
    }
    footer {
        font-size: 1.25vw;
    }
    .f-box02-fx .box-left .f-logo img {
        height: 8.75em;
        width: auto;
    }
    .f-box02-fx .box-right .f-fx-right .img img {
        height: 10.625em;
        width: auto;
    }
    .modal {
        font-size: 1.25vw;
    }
    .modal_list li .ico img {
        height: 4.0625em;
        width: auto;
    }
    .idx-slider {
        font-size: 1.15vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
    .modal_list li .ico img {
        height: 3.0625em;
        width: auto;
    }
    .modal__box {
        font-size: 1.12vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .header_top {
        padding-left: 1.5625em;
    }
    .logo {
        width: 15%;
    }
    .logo a img {
        width: 11.3125em;
        height: auto;
    }
    .right_head {
        font-size: 1.3vw;
    }
    .ft_link a::before {
        top: 0.5875em;
    }
    .ft_link .menu02 .ttl02::before {
        top: 0.75em;
    }
    .inner_big>.fblock {
        font-size: 1.28vw;
    }
    .inner_big>.fblock {
        padding: 3.0625em 1.5em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 12px;
    }
    .pc_navi>ul>li:nth-child(4) .subInner {
        width: 430px;
    }
    .pc_navi>ul>li.menu-item-has-children>a::after,
    .pc_navi>ul>li.menu-item-has-children>p::after {
        bottom: 5px;
    }
    .ft_link a::before {
        width: 4px;
        height: 4px;
        top: 5px;
    }
    .modal {
        font-size: 1.55vw;
    }
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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