@charset 'UTF-8';
/* 404
--------------------------- */
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}

/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none{
    display: block;
}
.sp-none{
    display: none;
}
@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
    .sp-none{
        display: block;
    }
}
.none_max991{
	display: block;
}
.none_992{
	display: none;
}
@media screen and (min-width: 992px){
	.none_max991{
		display: none;
	}
	.none_992{
		display: block;
	}
}
/*******************************
container
*******************************/
.container_800{
	width: 86%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.container_1000{
	width: 86%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.container_1100{
	width: 86%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.container_1200{
	width: 86%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.container_1300{
	width: 86%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.container_1480{
	width: 86%;
	max-width: 1480px;
	margin-right: auto;
	margin-left: auto;
}
.container_1500{
	width: 86%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
.container_1680{
	width: 86%;
	max-width: 1680px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.container_1500{
		width: 83.33%;
	}
	.container_1680{
		width: 93.33%;
	}
}


/*******************************
見出し
*******************************/
/* c-title1 */
.c-title1{
	font-size: 1.7rem;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
	margin-bottom: 2rem;
}
.c-title1 .f-eng{
	display: block;
	font-size: 1.06rem;
	margin-bottom: 0.63rem;
}
@media screen and (min-width: 768px){
	.c-title1{
		margin-bottom: 2.63rem;
	}
}
@media screen and (min-width: 992px){
	.c-title1{
		margin-bottom: 3.26rem;
	}
}
@media screen and (min-width: 1200px){
	.c-title1{
		font-size: 2rem;
	}
}
@media screen and (min-width: 1400px){
	.c-title1{
		margin-bottom: 3.83rem;
	}
}
#main2 .c-title1{
	background-color: transparent;
	border: none;
	padding: 0;
}
#main2 .c-title1::after{
	content: none;
}



/* big_txt */
.big_txt{
	font-size: 1.8rem;	
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media screen and (min-width: 1200px){
	.big_txt{
		font-size: 2.13rem;
	}
}
/* big_txt_sub */
.big_txt_sub{
	font-size: 1.23rem;	
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media screen and (min-width: 1200px){
	.big_txt_sub{
		font-size: 1.53rem;
	}
}



/*******************************
TOP BUTTON
*******************************/
/* vm */
.vm{
	font-size: 1.06rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 52px;
	border: 1px solid rgba(122,128,132,0.75);
	background-color: #7a8084;
	color: #fff;
	border-radius: 60px;
	transition: .3s;
}
.vm:hover{
	text-decoration: none;
	background-color: #fff;
	color: #7a8084;
	transition: .3s;
}
@media screen and (min-width: 1200px){
	.vm{
		width: 280px;
		height: 60px;
	}
}
/* top_btn */
.top_btn{
	display: inline-flex;
	align-items: center;
	color: #7a8084;
	font-size: 1.06rem;
	letter-spacing: 0;
}
.top_btn .arrow{
	border: 1.2px solid #7a8591;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 18px;
	transition: .3s;
}
.top_btn .arrow::after{
	position: absolute;
	content: "";
	width: 11px;
	height: 7px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("../images/btn_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.top_btn:hover{
	text-decoration: none;
	color: #7a8084;
	transition: .3s;
}
.top_btn:hover .arrow{
	background-color: #7a8591;
	transition: .3s;
}
.top_btn:hover .arrow::after{
	background-image: url("../images/btn_arrow_w.svg");
	transition: .3s;
}
@media screen and (min-width: 1200px){
	.top_btn .arrow{
		width: 46px;
		height: 46px;
		margin-left: 20px;
	}
	.top_btn .arrow::after{
		width: 13px;
		height: 8px;
	}
}
/* top_btn反転 */
.top_btn.inversion .arrow{
	background-color: #7a8591;
}
.top_btn.inversion .arrow::after{
	background-image: url("../images/btn_arrow_w.svg");
}
.top_btn.inversion:hover .arrow{
	background-color: transparent;
}
.top_btn.inversion:hover .arrow::after{
	background-image: url("../images/btn_arrow.svg");
}
/* top_btn footer */
.top_btn.footer{
	color: #fff;
}
.top_btn.footer .arrow{
	border: 1.2px solid #fff;
}
.top_btn.footer .arrow::after{
	background-image: url("../images/btn_arrow_w.svg");
}

/*******************************
背景
*******************************/
.bk_g{
	position: relative;
}
.bk_g::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	top: 0;
	left: 0;
	z-index: -1;
}


/*******************************
パンクズ
*******************************/
#pls {
	padding-top: 1.95rem;
}
#pan {
    font-size: 0.86rem;
	font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#pan a{
	color: #b2b2b2;
    text-decoration: none;
}
.pan_line{
	position: relative;
	width: 20px;
	display: block;
	margin: 0 10px;
}
.pan_line::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0,0,0,0.25);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	#pls{
		padding-top: 2.6rem;;
	}
    #pan{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
    }
}
@media screen and (min-width: 992px){
	#pls{
		padding-top: 3.25rem;
	}
}
@media screen and (min-width: 1400px){
	#pls{
		padding-top: 3.9rem;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
	max-width: 100%;
}
#form th span {
	font-size: 0.8em;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
}
#form th, #form td{
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	padding: 30px 0 30px;
	border-bottom: 1px solid rgba(147,147,147,0.25);
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(147,147,147,0.25);
}
#form th {
  width: 30%;
	font-weight: bold;
}
#form td {
	text-align: left;
	font-weight: 500;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 20px 0 0;
	  border-bottom: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 8px 0 20px;
  }
	#form th, #form td{
		font-size: 1.06rem;
	}
	#form tr:first-child td{
		border-top: none;
	}
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation {
    font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	margin-top: 3.166rem;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
    display: flex;
    justify-content: center;
}
.pagenation li {
  list-style: none outside none;
  margin-left: 15px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 1.06rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	border: 1px solid rgba(122,128,132,0.75);
	background-color: #7a8084;
	color: #fff;
	border-radius: 50%;
}
.pagenation li a {
    position: relative;
	text-decoration: none;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 1.06rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	overflow: hidden;
	border: 1px solid rgba(122,128,132,0.75);
	background-color: #fff;
	color: #7a8084;
	border-radius: 50%;
}
.pagenation li.prev,
.pagenation li.next{
	text-transform: uppercase;
}
.pagenation li.prev a,
.pagenation li.next a{
	position: relative;
	font-size: 0;
	color: transparent;
}
.pagenation li.prev a::after,
.pagenation li.next a::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 15px;
	height: 10px;
	top: 50%;
	left: 50%;
}
.pagenation li.prev a::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.pagenation li.next a::after{
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 1200px){
	.pagenation li{
		margin-left: 20px;
	}
	.pagenation li.active{
        width: 50px;
		height: 50px;
    }
    .pagenation li a{
        width: 50px;
		height: 50px;
    }
}
@media screen and (max-width: 1199px){
	.pagenation li.prev a::after, .pagenation li.next a::after{
		width: 14px;
		height: 9px;
	}
}
@media screen and (max-width: 767px){
    .pagenation{
        margin-top: 3.5rem;
    }
    .pagenation li{
        margin-left: 15px;
    }
    .pagenation li.active{
        width: 40px;
		height: 40px;
		font-size: 1rem;
    }
    .pagenation li a{
        width: 40px;
		height: 40px;
		font-size: 1rem;
    }
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/

#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
    margin-top: 0.5rem;
    color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
    width: auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px){
    #prev_next #prev, #prev_next #next{
        padding: 40px 10px 20px;
    }
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 768px){
	.br_max767{
		display: none;
	}
	.br_768{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.br_max767{
		display: block;
	}
	.br_768{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.br_max991{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.br_max991{
		display: block;
	}
}
@media screen and (min-width: 992px){
	.br_992{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.br_992{
		display: none;
	}
}
@media screen and (min-width: 1600px){
	.br_1600{
		display: block;
	}
}
@media screen and (max-width: 1599px){
	.br_1600{
		display: none;
	}
}
.br_768_max991{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768_max991{
		display: block;
	}
}


/*****************************
/* form_customize
*****************************/
.form_intro{
	margin-bottom: 2.3rem;
	text-align: left;
}
.form_intro p{
	font-size: 1.06rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 0;
}
.form_intro p + p{
	margin-top: 0.6rem;
}
.form_intro p span{
	font-weight: bold;
	color: #c40000;
	margin-right: 0.6rem;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.5);
    padding: 0.85rem 1rem;
	font-size: 1rem;
    margin: 0;
    width: 100%;
	border-radius: 0;
	line-height: 1.9;
	letter-spacing: 0.05em;
	outline: none;
	resize: none;
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea, #form_customize select{
	color: #000;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus{
	outline: none;
}
#form_customize .form_block{
	margin-bottom: 17px;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder{
	color: #989898;
	opacity: 1;
}
/* ラベル */
#form_customize .form_c_label{
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	line-height: 1.9;
	color: #000;
}
/* 必須 */
.form_label_req{
	color: #c40000;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip{
	font-size: 0.8rem;
	color: #c40000;
}
/* 個人情報 */
#form_customize .form_c_agree{
	border-bottom: none;
	margin-top: 1.5rem;
	margin-bottom: 2.033rem;
	text-align: center;
}
#form_customize .form_c_agree .form_check_box{
	margin-bottom: 0.3rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
	width: 100%;
}
.f_note{
	font-size: 0.93rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}
