@charset "utf-8";

*{ box-sizing:border-box; }

button,label{ cursor:pointer; }

img{
    max-width:100%;
    height:auto;
}

/* レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-only{ display: none !important; /* PCのみ表示 */ }
}
@media screen and (min-width: 769px) {
    .sp-only{ display: none !important; /* SPのみ表示 */ }
}

/* 分類：レイアウト
----------------------------------------------------------------------------- */
/* インナーレイアウト */
.inner{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}
@media screen and (max-width:768px){
    .inner{
        width:100%;
        padding: 0 20px;
    }
}

/* 分類：インプット系
----------------------------------------------------------------------------- */
input[type="text"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="number"],
select,
textarea{
    font-family:inherit;
    border:1px solid #ccc;
    border-radius:3px;
    padding:10px;
    font-size:16px;
}

select{
    cursor:pointer;
    padding-right:30px !important;
    background-repeat:no-repeat;
    background-size:10px 5px;
    background-position:right 10px center;
}
input[type="text"]{
    width:100%;
}
textarea{
    width:100%;
    min-height:100px;
    resize:vertical;
}
@media screen and (max-width: 1100px) {
    input[type="text"],
    input[type="date"],
    input[type="time"],
    input[type="password"],
    input[type="number"],
    select,
    textarea{
        padding:5px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5{ width:5% !important; }
.w10{ width:10% !important; }
.w15{ width:15% !important; }
.w20{ width:20% !important; }
.w25{ width:25% !important; }
.w30{ width:30% !important; }
.w35{ width:35% !important; }
.w40{ width:40% !important; }
.w45{ width:45% !important; }
.w50{ width:50% !important; }
.w55{ width:55% !important; }
.w60{ width:60% !important; }
.w65{ width:65% !important; }
.w70{ width:70% !important; }
.w75{ width:75% !important; }
.w80{ width:80% !important; }
.w85{ width:85% !important; }
.w90{ width:90% !important; }
.w95{ width:95% !important; }
.w100{ width:100% !important; }

/* clearfix
----------------------------------------------------------------------------- */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 分類：見出し
----------------------------------------------------------------------------- */
/* 大見出し */
.ttl-L{
    text-align: center;
    font-size: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 50px;
}
.ttl-L img{
    display: block;
    margin: 0 auto 20px;
}

@media screen and (max-width:768px){
    .ttl-L{
        font-size: 6.25vw;
        margin-bottom: 7.5vw;
    }
    .ttl-L img{
        margin: 0 auto 2.5vw;
        width: 10vw;
    }
}

/* 中見出し */
.ttl-M{
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 30px;
}
.ttl-M img{
    display: inline-block;
    width: 50px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
}
@media screen and (max-width:768px){
    .ttl-M{
        
    }
}

/* 小見出し */
.ttl-S{
    
}

@media screen and (max-width:768px){
    .ttl-S{
        
    }
}


/* 小見出し */
.ttl-SS{
    
}

@media screen and (max-width:768px){
    .ttl-SS{
        
    }
}

/* 分類：ボタン
----------------------------------------------------------------------------- */
/* btn-01:白背景緑ボーダー緑矢印 */
.btn-01{
    background-image: url("../images/arr_01.svg");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 2px solid #89C330;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #89C330;
    text-decoration: none;
    height:70px;
    line-height: 65px;
    border-radius: 35px;
    padding: 0 100px 0 40px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn-01:hover{
    background-position: right 20px center;
    box-shadow: none;
}

@media screen and (max-width:768px){
    .btn-01{
        background-size: 7.5vw auto;
        background-position: right 7.5vw center;
        font-size: 4.5vw;
        width:100%;
        height:15vw;
        line-height: 14.5vw;
        border-radius: 7.5vw;
        padding: 0 20vw 0 7.5vw;
        display: block;
        text-align: left;
    }
}


/* 分類：リスト
----------------------------------------------------------------------------- */
/* お知らせリスト */
.list-news{
    
}
.list-news ul li{
    border-bottom: 1px solid #EEF0EB;
}
.list-news ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background-image: url("../images/arr_02.svg");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 25px 0;
    font-size:18px;
}
.list-news-date{
    color: #89C330;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.list-news-cat{
    margin-right: 20px;
}
.list-news-cat a{
    display: inline-block;
    background-color: #89C330;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    text-decoration: none;
}
.list-news-ttl{
    text-decoration: none;
}

@media screen and (max-width:768px){
    .list-news ul li{
        flex-wrap: wrap;
        padding: 5vw 0;
        font-size:4.5vw;
    }
    .list-news-date{
        margin-right: 3.75vw;
    }

    .list-news-cat{
        margin-right: 2.5vw;
    }
    .list-news-cat a{
        padding: 0.5vw 1.25vw;
        border-radius: 1.25vw;
        font-size: 3.75vw;
        margin-right: 2.5vw;
    }
    .list-news-ttl{
        width:100%;
        margin-top: 2.5vw;
    }
}

/* リンクリスト */
.list-link{
    padding-bottom: 70px;
}
.list-link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.list-link ul li{
    width: calc( (100% - 60px) / 3 );
    margin-right: 30px;
    margin-bottom: 30px;
}
.list-link ul li:nth-child(3n){
    margin-right: 0;
}
.list-link ul li a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.list-link ul li a figcaption{
    position: absolute;
    left:0;
    bottom: 0;
    color: #fff;
    background-color: #89C330;
    display: inline-block;
    background-image: url("../images/arr_03.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding: 20px 60px 20px 20px;
    border-radius: 0 15px 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.list-link ul li a:hover{
    box-shadow: none;
}
.list-link ul li a:hover figcaption{
    background-position: center right 5px;
}

@media screen and (max-width:768px){
    .list-link{
        padding-bottom:5vw;
    }
    .list-link ul{
        display: block;
    }
    .list-link ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 7.5vw;
    }
    .list-link ul li a{
        border-radius: 3.75vw;
    }
    .list-link ul li a figcaption{
        background-position: center right 2.5vw;
        padding: 3.75vw 12.5vw 3.75vw 5vw;
        border-radius: 0 2.5vw 0 0;
        font-size: 4.5vw;
    }
}

/* FAQ */
.list-faq dl{
    border-bottom: 1px solid #EEF0EB;
    padding: 30px 0;
}
.list-faq dl dt{
    position: relative;
    padding-left:60px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}
.list-faq dl dt::before{
    position: absolute;
    content: "Q.";
    font-size: 25px;
    color: #89C330;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    left:0;
    top:-5px;
}
.list-faq dl dd{
    position: relative;
    padding-left:60px;
    font-size: 16px;
}
.list-faq dl dd::before{
    position: absolute;
    content: "A.";
    font-size: 25px;
    color: #89C330;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    left:0;
    top:-5px;
}

@media screen and (max-width:768px){
    .list-faq dl{
        padding: 5vw 0;
    }
    .list-faq dl dt{
        padding-left:10vw;
        margin-bottom: 5vw;
        font-size: 4vw;
    }
    .list-faq dl dt::before{
        font-size: 6.25vw;
        left:0;
        top:-7px;
    }
    .list-faq dl dd{
        padding-left:10vw;
        font-size: 3.75vw;
    }
    .list-faq dl dd::before{
        font-size: 6.25vw;
        left:0;
        top:-7px;
    }
}