/*
Theme Name: ITM_テンプレート1_clean
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 {
	/*ヘッダーフッター等*/
	--thema-color: #e3e3e3;/*メインカラー*/ /* 変更 */
	--themafont-color: #2e2e2e;/*メイン文字カラー*/ /* 変更 */
	--themafont-color2:#fff;/*背景が暗い箇所の文字カラー*/ /* 変更(追加) */
	--copyright-color: #ffffff;/*コピーライト背景色*/
	--copyrightback-color:#2e2e2e;
	/*全体背景*/
	--bodyback-color: #ffffff;/* 変更 */
	/*タイトル円カラー*/
	--circle-color: #EDEDED; /* 変更 */
	--circle2-color: #EDEDED;
	/*グロナビ文字カラー*/
	--gnav-color:#2e2e2e;
	/*ブロックの背景色と文字色*/
	--blockback-color:#F2F2F2;/*ブロック背景色*/ /* 変更 */
	--blockfont-color:#2e2e2e;/*ブロック文字色*/ 
	/*ボタン１*/ 
	--btn1font-color:#fff;/*通常時文字色*/
	--btn1border-color:#fff;/*枠色＆ホバー背景色*/
	--btn1hover-color:#2e2e2e;/*ホバー文字色*/
	/*ボタン２*/ /* 変更(company&serviceのボタンをbtn2に変更) */
	--btn2font-color:#2e2e2e;/*通常時文字色*/
	--btn2border-color:#2e2e2e;/*枠色＆ホバー背景色*/
	--btn2hover-color:#fff;/*ホバー文字色*/
	/*スクロール*/
	--scroll-color: #6e6e6e;
 margin: 0;
  padding: 0;
  background-color: var(--bodyback-color);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--themafont-color);
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
	width: 100%;
  }
  #index{
	width: 100%!important;
  }
	#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;
  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: flex-start;
  padding: 4rem 0 0;
}


.btn_area p {
  text-align: center;
}

@media screen and (max-width: 980px) {
  .btn_area {
	  padding: 0;
	  margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
	 .btn_area a{
	margin: 0;
	padding: 1rem 0;
}
}


.btn {
  color:var(--btn1font-color);
	border: 1px solid var(--btn1border-color);
  padding: .7rem 7.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: josefin-sans, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.6;
  display: inline-block;
  position: relative;
  min-width: 180px;
  text-align: center;
	vertical-align:  middle;
	margin-bottom: 4rem;
	border-radius: 30px;
}
.btn2{
	color:var(--btn2font-color);
  border: 1px solid var(--btn2border-color);
  padding: .7rem 7.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: josefin-sans, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.6;
  display: inline-block;
  position: relative;
  min-width: 180px;
  text-align: center;
	vertical-align:  middle;
	margin-bottom: 4rem;
	border-radius: 30px;
}
.btn:hover{
  background-color: var(--btn1border-color);
  color: var(--btn1hover-color);
	opacity: 1;
}
.btn2:hover{
  background-color: var(--btn2border-color);
  color: var(--btn2hover-color);
	opacity: 1;
}

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

}


/* CSS Document */

 .ttl_b{
	color: #2e2e2e; /* 変更 */
}
 .ttl_b span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	font-family: josefin-sans, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
	 color: #757575;
}
 .ttl_b h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.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: josefin-sans, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
	 color: #757575;
}
 .ttl_b2 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.5vw;
	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: josefin-sans, sans-serif;
	margin-bottom: 1rem;
	 position: relative;
	 z-index: 3;
}
 .ttl_b h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
  margin-bottom: 2rem;
	font-weight: 600;
	 position: relative;
	 z-index: 2;
	 line-height: 3rem;
}
	 .ttl_b2 span {
  display: block;
  font-size:1.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	font-family: josefin-sans, 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;
	 line-height: 3rem;
}
  #index h2 {
    font-size: 2.3rem;
	  line-height: 3rem;
    letter-spacing: .2rem;
	margin: 0 1rem;
  }
  #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: 7.5rem;
	width: 100%;
}
#mainimg .mainimg_contents {
	height: 100%;
}
#mainimg .mainimg_contents .slider,
#mainimg .mainimg_contents .slider img{
	height: 90vh;
	width: 105vw;
}
@media screen and (max-width: 767px) {
	#mainimg {
		width: 100%;
	  }
	#mainimg .mainimg_contents{
		padding-top: 0;
		width: 100%;
		height: 90vh;
	}
	#mainimg .mainimg_contents .slider,
	#mainimg .mainimg_contents .slider img{
		height: 90vh;
		width: 100%;
	}
}
#mainimg .mainimg_contents .information {
  position: absolute;
	color: #FFFFFF;
	font-weight: bold;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
	top: 50%;
    left: 2%;
	width: 90%;
}
#mainimg .mainimg_contents .information img{
	width: 400px;
	margin: auto 60% 2% 0; 
}

#mainimg .mainimg_contents .information p {
  font-size: 3rem;
	background: rgba(255, 255, 255, 0.8);
	color: #2e2e2e;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	text-align: left;
	width: auto;
	display: inline-block;
}
#mainimg .mainimg_contents .information p.fv_p{
	font-size: 4rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#mainimg .mainimg_contents .information p {
  font-size: 2.5rem;
	color: #2e2e2e;
	padding: 1rem;
	margin-bottom: 2rem;
	text-align: left;
	width: auto;
	display: inline-block;
}
#mainimg .mainimg_contents .information p.fv_p{
	font-size: 5rem;
	font-weight: 800;
}
}
@media screen and (max-width: 450px) {
	#mainimg{
		margin-top: -1.5rem;
	}
	#mainimg .mainimg_contents .information {
	width: 90%;
}
#mainimg .mainimg_contents .information img{
	width: 25rem;
	margin: auto 30% 1% 0; 
}
	#mainimg .mainimg_contents{
		height: 90vh;
		width: auto;
	}
	#mainimg .mainimg_contents .mainimg_contents .slider,
	#mainimg .mainimg_contents .mainimg_contents{
		height: 100%;
		width: auto;
}
	#mainimg .mainimg_contents .mainimg_contents img{
		height: 100%;
		width: auto;
	}
	#mainimg .mainimg_contents .information p.fv_p{
		font-size: 2.2rem;
	}
}

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:70px;
    /*テキストの形状*/
  color: var(--scroll-color);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 450px) {
	.scrolldown2 span{
  font-size: 13px;
}
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background: var(--scroll-color);
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:100px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:1px;
  height: 100px;
  background: var(--scroll-color);
}