.f_note a{
	color: #414141;
	text-decoration: underline;
	transition: .3s;
}
.f_note a:hover{
	opacity: 0.7;
	transition: .3s;
}
/* 送信ボタン */
#form_customize .form_c_submit{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_c_submit input{
	width: 100%;
	max-width: 360px;
	height: 60px;
	font-size: 1.1rem;
	border: 1px solid rgba(122,128,132,0.75);
	background-color: #7a8084;
	color: #fff;
	line-height: 60px;
	border-radius: 80px;
	margin-bottom: 0;
	padding: 0;
	transition: .3s;
}
#form_customize .form_c_submit input:hover{
	background-color: #fff;
	color: #7a8084;
	transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner{
	position: absolute;
	margin: 0;
	top: 0;
	left: calc((50% + 100px) + 30px);
	transform: translateX(-50%);
}
@media screen and (min-width: 768px){
	.form_intro{
		text-align: center;
		margin-bottom: 4.3rem;
	}
	#form_customize .form_block{
		margin-bottom: 24px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	/* ラベル */
	#form_customize .form_c_label{
		width: 25%;
		margin-bottom: 0;
		padding: 1.3rem 0;
	}
	/* 入力欄 */
	#form_customize .form_c_item{
		width: 71%;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		padding: 1.3rem 1.5rem;
	}
	/* 入力欄 */
	#form_customize .form_c_item{
		margin-top: 0;
		margin-left: auto;
		text-align: left;
	}
	/* 個人情報 */
	#form_customize .form_c_agree .form_c_item{
		width: 71%;
	}
	#form_customize .form_c_agree .form_check_box .wpcf7-form-control{
		justify-content: flex-start;
	}
	#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
		margin-right: 0;
	}
	/* 送信ボタン */
	#form_customize .form_block.form_c_submit{
		width: 71%;
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#form_customize .form_c_submit input{
		height: 70px;
	}
}
@media screen and (min-width: 992px){
	/* ラベル */
	#form_customize .form_c_label{
		width: 20%;
	}
	/* 入力欄 */
	#form_customize .form_c_item{
		width: 76%;
	}
	/* 個人情報 */
	#form_customize .form_c_agree .form_c_item{
		width: 76%;
	}
	/* 送信ボタン */
	#form_customize .form_block.form_c_submit{
		width: 76%;
		padding-bottom: 0;
	}
	/* 送信ボタン */
	#form_customize .form_c_submit{
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.form_intro p{
		font-size: 1.13rem;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		font-size: 1.06rem;
	}
	#form_customize .form_block{
		margin-bottom: 34px;
	}
	/* ラベル */
	#form_customize .form_c_label{
		font-size: 1.06rem;
	}
	/* 送信ボタン */
	#form_customize .form_c_submit input{
		max-width: 420px;
		height: 82px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1600px){
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		padding: 1.6rem 2rem;
	}
	/* ラベル */
	#form_customize .form_c_label{
		padding: 1.6rem 0;
	}
}



