/*
Theme Name: y_テンプレート1
Author: Ycreer
Version: 1.0
Description: y_テンプレート1 theme
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ===================================================================
// 基本スタイル
// ===================================================================*/

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  height: 100%;
}


body {
 margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  overflow-x: hidden;
  height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
	#index .header .btn{
	display: none;
}
	#index .mh .header .btn{
	display: inline;
}
}


/* ボックスサイズ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 行間 */
p{
  line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}

div, h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

/* リンク */
a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #070707;
}


  a:hover {
    opacity: .7;
  }



/*  パンくずリスト　*/
.bread {
  padding: 0rem 0 0;
	margin-top: 3%;
	margin-bottom: 5%;
}

.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread ul li {
  margin-right: 1rem;
	color: var(--themafont-color);
}
.bread ul li a{
	color: var(--themafont-color);
}
.bread ul li:after {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  margin-left: 1rem;
}

.bread ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 450px) {
  .bread {
    padding: 1.2rem 0;
  }
  .bread ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bread ul li {
    margin-right: .4rem;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread ul li:after {
    margin-left: .4rem;
  }
  .bread ul li:last-child:after {
    display: none;
  }
}



/* img */
img {
  max-width: 100%;
  height: auto;
}

.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
 font-family: 'Noto Sans JP', sans-serif;
}
/* flex */
.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: space-between;
  gap:6%;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* width */
.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .inner {
    width: calc(100% - 4rem);
	text-align: center;
	gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 80%;
	margin: auto 10%;
  }
}
/* pc & sp */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 4rem 0 0;
}
@media screen and (max-width: 980px) {
}


.btn {
	padding: 1.5rem 10rem;
	background-color: #2E843B;
	color: #fff;
	border-radius: 45px;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 780px) {
	.btn {
		width: 100%;
	}
}


/* CSS Document */

 .ttl_b{
	color: #fff;
}
 .ttl_b span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
font-family: fot-chiaro-std, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
}
 .ttl_b h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3vw;
	line-height: 5vw;
  margin-bottom: 2rem;
	font-weight: 600;
	 position: relative;
	 z-index: 2;
}
 .ttl_b2{
	color: #222;
}
 .ttl_b2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
font-family: fot-chiaro-std, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
}
 .ttl_b2 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3vw;
	line-height: 5rem;
  margin-bottom: 2rem;
	font-weight: 600;
	 position: relative;
	 z-index: 2;
}

.ttl_b .circle,
.ttl_b2 .circle{
	position: absolute;
	top: -3rem;
	left: -3rem;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	z-index: -1;
	background: var(--circle-color);
}
/* タイトルが真ん中の場合 */
.ttl_b .circle2,
.ttl_b2 .circle2{
	position: absolute;
	top: 40%;
 left: 50%;
 transform: translate(-50%,-60%);
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: var(--circle-color);
	z-index: -1;
}

#index .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
/* タイトルが真ん中の場合 */
.ttl_b .circle,
.ttl_b2 .circle{
	position: absolute;
	top: 40%;
 left: 5%;
 transform: translate(-50%,-60%);
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: var(--circle-color);
	z-index: -1;
}
	.ttl_b span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
font-family: fot-chiaro-std, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
}
 .ttl_b h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
	line-height: 5vw;
  margin-bottom: 2rem;
	font-weight: 600;
	 position: relative;
	 z-index: 2;
}
	 .ttl_b2 span {
  display: block;
  font-size:1.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
font-family: fot-chiaro-std, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
}
 .ttl_b2 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
	line-height: 5rem;
  margin-bottom: 2rem;
	font-weight: 600;
	 position: relative;
	 z-index: 2;
}
  #index h2 {
    font-size: 2.3rem;
	  line-height: 3rem;
    letter-spacing: .2rem;
  }
  #index h2 span {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    margin-top: 0.8rem;
  }
  #index .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .header a.btn {
    width: 140px;
    padding: 0;
    line-height: 34px;
    height: 36px;
    min-width: 140px;
    font-size: 1.1rem;
    margin-top: 2rem;
  }
  #index .header a.btn:after {
    font-size: 1rem;
    margin-top: -.5rem;
    right: .4rem;
  }
}

