/* ---------------------------------------------------
	common
------------------------------------------------------ */
#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
    width: 100%;
    padding: 100px 0;
}
#sec01 h2,
#sec02 h2,
#sec03 h2,
#sec04 h2 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}

.js-accordion {
}
.js-acbox {
    display: none;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05 {
        padding: 50px 0;
    }
    #sec01 h2,
    #sec02 h2,
    #sec03 h2,
    #sec04 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}


/* ---------------------------------------------------
	mainimg
------------------------------------------------------ */
#mainimg {
    padding-top: 130px;
}

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

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

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

@media screen and (max-width: 767px) {
    #mainimg {
        padding-top: 80px;
    }
}

/* ---------------------------------------------------
	section1
------------------------------------------------------ */
#sec01 {
}
#sec01 .flexbox {
    align-items: flex-start;
}
#sec01 .img {
    width: 20%;
    font-size: 22px;
    text-align: center;
}
#sec01 .img img {
    margin-bottom: 10px;
}
#sec01 .txt {
    width: 75%;
    line-height: 2;
    text-align: left;
}

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

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

@media screen and (max-width: 767px) {
    #sec01 {
    }
    #sec01 .flexbox {
        display: block;
    }
    #sec01 .img {
        width: 40%;
        font-size: 13px;
        float: left;
        padding: 0 10px 10px;
    }
    #sec01 .img img {
        margin-bottom: 10px;
    }
    #sec01 .txt {
        width: 100%;
        padding: 0 10px;
    }
}

/* ---------------------------------------------------
	section2
------------------------------------------------------ */
#sec02 {
    background: url("../img/home/bg_sec02.jpg") repeat top center;
    background-size: 960px 600px;
}
#sec02 .lead {
    align-items: flex-start;
}
#sec02 .lead-txt {
    text-align: left;
    line-height: 2.6;
    margin-bottom: 50px;
    max-width: 720px;
}
#sec02 .lead-img {
    width: 30%;
    margin-bottom: 50px;
}
#sec02 h3 {
    color: #C41645;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
#sec02 h3:after {
    content: "▼";
    display: inline-block;
    color: #C41645;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    line-height: 1.5;
}
#sec02 h3.open:after {
    content: "▲";
}
#sec02 ul {
    flex-wrap: wrap;
}
#sec02 ul li {
    width: 32.5%;
    max-width: 390px;
    margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767px) {
    #sec02 {
    }
    #sec02 .flexbox {
        display: block;
    }
    #sec02 .lead-txt {
        padding: 0 10px;
        line-height: 2;
        margin-bottom: 25px;
        max-width: 100%;
    }
    #sec02 .lead-img {
        width: 100%;
        margin-bottom: 25px;
    }
    #sec02 h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #sec02 h3:after {
        font-size: 20px;
    }
    #sec02 ul {
        flex-wrap: wrap;
    }
    #sec02 ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    #sec02 ul li:last-child {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------------
	section3
------------------------------------------------------ */
#sec03 {
}
#sec03 .bg {
    width: 100%;
    background: url("../img/home/bg_sec03.jpg") no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    justify-content: center;
}
#sec03 .bg .img {
    margin-right: 40px;
}
#sec03 .bg .txt {
    text-align: left;
}
#sec03 .bg .txt h3 {
    margin-bottom: 70px;
}

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

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

@media screen and (max-width: 767px) {
    #sec03 {
    }
    #sec03 .bg {
        width: 95%;
        padding: 25px 0;
    }
    #sec03 .bg .img {
        margin-right: 10px;
        margin-left: 10px;
    }
    #sec03 .bg .txt {
        margin-right: 10px;
    }
    #sec03 .bg .txt h3 {
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------------
	section4
------------------------------------------------------ */
#sec04 {
    background: #F2EEEF;
    padding-bottom: 70px;
}
#sec04 ul {
    flex-wrap: wrap;
}
#sec04 ul li {
    width: 23.75%;
    text-align: center;
    margin-bottom: 30px;
}
#sec04 ul li img {
    margin-bottom: 5px;
}
#sec04 ul li a {
    color: #000;
    text-decoration: none;
}
#sec04 .link {
	text-align: left;
	font-size: 22px;
	margin-top: 20px;
}
#sec04 .link a { color: #000; text-decoration: none;}
#sec04 .link a:hover { opacity: 0.7;}

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

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

@media screen and (max-width: 767px) {
    #sec04 {
    }
    #sec04 ul {
    }
    #sec04 ul li {
        width: 50%;
        margin-bottom: 20px;
        font-size: 14px;
    }
    #sec04 ul li:nth-child(2n+1) {
        padding: 0 5px 0 10px;
    }
    #sec04 ul li:nth-child(2n) {
        padding: 0 10px 0 5px;
    }
    #sec04 ul li img {
        margin-bottom: 5px;
    }
    #sec04 ul li a {
    }
}