#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;
}

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: var(--themafont-color2);
	position: fixed;
	z-index: 99;
	padding: 1rem 2rem;
	align-items: center;
	align-content: center;
}
header .logo{
}
header .logo img {
    height: 5rem;
  }
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
	padding-top: 1.7rem;
	  padding-bottom: 1.7rem;
	  text-align: center;
	  justify-content: center;
  }
  header .logo{
	width: 100%;
	text-align: center;
	margin: 0;
  }
}

.gnav_btn {
  display: none;
}

@media screen and (max-width: 900px) {
  .gnav_btn {
    display: block;
    font-size: 2rem;
    line-height: 1;
	  color:  #2e2e2e;
  }
  .gnav_btn:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
	  font-size: 2rem;
	  color:  #2e2e2e;
  }
  .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{
  font-size: 1.2rem;
  text-align: center;
	color: #2e2e2e;
	width: 100%;
	background: #EDEDED;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer{
	background: var(--thema-color);
	padding-top: 3%;
	margin-top: 0;
}
footer .sns_icon{
	justify-content: center;
	gap: 5%;
}
footer .sns_icon a{
	width: 5rem;
}
footer .company{
	margin: 2% auto;
}
footer .company .flex_wrap{
	justify-content: center;;
	gap: 10%;
	color: #2e2e2e;
	margin-bottom: 3%;
	text-align: center;
}
footer .company .flex_wrap .footer_info{
	width: 50%;
	text-align: left;
}
footer .company .flex_wrap .logo{
	width: 40%;
}
footer .company .flex_wrap .logo img{
	width: 80%;
}
#footer-menu{
	margin-top: 5%;
}
#footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	list-style: none;
	font-weight: bold;
	margin: 0 3%;
}
#footer-menu ul a{
font-family: josefin-sans, sans-serif;
}
#footer-menu li a:hover{
	opacity: 0.4;
}
@media screen and (max-width: 980px) {
	#footer-menu li{
		width: 46%;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 2rem;
	  margin-top: -8%;
  }
  footer .footer_info {
  flex-direction: column;
	  padding-bottom: 5%;
  }
	footer .footer_info div{
		width: 100%;
		margin-top: 5%;
	}
	footer .company .logo img{
	width: 60%;
	margin: 5% 20% 0;
}
}


/* ===================================================================
// メイン
// ===================================================================*/
.m_txt p{
	line-height: 2.5;
	margin-bottom: 2rem;
}
/* -------------------ABOUT ------------ */
#mission{
	background-color: #ebebeb;
	padding-bottom: 7rem;
	text-align: center;
	background-position: center;
	margin-top: -5px;
	 overflow-x: hidden;
	color: #2e2e2e;
	padding-top: 7rem;
}
#mission .ttl_b2{
	margin-bottom: 5rem;
}
#mission .btn_area{
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#mission .ttl,
	#mission .m_txt{
		margin: auto 10%;
	}
	#mission .ttl_b2{
	margin-bottom: 3rem;
}
}

/* ------------------　会社概要 ------------ */

 .company_top{
	margin: 10% 10% 10% 0;
	color: #2e2e2e; /* 変更 */
}
 .company_top .flex_wrap{
	position: relative;
}
 .company_top .flex_wrap .com_img{
	width: 55%;
}
.company_top .flex_wrap .com_img img{
	width: 100%;
}
 .company_top .flex_wrap .com_txt{
	width: 40%;
}
.company_top .flex_wrap .com_txt p{
	margin-bottom: 5%;
}
 .company_top .ttl_b{
	text-align: left;
}
 .company_top .back_txt{
	position: absolute;
	right: -25rem;
	top: 14rem;
	transform: rotate(90deg);
	color: #DEDEDE;
	font-size: 7rem;
	letter-spacing: 1rem;
	font-weight: 700;
	z-index: -1;
}
 .company_top.company_top2{
	margin: 10% 0 10% 10%;
}
.company_top.company_top2 .ttl_b{
	 text-align: left;
}
.company_top.company_top .ttl_b{
	 text-align: left;
}
@media screen and (max-width: 767px) {
	.company_top .flex_wrap{
		flex-direction: column;
	}
	 .company_top .flex_wrap .com_img{
	width: 100%;
		 margin-bottom: 5%;
}
	 .company_top.company_top2{
	margin: 10% ;
}
 .company_top .flex_wrap .com_txt{
	width: 100%;
}
	 .company_top{
	margin: 10%;
}
	 .company_top .back_txt{
	position: absolute;
	right: -17rem;
	top: 16rem;
	transform: rotate(90deg);
	color: #DEDEDE;
	font-size: 7rem;
	letter-spacing: 1rem;
	font-weight: 700;
	z-index: -1;
}
	}