/* ===================================================================
// メインビジュアル、タイトル
// ===================================================================*/
#mainimg {
  position: relative;
	display: block;
	padding-top: 10rem;
	margin-bottom: 5%;
}
#mainimg .mainimg_contents {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 720px;
	display: block;
}
#mainimg .mainimg_contents,
#mainimg .mainimg_contents img{
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
	height: 720px;
}
#mainimg .mainimg_contents img{
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	#mainimg .mainimg_contents{
		padding-top: 0;
		height: 90vh;
		margin-bottom: 7rem;
	}
	#mainimg .mainimg_contents,
	#mainimg .mainimg_contents img{
		height: 90vh;
	}
}
#mainimg .mainimg_contents .information {
  position: absolute;
	color: #fff;
	font-weight: bold;
  z-index: 2;
  align-items: center;
	top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#mainimg .mainimg_contents .information h1.fv_p{
	font-size: 4.8rem;
	font-weight: 500;
	margin-bottom: 3rem;
}
#mainimg .mainimg_contents .information h2{
	font-size: 2.2rem;
	font-weight: 300;
}
#mainimg .mainimg_contents .information h2 span{
	font-size: 2.2rem;
	  color: #fff;
	  text-align: center;
	  width: auto;
	  display: inline-block;
	  font-weight: 500;
	  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
	#mainimg .mainimg_contents .information {
		text-align: left;
		padding: 0 5%;
	}
	#mainimg .mainimg_contents .information h1.fv_p{
		font-size: 3.5rem;
		line-height: 5rem;
	}
	#mainimg .mainimg_contents .information h2{
		font-size: 1.4rem;
	}
	#mainimg .mainimg_contents .information h2 span{
		font-size: 1.6rem;
		text-align: left;
	}
}



#index .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index .header a.btn {
  padding: 0 3.2rem;
  line-height: 34px;
  height: 36px;
  min-width: 140px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    letter-spacing: .2rem;
	  font-weight: 700;
  }
  #index .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .header a.btn {
    width: 140px;
    padding: 0;
    line-height: 34px;
    height: 36px;
    min-width: 140px;
    font-size: 1.1rem;
    margin-top: 2rem;
  }
  #index .header a.btn:after {
    font-size: 1rem;
    margin-top: -.5rem;
    right: .4rem;
  }
  #index .header h2.col + a.btn {
    margin-top: 0;
  }
}

/* ===================================================================
// main
// ===================================================================*/
main {
  margin: 12rem 0 0;
}

main#index {
  margin-top: 0;
}

main > section {
  padding: 1rem 0;
}

main > section:first-child {
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  main {
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin: 2rem 0 0;
	  overflow: hidden;
  }
  main > section {
    padding: 4rem 0;
  }
}


/* ===================================================================
// ヘッダー,
// ===================================================================*/
header {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	background: #fff;
	position: fixed;
	z-index: 99;
}
header .logo{
	 height:4.8rem;
	 margin: 0;
	 padding: 0;
}
header .logo img {
    height: 4.8rem;
	margin: 0;
	padding: 0;
  }
  .header1{
	padding: 1.5rem 4rem;
	border-bottom: 1px solid rgb(232, 232, 232);
	align-items: center;
	align-content: center;
  }
  .header_insta{
	height:3.2rem;
	width: auto;
  }
  .header_insta img{
	height:3.2rem;
	width: auto;
  }
  .header2{
	padding: 0 0 0 6rem;
	border-bottom: 1px solid rgb(232, 232, 232);
  }
  .header_con{
	background-color: #B4D34B;
	align-items: center;
	align-content: center;
	color: #fff;
	font-weight: 500;
	padding: 2rem 2.5rem;
  }
  @media screen and (max-width: 900px) {
	header {
		padding-right: 0!important;
	}
	.header_con{
	  padding: 2rem 1.5rem;
	}
  }
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header1{
	padding: 1rem 2rem;
  }
  .header2{
	display: none;
  }
}

.gnav_btn {
  display: none;
}

@media screen and (max-width: 900px) {
  .gnav_btn {
    display: block;
    font-size: 2rem;
    line-height: 1;
	  color:  #000;
  }
  .gnav_btn:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
	  font-size: 2rem;
	  color:  #000;
  }
  .gnav_btn.close:after {
    content: "\f00d";
  }
	header{
		padding-right: 2rem; 
	}
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	margin-right: 3rem;
}

