@charset "utf-8";
/* CSS Document */

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

/* Clear Fix */

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

a.btn,
a img{
	transition: all .3s linear;
}
a.btn:hover,
a:hover img{
	opacity: .7;
}

/*
----------------------------------------- Common */
html {
	font-size: 62.5%;
}
body {
 	font-family: 'Yu Gothic Medium',Arial,'Helvetica Neue',Helvetica,Roboto,'Droid Sans','Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
	color: #666;
	font-size: 1.4em;
	font-weight: 400;
    line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .08em;
	background-color: #FAF9F7;
    overflow-x: hidden;
}

/*
----------------------------------------- CSSfadein */
body {
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.fadeInUp{
  opacity : 0;
   transform: translateY(80px);
   transition: 1s;
}


/**================================= Link Setting =================================**/

a {color:#E7370D; text-decoration:underline;}
a:visited {color:#E7370D; text-decoration:underline;}
a:hover {color:#E7370D#E7370D; text-decoration:none;}
a:active {color:#EE2F1B; text-decoration:none;}
a:focus {outline:none;}

a:link[href^="tel:"] {
	color: #333;
	text-decoration: none;
	cursor: default;
}
.enf {
    font-family: 'Joan', serif;
}

h2.ttl {
    font-family: 'Joan', serif;
    font-size: 56px;
    color: #282828;
    font-weight: normal;
}
h2.ttl span{
    font-size: 18px;
    letter-spacing: 1.15;
    display: block;
    margin-top: 0.2rem;
    font-family: 'Yu Gothic Medium',Arial,'Helvetica Neue',Helvetica,Roboto,'Droid Sans','Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
    color: #555;
}
h2.ttl.mid {
    font-size: 42px;
}
h2.ttl.ce {
    text-align: center;
}

.moreBtn a {
    font-family: 'Hind', sans-serif;
    color: #e7380d;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0.4rem 2.4rem;
    border: 2px solid #e7380d;
    text-decoration: none;
    display: inline-block;
}
.moreBtn a:hover {
    background-color: #e7380d;
    color: #fff;
    transition: .3s;
}
.moreBtn.rev a {
    color: #fff;
    background-color: #e7380d;
}
.moreBtn.rev a:hover {
    background-color: #fff;
    color: #e7380d;
    border: 2px solid #fff;
}
.moreBtn .jp {
    font-size: 13px;
    font-weight: bold;
    line-height: 2.4;
}


.contents--listBox {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    text-align: center;
    font-weight: normal;
}

.contents--listBox.col2 > *{
    width: 44%;
}

.contents--listBox.col3 > *{
    width: 32%;
}
.contents--listBox.col4 > *{
    width: 23.5%;
}

.contents--listBox.col2 li {
    margin-left: 2%;
}

.contents--listBox.col3 li {
    margin-left: 2%;
}
.contents--listBox.col3 li:nth-child(3n+1) {
    margin-left: 0;
}
.contents--listBox.col4 li {
    margin-left: 2%;
}
.contents--listBox.col4 li:nth-child(4n+1) {
    margin-left: 0;
}
.contents--listBox.col4 li:nth-child(n+5) {
    margin-top: 4%;
}

.contents--listBox span{
    display: block;
    font-size: 1.4em;
    font-weight: normal;
}
.contents--listBox figure{
    width: 100%;
}

/*
----------------------------------------- Global Header */
.blockHeader {
	height: 82px;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	/*min-width: 980px;*/
    min-width: 860px;
	position:relative;
    margin: 0 auto;
	z-index:1000;
    max-width: 1480px;
}
.Header__inner__item {
    font-family: 'Joan', serif;
    display: flex;
    align-items: center;
}
.Header__inner__left {
	width: 474px;
}
.glogo {
    width: 228px;
	padding: 0 8px 0 12px;
}
.glogo img {
	width:100%;
}
.glog-line {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #333;
    display: flex;
    align-items: center;
}
.glog-line::before {
    border-top: 1px solid #AAA;
    content: "";
    width: 2.8rem;
    margin-right: 1rem;
    display: inline-block;
}
.glog-line div span{
    display: block;
    font-size: .75em;
}



@media only screen and (max-width:1060px) {
    .Header__inner__left {
        width: 450px;
    }
    .glog-line {
        width: 280px;
    }
    
}


.btnSpMenu__item {
	display: none;
}

.Header__inner__right {
	width: 400px;
	text-align: right;
}

.scrolldown1{
    position: absolute;
    left: 12.3%;
    bottom: -50px;
    height: 50px;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  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;
  }
}




/********* Global Navi **********/
.gnavBox {
	display: inline-block;
}
.gnavWrap {
}
.gnavItem {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	/*border-left: #D3D1D2 solid 1px;*/
	padding: 0 18px 0 18px;
}
.gnavItem:nth-child(1) {
	padding-left: 0;
	border-left: none;
}
.gnavItem:last-child {
    color: #fff;
    padding: 0;
}

.gnavItem a {
	display: block;
	/*font-size: 1.2rem;*/
	color: #111;
	text-decoration: none;
	position: relative;
}
.gnavItem a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -10%;
  width: 120%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #E9380E;
  -webkit-transition: all .3s ease;
  transition: all .2s ease;
}
.gnavItem a:hover,
.gnavItem a.current {
	color:#E9380E;
}
/*.gnavItem a:hover::after,
.gnavItem a.current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/


.gnavItem:last-child a {
    color: #fff;
    padding: 0 24px 18px;
    background: #333;
    height: 16px;
}
.gnavItem:last-child a:hover,
.gnavItem a.current {
    background-color: #E9380E;
    transform: none;
}


.langageBox {
	display: inline-block;
}
.langageBox a {
	display: block;
	height: 42px;
	width: 120px;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	background-color: #E9380E;
	text-decoration: none;
	font-size: 1.4rem;
}

.hnavLine2 {
	margin-top: 6px;
}
.gnavBox2 {
	display: inline-block;
	vertical-align: middle;
}
.gnav2Item {
	display: inline-block;
	padding-right: 2.4rem;
}
.gnav2Item a {
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: none;
}
.gnav2Item a:hover {
	color: #E9380E;
}
.gnav2Item a span{
	font-size: 2rem;
}

.gnav2Item:nth-last-of-type(1) {
    padding-right: 1.6rem;
}

.hnavLine2__snsBox {
	display: inline-block;
	vertical-align: middle;
}
.hnavLine2__snsBox a {
	color:#333;
}
.hnavLine2__snsBox a:hover {
	color:#E9380E;
}
.hnavLine2__snsitem {
	display: inline-block;
	margin-right: 30px;
	font-size:2.15rem;
}
.hnavLine2__snsitem img {
	height: 20px;
}
.navCloseSp {
	display: none;
}
/*
----------------------------------------- Contents */
.contentsWrapper {
	
}

.containerMain {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.containerMain.ex {
    width: inherit;
    max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.containerMain--2clm {
	padding-right: 330px;
}
.mainContentsBox {
	width: 670px;
	padding-top: 100px;
	position: relative;
}

.blockSection {
	padding: 40px 0;
	border-top: #65873C solid 1px;
}

.blockSection.pageHead {
	padding: 0 0 40px;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.blockSection.pageHead p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2rem;
    line-height: 2;
}
.blockSection.pageHead p span{
    display: block;
    font-family: 'Hind', "sans-selif";
    font-size: 1.6rem;
    position: relative;
    padding-left: 4rem;
}
.blockSection.pageHead p span::before{
    content: '';
    position: absolute;
    border-bottom: 2px solid #666;
    left: 0;
    width: 3rem;
    margin-top: 1.4rem;
}

.blockSection:nth-of-type(1) {
	border-top: none;
}
.blockSection--bdr:nth-of-type(1) {
	border-top: #65873C solid 1px;
}
.blockSection--nobdr {
	border-top: none;
	padding-top: 0;
}
.blockSection--last {
	padding-bottom: 100px; 
}

.blockSection .block--inner {
    max-width: 980px;
    margin: 0 auto;
}
.blockSection.nb {
    border: none;
}

@media only screen and (max-width:1279px) {
.blockSection.pageHead {
    padding-right: 3%;
    padding-left: 3%;
    }
    .blockSection.pageHead p {
        font-size: 1.8rem;
        padding-left: 3rem;
    }
    h2.ttl {
        font-size: 42px;
    }
    
}



.sectionBody {
	padding: 30px 0 0;
}

.contents-headBox {
    background-color: #eef2ea;
    max-height: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.contents-headBox--inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contents-headBox--inner > *{
    width: 50%;
}
.contents-headBox--inner .headBox--inner--textBox {
    padding: 0 3rem;
}
.contents-headBox--inner .headBox--inner--textBox p{
    margin-top: 3rem;
}

.contents-headBox--inner figure{
    max-height: 100%;
}
.contents-headBox--inner .moreBtn{
    text-align: center;
    margin-top: 2rem;
}

.ex--blockInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}

/* referenceBox */

.referenceBox {
    background-color: #f4f1e4;
    padding: 2rem;
    margin-top: 2rem;
}
.referenceBox h4{
color: #E9380E;
    position: relative;
}
.referenceBox h4::before {
    content: '';
    position: relative;
    background-color: #E9380E;
    margin-right: 10px;
    width: 4rem;
    display: block;
    height: 1.6rem;
    float: left;
}
.referenceBox ul li{
    margin-top: 1rem;
    text-indent: -2rem;
    margin-left: 2rem;
}
.referenceBox ul li::before{
    content: '＞';
}
.referenceBox ul li a{
    color: #666;
}

/*
----------------------------------------- LocalNavi */
.lnavBox {
	padding-top: 30px;
	padding-bottom:30px;
	position: absolute;
	width: 670px;
	top: 0;
	background-color: #FAF9F7;
}
.lnavBox.fixed {
	position: fixed;
}
.lnavBox.fixedend {
	position: absolute;
	top: auto;
	bottom: 0;
}
.lnavWrap {
	display: flex;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	border-bottom: #DDD solid 3px;
}
.lnav__item {
	position: relative;
	flex:1 0 auto;
}
.lnav__item::before {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #DDD;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.lnav__item:nth-child(1)::before {
	display: none;
}
.lnav__item a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	padding-bottom: 18px;
	color: #000;
	text-decoration: none;
	width: 100%;
	position: relative;
}
.lnav__item a::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #DDD;
	position: absolute;
	bottom: -3px;
	display: block;
	transition: all 0.3s linear;
}
.lnav__item a:hover::after,
.lnav__item a.current::after{
	background-color: #F00;
}

/*
----------------------------------------- Footer */
.blockFooter {
    background: #5d8134;
	padding-top: 50px;
    padding-bottom: 12px;
	color: #FFF;
	height: auto;
}

.foot-mark {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 68px;
}

.hnavLine2__snsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 2rem auto;
    max-width: 280px;
    font-size: 38px;
    align-items: baseline;
}
.hnavLine2__snsBox li g{
    width: 34px;
    height: auto;
    margin-bottom: 10px;
}

.hnavLine2__snsBox li a {
    color: #fff;
}
.hnavLine2__snsBox li a svg {
    width: 32px;
}
.hnavLine2__snsBox li g .st0 {
    fill: #fff;
}
.hnavLine2__snsBox li:last-child a:hover g .st0{
    fill: #E7370D;
}

.footNavWrap {
	min-width: 1000px;
	text-align: center;
}
.fNav__item {
	display: inline-block;
	padding-left: 20px;
}

.fNav__item a {
	color: #FFF;
	text-decoration: none;
}
.fNav__item a:hover {
	text-decoration: underline;
}

.footNavWrap.gmenu {
    margin-bottom: 3rem;
}
.footNavWrap.gmenu .fNav__item {
	margin-left: 20px;
	border-left: #FFF solid 1px;
	padding-left: 20px;
}
.footNavWrap.gmenu li:first-child {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}

.copyright {
	padding-top:14px;
	font-size: 1.4rem;
	text-align: center;
}