/* CUSTOM SELECTBOX */
#form_customize select{
	color: #989898;
	-webkit-appearance: none;
    appearance: none;
}
#form_customize select.selected{
	color: #000;
}


/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control{
	display: flex;
	flex-wrap: wrap;
}
#form_customize .form_check_box .wpcf7-list-item{
	margin: 0;
	display: block;
	width: 50%;
}
#form_customize .form_check_box label{
	cursor: pointer;
	margin-bottom: 0;
}
#form_customize .form_check_box input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 1rem;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
	content: "";
	border-radius: inherit;
	transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before{
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #f8f8f8;
	border-radius: 0;
	border: 1px solid rgba(180,180,180,0.5);
}
.bk_g #form_customize .form_check_box .wpcf7-list-item-label::before{
	background-color: #fff;
}
#form_customize .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #7a8084;
	border-radius: 0;
	opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after{
	opacity: 1;
}
@media screen and (min-width: 768px){
	#form_customize .form_c_item .form_check_box{
		padding-top: 0.75rem;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::before{
		width: 35px;
		height: 35px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::after{
		top: 12px;
		left: 12px;
		width: 11px;
		height: 11px;
	}
	#form_customize .form_check_box .wpcf7-list-item{
		width: auto;
		margin-right: 2.3rem;
	}
}
@media screen and (min-width: 992px){
	#form_customize .form_check_box .wpcf7-form-control-wrap{
		width: 100%;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_c_item .form_check_box{
		padding-top: 1.05rem;
	}
	#form_customize .form_check_box .wpcf7-list-item-label{
		font-size: 1.06rem;
	}
}
@media screen and (min-width: 1400px){
	#form_customize .form_c_item .form_check_box{
		padding-top: 1.25rem;
	}
}

