@charset "UTF-8";
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,
code,del,dfn,em,img,ins,kbd,q,s,
samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/*--基本フォント指定--*/

body,
p,
li,
td,
figcaption {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*--基本設定など--*/
.t-margin10 {
    margin-top: 10px;
}

.lh-160 {
    line-height: 160% !important;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

.j-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.hidden {
    display: none;
}

/*--カラム部分など--*/

@media screen and (max-width:768px) {
    .cc-m-hgrid-column {
        width: 100% !important;
        float: none !important;
    }

    .cc-m-hgrid-column img {
        width: 100%;
    }

    .under-arrow-hidden {
        display: none;
    }
}

/* base
----------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

#cc-inner {
    overflow: hidden;
}

a {
    transition: all 0.2s ease;
}

a img {
    transition: all 0.2s ease;
}

a:hover {
    color: rgba(10, 50, 150, 0.5);
}

.main a:hover,
.side-bar a:hover {
    color: rgba(10, 50, 150, 0.5) !important;
}

a:hover img {
    opacity: 0.6;
}

img {
    vertical-align: top;
}

@media screen and (max-width: 1023px) {
    .menu-open {
        padding: 147px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .menu-open {
        padding: 26.5vw 0 0 0;
    }
}

/* header
----------------------------------------------------*/

.header {
    position: relative;
    background: #fff;
    border-bottom: 2px solid #00742E;
}

.menu-open .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .header {
        z-index: 3;
        padding: 12px;
        border-width: 3px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 3vw;
        border-width: 2px;
    }
}

.header-top {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .header-top {
        flex-direction: column;
    }
}

/*--@media screen and (max-width: 768px) {
    .header-top {
        height: 20vw;
    }
}--*/

.header-logo {
    padding: 12px;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
    .header-logo {
        width:100%;
        margin: 0;
        padding: 0;
    }
}

.header-logo img {
    width: auto;
    max-width: 350px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .header-logo img {
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .header-logo img {
        width: 60%;
        height: auto;
    }
}

.header-parts {
    padding: 12px 0 0 0;
    font-size: 0;
    display: flex;
}

.header-parts-inner {
    display:flex;
    margin: 0 15px 0 0;
    flex-direction: column;
}

.header-parts-menu {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
    .header-parts {
        width: 100%;
    }

    .header-parts-inner {
        width:100%;
        margin: 0;
    }

    .header-parts-menu {
        display: none;
    }
}

.header-parts-menu li {
    display:block;
    margin: 0 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.header-parts-menu li a {
    padding: 0 0 0 10px;
    background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/chev.png?t=1706515575) no-repeat left center;
    background-size: 6px auto;
    color: #000;
    text-decoration: none;
}

.header-parts-menu li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.header-parts-btn {
    display:block;
    width: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 1023px) {
    .header-parts-btn {
        position: absolute;
        display: block;
        right: 150px;
        top: 0;
        width: 60px;
        height: 60px;
    }

    .header-parts-btn a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 0;
        padding: 100% 0 0 0;
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mail.png?t=1706515608) no-repeat center center #C79000;
        background-size: 50% auto;
    }

    .header-parts-btn a:hover {
        opacity: 0.6;
    }

}

@media screen and (max-width: 768px) {
    .header-parts-btn {
        position: absolute;
        display: block;
        right: 20%;
        top: 0;
        width: 9.6%;
        height: 0;
    }

    .header-parts-btn a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 0;
        padding: 100% 0 0 0;
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mail.png?t=1706515608) no-repeat center center #C79000;
        background-size: 50% auto;
    }
}

@media screen and (max-width: 413px) {
    .header-parts-btn {
        right: 40px;
    }
}

.header-parts-btn img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .header-parts-btn img {
        display: none;
    }
}

.header-parts-search {
    position: relative;
    width: 100%;
    max-width: 235px;
    margin: 0px 0 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .header-parts-search {
        position: relative;
        display: block;
        width: 100%;
        max-width: initial;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
}

.header-parts-search input[type="text"] {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    width: 100%;
    height: 38px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    box-sizing: border-box;
    line-height: 20px;
    border: 1px solid #C8C8C8;
    outline: none;
    font-size: 16px;
    font-size: 1.6rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .header-parts-search input[type="text"] {
        height: 45px;
        padding: 7px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .header-parts-search input[type="text"] {
        height: 30px;
        padding: 5px;
        line-height: 20px;
    }
}

.header-parts-search input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.8);
}

