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

/******************************************************

タブレットの設定 768px〜の場合に適用 

*******************************************************/

/* 共通 */
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.h2 {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.6;
}

.h2 span {
	display: block;
	font-size: 24px;
	color: #be001f;
}



/* breadcrumb */
.breadcrumb {
	margin-top: 150px;
}



/* column */
.column {
	margin-top: 50px;
	padding: 100px 0;
}

.column__box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column__box::before{
  content: "";
  display: block;
  width: 21.5%;
  order: 1;
}

.column__box::after{
  content: "";
  display: block;
  width: 21.5%;
}

.column__item {
	width: 21.5%;
	margin-bottom: 40px;
}

.column__link {
	display: block;
	width: 100%;
}

.column__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.column__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.column__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.column__h2 {
	font-size: 20px;
	font-weight: 600;
	color: #be001f;
	line-height: 1.6;
}

.column__item {
    display: block;
}

.column__item.hidden {
    display: none;
}

.column__btn.hidden{
  display: none;
}

.column__btn {
	display: block;
    border: 3px solid #009245;
  	color: #009245;
	background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    width: 270px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 25px;
	font-weight: 500;
	margin: 30px auto 0 auto;
	transition: .2s;
}

.column__btn:hover {
	background-color: #009245;
	color: #FFF;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 70px;
	}

.wp-pagenavi .current {
	background: #be001f;
	border: 1px solid #be001f;
	color: #FFF;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	}

.wp-pagenavi .pages {
	display: none;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page, .last, .first {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #000;
	margin: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page:hover, .last:hover, .first:hover {
	background: #be001f;
	border: 1px solid #be001f;
	color: #FFF;
	}



/* sec08 */
.sec08 {
  background: #f6f6f6;
}

.sec08 .sec-in {
  width: 900px;
  margin: 0 auto 80px;
}

.sec08__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec08__item {
	width: 48%;
	background-color: #FFF;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	position: relative;
}

.sec08__item::after {
	position: absolute;
	right: 0;
	bottom: 40px;
	color: #f9dee0;
	font-size: 140px;
	font-family: "Times New Roman", Times, "serif";
	font-style: italic;
	z-index: -1;
}

.sec08__item:nth-of-type(1)::after {
	content: "1";
}

.sec08__item:nth-of-type(2)::after {
	content: "2";
}

.sec08__item:nth-of-type(3)::after {
	content: "3";
}

.sec08__item:nth-of-type(4)::after {
	content: "4";
}

.sec08__item-left {
	width: 17%;
	display: flex;
	align-items: center;
}

.sec08__item-right {
	width: 75%;
}

.sec08__h4 {
	margin-bottom: 10px;
}




/* #wp sec04 */
#wp .sec04 h4 {
	font-weight: bold;
}

#wp .sec04 ul li {
  width: 20%;
  position: relative;
}

#wp .sec04 ul li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 15px;
  background-image: url("../img/top/arrow.svg");
  background-size: contain;
  vertical-align: middle;
  top: 125px;
  right: -57px;
}

#wp .sec04 ul li img {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

#wp .sec04 p a {
	margin-right: 5px;
	display: inline;
	text-decoration: underline;
}

#wp .sec04 p a::after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 10px;
	background-image: url("/img/top/icon_mail.png");
	background-size: cover;
	background-position: center center;
	margin-left: 3px;
}
#wp .sec04 ul li h4 {
  text-align: center;
  margin: 25px 0 10px;
  font-size: 20px;
	font-weight: bold;
}



/* #company .sec02 */
#company .sec02 .sec02-box {
  width: 48%;
}

#company .sec02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec02 dl:last-of-type {
  border-bottom: none;
}

#company .sec02 dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec02 dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec02 dl dt {
  width: 25%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec02 dl dd {
  width: 70%;
  padding: 20px 0;
}



/* #company sec04 */
#company .sec04 .sec04-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#company .sec04 .left {
  width: 48%;
}

#company .sec04 .left h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

#company .sec04 .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec04 .left dl:first-of-type {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#company .sec04 .left dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec04 .left dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec04 .left dl dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec04 .left dl dd {
  width: 75%;
  padding: 20px 0;
}

#company .sec04 .right {
  width: 46%;
  margin-top: 55px;
}

#company .sec04 .right iframe {
  width: 100%;
  height: 280px;
}




/******************************************************

タブレットの設定 〜767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
/* 共通 */
.wrapper {
	width: calc(100% - 40px);
}
	
.h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.h2 span {
	font-size: 14px;
}

	
	
/* column */
.column {
	margin-top: 60px;
	padding: 60px 0;
}

.column__box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column__item {
	width: 48%;
	margin-bottom: 30px;
}

.column__thumbnail {
	margin-bottom: 10px;
}

.column__h2 {
	font-size: 16px;
}
	
.column__btn {
    border: 2px solid #009245;
    width: 250px;
	height: 45px;
	line-height: 41px;
	font-size: 18px;
	margin: 20px auto 0 auto;
}
	
.wp-pagenavi {
	margin-top: 50px;
	font-size: 14px;
	}

.wp-pagenavi .current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

.wp-pagenavi .page, .last, .first {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

	
	
/* sec08 */
.sec08 .sec-in {
    width: 100%;
    margin-bottom: 40px;
  }
	
.sec08__box {
	display: block;
}

.sec08__item {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	padding: 20px 30px;
}

.sec08__item::after {
	font-size: 100px;
}

.sec08__item-left {
	width: 100%;
	display: flex;
	align-items: center;
}
	
.sec08__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px auto;
}

.sec08__item-right {
	width: 100%;
}

.sec08__h4 {
	margin-bottom: 5px;
}
	
	
	
/* sec04 */
#wp .sec04 ul li {
    width: 100%;
  }

#wp .sec04 ul li:not(:last-child) {
    margin-bottom: 20px;
  }

#wp .sec04 ul li:not(:last-child):before {
  display: none;
}
	
#wp .sec04 ul li img {
    width: 50%;
  }
	
#wp .sec04 p a {
	margin-right: 3px;
}

#wp .sec04 p a::after {
	width: 12px;
	height: 8px;
	margin-left: 1px;
}
	
	
	
/* #company sec02 */
#company .sec02 .sec02-content div:last-child dl:first-of-type {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
	
#company .sec02 .sec02-box{
    width: 100%;
  }
	
#company .sec02 dl dt {
    width: 25%;
  }
#company .sec02 dl dd {
    width: 70%;
  }
	


/* #company sec04 */
#company .sec04 .left {
    width: 100%;
  }

#company .sec04 .left h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
	
#company .sec04 .left dl dt {
    width: 15%;
  }
  #company .sec04 .left dl dd {
    width: 80%;
  }
	
#company .sec04 .right {
    width: 100%;
  }
	
	
	
}