@charset "utf-8";
:root {
    --main-txt-color: #59230F;
    --main-txt-color-rgb: 89 35 15;
    --main-color-green: #03761C;
    --main-color-green-rgb: 3 118 28;
    --main-bg-color1: #FDF4DD;
    --main-bg-color2: #E5EB9D;
}
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    font-size: inherit;
}
ul, ol {
    margin: 0;
    padding-left: 0;
}
ul li, ol li {
    margin-left: 0;
    list-style-type: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    line-height: 1;
}
hr {
    border: none;
    margin: 0;
    padding: 0;
}
button {
    line-height: inherit;
    margin: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    border: none;
    -webkit-border-image: none;
    border-image: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0px;
}
html {
    overflow-x: hidden;
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: #000;
    background: #fff;
    font-family: "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    letter-spacing: .05em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    vertical-align: top;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
main {
    margin-top: 62px;
}
@media screen and (max-width: 768px) {
    main {
        margin-top: calc((65 / 375) * 100vw);
    }
}
/*header*/
.header-nav-inner {
    max-width: 1040px;
    margin: 0 auto;
}
.header-nav-btn {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: calc(520px - 30px);
    width: 30px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
}
.header-nav-btn .bar {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background: #e4002b;
    border-radius: 2px;
    transition: .3s ease;
}
.header-nav-btn.active .bar {
    width: 34px;
    top: 14px !important;
}
.header-nav-btn .bar:nth-child(1) {
    top: 0;
}
.header-nav-btn .bar:nth-child(2) {
    top: 10px;
}
.header-nav-btn .bar:nth-child(3) {
    top: 20px;
}
.header-nav-btn.active .bar:nth-child(1) {
    transform: rotate(45deg);
}
.header-nav-btn.active .bar:nth-child(2) {
    transform: rotate(45deg);
}
.header-nav-btn.active .bar:nth-child(3) {
    transform: rotate(-45deg);
}
.header-nav-block {
    position: fixed;
    top: -100%;
    left: 50%;
    width: 385px;
    margin-left: calc(520px - 385px);
    padding-top: 62px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / .2);
    transition: .3s ease;
    z-index: 100;
}
.header-nav-block.show {
    top: 0;
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .2);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 10;
}
.overlay.show {
    opacity: 1;
    pointer-events: all;
}
.header-nav-list {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.header-nav-list-itm {
    width: 100%;
}
.header-nav-list-itm-link {
    display: block;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
}
.header-nav-list-itm-link::after {
    position: absolute;
    content: "";
    width: .2em;
    height: .2em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    right: .5em;
    margin: auto;
}
.header-nav-list-itm-link.itm1, .header-nav-list-itm-link.itm2 {
    background: #109037;
}
.header-nav-list-itm-link.itm1, .header-nav-list-itm-link.itm3 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-nav-list-itm-link.itm3 {
    margin-left: 24px;
    color: #109037 !important;
    background: #fff;
    border: 2px solid #109037;
}
.header-nav-list-itm-link.itm4 {
    padding-top: 4px;
    background: #FF8A36;
}
.header-nav-list-itm-link.itm4 span {
    font-size: 12px;
}
/*footer*/
.footer-nav {
    padding-top: 32px;
    padding-bottom: 40px;
    font-size: 15px;
    background: var(--main-color-green);
}
.footer-nav-innner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.footer-nav-list {
    display: grid;
    gap: 16px;
}
.footer-nav-list__sub {
    margin-top: 8px;
    margin-left: 24px;
    display: grid;
    grid-template-columns: 315px 315px 1fr;
    gap: 4px normal;
}
.footer-nav a {
    display: inline-block;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: 1em;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.footer-nav-list-itm-link::before {
    position: absolute;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.footer-nav-list__sub-itm-link {
    border-bottom: 1px solid currentColor;
    line-height: 1;
}
.footer-nav-list__sub-itm-link::before {
    position: absolute;
    content: "";
    width: .3em;
    height: 1px;
    background: currentColor;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto;
}
@media screen and (min-width: 769px), print {
    .header-nav a, .footer-nav a {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .header-nav-list-itm-link.itm1:hover, .header-nav-list-itm-link.itm2:hover {
        background: rgb(16 144 55 / .8);
    }
    .header-nav-list-itm-link.itm3:hover {
        background: rgb(16 144 55 / .1);
    }
    .header-nav-list-itm-link.itm4:hover {
        background: rgb(255 138 54 / .8);
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    /*header*/
    .header-nav-btn {
        top: calc((20 / 375) * 100vw);
        left: auto;
        right: calc((12 / 375) * 100vw);
        margin-left: auto;
        width: calc((30 / 375) * 100vw);
        height: calc((24 / 375) * 100vw);
    }
    .header-nav-btn .bar {
        width: calc((30 / 375) * 100vw);
    }
    .header-nav-btn.active .bar {
        top: calc((10 / 375) * 100vw) !important;
    }
    .header-nav-btn .bar:nth-child(2) {
        top: calc((10 / 375) * 100vw);
    }
    .header-nav-btn .bar:nth-child(3) {
        top: calc((20 / 375) * 100vw);
    }
    .header-nav-block {
        width: 100%;
        left: auto;
        right: 0;
        margin-left: auto;
        padding-top: calc((64 / 375) * 100vw);
    }
    .header-nav-list {
        padding: calc((24 / 375) * 100vw) calc((20 / 375) * 100vw);
        gap: calc((16 / 375) * 100vw);
    }
    .header-nav-list-itm-link {
        padding-top: calc((8 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
        padding-left: calc((24 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
    }
    .header-nav-list-itm-link.itm1, .header-nav-list-itm-link.itm3 {
        padding-top: calc((12 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
    }
    .header-nav-list-itm-link.itm3 {
        margin-left: calc((24 / 375) * 100vw);
    }
    .header-nav-list-itm-link.itm4 {
        padding-top: calc((4 / 375) * 100vw);
    }
    .header-nav-list-itm-link.itm4 span {
        font-size: calc((12 / 375) * 100vw);
    }
    /*footer*/
    .footer-nav {
        padding-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((32 / 375) * 100vw);
        font-size: calc((15 / 375) * 100vw);
    }
    .footer-nav-innner {
        max-width: calc((335 / 375) * 100vw);
    }
    .footer-nav-list {
        gap: calc((16 / 375) * 100vw);
    }
    .footer-nav-list-itm:nth-child(2) .footer-nav-list-itm-link::before {
        top: 1em;
        bottom: auto;
    }
    .footer-nav-list__sub {
        margin-top: 0;
        margin-left: calc((24 / 375) * 100vw);
        grid-template-columns: 1fr;
        gap: calc((4 / 375) * 100vw);
    }
    .u-none--sp {
        display: none !important;
    }
}
/*会員ページログインボタン取り消し*/
.l-header__member_btn {
    display: none;
}
/*ヘッダー固定*/
.l-simple-header {
    position: fixed !important;
    top: 0;
    width: 100%;
}
/*h1*/
.contents-header-block {
    max-width: 2000px;
    margin: 0 auto;
}
[class*="page"] .contents-header-block {
    position: relative;
}
[class*="page"] .contents-header-ttl {
    position: absolute;
    font-size: clamp(32px, 3vw, 54px);
    font-weight: bold;
    color: var(--main-txt-color);
    top: calc(90 / 220 * 100%);
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .contents-header-block {
        max-width: 100vw;
    }
    [class*="page"] .contents-header-ttl {
        font-size: calc((32 / 375) * 100vw);
        top: calc((96 / 375) * 100vw);
        line-height: 1.2;
    }
}
.contents-challenge-bnr {
    margin-top: 40px;
    display: grid;
    justify-content: center;
    grid-template-columns: 490px;
    gap: 40px;
}
.contents-challenge-bnr-itm-txt {
    margin-bottom: 4px;
    font-size: 15px;
    color: #000;
    text-align: center;
}
.contents-challenge-bnr-itm-link {
    display: block;
    border: 1px solid #D5D5D5;
}
@media screen and (max-width: 768px) {
    .contents-challenge-bnr {
        margin-top: calc((40 / 375) * 100vw);
        grid-template-columns: calc((320 / 375) * 100vw);
        gap: calc((40 / 375) * 100vw);
    }
    .contents-challenge-bnr-itm-txt {
        margin-bottom: calc((4 / 375) * 100vw);
        font-size: calc((15 / 375) * 100vw);
    }
}
/*モーダル表示*/
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
}
.modal.open {
    display: flex;
    opacity: 1;
}