.header-parts-search input[type="submit"] {
    position: absolute;
    display: block;
    right: 1px;
    top: 10%;
    -webkit-appearance: none;
    z-index: 2;
    width: 28px;
    height: 28px;
    border: none;
    background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/search.png?t=1706515630) no-repeat center center;
    background-size: 12px auto;
    overflow: hidden;
    text-indent: 30px;
}

@media screen and (max-width: 1023px) {
    .header-parts-search input[type="submit"] {
        width: 43px;
        height: 43px;
        background-size: 18px auto;
        text-indent: 43px;
    }
}

@media screen and (max-width: 768px) {
    .header-parts-search input[type="submit"] {
        width: 28px;
        height: 28px;
        background-size: 13px auto;
        text-indent: 28px;
    }
}

.header-parts-search img {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%; /*--Jimdoに載せる場合は少しずれるのでこうなります--*/
    z-index: 1;
    margin-top: -6px;
    pointer-events: none;
}


/*--グローバルナビゲーションここから--*/

.global {
    clear: both;
    border-bottom: 1px solid #fff;
    background: repeating-linear-gradient(#fff 0, #fff 45px, #fff 45px, #fff 46px);
    text-align: center;
    font-size: 0;
}

@media screen and (max-width: 1023px) {
    .global {
        position: fixed;
        right: 0;
        z-index: 3;
        width: 75%;
        height: 100vh;
        box-sizing: border-box;
        padding: 0 0 30vh 0;
        background: #fff;
        border: none;
        text-align: left;
        transform: translateX(100%);
        transition: all 0.4s ease;
        overflow: auto;
        margin-top: 1.5vw;
        -webkit-overflow-scrolling: touch;
    }

    .menu-open .global {
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .global {
        margin-top: 3vw;
    }
}

.global li {
    display: inline-block;
    height: 45px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .global li {
        display: block;
        height: auto;
        border-bottom: 1px solid #c8c8c8;
    }

    .global li.mail {
        border: none;
        margin: 20px 20px 10px;
    }
    .global li.mail a {
        display: block;
        padding: 0;
        line-height: 40px;
        color: #fff !important;
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        background: #C79000;
    }

    .global li.mail a:before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        vertical-align: -3px;
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mail.png?t=1706515608) no-repeat center center;
        background-size: 100% auto;
    }
    .global li.mail a:after {
        display: none;
    }
    .global li.mail a:hover {
        background: #C79000 !important;
        opacity: 0.6;
    }

    .global li.tel {
        border: none;
        margin: 0 20px;
    }
    .global li.tel a {
        display: block;
        padding: 0;
        line-height: 40px;
        color: #fff !important;
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        background: #AA8546;
    }
    .global li.tel a:before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        vertical-align: -3px;
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/tel.png?t=1706515635) no-repeat center center;
        background-size: auto 100%;
    }
    .global li.tel a:after {
        display: none;
    }
    .global li.tel a:hover {
        background: #AA8546 !important;
        opacity: 0.6;
    }
}

.global li.sp {
    display: none;
}

@media screen and (max-width: 1023px) {
    .global li.sp {
        display: block;
    }
}

.global li a {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .global li a {
        position: relative;
        padding: 10px 40px 10px 20px;
        line-height: 1.75;
    }

    .global li.j-nav-has-children a:after {
        position: absolute;
        display: block;
        right: 20px;
        top: 50%;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 0;
        border-right: 2px solid #c8c8c8;
        border-top: 2px solid #c8c8c8;
        box-sizing: border-box;
        transform: rotate(45deg);
    }
}

.global li.jmd-nav__list-item-2 a:after {
    display: none;
}

.global li a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1023px) {
    .global li a:hover {
        background: none;
    }
}

.global li.jmd-nav__list-item-1 > a,
.global li.cc-nav-current > a {
    background: #00742E;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .global li.jmd-nav__list-item-1 > a,
    .global li.cc-nav-current > a {
        background: none;
        color: #00742E;
    }
}

