.l-header *,.l-footer *,.c-breadcrumb-wrap *,.c-breadcrumb-wrap-footer *,.l-container *,.l-footer *{
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro' , 'メイリオ', 'Meiryo', sans-serif;
  box-sizing: border-box;
}
.l-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1000
}

@media screen and (max-width: 960px) {
    .l-header {
        min-width:100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff
    }
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px 20px
}

@media screen and (max-width: 960px) {
    .l-header__inner {
        padding:0;
        position: relative;
        display: block;
        background: #fff;
        border-bottom: 1px solid rgba(0,1,1,0.16)
    }
}

.l-header__logo {
    display: block;
    width: 214px
}

@media screen and (min-width: 961px) {
    .l-header__logo:hover {
        opacity:.7
    }
}

@media screen and (max-width: 960px) {
    .l-header__logo {
        width:140px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.l-header__logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

@media screen and (min-width: 961px) {
    .l-header__list-en a {
        display:inline-block;
        font-size: 12px;
        line-height: 1.333;
        color: inherit
    }

    .l-header__list-en a:hover {
        color: #00A18F;
        text-decoration: underline
    }
}

@media screen and (max-width: 960px) {
    .l-header__list-en {
        border-top:1px solid #d9d9d9
    }

    .l-header__list-en a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 19px 32px 19px 16px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit
    }

    .l-header__list-en a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width: 961px) {
    .l-header__list-size {
        position:relative
    }

    .l-header__list-size .l-header__list-size-item {
        position: relative;
        padding-right: 14px;
        font-size: 12px;
        line-height: 1.333;
        cursor: pointer
    }

    .l-header__list-size .l-header__list-size-item::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #2e2e2e transparent transparent transparent;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .l-header__list-size .l-header__list-size-contents {
        display: flex;
        position: absolute;
        bottom: -50px;
        left: 54%;
        transform: translateX(-50%);
        padding: 10px 14px;
        font-size: 14px;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        border-radius: 9px;
        opacity: 0;
        transition: 0.3s
    }

    .l-header__list-size .l-header__list-size-contents.is-open {
        opacity: 1;
        z-index: 100;
        transition: 0.3s
    }

    .l-header__list-size .l-header__list-size-contents li {
        line-height: 1;
        padding: 5px;
        border-radius: 4px
    }

    .l-header__list-size .l-header__list-size-contents li.is-active {
        background: #d8f0f2
    }

    .l-header__list-size .l-header__list-size-contents li:hover {
        background: #d8f0f2
    }

    .l-header__list-size .l-header__list-size-contents li:first-child {
        margin-right: 12px
    }
}

.l-header__link-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 960px) {
    .l-header__link-wrap {
        justify-content:flex-end
    }
}

.l-header__link-logo1 {
    font-size: 12px;
    line-height: 1.333;
    color: inherit
}

@media screen and (min-width: 961px) {
    .l-header__link-logo1:hover {
        opacity:.7
    }
}

.l-header__link-logo1::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/assets/img/icon/header_icon1.svg) top/100% 100% no-repeat;
    margin: 0 auto
}

@media screen and (max-width: 960px) {
    .l-header__link-logo1 {
        display:none
    }
}

.l-header__link-search {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 14px;
    padding: 11px 8px;
    width: 240px;
    height: 40px
}

.l-header__link-search-area {
    display: none;
    transition: 0.3s
}

.l-header__link-search-button {
    background: #00A08E;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    padding: 11px 20px;
    margin-left: 8px;
    margin-right: 26px;
    width: 68px;
    height: 40px
}

.l-header__link-search-inner {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    margin-top: -10px
}

.l-header__link-search-wrap {
    margin-left: 40px;
    position: relative;
    width: 80px;
    height: 53px
}

@media screen and (max-width: 960px) {
    .l-header__link-search-wrap {
        display:none
    }
}

.l-header__link-search-wrap.is-open .l-header__link-search-area {
    display: flex;
    background: #f8fcfc
}

.l-header__link-search-wrap.is-open .l-header__link-search-inner {
    background: #f8fcfc;
    width: 420px
}

@media screen and (max-width: 960px) {
    .l-header__link-search-wrap.is-open .l-header__link-search-inner {
        width:auto
    }
}

.l-header__link-logo2 {
    font-size: 12px;
    line-height: 1.333;
    color: inherit;
    cursor: pointer;
    width: 50px;
    position: relative;
    z-index: 120
}