/* ------------------　サービス ------------ */
#index .service_top{
	margin: 10% 0 10%;
}
#index .service_top img{
	margin-bottom: 5%;
}
#index .service_top .flex_wrap .ser_text{
	width: 75%;
	text-align: left;
}
#index .service_top .flex_wrap .btn_area{
	width: 20%;
	padding: 0;
	align-items: flex-end;
}
#index .service_top .flex_wrap .btn_area a{
	margin: 0;
	padding: 1rem 0;
}
#index .service_top .ttl_b{
	text-align: left;	
}
@media screen and (max-width: 767px) {
	#index .service_top .flex_wrap{
		flex-direction: column;
	}
	#index .service_top .flex_wrap .ser_text{
	width: 100%;
}
#index .service_top .flex_wrap .btn_area{
	width: 100%;
	align-items: flex-end;
}
}


/* ------------------　ボックス背景ブロック ------------ */
.back_block {
	position: relative;
	color: var(--blockfont-color);
	margin:15% 0 5% 10;
}
.back_block .block_img{
	width: 45%;
	position: absolute;
	top: 50%;
 left: 35%;
 transform: translate(-55%,-50%);
}
.back_block .block_txt{
	width: 70%;
	margin-left: 30%;
	padding: 10% 5% 5% 30%;
	background-color: var(--blockback-color);
}

.back_block .ttl_b h2{
	color: var(--blockfont-color);
}
.back_block .ttl_b span{
	color: #757575;
}
.back_block .back_txt{
	position: absolute;
	left: -25rem; /*変更*/
	top: 15rem;
	transform: rotate(-90deg);
	color: #DEDEDE;
	font-size: 7rem;
	letter-spacing: 1rem;
	font-weight: 700;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.back_block .block_img{
	width: 80%;
	top: 0;
 left: 55%;
		right: 50%;
}
	.back_block{
		margin-top: 30%;
	}
	.back_block .block_txt{
	width: 80%;
	margin-left: 20%;
	padding: 25% 10% 5% 10%;
	background-color: var(--blockback-color);
}
}


/* -----------ニュース---------------- */
#index .news{
	position: relative;
	overflow-x: hidden;
}
#index .news .s_b{
	width: 100%;
	height: 100%;
	padding: 10% 10%;
}
#index .news .top_ttl2{
	text-align: center;
}
#index .news .btnarea{
	text-align: center;
}
#index .news .news_cnt{
	 list-style: none;
	width: 60%;
}
#index .news .news_left{
	width: 40%;
}
#index .news .news_cnt a{
	color: #fff;
	font-weight: 300;
}
#index .news ul li{
	padding: 3rem;
	border-bottom: 1px solid #707070;
}
#index .news ul li:first-child{
	border-top: 1px solid #707070;
}
#index .news ul li .tag{
	padding: .5rem;
	margin: auto 3rem;
	background: #F5F5F5;
	color: #333;
	font-weight: 500;
	font-size: 1.2rem;
}
#index .news .back_txt{
	position: absolute;
	right: -10vh;
	top: 20rem;
	transform: rotate(90deg);
	color: #DEDEDE;
	font-size: 7rem;
	letter-spacing: 1rem;
	font-weight: 700;
	z-index: -1;
}
#index .news ul li .ttl{
	line-height: 4rem;
}
@media screen and (max-width: 767px) {
	#index .news .s_b.flex_wrap{
		flex-direction: column;
	}
	#index .news .btn_area{
		margin-top: 0;
		margin-bottom: 5%;
	}
	#index .news .ttl_b{
		text-align: center;
	}
	#index .news .news_cnt a{
		width: 100%;
		flex-wrap: wrap;
		line-height: 3rem;
	}
	#index .news .news_cnt{
	 list-style: none;
	width: 100%;
}
#index .news .news_left{
	width: 100%;
}
	#index .news .news_cnt a .date{
		width: 30%;
	}
	#index .news .news_cnt a .tag{
		width: 70%;
	}
	#index .news .news_cnt a .ttl{
		width: 100%;
	}
	#index .news ul li{
	padding: 2rem;
}
}

/* -----------お問い合わせ---------------- */
 .top_contact{
	background: url(images/TOP/contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:5% 10%;
	text-align: center;
	margin-bottom: -10%;
}
 .top_contact p{
	margin:5% auto 3%;
}
 .top_contact .btn_area{
	justify-content: center;
}
 .top_contact .ttl_b, .top_contact p{
	color: var(--themafont-color2); /* 変更(追加)*/
 }

@media screen and (max-width: 1200px) {
	 .top_contact{
		margin-bottom: -15%;
	}
}
@media screen and (max-width: 960px) {
	 .top_contact{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	 .btn_area{
	justify-content: center;
}
}

/* ===================================================================
// 下層ページ
// ===================================================================*/
#content{
	margin-top: 0;
}
#mainttl{
	padding: 15% 10% 10%;
	font-family: josefin-sans, sans-serif;
}
#mainttl h1{
	font-size: 6rem;
}
#mainttl p{
	font-size: 3rem;
	font-family: josefin-sans, sans-serif;
}
.mainttl_txt{
	color: var(--themafont-color2);
}
@media screen and (max-width: 767px) {
	#mainttl{
		margin-top: 8rem;
	}
	#mainttl h1{
	font-size: 3rem;
}
#mainttl p{
	font-size: 2rem;
	font-family: josefin-sans, sans-serif;
	font-weight: 300;
}
}

