﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

.header h1{
    top: 20px;
    bottom: auto;
}
h2.style001{
    font-size:32px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
h2.style001::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto auto 0 auto;
    width:60px;
    height:3px;
    background: #4CA535;
}
.btn{
    width:100%;
    height:55px;
    margin: 50px auto 0;
    text-align: center;
}
.btn a{
    width:auto;
    height:100%;
    box-sizing: border-box;
    border:1px solid #000000;
    background: #FFFFFF;
    line-height: 53px;
    text-align: center;
    padding:0 110px 0 60px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.btn a::before{
    content: "";
    width:100%;
    height:100%;
    border:1px solid #000000;
    background: #FFFFFF;
    position: absolute;
    top:3px;
    left:3px;
    z-index: -999;
}
.btn a::after{
    content: "";
    width:49px;
    height:16px;
    background: url("../common/images/icon_arrow_b_001.png") no-repeat center center;
    position: absolute;
    top:0px;
    left:auto;
    right:40px;
    bottom:0;
    margin: auto;
    z-index: 10;
}
.btn a:hover{
    transform: translate(4px ,4px);
}
.btn a:hover::before{
    top:-1px;
    left:-1px;
}
@media (max-width: 760px) {
.header h1{
    top: 0;
    bottom: 0;
}
h2.style001{
    font-size:24px;
    line-height: 1.5;
    margin-bottom: 30px;
}
h2.style001::after{
    width:40px;
    height:2px;
}
.btn a{
    padding:0 60px 0 30px;
}
.btn a::after{
    width:33px;
    height:11px;
    background: url("../common/images/icon_arrow_b_001.png") no-repeat center center;
    background-size:contain;
    right:10px;
}
}

/*--------------------------------------
    visual
--------------------------------------*/

.visualArea{
    width:100%;
}
.visualArea .visual{
    width:100%;
    height:650px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.visualArea .visual::before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
}
.visualArea .visual:nth-of-type(1)::before{
    background: rgba(76,165,53,0.4);
}
.visualArea .visual:nth-of-type(2)::before{
    background: rgba(170,204,3,0.4);
}
.visualArea .visual:nth-of-type(3)::before{
    background: rgba(0,172,168,0.4);
}
.visualArea .visual .video{
    min-width:100%;
    min-height:100%;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    bottom:auto;
    transform: translate(0,-50%);
}
.visualArea .visual .video img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.visualArea .visual h2{
    font-size:35px;
    font-weight: bold;
    color:#FFFFFF;
    text-align: center;
    position: relative;
    letter-spacing: 5px;
    padding-left: 5px;
    line-height: 35px;
    z-index: 100;
}
.visualArea .visual h2 span{
    display: block;
    text-align: center;
    background: url("../images/top/title_up.png") no-repeat center top;
    padding-top: 35px;
    margin-bottom: 25px;
    font-size:1rem;
}
.visualArea .visual .btn{
    width:250px;
    height:43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 200;
    background: #FFFFFF;
    border-radius: 22px;
    padding-right: 20px;
    text-align: center;
    color:#000000;
    font-weight: bold;
    transition: 0.3s;
}
.visualArea .visual .btn::after{
    content: "";
    width:16px;
    height:16px;
    border:3px solid;
    box-sizing: border-box;
    border-color: transparent #4CA535 #4CA535 transparent;
    position: absolute;
    top:50%;
    right:28px;
    transform: translate(0,-50%) rotate(-45deg);
    z-index: 200;
}
.visualArea .visual .btn:hover{
    opacity: 0.5;
}
@media (max-width: 760px) {
.visualArea{
    margin-top: 89px;
}
.visualArea .visual{
    height: auto;
    aspect-ratio: 1 / 0.45;
}
.visualArea .visual .video {
    width: 100%;
}
.visualArea .visual h2{
    font-size:20px;
    line-height: 20px;
    transform: scale(0.9);
}
.visualArea .visual h2 span{
    margin-bottom: 10px;
}
.visualArea .visual .btn{
    width:180px;
    height:30px;
    margin-top: 10px;
    border-radius: 18px;
    padding-right: 10px;
}
.visualArea .visual .btn::after{
    width:10px;
    height:10px;
    border:2px solid;
    border-color: transparent #4CA535 #4CA535 transparent;
    right:12px;
}
}
@media (max-width: 500px) {
}

/*--------------------------------------
    intro
--------------------------------------*/

.introArea{
    width:100%;
    padding: 80px 0;
    position: relative;
    text-align: center;
}
.introArea::before{
    content: "";
    background: url("../images/top/img_back_001.png") no-repeat center center;;
    width:272px;
    height:167px;
    position: absolute;
    top:40px;
    right:55px;
}
.introArea .heading{
    font-size:26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.introArea .heading span{
    font-size:32px;
    display: block;
    font-weight: bold;
}
.introArea .lineBnr{
    display: block;
    width:980px;
    text-align: center;
    margin: 0px auto 80px auto;
    position: relative;
    z-index: 999;
}
.introArea .lineBnr img{
    width:100%;
}
@media (max-width: 760px) {
.introArea{
    width:100%;
    box-sizing: border-box;
    padding: 40px 4% 40px;
}
.introArea::before{
    display: none;
}
.introArea span.img{
    display: block;
    background: url("../images/top/img_back_001.png") no-repeat center center;
    background-size:contain;
    width:182px;
    height:112px;
    position: static;
    margin: 0 auto 30px;
}
.introArea .heading{
    font-size:16px;
}
.introArea .heading span{
    font-size:17px;
    padding-top: 10px;
}
.introArea .lineBnr{
    margin: 0px auto 40px auto;
    width: 96%;
}
}

/*--------------------------------------
    news
--------------------------------------*/

.newsArea{
    margin: 0 auto 200px;
}
.newsArea .boxArea{
    width:980px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    margin: 0 auto;
}
.newsArea .boxArea .box a{
    display: block;
}
.newsArea .boxArea .box a .thumb{
    width:100%;
    height:auto;
    padding-top: 66.6666%;
    position: relative;
    margin-bottom: 15px;
}
.newsArea .boxArea .box a .thumb img{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
}
.newsArea .boxArea .box a .tag li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.newsArea .boxArea .box a .tag li a{
    display: block;
}
.newsArea .boxArea .box a .tag .kengakukai,
.newsArea .boxArea .box a .tag .nagaonishi{
    padding: 8px 8px 5px 8px;
    border:1px solid;
    border-color:#000000 #000000 transparent #000000;
    position: relative;
    line-height: 1;
    font-weight: bold;
}
.newsArea .boxArea .box a .tag .kengakukai:after{
    width:100%;
    height:3px;
    position: absolute;
    top:calc(100% + 2px);
    left:0;
    content: "";
    background: #4CA535;
}
.newsArea .boxArea .box a .tag .nagaonishi:after{
    width:100%;
    height:3px;
    position: absolute;
    top:calc(100% + 2px);
    left:0;
    content: "";
    background: #00ACA8;
}
.newsArea .boxArea .box a h3{
    font-weight: bold;
    margin-bottom: 5px;
}
.newsArea .boxArea .box a .detail{
    font-size:14px;
    margin-bottom: 5px;
}
.newsArea .boxArea .box a .comment{
    font-size:13px;
    color:#808080;
}
.newsArea dl{
    width:900px;
    margin: 30px auto 0;
    border-top:1px solid #000000;
}
.newsArea dl dt{
    float: left;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}
.newsArea dl dt span{
    width:60px;
    height:20px;
    margin: auto;
    display: block;
    position: absolute;
    top:0;
    left:125px;
    right:auto;
    bottom:0;
    line-height: 20px;
    font-size:14px;
    color:#FFFFFF;
    text-align: center;
    background: #00ACA8;
}
.newsArea dl dt span.blogcate{
    background: #00ACA8;
}
.newsArea dl dt span.columncate{
    background: #4CA535;
}
.newsArea dl dt span.newscate{
    background: #AACC03;
}
.newsArea dl dd{
    border-bottom: 1px solid #000000;
    line-height: 40px;
    padding-left: 210px;
}
.newsArea dl dd a{
    display: block;
    transition: 0.3s;
}
.newsArea dl dd a:hover{
    opacity: 0.5;
}
@media (max-width: 760px) {
.newsArea{
    margin: 0 auto 40px;
}
.newsArea .boxArea{
    width:90%;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
}
.newsArea .boxArea .box{
    margin-bottom: 20px;
}
.newsArea .boxArea .box a .tag .kengakukai, .newsArea .boxArea .box a .tag .nagaonishi {
    font-size:11px;
    padding: 4px 5px 3px 5px;
    margin-right: 5px;
}
.newsArea .boxArea .box a .tag .kengakukai:after, .newsArea .boxArea .box a .tag .nagaonishi:after{
    height: 2px;
    top: calc(100% + 1px);
}
.newsArea dl{
    width:90%;
}
.newsArea dl dt{
    float: none;
    line-height: 1.5;
    padding: 10px 0 10px 0;
}
.newsArea dl dt span {
    left: auto;
    right: 0;
}
.newsArea dl dd{
    padding-left: 0px;
    padding-bottom: 10px;
    line-height: 1.5;
}
.newsArea .btn{
    margin: 30px auto 0;
}
}

/*--------------------------------------
    story
--------------------------------------*/

.storyArea{
    width:100%;
    position: relative;
    padding-top: 30px;
}
.storyArea::before{
    content: "";
    background: url("../images/top/img_back_002.png") no-repeat center center;
    width:299px;
    height:184px;
    position: absolute;
    top:0;
    left:80px;
}
.storyArea .text{
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
.storyArea .pic{
    width:100%;
    height:auto;
    padding-top: 47.5%;
    position: relative;
}
.storyArea .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
@media (max-width: 760px) {
.storyArea{
    padding: 163px 0 40px;
}
.storyArea::before{
    width:200px;
    height:123px;
    background-size:contain;
    top:20px;
    left:0;
    right:0;
    margin: auto;
}
.storyArea .text{
    padding: 0 4%;
    margin-bottom:20px;
}
}

/*--------------------------------------
    code
--------------------------------------*/

.codeArea{
    width:900px;
    margin: 90px auto 60px;
    position: relative;
    padding-top: 90px;
    text-align: center;
    background: url("../images/top/bg_heading3_001.png") no-repeat center top;
}
.codeArea h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.codeArea .link-arrow{
    position: absolute;
    top:90px;
    right:0;
}
.codeArea .link-arrow a{
    display: inline-block;
    font-weight: bold;
    padding-right: 35px;
    line-height: 20px;
    background: url("../common/images/icon_arrow_b_002.png") no-repeat right center;
}
.codeArea ul{
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.codeArea ul li{
    height:55px;
}
.codeArea ul li a{
    display: block;
    border-radius: 28px;
    width:100%;
    height:100%;
    line-height: 55px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    background: rgba(76,165,53,0.3);
    font-weight: bold;
    transition: 0.3s;
}
.codeArea ul li a:after{
    content: "";
    background: url("../common/images/icon_arrow_w_002.png") no-repeat center center;
    width:9px;
    height:16px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
}
.codeArea ul li a:hover{
    opacity: 0.5;
}
@media (max-width: 760px) {
.codeArea{
    width:100%;
    margin: 0px auto 40px;
}
.codeArea h3{
    font-size:20px;
    margin-bottom: 80px;
}
.codeArea .link-arrow{
    position: absolute;
    top:150px;
    right:20px;
}
.codeArea ul{
    width:90%;
    margin: auto;
    display: block;
}
.codeArea ul li{
    margin-bottom: 10px;
}
}

/*--------------------------------------
    house
--------------------------------------*/

.houseArea{
    width:900px;
    margin: 0 auto 110px;
    position: relative;
    padding-top: 90px;
    text-align: center;
    background: url("../images/top/bg_heading3_002.png") no-repeat center top;
}
.houseArea h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.houseArea .link-arrow{
    position: absolute;
    top:90px;
    right:0;
}
.houseArea .link-arrow a{
    display: inline-block;
    font-weight: bold;
    padding-right: 35px;
    line-height: 20px;
    background: url("../common/images/icon_arrow_b_002.png") no-repeat right center;
}
.houseArea ul{
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.houseArea ul li{
    height:55px;
}
.houseArea ul li a{
    display: block;
    border-radius: 28px;
    width:100%;
    height:100%;
    line-height: 55px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    background: rgba(0,172,168,0.3);
    font-weight: bold;
    transition: 0.3s;
}
.houseArea ul li a:after{
    content: "";
    background: url("../common/images/icon_arrow_w_002.png") no-repeat center center;
    width:9px;
    height:16px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
}
.houseArea ul li a:hover{
    opacity: 0.5;
}
@media (max-width: 760px) {
.houseArea{
    width:100%;
    margin: 0px auto 40px;
}
.houseArea h3{
    font-size:20px;
    margin-bottom: 80px;
}
.houseArea .link-arrow{
    position: absolute;
    top:150px;
    right:20px;
}
.houseArea ul{
    width:90%;
    margin: auto;
    display: block;
}
.houseArea ul li{
    margin-bottom: 10px;
}
}

/*--------------------------------------
    info
--------------------------------------*/

.infoArea{
    width:100%;
    padding: 80px 0 110px;
    position: relative;
    text-align: center;
    background:#E1EEEF;
}
.infoArea h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.infoArea .boxArea{
    width:900px;
    margin: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.infoArea .boxArea:has(> :nth-child(1):last-child){
    width:440px;
    grid-template-columns: 1fr;
}
.infoArea .boxArea a.box{
    display: block;
    padding: 10px;
    background: #FFFFFF;
    position: relative;
}
.infoArea .boxArea a.box::before{
    content: "";
    background: url("../images/top/icon_clip.png") no-repeat center center;
    width:30px;
    height:30px;
    position: absolute;
    top:-10px;
    left:-10px;
}
.infoArea .boxArea a.box::after{
    content: "";
    background: url("../images/top/icon_clip.png") no-repeat center center;
    width:30px;
    height:30px;
    position: absolute;
    bottom:-10px;
    right:-10px;
}
.infoArea .boxArea a.box .thumb{
    width:100%;
    height:auto;
    padding-top: 66.6666%;
    position: relative;
    margin-bottom: 10px;
}
.infoArea .boxArea a.box .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.infoArea .boxArea a.box .pickup{
    position: absolute;
    top:280px;
    left:300px;
    z-index: 20;
}
.infoArea .boxArea a.box .address{
    text-align: center;
    line-height: 1.8;
    font-size:23px;
    font-weight: bold;
    position: relative;
}
.infoArea .boxArea a.box .address::after{
    content: "";
    position: absolute;
    top:100%;
    left:0;
    right:0;
    margin: auto;
    width:27px;
    height:2px;
    background: #00ACA8;
}
.infoArea .boxArea a.box h4{
    text-align: center;
    line-height: 1.8;
    font-size:29px;
    font-weight: bold;
}
.infoArea .text{
    position: absolute;
    bottom:20px;
    right:calc(50% - 450px);
}
@media (max-width: 760px) {
.infoArea{
    padding: 50px 0;
}
.infoArea h3{
    font-size:20px;
}
.infoArea .boxArea{
    width:90%;
    display: block;
}
.infoArea .boxArea:has(> :nth-child(1):last-child){
    width:90%;
}
.infoArea .boxArea a.box{
    margin-bottom: 20px;
}
.infoArea .boxArea a.box .pickup{
    top:auto;
    left:auto;
    right:20px;
    bottom:50px;
}
.infoArea .boxArea a.box .address{
    font-size:18px;
}
.infoArea .boxArea a.box h4{
    font-size:24px;
}
.infoArea .text{
    right:20px;
    bottom:20px;
}
}

/*--------------------------------------
    schedule
--------------------------------------*/

.scheduleArea{
    width:100%;
    position: relative;
    text-align: center;
    margin: 110px auto 120px;
}
.scheduleArea h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (max-width: 760px) {
.scheduleArea{
    margin: 50px auto;
}
.scheduleArea h3{
    font-size:20px;
}
}

/*--------------------------------------
    magazine
--------------------------------------*/

.magazineArea{
    padding: 80px 0 110px;
    text-align: center;
    background:#F7F4F0;
}
.magazineArea h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.magazineArea ul{
    width:900px;
    display: grid;
    gap:80px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
}
.magazineArea ul:has(> :nth-child(2):last-child){
    width:410px;
    grid-template-columns: 1fr 1fr;
}
.magazineArea ul:has(> :nth-child(3):last-child){
    width:655px;
    grid-template-columns: 1fr 1fr 1fr;
}
.magazineArea ul li a{
    display: block;
    padding-top: 132px;
    text-align: center;
    position: relative;
    font-size:24px;
    font-weight: bold;
    transition: 0.3s;
}
.magazineArea ul li a::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    margin: auto;
}
.magazineArea ul li a.voiceC::before{
    width:133px;
    height:94px;
    background:url("../images/top/icon_magazine_001.png") no-repeat center top/contain;
}
.magazineArea ul li a.blogC::before{
    width:88px;
    height:88px;
    background:url("../images/top/icon_magazine_002.png") no-repeat center top/contain;
}
.magazineArea ul li a.columnC::before{
    width:120px;
    height:78px;
    background:url("../images/top/icon_magazine_003.png") no-repeat center top/contain;
}
.magazineArea ul li a.staffC::before{
    width:124px;
    height:74px;
    background:url("../images/top/icon_magazine_004.png") no-repeat center top/contain;
}
.magazineArea ul li a::after{
    content: "";
    width:1px;
    height:30px;
    position: absolute;
    top:100px;
    left:0;
    right:0;
    margin: auto;
    background: #000000;
}
.magazineArea ul li a span{
    display: block;
    font-size:26px;
    font-weight: bold;
}
.magazineArea ul li a:hover{
    opacity: 0.5;
}
@media (max-width: 760px) {
.magazineArea{
    width:100%;
    padding: 50px 4%;
    box-sizing: border-box;
}
.magazineArea h3{
    font-size:20px;
}
.magazineArea ul,
.magazineArea ul:has(> :nth-child(2):last-child),
.magazineArea ul:has(> :nth-child(3):last-child){
    width:100%;
    gap:4%;
}
.magazineArea ul li a{
    padding-top: 80px;
    font-size:14px;
}
.magazineArea ul li a.voiceC::before,
.magazineArea ul li a.blogC::before,
.magazineArea ul li a.columnC::before,
.magazineArea ul li a.staffC::before{
    width:100%;
    height:50px;
}
.magazineArea ul li a::after{
    content: "";
    width:1px;
    height:10px;
    position: absolute;
    top:60px;
}
.magazineArea ul li a span{
    font-size:14px;
}
}

/*--------------------------------------
    contest
--------------------------------------*/

.contestArea{
    width:100%;
    position: relative;
    text-align: center;
    margin: 110px auto 120px;
}
.contestArea .picArea{
    width:771px;
    height:264px;
    margin: 0 auto 30px;
    position:relative;
}
.contestArea .picArea .pic{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.contestArea .picArea .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.contestArea .picArea .text{
    font-size:26px;
    line-height: 61px;
    width:530px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin: auto;
    background: rgba(255,255,255,0.9);
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 760px) {
.contestArea{
    margin: 40px auto;
}
.contestArea .picArea{
    width:100%;
    height:auto;
}
.contestArea .picArea .pic{
    height:auto;
    position:relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.contestArea .picArea .text{
    font-size:18px;
    line-height: 40px;
    width:90%;
    padding:10px 15px;
}
}