@media screen and (min-width: 961px) {
    .l-header__link-logo2:hover {
        opacity:.7;
        color: #00A08E
    }
}

.l-header__link-logo2::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/assets/img/icon/header_icon2.svg) top/100% 100% no-repeat;
    margin: 0 auto
}

.l-header__link-button {
    font-size: 14px;
    font-weight: bold;
    margin-left: 40px;
    padding: 12px 19px 12px 16px;
    background: linear-gradient(90deg, #ffd858 0%, #fabf00 100%);
    color: #523706;
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.l-header__link-button:after {
    content: '';
    display: block;
    background: rgba(199,100,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
    width: 50px;
    height: 50px;
    transition: 0.6s;
    border-radius: 0 0 50% 0
}

.l-header__link-button-text {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 960px) {
    .l-header__link-button-text span {
        display:none
    }
}

@media screen and (min-width: 961px) {
    .l-header__link-button:hover {
        color:#523706
    }

    .l-header__link-button:hover:after {
        width: 100vw;
        height: 100vw;
        bottom: 0;
        right: 0;
        transform: none
    }
}

@media screen and (max-width: 960px) {
    .l-header__link-button {
        font-size:1.1rem;
        padding: 5px;
        display: block;
        border-radius: 0;
        margin-left: 10px
    }
}

.l-header__link-button::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icon/icon_mypage.svg);
    background-size: contain;
    margin-right: 7px;
    z-index: 10
}

@media screen and (max-width: 960px) {
    .l-header__link-button::before {
        margin:0 auto
    }
}

.l-header__menu {
    display: none
}

@media screen and (min-width: 961px) {
    .l-header__menu {
        width:100vw;
        max-width: 100%;
        background: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,0.16);
        position: absolute;
        top: 162px;
        left: 0
    }
}

@media screen and (min-width: 961px) {
    .l-header__menu-inner {
        position:relative;
        max-width: 1126px;
        margin: 0 auto;
        padding: 24px 20px 80px
    }
}

@media screen and (min-width: 961px) {
    .l-header__menu-link a {
        position:relative;
        display: inline-block;
        padding: 10px 48px 15px 16px;
        font-size: 2.4rem;
        line-height: 1.458;
        font-weight: bold;
        color: inherit;
        transition: .3s
    }

    .l-header__menu-link a::after {
        transition: .3s;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 47%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg)
    }

    .l-header__menu-link a:hover {
        color: #00A18F
    }

    .l-header__menu-link a:hover::after {
        right: 12px
    }
}

@media screen and (max-width: 960px) {
    .l-header__menu-link {
        display:block;
        background: #fafafa;
        width: 100%
    }

    .l-header__menu-link a {
        position: relative;
        display: block;
        padding: 20px 4%;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit
    }

    .l-header__menu-link a::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width: 961px) {
    .l-header__menu-link-02 {
        width:31.5%;
        border-bottom: 1px solid #d9d9d9
    }

    .l-header__menu-link-02 a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 17px 32px 18px 16px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit;
        transition: .3s
    }

    .l-header__menu-link-02 a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s
    }

    .l-header__menu-link-02 a:hover {
        background: #f2faf9;
        color: #00A18F
    }

    .l-header__menu-link-02 a:hover::after {
        right: 12px
    }
}

@media screen and (max-width: 960px) {
    .l-header__menu-link-02 {
        display:block;
        background: #fafafa;
        width: 100%
    }

    .l-header__menu-link-02 a {
        position: relative;
        display: block;
        padding: 20px 4%;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit
    }

    .l-header__menu-link-02 a::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width: 961px) {
    .l-header__menu-list {
        width:100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(0,0,0,0.16)
    }

    .l-header__menu-list-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px;
        padding: 10px 20px 15px;
        cursor: pointer
    }

    .l-header__menu-list-item:not(:last-of-type) {
        margin-right: 30px
    }

    .l-header__menu-list-item span {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center
    }

    .l-header__menu-list-item::after {
        content: "";
        transition: .3s
    }

    .l-header__menu-list-item:hover {
        color: #00A18F
    }

    .l-header__menu-list-item:hover span {
        font-weight: bold
    }

    .l-header__menu-list-item:hover::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #00A18F;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .l-header__menu-list-item.is-active {
        color: #00A18F
    }

    .l-header__menu-list-item.is-active span {
        font-weight: bold
    }

    .l-header__menu-list-item.is-active::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #00A18F;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media screen and (max-width: 960px) {
    .l-header__menu-list {
        display:none
    }
}

