/*
Theme Name:soshin
Theme URI:
Description:
Author:
Author URI:
Version:0.1
*/

@charset "utf-8";

/* common */

/*@import src: url("/assets/font/Makinas-4-Flat.otf") format("Makinas-4-Flat");*/

/*@font-face {
	font-family: 'Makinas-4-Flat';
	src: url(/assets/font/Makinas-4-Flat.otf);

}*/

@font-face{
    font-family: 'makinas4f';
    src: url('./assets/font/Makinas-4-Flat.eot');
    src: url('./assets/font/Makinas-4-Flat.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
        url('./assets/font/Makinas-4-Flat.woff') format('woff'), /* モダンブラウザ用 */
        url('./assets/font/Makinas-4-Flat.otf') format('opentype'); /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: 'GenJyuuGothic';
src: url('./assets/font/GenJyuuGothic-Normal.wof') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}



body {
    font-size: 14px;
    font-family: 'GenJyuuGothic', sans-serif;
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    color: #333;
    overflow-x: hidden;
    font-size: 14px;
}

.font1{
  font-family: 'makinas4f', sans-serif;
  /*letter-spacing: .05em*/
}

.font2{
  /*font-family: 'makinas4f', sans-serif;
  letter-spacing: .05em*/
}



* , *:before , *:after {
    box-sizing: border-box;
}
img {
    vertical-align: bottom;
}
a {
	text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}
a img:hover {
	opacity: 0.7;
}
p{
  margin: 0;
}

.sp {
    display: none;
}

.pc {
    display: block;
}



.animated{
	animation-duration:1.8s;
	animation-timing-function:ease;
}





/* Parts*/

.showbox {
	width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.showbox2 {
	width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.showbox3{
	width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.showbox4{
	width: 100%;
  max-width: 930px;
  margin: 0 auto;
}



ul li{
	list-style: none;
}

/* editor */


/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; margin-left: 10px; }
.alignleft { float: left; margin-right: 10px; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;

}



/* ヘッダー */
header {
    position: fixed;
    padding-bottom:0;
    width: 100%;
    height: auto;
    z-index: 100;
    top:0;
}

#header2{
    background: rgba(204, 204, 204, 0.7);
}

/*追加分*/


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    /*transform: translateX(0%);*/
}
/* グローバルナビ */
nav.globalMenuSp {
    color: #000;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}


#gnav-box.active{
  background: rgba(102, 102, 102, 0.3);
}

.head-logo{
  margin-right: auto;
  margin: 15px auto 0 15px;

}


.head-logo2{
  margin-right: auto;
  margin: 15px auto 0 15px;
}


.head-logo.mini{
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration:1s;
    animation-name:logo_anime;
    animation-duration:1s;
    margin-top: 0px;
    height: 100px;
}


.head-logo.mini a{
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
}

@-webkit-keyframes logo_anime{
    0%{
        height: 200px;
    }
    100% {
        height: 100px;
    }
}
@keyframes logo_anime{
  0%{
      height: 200px;
  }
  100% {
      height: 100px;

  }
}




/*nav.globalMenuSp .head-logo img{
  margin-right: 20px;
	margin-top: -15px;
}*/




nav.globalMenuSp ul.head-menu1 {
  margin: 35px 145px 0 0;
  display: flex;
}

nav.globalMenuSp ul.head-menu1 li {
    margin-right: 0px;
}

nav.globalMenuSp ul.head-menu1 li:not(:last-child) {
  margin-right: 20px;
}



nav.globalMenuSp ul.head-menu1 li a{
}

nav.globalMenuSp ul.head-menu1 li a:hover{
  text-decoration: underline;
  color: #cc0000;
}




.sp-menu{
  display: none;
}
.pc-scroll{
  display: none;
}


.sns-btn2{
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 20px;
	left: 175px;
}


@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}



.head-menu5 li,
.head-menu5 li a {
    margin: 75px 0 -55px 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
}
.head-menu5 li {
    width: 100%;
    text-indent: 40%;
}
.head-menu5 a:focus {
    display: block;
    color: #fff;
    background-color: #eee;
    transition: all .5s;
}

