@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@500&display=swap');

.NotoSansR {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.NotoSansM {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.NotoSansB {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.Oswald{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style-type: none;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
    font-size: clamp(14px, 2vw, 16px);
}


img {
    width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
}

.al_C{
    text-align: center;
}


/* header footer */

header {
    background-color: #cacbba;
}

header .mainvisual {
    position: relative;
}

header img.main_visual {
    width: 100%;
    position: relative;
    z-index: 2;
}

header img.main_title {
    width: 66%;
    max-width: 1256px;
    position: absolute;
    top: 12.5%;
    left: 5%;
}

.mainvisual .fadeIn_up {
    opacity: 0;
    transform: translate(0, 100%);
    transition: 2s;
    transition-delay: .5s;
}

.mainvisual .fadeIn_up.is-show {
    opacity: 1;
    transform: translate(0, 0);
}

main {
    margin: 5% auto;
}

footer {
    margin: 5% auto 0;
}

footer .flex {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .logo {
    max-width: 280px;
}

footer nav {
    margin: 5% 2%;
}

footer nav ul {
    display: flex;
}

footer nav ul li {
    font-size: 0.9em;
    padding: 0 10px;
    margin: 1% 0;
    border-right: 1px solid #000;
    line-height: 1;
}

footer nav ul li:last-child {
    border-right: none;
}

footer .copyright {
    background-color: #000;
    text-align: center;
    padding: 20px;
}

footer .copyright p {
    font-size: 0.7em;
    color: #fff;
}

@media screen and (max-width:900px) {
    main {
        margin: 50px auto;
    }
    
    footer nav ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:480px) {
}

/* header footer */

/* top page */

.special {
    background: linear-gradient(to bottom, transparent 23%, #f3eedc 23%, #f3eedc 100%);
    margin: 5% auto;
    padding-bottom: 40px;
    text-align: center;
}

.special .issue {
    position: relative;
    padding-top: 2.5%;
    width: 86%;
    max-width: 800px;
    margin: 0 auto;
}

.special .issue p {
    text-align: left;
    margin: 10px 0;
    font-weight: 500;
    font-size: 1.1em;
}

.special .issue img.icon {
    width: 20%;
    max-width: 166px;
    position: absolute;
    top: 0;
    left: -6%;
}

.pickup_list {
    background: linear-gradient(to bottom, transparent 50%, #e5e5e5 50%, #e5e5e5 100%);
    margin: 5% auto;
    padding-bottom: 20px;
}

.pickup_list .flex {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pickup_list .list {
    width: 26%;
    max-width: 370px;
    margin: 0 3%;
}

.pickup_list .list p {
    margin: 10px auto;
}

@media screen and (max-width:900px) {
    .pickup_list .list {
        width: 31%;
        max-width: 370px;
        margin: 20px auto;
    }

}

@media screen and (max-width:480px) {
    .special .issue p {
        font-size: 1em;
    }

    .pickup_list {
        background: linear-gradient(to bottom, transparent 15%, #e5e5e5 15%, #e5e5e5 100%);
        margin: 50px auto;
    }
    
    .pickup_list .flex {
        flex-wrap: wrap;
    }

    .pickup_list .list {
        width: 96%;
        max-width: 370px;
        margin: 20px auto;
    }

    .pickup_list .list p {
        font-size: 0.9em;
    }
}

/* top page */



/* slide */

.slide_area {
    position: relative;
    padding-top: 50px;
}

.slide_area .bg_gray{
    background: linear-gradient(to bottom, #e5e5e5 80%, transparent 80%, transparent 100%);
    position: absolute;
    width: 82%;
    left: 18%;
    right: 0;
    top: 0;
    bottom: 0;
}

.slide_area .slide_title{
    display: flex;
    align-items: center;
    padding: 2% 0;
        
}

.slide_area p{
    background-image: url(../images/slide_title_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain;
    color: #fff;
    font-size: clamp(12px, 1vw, 16px);
    padding: 0.2em 1em 1.5em;
    position: relative;
    left: -1.35%;
}

.slide_area h3{
    font-size: 2em;
    font-size: clamp(20px, 2vw, 32px);
    padding:0 0 0.5em; 
}

.slide_area .link_btn{
    position: relative;
    left: 66%;
    margin: 50px auto;
}

.slide_area .link_btn a{
    font-size: 1.1em;
    font-weight: 500;
}

.slide_area .link_btn img{
    width: 34px;
    margin-right:0.5em;
}

.slide{
    width: 100%;
    max-width: 1920px;
    margin: 5% auto 0;
    position: relative;
    left: 4%;
    z-index: 2;
}

.slide::before {
    content: "";
    display: block;
    width:25%;
    height: 100%;
    background: -moz-linear-gradient(left, #fff 55%, transparent);
    background: -webkit-linear-gradient(left, #fff 55%, transparent);
    background: linear-gradient(to right, #fff 55%, transparent);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.slide::after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    background: -moz-linear-gradient(right, #fff 55%, transparent);
    background: -webkit-linear-gradient(right, #fff 55%, transparent);
    background: linear-gradient(to left, #fff 55%, transparent);
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}

.slider {
    position: relative;
    width: 100%;
}

.slider .slick-slide {
    width: auto;
    margin: 0 40px;
}

.slider .slick-slide img {
    height: auto;
    width: 100%;
}

.slider .slick-slide .movie{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.slider .slick-slide iframe,
.slider .slick-slide video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-arrow{
    position: absolute;
    width: 3%;
    top: 30%;
    bottom: 30%;
    z-index: 3;
}

.prev-arrow {
  left: 25.5%;
}
.next-arrow {
  right: 25.5%;
}

@media screen and (max-width:900px) {
   
    .slide_area .bg_gray {
        width: 96%;
        left: 4%;
    }

    .slide_area p {
        left: -1.8%;
    }

    .slide_area .link_btn {
        position: relative;
        left: 0;
        margin: 50px 10% 50px auto;
        text-align: right;
    }

    .slide {
        left: 0;
    }

    .slide::before {
        display: none;
    }

    .slide::after {        
        display: none;
    }

    .slider .slick-slide {
        margin: 0 30px;
    }

    .slide-arrow {
        top: 40%;
        bottom: 40%;
    }

    .prev-arrow {
        left: 8%;
    }

    .next-arrow {
        right: 8%;
    }

}

@media screen and (max-width:480px) {
    .slide_area {}

    .slide_area .bg_gray {
        width: 96%;
        left: 4%;
    }

    .slide_area .slide_title {
        padding: 2% 0;        
        flex-wrap: wrap;
    }    

    .slide_area p {
        background-image: none;
        background-color: #231815;
        padding: 0.5em 1em;
        left: -4%;        
        width:auto;
        font-size: 12px;
    }

    .slide_area h3 {
        width: 100%;
        font-size: 16px;
        margin:10px auto 20px;
    }
    
    .slide_area .link_btn {
        margin: 20px 10% 20px auto;
    }

    .slide_area .link_btn img {
        width: 24px;
    }

    .slide {
        margin: 50px auto 0;
    }

    
    .slider .slick-slide {
        margin: 0 30px;
    }

    .prev-arrow {
        left: 3%;
    }

    .next-arrow {
        right: 3%;
    }
}

/* slide */



/* side menu */

.side_menu {
    width: 12%;
    max-width: 230px;
    position:sticky;
    left: 3%;
    top: 15%;      
}

.side_menu.fadeIn_up {
    opacity: 0;
    transform: translate(0, 100%);
    transition: 2s;
    transition-delay: .5s;
}

.side_menu.fadeIn_up.is-show {
    opacity: 1;
    transform: translate(0, 0);
}

.side_menu p{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #707070;
    line-height: 1.2;
    margin-bottom: 10px;
}

.side_menu .menu li{
    position: relative;
    font-size: clamp(14px,1vw,16px);
}

.side_menu .menu li.active{
    font-weight: 700;
}

.side_menu .menu li.active::before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 9px;
    background-image: url(../images/arrow_menu.png);
    position: absolute;
    left: -1em;
    top: 11px;
    z-index: 2;
}

@media screen and (max-width:1440px) {
    .side_menu {
        width: 15%;
        max-width: none;
        position: sticky;
        left: 3%;
        top: 15%;
    }
}

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

}

/* side menu */



/* contents */

.contents .inner{
    width: 90%;
    max-width: 1200px;
    margin: 5% auto;
}

.contents h2{
    width: 94%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(24px, 2.5vw, 48px);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

section{
    width: 82%;
    max-width: 1200px;
    margin: 5% auto 8%;
}

section.section01{
    position: relative;
    margin-top: 0;
}

section h4{
    font-weight: 700;
    font-size: clamp(22px, 2.1vw, 36px);
    text-align: center;
}

.section01 h4{
    border-bottom: 5px solid rgba(234, 229, 209, 0.6);
}

.section02 h4{
    border-bottom: 5px solid rgba(154, 188, 163, 0.6);
}

.section03 h4{
    border-bottom: 5px solid rgba(255, 241, 129, 0.8);
}

.section04 h4{
    border-bottom: 5px solid rgba(234, 229, 209, 0.6);
}

section .flex{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    width: 96%;
    max-width: 960px;
    margin: 5% auto;
}

section .flex .image_area{
    width: 48%;
}

section .flex .text_area{
    width: 48%;
}

section .flex .text_area h5{
    font-weight: 700;
    font-size: clamp(18px, 2.1vw, 36px);
    margin-bottom: 5%;
}

section .flex .text_area p{
    font-size: 0.8em;
    line-height: 2;
}

section .flex_02{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 5% auto;
}

section .flex_02 .box{
    width: 30%;
    max-width: 350px;
}

section .flex_02 .box p{
    font-size: 0.8em;
    line-height: 2;
    margin-bottom: 5%;
}

section .flex_02 .box p.name{
    font-weight: 500;
    font-size: clamp(18px, 1.5vw, 24px);
    margin: 5% auto 3%;
}

section .flex_02 .box a{
    font-size: clamp(16px, 1.1vw, 18px);
    font-weight: 500;
}

section .flex_02 .box a img{
    width: 34px;
    margin-right:0.5em;
}

.contents .pickup_list{
    background: #eef4f0;
    margin: 5% auto 0;
    padding: 5% 0;
}

.contents .pickup_list .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
}

.contents .pickup_list h4{
    display: inline-block;
    font-weight: 700;
    font-size: clamp(18px, 2.1vw, 36px);
    text-align: center;
    color: #569065;
    border-bottom: 1px solid #569065;
    letter-spacing: 0.3em;
    width: auto;
    margin-bottom: 5%;
}

.contents .pickup_list .flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contents .pickup_list .list {
    width: 44%;
    max-width: 370px;
    margin: 0 3%;
}

.contents .pickup_list .list p {
    margin: 10px auto;
}

@media screen and (max-width:1920px) {
    section {
        width: 80%;
        max-width: 1200px;
        margin: 5% auto 8% 18.75%;
    }

    .contents .pickup_list .inner {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto 0 18.75%;
    }
}

@media screen and (max-width:1440px) {
    section {
        width: 78%;
        max-width: 1200px;
        margin: 5% auto 8% 20%;
    }

    .contents .pickup_list .inner {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto 0 20%;
    }
}

@media screen and (max-width:900px) {
    br.sp_non{
        display: none;
    }
    
    .contents .inner {
        width: 96%;
        margin: 50px auto;
    }

    .contents h2 {
        width: 100%;
    }

    section {
        width: 96%;
        margin: 50px auto 80px;
    }

    section.section01 {
        margin-top: 50px;
    }
    
    section .flex {
        width: 96%;
        margin: 30px auto;
        flex-wrap: wrap;
    }

    section .flex .image_area {
        width: 48%;
    }

    section .flex .text_area {
        width: 48%;
    }

    section .flex .text_area h5 {
        font-weight: 700;
        font-size: clamp(18px, 2.1vw, 36px);
        margin-bottom: 5%;
    }

    section .flex .text_area p {
        font-size: 0.8em;
        line-height: 2;
    }

    section .flex_02 {
        margin: 50px auto;
    }

    section .flex_02 .box {
        width: 32%;
    }

    section .flex_02 .box a img {
        width: 28px;
    }

    .contents .pickup_list {
        margin: 50px auto 0;
        padding: 50px 0;
    }

    .contents .pickup_list .inner {
        width: 90%;
        /*max-width: 1200px;*/
        margin: 0 auto 0;
    }

    .contents .pickup_list h4 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px) {
    .contents .inner {
        width: 96%;
        margin: 50px auto;
    }

    .contents h2 {
        font-size: 16px;
    }

    section {
        width: 96%;
        margin: 50px auto 50px;
    }

    section.section01 {
        margin-top: 50px;
    }

    section h4 {
        font-size: 16px;
    }
    
    section .flex {
        justify-content: center;
        flex-wrap: wrap;
    }

    section .flex .image_area {
        width: 100%;
    }

    section .flex .text_area {
        width: 100%;
        margin: 20px auto;
    }

    section .flex .text_area h5 {
        font-size: 16px;
    }

    section .flex .text_area p {
        /*font-size: 10px;*/
    }

    section .flex_02 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 30px auto;
        
        flex-wrap: wrap;
    }

    section .flex_02 .box {
        width: 100%;
        margin: 0 auto 50px;
    }

    section .flex_02 .box a img {
        width: 24px;
    }

    .contents .pickup_list {
        margin: 30px auto 0;
        padding: 30px 0;
    }

    .contents .pickup_list .inner {
        width: 90%;
        margin: 0 auto 0;
    }

    .contents .pickup_list h4 {
        margin-bottom: 30px;
    }

    .contents .pickup_list .flex {
        flex-wrap: wrap;
    }

    .contents .pickup_list .list {
        width: 100%;
        margin: 20px auto;
    }
}

/* ZEH */




@media screen and (max-width:900px) {}

@media screen and (max-width:480px) {}