.l-header__menu-accordion-trigger {
    position: relative;
    display: block;
    background: #fafafa;
    width: 100%;
    padding: 20px 4%;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: inherit
}

.l-header__menu-accordion-trigger::before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #00A18F;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    border-radius: 6px
}

.l-header__menu-accordion-trigger::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #00A18F;
    position: absolute;
    transform: rotate(90deg) translateY(-50%);
    top: calc(50% - 1px);
    right: 15px;
    border-radius: 6px
}

.l-header__menu-accordion-trigger.is-open::after {
    display: none
}

@media screen and (min-width: 961px) {
    .l-header__menu-accordion-trigger {
        display:none
    }
}

@media screen and (max-width: 960px) {
    .l-header__menu-accordion {
        display:none
    }
}

@media screen and (min-width: 961px) {
    .l-header__menu-goup {
        display:none
    }

    .l-header__menu-goup.is-show {
        display: block
    }
}

@media screen and (min-width: 961px) {
    .l-header__link-list {
        display:flex;
        justify-content: flex-end;
        margin-top: 24px
    }
}

@media screen and (min-width: 961px) {
    .l-header__link-list-item:nth-of-type(n+2) {
        margin-left:60px
    }

    .l-header__link-list-item a {
        position: relative;
        padding-right: 25px;
        font-size: 14px;
        line-height: 1.428;
        font-weight: bold;
        color: inherit
    }

    .l-header__link-list-item a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s
    }

    .l-header__link-list-item a[target="_blank"]::after {
        width: 14px;
        height: 14px;
        border: none;
        background: url(/assets/img/icon/_blank_icon01.svg) top/100% 100% no-repeat;
        transform: translateY(-50%) rotate(0)
    }
}

@media screen and (min-width: 961px) and (min-width: 961px) {
    .l-header__link-list-item a:hover {
        color:#00A18F
    }

    .l-header__link-list-item a:hover::after {
        right: -4px
    }

    .l-header__link-list-item a:hover[target="_blank"]::after {
        width: 12px;
        height: 12px;
        right: 1px
    }
}

@media screen and (max-width: 960px) {
    .l-header__link-list-item {
        display:block;
        background: #fafafa;
        width: 100%
    }

    .l-header__link-list-item a {
        position: relative;
        display: block;
        padding: 20px 4%;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit
    }

    .l-header__link-list-item a::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg)
    }

    .l-header__link-list-item a[target="_blank"]::after {
        width: 14px;
        height: 14px;
        border: none;
        background: url(/assets/img/icon/_blank_icon01.svg) top/100% 100% no-repeat;
        transform: translateY(-50%) rotate(0)
    }
}

.l-header__list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    margin-right: 12px
}

.l-header__list>li {
    position: relative;
    line-height: 0
}

@media screen and (max-width: 960px) {
    .l-header__list {
        display:none
    }
}

.l-header__nav {
    background: #00A08E
}

@media screen and (max-width: 960px) {
    .l-header__nav {
        background:#FFF;
        padding-bottom: 80px;
        height: calc(100vh - 52px);
        overflow-y: scroll;
        display: none
    }
}

.l-header__nav-list {
    display: flex;
    width: 86%;
    margin: 0 auto
}

@media screen and (min-width: 961px) {
    .l-header__nav-list {
        justify-content:space-between
    }
}

@media screen and (max-width: 960px) {
    .l-header__nav-list {
        display:block;
        width: 100%
    }
}

.l-header__nav-list>li {
    display: block;
    background: #00A08E;
    font-size: 16px;
    font-weight: bold;
    width: 20%
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
    .l-header__nav-list>li {
        font-size:14px
    }
}