/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before{
	border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after{
	border-radius: 50%;
}

/* 来場希望日時 */
.form_c_item.datetime{
	display: flex;
	justify-content: space-between;
}
#form_customize .select_item{
	margin-bottom: 0;
	width: calc((100% - 7px)/2);
}
#form_customize .datetime select{
	margin-top: 7px;
    padding: 0.85rem 1rem;
	-webkit-padding-start: 0.85rem 1rem;
	padding-start: 0.85rem 1rem;
	font-size: 1rem;
	-webkit-appearance: none;
    appearance: none;
	color: #989898;
}
#form_customize .datetime select.selected{
	color: #000;
}
#form_customize .datetime .wpcf7-form-control-wrap{
	position: relative;
}
#form_customize .datetime .wpcf7-form-control-wrap::after{
	position: absolute;
	content: "";
	background-image: url("../images/datetime_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	display: block;
	width: 9px;
	height: 9px;
}
#form_customize .datetime .wpcf7-form-control-wrap:first-child select{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	#form_customize .select_item{
		width: calc((100% - 10px)/2);
	}
	#form_customize .datetime .wpcf7-form-control-wrap::after{
		top: 1.9rem;
		right: 13px;
		transform: unset;
	}
	#form_customize .datetime select{
		margin-top: 0;
		padding: 1.3rem 1.5rem;
		-webkit-padding-start: 1.3rem 1.5rem;
		padding-start: 1.3rem 1.5rem;
	}
}
@media screen and (min-width: 992px){
	#form_customize .datetime .wpcf7-form-control-wrap::after{
		width: 11px;
		height: 11px;
		right: 18px;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .select_item{
		width: calc((100% - 14px)/2);
	}
	#form_customize .datetime select{
		font-size: 1.06rem;
	}
}
@media screen and (min-width: 1600px){
	#form_customize .datetime .wpcf7-form-control-wrap::after{
		top: 2rem;
	}
	#form_customize .datetime select{
		padding: 1.6rem 2rem;
	}
}

/* 住所 */
#form_customize .add .form-input__small300{
	margin-bottom: 7px;
}
#form_customize .add .form-input__small300 + .wpcf7-not-valid-tip{
	margin-top: -7px;
}
#form_customize #autozip{
	display: none;
} 
@media screen and (min-width: 1200px){
	#form_customize .add .form-input__small300{
		margin-bottom: 14px;
	}
}

/* 資料請求 */
#form_customize .form_block.catalog{
	margin-bottom: 32px;
}
#form_customize .catalog_list{
	margin-bottom: 0;
}
#form_customize .catalog_list li{
	list-style: none;
}
#form_customize .catalog_list .form_check_box .wpcf7-list-item{
	text-align: center;
}
#form_customize .catalog_list .form_check_box label{
	margin: 0;
	display: block;
}
#form_customize .catalog_list .form_check_box input{
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	display: none;
}
#form_customize .catalog_list .form_check_box .wpcf7-list-item-label{
	position: relative;
	display: inline-block;
	align-items: center;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0;
	width: 183px;
	height: 43px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin: 0;
}
#form_customize .catalog_list .form_check_box .wpcf7-list-item-label::before{
	content: "資料を選択";
	position: absolute;
	background-color: #f9f1e7;
	color: #f84519;
	border: 1px solid rgba(248, 69, 25, 0.4);
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	border-radius: 50px;
	top: 0;
	font-weight: 400;
	left: 0;
	width: 100%;
	transition: .3s;
}
#form_customize .catalog_list .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 0;
	height: 43px;
	opacity: 0;
	background-color: #f84519;
	content: "選択中";
	font-size: 0.9rem;
	font-weight: 400;
	color: #f9f1e7;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	left: 0;
	width: 100%;
	transition: .3s;
}
#form_customize .form_block.catalog .wpcf7-not-valid-tip{
	text-align: center;
}
@media screen and (min-width: 768px){
	#form_customize .catalog_list{
		display: flex;
	}
	#form_customize .catalog_list li{
		width: 50%;
	}
	#form_customize .catalog_list .form_check_box .wpcf7-list-item{
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 992px){
	#form_customize .form_block.catalog{
		margin-bottom: 42px;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .catalog_list .form_check_box .wpcf7-list-item-label::before,
	#form_customize .catalog_list .form_check_box .wpcf7-list-item-label::after{
		font-size: 0.8rem;
	}
}

