@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");

/* # root1 START # */
/* :root {
    --color01: #e12d84;
    --color02: #0fadea;
    --color03: #57c6f0;
    --color04: #fcfded;
    --color05: #acdcea;
    --color06: #5bd66b;
    --color07: #ace8b4;
    --color08: #e44291;
    --color09: #ff0;
} */
/* # root1 END # */

/* # root2 START # */
:root {
    --color01: #57ad40;
    --color02: #8fdc8a;
    --color03: #bce1b8;
    --color04: #fcfded;
    --color05: #aceab9;
    --color06: #5bd66b;
    --color07: #ace8b4;
    --color08: #e44291;
    --color09: #ff0;
}
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color01: #ffaa2b;
    --color02: #e9b335;
    --color03: #e5c47d;
    --color04: #fcfded;
    --color05: #ffad75;
    --color06: #5bd66b;
    --color07: #ace8b4;
    --color08: #e44291;
    --color09: #ff0;
} */
/* # root3 END # */


/* ##### Google Fonts ##### */
.m1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ##### base.min.css上書き・追記 ##### */
html {
    font-size: 14px;
}

h1 {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}

.space-large {
    padding: 80px 0;
}

.space-medium {
    padding: 50px 0;
}

.pic img {
    max-width: 100%;
}

.w1240 {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

.red {
    color: red;
}

.bgc-01 {
    background: var(--color01);
}

@media (max-width: 599px) {
    .space-large {
        padding: 50px 0;
    }

    .space-medium {
        padding: 30px 0;
    }
}

/* ##### base.min.css上書き・追記ここまで ##### */

/* ##### 共通 ##### */
.sp-only {
    display: none;
}

.up-c-white {
    color: white;
}

.line-one {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-two {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.line-three {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 3;
}

.underline-link a {
    color: var(--color02);
    text-decoration: underline;
}

.ctex {
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.Blink a {
    display: block;
}

.bgimg {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.bgimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.circle.pic span {
    border-radius: 50%;
}

.ribbon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0 0.5em;
    letter-spacing: -0.1em;
    text-align: center;
    background-size: 100% 100%;
    background-color: var(--color09);
    position: relative;
}

.ribbon::before,
.ribbon::after {
    content: "";
    width: 1em;
    height: 100%;
    display: block;
    border-width: 0.75em 0 0.75em 1em;
    border-style: solid;
    border-color: var(--color09) transparent;
    position: absolute;
    top: 0;
}

.ribbon::before {
    left: -1em;
}

.ribbon::after {
    border-width: 0.75em 1em 0.75em 0;
    right: -1em;
}

@media (max-width: 599px) {
  .ribbon{
    margin: auto;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
   padding: 5em 0 2em;
}

.breadcrumbs-list li {
    display: inline;
    font-weight: bold;
}

.breadcrumbs-list li:first-of-type {
    padding-left: 2em;
    position: relative;
}

.breadcrumbs-list li:first-of-type::before {
    content: "\f015";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color02);
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumbs-list li+li {
    margin-left: 2em;
    position: relative;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid var(--color02);
    border-right: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: -1.5em;
}

@media (max-width: 1024px) {
.breadcrumbs {
   padding: 2em 0;
}
}

/* ##### タイトル　見出し　title ##### */
.title_01 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 46px;
}

.title_02 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 50px;
}

.title_03 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 40px;
}

.title_04 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 34px;
}

.title_05 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 30px;
}

.title_06 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 24px;
}

.title_07 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 40px;
}

.title_08 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
}

.title_09 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 22px;
}

.title_10 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 30px;
}

.title_11 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
}

.title_12 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.title_13 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

.subtit {
    overflow: hidden;
    position: relative;
}

.subtit h2 {
    width: 100%;
    text-align: center;
}

.subtit img {
    width: 100%;
}

@media (max-width: 1024px) {
    .title_01 {
        font-size: 36px;
    }

    .title_02 {
        font-size: 40px;
    }

    .title_03 {
        font-size: 32px;
    }

    .title_04 {
        font-size: 28px;
    }

    .title_05 {
        font-size: 24px;
    }

    .title_06 {
        font-size: 20px;
    }

    .title_07 {
        font-size: 32px;
    }

    .title_08 {
        font-size: 18px;
    }

    .title_09 {
        font-size: 20px;
    }

    .title_10 {
        font-size: 24px;
    }

    .title_11 {
        font-size: 18px;
    }

    .title_12 {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .title_01 {
        font-size: 30px;
    }

    .title_02 {
        font-size: 32px;
    }

    .title_03 {
        font-size: 28px;
    }

    .title_04 {
        font-size: 22px;
    }

    .title_05 {
        font-size: 20px;
    }

    .title_06 {
        font-size: 18px;
    }

    .title_07 {
        font-size: 24px;
    }

    .title_09 {
        font-size: 18px;
    }

    .title_10 {
        font-size: 20px;
    }
}

/* ボタン button */
.btn_main {
    width: 80%;
    max-width: 366px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.btn_main a {
    display: block;
    padding: 0.75em 1.5em;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    border-radius: 3em;
    border-radius: 3em;
    background-color: var(--color01);
    position: relative;
}

.btn_main a::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid white;
    border-right: 0;
    border-style: solid;
    position: absolute;
    top: 1em;
    right: 0.75em;
}

.btn_main.-back a::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0.75em;
    right: auto;
}

.btn_02 a {
    font-size: 20px;
    color: #000;
    background-color: white;
}

.btn_02 a::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid var(--color01);
    border-right: 0;
    border-style: solid;
}

.btn_03 {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.btn_03 a {
    width: 100%;
    display: block;
    padding: 1.5em 2em;
    font-weight: bold;
    color: var(--color02);
    text-align: center;
    background: #fff;
    position: relative;
}

.btn_03 a::after {
    content: "\f35d";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 1.5em;
    right: 0.75em;
}

.btn_03.-dif-color a {
    color: #fff;
    background: var(--color01);
}

@media (max-width: 1024px) {
    .btn_main {
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 599px) {
    .btn_main a {
        font-size: 16px;
    }
}

/* ##### 共通ここまで ##### */

/* ##### A-BiSUスライダー uk-slideshow ##### */
.uk-slidenav-position {
    height: 100%;
}

.uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.uk-slideshow li>div {
    height: 100% !important;
}

.uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .uk-slideshow::after {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .uk-slideshow::after {
        padding-top: 60%;
    }
}

/* ##### h1 ##### */
.h1-section h1 {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.25em;
    font-size: 12px;
    color: white;
    line-height: 1;
}

@media (max-width: 1024px) {
    .h1-section h1 {
        padding-right: 62px;
    }
}

/* ##### header ##### */
.header-wrap {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, var(--color02) 20px, var(--color02) 40px);
    background-size: auto auto;
    background-color: var(--color03);
}

header {
    padding-top: 20px;
}

.header01 {
    max-width: 1400px;
    margin: auto;
}

.header01in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 10px 15px;
}

.header01 .logo {
    margin-right: auto;
    filter: invert(1);
}