@media screen and (max-width: 960px) {
    .l-header__nav-list>li {
        background:#fff;
        width: 100%;
        border: none;
        font-weight: bold
    }

    .l-header__nav-list>li::after {
        content: '';
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

@media screen and (max-width: 960px) {
    .l-header__nav-list>li:first-of-type::before {
        content:'';
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

.l-header__nav-list>li>a {
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative
}

@media screen and (max-width: 960px) {
    .l-header__nav-list>li>a {
        color:#000;
        text-align: left;
        padding: 18px 4%;
        padding-right: 40px
    }

    .l-header__nav-list>li>a::before,.l-header__nav-list>li>a::after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background: #00A18F;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        border-radius: 6px
    }

    .l-header__nav-list>li>a::after {
        transform: rotate(90deg) translateY(-50%);
        top: calc(50% - 1px);
        right: 15px
    }

    .l-header__nav-list>li>a.is-open::after {
        display: none
    }
}

@media screen and (min-width: 961px) {
    .l-header__nav-list>li:hover {
        background:#fff
    }

    .l-header__nav-list>li:hover>a {
        color: #00A18F
    }
}

@media screen and (min-width: 961px) {
    .l-header__nav-list>li.is-current {
        background:#fff
    }

    .l-header__nav-list>li.is-current>a {
        color: #00A18F
    }
}

@media screen and (min-width: 961px) {
    .l-header__nav-list-2 {
        display:flex;
        flex-wrap: wrap
    }

    .l-header__nav-list-2>li {
        width: 31.5%;
        margin-right: 2.75%
    }

    .l-header__nav-list-2>li:nth-of-type(3n) {
        margin-right: 0
    }

    .l-header__nav-list-2>li>a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 17px 32px 18px 16px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit;
        border-bottom: 1px solid #d9d9d9;
        transition: .3s
    }

    .l-header__nav-list-2>li>a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s
    }

    .l-header__nav-list-2>li>a:hover {
        background: #f2faf9;
        color: #00A18F
    }

    .l-header__nav-list-2>li>a:hover::after {
        right: 12px
    }
}

@media screen and (max-width: 960px) {
    .l-header__nav-list-2>li {
        display:block;
        background: #fafafa;
        width: 100%
    }

    .l-header__nav-list-2>li a {
        position: relative;
        display: block;
        padding: 20px 4%;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: inherit
    }

    .l-header__nav-list-2>li a::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #00A18F;
        border-right: 2px solid #00A18F;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg)
    }
}

.l-header__nav__button-wrap {
    display: none
}

@media screen and (max-width: 960px) {
    .l-header__nav__button-wrap {
        display:block;
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.l-header__nav__button1 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 20px 11px 20px;
    color: #00A18F;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00A18F;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto
}

.l-header__nav__button1::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icon/header_icon1_sp.svg);
    background-size: contain;
    margin-right: 8px
}

.l-header__nav__button1::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #00A18F;
    border-right: 2px solid #00A18F;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg)
}

.l-header__nav__button1:nth-of-type(n+2) {
    margin-top: 11px
}

.l-header__nav__button2 {
    font-size: 14px;
    font-weight: bold;
    padding: 11px 20px 11px 20px;
    background: linear-gradient(90deg, #ffd858 0%, #fabf00 100%);
    color: #523706;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 90%;
    margin: 11px auto 0
}

.l-header__nav__button2::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icon/icon_mypage.svg);
    background-size: contain;
    margin-right: 8px
}

.l-header__nav.is-loading {
    opacity: 0
}

.l-header__list>li:not(:first-of-type):not(:first-of-type) {
    margin-left: 29px;
    padding-left: 22px
}

.l-header__list>li:not(:first-of-type):not(:first-of-type)::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #a0a0a0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.l-header__trigger {
    width: 24px;
    height: 23px;
    padding: 0 3px;
    position: absolute;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 961px) {
    .l-header__trigger {
        display:none
    }
}

.l-header__trigger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #00A18F;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    transition: 0.2s
}

.l-header__trigger span:nth-child(2) {
    top: 11px
}

.l-header__trigger span:nth-child(3) {
    top: 16px
}

.l-header__trigger.is-active span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px
}

.l-header__trigger.is-active span:nth-child(2) {
    display: none
}

.l-header__trigger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px
}

.l-header__trigger.is-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: rgba(0,0,0,0.7);
    z-index: -1
}

.l-header__search-wrap {
    text-align: center;
    padding: 16px 0;
    display: none
}

@media screen and (max-width: 960px) {
    .l-header__search-wrap {
        display:block
    }
}

.l-header__search {
    width: 83%;
    margin: 0 auto;
    border: 1px solid rgba(46,46,46,0.16);
    border-radius: 6px;
    background: #F8F8F8 url(/assets/img/icon/search_icon.svg) no-repeat 10px center/18px;
    padding: 11px 8px 11px 35px;
    font-size: 14px
}

.l-header-level3+.l-container>div {
    margin-top: 0
}