#trigger, #burger, #burger:before, #burger:after {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 1;
}
.humberger1 #trigger {
    height: 25px;
    background: none;
}
.humberger1 #burger:before {
    content: " ";
    top: 10px;
    left: 0;
}
.humberger1 #burger:after {
    content: " ";
    top: 20px;
    left: 0;
}
.humberger1 #menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform .2s ease;
}

.humberger1 #menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease;
}
.humberger1 #menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease;
}
.humberger1 div {
    position: fixed;
    top:0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 110px;
    height: 110px;
    background-color: rgba(102,102,102,0.9);;
    border-bottom-left-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
}
#menu-toggle:checked + #trigger + #burger + div {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger + #burger ~ div > li, a {
    display: block !important;
}


#menu-toggle:checked + #trigger ~ div > .head-menu5 > li,
#menu-toggle:checked + #trigger ~ div > .head-menu5 > li a {
    display: block !important;
}

.humberger1 [type="checkbox"]:not(:checked),
.humberger1 [type="checkbox"]:checked{
  display: none;
}



/* フッター */
footer {
  width: 100%;
}


/*フッターメニュー*/


.footer1{
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #333 0%, #333 50%, #666 50%, #666 100%);
  padding: 65px 0;
  color: #fff;

  position: relative;
}



.footer1 .showbox2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer1 .showbox2 .footer1-1{
}

.footer1 .showbox2 .footer1-1 div{
  margin: 0;
  line-height: 1;
}

.footer1 .showbox2 .footer1-1 div:first-child{
  display: flex;
  align-items: baseline;
}

.footer1 .showbox2 .footer1-1 div:first-child p:nth-child(2){
  margin-left: 15px;
  font-size: 18px;
}
.footer1 .showbox2 .footer1-1 div:first-child p:last-child{
  font-size: 35px;
}

.footer1 .showbox2 .footer1-1 div:nth-child(2){
  margin: 35px 0 20px 0;
}

.footer1 .showbox2 .footer1-1 div:nth-child(3){
    margin-bottom: 10px;
}

.footer1 .showbox2 .footer1-1 div:nth-child(4){
  margin-bottom: 15px;
}

.footer1 .showbox2 .footer1-1 div:nth-child(5){
  margin-bottom: 35px;
}

.footer1 .showbox2 .footer1-1 div:last-child{
  line-height: 1.6em;
}


.footer1 .footer1-2{
  position: absolute;
  width: 70px;
  top: 190px;
  left: 0;
  right: 0;
  margin: auto;

}



.footer1 .showbox2 .footer1-3{
  text-align: right;
}

.footer1 .showbox2 .footer1-3 p:first-child{
  width: 218px;
  border: 1px solid #29a929;
  background: #29a929;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  margin-left: auto;
}
.footer1 .showbox2 .footer1-3 p:first-child a{
  display: block;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer1 .showbox2 .footer1-3 p:first-child a:hover{
  background: #fff;
  color: #29a929;
}

.footer1 .showbox2 .footer1-3 p:nth-child(2){
  margin-bottom: 25px;
}

.footer1 .showbox2 .footer1-3 p:nth-child(3){
  width: 75px;
  height: 5px;
  background: #fff;
  margin-bottom: 25px;
  margin-left: 180px;
}

.footer1 .showbox2 .footer1-3 p:nth-child(4){
  margin-bottom: 55px;
  margin-right: 70px;
}




.footer2{
  width: 100%;
  text-align: center;
  background: #ebebeb;
  padding: 45px 0 35px 0;
}


.footer2 .footer2-1 nav ul{
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.footer2 .footer2-1 nav ul.menu li:not(:last-child){
  margin-right: 25px;
}

.footer2 .footer2-1 nav ul.menu li{
  font-size: 16px;
}


.footer2 .footer2-1 nav ul.menu li a{
  color: #29a929;
}

.footer2 .footer2-1 nav ul li ul.sub-menu {
}

.footer2 .footer2-1 nav ul li ul.sub-menu li{
}

.footer2 .footer2-1 nav ul li ul.sub-menu li a{
}



.footer2 .footer2-3 .footer-sns{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  margin-top: 40px;
}

.footer2 .footer2-3 .footer-sns p:not(:last-child){
  margin-right: 7px;
}

.footer2 .footer2-3 .footer-sns a{
  color: #228b22;
}




.footer3{
  width: 100%;
  background: #145814;
  color: #fff;
  padding: 25px 0;
}



/* contents */
#contents {
    /*padding: 0 0 50px 0;*/
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.margin1{margin-top: 50px;}

#contents > #main {
    width: 100%;
    padding: 130px 0 115px 0;
    margin: 0;
}

/*#contents > #sidebar {
    width: 22%;
    padding-bottom: 160px;


}*/

#main-top{
	width: 100%;
  padding-bottom: 110px;
}