.global li.jmd-nav__list-item-1 > a:hover,
.global li.cc-nav-current > a:hover {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .global li.jmd-nav__list-item-1 > a:hover,
    .global li.cc-nav-current > a:hover {
        color: #00742E;
    }
}

@media screen and (max-width: 1023px) {
    .global li.jmd-nav__list-item-1 > a {
        color: #000;
    }
    .global li.jmd-nav__list-item-1 > a:hover {
        color: #000;
    }
}

@media screen and (max-width: 1023px) {
    .global li.jmd-nav__list-item-2 > a {
        color: #000;
    }
    .global li.jmd-nav__list-item-2 > a:hover,
    .global li.jmd-nav__list-item-2 > a.cc-nav-current {
        color: #00742E;
    }
}

@media screen and (max-width: 1023px) {
    .global li.jmd-nav__list-item-0 > a,
    .global li.sp > a {
        color: #000;
    }

    .global li.jmd-nav__list-item-0 > a:hover,
    .global li.jmd-nav__list-item-1 > a:hover,
    .global li.sp > a:hover,
    .global li.jmd-nav__list-item-0 > a.cc-nav-current,
    .global li.jmd-nav__list-item-1 > a.cc-nav-current {
        background: #eeeeee;
        color: #000;
    }
}

.global li ul {
    display: none;
}