.l-header-level3 .l-header__inner {
    padding: 38px 40px
}

@media screen and (max-width: 960px) {
    .l-header-level3 .l-header__inner {
        padding:13px 4%
    }
}

.l-header-level3 .l-header__logo {
    position: static;
    transform: none
}

.l-header-level2 .l-header__inner {
    padding: 43px 48px
}

@media screen and (max-width: 960px) {
    .l-header-level2 .l-header__inner {
        padding:16px 0
    }
}

.l-header-level2 .l-header__logo {
    width: 160px;
    position: static;
    transform: none;
    margin-left: auto
}

@media screen and (max-width: 960px) {
    .l-header-level2 .l-header__logo {
        width:116px;
        padding: 0 10px;
        margin: 0 54px 0 auto
    }
}

.l-header-top {
    width: 306px;
    position: fixed;
    z-index: 1000
}

@media screen and (max-width: 960px) {
    .l-header-top {
        display:none
    }
}

.l-header-top__inner {
    width: 100%;
    height: auto;
    background: #fff
}

.l-header-top .l-header__logo {
    text-align: center;
    margin: 25px auto 0
}

.l-header-top .l-header__link-button {
    width: 220px;
    margin: 0 auto;
    padding-right: 15px
}

.l-header-top .l-header__nav__button1 {
    width: 220px;
    margin: 16px auto 0
}

.l-header-top .l-header__nav__button1::before {
    display: none
}

.l-header-top .l-header__nav__button1::after {
    display: none
}

.l-header-top .c-link,.l-header-top .c-link--01 {
    color: #2e2e2e;
    font-size: 14px;
    margin: 40px 0 20px 31px
}

.l-header-top__nav-list {
    width: 100%;
    margin: 20px 0 25px;
    padding-left: 16px
}

.l-header-top__nav-list li {
    width: 100%;
    border: none;
    font-weight: bold
}

.l-header-top__nav-list li::after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transform: scaleY(0.5);
    transform-origin: 100% 0
}

@media screen and (max-width: 960px) {
    .l-header-top__nav-list li::before {
        content:'';
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

.l-header-top__nav-list li a {
    display: block;
    position: relative;
    color: #00A18F;
    background: #fff;
    padding: 15px 20px 15px 32px;
    font-size: 14px
}

.l-header-top__nav-list li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00A18F;
    border-right: 2px solid #00A18F;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s
}

@media screen and (min-width: 961px) {
    .l-header-top__nav-list li a:hover {
        color:#fff;
        background: #00A18F
    }

    .l-header-top__nav-list li a:hover::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 16px
    }
}

.l-header-top__nav-list li a:hover:active {
    background: #008370
}

.l-header-top__nav-list li .js-header-accordion {
    display: block;
    position: relative;
    color: #00A18F;
    background: #fff;
    font-size: 16px;
    padding: 20px 20px 20px 32px
}

.l-header-top__nav-list li .js-header-accordion::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    border-top: none;
    border-right: none;
    background: url(/assets/img/icon/icon_arrow1.svg) no-repeat center center/contain,url(/assets/img/icon/icon_arrow1_on.svg) no-repeat center center/contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0);
    transition: right 0.3s
}

@media screen and (min-width: 961px) {
    .l-header-top__nav-list li .js-header-accordion:hover {
        color:#fff;
        background: #00A18F
    }

    .l-header-top__nav-list li .js-header-accordion:hover::after {
        border-top: none;
        border-right: none;
        background-position: 20px center, center center;
        background-size: contain;
        right: 16px
    }
}

.l-header-top__menu {
    display: none
}

@media screen and (min-width: 961px) {
    .l-header-top__menu {
        width:360px;
        height: 770px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 307px
    }
}

.l-header-top__menu-inner {
    padding: 45px 0 0 16px
}

.l-header-top__menu-link a {
    font-size: 24px;
    font-weight: bold
}

.l-header-top__menu-link a::after {
    right: 20px
}

@media screen and (min-width: 961px) {
    .l-header-top__menu-link a:hover::after {
        right:16px
    }
}

.l-header-top .is-open {
    opacity: 1;
    z-index: 100;
    transition: 0.3s
}

.l-header-top__nav-list-2 {
    width: 100%
}

.l-header-top__nav-list-2 a {
    color: #2e2e2e;
    background: #fff
}

@media screen and (min-width: 961px) {
    .l-header-top__nav-list-2 a:hover {
        color:#00A18F;
        background: #00A08E
    }
}