.gnav li {
  margin-left: 3rem;
  font-size: 16px;
	padding-top: 1rem;
}
.gnav li.herder_sns{
	padding-top: .2rem;
}
.gnav li.herder_sns:last-child{
	 margin-left: 1.5rem;
}
.gnav li a {
  font-weight: 500;
	 color: var(--gnav-color);
}

  .gnav li a:hover {
    opacity: 0.5;
}
.gnav li a img{
	width: 35px;
	height: auto;
}

@media screen and (max-width: 1040px) {
  .gnav li {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 900px) {
	.gnav .gnav_contact{
	margin-right: 0;
}
  .gnav {
    display: none;
    -webkit-transition: 1s;
    transition: 1s;
  }
	.gnav li {
	padding-top: 3rem;
}
	.gnav li.herder_sns{
	padding-top: 3rem;
		border-bottom: 0px;
	}
	.gnav li.herder_sns:last-child{
	 margin-left: 0rem;
}
  .gnav.open {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 102;
    left: 0;
    top: 60px;
  }
  .gnav.open li {
    width: 100%;
    margin-left: 0;
	  font-weight: 700;
  }
  .gnav.open li a, .gnav.open li span {
    color: #333;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
	  padding-bottom: 2rem;
	  padding-top: -5rem;
	  margin-top: -1rem;
  }
  .gnav.open li:first-child a {
 margin-top: 2rem;
  }
	.gnav.open li.gnav_contact a{
		padding-top: 2rem;
		font-weight: 700;
		padding-bottom: 2rem;
	}
}

.fixed {
  position: fixed;
  width: 100%;
}

.overrayer {
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 101;
  background-color: var(--thema-color);;
  top: 60px;
  left: 0;
  display: none;
}

/* ===================================================================
// フッター
// ===================================================================*/
footer .copyright{
  text-align: center;
	color: #bcbcbc;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 0.5px solid rgb(143, 143, 143);
}
footer{
	background-color: #2E843B;
	padding-top: 1rem;
	margin-top: 0;
	font-size: 1.6rem;
}
footer .company{
	margin: 2% auto 5%;
}
footer .company .flex_wrap{
	justify-content: center;
	gap: 10%;
	color: #000;
	margin-bottom: 3%;
	text-align: center;
}
footer .company .flex_wrap .footer_info{
	width: 50%;
	text-align: left;
}
footer .company .logo{
	text-align: center;
}
footer .company .logo img{
	width: 10rem;
}
#footer-menu{
	margin-top: 5%;
}
#footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	list-style: none;
	font-weight: 400;
	margin: 0 3%;
	color: #fff;
}
#footer-menu li a{
	color: #fff;
	font-weight: 300;
}
#footer-menu li a:hover{
	opacity: 0.4;
	color: #fff;
}
@media screen and (max-width: 767px) {
	footer .copyright{
	  padding-top: 4rem;
	  padding-bottom: 4rem;
  }
	footer{
		background-color: #2E843B;
		padding-top: 3rem;
		margin-top: 0;
	}
	#footer-menu{
		margin-bottom: 20%;
	}
	#footer-menu li{
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
footer .company .logo img{
	width: 10rem;
}
}


/* ===================================================================
// メイン
// ===================================================================*/

#mainttl{
	text-align: center;
	margin-bottom: 11rem;
}
#mainttl h2{
	font-size: 3.2rem;
	font-weight: 300;
	position: relative;
	text-align: center; 
	margin-bottom: 7rem;
}
#mainttl h3{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5rem;
	margin-bottom: 3rem;
}
  #mainttl h2::before {
	background-color: #2E843B; /* 線の色 */
	bottom: -30px; /* 線の位置 */
	content: "";
	height: 2px; /* 線の高さ */
	left: 50%; /* 線の中央寄せ */
	position: absolute;
	transform: translateX(-50%); /* 線の中央寄せ */
	width: 60px; /* 線 */
  }