/* 
===================================================================
// ABOUTページ
// ===================================================================*/
.about_page #mainttl{
	background: url(images/ABOUT/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_page .about_img{
	height: 70vh;
	padding: 0;
}
.about_page .about_img img{
	height: 70vh;
	width: 100%;
}
.about_page .ttl_b{
	margin-top: 2rem;
	margin-bottom: 3rem;
}

@media (max-width: 1020px) and (max-width: 768px) {
	.about-1 .flex_wrap .com_img img{
		height: 100vh;
	}
	.about_page .about_img{
		height: 30vh;
	}
	.about_page .about_img img{
		height: 30vh!important;
	}
	 }



/* 
===================================================================
// 会社概要ページ
// ===================================================================*/
.company_page #mainttl{
	background: url(images/COMPANY/ヘッダー.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 .com_1{
	margin: 10% auto;
}
.company_page .ttl_b,
.company_page .ttl_b2,
.recruit_page .ttl_b,
.recruit_page .ttl_b2{
	text-align: center;
}
 .com_1_t{
	margin: 5% 10%;
	text-align: left;
}
 .com_1_t p.com_name{
	text-align: right;
	margin-top: 5%;
	font-size: 3rem;
	font-family: ta-kai-regular, sans-serif;
}
.company_page .enkaku{
	background: var(--blockback-color);
	color: var(--blockfont-color);
	padding-top: 10%;
	padding-bottom: 10%;
}
.enkaku dl{
	display: flex;
	flex-wrap: wrap;
	width: 55%;
	text-align: left;
	margin: 5% 25% auto;
	gap: 0;
}
.enkaku dl dt{
	width: 30%;
	padding: 2.5rem 2rem 2.5rem 5rem;
	border-bottom: 1px solid #464646;
}
 .enkaku dl dd{
	width: 60%;
	padding: 2.5rem;
	border-bottom: 1px solid #464646;
}
.company_page .enkaku .circle2{
	background: var(--circle2-color);
}
.company_page .enkaku.en_company{
	background: none;
	color: none;
	padding-top: 10%;
	padding-bottom: 10%;
	color:  var(--themafont-color);
}
.company_page .enkaku.en_company .circle2{
	background: var(--circle-color);
}
.company_page .enkaku.en_company iframe{
	width: 60%;
	margin: 5% 20%;
	height: 60vh;
}
@media screen and (max-width: 767px) {
	.company_page .ttl_b,
.company_page .ttl_b2,
.recruit_page .ttl_b,
.recruit_page .ttl_b2{
	margin-bottom: 4rem;
	margin-top: 4rem;
}
.com_1{
	margin: 10%!important;
	width: 80%!important;
}
	 .com_1_t{
	margin: 5% 0;
}
.company_page .enkaku{
	padding-top: 15%;
	padding-bottom: 15%;
}
	.enkaku dl{
	width: 80%;
	margin: 5% 10% auto;
	gap: 0;
}
	.enkaku dl dt{
		padding: 2rem 1rem;
	width: 35%;
}
 .enkaku dl dd{
	padding: 2rem 1rem;
	width: 65%;
}
	.company_page .enkaku.en_company iframe{
	width: 80%;
	margin: 10% 10%;
	height: 40vh;
}
.com_1_t p.com_name{
   font-size: 2rem;
}
}
/* 
===================================================================
// 事業内容ページ
// ===================================================================*/
.service_page #mainttl{
	background: url(images/service/head.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.service_page .back_block .block_txt p,
.service_page .back_block .block_txt2 p{
	margin-bottom: 2rem;
}
.service_page .back_block{
	margin-top: 10%;
}
.service_page .back_block .block_img2{
	width: 40%;
	position: absolute;
	top: 50%;
 right: 35%;
 transform: translate(55%,-50%);
}
.service_page .back_block .block_img2 img{
	width: 100%;
}
.service_page .back_block .block_txt2{
	width: 70%;
	margin-right: 30%;
	padding: 10% 30% 5% 5%;
	background-color: var(--blockback-color);
}
.service_page .back_block.block_last{
	margin-bottom: 10%;
}
.service_page img{
	width: 100%;
}
#index .service_page{
	position: relative;
	margin-bottom: 10%;
}
.service_page .back_txt2{
	position: absolute;
	right: -17rem; /*変更*/
	top: 25rem;
	transform: rotate(90deg); 
	color: #DEDEDE;
	font-size: 7rem;
	letter-spacing: 1rem;
	font-weight: 700;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.service_page .back_block{
	margin-top: 35%;
}
	.service_page .back_block .block_img2{
	width: 80%;
	position: absolute;
	top: 0;
 right: 54%;
 transform: translate(55%,-50%);
}
.service_page .back_block .block_txt2{
	width: 80%;
	margin-right: 20%;
	padding: 25% 5% 5% 10%;
	background-color: var(--blockback-color);
}
}
/* 
===================================================================
// 採用ページ
// ===================================================================*/
.recruit_page #mainttl{
	background: url(images/recruit/head.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.recruit_page .com_1 .com_1_t p{
	margin-bottom: 2rem;
}
.recruit_page .com_1 img{
	width: 70%;
	margin: auto 15%;
}
.recruit_page .enkaku .flex_wrap{
	background: #fff;
	background: var(--blockback-color);
	color: var(--blockfont-color);
	margin: 5% 10% 0;
	border-radius: 40px;
	padding: 5%;
}
.recruit_page .enkaku .flex_wrap dl{
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	padding: 0;
	margin: 0;
}
.recruit_page .enkaku .flex_wrap .saiyo_1{
	width: 30%;
	font-size: 4rem;
	text-align: center;
}
.recruit_page .interview{
	margin: 5% 10% 5%;
}
.recruit_page .interview .flex_wrap{
	gap: 3%;
	margin-top: 5%;
}
.recruit_page .interview .flex_wrap li{
	width: 27%;
	color:  var(--themafont-color);
	text-align: center;
}
.recruit_page .interview .flex_wrap li a p{
	color:  var(--themafont-color);
	margin-top: 3%;
}
.recruit_page .btn_area{
	justify-content: center;
	margin-bottom: 5%;
}
.btn3{
	color:var(--bodyback-color);
  background:var(--thema-color);
	border: 1px solid var(--thema-color);
  padding: .7rem 7.5rem;
  font-size: 1.5rem;
  font-weight: 100;
  font-family: josefin-sans, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.6;
  display: inline-block;
  position: relative;
  min-width: 180px;
  text-align: center;
	vertical-align:  middle;
	margin-bottom: 4rem;
	border-radius: 30px;
}
.btn3:hover{
  background-color: var(--bodyback-color);
  color:var(--thema-color);
	border: 1px solid var(--thema-color);
	opacity: 1;
}
@media screen and (max-width: 767px) {
.recruit_page .com_1 img{
	width: 100%;
	margin: auto 0%;
}
	.recruit_page .com_1{
		margin-bottom: 0;
	}
	.recruit_page .enkaku .flex_wrap{
	flex-direction: column;
		margin-bottom: 10%;
}
	.recruit_page .enkaku .flex_wrap dl{
	width: 100%;
}
.recruit_page .enkaku .flex_wrap .saiyo_1{
	width: 100%;
	font-size: 2.5rem;
	text-align: center;
}
	recruit_page .enkaku{
		margin-bottom: 0;
	}
	.recruit_page .interview .flex_wrap{
	flex-direction: column;
}
	.recruit_page .interview .flex_wrap li{
	width: 100%;
		margin-bottom: 10%;
		font-size: 2rem;
}
	.recruit_page .interview{
		margin-bottom: 0;
	}
	.recruit_page .btn_area{
		margin-top: 0;
		margin-bottom: 15%;
	}
	.recruit_page .company_top .com_img{
		margin-bottom: 5rem;
	}
	.recruit_page .company_top{
		margin-bottom: 0;
		margin-top: 0;
	}
}


/* 
===================================================================
// ワークフロー
// ===================================================================*/
.service_page.works_page #mainttl{
	background: url(images/Workflow/ヘッダー.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 767px) {
.service_page.works_page .wf_hidden{
	display: none;
}
}

/* 
===================================================================
// WORKS/BLOG
// ===================================================================*/
.news_page #mainttl{
	background: url(images/WORKS/ヘッダー.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 5%;
}
.news_page .bread{
	margin: auto 10% 5%;
}
.news_page .btn_area{
	justify-content: center;
}

/* ===================================================================
// アーカイブ(WORKS/BLOG)
// ===================================================================*/
#content .archive_list.news_archive{
 margin: auto 10%;
}
#content .archive_list .flex_wrap a{
	position: relative;
	width: 30%;
	height: 40vh;
	margin-bottom: 5%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
#content .archive_list h3{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(20, 20, 20, 0.75);
	padding: 2rem 2rem 2rem 3rem;
	color: #fff;
	font-weight: 700;
}
#content .archive_list.news_archive h3{
	position: relative;
	color: #2e2e2e;
	padding: 1rem 2rem 2rem 3rem;
	background: #fff;
	height: 8rem;
}
#content .archive_list.news_archive p.date{
	padding: 1rem 2rem 0 3rem;
	color: #8C8C8C;
	background: #fff;
}
#content .archive_list.news_archive a{
	margin-bottom: 5%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
	height: auto;
}
#content .archive_list .flex_wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5%;
	padding: 0;
}