.l-header-top__link-search {
    width: 260px;
    margin: 0 auto;
    border: 1px solid rgba(46,46,46,0.16);
    border-radius: 6px;
    background: #F8F8F8 url(/assets/img/icon/search_icon.svg) no-repeat 10px center/18px;
    padding: 11px 8px 11px 35px;
    font-size: 14px
}

.l-header-top__link-search-wrap {
    display: block;
    text-align: center
}


/*パンくず*/
.c-breadcrumb {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    max-width: 1178px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.c-breadcrumb a{
    text-decoration: none;
    vertical-align: baseline;
}

@media screen and (max-width: 960px) {
    .c-breadcrumb {
        padding-left:2%;
        padding-right: 2%;
        max-width: 100%
    }
}

.c-breadcrumb-wrap {
    width: 100%
}

.c-breadcrumb-wrap-footer {
    width: 100%;
    border-top: 1px solid rgba(0,1,1,0.16);
    margin-top: 40px
}

@media screen and (max-width: 960px) {
    .c-breadcrumb-wrap-footer {
        margin-top:30px
    }
}

.c-breadcrumb>li {
    position: relative;
    display: inline-block;
    color: #2e2e2e
}

.c-breadcrumb>li>a {
    color: #a0a0a0
}

@media screen and (min-width: 961px) {
    .c-breadcrumb>li>a:hover {
        color:#00A18F;
        text-decoration: underline
    }
}

.c-breadcrumb>li:nth-of-type(n+2) {
    padding-left: 28px
}

.c-breadcrumb>li:nth-of-type(n+2)::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    position: absolute;
    top: 45%;
    left: 10px;
    transform: rotate(-45deg) translate(0, -45%)
}

/*footer*/
.l-footer {
    position: relative;
    background: #fff
}

.l-footer__inner {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    padding: 48px 20px 100px
}

@media screen and (max-width: 960px) {
    .l-footer__inner {
        padding:0 0 56px
    }
}

.l-footer__pagetop {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(46,46,46,0.5);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    cursor: pointer;
    position: fixed;
    z-index: 200;
    opacity: 0;
    transition: all .3s
}

@media screen and (min-width: 961px) {
    .l-footer__pagetop {
        bottom:80px;
        right: 16px
    }

    .l-footer__pagetop:hover {
        background-color: #00A08E
    }
}

@media screen and (max-width: 960px) {
    .l-footer__pagetop {
        bottom:10px;
        right: 12px
    }
}

.l-footer__pagetop:before {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background: url(/assets/img/icon/footer_top.svg) top/100% 100% no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.l-footer__group-1 {
    margin-bottom: 60px
}

@media screen and (max-width: 960px) {
    .l-footer__group-1 {
        margin-bottom:0
    }
}

.l-footer__group-2 {
    padding: 48px 20px 0
}

@media screen and (max-width: 960px) {
    .l-footer__group-2 {
        padding:0
    }
}

.l-footer__list-1-lower {
    margin-top: 24px
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-lower {
        margin-top:0;
        padding-left: 12px;
        display: none
    }
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-lower-item::after {
        content:'';
        display: block;
        border-bottom: 1px solid #d9d9d9;
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

.l-footer__list-1-lower-item>a {
    position: relative;
    font-size: 14px;
    line-height: 1.714;
    color: inherit
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-lower-item>a {
        display:block;
        padding: 18px 30px 18px 14px;
        font-size: 16px;
        line-height: 1.5
    }

    .l-footer__list-1-lower-item>a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        margin-left: 16px;
        border-top: 2px solid rgba(0,1,1,0.3);
        border-right: 2px solid rgba(0,1,1,0.3);
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%) rotate(45deg)
    }
}

.l-footer__list-2 {
    padding-bottom: 20px
}

@media screen and (max-width: 960px) {
    .l-footer__list-2 {
        padding-left:12px
    }
}

.l-footer__list-2-item {
    display: inline
}

@media screen and (max-width: 960px) {
    .l-footer__list-2-item {
        display:block
    }

    .l-footer__list-2-item::after {
        content: '';
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.12);
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

.l-footer__list-2-item:nth-of-type(n+2)::before {
    content: '|';
    display: inline-block;
    margin: 0 0.7em;
    font-size: 14px;
    color: #2e2e2e;
    opacity: 0.7
}

@media screen and (max-width: 960px) {
    .l-footer__list-2-item:nth-of-type(n+2)::before {
        display:none
    }
}

.l-footer__list-2-item a {
    font-size: 14px;
    line-height: 2
}

@media screen and (max-width: 960px) {
    .l-footer__list-2-item a {
        position:relative;
        display: block;
        line-height: 1.5;
        padding: 16px 30px 15px 14px;
        color: inherit
    }

    .l-footer__list-2-item a::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        margin-left: 16px;
        border-top: 2px solid rgba(0,1,1,0.3);
        border-right: 2px solid rgba(0,1,1,0.3);
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%) rotate(45deg)
    }
}