/* ---------------------------------------------------
	section5
------------------------------------------------------ */
#sec05 {
    padding-top: 0;
}
#sec05 h2 {
    position: relative;
    width: 100%;
    height: 80px;
    background: #5A7D26;
    text-align: center;
    color: #FFF;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    letter-spacing: 0.1em;
    padding-top: 23px;
    line-height: 1;
}
/*#sec05 h2:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 32px;
  height: 18px;
    background: url("../img/home/sec05_arrow.png") no-repeat top center;
    background-size: cover;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}*/

#sec05 h2.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sec05 .bg {
    width: 100%;
    background: url("../img/home/sec05_bg.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 50px;
/*    display: none;*/
}
#sec05 .lead {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
#sec05 .box {
    width: 91.667%;
    max-width: 1100px;
    margin: 0 auto 10px;
    background: #FFF;
    padding: 35px 40px 40px;
}
#sec05 .box > .js-acbox > .flexbox {
    align-items: flex-start;
}
#sec05 .box:last-child {
    margin-bottom: 0;
}
#sec05 .box h3 {
    color: #C41645;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
}
#sec05 .box h3:after {
    content: "▼";
    display: inline-block;
    color: #C41645;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    line-height: 1.5;
}
#sec05 .box h3.open:after {
    content: "▲";
}
#sec05 .box h4 {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
	font-weight: bold;
}
#sec05 .box ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
}
#sec05 .box p {
    text-align: left;
    margin-bottom: 20px;
}
#sec05 .box ul li {
    width: 15.686%;
    max-width: 160px;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}
#sec05 .box .txt {
    max-width: 520px;
    text-align: left;
}
#sec05 .box .img {
    width: 500px;
    text-align: right;
    align-items: flex-start;
    font-size: 16px;
}
#sec05 .box:last-child .img {
/*    text-align: center;*/
}
#sec05 .box .img img {
    margin-bottom: 5px;
}

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

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

@media screen and (max-width: 767px) {
    #sec05 {
    }
    #sec05 h2 {
        width: 100%;
        height: 60px;
        font-size: 30px;
        padding-top: 15px;
    }
    #sec05 h2:after {
    }

    #sec05 h2.open:after {
    }
    #sec05 .bg {
        width: 100%;
        padding-bottom: 25px;
    }
    #sec05 .lead {
        width: 100%;
        padding: 15px 10px;
        text-align: left;
    }
    #sec05 .box {
        width: 91.667%;
        max-width: 1100px;
        margin: 0 auto 10px;
        padding: 20px;
    }
    #sec05 .box > .js-acbox > .flexbox {
        display: block;
    }
    #sec05 .box:last-child {
    }
    #sec05 .box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #sec05 .box h3:after {
        font-size: 20px;
    }
    #sec05 .box p {
        text-align: left;
        margin-bottom: 15px;
    }
    #sec05 .box ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #sec05 .box ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    #sec05 .box .txt {
        max-width: 100%;
    }
    #sec05 .box .img {
        width: 100%;
        text-align: right;
        display: block;
    }
    #sec05 .box .img > div {
        margin-bottom: 10px;
    }
    #sec05 .box .img > div:last-child {
        margin-bottom: 0;
    }
    #sec05 .box:last-child .img {
/*        text-align: center;*/
    }
    #sec05 .box .img img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
}



.news{
    margin-bottom: 100px;
}

.news .bg_area {
    width: 1200px;
    background-color: #F5F3F0;
    margin: 0 auto;
}

.news h3 {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 32px;
    font-weight: bold;
}

.news p {
    font-size: 20px;
    font-weight: 400;
}

.news .bg_area .map_aera {
    padding: 32px 60px 50px 60px;
    display: inline-flex;
}

.news .bg_area .map_aera dl{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.news .bg_area .map_aera dl dt {
    width: 35%;
    padding-right: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}

.news .bg_area .map_aera dl dd {
    width: 65%;
    margin-bottom: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 1024px){
    .news .bg_area {
        width: 96%;
    }
    
    .news p {
        font-size: 18px;
        margin-bottom: 24px;
    }
    
    .news .bg_area .map_aera {
        padding: 0;
        display: block;
    }
    
    .news .bg_area .map_aera dl{
        width: 60%;
        margin: 0 auto;
    }
    
    .news .bg_area {
        padding: 24px;
    }
    
    .news img {
        margin-top: 32px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .news .bg_area .map_aera dl{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 350px) {
    .news .bg_area .map_aera dl dt{
        font-size: 14px;
    }
    
    .news .bg_area .map_aera dl dd{
        font-size: 14px;
    }
}