#content .archive_list.news_archive .flex_wrap a img{
	height: 25vh;
	width: 100%;
	object-fit: cover;
}
#content .archive_list .flex_wrap a img{
	height: 40vh;
	width: 100%;
	object-fit: cover;
}
#content .archive_list .arc_btn{
	text-align: center;
	justify-content: center;
	display: block;
	margin-bottom: 10%;
}
#content .archive_list .arc_btn a{
	border: #C09E5E 1px solid;
	padding: 2rem 4rem;
	border-radius: 30px;
}
#content .archive_list .arc_btn a:hover{
	background: #C09E5E;
	color: #fff;
}
@media screen and (max-width: 1100px) {
	#content .archive_list .flex_wrap a{
	position: relative;
	width: 45%;
	margin-bottom: 5%;
}
}
@media screen and (max-width: 767px) {
	#content .archive_list .flex_wrap a{
	position: relative;
	width: 100%;
		height: auto;
}
	#content .archive_list .flex_wrap a img{
	width: 100%;
		height: 60vh;
}
	.archive_list .arc_btn{
		margin-top: 5%;
	}
	#content .archive_list.news_archive .flex_wrap a img{
	height: 50vh;
	width: 100%;
	object-fit: cover;
}
	#content .archive_list.news_archive .flex_wrap a{
		text-align: left;
	}
	#content .archive_list .flex_wrap a h3{
		font-size: 2rem;
	}
}

@media screen and (max-width: 450px) {
	#content .archive_list .flex_wrap a{
	position: relative;
	width: 100%;
		height: auto;
	margin-bottom: 15%;
}
	#content .archive_list .flex_wrap a img{
	height: 20vh!important;
	width: auto;
}
}
/* ページネーション　*/
.pagenavi{
	margin-bottom: 5%;
	margin-top: 5%;
}
.pagenavi .wp-pagenavi {
  text-align: center;
  padding: 2rem 0;

}

.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  border: none;
  border: 1px solid var(--themafont-color); /*変更*/
  color:  var(--themafont-color);/*変更*/
  padding: 2rem 2.8rem;
	border-radius: 80px;
}
.pagenavi .wp-pagenavi a:hover{
	background-color: var(--blockback-color); /*変更(追加)*/
}
.pagenavi .wp-pagenavi .pages {
  border: 0px solid var(--thema-color);
}
.pagenavi .wp-pagenavi span.current {
  background-color: var(--themafont-color);/*変更*/
  border: 1px solid var(--themafont-color);/*変更*/
  color: var(--bodyback-color);
}