/* 面接希望日 */
.date_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.date_block:first-child{
	margin-bottom: 12px;
}
.date_block p{
	font-size: 0.94rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	line-height: 1.9;
	color: #000;
	width: 100%;
}
.date_content{
	position: relative;
	width: calc((100% - 7px)/2);
	height: auto;
	display: block;
}
.date_content.mb{
	margin-bottom: 7px;
}
.wpcf7-date-placeholder {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #989898;
  line-height: 1.9;
  letter-spacing: 0.05em;
  outline: none;
  resize: none;
  border: 1px solid rgba(180,180,180,0.5);
	border-radius: 3px;
  padding: 0.85rem 1rem;
  font-size: 1rem;
}
input[type="date"]:focus + .wpcf7-date-placeholder {
  opacity: 0;
}
.date_content .wpcf7-form-control-wrap{
	width: 100%;
	display: block;
}
.date_sample{
	width: 100%;
	color: #989898;
}
#form_customize input[type="date"]{
	min-width: 0; /* 必要に応じて最小幅を解除 */
    width: 100% !important;
    -webkit-appearance: none;
    appearance: none;
}
#form_customize input[type="date"]::-webkit-date-and-time-value{
	text-align: left;
}
#form_customize .date_block input[type="date"], #form_customize .date_block select{
	height: 51px;
}
@media screen and (min-width: 768px){
	#form_customize .form_c_item.date_item{
		padding-top: 1.15rem;
	}
	#form_customize .date_sample{
		margin-bottom: 0;
	}
	.date_block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.date_block p{
		width: 100%;
	}
	.date_content{
		width: calc((100% - 7px)/2);
		height: 59px;
	}
	.wpcf7-date-placeholder{
		height: 59px;
		padding: 1.3rem 1.5rem;
	}
	#form_customize input[type="date"]{
		margin-bottom: 0;
	}
	.date_content.mb{
		margin-bottom: 0;
	}
	#form_customize .date_block input[type="date"], #form_customize .date_block select{
		height: 59px;
	}
}
@media screen and (min-width: 1200px){
	.date_content{
		width: calc((100% - 14px)/2);
		height: 71px;
	}
	.wpcf7-date-placeholder{
		height: 71px;
		font-size: 1.06rem;
	}
	#form_customize .date_block input[type="date"], #form_customize .date_block select{
		height: 71px;
	}	
}
@media screen and (min-width: 1600px){
	.date_content{
		height: 80px;
	}
	.wpcf7-date-placeholder{
		height: 80px;
	}
	#form_customize .date_block input[type="date"], #form_customize .date_block select{
		height: 80px;
	}
	.wpcf7-date-placeholder{
		padding: 1.6rem 2rem;
	}
}