@media screen and (max-width: 1023px) {
    .global li ul {
        display: block;
        margin: 0 0 -1px 0;
        border-top: 1px solid #c8c8c8;
    }
    .global li ul li a {
        padding-left: calc(20px + 2em);
    }
    .global li ul li a:after {
        display: none;
    }
    .global li ul li ul li a {
        padding-left: calc(20px + 4em);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

.menu-open .overlay {
    visibility: visible;
    opacity: 1;
}

.menu-btn {
    display: none;
}

@media screen and (max-width: 1023px) {
    .menu-btn {
        position: absolute;
        display: block;
        right: -12px;
        top: 0;
        width: 100%;
        max-width: 150px;
        height: 100%;
        max-height: 60px;
        background: #00742E;
        transition: all 0.2s ease;
        cursor: pointer;
        box-sizing: border-box;
    }

    .menu-btn:hover {
        opacity: 0.6;
    }

    .menu-btn span {
        position: absolute;
        width: 25px;
        height: 2px;
        left: 15px;
        display: block;
        background: #fff;
        transition: all .4s ease;
    }
    .menu-btn span:nth-of-type(1) {
        top: 19px;
        animation: menu-bar01 .75s forwards;
    }
    .menu-btn span:nth-of-type(2) {
        top: 29px;
        transition: all .25s .25s;
        opacity: 1;
    }
    .menu-btn span:nth-of-type(3) {
        top: 39px;
        animation: menu-bar02 .75s forwards;
    }
    .menu-btn b {
        position: absolute;
        display: block;
        left: 50px;
        top: 0;
        margin: 0;
        padding: 0px 15px 0px 0px;
        width: 100%;
        max-width: 100px;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        box-sizing: border-box;
    }
    .menu-btn b:before {
        position: absolute;
        display: block;
        left: 5px;
        top: 0;
        content: "メニュー";
        opacity: 1;
        transition: all 0.75s ease;
    }
    .menu-btn b:after {
        position: absolute;
        display: block;
        left: 5px;
        top: 0;
        content: "閉じる";
        opacity: 0;
        transition: all 0.75s ease;
    }
}

@media screen and (max-width: 768px) {
    .menu-btn {
        position: absolute;
        display: block;
        right: -3%;
        top: 0;
        width: 20%;
        height: 0;
        padding: 9.5% 0 0 0;
        overflow: hidden;
    }
    .menu-btn span {
        width: 20px;
        height: 1px;
        left: 8px;
    }
    .menu-btn span:nth-of-type(1) {
        top: calc(50% - 6px);
        animation: menu-bar01sp .75s forwards;
    }
    .menu-btn span:nth-of-type(2) {
        top: calc(50% - 0.5px);
    }
    .menu-btn span:nth-of-type(3) {
        top: calc(50% + 6px);
        animation: menu-bar02sp .75s forwards;
    }
    .menu-btn b {
        position: absolute;
        display: block;
        left: 50px;
        top: 0;
        width:100%;
        max-width: 100px;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .menu-btn b {
        left: 38px;
        top: calc(50% - 3px);
        width:100%;
        max-width: 100px;
        margin-top: -6.5px;
        white-space: nowrap;
        line-height: 1;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .menu-btn b:before {
        letter-spacing: -1px;
    }

    .menu-btn b {
        left: 22px;
        top: calc(50% + 2px);
        width: auto;
        margin-top: -6.5px;
        white-space: nowrap;
        line-height: 1;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .menu-btn span {
        width: 16px;
        height: 1px;
        left: 8px;
    }

}

@media screen and (max-width: 413px) {
    .menu-btn {
        width: 32px;
        right: 0;
    }

    .menu-btn b:before,
    .menu-btn b:after {
        display: none !important;
    }

}

.menu-open .menu-btn span:nth-of-type(1) {
    animation: active-menu-bar01 .75s forwards;
}

.menu-open .menu-btn span:nth-of-type(2) {
    opacity: 0;
}

.menu-open .menu-btn span:nth-of-type(3) {
    animation: active-menu-bar03 .75s forwards;
}

@media screen and (max-width: 768px) {
    .menu-open .menu-btn span:nth-of-type(1) {
        animation: active-menu-bar01sp .75s forwards;
    }
    .menu-open .menu-btn span:nth-of-type(3) {
        animation: active-menu-bar03sp .75s forwards;
    }
}

.menu-open .menu-btn b:before {
    opacity: 0;
}

.menu-open .menu-btn b:after {
    opacity: 1;
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes menu-bar01sp {
    0% {
        transform: translateY(6px) rotate(45deg);
    }
    50% {
        transform: translateY(6px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02sp {
    0% {
        transform: translateY(-6px) rotate(-45deg);
    }
    50% {
        transform: translateY(-6px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes active-menu-bar01sp {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(6px) rotate(0);
    }
    100% {
        transform: translateY(6px) rotate(45deg);
    }
}

@keyframes active-menu-bar03sp {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-6px) rotate(0);
    }
    100% {
        transform: translateY(-6px) rotate(-45deg);
    }
}

/*--グローバルナビゲーションここまで--*/

/* visual
----------------------------------------------------*/

.visual {
    display: none !important;
}

.cc-page-index .visual {
    position: relative;
    display: block !important;
}

.cc-pagemode-notfound .visual,
.cc-pagemode-overlay .visual,
.cc-pagemode-sitetemplate .visual {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .visual,
    .cc-page-index .visual,
    .cc-pagemode-notfound .visual,
    .cc-pagemode-overlay .visual,
    .cc-pagemode-sitetemplate .visual {
        display: none !important;
    }
}

.visual .slick-slide {
    background: #000;
}

.visual .slick-slide img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.visual .slick-slide.slick-current {
    pointer-events: auto;
}

.visual .slick-slide.slick-current img {
    opacity: 1;
    transition: all 0.4s ease 1s;
}

.visual-arrow {
    position: absolute;
    z-index: 100;
    top: calc(50% - 30px);
    display: block;
    width: 30px;
    height: 60px;
    box-sizing: border-box;
    background: none;
    outline: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .visual-arrow {
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        border-width: 1px;
        border-radius: 3px;
        padding: 0 20px 0 0;
    }
}

.visual-arrow:before {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(-45deg);
}

.visual-arrow:hover {
    opacity: 0.6;
}

.visual-prev {
    left: 50px;
}

@media screen and (max-width: 768px) {
    .visual-prev {
        left: -25px;
    }
}

.visual-next {
    right: 50px;
    transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
    .visual-next {
        right: -25px;
    }
}

.slick-dots {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 0;
    line-height: 9px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    -webkit-appearance: none;
    display: block;
    overflow: hidden;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 4.5px;
    background: #FFFFFF;
    cursor: pointer;
    outline: none;
    text-indent: 9px;
    font-size: 0;
}

.slick-dots li.slick-active button {
    background: #00742E;
}

.visual-sp {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .visual-sp {
        display: none !important;
    }

    .cc-page-index .visual-sp {
        display: block !important;
    }

    .cc-pagemode-notfound .visual-sp,
    .cc-pagemode-overlay .visual-sp,
    .cc-pagemode-sitetemplate .visual-sp {
        display: none !important;
    }
}

.visual-sp img {
    width: 100%;
    height: auto;
}

/* layout
----------------------------------------------------*/

.wrapper {
    *zoom: 1;
    width: 100%;
    max-width: 1110px;
    margin: 2% auto 0;
    padding: 60px;
    background-color: #FFF;
}

.wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

@media screen and (max-width: 1120px) {
    .wrapper {
        width: auto;
        margin: 30px 2% 0;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1023px) {
    .wrapper {
        width: auto;
        margin: 30px 2% 0;
        padding: 40px 20px;
    }
}

/*--パンくずリスト--*/

.crumbs {
    margin-top: -55px;
    margin-bottom: 60px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cc-page-index .crumbs,
.cc-page-blog .crumbs {
    display: none;
}

.cc-pagemode-notfound .crumbs,
.cc-pagemode-overlay .crumbs {
    display: block !important;
}

@media screen and (max-width: 1023px) {
    .crumbs {
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .crumbs {
        margin: -30px -3% 45px;
        padding: 3%;
        background: #F5F5F5;
        justify-content: flex-start;
    }
}

.crumbs a.home-link {
    width: auto;
    margin: 0;
    padding: 0;
    color: #0A3296;
    font-size: 14px;
    font-size: 1.4rem;
}

.crumbs ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.crumbs ol li {
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
}

.crumbs ol li:before {
    content: ">";
    margin: 0 0 0 5px;
    color: #888;
    text-decoration: none;
}

.crumbs ol li a {
    color: #0A3296;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px 5px;
}

.crumbs ol li a.cc-nav-current {
    text-decoration: none;
    color: #888;
}

.crumbs ol li a:hover,
.crumbs a.home-link:hover {
    text-decoration: none;
    opacity: 0.5;
}

/*--パンくずリストここまで--*/

.main {
    float: left;
    width: 840px;
}

@media screen and (max-width: 1120px) {
    .main {
        width: 75%;
    }
}

@media screen and (max-width: 1023px) {
    .main {
        float: none;
        width: auto;
        margin: 0 0 65px 0;
    }
}

.side {
    float: right;
    width: 250px;
}

@media screen and (max-width: 1120px) {
    .side {
        width: 22%;
    }
}

@media screen and (max-width: 1023px) {
    .side {
        float: none;
        width: auto;
    }
}

/* side
----------------------------------------------------*/

.side {
    line-height: 1.75;
}

@media screen and (max-width: 1023px) {
    .side {
        line-height: 1.5;
    }
}

.side img {
    width: 100%;
    height: auto;
}

/*--サイドナビ--*/

.local {
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1023px) {
    .local {
        display: none;
    }
}

/*--第1層不可視--*/

.local ul.mainNav1 {
    margin: 0;
    padding: 0;
}

.local ul.mainNav1 li {
    list-style: none;
    line-height: 1%;
    font-size: 1px;
}

.local ul.mainNav1 li a {
    display: none;
}

/*--END--*/

.local ul {
    margin: 0;
    padding: 0;
}

.local ul.mainNav2 {
    margin: 5px 0px 15px 0px;
    padding: 0;
    border-top: 1px solid #c8c8c8;
}

.local ul.mainNav3 {
    border-top: 1px solid #c8c8c8;
    margin-top:-1px;
}

.local ul.mainNav2 li {
    border-bottom: 1px solid #C8C8C8;
}

.local ul.mainNav2 li a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 5px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    box-sizing: border-box;
}

.local ul.mainNav2 li > a:hover {
    color: rgba(0, 0, 0, 0.5);
    background: #eeeeee;
}

.local ul.mainNav2 li > a.current {
    background: #eeeeee;
}

.local li a:after {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-right: 2px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.local ul.mainNav3 li > a {
    padding-left: calc(15px + 1em);
    background-color: transparent;
}

.local ul.mainNav3 li > a:hover {
    color: rgba(0, 122, 183, 0.5);
    background-color: transparent;
}

.local ul.mainNav3 li > a.current {
    color: #00742E;
    background-color: transparent;
}

.local ul.mainNav3 li > a.current:hover {
    color: rgba(0, 122, 183, 0.5);
}

.local li ul {
    margin-bottom:-1px;
}

/*--サイドナビここまで--*/

/* footer
----------------------------------------------------*/

.footer {
    position: relative;
    margin: 40px 0 0 0;
    padding: 0 0 15px 0;
    color: #fff !important;
    background: #00742E;
}

@media screen and (max-width: 768px) {
    .footer {
        margin: 40px 0 0 0;
        padding: 0 0 145px 0;
    }
}

div#contentfooter div.leftrow {
  float: none !important;
  width: 100% !important;
}

.pagetop {
    position: absolute;
    display: block;
    right: 25px;
    top: -65px;
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pagetop-fixed .pagetop {
    position: fixed;
    top: auto;
    bottom: 40px;
}

.pagetop-fixed .pagetop:hover {
    opacity: 0.5;
}

.pagetop-show .pagetop {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

.pagetop-show .pagetop:hover {
    opacity: 0.5;
}

.pagetop:before {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: -5px 0 0 -7px;
    border-left: 2px solid #00742E;
    border-top: 2px solid #00742E;
    box-sizing: border-box;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .footer-parts {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 3% 1.5%;
        box-sizing: border-box;
        background: rgba(245, 245, 245, 0.6);
    }
    .footer-parts .pagetop {
        right: 3%;
        top: -53px;
        width: 40px;
        height: 40px;
        background: rgba(245, 245, 245, 0.6);
        visibility: visible;
        opacity: 1;
        transition: none;
    }
    .pagetop-fixed .footer-parts .pagetop {
        position: absolute;
        top: -53px;
        bottom: auto;
    }
    .pagetop-show .footer-parts .pagetop {
        visibility: visible;
        opacity: 1;
        transition: none;
    }
}

.footer-parts ul {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-parts ul {
        display: table;
        width: 100%;
    }
    .footer-parts ul li {
        display: table-cell;
        width: 50%;
        box-sizing: border-box;
        padding: 0 1.5%;
    }
    .footer-parts ul li a {
        display: block;
        width: 100%;
        line-height: 40px;
        color: #fff !important;
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }
    .footer-parts ul li a:before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        vertical-align: -3px;
    }
    .footer-parts ul li.footer-mail a {
        background: #C79000;
    }

    .footer-parts ul li.footer-mail a:hover {
        opacity: 0.6;
    }

    .footer-parts ul li.footer-mail a:before {
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mail.png?t=1706515608) no-repeat center center;
        background-size: 100% auto;
    }
    .footer-parts ul li.footer-tel a {
        background: #AA8546;
    }

    .footer-parts ul li.footer-tel a:hover {
        opacity: 0.6;
    }

    .footer-parts ul li.footer-tel a:before {
        background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/tel.png?t=1706515635) no-repeat center center;
        background-size: auto 100%;
    }
}

.footer-top {
    overflow: hidden;
    *zoom: 1;
    width: 1100px;
    margin: 0 auto 25px;
    padding: 25px 0 0 0;
}

@media screen and (max-width: 1120px) {
    .footer-top {
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 768px) {
    .footer-top {
        margin-bottom: 15px;
        padding: 30px 0 0 0;
    }
}

.footer-logo {
    float: left;
    width: 360px;
}

@media screen and (max-width: 1120px) {
    .footer-logo {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo {
        float: none;
        width: 77%;
        margin: 0 auto 30px;
    }
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-info {
    float: right;
    width: 710px;
    line-height: 1.75;
    font-size: 0;
}

@media screen and (max-width: 1120px) {
    .footer-info {
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .footer-info {
        float: none;
        width: auto;
        margin: 3%;
        line-height: 1.5;
    }
}

.footer-info dt {
    clear: left;
    float: left;
    width: 17em;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .footer-info dt {
        width: 100%;
        font-weight: bold;
        margin-bottom: 0.5em;
    }
}

.footer-info dd {
    margin: 0 0 1em 17em;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .footer-info dd {
        padding-bottom: 10px;
        width: 100%;
        display: table-cell;
    }
}

.footer-btm {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 1120px) {
    .footer-btm {
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }
}

.sys-footer {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .sys-footer {
        margin-bottom: 30px;
        text-align: center;
    }
}

.sys-footer a {
    color: #FFF !important;
}

.sys-footer a:hover {
    opacity: 0.6 !important;
}

#copyright {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
    line-height: 1.6;
    color: #FFF !important;
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .copyright {
        text-align: center;
    }
}

/* main
----------------------------------------------------*/

/*--リストスタイル--*/
.j-text ul,
.j-textWithImage ul,
.j-table ul {
    margin: 0;
}

.j-text ul li,
.j-textWithImage ul li,
.j-table ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}

.j-text ul li:before,
.j-textWithImage ul li:before,
.j-table ul li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 13px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background: #00742E;
    vertical-align: middle;
}

.j-text ol,
.j-textWithImage ol,
.j-table ol {
    margin: 0;
}

.j-text ol li,
.j-textWithImage ol li,
.j-table ol li {
    position: relative;
    list-style-type: decimal;
    margin: 0 0 10px 20px;
}

/*--テーブルスタイル--*/

.j-table table {
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}

.j-table table th,
.j-table table td {
    padding: 10px 20px;
    border: 1px solid #c8c8c8;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
}

.j-table table th {
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

/*--見出しスタイル--*/
.j-header h1 {
    margin: 0 0 5px 0;
    font-size: 30px !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    border-top: 4px solid #00742E;
    color: #00742E;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .j-header h1 {
        font-size: 24px !important;
        font-size: 2.6rem !important;
        line-height: 1.5 !important;
    }
}

.j-header h2 {
    margin: 0px 0 5px 0;
    padding: 2px 0 2px 13px;
    border-left: 4px solid #00742E;
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media screen and (max-width: 768px) {
    .j-header h2 {
        padding: 2px 0 2px 10px;
        font-size: 20px !important;
        font-size: 2.0rem !important;
        line-height: 1.5 !important;
    }
}

.j-header h3 {
    margin: 0px 0 4px 0;
    padding: 2px;
    background: #f5f5f5;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media screen and (max-width: 768px) {
    .j-header h3 {
        padding: 3px 6px;
        font-size: 16px !important;
        font-size: 1.6rem !important;
        line-height: 1.5 !important;
    }
}

/*--ボタン機能関係（必要に応じて編集追加）--*/

a.j-calltoaction-link-style-1 {
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #FFF !important;
    background-color: #00742E !important;
    border-color: #00742E !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    transition: 0.3s;
}

a.j-calltoaction-link-style-2 {
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #00742E !important;
    background-color: #FFF !important;
    border-color: #00742E !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    transition: 0.3s;
}

a.j-calltoaction-link-style-3 {
    padding: 10px 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #00742E !important;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 25px !important;
    box-sizing: border-box;
    transition: 0.3s;
}

a.j-calltoaction-link:hover {
    opacity: 0.6;
}

a.j-calltoaction-link-style-1:hover {
    color:#FFF !important;
}

a.j-calltoaction-link-style-2:hover {
    background-color: #eeeeee !important;
    color: #00742E !important;
}

a.j-calltoaction-link-style-3:hover {
    color: #00742E !important;
}

/*--ボタン機能関係ここまで--*/

/*--水平線余白追加--*/
.j-hr {
    margin: 5px 0px;
}


/*--よくあるご質問--*/
dl.faq {
	margin-bottom: 20px;
	padding: 5px;
	background: #E6EAE6;
}

dl.faq dt {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/faq-q.png?t=1706515584) 10px 18px no-repeat;
	margin: 0;
	padding: 20px 15px 20px 55px;
	font-size: 18px;
	font-weight: bold;
	color: #00722C;
	cursor: pointer;
}

dl.faq dd {
	margin: 0;
	padding: 20px 15px 20px 55px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/faq-a.png?t=1706515580) 10px 15px no-repeat #fff;
	font-size: 15px;
}

.cc-pagemode-default dl.faq dd {
	display: none;
}