@charset "UTF-8";

*, ::before, ::after{
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4 / 3;
    --wp--preset--aspect-ratio--3-4: 3 / 4;
    --wp--preset--aspect-ratio--3-2: 3 / 2;
    --wp--preset--aspect-ratio--2-3: 2 / 3;
    --wp--preset--aspect-ratio--16-9: 16 / 9;
    --wp--preset--aspect-ratio--9-16: 9 / 16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--huge: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:host, :root {
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-style-family-classic: "Font Awesome 6 Free";
}
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 1.15;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #000;
    font-family: 'Noto Sans JP', "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
header {
    background-color: #F3C33F;
    height: 100px;
    margin: 0 auto;
    /* 臨時要素ここから */
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
    /* 臨時要素ここまで */
}
a {
    background: transparent;
    background-color: transparent;
    color: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
a.btn-c {
    font-size: 1.2rem;
    position: relative;
    padding: 0.0 1rem .5rem 1.5rem;
    color: #fff;
    background: #4AB236;
    -webkit-box-shadow: 0 5px 0 #4A9636;
    box-shadow: 0 5px 0 #4A9636;
}
a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #4AB236;
    -webkit-box-shadow: 0 2px 0 #4A9636;
    box-shadow: 0 2px 0 #4A9636;
}
svg, img, embed, object, iframe {
    vertical-align: bottom;
}
img {
    max-width: 100%;
    height: auto;
}
nav ul {
    list-style: none;
}
ol, ul {
    box-sizing: border-box;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ここからヘッダ部分 */
.header-inner {
    display: flex;
    height: 100px;
}
.header-inner__logo {
    float: left;
    padding: 1.5rem;
}
.header-inner__logo img {
    width: 255px;
}
.header-inner__navi {
    margin: 0 auto;
    margin-right: .1px;
    padding: 22.4px 0;
}
.header__gnavi nav {
    color: #545454;
    font-weight: bold;
    font-size: .95em;
    text-align: center;
}
.header__gnavi nav ul {
    display: flex;
    justify-content: right;
    list-style: none;
}
.header__gnavi nav ul li {
    position: relative;
}
.header__gnavi nav ul li a {
    color: #545454;
    font-size: 18px;
    display: block;
    padding: 20px;
    text-decoration: none;
    transition: all .3s;
}
.header-inner__btn {
    float: right;
}
.btn-wrap {
    margin: 1rem;
}
.enbtn, a.enbtn, button.enbtn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 0.5rem;
}
.header-resp {
    display: none;
}
.header-inner__logo {
    float: left;
    padding: 1.5rem;
}
.l-header__right {
    display: none;
}
.menu-btn {
    display: none;
}
.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
    background: #4AB236;
    display: block;
    height: 4px;
    width: 36px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
    top: 12px;
}
.navicon:after {
    bottom: 12px;
}
.navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #4AB236;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}
.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}
.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    margin-top: 104.391px;
    padding: 0 0 10px 0;
    clear: both;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}
.menu_top {
    margin: 25px 44px;
    padding: 25px 10px;
    border-bottom: 1px solid #fff;
    display: flex;
}
.menu-btn:checked~.menu a, .menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu li {
    padding: 15px 0;
    opacity: 0;
    transition: 0.5s;
    width: 50%;
    flex-basis: 50%;
    text-align: center;
}
.menu a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
}
.menu_bottom {
    margin: 25px 27px;
    padding: 0 27px;
    display: flex;
    flex-wrap: wrap;
}

/* ここからコンテナ部分 */
.container {
    box-sizing: border-box;
}
.breadcrumbs {
    padding: .7rem 2rem;
    font-size: .75rem;
    background: #083779;
    color: #fff;
    font-weight: bold;
}
.breadcrumbs span {
    padding: 0 .2rem;
}
.breadcrumbs a {
    text-decoration: none;
    color: #fff;
}

/* index.htmlのメイン */
.images li{
    list-style-type: none;
}
.images li:nth-child(1) {
    padding: 0 15%;
    background-color: #E3B864;
}
.images li:nth-child(2) {
    padding: 0 15%;
    background-color: #32518E;
}
.images li:nth-child(3) {
    padding: 0 15%;
    background-color: #95989D;
}
.images li:nth-child(4) {
    padding: 0 15%;
    background-color: #D67653;
}
.images li:nth-child(5) {
    padding: 0 15%;
    background-color: #fff;
}


/* ここからフッター */
#footer {
    position: relative;
    z-index: 1;
    background-color: #F2BB4E;
    color: #235BAA;
    font-weight: bold;
}
.l-footer {
    border-top: 4px solid #4AB236;
}  
.l-footer__copyright {
    text-align: center;
    margin: 0 40px;
}
.l-ftr_copyright {
    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: right;
    height: 35px;
}
.l-ftr_copyright__main {
    font-size: 12px;
}

@media screen and (max-width: 833px) {
    header {
        height: 70px;
        margin: 0 auto;
    }
    a.btn-c {
        font-size: 1rem;
        position: relative;
        padding: 0.0 1rem .5rem 1.5rem;
        color: #fff;
        background: #4AB236;
        -webkit-box-shadow: 0 5px 0 #4A9636;
        box-shadow: 0 5px 0 #4A9636;
    }
    /* ここからヘッダー */
    .header-inner, .header__gnavi {
        display: none;
    }
    .header-inner__logo {
        padding: 1rem;
    }
    .header-inner__logo img {
        width: 217px;
    }
    .header-resp {
        display: block;
    }
    .header-inner__logo {
        padding: 1rem;
    }
    .header-inner__logo img {
        width: 170px;
    }
    .l-header__right {
        display: inline;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    /* ここからコンテナ部分 */
    .container, .container-members {
        padding: 0;
    }
    /* index.htmlのコンテナ */
    .images li:nth-child(1) {
        padding: 0;
    }
    .images li:nth-child(2) {
        padding: 0;
    }
    .images li:nth-child(3) {
        padding: 0;
    }
    .images li:nth-child(4) {
        padding: 0;
    }
    .images li:nth-child(5) {
        padding: 0;
    }
}