/* ============================ */
/* POST INDEX */
.c-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding-top: 1.665rem;
	border-top: 1px solid rgba(147,147,147,0.25);
	margin-top: 2.63rem;
}
.c-post-index__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
	transition: .3s;
	position: relative;
}
.c-post-index__link img {
	display: block;
	width: 12px;
	opacity: 1;
	transition: .3s;
}
.c-post-index__link.link-prev img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: 12px;
}
.c-post-index__link::before{
	position: absolute;
	content: "";
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: .3s;
}
.c-post-index__link.link-prev::before{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.c-post-index__link:hover img{
	opacity: 0;
}
.c-post-index__link:hover::before{
	opacity: 1;
}
.c-post-index__link.is-disable {
	opacity: 0;
	pointer-events: none;
}
.c-post-index__link:hover{
	text-decoration: none;
	opacity: 1;
	transition: .3s;
}
.c-post-index__text {
	line-height: 1;
	text-align: center;
	color: #000;
	font-size: 1.1rem;
	text-decoration-line: none;
}
.c-post-index__text:hover{
	opacity: 1;
	color: #7a8084;
	text-decoration-line: none;
	transition: .3s;
}
.c-post-index--tab {
  display: none;
}
@media screen and (min-width: 768px){
	.c-post-index{
		padding-top: 2.22rem;
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 992px){
	.c-post-index{
		padding-top: 2.775rem;
		margin-top: 4.37rem;
	}
}
@media screen and (min-width: 1200px){
	.c-post-index__text{
		font-size: 1rem;
	}
	.c-post-index__link{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1400px){
	.c-post-index{
		padding-top: 3.33rem;
		margin-top: 5.26rem;
	}
}
@media screen and (max-width: 767px) {
  .c-post-index {
    padding-top: 3rem;
  }
  .c-post-index__link img {
    width: 10px;
  }
  .c-post-index__link.link-prev img {
	  width: 10px;
  }
}
/**************************
/* 404
**************************/
@media screen and (min-width: 768px){
	.block404{
		text-align: center;
	}
}


/**************************
/* イベント情報
**************************/
.event_block{
	margin-bottom: 0;
}
.event_item{
	margin-top: 2.415rem;
	position: relative;
}
.event_item:first-child{
	margin-top: 0;
}
.event_item a{
	display: block;
}
.event_item a:hover{
	text-decoration: none;
}
.event_img{
	width: 100%;
	height: 100%;
	aspect-ratio: 5 / 4;
	position: relative;
}
.event_img .event_end{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.65);
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.event_img.zoom img, 
#main2 .event_img.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.ev_tit{
	font-size: 1.13rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-top: 0.85rem;
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ev_detail{
	font-size: 0.93rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 0.58rem;
	margin-bottom: 0;
	color: #4c4948;
}
@media screen and (min-width: 768px){
	.event_block{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.event_item{
		width: calc((100% - 4rem)/3);
		margin-top: 3.22rem;
		margin-right: 2rem;
	}
	.event_item:nth-child(2),.event_item:nth-child(3){
		margin-top: 0;
	}
	.event_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.ev_detial{
		font-size: 0.86rem;
	}
}
@media screen and (min-width: 992px){
	.event_item{
		width: calc((100% - 6.66rem)/3);
		margin-top: 5.33rem;
		margin-right: 3.3rem;
	}
	.ev_tit{
		margin-top: 2.13rem;
	}
}
@media screen and (min-width: 1400px){
	.ev_tit{
		margin-top: 1.7rem;
	}
	.ev_detail{
		margin-top: 1.16rem;
	}
}
/* event single */
#main2 .ev_single h1{
	margin-bottom: 0.88rem;
}
.ev_main_end {
  font-size: 0.86rem;
  color: #c40000;
}
.open_day{
	margin-bottom: 1.8rem;
}
.event_eye{
	text-align: center;
	margin-bottom: 2.465rem;
}
.ev_info{
	position: relative;
	padding: 2.465rem 0 3.73rem;
	margin-top: 3.13rem;
}
.ev_info::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	top: 0;
	left: 0;
	z-index: -1;
}
.ev_info_inner{
	width: 86%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.ev_end{
	margin-left: 1rem;
	font-size: 0.86rem;
	color: #c40000;
}
.event_form{
	margin-top: 3.85rem;
}
@media screen and (min-width: 768px){
	#main2 .ev_single h1{
		margin-bottom: 1.17rem;
	}
	.open_day{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2.4rem;
	}
	.open_day div:first-child{
		margin-right: 2rem;
	}
	.event_eye{
		margin-bottom: 3.286rem;
	}
	.ev_info{
		padding: 3.286rem 0 4.97rem;
		margin-top: 4.17rem;
	}
	.ev_info_inner{
		width: 80%;
	}
	.event_form{
		margin-top: 5.13rem;
	}
}
@media screen and (min-width: 992px){
	#main2 .ev_single h1{
		margin-bottom: 1.46rem;
	}
	.open_day{
		margin-bottom: 3rem;
	}
	.event_eye{
		margin-bottom: 4.107rem;
	}
	.ev_info{
		padding: 4.107rem 0 6.21rem;
		margin-top: 5.21rem;
	}
	.event_form{
		margin-top: 6.41rem;
	}
}
@media screen and (min-width: 1200px){
	#main2 .ev_single h1{
		margin-bottom: 1.76rem;
	}
	.open_day{
		margin-bottom: 3.6rem;
	}
}
@media screen and (min-width: 1400px){
	.event_eye{
		margin-bottom: 4.93rem;
	}
	.ev_info{
		padding: 4.93rem 0 5.33rem;
		margin-top: 6.26rem;
	}
	.event_form{
		margin-top: 7.7rem;
	}
}





