@charset "UTF-8";
* {
    font-family:"Zen Maru Gothic",serif
}
body {
    font-family:"Zen Maru Gothic",serif;
    color:#3f4044;
    -webkit-font-feature-settings:"palt";
    font-feature-settings:"palt";
    letter-spacing:.08em
}
h1,h2,h3,h4,h5,h6,p {
    line-height:1.6em
}
a img {
    opacity:1;
    -webkit-transition:opacity .4s;
    transition:opacity .4s
}
a:hover img {
    opacity:.8
}
a.opacity {
    opacity:1;
    -webkit-transition:opacity .4s;
    transition:opacity .4s
}
a.opacity:hover {
    opacity:.8
}
.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0
}
.center-block {
    display:block;
    margin-left:auto;
    margin-right:auto
}
.center {
    text-align:center
}
.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.f-wrap {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.f-jc-sb {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.f-jc-c {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.f-jc-fe {
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.f-ai-c {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.f-ai-fs {
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.f-ai-fe {
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.f-ac-c {
    -ms-flex-line-pack:center;
    align-content:center
}
.base {
    width:100%;
    max-width:1230px;
    margin:0 auto;
    padding:0 15px
}
.inner-1000 {
    max-width:1000px;
    margin:0 auto
}
.header {
    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#f2fcf7;
    -webkit-transition:.3s;
    transition:.3s
}
.opened .header,.scroll .header {
    background:#fff
}
.header__in {
    padding:20px 25px;
    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
}
.header__box {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.header__logo {
    display:block;
    width:300px
}
.header__copy {
    font-size:10px;
    text-align: center;
    line-height:1.1;
    padding:2px 0 0
}
.header__block {
    display:none
}
.header .c-schedule {
    display:none
}
.header__schedule {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#06C735;
    cursor:pointer;
    -webkit-transition:.4s;
    transition:.4s
}
.header__schedule.none {
    opacity:0;
    visibility:hidden
}
.header__schedule__ico {
    width:25px;
    margin:0 auto 3px
}
.header__schedule__txt {
    color:#fff;
    font-size:9px;
    font-weight:700;
    letter-spacing:.06em;
    line-height:1;
    text-align:center
}
.header__schedule__wrap {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:0 0 45px;
    border-radius:0 0 0 30px;
    background:#fff;
    z-index:9999;
    -webkit-transition:.6s ease;
    transition:.6s ease;
    -webkit-transform:translateY(-120%);
    transform:translateY(-120%)
}
.header__schedule__wrap.opened {
    -webkit-transform:translate(0);
    transform:translate(0)
}
.header__schedule__wrap .toggle {
    margin:0 0 0 auto
}
.header__schedule__wrap__box {
    padding:30px 12px 0;
    max-width:524px;
    margin:0 auto
}
.header .toggle {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#06C735;
    padding:2px 0 0;
    position:relative;
    cursor:pointer
}
.header .toggle.opened {
    padding:0
}
.header .toggle.opened .toggle__btn {
    margin:0
}
.header .toggle.opened .toggle__btn span {
    width:30px
}
.header .toggle.opened .toggle__btn span:nth-of-type(1) {
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg)
}
.header .toggle.opened .toggle__btn span:nth-of-type(2) {
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg)
}
.header .toggle.opened .toggle__btn span:nth-of-type(3) {
    opacity:0;
    visibility:hidden
}
.header .toggle.opened .toggle__txt {
    display:none
}
.header .toggle__btn {
    position:relative;
    width:25px;
    height:18px;
    margin:0 auto 7px
}
.header .toggle__btn span {
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background:#fff;
    border-radius:99px;
    -webkit-transition:.4s;
    transition:.4s
}
.header .toggle__btn span:nth-of-type(1) {
    top:0
}
.header .toggle__btn span:nth-of-type(2) {
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.header .toggle__btn span:nth-of-type(3) {
    bottom:0
}
.header .toggle__txt {
    color:#fff;
    font-size:9px;
    font-weight:700;
    letter-spacing:.06em;
    line-height:1;
    text-align:center;
    -webkit-transition:.4s;
    transition:.4s
}
.header__wrap {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.header__info {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    gap:30px;
    margin:0 0 5px
}
.header__access {
    position:relative;
    padding:0 0 0 18px;
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 5px
}
.header__access::before {
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:10px;
    height:15px;
    background:url(../../img/common/ico_pin.svg) no-repeat center center/100%
}
.header__btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:10px
}
.header__btn__tel {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:0 0 0 10px;
    position:relative;
    border-radius:999px;
    border:1px solid #06C735;
    background:#fff;
    width:208px;
    height:41px
}
.header__btn__tel::before {
    content:"";
    position:absolute;
    top:50%;
    left:18px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:12px;
    height:16px;
    background:url(../../img/common/ico_tel.svg) no-repeat center center/100%
}
.header__btn__tel__in {
    color:#06C735;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    line-height:1.1;
    text-align:center
}
.header__btn__tel__in span {
    font-size:15px;
    letter-spacing:.08em
}
.header__btn__line {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    padding:0 0 2px 30px;
    background:#06C735;
    border-radius:999px;
    border:1px solid #06C735;
    width:208px;
    height:41px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:1
}
.header__btn__line::before {
    content:"";
    position:absolute;
    top:50%;
    left:30px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:22px;
    height:21px;
    background:url(../../img/common/ico_line.svg) no-repeat center center/100%
}
.header__list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.header__item {
    position:relative
}
.header__item::before {
    content:"";
    position:absolute;
    top:14px;
    left:0;
    height:15px;
    width:1px;
    background:#e8e8e8
}
.header__item:last-child::after {
    content:"";
    position:absolute;
    top:14px;
    right:0;
    height:15px;
    width:1px;
    background:#e8e8e8
}
.header__item__link {
    display:block;
    position:relative;
    padding:10px 18px;
    color:#3f4044;
    font-size:15px;
    font-weight:700;
    line-height:1.4
}
.header__item[\:has\(.header__item__drawer\)] .header__item__link {
    padding:10px 37px 10px 20px;
    cursor:pointer
}
.header__item:has(.header__item__drawer) .header__item__link {
    padding:10px 37px 10px 20px;
    cursor:pointer
}
.header__item[\:has\(.header__item__drawer\)] .header__item__link::before {
    content:"";
    position:absolute;
    top:50%;
    right:18px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:15px;
    height:15px;
    background-color:#e3f7f0;
    border-radius:50%
}
.header__item:has(.header__item__drawer) .header__item__link::before {
    content:"";
    position:absolute;
    top:50%;
    right:18px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:15px;
    height:15px;
    background-color:#e3f7f0;
    border-radius:50%
}
.header__item[\:has\(.header__item__drawer\)] .header__item__link::after {
    content:"";
    position:absolute;
    top:48%;
    right:23px;
    padding:2px;
    -webkit-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
    border-right:1px solid #06C735;
    border-bottom:1px solid #06C735
}
.header__item:has(.header__item__drawer) .header__item__link::after {
    content:"";
    position:absolute;
    top:48%;
    right:23px;
    padding:2px;
    -webkit-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
    border-right:1px solid #06C735;
    border-bottom:1px solid #06C735
}
.header__item__drawer {
    display:none;
    position:absolute;
    bottom:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    left:0;
    min-width:168px;
    padding:8px 0 0
}
.header__item__drawer ul {
    border-radius:9px;
    padding:5px 20px 22px;
    background:#fff
}
.header__item__drawer ul li {
    border-bottom:1px solid #e8e8e8
}
.header__item__drawer ul li a {
    display:block;
    position:relative;
    padding:10px 15px 10px 0;
    color:#3f4044;
    font-size:15px;
    font-weight:700;
    line-height:1.4
}
.header__item__drawer ul li a::before {
    content:"";
    position:absolute;
    top:50%;
    right:-4px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:15px;
    height:15px;
    background-color:#e3f7f0;
    border-radius:50%
}
.header__item__drawer ul li a::after {
    content:"";
    position:absolute;
    top:50%;
    right:2px;
    padding:2px;
    -webkit-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
    border-top:1px solid #06C735;
    border-right:1px solid #06C735
}
.footer {
    padding:70px 0 0
}
.footer__in {
    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;
    max-width:1000px;
    margin:0 auto;
    padding:0 0 86px
}
.footer__wrap {
    width:45%
}
.footer__logo {
    width:82%;
    margin:0 0 25px
}
.footer__list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    gap:0 23px;
    margin:0 0 28px
}
.footer__item {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.footer__item__link {
    display:block;
    position:relative;
    padding:8px 0 8px 20px;
    color:#06C735;
    font-family:"Zen Maru Gothic",serif;
    font-weight:700
}
.footer__item__link::before {
    content:"";
    position:absolute;
    top:12px;
    left:0;
    width:15px;
    height:15px;
    background-color:#e3f7f0;
    border-radius:50%
}
.footer__item__link::after {
    content:"";
    position:absolute;
    top:17px;
    left:4px;
    padding:2px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-top:1px solid #06C735;
    border-right:1px solid #06C735
}
.footer__schedule {
    padding:34px 10px 30px;
    border:1px solid #f4f7f9
}
.footer__schedule__in {
    max-width:350px;
    margin:0 auto
}
.footer__access {
    width:49%;
    padding:25px 0 0
}
.footer__access__box {
    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;
    margin:0 0 24px
}
.footer__access__ttl {
    position:relative;
    padding:0 0 0 25px
}
.footer__access__ttl::before {
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:14px;
    height:20px;
    background:url(../../img/common/ico_pin.svg) no-repeat center center/100%
}
.footer__access__address {
    margin:0 0 20px;
    font-weight:700
}
.footer__access__list {
    font-weight:700;
    margin:0 0 28px
}
.footer__access__item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:5px 15px;
    margin:0 0 7px
}
.footer__access__item:last-child {
    margin:0
}
.footer__access__item__ttl {
    color:#fff;
    padding:0 15px 1px;
    background:#06C735;
    border-radius:999px;
    height:auto
}
.footer__access__item__des {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.footer__access__map iframe {
    width:100%;
    height:312px
}
.footer__bottom {
    background:#06C735;
    padding:12px 25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.footer__copy {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    color:#fff;
    font-family:"Zen Maru Gothic",serif;
    font-size:12px;
    font-weight:700;
    line-height:1.75
}
.footer__privacy {
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    color:#fff;
    font-family:"Zen Maru Gothic",serif;
    font-size:12px;
    font-weight:700;
    line-height:1.75;
    text-decoration:underline
}
.floating {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:999;
    background:#06C735
}
.floating__tel {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:#06C735;
    width:50%;
    height:50px
}
.floating__tel__in {
    position:relative;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    line-height:1.3;
    text-align:center;
    padding:0 0 2px 27px
}
.floating__tel__in::before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:19px;
    height:25px;
    background:url(../../img/common/ico_tel_white.svg) no-repeat center center/100%
}
.floating__tel__in span {
    font-size:16px
}
.floating__line {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#e57225;
    width:50%;
    height:50px
}
.floating__line__in {
    position:relative;
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
    padding:0 0 2px 30px
}
.floating__line__in::before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:24px;
    height:23px;
    background:url(../../img/common/ico_line_orange.svg) no-repeat center center/100%
}
.c-schedule__ttl {
    color:#06C735;
    font-size:14px;
    font-weight:700;
    text-align:center;
    line-height:1.2142857143;
    border-radius:999px;
    background:#f2fcf7;
    padding:7px 0 5px 30px;
    margin:0 0 3px
}
.c-schedule table {
    width:100%;
    font-size:14px;
    font-weight:700;
    line-height:1.2142857143
}
.c-schedule table tr {
    border-bottom:1px solid #f4f4f4
}
.c-schedule table tr:last-child {
    border-bottom:none
}
.c-schedule table tr th {
    position:relative;
    padding:10px 0
}
.c-schedule table tr th:first-child {
    width:30%;
    text-align:left
}
.c-schedule table tr th .note {
    position:absolute;
    top:8px;
    right:6px;
    font-size:12px;
    font-weight:400
}
.c-schedule table tr td {
    position:relative;
    padding:10px 0;
    text-align:center;
    width:9%;
    color:#06C735;
    font-size:16px;
    font-weight:900;
    line-height:1
}
.c-schedule table tr td .note {
    position:absolute;
    top:7px;
    right:10px;
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    color:#3f4044;
    font-size:12px;
    font-weight:400
}
.c-schedule table tr .space {
    letter-spacing:-.3em
}
.c-schedule__txt {
    font-size:12px;
    line-height:1.375;
    letter-spacing:.02em;
    padding:5px 0 0
}
.c-ttl__en {
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1.6;
    margin:0 0 15px
}
.c-ttl__ja {
    color:#06C735;
    font-size:32px;
    font-weight:700;
    line-height:1.3
}
.c-ttl02 {
    color:#06C735;
    font-size:20px;
    font-weight:700;
    line-height:1.3
}
.c-btn {
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    position:relative;
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1.3;
    padding:0 40px 2px 0
}
.c-btn::before {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:53px;
    height:53px;
    background:#f2fcf7;
    border-radius:50%
}
.c-btn::after {
    content:"";
    position:absolute;
    top:45%;
    right:25px;
    -webkit-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
    padding:2px;
    border-top:1px solid #06C735;
    border-right:1px solid #06C735
}
.c-btn span {
    position:relative;
    border-bottom:1px solid #06C735;
    padding:0 0 2px;
    -webkit-transition:.4s;
    transition:.4s
}
.c-btn:hover span {
    border-color:rgba(25,117,181,0)
}
.c-btn__white::before {
    background:#fff
}
.c-btn__back {
    padding:0 0 2px 40px
}
.c-btn__back::before {
    top:50%;
    right:auto;
    right:initial;
    left:0
}
.c-btn__back::after {
    right:auto;
    right:initial;
    left:25px;
    padding:2px;
    border-top:none;
    border-right:none;
    border-left:1px solid #06C735;
    border-bottom:1px solid #06C735
}
.c-btn__tel {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:999px;
    border:1px solid #06C735;
    background:#fff;
    width:320px;
    height:67px
}
.c-btn__tel__in {
    position:relative;
    color:#06C735;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    line-height:1.1;
    text-align:center;
    padding:0 0 0 35px
}
.c-btn__tel__in::before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:19px;
    height:25px;
    background:url(../../img/common/ico_tel.svg) no-repeat center center/100%
}
.c-btn__tel__in span {
    font-size:22px;
    letter-spacing:.08em
}
.c-btn__line {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#06C735;
    border-radius:999px;
    border:1px solid #06C735;
    width:320px;
    height:67px
}
.c-btn__line__in {
    position:relative;
    color:#fff;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    padding:0 0 2px 40px
}
.c-btn__line__in::before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:29px;
    height:28px;
    background:url(../../img/common/ico_line.svg) no-repeat center center/100%
}
.c-txt {
    font-size:14px;
    line-height:1.6
}
.c-contact {
    padding:45px 0 40px;
    background:#f2fcf7
}
.c-contact__ttl {
    color:#06C735;
    font-size:20px;
    font-weight:700;
    line-height:1.52;
    text-align:center;
    margin:0 0 18px
}
.c-contact__box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:30px;
    margin:0 0 23px
}
.c-contact__note {
    font-size:12px;
    line-height:1.375;
    letter-spacing:.02em;
    text-align:center
}
.js-fadeUp {
    -webkit-transform:translateY(30px);
    transform:translateY(30px);
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity 1s,visibility 1s,-webkit-transform 1s;
    transition:opacity 1s,visibility 1s,-webkit-transform 1s;
    transition:transform 1s,opacity 1s,visibility 1s;
    transition:transform 1s,opacity 1s,visibility 1s,-webkit-transform 1s
}
.js-fadeUp.is-inview {
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
    visibility:visible
}
.c-fv {
    overflow:hidden;
    background:#f2fcf7
}
.c-fv__wrap {
    position:relative;
    padding:80px 0 0
}
.c-fv__wrap::before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    width:520px;
    height:348px;
    background:url(../../img/common/bg_fv.svg) no-repeat center center/100%
}
.c-fv__ttl {
    position:relative;
    text-align:center
}
.c-fv__ttl__en {
    color:#06C735;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 15px
}
.c-fv__ttl__ja {
    color:#06C735;
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    background:#fff;
    padding:0 0 75px
}
.c-fv__ttl__ja span {
    display:inline-block
}
.c-fv__container {
    position:relative;
    background:#fff;
    padding:0 0 50px
}
.c-fv__img img {
    border-radius:20px
}
.c-fv__txt {
    text-align:center
}
.c-fv__txt .note {
    color:#06C735;
    font-size:12px
}
.breadcrumb {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.breadcrumb li {
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding:0 27px 0 0
}
.breadcrumb li::before {
    content:"";
    position:absolute;
    top:4.5px;
    right:11px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    padding:2px;
    border-top:.5px solid #3f4044;
    border-right:.5px solid #3f4044
}
.breadcrumb li:last-child {
    padding:0
}
.breadcrumb li:last-child::before {
    content:none
}
.breadcrumb li:first-child span {
    width:15px
}
.breadcrumb li:first-child span img {
    width:100%
}
.breadcrumb li a,.breadcrumb li span {
    display:block;
    color:#3f4044;
    font-size:12px;
    line-height:1.2
}
.article {
    padding:5px 0 0;
    margin:0 0 90px
}
.article__wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.article__sidebar {
    position:relative;
    width:215px
}
.article__main {
    width:calc(100% - 215px)
}
.sidebar {
    position:sticky;
    top:200px;
    left:0
}
.sidebar__ttl {
    position:relative;
    color:#06C735;
    font-size:15px;
    font-weight:700;
    padding:15px 40px 15px 20px;
    border:1px solid #e6e6e6;
    cursor:pointer
}
.sidebar__ttl::before {
    content:"";
    position:absolute;
    top:19px;
    right:20px;
    width:15px;
    height:15px;
    border-radius:50%;
    background:#06C735
}
.sidebar__ttl::after {
    content:"";
    position:absolute;
    top:23px;
    right:25px;
    padding:2px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transition:.2s;
    transition:.2s
}
.sidebar__ttl.opened::after {
    top:25px;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg)
}
.sidebar__list {
    width:120px
}
.sidebar__item {
    margin:0 0 18px
}
.sidebar__item:last-child {
    margin:0
}
.sidebar__item__link {
    display:block;
    position:relative;
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1.2142857143;
    padding:0 20px 0 0
}
.sidebar__item__link::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:15px;
    height:15px;
    border-radius:50%;
    background:#06C735
}
.sidebar__item__link::after {
    content:"";
    position:absolute;
    top:5px;
    right:6px;
    padding:2px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-top:1px solid #fff;
    border-right:1px solid #fff
}
.pagenav {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:0 5px;
    margin:80px 0 0
}
.page-numbers {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    font-family:"Zen Maru Gothic",serif;
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1;
    padding:0 0 2px
}
.page-numbers.current {
    color:#fff;
    background:#06C735
}
.page-numbers.dots {
    padding:0 0 10px
}
.page-numbers.next,.page-numbers.prev {
    position:relative;
    width:52px;
    height:52px;
    background:#f2fcf7;
    border-radius:50%
}
.page-numbers.prev {
    margin:0 auto 0 0
}
.page-numbers.prev::before {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-35%,-50%) rotate(45deg);
    transform:translate(-35%,-50%) rotate(45deg);
    padding:3px;
    border-bottom:1px solid #06C735;
    border-left:1px solid #06C735
}
.page-numbers.next {
    margin:0 0 0 auto
}
.page-numbers.next::before {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
    padding:3px;
    border-top:1px solid #06C735;
    border-right:1px solid #06C735
}
#page-detail .header {
    background:#fff
}
#page-detail .article {
    padding:80px 0 0
}
.detail__box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:0 20px;
    margin:0 0 20px
}
.detail__date {
    font-size:12px;
    font-weight:700
}
.detail__cat {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.detail__cat p {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:80px;
    padding:5px 5px;
    color:#06C735;
    font-size:14px;
    font-weight:700;
    line-height:1.2142857143;
    background:#f2fcf7;
    border-radius:999px
}
.detail__ttl {
    color:#06C735;
    font-size:24px;
    font-weight:700;
    padding:0 0 25px;
    border-bottom:1px solid #f4f4f4;
    margin:0 0 28px
}
.detail__thum {
    margin:0 0 25px
}
.detail .post {
    margin:0 0 90px
}
.detail .post p {
    font-size:14px;
    line-height:1.6
}
.detail__btn {
    margin:0 auto
}
@media only screen and (min-width:768px) {
    .sp {
        display:none!important
    }
}
@media only screen and (max-width:767px) {
    .pc {
        display:none!important
    }
    .footer {
        padding:60px 0 50px
    }
    .footer__in {
        padding:0
    }
    .footer__wrap {
        display:contents
    }
    .footer__logo {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        width:300px;
        margin:0 0 30px
    }
    .footer__container {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .footer__list {
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        gap:0;
        margin:0 0 40px
    }
    .footer__item {
        width:50%
    }
    .footer__schedule {
        padding:0 0 30px;
        width:100%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        border:none
    }
    .footer__schedule__in {
        max-width:500px
    }
    .footer__access {
        width:100%;
        margin:0 0 50px;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .footer__access__ttl::before {
        top:2px
    }
    .footer__access__item {
        gap:5px 8px
    }
    .footer__access__item__ttl {
        padding:0 12px 1px
    }
    .footer__access__item__des {
        letter-spacing:.05em
    }
    .footer__access__map iframe {
        width:calc(100% + 30px);
        height:240px;
        margin:0 -15px
    }
    .footer__bottom {
        padding:6px 15px 8px
    }
    .c-ttl__en {
        font-size:12px;
        margin:0 0 10px
    }
    .c-ttl__ja {
        font-size:28px;
        line-height:1.3214285714
    }
    .c-ttl02 {
        font-size:18px
    }
    .c-contact {
        padding:55px 0 55px
    }
    .c-contact__ttl {
        font-size:18px;
        line-height:1.3888888889;
        margin:0 0 25px
    }
    .c-contact__box {
        gap:13px;
        margin:0 0 30px
    }
    .c-contact__note {
        text-align:left
    }
    .c-fv__wrap {
        margin:25px 0 0;
        padding:55px 0 0
    }
    .c-fv__wrap::before {
        width:138.66666667vw;
        height:92.8vw
    }
    .c-fv__ttl__en {
        font-size:18px;
        margin:0 0 10px
    }
    .c-fv__ttl__ja {
        font-size:36px;
        padding:0 0 50px
    }
    .c-fv__container {
        padding:0 0 40px
    }
    .breadcrumb {
        padding:10px 0 0
    }
    .breadcrumb li::before {
        top:3.5px
    }
    .breadcrumb li:first-child span {
        width:12px
    }
    .breadcrumb li a,.breadcrumb li span {
        font-size:10px
    }
    .article {
        margin:0 0 60px
    }
    .article__wrap {
        gap:40px
    }
    .article__sidebar {
        width:100%
    }
    .article__main {
        width:100%
    }
    .sidebar {
        position:relative;
        top:auto;
        top:initial;
        left:auto;
        left:initial
    }
    .sidebar__container {
        display:none
    }
    .sidebar__list {
        width:100%;
        padding:6px 15px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        gap:0 8%
    }
    .sidebar__item {
        margin:0;
        width:46%;
        border-bottom:1px solid #e6e6e6
    }
    .sidebar__item__link {
        padding:11px 18px 10px 3px
    }
    .sidebar__item__link::before {
        top:11px
    }
    .sidebar__item__link::after {
        top:16px
    }
    .pagenav {
        margin:60px 0 0
    }
    #page-detail .article {
        padding:50px 0 0
    }
    .detail__box {
        margin:0 0 10px;
        gap:0 16px
    }
    .detail__cat p {
        font-size:12px;
        width:74px
    }
    .detail__ttl {
        font-size:18px;
        padding:0 0 10px;
        margin:0 0 15px
    }
    .detail__thum {
        margin:0 0 20px
    }
    .detail .post {
        margin:0 0 70px
    }
}
@media only screen and (max-width:1100px) {
    .header__in {
        padding:0 0 0 13px;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .header__box {
        position:relative;
        z-index:3
    }
    .header__logo {
        width:218px;
        position:relative;
        z-index:3
    }
    .header__copy {
        display:none
    }
    .header__block {
        display:block;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        width:fit-content;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        z-index:3
    }
    .header .c-schedule {
        display:block;
        max-width:500px;
        margin:0 auto
    }
    .header__wrap {
        position:absolute;
        top:50px;
        left:0;
        width:100%;
        height:calc(100vh - 50px);
        background:#fff;
        padding:30px 12px 200px;
        overflow-x:scroll;
        -webkit-transform:translateY(-120%);
        transform:translateY(-120%);
        -webkit-transition:.4s ease;
        transition:.4s ease
    }
    .header__wrap.opened {
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    .header__info {
        margin:0 0 20px;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .header__access {
        display:none
    }
    .header__btn {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width:100%;
        gap:14px;
        padding:0 13px;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .header__btn__tel {
        width:100%;
        max-width:320px;
        height:67px;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        padding:0 0 4px 36px
    }
    .header__btn__tel::before {
        width:19px;
        height:25px;
        left:64px
    }
    .header__btn__tel__in span {
        font-size:22px
    }
    .header__btn__line {
        width:100%;
        max-width:320px;
        height:67px;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        padding:0 0 4px 51px;
        font-size:20px
    }
    .header__btn__line::before {
        left:52px;
        width:28px;
        height:28px
    }
    .header__nav {
        padding:0 53px;
        max-width:600px;
        margin:0 auto 30px
    }
    .header__item {
        width:100%
    }
    .header__item::before {
        content:none
    }
    .header__item:last-child::after {
        content:none
    }
    .header__item__link {
        color:#06C735;
        font-size:17px;
        line-height:1;
        padding:13px 0
    }
    .header__item[\:has\(.header__item__drawer\)] .header__item__link {
        display:none
    }
    .header__item:has(.header__item__drawer) .header__item__link {
        display:none
    }
    .header__item__drawer {
        display:block;
        position:relative;
        bottom:auto;
        bottom:initial;
        -webkit-transform:translate(0);
        transform:translate(0);
        min-width:0;
        padding:0
    }
    .header__item__drawer ul {
        border-radius:0;
        padding:0;
        background:0 0
    }
    .header__item__drawer ul li {
        border-bottom:none;
        width:100%
    }
    .header__item__drawer ul li a {
        color:#06C735;
        font-size:17px;
        line-height:1;
        padding:13px 0
    }
    .header__item__drawer ul li a::before {
        content:none
    }
    .header__item__drawer ul li a::after {
        content:none
    }
}