.btn_area.space{
	justify-content: center;
	column-gap: 5%;
	margin: 5% 10%;
}
.btn_area.space a{
	border: 1px solid var(--themafont-color);/*変更*/
	background: var(--themafont-color);/*変更*/
	color:var(--bodyback-color);
	padding: 1rem 4rem;
	border-radius: 30px;
}
.btn_area.space a:hover{
	background: var(--bodyback-color);/*変更*/
	color: var(--themafont-color);/*変更*/
	opacity: 1;
}
.arc_btn {
	text-align: center;
	margin-bottom: 10%;
	justify-content: center;
}
.arc_btn .back_single{
	border: 1px solid  var(--themafont-color);/*変更*/
	padding: 2rem 6rem;
	border-radius: 30px;
	color: var(--themafont-color);/*変更*/
}
.arc_btn .back_single:hover{
	background:  var(--themafont-color);/*変更*/
	color: var(--themafont-color2);/*変更*/
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.btn_area.space{
	margin-bottom: 10%;
}
.pagenavi{
	margin-bottom: 12%;
	margin-top: 5%;
}
}


.news_single{
	width: 70%;
	margin:10% 15%;
	text-align: left;
}
.news_single h2{
	font-size: 3rem;
	margin: 1% auto 2%;
}
.news_single figure{
	margin-bottom: 5%;
}
.news_single figure img{
	width: 100%;
}
.news_single .news_content p{
	margin-bottom: 2%;
}
.news_single .news_content h2{
	background: var(--thema-color);
	padding: 1% 2%;
}
.news_single .news_content h3{
	border-bottom: 4px solid var(--thema-color);
	border-top: 4px solid var(--thema-color);
	padding: 1% 2%;
	margin-top: 3%;
	font-size: 2.5rem;
	margin-bottom: 2%;
}
.news_single .news_content h4{
	border-left: 8px solid var(--thema-color);
	padding: 1% 2%;
	margin-top: 3%;
	font-size: 1.8rem;
	margin-bottom: 2%;
}
.news_single .news_content img{
	width: 80%;
	margin: auto 10%;
}
.page {
    z-index: 98 !important;
}

@media screen and (max-width: 767px) {
	.news_single .news_content{
		text-align: left;
		margin-bottom: 20%;
	}
	.news_single h2.blog_ttl{
		font-size: 2rem;
	}
	.news_single .news_content h2{
		font-size: 2rem;
		margin-top: 3rem;
	}
	.news_single .news_content h3{
		margin-top: 3rem;
		font-size: 1.8rem;
	}
	.news_single .news_content h4{
		margin-top: 3rem;
		font-size: 1.6rem;
	}
	.news_page .arc_btn{
		margin-bottom: 20%;
	}
	.news_single{
		width: 80%;
		margin: 10%;
		text-align: left;
	}
}

/*===================================================================
// MODEL
// ===================================================================*/
.model_page #mainttl{
	background: url(images/MODEL/ヘッダー.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 5%;
}
.model_page .bread{
	margin: auto 10% 5%;
}
.model_page .btn_area{
	justify-content: center;
}

/* ===================================================================
// アーカイブ(MODEL)
// ===================================================================*/
.filter{
	margin: 5rem 10%;
	width: 80%;
}
.filter select{
	margin: 1rem;
	padding: 0.5rem 1rem;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	border-radius: 30px;
}
@media screen and (max-width: 767px) {
	.filter select{
		margin: 0.5rem;
		padding: 0.5rem 0;
	}
}

#content .model_archive_list.model_archive{
 margin: 5% 10% 10%;
}
#content .model_archive_list .flex_wrap a{
	position: relative;
	width: 20%;
	height: 34h;
	margin-bottom: 5%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
#content .model_archive_list h3{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(20, 20, 20, 0.75);
	padding: 2rem 2rem 2rem 3rem;
	color: #fff;
	font-weight: 700;
}
#content .model_archive_list.model_archive h3{
	position: relative;
	color: #2e2e2e;
	padding: 1rem 2rem 1rem 2rem;
	background: #fff;
	text-align: center;
	font-family: serif;
	font-weight: 900;
}
#content .model_archive_list.model_archive p.genre{
	padding: 1rem 1rem 0 1rem;
	color: #8C8C8C;
	background: #fff;
}
#content .model_archive_list.news_archive a{
	margin-bottom: 5%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
	height: auto;
}
#content .model_archive_list .flex_wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5%;
	padding: 0;
}