@media screen and (max-width: 767px) {
	#mainttl h1{
	font-size: 3.5rem;
}
#mainttl p{
	font-size: 2rem;
}
#mainttl h2{
	font-size: 2.5rem;
	text-align: left;
}
#mainttl h2::before {
  height: 1px; /* 線の高さ */
  left: 10%; /* 線の中央寄せ */
}
#mainttl p{
	font-size: 1.6rem;
}
}
/* -------------------ABOUT ------------ */
.top_about{
	padding: 5% 15%;
}
.top_about .flex_wrap{
	margin-bottom: 10%;
}
.flex_wrap .flex_img{
	width: 50%;
}
.flex_wrap .flex_txt{
	width: 44%;
}
.flex_wrap .flex_img img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.flex_wrap .flex_img iframe{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.flex_wrap .flex_txt h3{
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 3rem;
}
.top_about.bk_gy{
	background-color: #EBEBEB;
	padding: 5% 10%;
}
.top_about.bk_gr{
background-color: #B4D34B;
padding: 5% 10%;
}
.top_about.bk_gy .flex_wrap{
	background-color: #fff;
	padding: 5%;
	margin-bottom: 0;
}
.top_about.bk_gr #mainttl h2{
	color: #fff;
}
@media screen and (max-width: 780px) {
	.top_about{
	padding: 10% 8%;
}
	.flex_wrap .flex_img{
		width: 100%;
		order: 1;
		margin-bottom: 3rem;
	}
	.flex_wrap .flex_txt{
		width: 100%;
		order: 2;
		margin-bottom: 7%;
		font-size: 1.6rem;
	}
	.top_about.bk_gy{
	padding: 15% 3%;
	}
	.top_about.bk_gr{
	padding: 15% 3%;
	font-size: 1.6rem;
	}
	.flex_wrap .flex_img img{
		height: 250px;
		width: 100%;
		object-fit: cover;
	}
	.flex_wrap .flex_img iframe{
		height: 320px;
	}
}

/* ------------------お知らせ ------------ */
.top_about.bk_gr .bk_wh{
	background-color: #fff;
	padding: 2%;
	margin-bottom: 0;
}
.top_about.bk_gr ul{
	border: 1px solid #ccc;
	padding: 2% 5% 0;
}
.top_about.bk_gr li{
	width: 100%;
	margin-bottom: 2%;
}
.top_about.bk_gr li a{
	display: flex;
	gap: 5%;
	width: 100%;
}
.top_about.bk_gr li a p{
	width: 10%;
}
.top_about.bk_gr li a h3{
	width: 85%;
	font-weight: 300;
}
@media screen and (max-width: 780px) {
	.top_about.bk_gr ul{
		padding: 2% 3% 0;
	}
	.top_about.bk_gr li a{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.top_about.bk_gr li a p{
		margin-bottom: 0.5rem;
		width: 100%;
	}
	.top_about.bk_gr li a h3{
		width: 100%;
		font-weight: 300;
	}
	}
/* ------------------採用情報 ------------ */
.top_recruit{
	background: url(images/top/recruit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5% 15% 7%;
	margin-bottom: 0;
	color: #fff;
}
.top_recruit #mainttl h2{
	margin-bottom: 2rem;
}
.top_recruit #mainttl h2::before {
	display: none;
}
.top_recruit .flex_txt h3{
	font-size: 2.8rem;
}
.top_recruit .flex_wrap .flex_img{
	width: 47%;
}
.top_recruit .flex_wrap .flex_txt{
	width: 47%;
}
.top_recruit .flex_wrap .flex_img .btn_area{
	padding: 0;
}
.top_recruit .flex_wrap .flex_img .btn_area:last-child{
	margin-top: 2rem;
}
.top_recruit .flex_wrap .flex_img .btn_area .btn{
	font-size: 2.4rem;
	font-weight: 700;
	height: 12vh;
	align-content: center;
	text-align: center;
	width: 100%;
	border-radius: 100px;
	padding: 1rem 0;
}
.top_recruit .flex_wrap .flex_img .btn_area .btn p{
	font-size: 1.6rem;
	margin-top: 1rem;
}
.top_recruit .flex_wrap .flex_img .btn_area:last-child .btn{
background-color: #B4D34B;
}
@media screen and (max-width: 767px) {
	.top_recruit{
		padding: 15% 10% 7%;
	}
	.top_recruit .flex_wrap .flex_img{
		width: 100%;
		order: 2;
	}
	.top_recruit .flex_wrap .flex_txt{
		width: 100%;
		order: 1;
	}
	.top_recruit #mainttl h3{
		text-align: left;
	}
}