/**************************
/* お客様の声
**************************/
.voice_block{
	margin-bottom: 0;
}
.voice_item{
	margin-top: 2.415rem;
	position: relative;
}
.voice_item:first-child{
	margin-top: 0;
}
.voice_item a{
	display: block;
}
.voice_item a:hover{
	text-decoration: none;
}
.voice_date{
	color: #afb3b5;
	font-size: 0.93rem;
	letter-spacing: 0.04em;
	margin-top: 0.53rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.voice_block{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.voice_item{
		width: calc((100% - 4rem)/3);
		margin-top: 3.22rem;
		margin-right: 2rem;
	}
	.voice_item:nth-child(2),.voice_item:nth-child(3){
		margin-top: 0;
	}
	.voice_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.voice_item{
		width: calc((100% - 6.66rem)/3);
		margin-top: 5.33rem;
		margin-right: 3.3rem;
	}
}

/**************************
/* ブログ
**************************/
.post_item{
	margin-top: 2.415rem;
}
.post_item:first-child{
	margin-top: 0;
}
.post_item a{
	display: block;
}
.post_item a:hover{
	text-decoration: none;
}
.blog_date_cat{
	color: #afb3b5;
	font-size: 0.93rem;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	margin-top: 0.315rem;
}
.blog_date_cat .f-eng{
	letter-spacing: 0.04em;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.blog_date_cat .f-eng::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	background-color: rgba(122,133,145,0.3);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.post_scroll{
		display: flex;
		flex-wrap: wrap;
	}
	.post_item{
		width: calc((100% - 4rem)/3);
		margin-top: 3.22rem;
		margin-right: 2rem;
	}
	.post_item:nth-child(2),.post_item:nth-child(3){
		margin-top: 0;
	}
	.post_item:nth-child(3n){
		margin-right: 0;
	}
	.blog_date_cat{
		margin-top: 0.42rem;
	}
	.blog_date_cat .f-eng{
		padding-right: 15px;
		margin-right: 15px;
	}
}
@media screen and (min-width: 992px){
	.post_item{
		width: calc((100% - 6.66rem)/3);
		margin-top: 5.33rem;
		margin-right: 3.3rem;
	}
	.blog_date_cat{
		margin-top: 0.525rem;
	}
}
@media screen and (min-width: 1400px){
	.blog_date_cat{
		margin-top: 0.63rem;
	}
	.blog_date_cat .f-eng{
		padding-right: 20px;
		margin-right: 20px;
	}
}
/* ブログ一覧ページ用 navi */
.blog_nav{
	display: flex;
	justify-content: center;
	margin-bottom: 1.66rem;
}
.blog_nav li {
	list-style: none;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}
.blog_nav li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.blog_nav li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.blog_nav li:last-child::after{
	content: none;
}
.blog_nav li.active{
	color: #000;
}
.blog_nav li a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #afb3b5;
	display: inline-block;
	font-size: 0.93rem;
	line-height: 2;
	letter-spacing: 0;
	font-style: normal;
}
.blog_nav li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.blog_nav{
		margin-bottom: 2.21rem;
	}
}
@media screen and (min-width: 992px){
	.blog_nav{
		margin-bottom: 2.76rem;
	}
}
@media screen and (min-width: 1400px){
	.blog_nav{
		margin-bottom: 3.33rem;
	}
}