#content .model_archive_list.model_archive .flex_wrap a img{
	height: 25vh;
	width: 100%;
	object-fit: cover;
}
#content .model_archive_list .flex_wrap a img{
	height: 40vh;
	width: 100%;
	object-fit: cover;
}
#content .model_archive_list .arc_btn{
	text-align: center;
	justify-content: center;
	display: block;
	margin-bottom: 10%;
}
#content .model_archive_list .arc_btn a{
	border: #C09E5E 1px solid;
	padding: 2rem 4rem;
	border-radius: 30px;
}
#content .model_archive_list .arc_btn a:hover{
	background: #C09E5E;
	color: #fff;
}
.model-article{
font-family: serif;
}
.model-article h2.model_name{
	text-align: center;
	margin-bottom: 4rem;
}
.model-flex{
	display: flex;
	justify-content: center;
	gap: 5%;
}
.model-flex .flex_wrap{
	flex-wrap: wrap;
}
.model-flex .flex_wrap h3{
	width: 40%;
	font-size: 1.6rem;
font-family: serif;
}
.model-flex .flex_wrap p{
	font-size: 1.6rem;
	width: 60%;
font-family: serif;
}
.model-flex .model-img{
	width: 50%;
	text-align: center;
}
.model-flex .model-img img{
	width: 70%;
}
.model-content{
	font-size: 1.5rem;
	width: 50%;
	padding: 5%;
	background-color: #EDEDED;
}
.model_content{
	margin: 10% auto;
}
.model_content h2{
	background-color: #EDEDED;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.model_content p{
	margin-bottom: 2rem;
}
.model_content h3{
	border-bottom: 10px solid #EDEDED;
	padding-bottom: 1rem;
	padding-left: 2rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.model_content h4{
	border-left: 10px solid #EDEDED;
	padding-bottom: 1rem;
	padding-left: 2rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
	font-size: 1.8rem;
}
.model-content .model-inf p{
	margin-bottom: 1rem;
}
.model-article h2{
	margin-top: 1rem;
	font-size: 2.5rem;
}


@media screen and (max-width: 1100px) {
	#content .model_archive_list .flex_wrap a{
	position: relative;
	width: 45%;
	margin-bottom: 5%;

}
}
@media screen and (max-width: 767px) {
	.model-flex{
		flex-wrap: wrap;
		width: 100%;
	}
	.model-flex .model-img{
		width: 100%;
		margin-bottom: 5%;
	}
	.model-content,
	.model_content{
		width: 100%;
	}
	.model-content p{
		text-align: left;
	}
	.model-content h3{
		text-align: left;
	}
	#content .archive_list .flex_wrap a{
	position: relative;
	width: 100%;
		height: auto;
}
	#content .model_archive_list .flex_wrap a img{
	width: 100%;
		height: 50vh;
}
	.model_archive_list .arc_btn{
		margin-top: 5%;
	}
	#content .model_archive_list.model_archive .flex_wrap a img{
	width: 100%;
	object-fit: cover;
}
.model_content{
	text-align: left;
}
.model_content h2{
	font-size: 2rem;
	text-align: left;
}
.model_content h3{
	text-align: left;
	font-size: 1.8rem;
}
.model_content h4{
	font-size: 1.6rem;
	padding-left: 1rem;
}
	#content .model_archive_list.model_archive .flex_wrap a{
		text-align: left;
	}
	#content .model_archive_list .flex_wrap a h3{
		font-size: 2rem;
		text-align: center;
		.filter{
			display: flex;
			justify-content: center;
			margin: 5rem auto;
		}
	}
	.model-article h2.model_name{
		font-size: 2rem;
	}
	.model_page .arc_btn{
		margin-bottom: 20%;
	}
	#content .model_archive_list.model_archive{
		margin: 5% 10% 20%;
	   }
	}


@media screen and (max-width: 450px) {
	.model_archive_list a .information_blog h3{
		font-size: 1.5rem!important;
		padding: 1rem!important;
	}
	#content .model_archive_list .flex_wrap{
		width: 100%;
		margin: 0;
	}
	#content .model_archive_list .flex_wrap a{
	position: relative;
	width: 45%;
		height: auto;
	margin: 7.5% auto 7.5% auto;
}
#content .model_archive_list.model_archive .flex_wrap a img{
	height: 15vh;
	width: 100%;
}

}




/*フィルター*/

/***** for hidden *****/
.d-none {
	display: none;
  }

/* ===================================================================
// お問い合わせページ
// ===================================================================*/
.contact_page #mainttl{
	background: url(images/contact/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact_page #mission{
	background: url(images/contact/message.png);
	margin-bottom: 7rem;
	background-position:　left bottom;
}


/* ------------------- 電話 ------------ */
.contact_bar{
	height: 8vh;
	background: #2e2e2e;
	margin-bottom: 0%;
}
#content.contact_page .call_sec{
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -3%;
} 

#content.contact_page .call_sec .flex_wrap{
	margin: 10%;
	gap: 3%;
}
#content.contact_page .call_sec .flex_wrap div{
	width: 100%;
	color: #2e2e2e;
	text-align: center;
	background: #f2f2f2;
	padding: 3% 9%;
}
#content.contact_page .ttl_b{
	text-align: center;
}
#content.contact_page .ttl_b.com_corm{
	margin-top: 10%;
}
#content.contact_page .call_sec .flex_wrap div h3{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 10%;
}
.call_sec .flex_wrap .call_cnt p{
    font-family: josefin-sans, sans-serif!important;
font-weight:600;
}
#content.contact_page .call_sec .flex_wrap div p span{
	font-size: 3rem;
	font-weight: 600;
	margin-right: 5%;
}
#content.contact_page .call_sec .flex_wrap div p {
	margin-bottom: 3%;
	font-size: 3rem;
}
#content.contact_page .form{
	background-image: url("images/form_back.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -3%;
}
#content.contact_page .form .contact_form{
	margin: 10% 10% 0 10%;
}
#content.contact_page .form .form_message{
	margin: 5% 10% -7%;
	width: 80%;
}
.contact_form table {
	width: 100%;
	margin: 80px auto;
  font-weight: 200;
  }
  @media screen and (max-width: 767px) {
	#content.contact_page .form{
		padding-top: 1rem;
		padding-bottom: 0;
	}

  }



.contact_form .form_txt{
	color: #2e2e2e;
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 1%;
	margin-left: 10%;
	margin-right: 10%;
}
.contact_form .form_txt2{
	margin-bottom: 3%;
	color: #2e2e2e;
}
.contact_form .form_txt a{
	color: var(--bodyback-color);
	border-bottom: 1px solid #94b5eb;
	font-weight: 700;
}
.contact_form table tr {
  border-bottom: 1px solid #fff; /*変更*/
background: #f2f2f2;
	border:  1px #fff solid; /*変更*/
	color: #2e2e2e;
}

.contact_form table tr:first-child {
  border-top: 1px solid #fff; /*変更*/
}
.contact_form table{
	color: #2e2e2e;
}
.contact_form table th {
  text-align: left;
  width: 30%;
	padding: 2rem;
}

.contact_form table th span {
	color: #2e2e2e;
  text-align: left;
  padding: .1em .4em;
  margin-left: 1em;
  font-weight: normal;
  border-radius: 4px;
  font-size: 1.2rem;
}
.contact_form table th span.red {
  color: #E50012;
}
.contact_form table th span.block {
  display: block;
  margin-left: 0;
  padding: 0;
  color: #E50012;
  font-size: 1.1rem;
  text-align: left;
}