/* -----------　プライバシーポリシー　---------------- */
.privacypolicy{
	margin: 10% 12% 10%;
	font-size: 1.6rem;
}
.privacypolicy div{
	margin-bottom: 3rem;
}
.privacypolicy div h2{
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	.privacypolicy div h2{
		font-weight: 500;
	}
}

/* -----------お問い合わせ---------------- */
@media screen and (max-width: 1200px) {
}

/* ===================================================================
// 下層ページ
// ===================================================================*/
#content{
	margin-top: 0;
	padding-top: 0;
}
.page_ttlbk{
	height: 13rem;
}
#content .page_mainttl{
	height: 30vh;
	background: url(images/head.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	align-items: center;
	align-content: center;
	color: #fff;
}
#content .page_mainttl h1{
	font-size: 5.6rem;
	font-weight: 300;
	margin-bottom: 3rem;
}
#content .page_mainttl h2{
	font-size: 1.9rem;
	font-weight: 300;
}
@media screen and (max-width: 767px) {
	#content .page_mainttl h1{
		font-size: 4.4rem;
	}
	.page_ttlbk{
		height: 7rem;
	}
}

/* 
===================================================================
// 事業内容
// ===================================================================*/
#content .top_about{
	padding: 5% 17%;
}
#content .top_about.bk_gy{
	padding: 5% 10%;
}
#content .flex_wrap .flex_img{
	width: 47%;
}
#content .flex_wrap .flex_txt{
	width: 47%;
}

#content .top_recruit{
	margin-top: -5rem;
}
#content .top_recruit #mainttl h2{
	line-height: 5rem;
}
#content .top_recruit .flex_wrap{
	justify-content: center;
}
#content .top_recruit .flex_wrap .flex_img .btn_area:last-child .btn{
	background-color: #2E843B;
}
@media screen and (max-width: 767px) {
	.top_about.service_cnt h3{
		text-align: left;
		margin-top: 15%;
	}
	.top_about.service_cnt .flex_wrap:last-child{
		margin-bottom: 30%;
	}
	#content .top_about{
		padding: 5% 10%;
	}
	#content .flex_wrap .flex_img{
		width: 100%;
	}
	#content .flex_wrap .flex_txt{
		width: 100%;
	}

}
/* 
===================================================================
// 会社概要ページ
// ===================================================================*/
.compage .top_about .flex_wrap .flex_img img.round{
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius: 560px;
}
.compage .top_about.bk_gy .flex_wrap .flex_img img{
	height: 550px;
}
.company_dl{
	flex-wrap: wrap;
	gap:0;
}
.company_dl dt{
	width: 50%;
	border-bottom: 1px solid rgb(232, 232, 232);
	padding: 1rem;
}
.company_dl dd{
	width: 50%;
	border-bottom: 1px solid rgb(232, 232, 232);
	padding: 1rem;
}
@media screen and (max-width: 767px) {
	.compage .top_about.compage1{
		margin-top: 10%;
	}
	.compage .top_about .flex_wrap .flex_img img.round{
		height: 320px;
		width: 100%;
		object-fit: cover;
		border-radius: 300px;
	}
	#content.compage .top_about.bk_gy{
		padding: 20% 3%;
		margin: 5% auto;
	}
	#content.compage .top_about.bk_gy .flex_wrap{
		padding: 8% 5%;
	}
	.compage .top_about.bk_gy .flex_wrap .flex_img img{
		height: 300px;
	}
	#content.compage .top_about.bk_gy:last-child{
		margin-bottom: 0;
	}
	.company_dl{
		font-size: 1.6rem;
	}
	.company_dl0 #mainttl h3{
		text-align: left;
	}
}
/* 
===================================================================
// 採用ページ
// ===================================================================*/
#mainttl h2.noborder{
	margin-bottom: 3rem;
}
h2.noborder::before {
	display: none;
}
#content .top_about.rec_app{
	padding: 5% 10%;
}
#content .top_about.rec_app .flex_wrap{
	padding: 5% 15%;
}
@media screen and (max-width: 767px) {
	#content.recruit_page .rec_page_about1{
		margin-top: 10%;
	}
	#content.recruit_page .top_about #mainttl h2{
		text-align: center;
	}
	#content.recruit_page .top_about.bk_gy{
	padding: 15% 3%;
	margin-bottom: 15%;
	}
	#content .top_about.rec_app .flex_wrap{
		padding: 5% 5%;
	}
	#content .top_about.rec_app #mainttl h2{
		text-align: left;
	}
	#content .top_about.rec_cntact #mainttl h2{
		text-align: left;
	}
	#content .top_about.rec_cntact{
		font-size: 1.6rem;
		margin-bottom: 10%;
	}
}