.logo {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.header-info .fukidashi span {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    color: var(--color02);
    border-radius: 10px;
    background: #fff;
    position: relative;

    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-info .fukidashi span::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 12px 0 0px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 10px;
    right: -16px;
}

.header-info dl {
    margin-left: 25px;
}

.header-info dd.tel a {
    padding-left: 40px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background: url('/import/tenant_1/162.43.50.145/J03/images/01index/h-tel.webp') no-repeat left center;
    position: relative;
}

.header-info dd img,
.top-info dd.tel img {
    width: 28px;
    height: 27px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.footfix {
    width: 100%;
    display: none;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
}

.footfix .flexb {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footfix .box>div {
    width: 50%;
}

.footfix .tel {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footfix .tel a {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #39abe6;
    text-align: center;
    position: relative;
}

/* .footfix .contactbtn {
    width: 40%;
    max-width: 120px;
} */

.footfix dd+dd {
    margin-left: 5px;
}

.footfix .contactbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
    text-align: center;
    background: #39abe6;
    position: relative;
}

.footfix .contactbtn.ab a {
    background: #e79d0f;
}

.footfix .contactbtn a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    background: url('/import/tenant_1/162.43.50.145/J03/images/01index/mail.webp') no-repeat;
    background-size: contain;
}

.fix-contact {
    width: 288px;
    height: 286px;
    text-align: center;
    position: fixed;
    bottom: 35%;
    right: -50px;
    z-index: 12;
}

.fix-contact a {
    width: 260px;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 60px 40px 25px;
    background: url('/import/tenant_1/162.43.50.145/J03/images/01index/fukidashi.webp') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.fix-contact a:hover {
    opacity: 0.6;
}

.fix-contact .pic {
    max-width: 82px;
    margin: 10px 0 0 70px;
}

.is-fixed {
    display: none !important;
}

.fix-contact span {
    display: block;
    line-height: 1.5;
    text-align: center;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.fix-contact .icon-mail {
    width: 5em;
    height: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #1e64aa;
}

.fix-contact .icon-mail i {
    font-size: 2.5em;
    color: white;
    line-height: 1;
}

@media (max-width: 1024px) {
    .header01in {
        display: block;
    }

    .header01 .logo {
        height: auto;
        margin: auto;
    }

    .header-info {
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px auto 0;
    }

    .fix-contact {
        width: 230px;
        height: 230px;
        bottom: 5%;
    }

    .fix-contact a {
        width: 230px;
        height: 230px;
        padding: 70px 60px 0px 30px;
    }

    .fix-contact .pic {
        max-width: 50px;
    }
}

@media (max-width: 599px) {
    header {
        padding-top: 75px;
    }

    .header01 .logo {
        width: 100%;
        max-width: 300px;
    }

    .header-info .fukidashi {
        width: 100%;
    }

    .header-info .fukidashi span {
        max-width: 300px;
        margin: auto;
        /* font-size: 10px;
		line-height: 1.6; */
        text-align: center;
    }

    .header-info .fukidashi span::after {
        border-width: 12px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -12px;
        left: 50%;
        right: inherit;
    }

    .header-info dl {
        width: 100%;
        margin: 20px 0 0;
    }

    .header-info dl dd.tel {
        text-align: center;
    }

    .header-info dd.tel a {
        font-size: 30px;
    }

    .footfix {
        display: block;
    }

    .fix-contact {
        display: none;
    }
    
    .footfix .tel a{
      font-size: 20px;
    }
}

/* ##### header end ##### */

@media (max-width: 1024px) {
    #gnav .toggle {
        width: 42px;
        height: 42px;
        display: block !important;
        background: #170302;
        opacity: 0.8;
        cursor: pointer;
        position: fixed !important;
        top: 0px;
        right: 0px;
        z-index: 251;
    }

    #gnav .toggle .bar {
        width: 28px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background: #fff;
        -webkit-transition: ease 0.40s;
        transition: ease 0.40s;
        position: absolute;
        top: 50%;
        left: 7px;
    }

    #gnav .toggle .bar::before {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar::after {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar::after,
    #gnav.action .toggle .bar::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        width: 100%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding: 60px 10px 100px 10px;
    }

    #gnav li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #gnav ul li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        text-align: left;
        border: none;
    }

    .overlay::after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }
}

/* ##### nav ##### */
#gnav {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50px);
    z-index: 10;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#gnav .toggle {
    display: none;
    border: 1px solid #fff;
    background: var(--color01);
    -webkit-box-shadow: 0px 0px 0px 2px var(--color01);
    box-shadow: 0px 0px 0px 2px var(--color01);
    opacity: 1;
    top: 10px;
    right: 10px;
}

#gnav li {
    display: inline-block;
}

#dropmenu {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 10px;
}

#gnav.fixed #dropmenu {
    margin: auto;
}

#dropmenu li+li {
    border-left: 2px solid #f7f7f7;
}

#dropmenu .noLine {
    border-left: none;
}

#dropmenu li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#dropmenu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 20px 0px 10px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
}

#dropmenu li a:hover {
    opacity: 1;
}

#dropmenu li a .li {
    display: inline-block;
    position: relative;
}

#dropmenu li a .li::after {
    content: "";
    width: 0;
    height: 1px;
    background: #39abe6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
}

#dropmenu li a:hover .li::after {
    width: 100%;
}

#dropmenu li.index-link span {
    display: none;
}

#dropmenu span.drop-btn {
    width: 100%;
    display: block;
    padding: 10px 0;
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    position: relative;
}

#dropmenu span.drop-btn .arrow {
    width: 0.5em;
    display: block;
    margin: 0.5em auto;
    position: relative;
}

#dropmenu span.drop-btn .arrow::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid var(--color02);
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-style: solid;
}

#dropmenu .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
}

#dropmenu .dropdown:hover {
    cursor: pointer;
}

.dropmenu .dropdown ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}

.dropmenu .dropdown:hover ul {
    display: block;
}

#dropmenu .dropdown ul li {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: all;
    transition-property: all;
}

#dropmenu .dropdown ul li {
    text-align: left;
}


#dropmenu .dropdown ul li+li {
    border-left: none;
}

#dropmenu .dropdown ul li a {
    width: 300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    font-size: 16px;
    color: #000;
    text-align: left;
    background: #fff;
}

#dropmenu .dropdown:hover ul li {
    width: 300px;
    height: 60px;
    overflow: visible;
}

.sab-nav {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sab-nav li a {
    width: 100%;
}

#dropmenu .sp-only {
    display: none;
}

#gnav.fixed {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
}

/* #gnav.fixed #dropmenu li a,
#gnav.fixed #dropmenu span.drop-btn {
    padding: 10px 10px;
    font-size: 16px;
} */

.dropmenu .dropdown:hover ul {
    max-height: 9999px;
    display: block;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: showAnimation 0.5s ease-in-out;
    animation: showAnimation 0.5s ease-in-out;
}

.dropmenu .dropdown:hover ul {
    /* transform: rotate(-180deg); */
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

@keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@media (max-width: 1024px) {
    #gnav .toggle {
        display: block;
    }

    #gnav {
        width: 100%;
        z-index: inherit;
    }
    
    #gnav {
    left: inherit;
    transform: none;
    box-shadow: none;
}


    #gnav ul li a {
        color: #434343;
    }

    #gnav .accordion-body {
        background: rgba(255, 255, 255, 1);
    }

    #gnav.action .accordion-body {
        width: 60%;
        margin-left: 40%;
    }


    #gnav .accordion-inner {
        height: 100vh;
    }


    #dropmenu {
        display: block;
        padding-bottom: 80px;
    }

    #gnav ul li span {
        height: auto;
        display: block;
        padding: 10px;
    }


    #dropmenu li.index-link img {
        display: none;
    }

    #gnav ul li.index-link span {
        display: block;
        background: none;
    }

    #dropmenu span.drop-btn::after {
        content: none;
    }

    #gnav.fixed {
        padding: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #gnav {
        padding: 0;
    }

    #dropmenu .sp-only {
        display: block;
    }

    #dropmenu li+li {
        border-left: none;
    }

    #dropmenu span.drop-btn {
        padding: 10px;
        font-size: 16px;
        text-align: left;
        background: #fff7a2;
    }

    #dropmenu li a {
        font-size: 16px;
    }

    #dropmenu li a .li {
        padding: 0;
    }

    #dropmenu .dropdown {
        display: block;
        -webkit-box-align: unset;
        align-items: unset;
        -ms-flex-align: unset;
    }

    .dropmenu .dropdown ul {
        display: block;
        position: static;
    }

    #dropmenu .dropdown ul li {
        height: auto;
        overflow: visible;
    }

    .dropmenu .dropdown:hover ul {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        -webkit-animation: none;
        animation: none;
    }

    #dropmenu .dropdown:hover ul li {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    #dropmenu .dropdown ul li:last-of-type {
        border-bottom: none;
    }

    #dropmenu span.drop-btn .arrow {
        display: none;
    }

    #dropmenu .dropdown ul li a {
        width: 100%;
        padding-left: 30px;
    }
}

@media (max-width: 599px) {
    #gnav.action .accordion-body {
        width: 100%;
        margin-left: 0;
    }
}

/* ##### nav end ##### */

/* ##### footer ##### */
footer {
    background: var(--color02);
}

.f-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    filter: invert(1);
}

.f-logo a {
    display: block;
}

footer .inner {
    max-width: 1220px;
    padding: 60px 0;
}

.copy {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: var(--color02);
    text-align: center;
    background: #fff;
}