.contact_form table.contact_tbl {
  margin: 0 auto 2rem;
}
.contact_form table td {
  text-align: left;
	width: 70%;
	border-left:  1px #fff solid;
}
.contact_form table td input{
	width: 97%;
	height: 8vh;
	background: none;
	border: 0px;
	margin-left: 3%;
}
.contact_form table td textarea{
	width: 97%;
	height: 20vh;
	background: none;
	border: 0px;
	margin-left: 3%;
}
.contact_form .sub-btn{
	background: #222;
	padding: 1.5rem 4rem;
	text-align: center;
	width: 30%;
	margin: auto 35%;
	border: 0px;
	color: #fff; /*変更*/
}
.contact_form .sub-btn:hover{
	 background-color: #fff; /*変更*/
  color: #222;
	border: 1px solid #222;;
}
.contact_form table .wpcf7-date{
	width: auto;
	margin-right: 2rem;
	color: #2e2e2e;
}
.contact_form table .date_tarm{
	color: #2e2e2e;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#content.contact_page .call_sec .flex_wrap div{
		padding: 8% 9%;
	}
	#content.contact_page .call_sec{
		margin-top: -10%;
	}
	#content.contact_page .call_sec .flex_wrap div .ttl_b{
		padding-bottom: 0;
	}
	#content.contact_page .call_sec .flex_wrap div h3{
	font-size: 2rem;
	margin-bottom: 6%;
		margin-top: 6%;
}
	#content.contact_page .call_sec .flex_wrap div p span{
	font-size: 1.4rem;
}
	#content.contact_page .call_sec .flex_wrap{
	flex-direction: column;
		margin-bottom: 0%;
}
.contact_form table th {
	text-align: left;
	width: 30%;
	  padding: 1rem;
  }
#content.contact_page .call_sec .flex_wrap div:first-child{
	margin-bottom: 10%;
}
	#content.contact_page .call_sec .flex_wrap div{
	width: 100%;
	margin-bottom: 10%;
}
	.contact_form table {
    width: 100%;
    margin: 40px auto 0px auto;
  }
  .contact_form table th, table td {
    display: block;
    width: 100%;
	  margin: 0;
  }
  .contact_form table .wpcf7-date{
	padding-left: 1rem;
}
	.contact_form table td {
  text-align: left;
	width: 100%;
	}
  .contact_form table th {
    width: 100%;
	 border-bottom: 1px solid #fff; /*変更*/

  }
	.contact_form table td input{
		width: 100%;
		margin: 0;
	}
	.contact_form table td textarea{
	width: 100%;
	margin-left: 0%;
}
	.contact_form .sub-btn{
	padding: 1.5rem 4rem;
	text-align: center;
	width: 70%;
	margin: auto 15%;
		margin-top: 5%;
		font-size: 1.5rem;
}
	.contact_form .form_txt{
	margin-bottom: 3%;
	margin-left: 0%;
	margin-right: 0%;
		font-size: 1.2rem;
}
.contact_form table .wpcf7-date{
	width: 100%;
	margin-right: 2rem;
	color: #2e2e2e;
	text-align: left;
}
.contact_form table .wpcf7-date.date_tarm2{
	width: 40%;
}
}



.fadein {
    opacity : 0;
    transform : translate(0, 0px);
    transition:all 1s;
  display:block;
	animation-duration: 1s;
	animation-delay: .3s;
	transform: scale(1.05);
	animation-fill-mode:forwards;
}
.fadein.scrollin {
    opacity : 1;
	transform: scale(1);
	filter: blur(0);
}
.fadein1 {
    opacity : 0.2;
    transform : translate(0, 50px);
    transition:all 1s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein1.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その場で */


.fadeon{
animation-name:fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode:forwards;
	animation-delay: .3s;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
	  opacity: 0;
  transform: scale(1.3);
  }

  to {
	  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  }
}


/*==================================================
じわっ
===================================*/

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}







.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: 2.5vw;
    font-family: josefin-sans, sans-serif;
font-weight:600;
font-style: normal;
}

.header-ul li a {
	font-weight:600;
  display: block;
  color: #2e2e2e;
  padding-bottom: 3px;
}

.header-ul li a:hover {
  color: #676767;
  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: 2px;
  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: rgba(0, 0, 0, 0.9);
  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:nth-child(2) {
  transition-delay: 0.07s;
}

.sp-nav-layout ul li:nth-child(3) {
  transition-delay: 0.14s;
}

.sp-nav-layout ul li:nth-child(4) {
  transition-delay: 0.21s;
}
.sp-nav-layout ul li:nth-child(5) {
  transition-delay: 0.28s;
}

.sp-nav-layout ul li:nth-child(6) {
  transition-delay: 0.35s;
}

.sp-nav-layout ul li:nth-child(7) {
  transition-delay: 0.42s;
}
.sp-nav-layout ul li:nth-child(8) {
  transition-delay: 0.49s;
}
.sp-nav-layout ul li:nth-child(9) {
  transition-delay: 0.56s;
}
.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: 30px;
    right: 20px;
    width: 20px;
    height: 16px;
    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(-7px) 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;
  }
}


/* XO Event Calendar ------------------------- */

.xo-event-calendar {
    margin: 0 auto;
}
.xo-months {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xo-month-wrap {
    width: 47%; //カレンダーの横幅の最大を47%とする
}
@media screen and (max-width: 599px) {
    .xo-event-calendar {
        width: 70%; //カレンダー全体の表示幅の最大を70%とする
    }
    .xo-months {
        display: block; //カレンダーを縦に並べる
    }
    .xo-month-wrap {
        width: 100%; //カレンダーの横幅の最大を100%とする
    }
}