/* front-page */
.main-container{
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-container div{
  width: 100%;
  height: 100vh;
}


.slide-dots {
  position: absolute;
  cursor: pointer;
  bottom: 115px;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 20px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px;

}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  border: none;
}

.slide-dots li.slick-active button{
  background: #ccc;
  border-radius: 100%;
}


.main-text{
  color: #fff;
  position: absolute;
  bottom: 150px;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
}

.main-text p{
  margin: 0;
  line-height: 1;
}

.main-text p:first-child{
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

.main-text p:nth-child(2){
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: .25em;
}

.main-text p:last-child{
  width: 100%;
  max-width: 335px;
  line-height: 1.3em;
  font-size: 12px;
}





/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:43%;
  /*bottom:10px;*/
  bottom: 180px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}




.index-area1{
  padding: 60px 0 70px 80px;
}

.index-area1 .showbox3{
  display: flex;
}

.index-area1 .showbox3 .area1-1{
  width: 32.3%;
  padding: 15px 50px 0 25px;
}

.index-area1 .area1-1 p{
  margin: 0;
  line-height: 1;
}

.index-area1 .showbox3 .area1-1 p:first-child{
  font-size: 33px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.index-area1 .showbox3 .area1-1 p:first-child:before{
  content: "";
  width: 100px;
  height: 30px;
  background: #228b22;
  position: absolute;
  top: -15px;
  left: -25px;
  z-index: -100;

}


.index-area1 .showbox3 .area1-1 p:nth-child(2){
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}

.index-area1 .showbox3 .area1-1 p:nth-child(3){
  font-size: 12px;
  margin-bottom: 60px;
  line-height: 2em;
}

.index-area1 .showbox3 .area1-1 p:last-child{

}

.index-btn1{
  width: 156px;
  text-align: center;
  border: 1px solid #8e8e8e;
  border-radius: 30px;
}

.index-btn1 a{
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.index-btn1 a:hover{
  border-radius: 20px;
  background: #8e8e8e;
  color: #fff;
}




.index-area1 .showbox3 .area1-2{
  width: 67.7%;
  padding: 20px;
  background: #ececec;
  display: flex;
}

.index-area1 .showbox3 .area1-2 a{
  width: 25%;
  height: 460px;
}

.index-area1 .showbox3 .area1-2 a:hover{
  filter: brightness(45%);
}



.index-area1 .showbox3 .area1-2 a p{
  transform: rotate(90deg);
  color: #fff;
  width: 460px;
}

.index-area1 .showbox3 .area1-2 a p:first-child{
  font-size: 30px;
}

.index-area1 .showbox3 .area1-2 a p:last-child{
  font-size: 16px;
}

.index-area1 .showbox3 .area1-2 a:first-child {
  background: no-repeat center top url(./images/index/index-img1.png);
  background-size: cover;
  position: relative;
}

.index-area1 .showbox3 .area1-2 a:first-child  p:first-child{
  position: absolute;
  right: -70px;
  bottom: 165px;
}

.index-area1 .showbox3 .area1-2 a:first-child  p:last-child{
  position: absolute;
  right: -45px;
  bottom: 160px;
}


.index-area1 .showbox3 .area1-2 a:nth-child(2){
  background: no-repeat center top url(./images/index/index-img2.png);
  background-size: cover;
  position: relative;
}
.index-area1 .showbox3 .area1-2 a:nth-child(2) p:first-child{
  position: absolute;
  right: -70px;
  bottom: 165px;
}

.index-area1 .showbox3 .area1-2 a:nth-child(2) p:last-child{
  position: absolute;
  right: -45px;
  bottom: 160px;
}


.index-area1 .showbox3 .area1-2 a:nth-child(3){
  background: no-repeat center top url(./images/index/index-img3.png);
  background-size: cover;
  position: relative;
}
.index-area1 .showbox3 .area1-2 a:nth-child(3) p:first-child{
  position: absolute;
  right: -70px;
  bottom: 165px;
}

.index-area1 .showbox3 .area1-2 a:nth-child(3) p:last-child{
  position: absolute;
  right: -45px;
  bottom: 160px;
}


.index-area1 .showbox3 .area1-2 a:last-child{
  background: no-repeat center top url(./images/index/index-img4.png);
  background-size: cover;
  position: relative;
}
.index-area1 .showbox3 .area1-2 a:last-child p:first-child{
  position: absolute;
  right: -70px;
  bottom: 165px;
}

.index-area1 .showbox3 .area1-2 a:last-child p:last-child{
  position: absolute;
  right: -45px;
  bottom: 160px;
}




.index-area2{
  padding: 70px 0;
  position: relative;
  margin-bottom: 600px;
}

.index-area2 .area2-1{
  width: 85.7%;
  height: 600px;
  margin-right: auto;
  background: no-repeat left top url(./images/index/index-bk1.png);
  background-size: cover;
  position: absolute;
  z-index: -10;
}

.index-area2 .showbox3{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  margin: auto;
}

.index-area2 .area2-2{
  width: 460px;
}

.index-area2 .area2-2 div{
  margin: 0;
  line-height: 1;
}

.index-area2 .area2-2 div:first-child{
  font-size: 33px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.index-area2 .area2-2 div:first-child:before{
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  background: #29a929;
  top: -18px;
  left: 0px;
  z-index: -1;
}


.index-area2 .area2-2 div:nth-child(2){
  font-size: 12px;
  color: #fff;
  margin-bottom: 50px;
  padding-left: 30px;
  font-weight: bold;
}

.index-area2 .area2-2 div:last-child{
  background: rgba(239,239,239,0.9);
  padding: 40px 70px 40px 50px;
  position: relative;
}

.index-area2 .area2-2 div:last-child p:first-child{
  font-size: 18px;
  margin-bottom: 15px;
}

.index-area2 .area2-2 div:last-child p:nth-child(2){
  margin-bottom: 25px;
  line-height: 1.8em;
}

.index-area2 .area2-2 div:last-child p:last-child{
  position: absolute;
  width: 85px;
  height: 15px;
  background: #666;
  right: 0;
  bottom: 0;
}


.index-area3{
  padding: 0 0 100px 0;
  position: relative;
  margin-bottom: 600px;
}

.index-area3 .area3-1{
  width: 85.7%;
  height: 600px;
  background: no-repeat right top url(./images/index/index-bk2.png);
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: -10;
}

.index-area3 .showbox3{
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: auto;
}

.index-area3 .area3-2{
  width: 460px;
}

.index-area3 .area3-2 div{
  margin: 0;
  line-height: 1;
}

.index-area3 .area3-2 div:first-child{
  font-size: 33px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.1em;
  color: #114611;
  font-weight: bold;
}
.index-area3 .area3-2 div:first-child:before{
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  background: #29a929;
  top: -15px;
  left: 0px;
  z-index: -1;

}


.index-area3 .area3-2 div:nth-child(2){
  font-size: 12px;
  margin-bottom: 50px;
  padding-left: 30px;
  color: #114611;
  font-weight: bold;
}

.index-area3 .area3-2 div:last-child{
  background: rgba(239,239,239,0.9);
  padding: 40px 50px 40px 70px;
  position: relative;
}

.index-area3 .area3-2 div:last-child p:first-child{
  font-size: 18px;
  margin-bottom: 15px;
}

.index-area3 .area3-2 div:last-child p:nth-child(2){
  margin-bottom: 25px;
  line-height: 1.8em;
}

.index-area3 .area3-2 div:last-child p:last-child{
  position: absolute;
  width: 85px;
  height: 15px;
  background: #666;
  right: 0;
  bottom: 0;
}


.index-area4{
  width: 100%;
  padding-bottom: 100px;
}

.index-area4 .area4-1{
  text-align: center;
  margin-bottom: 45px;
}

.index-area4 .area4-1 p:first-child{
  font-size: 33px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  color: #114611;

}

.index-area4 .area4-1 p:first-child::after{
  content: "";
  position: absolute;
  width: 275px;
  height: 10px;
  left: -270px;
  right: 0;
  margin: auto;
  bottom: 10px;
  background: #999;
  z-index: -1;
}

.index-area4 .area4-1 p:last-child{
  font-size: 12px;
  font-weight: bold;
  margin-left: -435px;
  color: #114611;
}


.index-area4 .showbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.index-area4 .showbox .item{
  width: 30%;
}


.index-area4 .item-date{
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 17px 0;
}

.index-area4 .item-title{
  line-height: 1;
  width: 100%;
  border-top: 1px solid #333;
  padding-top: 17px;
}

.index-area4 .item-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}


.position1{
  margin: 0 auto;
}



.index-area5{

}

.index-area5 .area5-1{
  text-align: center;
  margin-bottom: 45px;
}

.index-area5 .area5-1 p:first-child{
  font-size: 33px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  color: #114611;
}

.index-area5 .area5-1 p:first-child::after{
  content: "";
  position: absolute;
  width: 80px;
  height: 10px;
  left: -80px;
  right: 0;
  margin: auto;
  bottom: 10px;
  background: #999;
  z-index: -1;
}

.index-area5 .area5-1 p:last-child{
  font-size: 12px;
  font-weight: bold;
  margin-left: -65px;
  color: #114611;
}

.index-area5 .showbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.index-area5 .showbox .item{
  width: 30%;
}

.index-area5 .item-date{
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 17px 0;
}

.index-area5 .item-title{
  line-height: 1;
  width: 100%;
  border-top: 1px solid #333;
  padding-top: 17px;
}

.index-area5 .item-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}





  @media screen and (max-width:768px) {
    #contents {
        margin: 0;
        overflow: hidden;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    #contents > #main-top {
        padding: 0 0 100px 0;
        margin: 0;
        width: 100%;
        height: auto;
        overflow-x: hidden;
    }
    #contents > #main {
        width: 100%;
        padding: 250px 10px 170px 10px;
    }
    #contents > #sidebar {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
        /*text-align: center;*/
    }


      .pc {
          display: none;
      }
      .sp {
          display: block;
      }
      body {
          /*min-width: 320px;*/
          width: 100%;
          margin-right: 0;
      }
      .showbox,
      .showbox2{
          width: 100%;
          padding: 0 10px;
      }


      /* header */




      .pc-scroll{
        display: none;
      }

      .globalMenuSp .gnav{
        display: none;
      }



      .head-menu5 li,
      .head-menu5 li a {
          font-size: 12px;
      }
      .head-menu5 li {
          width: 100%;
          text-indent: 30%;
      }


      /* footer */
      footer {
        width: 100%;
      }


      .footer1{
        background: linear-gradient(180deg, #333 0%, #333 54%, #666 54%, #666 100%);
      }

      .footer1 .showbox2{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
      }

      .footer1 .showbox2 .footer1-1{
        margin-bottom: 90px;
        width: 100%;
      }


      .footer1 .showbox2 .footer1-1 div:first-child{
        display: flex;
        align-items: baseline;
      }

      .footer1 .showbox2 .footer1-1 div:first-child{
        flex-wrap: wrap;
      }

      .footer1 .showbox2 .footer1-1 div:first-child p:first-child{
        width: 100%;
        margin-bottom: 50px;
      }


      .footer1 .showbox2 .footer1-1 div:first-child p:nth-child(2){
        margin-left: 0px;
      }

      .footer1 .showbox2 .footer1-1 div:first-child p:last-child a{
        color: #fff;
      }

      .footer1 .footer1-2{
        top: 53%;
      }



      .footer1 .showbox2 .footer1-3{
        text-align: left;
        margin: 0;
        width: 100%;
        margin-top: 30px;
      }

      .footer1 .showbox2 .footer1-3 p:first-child{
        margin-left: 0;

      }

      .footer1 .showbox2 .footer1-3 p:nth-child(3){
        margin-left: 0px;
      }

      .footer1 .showbox2 .footer1-3 p:nth-child(4){
        margin-right: 0px;
      }



      .footer2{
        flex-direction: column;
        padding: 40px 10px 20px 10px;
      }

      .footer2 a{
        color: #fff;
      }

      .footer2 .footer2-1{
        width: 100%;
      }

      .footer2 .footer2-1 nav ul{
        margin-bottom: 40px;
        flex-wrap: wrap;
      }

      .footer2 .footer2-1 nav ul.menu li:not(:last-child){
        margin-right: 25px;
        margin-bottom: 20px;
      }


      .footer2 .footer2-2 .footer-sns{
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .footer2-3{
        text-align: center;
        margin: 20px 0;
      }






      /* contents */


      /* front-page */
      .main-container{
        width: 100%;
        overflow-x: hidden;
      }
      .slider {
        overflow-x: hidden;
      }

      .main-text{
        bottom: 150px;
      }


      .slide-dots {
        bottom: inherit;
        top: 70%;
        height: auto;
      }

      .slide-dots li button {
        width: 12px;
        height: 22px;
        border-radius: 100%;
      }

      .slide-dots li.slick-active button{
        background: #ccc;
        border-radius: 100%;
      }

      /*スクロールダウン全体の場所*/
      .scrolldown1{
        left:50%;
        bottom: 20px;
      }

      .index-area1{
        padding: 60px 0 40px 0px;
      }

      .index-area1 .showbox3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .index-area1 .showbox3 .area1-1{
        width: 100%;
        padding: 15px 0px 20px 25px;
      }


      .index-area1 .showbox3 .area1-2{
        width: 100%;
        padding: 20px;
        background: #ececec;
        display: flex;
        flex-wrap: wrap;
      }

      .index-area1 .showbox3 .area1-2 a{
        width: 50%;
        height: 460px;
      }

      .index-area1 .showbox3 .area1-2 a:first-child  p:first-child{
        position: absolute;
        right: -120px;
        bottom: 165px;
      }
      .index-area1 .showbox3 .area1-2 a:first-child  p:last-child{
        position: absolute;
        right: -90px;
        bottom: 160px;
      }


      .index-area1 .showbox3 .area1-2 a:nth-child(2) p:first-child{
        position: absolute;
        right: -120px;
        bottom: 165px;
      }

      .index-area1 .showbox3 .area1-2 a:nth-child(2) p:last-child{
        position: absolute;
        right: -90px;
        bottom: 160px;
      }


      .index-area1 .showbox3 .area1-2 a:nth-child(3) p:first-child{
        position: absolute;
        right: -120px;
        bottom: 165px;
      }
      .index-area1 .showbox3 .area1-2 a:nth-child(3) p:last-child{
        position: absolute;
        right: -90px;
        bottom: 160px;
      }


      .index-area1 .showbox3 .area1-2 a:last-child p:first-child{
        position: absolute;
        right: -120px;
        bottom: 165px;
      }
      .index-area1 .showbox3 .area1-2 a:last-child p:last-child{
        position: absolute;
        right: -90px;
        bottom: 160px;
      }





      .index-area2{
      }



      .index-area4 .showbox,
      .index-area5 .showbox{
        display: flex;
        justify-content: center;
        flex-direction: column;
      }

      .index-area4 .showbox .item,
      .index-area5 .showbox .item{
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px auto;
      }

      .index-area4 .area4-1 p:first-child{
        line-height: 1.2em;
      }

      .index-area4 .area4-1 p:first-child::after{
        left: -30px;
      }

      .index-area4 .area4-1 p:last-child{
        margin-left: 48px;
        text-align: left;
      }

      .index-area5 .area5-1 p:last-child{
        margin-left: -75px;
      }


  }



      /* 下層ページ名 */



  h2.u-ttl01c {
    width: 100%;
    font-weight: normal;
    font-size: 25px;
    color: #000;
    margin-bottom: 65px;
  }




  /*singleページ*/
  .page-title2{
  	margin-bottom: 10px;
  	padding-bottom: 10px;
  	font-size: 18px;
  	border-bottom: 2px solid #333;

  }

  .post-date{
  	margin: 0px 0 30px 0;
  }

  /*ページナビ*/
  .wp-pagenavi {
  	width: 100%;
  	clear: both;
  	letter-spacing: -.4em;
  	margin-top: 100px;
  	position: relative;
  	text-align: center;
  }

  .wp-pagenavi .pages{display: none;}

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .smaller,
  .wp-pagenavi .current,
  .wp-pagenavi .larger,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink{
  	display: inline-block;
  	vertical-align: middle;
  	letter-spacing: normal;
  }

  /*.wp-pagenavi span.current,
  .wp-pagenavi .smaller,
  .wp-pagenavi .larger,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink{

  }*/

  .wp-pagenavi .smaller, .wp-pagenavi .larger{
  	text-decoration: none;
  	border: 1px solid #ff7373;
  	border-radius: 50%;
  	padding: 2px 9px;
  	margin: 2px 7px 2px 2px;
  	color: #ff7373;

  }

  .wp-pagenavi a:hover{
  	border-color: #ff7373;
  }

  .wp-pagenavi span.current {
  	font-size: 18px;
  	font-weight: bold;
  	background-color: #ff7373;
  	border-radius: 50%;
  	padding: 3px 12px;
  	margin-right: 7px;
  	color: #fff;
  }

  .wp-pagenavi .extend{
  	color: #ff7373;
  	font-size: 30px;
  	margin: 0px 20px 10px 10px;
  }


  .wp-pagenavi .previouspostslink{
  	color: #ff7373;
  	font-size: 30px;
  	margin-right: 20px;
  	text-decoration: none;
  }

  .wp-pagenavi .nextpostslink{
  	color: #ff7373;
  	font-size: 30px;
  	margin-left: 20px;
  	text-decoration: none;
  }

  .wp-pagenavi .last,
  .wp-pagenavi .first{
  	text-decoration: none;
  	color: #ff7373;
  }

  .wp-pagenavi .first{
  	float: left;
  	font-size: 20px;
  	padding: 5px 35px;
  	background-color: #ff7373;
  	border-radius: 20px;
  	color: #fff;

  	position: absolute;
  	left: 0;

  }
  .wp-pagenavi .last{
  	font-size: 20px;
  	padding: 5px 35px;
  	background-color: #ff7373;
  	border-radius: 20px;
  	color: #fff;
  	position: absolute;
  	right: 0;
  }

  /*次の記事　前の記事*/
  .post-navigation{padding-bottom: 90px;}
  .nav-previous{
  	float: left;
  	width: 30%;
  }
  .nav-next{
  	float: right;
  	width: 30%;

  }

  .nav-previous a, .nav-next a{text-decoration: none;}

  .screen-reader-text{
  	display: block;
  	width: 110px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	text-align: center;
  	background-color: #ff7373;
  	color: #fff !important;
  	border-radius: 20px;
  	margin-bottom: 10px;
  }

  .nav-next .screen-reader-text{margin-left: auto;}

  .post-title2{
  	width: 100%;
  	height: 40px;
  	overflow: hidden;
  }

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



      /* front-page */


  }