.footer-map {
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-map::before {
    content: "";
    display: block;
    padding-top: 25%;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .tel a {
    font-weight: bold;
    color: #fff;
}

footer .inner.f-nav {
    max-width: 1220px;
    padding: 0 0 60px;
}

footer .inner.f-nav li {
    padding: 10px 20px;
}

footer .inner.f-nav li a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1024px) {
    .footer-map::before {
        padding-top: 50%;
    }

    .f-logo {
        max-width: 300px;
        margin: auto;
    }

    footer .inner .w30 {
        width: 80%;
        margin: 0 auto 30px;
    }

    footer .inner .w30 div {
        text-align: center;
    }

    footer .inner .w65 {
        width: 100%;
    }

    .f-more,
    .f-contact {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .footer-map::before {
        padding-top: 80%;
    }

    footer .inner .w30 {
        width: 100%;
    }

    .copy {
        padding: 10px 10px 75px;
    }
}

/* ##### footer end ##### */

/* ##### top ##### */

.page-header {
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-60deg, transparent 0%, transparent 65%, rgba(255, 255, 0, 0.3) 65%, rgba(255, 255, 0, 0.3) 100%);
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-headerText {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
}

.page-headerText h2 {
    width: 100%;
    margin-bottom: 1em;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.page-headerText h2 span {
    display: block;
    font-weight: bold;
    font-size: 23px;
}

.page-headerText h2 strong {
    font-size: 60px;
}

.page-headerText h3 {
    display: inline-block;
    margin-bottom: 0;
    padding: 2px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background: #e12d84;
}

.page-headerText h3 span {
    display: block;
    padding: 5px 50px;
    border: 2px solid #fff;
}

@media (max-width: 1024px) {
    .page-headerText h2 strong {
        font-size: 38px;
    }

    .page-headerText h2 {
        margin-bottom: 0.5em;
    }

    .page-headerText h2 span {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-headerText h3 span {
        padding: 5px 25px;
    }

    .page-headerText h3 {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .page-headerText h2 span {
        font-size: 10px;
    }

    .page-headerText h2 strong {
        font-size: 18px;
    }

    .page-headerText h3 {
        font-size: 10px;
    }

    .page-headerText h3 span {
        border: 1px solid #fff;
    }
}

/* トップメインイメージ */
.mainimg .uk-slidenav-position::after {
    padding-top: 40%;
}

.mainimg .uk-slideshow {
    width: 100%;
}

.uk-slideshow {
    height: 100% !important;
}

.uk-slideshow li {
    height: 100% !important;
}

.uk-slideshow li div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.uk-slideshow li img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

@media (max-width: 1024px) {
    .mainimg .uk-slidenav-position::after {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .mainimg .uk-slidenav-position::after {
        padding-top: 60%;
    }
}

/*home01*/

.index .content {
    background: #f7f7f7;
}

.pic-tit {
    text-align: center;
}

.pic-tit h3 {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 80px;
    color: var(--color02);
    position: relative;
}

.pic-tit h3 .sub {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
}

.pic-tit strong {
    font-size: 48px;
}

.pic-tit h3::before {
    content: "";
    width: 4px;
    height: 100px;
    display: block;
    background-color: var(--color02);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    position: absolute;
    bottom: 0;
    left: 40px;
}

.pic-tit h3::after {
    content: "";
    width: 4px;
    height: 100px;
    display: block;
    background-color: var(--color02);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 0;
    right: 40px;
}

.pic-tit h3.-pattern2::before {
    background-color: black;
}

.pic-tit h3.-pattern2::after {
    background-color: black;
}

.pic-tit h3.-pattern3::before {
    background-color: #5bd76b;
}

.pic-tit h3.-pattern3::after {
    background-color: #5bd76b;
}

.pic-tit h3.-pattern4::before {
    background-color: white;
}

.pic-tit h3.-pattern4::after {
    background-color: white;
}

.home01 li * {
    color: #fff;
}

.home01 li .in {
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    background: var(--color01);
}

.home01 li h4 {
    margin: 0 0 10px;
}

.home01 li h4 span {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .home01 li {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .home01 li {
        width: 100%;
    }

    .pic-tit h3 {
        padding: 0 40px;
    }

    .pic-tit h3::before {
        width: 2px;
        height: 35px;
        left: 20px;
    }

    .pic-tit h3::after {
        width: 2px;
        height: 35px;
        right: 20px;
    }

    .pic-tit strong {
        font-size: 24px;
    }

    .pic-tit h3 .sub {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/*home02*/
.bg01 {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, var(--color04) 20px, var(--color04) 40px);
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
}

.home02 .inner {
    max-width: 1150px;
}

.home02 li.box {
    margin-bottom: 5em;
}

.home02 li.box .t-box {
    margin-left: -5%;
}

.home02 li.box .t-box .in {
    padding: 30px 50px 70px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.home02 li.box .t-box .point {
    display: inline-block;
    margin-left: -38px;
    font-weight: bold;
    font-size: 22px;
    color: var(--color01);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.home02 li.box .t-box h4 {
    margin: 10px 0;
    font-weight: bold;
}

.home02 li.box:nth-of-type(1) .t-box .in {
    margin-top: 140px;
}

.home02 li.box:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.home02 li.box:nth-of-type(2) .t-box {
    margin-left: 0;
    margin-right: -5%;
}

.home02 li.box:nth-of-type(3) {
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.home02 li.box:nth-of-type(3) .t-box {
    width: 94%;
    max-width: 1150px;
    margin: -5% auto 0;
}

.commentOn {
    display: none;
}

.home02 li.box:nth-of-type(3) .t-box .commentOn {
    display: block;
    position: absolute;
    top: -100px;
    right: -100px;
}

.commentOn h5 {
    width: 216px;
    height: 216px;
    padding: 1em;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: relative;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.commentOn h5::after {
    content: "";
    width: 0;
    height: 0px;
    border-width: 31px 15px 0 15px;
    border-style: solid;
    border-color: var(--color01) transparent transparent transparent;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    bottom: -10px;
    left: 29px;
}

.mark li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.mark li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1345px) {
    .home02 li.box:nth-of-type(3) .t-box .commentOn {
        right: -20px;
    }
}

@media (max-width: 1024px) {
    .home02 li.box {
        max-width: none;
    }

    .home02 li.box:nth-of-type(1) .t-box .in {
        margin-top: 80px;
    }

    .home02 li.box .t-box .in {
        padding: 30px 30px 30px;
    }

    .home02 li.box .t-box .point {
        margin-left: -20px;
        font-size: 14px;
    }

    .home02 li.box:nth-of-type(3) {
        max-width: none;
    }

    .commentOn h5 {
        width: 150px;
        height: 150px;
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .home02 li.box {
        margin-bottom: 2em;
    }

    .home02 li.box .pic {
        width: 100%;
    }

    .home02 li.box .t-box {
        margin-left: 0;
    }

    .home02 li.box:nth-of-type(1) .t-box .in {
        margin-top: -5%;
    }

    .home02 li.box:nth-of-type(2) .t-box {
        margin-top: -5%;
        margin-right: 0;
    }

    .commentOn {
        display: block;
        margin: 0 0 0 auto;
    }

    .home02 li.box:nth-of-type(3) .t-box .commentOn {
        display: none;
    }

    .home02 li.box:nth-of-type(3) .pic {
        margin-top: -50px;
    }
}

/*home03*/
.bg02 {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(225, 45, 132, 1) 20px, rgba(225, 45, 132, 1) 60px);
    background-size: auto auto;
    background-color: var(--color08);
}

.home03 {
    padding: 60px 0;
}

.home03.new{
  padding-bottom: 0;
}

.home03 .in,
.home04 .in {
    background: #fff;
}

.border_lime {
    position: relative;
    z-index: 2;
}

.border_lime::after {
    content: "";
    width: 100%;
    height: 13px;
    background: var(--color02);
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: -1;
}

.mark02 li {
    padding-left: 40px;
    position: relative;
}

.mark02 li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
}

.home03 .in,
.home04 .in {
    padding: 70px 0;
}

.home03 .up-w-1400,
.home04 .up-w-1400 {
    padding: 0 60px 100px;
}

.c-blue {
    color: var(--color02);
}

.curriculumBox {
    width: 93%;
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 50px 40px;
    border: 6px solid var(--color02);
}

.curriculumBox h4 {
    border-bottom: 3px solid var(--color02);
}

.curriculumBox h4 span {
    padding-left: 20px;
}

.markY li {
    padding-left: 20px;
    position: relative;
}

.markY li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fffe00;
    position: absolute;
    top: 0.4em;
    left: 0;
}

.plice-item:not(:last-of-type) {
    margin-bottom: 8px;
}

.plice-item dt {
    margin: 0;
    padding: 15px 20px;
    background: var(--color05);
}

.plice-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0;
    padding: 15px 20px;
    background: #f7f7f7;
}

.kobetu .border_lime::after {
    background: var(--color06);
}

.kobetu .curriculumBox {
    border: 6px solid var(--color06);
}

.c-green {
    color: var(--color06);
}

.kobetu .curriculumBox h4 {
    border-bottom: 3px solid var(--color06);
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 7px 9px;
}

td,
th {
    padding: 15px 20px;
    font-weight: bold;
    text-align: center;
}

.tableHead th {
    font-size: 18px;
    color: #2f7931;
}

.tablePlice th {
    background: var(--color07);
}

.tablePlice td {
    background: #f7f7f7;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

[data-elemment-id] table .sp-only {
    display: block;
}

@media (max-width: 1024px) {
    .curriculumBox .markY,
    .curriculumBox .pliceBox {
        width: 100%;
    }

    .plice-item {
        max-width: none;
    }

    .tableHead th {
        font-size: 12px;
    }

    .tablePlice th {
        width: 100px;
    }

    table .sp-only {
        display: none;
    }

    .home03 .up-w-1400,
    .home04 .up-w-1400 {
        padding: 0 0 50px;
    }

    .home03 .up-w-1400 .pic img,
    .home04 .up-w-1400 .pic img {
        width: 255px !important;
    }

    .home03 .up-w-1400 h3,
    .home04 .up-w-1400 h3 {
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        margin-bottom: 0;
    }

    .home03 .up-w-1400 ul,
    .home04 .up-w-1400 ul {
        width: 48%;
    }

    .home03 .in,
    .home04 .in {
        padding: 30px 0 10px;
    }

    .curriculumBox h4 span {
        display: block;
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    .curriculumBox {
        padding: 20px;
    }

    .curriculumBox h4 {
        padding-bottom: 10px;
    }

    /* table,
    tbody,
    tr,
    td,
    .tablePlice th {
        width: 100%;
        display: block;
    } */

    table .sp-only {
        display: block;
        color: #2f7931;
    }

    .tableHead {
        display: none;
    }

    .home03 .up-w-1400,
    .home04 .up-w-1400 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home03 .up-w-1400 h3,
    .home04 .up-w-1400 h3 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .home03 .up-w-1400 ul,
    .home04 .up-w-1400 ul {
        width: auto;
    }
}

/*home05*/
.home05 {
    padding-top: 90px;
}

.home05 .in {
    background: #fff;
}

.home05 h4 span {
    display: inline-block;
    padding: 10px 80px;
    color: #fff;
    border-radius: 50px;
    background: var(--color02);

    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.home05 h4.gr span {
    background: var(--color06);
}

.home05 .box:not(last-of-type) {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
}

@media (max-width: 599px) {
}

/*home06*/
.home06 .inner {
    padding: 50px 0;
}

.home06 h3 {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 50px;
    color: #fff;
    position: relative;
}

.home06 h3 span {
    display: inline-block;
    padding-bottom: 20px;
}

.home06 h3::before {
    content: url('/import/tenant_1/162.43.50.145/J03/images/01index/shiro-hidari.webp');
    position: absolute;
    bottom: 0;
    left: 0;
}

.home06 h3::after {
    content: url('/import/tenant_1/162.43.50.145/J03/images/01index/shiro-migi.webp');
    position: absolute;
    bottom: 0;
    right: 0;
}

.home06 .tel a {
    padding-left: 60px;
    font-weight: bold;
    font-size: 64px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background: url('/import/tenant_1/162.43.50.145/J03/images/01index/tel2.webp') no-repeat left center;
    position: relative;
}

.home06 h5 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 70px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .home06 h5 {
        padding: 0 60px;
    }
}

@media (max-width: 599px) {
    .home06 h3::before {
        content: url('/import/tenant_1/162.43.50.145/J03/images/01index/shiro-hidari2.webp');
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .home06 h3::after {
        content: url('/import/tenant_1/162.43.50.145/J03/images/01index/shiro-migi2.webp');
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .home06 h3 {
        padding: 0 39px;
    }

    .home06 .tel a {
        padding-left: 42px;
        font-size: 32px;
        background-size: contain;
    }

    .home06 h5 {
        padding: 0;
        font-size: 16px;
    }

    .home06 .more {
        width: 100%;
        margin: 30px auto 0;
    }

    .home06 .more a {
        font-size: 14px;
    }
}

/*home07*/
.home07 {
    background: #fff url('/import/tenant_1/162.43.50.145/J03/images/01index/icon.webp') no-repeat right bottom;
}

.top-news dl {
    margin-bottom: 5px;
    padding: 10px 20px;
    background: #efefef;
}

.top-news dt {
    width: 110px;
    font-weight: bold;
        flex-shrink: 0;
}

.top-news dd {
    width: calc(100% - 100px);
    font-weight: bold;
}

.home08 .more {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .home07 .inner {
        padding: 50px 0 100px;
    }

    .home07 {
        background-size: 20%;
    }
}

@media (max-width: 599px) {
    .home07 {
        background-size: 36%;
    }
}

/* ##### トップここまで ##### */

/* ##### 下層ページ共通 ##### */

.page .page-header h2 {
    font-size: 50px;
}

.page .page-headerText {
    max-width: 1000px;
}

.page .page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-60deg, transparent 0%, transparent 65%, rgba(255, 255, 0, 0.3) 65%, rgba(255, 255, 0, 0.3) 100%);
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page .page-header h2.fs46 {
    font-size: 46px;
}

/* .pankuzu li:last-of-type {
	color: #39abe6;
} */

.pankuzu li:last-of-type::after {
    content: none;
}


@media (max-width: 1024px) {
    .page .page-header h2.fs46 {
        font-size: 30px;
        line-height: 1.5;
    }

    .page .page-header h2 {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (max-width: 599px) {
    .page .mainimg .pic {
        width: 100%;
    }

    .page .page-header h2.fs46 {
        font-size: 20px;
    }

    .page .page-header h2 {
        font-size: 20px;
    }
}

/* ##### 下層ページ共通ここまで ##### */

/* ##### ブログ共通 ##### */
.one-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-list li {
    margin-bottom: 70px;
}

.blog-list .category {
    margin-left: 20px;
}

.blog-list .category span {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: #fff;
    background: #ffff01;
}

.blog-list li .pic {
    width: 220px;
}

.blog-list li {
    margin-bottom: 30px;
    border: 5px solid var(--color02);
}

.blog-list li a {
    padding: 30px;
}

.blog-list li dl {
    width: calc(100% - 240px);
}

.blog-list.news li dl {
    width: 100%;
}

.blog-list li dt .m1 {
    color: var(--color01);
}

.blog-list .list-more span {
    padding-right: 20px;
    background: url('/import/tenant_1/162.43.50.145/J03/images/14performance_list/more.webp') no-repeat right center;
}

.side-nav {
    width: 100%;
    margin-bottom: 30px;
}

.side-nav dt {
    margin-bottom: 8px;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: var(--color01) url('/import/tenant_1/162.43.50.145/J03/images/14performance_list/tit.webp') no-repeat;
    background-position: left 10px center;
}

.side-nav dd a {
    display: block;
    margin-bottom: 8px;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    background-position: left 10px center;
    position: relative;
}

.side-nav dd a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fffe02;
    position: absolute;
    top: 1em;
    left: 0.5em;
}

/*ページャー*/
.pager {
    margin: 50px 0;
    padding: 10px;
    background: #efefef;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list li {
    margin: 0 15px;
}

.pager-list li a,
.pager-list li span {
    width: 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.pager-list li a:hover,
.pager-list li .now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fffe02;
}

.pager-list li a:hover {
    opacity: 1;
}

.pager-list li.arrow a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list li.arrow a::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid var(--color01);
    border-right: 0;
    border-style: solid;
}

.pager-list li.arrow.-prev a::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.pager-list li.arrow a:hover {
    background-color: var(--color01);
}

.pager-list li.arrow a:hover::before {
    border-left: 0.5em solid white;
}

/*詳細*/
.blog-detail .data {
    color: var(--color01);
}

.blog-detail .more {
    max-width: 230px;
    margin: 50px 0 50px;
}

.blog-detail .more a {
    font-size: 18px;
    background: var(--color01) url('/import/tenant_1/162.43.50.145/J03/images/14performance_list/arrow.webp') no-repeat center left 20px;
}

.recommend .blog-list .list-more span {
    background: url('/import/tenant_1/162.43.50.145/J03/images/14performance_list/more2.webp') no-repeat right center;
}

@media (max-width: 1024px) {
    .main,
    .side {
        width: 100%;
    }

    .blog-list .category span {
        margin-bottom: 5px;
        padding: 0px 8px;
        font-size: 8px;
    }

    .blog-list .category {
        margin-bottom: 10px;
    }

    .blog-list .alt {
        font-size: 16px;
    }

    .side-nav {
        width: 45%;
    }

    .blog-list li .pic {
        width: 150px;
    }

    .blog-list li dl {
        width: calc(100% - 160px);
    }

    .performance_list .side-nav {
        width: 100%;
    }

    .more a {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .blog-list li .pic {
        width: 120px;
    }

    .blog-list li dl {
        width: calc(100% - 140px);
    }

    .blog-list .category {
        display: block;
        margin: 5px 0;
    }

    .pagenav li {
        margin: 0 5px;
    }

    .side-nav {
        width: 100%;
      margin-top: 30px;
    }

    .pagenav {
        margin: 15px 0;
        padding: 10px 0;
    }

    .blog-detail .up-clearfix {
        margin-top: 30px;
    }

    .blog-list li a {
        padding: 15px;
    }

    .more a {
        font-size: 16px;
    }

    .blog_listS01.inner {
        padding: 0 0 40px;
    }
}

/* ##### ブログ共通ここまで ##### */

/* ##### 【料金表　1　】 ##### */
.menubox1 dl {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.menubox1 dd {
    text-align: right;
}

@media (max-width: 599px) {
    .menubox1 div {
        margin-bottom: 30px;
    }
}

/* ##### 【料金表　1　】ここまで ##### */
/* ##### 【料金表　2　】 ##### */
.menubox2 {
    margin-bottom: 50px;
}

.menubox2 h3 {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.menubox2 dd dl {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.menubox2 dd dl dd {
    text-align: right;
}

@media (max-width: 599px) {
    .menubox2 h4 {
        margin-bottom: 0;
        text-align: center;
    }
}

/* ##### 【料金表　2　】ここまで ##### */
/* ##### 【左右のカラムが交互に代わるブロック】 ##### */
.crossbox li {
    margin-bottom: 50px;
}

.crossbox li:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 599px) {
    .crossbox li:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .crossbox .tex {
        margin-top: 20px;
    }
}

/* ##### 【左右のカラムが交互に代わるブロック】ここまで ##### */

/* ##### 【スタイル詳細】 ##### */
.gallery .main-image {
    width: 100%;
    margin-bottom: 15px;
}

.gallery .thumb-img {
    width: calc(33.33333% - 10px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.gallery .thumb-img:nth-of-type(3) {
    margin: 0 15px;
}

.gallery .thumb-img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.profile-box dl {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: #999 solid 1px;
}

.profile-box dt {
    width: 200px;
}

.profile-box dd {
    width: calc(100% - 200px);
}


@media (max-width: 1024px) {
    .profile-box dt {
        width: 130px;
    }

    .profile-box dd {
        width: calc(100% - 130px);
    }

    .s-data.w50 {
        width: 60%;
    }
}

@media (max-width: 599px) {
    .s-data {
        margin-top: 30px;
    }

    .profile-box .stylist-data .pic {
        width: 100%;
    }

    .profile-box .stylist-data .w25 {
        width: 25%;
    }

    .profile-box .stylist-data .w70 {
        width: 70%;
    }

    .gallery .pic {
        width: 100%;
    }
}

/* ##### 【スタイル詳細】ここまで ##### */

/* ##### お問い合わせ ##### */
.contactS01 .boxshadow {
    padding: 100px;
}

.contact-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #f7f7f7 solid 2px;
}

.contact-list dt {
    width: 290px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    background: url('/import/tenant_1/162.43.50.145/J03/images/15contact/icon.webp') no-repeat;
    background-position: top 8px left;
}

.contact-list dd {
    width: calc(100% - 290px);
}

.contact-list input,
.contact-list textarea,
.contact-list select {
    width: 100%;
    padding: 10px;
    border: 2px solid var(--color02);
    background: #fff;
}

.contact-list .radio input{
  width: auto;
  margin-right: 5px;
}

.contact-list .radio label{
  margin-right: 20px;
}

.contact-list.postal-code input {
    width: 50%;
}

.contact-btn button {
    width: 300px;
    display: block;
    margin: 50px auto 0 auto;
    padding: 1em 2em 1em 1em;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 50px;
    border-radius: 3em;
    background-color: var(--color01);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.contact-btn button::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid white;
    border-right: 0;
    border-style: solid;
    position: absolute;
    top: 1em;
    right: 0.75em;
}

.contact-btn li.-back button {
    padding: 1em 1em 1em 2em;
}

.contact-btn li.-back button::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0.75em;
    right: auto;
}

.contact-btn button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.contact-list .red {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background: var(--color01);

    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

@media (max-width: 1024px) {
    .contactS01 .boxshadow {
        padding: 50px;
    }

    .contact-list dt {
        margin-bottom: 10px;
    }

    .contact-list dt,
    .contact-list dd {
        width: 100%;
    }

    .contact-list .must {
        display: inline-block;
        margin-left: 10px;
    }

    .contact-btn li {
        width: 48%;
    }

    .contact-btn button {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .contactS01 .boxshadow {
        padding: 30px;
    }

    .contact-btn li.-back button,
    .contact-btn li button {
        padding: 1em 0.5em 1em 1em;
        font-size: 12px;
    }
}

/* ##### お問い合わせ　ここまで ##### */

/* ##### overview ##### */
.overviewS01 .add {
    padding-top: 10px;
    padding-left: 50px;
    position: relative;
}

.overviewS01 .add::after {
    content: "";
    width: 40px;
    height: 58px;
    background: url('/import/tenant_1/162.43.50.145/J03/images/02overview/map.webp') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.boxshadow {
    background: #fff;
    -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.overviewS02 li {
    margin-bottom: 60px;
    padding: 60px 100px 60px 60px;
}

.overviewS02 li h4 .pic {
    max-width: 94px;
    margin-top: auto;
    margin-bottom: 5px;
}

.overviewS02 li h4 .tit {
    width: calc(100% - 105px);
    margin-top: auto;
}

.overviewS02 li h5 {
    padding: 5px 20px;
    border-radius: 50px;
    background: var(--color02);

    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.overviewS02 li h5 span {
    padding-right: 20px;
}

@media (max-width: 1024px) {
    .overviewS01 .map::after {
        padding-top: 60%;
    }

    .overviewS02 li {
        padding: 30px 20px 30px 20px;
    }

    .overviewS02 li h4 {
        margin-bottom: 30px;
    }

    .overviewS02 li h4 .pic {
        max-width: 50px;
        margin-top: auto;
    }

    .overviewS02 li h4 .tit {
        width: calc(100% - 60px);
        margin-top: auto;
    }
}

@media (max-width: 599px) {
    .overviewS01 .map::after {
        padding-top: 80%;
    }
    .map{
        padding-top: 80%;
    }

    .overviewS01 .add {
        padding-top: 0;
        padding-left: 40px;
    }

    .overviewS01 .add::after {
        width: 30px;
        height: 40px;
        background-size: contain;
    }


    .overviewS02 li .t-box {
        margin-top: 30px;
    }

    .overviewS01,
    .courseS01,
    .course2S01,
    .pointS01 .inner,
    .whichS01 .inner,
    .juku01 .inner {
        padding: 0 0 40px;
    }
}

/* ##### overview ここまで ##### */

/* ##### 動的リンク ##### */
.dynamic-list li {
    max-width: 300px;
}

.dynamic-list li .btn_main {
    width: 100%;
    margin: 0;
}

.dynamic-list li .btn_main a {
    font-size: 16px;
}

/* ##### 入塾案内 ##### */
.titUline {
    padding-bottom: 10px;
    border-bottom: 3px solid var(--color02);
}

.blog-list .titUline {
    padding-bottom: 0;
}

.titUline.gr {
    border-bottom: 3px solid var(--color06);
}

.guideS02 table {
    margin-bottom: 0;
}

.marker_lime {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color02)));
    background: linear-gradient(transparent 60%, var(--color02) 60%);
}

.ribonTit .obi {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 70px;
    line-height: 1.5em;
    background: url('/import/tenant_1/162.43.50.145/J03/images/03guide/obi.webp') no-repeat;
    background-size: 100% 100%;
}

.ribonTit strong {
    display: block;
    font-size: 52px;
}

.guideS03 li.box {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 80px;
}

.guideS03 li.box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* .guideS03 li.box .pic {
	margin-left: -5%;
} */

.guideS03 li.box:nth-of-type(odd) .pic {
    margin-left: -5%;
}

.guideS03 li.box .t-box {
    margin-left: 0;
}

.guideS03 li.box:nth-of-type(even) .t-box {
    margin-left: -5%;
}

.guideS03 li.box .t-box .in {
    padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.guideS03 li.box .ttl {
    width: calc(100% - 100px);
    margin-bottom: 0;
}

.guideS03 li.box .no {
    width: 72px;
}

.guideS03 li.box .no span {
    width: 72px;
    height: 72px;
    color: #fff;
    border-radius: 50%;
    background: var(--color01);
    position: relative;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.guideS03 li.box .no span::after {
    content: "";
    width: 0;
    height: 0px;
    border-width: 31px 15px 0 15px;
    border-style: solid;
    border-color: var(--color01) transparent transparent transparent;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    position: absolute;
    bottom: -2px;
    right: -4px;
    z-index: -1;
}


@media (max-width: 1024px) {
    .guideS01 .more {
        width: 48%;
        margin: 0 auto 30px;
    }

    .guideS03 li.box .t-box .in {
        padding: 30px 30px 30px;
    }
}

@media (max-width: 599px) {
    .guideS01 {
        padding: 0;
    }

    .guideS01 .more {
        width: 100%;
        margin: 0 0 10px;
    }

    .guideS03 li.box .pic {
        width: 100%;
        margin: 0;
    }

    .guideS03 li.box:nth-of-type(odd) .pic {
        margin-left: 0;
    }

    .guideS03 li.box:nth-of-type(even) .t-box {
        margin-left: 0;
    }

    .guideS03 li.box .t-box {
        margin-top: -5% !important;
        margin-right: 0 !important;
    }

    .guideS03 li.box {
        margin-bottom: 30px;
    }

    .guideS03 li.box .no span {
        width: 47px;
        height: 47px;
        font-size: 20px;
    }

    .guideS03 li.box .no {
        width: 47px;
    }

    .guideS03 li.box h4 {
        width: calc(100% - 60px);
    }

    .ribonTit .obi {
        padding: 0 39px;
    }

    .ribonTit strong {
        font-size: 36px;
    }

    .guideS03 li.box .t-box .in {
        padding: 20px 15px 20px;
    }
}

/* ##### 入塾案内 ここまで ##### */

/* ##### はじめての方へ ##### */
.beginner .content {
    background: #fffb6c;
}

.pic-tit.kuro * {
    color: #000;
}

.beginnerS01 {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.beginnerS01 li.box {
    margin-bottom: 50px;
    background: #fff;
}

.w80 {
    width: 80%;
}

.beginnerS01 li .t-box {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.beginnerS01 li .t-box .no {
    font-weight: bold;
    font-size: 124px;
    color: #fffb6c;
    line-height: 1;
    position: absolute;
    bottom: -27px;
    right: 0;
    z-index: -1;
}

.mark3 li {
    margin-bottom: 10px;
    padding-left: 20px;
    background-position: left top 4px;
    position: relative;
}

.mark3 li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
}

.aUline a {
    font-weight: bold;
    color: #10aceb;
    text-decoration: underline;
}

@media (max-width: 1024px) {
}

@media (max-width: 599px) {
/*     .pic-tit.kuro h3::before {
    content: url('/import/tenant_1/162.43.50.145/J03/images/04beginner/hidari2.webp');
}

.pic-tit.kuro h3::after {
    content: url('/import/tenant_1/162.43.50.145/J03/images/04beginner/migi2.webp');
} */

    .beginnerS01 li .t-box {
        padding: 20px 15px;
    }

    .beginnerS01 li .t-box .no {
        font-size: 78px;
        bottom: -16px;
    }
}

/* ##### はじめての方へ ここまで ##### */

/* ##### コース説明１ ##### */
.overhang {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.overhang .t-box {
    max-width: 500px;
    margin-left: 4%;
}

.overhang .t-box .tex {
    line-height: 1.7;
}

.bg-gry {
    background: #f7f7f7;
}

.pic-tit h3 .tit {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
}

.overhang.up-fxd-rowr .t-box {
    margin-left: 0;
    margin-right: 4%;
}

.courseS02 .pic {
    width: 48vw;
    float: right;
    margin: 0 0 50px 50px;
    margin-right: calc(50% - 50vw);
}

.courseS02 .t-box li {
    max-width: 1000px;
}

.courseS02 .no {
    width: 38px;
}

.courseS02 .no span {
    width: 38px;
    height: 38px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: var(--color02);

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.courseS02 .ttl {
    width: calc(100% - 50px);
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .overhang {
        max-width: none;
    }

    .overhang .t-box {
        padding: 0 10px 0 0;
    }

    .overhang.up-fxd-rowr .t-box {
        padding: 0 0 0 10px;
    }
}

@media (max-width: 599px) {
    .overhang .t-box {
        max-width: none;
        margin: 20px auto 0;
    }

    .pic-tit h3 .tit {
        font-size: 20px;
        line-height: 1.5;
    }

    .overhang .t-box,
    .overhang.up-fxd-rowr .t-box {
        margin-right: 0;
        padding: 0;
    }

    .courseS02 .pic {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }

    .overhang {
        width: 100%;
        max-width: 450px;
        margin: auto;
    }
}

/* ##### コース説明１ ここまで ##### */

/* ##### 学校への入学前に予習を徹底！コース説明２ ##### */
.course2S03 .pic-tit h3 .tit {
    font-size: 30px;
}

.course2S03 .box {
    margin-bottom: 50px;
}

.course2S03 .box h4 {
    font-weight: bold;
    color: #fff;
    background: var(--color02);
    position: relative;
}

.course2S03 .box h4 span {
    display: block;
    padding: 5px 15px 5px 30px;
}

.course2S03 .box h4.gr {
    background: var(--color06);
}

.course2S03 .box h4::before {
    content: "";
    width: 7px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 15px;
}

.course2S03.pointS02 .box h4 {
    color: #000;
    background: #ffff01;
}

.course2S03.pointS02 .box h4::before {
    background: #000;
}

.curriculumBox h4.gr {
    border-bottom: 3px solid var(--color06);
}

@media (max-width: 599px) {
    .course2S03 .pic-tit h3 .tit {
        font-size: 20px;
    }

    .course2S03 .box .pic {
        width: 100%;
    }
}

/* ##### 学校への入学前に予習を徹底！コース説明２ ここまで ##### */


/* ##### 個別指導 ##### */
.pic-tit.gr h3 {
    color: var(--color06);
}

.kobetushidoS01 .pic-tit h3 span {
    padding-bottom: 20px;
}

.kobetushidoS01 .boxshadow {
    padding: 50px;
}

.kobetushidoS01 .curriculumBox {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px 40px;
}

.kobetushidoS01 .curriculumBox.gr {
    border: 6px solid var(--color06);
}

.kobetushidoS01 .curriculumBox .no {
    width: 40px;
    display: inline-block;
    padding: 0 0 10px;
    color: var(--color01);    
    line-height: 1;
}

.kobetushidoS01 .curriculumBox .tit {
    width: calc(100% - 50px);
    display: inline-block;
    padding: 0 0 10px;
}

@media (max-width: 1024px) {
    .kobetushidoS01 .feature {
        width: 100%;
    }

    .kobetushidoS01 .tex {
        width: 100%;
    }

    .kobetushidoS01 .curriculumBox {
        padding: 20px 15px;
    }
}

@media (max-width: 599px) {
    .kobetushidoS01 .boxshadow {
        padding: 50px 20px 10px;
    }

    .kobetushidoS01 .feature ul {
        margin: 0;
    }

    .pic-tit.gr h3::before {
        content: url('/import/tenant_1/162.43.50.145/J03/images/08kobetushido/hidari2.webp');
    }

    .pic-tit.gr h3::after {
        content: url('/import/tenant_1/162.43.50.145/J03/images/08kobetushido/migi2.webp');
    }
}

/* ##### 個別指導 ここまで ##### */

/* ##### 個別指導と集団指導 ##### */
.pic-tit.up-c-white h3 {
    color: #fff;
}


.whichS02 .box {
    padding: 30px 40px;
    background: #fff;
}

.whichS03.inner {
    padding: 150px 0;
}

@media (max-width: 1024px) {
    .whichS03.inner {
        padding: 100px 0;
    }
}

@media (max-width: 599px) {
    .pic-tit.up-c-white h3::before {
        content: url('/import/tenant_1/162.43.50.145/J03/images/10which/hidari2.webp');
    }

    .pic-tit.up-c-white h3::after {
        content: url('/import/tenant_1/162.43.50.145/J03/images/10which/migi2.webp');
    }

    .whichS03.inner {
        padding: 80px 0;
    }

    .titUline.up-mb-50 {
        margin-bottom: 30px;
    }
}

/* ##### 個別指導と集団指導 ここまで ##### */
/* ##### 中学校にあがっても塾に通うことのメリット ##### */

.meritS01 {
    padding: 80px 0 20px;
}

.leftLine {
    padding-left: 20px;
    line-height: 1;
    border-left: 9px solid var(--color02);
}

.meritS01 .box h5 {
    background: var(--color02);
}

.meritS01 .box h5 span {
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
}

.meritS01 .box li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
    background: url('/import/tenant_1/162.43.50.145/J03/images/12merit/icon.webp') no-repeat;
    background-position: top 9px left;
}

@media (max-width: 1024px) {
    .meritS01 {
        padding: 50px 0;
    }
}

/* ##### 中学校にあがっても塾に通うことのメリット ここまで ##### */
/* ##### よくある質問 ##### */

.qa-list.curriculumBox {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 30px;
}

.qa-q {
    width: 40px;
    height: 40px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: bold;
    font-size: 36px;
    color: var(--color01);
    line-height: 1;
    text-align: center;
}

.qa-list dt div {
    width: calc(100% - 50px);
    display: inline-block;
    padding-right: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    position: relative;
}

.qa-list dd {
    padding: 20px 0;
    font-size: 14px;
    position: relative;
}

@media (max-width: 1024px) {
    .qa-list.curriculumBox {
        padding: 20px 15px;
    }
}

@media (max-width: 599px) {
  .contact-list .radio label{
  margin-right: 30px;
}
    .qa-list dt div {
        font-size: 18px;
    }

    .qa-q {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }

    .qa-list dt div {
        width: calc(100% - 40px);
    }
}

/* ##### よくある質問 ここまで ##### */

/* ##### 詳細ページ本文 ##### */
.detail-content h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--color01);
}

.detail-content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    background: var(--color01);
}

.detail-content h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    letter-spacing: 2px;
}

.detail-content ul,
.detail-content ol {
    margin: 1em 0;
}

.detail-content ul li,
.detail-content ol li {
    margin: 0;
    padding: 0;
    font-size: initial;
    color: initial;
    border: unset;
}

.detail-content ol {
    counter-reset: count 0;
}

.detail-content ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ol li marker {
    display: none;
}

.detail-content iframe[src*="youtube"] {
    height: auto;
    margin: 1em 0;

    aspect-ratio: 16 / 9;
}

/* ##### 求人情報 ##### */
.list-recruit li+li {
    margin-top: 2em;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.card-img {
    width: 25%;
}

.card-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2em;
}

.list-recruit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-recruit01 dt,
.list-recruit01 dd {
    padding: 0.5em;
}

.list-recruit01 dt {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    border-top: 1px solid white;
    background-color: #d8e8ee;
}

.list-recruit01:first-of-type dt {
    border-top: 1px solid #d8e8ee;
}

.list-recruit01 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.list-recruit01:last-of-type dd {
    border-bottom: 1px solid #dcdcdc;
}

.btn_fake {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
    margin-left: auto;
    padding: 0.5em 3em;
    color: white;
    line-height: 1.2;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.recruit-detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit-detail-list dt,
.recruit-detail-list dd {
    padding: 1.5em;
    font-size: 16px;
}

.recruit-detail-list dt {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: white;
    background-color: var(--color02);
}

.recruit-detail-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.recruit-detail-list:last-of-type dd {
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 1024px) {
    .card-img {
        width: 30%;
    }

    .card-content {
        padding: 1em;
    }

    .recruit-detail-list dt {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .card-img {
        width: 100%;
    }

    .card-content {
        width: 100%;
        padding: 2em 1em;
    }

    .list-recruit01 dt {
        width: 25%;
    }

    .recruit-detail-list dt,
    .recruit-detail-list dd {
        width: 100%;
    }

    .recruit-detail-list dd,
    .recruit-detail-list:last-of-type dd {
        border-top: unset;
        border-left: 1px solid #dcdcdc;
    }
}

/* ##### 見たまま編集 ##### */
[data-element-id] .footfix {
    display: block;
     border: solid 4px black;
    position: relative;
    max-width: 400px;
}
[data-element-id] .footfix:after{
     content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .footfix,
[data-element-id] .fix-contact {
    display: block;
    position: static;
}
[data-element-id] .fix-contact {
      position: absolute;
    top: 100%;
}

[data-element-id] #dropmenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] #dropmenu .dropdown ul li {
    height: 60px;
    overflow: visible;
}

[data-element-id] #dropmenu .sp-only {
    display: block;
}

[data-element-id] #gnav.fixed {
    -webkit-transform: none;
    transform: none;
    position: static !important;
    top: inherit;
    left: inherit;
}

[data-element-id] #dropmenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] #dropmenu .dropdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 250px;
      border: solid 4px var(--color02);
    position: relative;
        align-items: flex-end;
}

[data-element-id] #dropmenu .dropdown:after{
      content: "当塾の特徴の項目";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: var(--color02);
    width: 100%;
}

[data-element-id] #dropmenu .dropdown.item02:after{
   content: "コース解説";
}
[data-element-id] #dropmenu .dropdown.item03:after{
   content: "塾通いにお悩みの方へ";
}

[data-element-id] .dropmenu .dropdown ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: inherit;
    left: inherit;
}

[data-element-id] #dropmenu .dropdown ul li {
    height: auto;
    overflow: visible;
    width: 100%;
}

[data-element-id] #dropmenu .dropdown ul li a {
    width: 100%;
}

[data-element-id] #gnav li.sp-only {
    display: block;
    border: solid 1px #000;
    position: relative;
}

[data-element-id] #gnav li.sp-only::before {
    content: "スマホナビのリンク";
    display: block;
    font-size: 12px;
    color: #fff;
    background: #000;
    position: relative;
    z-index: 2;
}

[data-element-id] #dropmenu .sp-only {
    display: block;
}

[data-element-id] header.fixed {
    position: static !important;
}

[data-element-id] .dropmenu .dropdown:hover ul {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
}

[data-element-id] .dropmenu .dropdown:hover ul a {
    width: auto;
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

.company-area .box {
    overflow: hidden;
    border: 1px solid var(--color01);
    border-radius: 15px;
    background: #fff;
}

.company-area .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-area .item>* {
    padding: 20px;
}

.company-area .item .tit {
    width: 200px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background: var(--color01);
}

.company-area .item+.item .tit {
    border-top: 1px solid #fff;
}

.company-area .item .txt {
    width: calc(100% - 200px);
}

.company-area .item+.item .txt {
    border-top: 1px solid var(--color01);
}

@media (max-width: 599px) {
    .company-area .item>* {
        padding: 10px;
    }

    .company-area .item .tit {
        width: 130px;
        font-size: 14px;
    }

    .company-area .item .txt {
        width: calc(100% - 130px);
        font-size: 14px;
    }
}

.fees-table {
    width: 100%;
    margin-bottom: 0px;
    border-collapse: collapse;
}

.fees-table th,
.fees-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.fees-table th {
   background-color: var(--color05);
    font-weight: bold;
}

.note {
    padding: 10px;
    font-size: 12px;
    color: #856404;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
}

.note br {
    margin-bottom: 10px;
}

.p-area+.p-area {
    margin-top: 50px;
}

.p-area .ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    color: var(--color01);
}

.gr-area {
    margin: 50px 0;
}

.gr-area .p-area .ttl {
    color: var(--color06);
}

.gr-btn .btn_main a {
    background-color: var(--color06);
}

.table-03 {
    width: 100%;
    min-width: 900px;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
    background-color: white;
}

.table-03 table {
    width: 100%;
}

/* プライバシー */
.privacy-area {
    font-size: 15px;
    letter-spacing: 0;
}

.privacy-area .privacy-list {
    height: 300px;
    overflow-y: scroll;
    padding: 20px;
    border: 2px solid #ccc;
    background: #fff;
}

.privacy-area .p-box {
    margin-bottom: 50px;
}

.privacy-area .p-box .tit {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 120%;
    color: var(--color01);
}

.privacy-area .p-box ul li {
    margin-top: 10px;
    padding-left: 1.4em;
    position: relative;
}

.privacy-area .p-box ul li::before {
    content: "■";
    margin-right: 5px;
    color: #bbb;
    position: absolute;
    top: 0;
    left: 0;
}

.privacy-area .p-box>ol>li {
    list-style-type: none;
    counter-increment: cnt;
    margin-top: 20px;
    padding-left: 1.5em;
    line-height: 1.5;
    position: relative;
}

.privacy-area .p-box>ol>li::before {
    content: ""counter(cnt) ".";
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.qa-list dt .plmi {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -25px;
}

.plmi span::before,
.plmi span::after {
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: var(--color01);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
}

.plmi span::after {
    background: var(--color01);
    transition: 0.5s;
    transform: translateY(-50%) rotate(90deg);
}

.open .plmi span::after {
    transition: 0.5s;
    transform: translateY(-50%) rotate(0);
}

.acc-btn {
    position: relative;
    cursor: pointer;
}

.answer-text {
    display: none;
}

.sns {
    display: flex;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.sns li {
    margin-right: 10px;
}

[data-element-id] .up-sp-text {
  max-width: 375px;
  width: 100%;
}

[data-element-id] .pic-tit .up-sp-text h3 .tit{
  font-size: 20px;
}

[data-element-id] .up-sp-text .title_09{
  font-size: 18px;
}

[data-element-id] .up-sp-text .title_07 {
    font-size: 24px;
}

[data-element-id] .up-sp-text .title_04 {
        font-size: 22px;
                padding: 0;
}
[data-element-id] .up-sp-text .title_04 .up-fz-30{
    font-size: 24px;
}
[data-element-id] .up-sp-text .title_04 .up-fz-44{
    font-size: 30px;
}
[data-element-id] .up-sp-text .title_04 .up-fz-46{
     font-size: 32px;
}
[data-element-id] .up-sp-text .title_03 {
    font-size: 28px;
}
[data-element-id] .up-sp-text .title_06{
          font-size: 18px;
}
[data-element-id] .up-sp-text .title_11 {
    font-size: 18px;
}
[data-element-id] .up-sp-text .title_05 {
  font-size: 20px;
}

[data-element-id] .courseS02 .c{
      flex-wrap: wrap;
          justify-content: flex-start;
}
[data-element-id] .courseS02 .c .up-d-none\@sp{
  width:100%;
}
[data-element-id] .answer-text{
  display: block;
}

[data-element-id] .page-headerText .up-sp-text h2 strong {
        font-size: 18px;
    }
    
[data-element-id] .pic-tit .up-sp-text h3::before {
    width: 2px;
    height: 35px;
    left: -20px;
}

 [data-element-id] .pic-tit .up-sp-text h3::after {
    width: 2px;
    height: 35px;
    right: -20px;
}

 [data-element-id] .pic-tit .up-sp-text strong {
        font-size: 24px;
    }
     [data-element-id] .up-sp-text .title_10{
               font-size: 20px;
     }
 [data-element-id] #gnav{
   position: relative;
    left: auto;
    transform: none;
 }     

.m-btn {
  margin-top: 30px;
}
    
.m-btn a{
      background: var(--color01);
    color: #fff;
    border-radius: 9999px;
    padding: 5px 15px;
    display: block;
    text-align: center;
    max-width: 250px;
    margin: auto;
    font-weight: bold;
    position: relative;
}

.m-btn a:after{
content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid white;
    border-right: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
}

.d-none-tb,
.d-none-sp{
  display: block;
}
.d-b-tb,
.d-b-sp{
  display: none;
}
@media (max-width: 1024px) {
  .d-b-tb{
    display: block;
  }
  .d-none-tb{
    display: none;
  }
}
@media (max-width: 599px) {
.d-none-sp{
  display: none;
}
.d-b-sp{
  display: block;
}
}

.home02item {
    overflow: hidden;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    position: relative;
}

.home02item a {
    display: block;
}

.home02item .tit {
    display: inline-block;
    padding: 0.75em 0.75em;
    font-size: 24px;
    line-height: 1.4;
    border-radius: 0 0.5em 0.5em 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 1em;
    left: 0;
    z-index: 1;
}

.layout-banner01 .box a {
    display: block;
    position: relative;
    z-index: 0;
}

.layout-banner01 .box a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}

.layout-banner01 .box a:hover:after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}

[data-element-id] .layout-banner01 .box a:after,
[data-element-id] .layout-banner01 .box a:hover:after {
    width: 0;
    height: 0;
}

.layout-banner01 .ttl {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.ttl-cmn03 {
    margin-bottom: 40px;
    text-align: center;
}

.ttl-cmn03 .ttl-main {
    display: inline-block;
    padding: 0 70px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 3px;
    position: relative;
    z-index: 0;
    color: #fff;
}

.ttl-cmn03 .ttl-main:before,
.ttl-cmn03 .ttl-main:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 0;
}

.ttl-cmn03.ttl-c-white .ttl-main:before,
.ttl-cmn03.ttl-c-white .ttl-main:after {
    background: #fff;
}

.ttl-cmn03 .ttl-main:before {
    left: 0;
}

.ttl-cmn03 .ttl-main:after {
    right: 0;
}

@media (max-width: 1024px) {
    .layout-banner01 .box {
        width: 70%;
        margin: 0 auto;
    }
    .ttl-cmn03 {
        margin-bottom: 30px;
    }

    .ttl-cmn03 .ttl-main {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .layout-banner01 .box {
        width: 100%;
    }

    .layout-banner01 .box a:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .ttl-cmn03 .ttl-main {
        padding: 0 30px;
        font-size: 18px;
    }

    .ttl-cmn03 .ttl-main:before,
    .ttl-cmn03 .ttl-main:after {
        width: 20px;
    }
}

/* 2025/05/16 */
.fix-contact.ver02 {
  bottom: auto;
    top: 19%;
    transform: translateY(-25%);
    width: 200px;
    height: 200px;
    right: -10px;
}

.fix-contact.verline {
  bottom: 20%;
    width: 205px;
    height: 200px;
    right: -10px;
}

.fix-contact.verline .icon-mail {
  background-color: #00B900;
}

.footfix.ver02 .box>div {
    width: 42.5%;
}

.footfix.ver02 .box>div.line {
    width: 15%;
}

.footfix.ver02 .box>div.line a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #00B900;
    color: #fff;
}

.navlinebtn a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #00B900;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
}

@media(max-width:1024px){
.fix-contact.ver02 {
  bottom: 30%;
}     
}

@media(max-width:599px) {
.fix-contact.verline {
  display: none;
}

.footfix.ver02 .tel a {
    font-size: 18px;
}

.footfix.ver02{
    padding: 0;
}
}

[data-element-id] .fix-contact.verline {
  top: 150%;
}



.fix-contact02 a{
  width: 260px !important;
    height: 250px !important;
}


.fs24{
  font-size: 24px;
}