/* 
===================================================================
// 協力会社募集ページ
// ===================================================================*/

.partnerpage .contact_form{
	background-color: #fff;
	padding: 5% 10%;
	margin: 0;
}
@media screen and (max-width: 767px) {
.partnerpage #mainttl p{
	text-align: left;
}
#content.partnerpage .top_about.rec_app{
	padding: 15% 3%;
}
.partnerpage .contact_form{
	padding: 8% 10%;
	margin: 0;
}
}

/* 
===================================================================
// お問い合わせページ
// ===================================================================*/
#content .top_about.conatct_page_cnt #mainttl h2{
	text-align: left;
	margin-top: 10%;
}
#content .top_about.conatct_page_cnt #mainttl h3,
#content .top_about.conatct_page_cnt #mainttl p{
	text-align: left;
}
.contact_form{
	margin: 0 10%;
}
.contact_form label{
}
.contact_form label input{
	width: 100%;
	border: 1px solid rgb(174, 174, 174);
	border-radius: 5px;
	height: 5vh;
	padding: 0 1rem;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
}
.contact_form textarea{
	width: 100%;
	border: 1px solid rgb(174, 174, 174);
	padding: 0 1rem;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	border-radius: 5px;
}
.contact_form input.wpcf7-submit{
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 1rem;
	margin-right: -8rem;
	margin-top: 3rem;
	margin-bottom: 2rem;

}
.sub_btn{
	text-align: center;
	padding: 0!important;
	margin: 0!important;
}

/* 
===================================================================
// ニュース
// ===================================================================*/

.news_page {
	font-size: 1.6rem;
}
.news_page2 ul{
	margin-bottom: 0;
}
.news_page2 ul li{
	border-bottom: 1px solid #ccc;
	padding: 2rem;
	margin-bottom: 0;
}
.news_page2 ul li.flex_wrap{
	margin-bottom: 0;
}
.news_page2 ul li a{
	width: 100%;
	display: flex;
	gap: 5%;
}
.news_page2 ul li p{
	width: 15%;
}
.news_page2 ul li h3{
	width: 80%;
	font-weight: 300;
	align-self: center;
}
.top_about.news_page2{
	margin: 0;
	padding: 0;
}
.news_page #mainttl{
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 7%;
}


@media screen and (max-width: 767px) {
#content.news_page #mainttl h2{
	text-align: center;
}
.news_page2 ul li a{
	flex-wrap: wrap;
}
.news_page2 ul li p{
	width: 100%;
	margin-bottom: 1rem;
}
.news_page2 ul li h3{
	width: 100%;
	line-height: 1.8rem;
}
}

/* ===================================================================
// アーカイブ
// ===================================================================*/

.news_single .btn_area{
	padding-top: 0;
}
/* ページネーション　*/
.pagenavi{
	margin-bottom: 5%;
	margin-top: 5%;
}
.pagenavi .wp-pagenavi {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
}

.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.pagenavi .wp-pagenavi .pages {
	background-color: #000;
}
.pagenavi .wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
	font-weight: 400;
}

.btn_area.space{
	display: flex;
	justify-content: center;
	align-content: center;
	column-gap: 5%;
	margin: 5% 10%;
	align-items: center;
}
.btn_area.space span{
	font-size: 2rem;
	border: 1px solid #aaa;
	padding: 0 0.9rem;
	border-radius: 3px;
	font-weight: 900;
}
.btn_area.space a{
	align-items: center;
	align-content: center;
	align-self: center;
}
.arc_btn {
	text-align: center;
	margin-bottom: 10%;
	justify-content: center;
}
.arc_btn .back_single{
	padding: 1.5rem 10rem;
	background-color: #B4D34B;
	color: #fff;
	border-radius: 45px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.btn_area.space{
	margin-bottom: 10%;
}
.pagenavi{
	margin-bottom: 12%;
	margin-top: 5%;
}
.arc_btn {
	margin-bottom: 20%;
}
}