/**************************
/* お知らせ
**************************/
.news_block{
	margin-bottom: 0;
}
.news_block li{
	list-style: none;
	border-bottom: 1px solid rgba(122,133,145,0.3);
}
.news_block li:first-child{
	border-top: 1px solid rgba(122,133,145,0.3);
}
.news_block li a{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.news_block li a:hover{
	text-decoration: none;
}
.news_img{
	width: 26%;
}
.news_txtArea{
	width: 70%;
	align-self: center;
}
.news_date{
	color: #afb3b5;
	font-size: 0.93rem;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.news_tit{
	font-size: 1.13rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-top: 0.38rem;
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px){
	.news_block li a{
		padding: 15px 0;
	}
	.news_img{
		width: 16%;
	}
	.news_txtArea{
		width: 80%;
	}
	.news_tit{
		margin-top: 0.76rem;
	}
}
@media screen and (min-width: 1200px){
	.news_block li a{
		padding: 20px 0;
	}
}

/**************************
/* 施工事例
**************************/
.a_gallery_block{
	margin-bottom: 0;
}
.a_gallery_block li{
	list-style: none;
	margin-top: 2.415rem;
}
.a_gallery_block li:first-child{
	margin-top: 0;
}
.a_gallery_block li a{
	display: block;
}
.a_gallery_block li a:hover{
	text-decoration: none;
}
.ga_area{
	font-size: 1rem;
	margin-top: 0.52rem;
	color: #7a8084;
}
.ga_area span{
	font-size: 0.86rem;
	background-color: #7a8591;
	color: #fff;
	text-align: center;
	width: 80px;
	height: 24px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius: 30px;
	margin-right: 10px;
}
@media screen and (min-width: 768px){
	.a_gallery_block{
		display: flex;
		flex-wrap: wrap;
	}
	.a_gallery_block li{
		width: calc((100% - 4rem)/3);
		margin-top: 3.22rem;
		margin-right: 2rem;
	}
	.a_gallery_block li:nth-child(2), .a_gallery_block li:nth-child(3){
		margin-top: 0;
	}
	.a_gallery_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.a_gallery_block li{
		width: calc((100% - 6.66rem)/3);
		margin-top: 5.33rem;
		margin-right: 3.3rem;
	}
	.ga_area{
		margin-top: 0.69rem;
	}
}
@media screen and (min-width: 1200px){
	.ga_area span{
		width: 100px;
		height: 30px;
	}
}
@media screen and (min-width: 1400px){
	.ga_area{
		font-size: 1.06rem;
		margin-top: 1.03rem;
	}
}
/* gallery single */
.ga_single_tit{
	margin-bottom: 3rem;
}
#main2 .ga_single_tit h1{
	margin-bottom: 0;
}
.ga_single_tit .ga_area{
	margin-top: 1.03rem;
}
.ga_eye{
	text-align: center;
	margin-bottom: 3rem;
}
@media screen and (min-width: 768px){
	.ga_single_tit{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#main2 .ga_single_tit h1{
		margin-bottom: 0;
	}
	.ga_single_tit .ga_area{
		margin-top: 0;
	}
	.ga_eye{
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 992px){
	.ga_eye{
		margin-bottom: 5rem;
	}
}
@media screen and (min-width: 1400px){
	.ga_eye{
		margin-bottom: 6rem;
	}
}


/**************************
/* ユーチューブ動画
**************************/
.yt_block{
	margin-bottom: 0;
}
.yt_block li{
	list-style: none;
	margin-top: 2rem;
}
.yt_block li:first-child{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.yt_block{
		display: flex;
		flex-wrap: wrap;
	}
	.yt_block li{
		width: calc((100% - 4rem)/3);
		margin-right: 2rem;
	}
	.yt_block li:nth-child(2),.yt_block li:nth-child(3){
		margin-top: 0;
	}
	.yt_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.yt_block li{
		width: calc((100% - 6.66rem)/3);
		margin-top: 3.3rem;
		margin-right: 3.3rem;
	}
}



/* other */
.other_bk{
	position: relative;
	padding: 3.2rem 0 5rem;
	margin: 4rem 0 -5rem;
}
.other_bk::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	top: 0;
	left: 0;
	z-index: -1;
}
.other{
	width: 100%;
}
.other .event_item a:hover,
.other .gallery_item a:hover,
.other .voice_item a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.other_bk{
		padding: 4.26rem 0 6.66rem;
		margin: 5.33rem 0 -6.66rem;
	}
	.other{
		width: 86%;
		max-width: 1300px;
		margin-right: auto;
		margin-left: auto;
	}
	.other .gallery_block{
		display: flex;
		
	}
	.other .event_item,
	.other .gallery_item,
	.other .voice_item{
		width: calc((100% - 4rem)/3);
		margin-top: 0;
		margin-right: 2rem;
	}
	.other .event_item:nth-child(3n),
	.other .gallery_item:nth-child(3n),
	.other .voice_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.other_bk{
		padding: 5.32rem 0 8.32rem;
		margin: 6.66rem 0 -8.32rem;
	}
	.other .event_item,
	.other .gallery_item,
	.other .voice_item{
		width: calc((100% - 5.863rem)/3);
	}
}
@media screen and (min-width: 1400px){
	.other_bk{
		padding: 6.4rem 0 10rem;
		margin: 8rem 0 -10rem;
	}
}
@media screen and (max-width: 767px){
	.other .event_item,
	.other .gallery_item,
	.other .voice_item{
		margin-top: 0;
		padding: 0 15px;
	}
}