.l-footer__logo {
    width: 178px;
    margin: 0 auto
}

@media screen and (max-width: 960px) {
    .l-footer__logo {
        width:126px
    }
}

.l-footer__logo>a {
    display: block
}

.l-footer__logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.l-footer__list-1 {
    display: flex;
    flex-wrap: wrap
}

.l-footer__list-1-item {
    width: 22.15%;
    margin-right: 3.8%
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item {
        width:100%;
        margin-right: 0
    }
}

.l-footer__list-1-item:nth-of-type(4n) {
    margin-right: 0
}

.l-footer__list-1-item:nth-of-type(n+5) {
    margin-top: 10px
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item:nth-of-type(n+5) {
        margin-top:0
    }
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item:first-of-type>span::before {
        content:'';
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.12);
        transform: scaleY(0.5);
        transform-origin: 100% 0
    }
}

.l-footer__list-1-item>span {
    display: block
}

.l-footer__list-1-item>span::after {
    content: '';
    display: block;
    border-bottom: 1px solid #d9d9d9;
    transform: scaleY(0.5);
    transform-origin: 100% 0
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item>span::after {
        border-color:rgba(0,0,0,0.2)
    }

    .l-footer__list-1-item>span.is-open a {
        background: #f2faf9
    }

    .l-footer__list-1-item>span.is-open a::after {
        display: none
    }
}

.l-footer__list-1-item>span>a {
    position: relative;
    display: block;
    padding: 18px 20px 18px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #2e2e2e
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item>span>a {
        padding:20px 40px 20px 24px;
        pointer-events: none
    }
}

.l-footer__list-1-item>span>a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-left: 16px;
    border-top: 2px solid #00A18F;
    border-right: 2px solid #00A18F;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item>span>a::before {
        width:14px;
        height: 2px;
        margin-left: 0;
        border: none;
        background: #00A18F;
        right: 17px;
        transform: translateY(-50%) rotate(0)
    }
}

@media screen and (max-width: 960px) {
    .l-footer__list-1-item>span>a::after {
        content:'';
        display: block;
        width: 14px;
        height: 2px;
        background: #00A18F;
        position: absolute;
        top: 50%;
        right: 17px;
        transform: translateY(-50%) rotate(90deg)
    }
}

@media screen and (min-width: 961px) {
    .l-footer__list-1-lower-item>a:hover {
        text-decoration:underline;
        color: #00A18F
    }
}

@media screen and (min-width: 961px) {
    .l-footer__list-2-item a:hover {
        text-decoration:underline
    }
}

@media screen and (min-width: 961px) {
    .l-footer__logo>a:hover {
        opacity:.7
    }
}

@media screen and (min-width: 961px) {
    .l-footer__list-1-item>span>a:hover {
        color:#00A18F
    }

    .l-footer__list-1-item>span>a:hover::before {
        right: 4px
    }
}

.l-footer__copy {
    margin-top: 15px;
    text-align: center
}

@media screen and (max-width: 960px) {
    .l-footer__copy {
        margin-top:6px
    }
}

.l-footer__copy small {
    font-size: 14px;
    line-height: 1.333;
    opacity: 0.7
}

@media screen and (max-width: 960px) {
    .l-footer__copy small {
        font-size:9px;
        line-height: 1.444
    }
}

.l-footer-level3 .l-footer__inner {
    padding: 60px 20px 64px
}

@media screen and (max-width: 960px) {
    .l-footer-level3 .l-footer__inner {
        padding:40px 4% 53px
    }
}

.l-footer-level2 .l-footer__inner {
    padding: 58px 20px 68px
}

@media screen and (max-width: 960px) {
    .l-footer-level2 .l-footer__inner {
        padding:36px 4%
    }
}

.l-footer-level2 .l-footer__copy {
    margin-top: 0
}