.news_single h1{
	font-size: 3rem;
	font-weight: 500;
	margin: 1% auto 2%;
}
.news_single figure{
	height: 300px;
	margin: auto 5% 5%;
	display: block;
}
.news_single figure img{
	height: 300px;
	object-fit: cover;
	display: block;
}
.news_single .single_cnt{
	margin: auto 20%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5rem;
}
.news_single .single_cnt .date{
	margin-bottom: 4rem;
	margin-top: 1rem;
	font-weight: 500;
	color: #aaa;
}
.news_single .news_content p{
	margin-bottom: 2%;
}
.news_single .news_content h2{
	background: #B4D34B;
	color: #B4D34B;
	padding: 1% 2%;
}
.news_single .news_content h3{
	border-bottom: 4px solid #B4D34B;
	border-top: 4px solid #B4D34B;
	padding: 1% 2%;
	margin-top: 3%;
	font-size: 2.5rem;
	margin-bottom: 2%;
}
.news_single .news_content h4{
	border-left: 8px solid #B4D34B;
	padding: 1% 2%;
	margin-top: 3%;
	font-size: 1.8rem;
	margin-bottom: 2%;
}
.news_single .news_content img{
	width: 80%;
	margin: auto 10%;
}

@media screen and (max-width: 767px) {
.news_single figure{
	height: 150px;
}
.news_single figure img{
	height: 150px;
}
.news_single .single_cnt{
	margin: auto 8%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5rem;
}
}


/* ===================================================================
// 
// ===================================================================*/


.header-sec {
  height: 126px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 107px;
  height: auto;
}

.header-ul {
  list-style: none;
  position: relative;
  display: flex;
}

.header-ul li {
  font-size: 1.6rem;
  margin-right: 3.5rem;
    font-family: josefin-sans, sans-serif;
font-weight: 400;
font-style: normal;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
	.header-ul li {
		margin-right: 2rem;
	}
}

.header-ul li a {
  display: block;
  color: #333;
  font-weight: 400;
}

.header-ul li a:hover {
  color: #999;
  transition: 0s;
}

.header-ul li:last-child {
  margin-right: 0px;
}

.photo-sec {
  margin-top: 5%;
  margin-bottom: 5%;
}

.photo-box {
  width: 47.5%;
  margin-top: 5%;
}

.photo-box img {
  width: 100%;
  margin-bottom: 3.5%;
}

/* ハンバーガーメニュー　*/
.nav-ham {
  display: none;
  position: absolute;
  top: 2.2rem;
  right: 5.2%;
  width: 40px;
  height: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 100;
}

.nav-ham span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s, width 0.3s;
}

.nav-ham span:nth-child(1) {
  top: 0;
}

.nav-ham span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav-ham span:nth-child(3) {
  bottom: 0;
}

.sp-nav-layout {
  position: fixed;
  background: #2E843B;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s ease-in-out;
  z-index: 50;
}

.sp-nav-layout ul {
  text-align: center;
  margin-top: 66%;
}

.sp-nav-layout ul li {
  position: relative;
  margin-bottom: 3rem;
	font-family: josefin-sans, sans-serif;
  transform: translateX(-200px);
  transition: transform 1.3s ease;
}

.sp-nav-layout ul li a {
  font-size: 24px;
	font-family: josefin-sans, sans-serif;
  color: #fff;
}

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

  /* body
--------------------------------*/
  .inner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .header-sec {
    height: 55px;
    padding: 0 20px;
  }
  .header-logo {
    width: 54px;
    height: auto;
  }
  .header-ul {
    display: none;
  }
  .photo-box p {
    font-size: 1.6rem;
  }
  .text-sec p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  /*sp nav*/
  .nav-ham {
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
  }
  .open .nav-ham {
    position: fixed;
  }
  .open .nav-ham span {
    background-color: #fff;
  }
  .open .nav-ham span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .open .nav-ham span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    opacity: 0;
  }
  .open .nav-ham span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .open .sp-nav-layout {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .open .sp-nav-layout ul li {
    transform: translateX(0);
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .photo-sec {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
