/*
Theme Name: Just come
Author: just come inc.
Version: 1.0
Description: ジャスコム theme
*/

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

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  height: 100%;
}


body {
 margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  color: #070707;
  font-weight: 400;
  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 Serif JP', 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;
  }



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

.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
/* 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;
  }
}

/* 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0 0;
}


.btn_area p {
  text-align: center;
}

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


.btn {
  color: #fff;
  background:rgba(255,255,255,0.3);
	border: 1px solid #fff;
  padding: .7rem 7.5rem;
  font-size: 1.5rem;
  font-weight: 100;
font-family: 'Noto Sans JP', 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;
}
.btn2{
	color: #000;
  background:rgba(0,0,0,0.1);
  border: 1px solid #000;
  padding: .7rem 7.5rem;
  font-size: 1.5rem;
  font-weight: 100;
font-family: 'Noto Sans JP', 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;
}
.btn:hover{
  background-color: #fff;
  color: #000;
}
.btn2:hover{
  background-color: #000;
  color: #fff;
}

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

}


/* CSS Document */
#index .ttl{
	padding-top: 5rem;
}
#index .ttl p {
  text-align: center;
  font-size: 5rem;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2rem;
}
#index .ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	padding-top: 4rem;
font-family: 'Noto Serif JP', serif;
	margin-bottom: 0;
}
#index .ttl h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
  margin-bottom: 4rem;
	font-weight: 600;
}
#index .ttl_b{
	padding-top: 5rem;
	color: #000;
}
#index .ttl_b p {
  text-align: center;
  font-size: 5rem;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2rem;
}
#index .ttl_b span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	padding-top: 4rem;
font-family: 'Noto Serif JP', serif;
	margin-bottom: 0;
}
#index .ttl_b h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5vw;
  margin-bottom: 4rem;
	font-weight: 600;
}
#index .ttl_b2,
#index .ttl_w2{
	text-align: left;
}
#index .ttl_b2 span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	padding-top: 0rem;
font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1rem;
}
#index .ttl_b2 h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
  margin-bottom: 4rem;
	font-weight: 600;
}
#index .ttl_w2 span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2rem;
	font-weight: 200;
	padding-top: 0rem;
font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1rem;
}
#index .ttl_w2 h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
  margin-bottom: 4rem;
	font-weight: 600;
}
#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) {

  #index h2 {
    font-size: 1.8rem;
    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: 7.5rem;
}
#mainimg .mainimg_contents {
	width: 100%;
}
@media screen and (max-width: 900px) {
	#mainimg .mainimg_contents{
		padding-top: 0;
	}
}
#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: 28%;
    transform: translate(-28%, -50%);
    -webkit-transform: translate(-28%, -50%);
    -ms-transform: translate(-28%, -50%);
	width: 90%;
}
#mainimg .mainimg_contents .information img{
	width: 400px;
	margin: auto 60% 2% 0; 
}

#mainimg .mainimg_contents .information h1 {
  font-size: 2rem;
  font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	width: 100%;
	text-shadow: 0px 0px 10px #333;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 450px) {
	#mainimg .mainimg_contents .information {
	width: 90%;
}
#mainimg .mainimg_contents .information img{
	width: 25rem;
	margin: auto 30% 1% 0; 
}
	#mainimg .mainimg_contents .information h1 {
  font-size: 4vw;
}
}

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

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:110px;
    /*テキストの形状*/
  color: #eee;
  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:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:145px;}
     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: 150px;
  background:#eee;
}



#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;
  }
  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;
	padding: 1rem 2rem;
}
 header .logo a img {
    height: 5rem;
  }
@media screen and (max-width: 1040px) {
  header .logo img {
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
	padding-top: 1rem;
	  padding-bottom: 1rem;
  }
}

.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: 300;
	color: #000;
}

  .gnav li a:hover {
    color: #CACACA;
}
.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: #fff;
  top: 60px;
  left: 0;
  display: none;
}

/* ===================================================================
// フッター
// ===================================================================*/
footer .copyright{
  font-size: 1.2rem;
  text-align: center;
	color: #fff;
	width: 100%;
	background: #000;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
footer{
	background: #fff;
	margin-top: -8%;
}
footer .company .flex_wrap{
	justify-content: space-between;
	gap: 3%;
	color: #000;
	margin-bottom: 3%;
	text-align: center;
	flex-wrap: wrap;
}
footer .company .logo img{
	width: 40%;
	margin: auto 30% 3%;
}

footer .company .flex_wrap div.foot_infoc{
	width: 30%;
}
footer .company .flex_wrap .footer_size{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 3%;
	width: 100%;
	text-align: center;
}
.footer_company{
	width: 100%;
	text-align: center;
}
footer .company .btm_sns{
	text-align: center;
	margin-bottom: 5%;
}
footer .company .btm_sns img{
	margin: auto 2%;
	width: 40px;
	height: auto;
}
footer .company .flex_wrap .footer_size p{
	width: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 2rem;
	  margin-top: -8%;
  }
  footer .footer_info {
	  text-align: center;
	  padding-bottom: 5%;
  }
	footer .footer_info div{
		width: 100%;
		margin-top: 5%;
	}
	footer .company .logo img{
	width: 60%;
	margin: 5% 20% 0;
}
footer .company .flex_wrap div.foot_infoc{
	width: 45%;
}
}
@media screen and (max-width: 450px) {
footer .company .flex_wrap div.foot_infoc{
	width: 100%;
}	
}


/* ===================================================================
// メイン
// ===================================================================*/
.m_txt p{
	line-height: 2.5;
	margin-bottom: 2rem;
}
/* -------------------コンセプト ------------ */
#mission{
	background-image: url("images/mission.png");
	background-size: cover;
	padding-bottom: 3rem;
	color: #fff;
	text-align: center;
	margin-top: -5px;
	 overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	#mission .ttl,
	#mission .m_txt{
		margin: auto 10%;
	}
}

/* -------------------サービス ------------ */
#service {
	text-align: left;
	 overflow-x: hidden;
	margin-top: -10px;
}
#service img{
	height: auto;
}
#service .m_txt{
	text-align: center;
}
#service .ttl_b{
	text-align: center;
}
#service .service_1{
	background-image: url("images/service_bk1.png");
	background-size: cover;
	padding-bottom: 5%;
}
#service .service_1 .m_txt{
	margin-bottom: 5rem;
}
#service .service_1 .flex_wrap{
	gap: 5%;
}
#service .service_1 .flex_wrap .top_img{
	width: 47%;
}
#service .service_1 .flex_wrap .top_cnt{
	width: 43%;
	margin-right: 5%;
}
#service .service_1 .flex_wrap div .ttl_b2{
	width: 100%;
	text-align: left;
}
#service .flex_wrap div h2{
	font-size: 2vw;
	text-align: left;
}
#service .flex_wrap div span,
#service .flex_wrap div p{
	text-align: left;
}
#service .service_1 .flex_wrap div .btn_area{
	width: 100%;
	padding-left: 60%;
}

#service .service_2{
	background-image: url("images/service_bk2.png");
	background-size: cover;
	padding-bottom: 5%;
}
#service .service_2 .flex_wrap{
	gap: 5%;
	padding-top: 5%;
}
#service .service_2 .flex_wrap .top_img{
	width: 47%;
}
#service .service_2 .flex_wrap .top_cnt{
	width: 43%;
	margin-left: 5%;
}
#service .service_2 .flex_wrap div .ttl_b2{
	width: 100%;
	margin-left: 0;
}
#service .service_2 .flex_wrap .top_cnt .btn_area{
	padding-right: 60%;
}

#service .service_3{
	background-image: url("images/service_bk3.png");
	background-size: cover;
	padding-bottom: 5%;
}
#service .service_3 .flex_wrap{
	gap: 5%;
	padding-top: 5%;
}
#service .service_3 .flex_wrap .top_img{
	width: 47%;
	height: auto;
}
#service .service_3 .flex_wrap div.top_cnt{
	width: 43%;
	margin-right: 5%;
}
#service .service_3 .flex_wrap div .ttl_b2{
	width: 100%;
	margin-left: 0;
}
#service .service_3 .flex_wrap div .btn_area{
	padding-left: 60%;
}
@media screen and (max-width: 767px) {
	#service{
		overflow: hidden;
		margin-top: -40px;
	}
	#service .flex_wrap{
	flex-direction: column;
		width: 100%;
}
	#service .service_1 .flex_wrap .top_cnt,
	#service .service_2 .flex_wrap .top_cnt,
	#service .service_3 .flex_wrap div.top_cnt,
	#service .service_1 .flex_wrap .top_img,
	#service .service_2 .flex_wrap .top_img,
	#service .service_3 .flex_wrap .top_img{
	width: 90%;
		margin-left: 5%;
		margin-right: 5%;
}
	#service .service_1 .flex_wrap div .btn_area,
	#service .service_2 .flex_wrap .top_cnt .btn_area,
	#service .service_3 .flex_wrap div .btn_area{
	margin-left: 0;
		padding-left: 0%;
		padding-right: 0;
		padding-left: 0;
}
	#service .flex_wrap div h2{
	font-size: 2.2rem;
		margin-bottom: 1.5rem;
}
	#service .flex_wrap div span{
		font-size: 2.2rem;
	}
	#service .flex_wrap .ttl_b2{
		margin-top: 2rem;
	}
}

/* -------------------実績 ------------ */
#client{
	background-image: url("images/client.png");
	background-size: cover;
	padding-bottom: 3rem;
	color: #fff;
	text-align: center;
	margin-top: -10px;
	 overflow-x: hidden;
}
#client .flex_wrap .client_cnt{
	text-align: left;
	width: 40%;
}
#client .flex_wrap{
	justify-content: center;
	gap: 5%;
	margin: 7% 10%;
}
#client .flex_wrap .client_cnt h2{
	 position: relative;
  display: inline-block;
}
#client .flex_wrap .client_cnt span{
	text-align: left;
}
#client .flex_wrap .client_cnt h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color: #fff;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
#client .flex_wrap .client_cnt p{
	margin-top: 3rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#client{
		margin-top: -40px;
	}
	#client .ttl{
		padding-top: 0;
	}
	#client .flex_wrap{
		flex-direction: column;
	}
	#client .flex_wrap .client_cnt{
	width: 100%;
		margin: 5% auto;
}
}

.blask_bnr{
	background: #000;
	height: 5rem;
}

html {
  scroll-behavior: smooth;
}
.fadein {
    opacity : 0;
    transform : translate(0, 0px);
    transition:all 1s;
  display:block;
  text-align:center;
	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);
}

/* その場で */


.fadeUp{
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);
  }
}


/* ===================================================================
// 下層ページ
// ===================================================================*/
#mainttl{
	text-align: center;
	color: #fff;
	position: relative;
}
#mainttl .mainttl_txt{
	position: absolute;
	z-index: 1;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 50%;
	overflow-x: hidden;
}
#mainttl .mainttl_txt p{
	text-align: center;
  font-size: 7.5rem;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
}
#mainttl .mainttl_txt h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 300;
}
#mainttl .mainttl_txt img{
	z-index: -1;
}
#content .page_ttl{
	text-align: center;
	padding-top: 3rem;
	margin-bottom: 5%;
	overflow-x: hidden;
}
#content .page_ttl p{
	text-align: center;
  font-size: 4rem;
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
}
#content .page_ttl h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
  margin-bottom: 4rem;
	font-weight: 600;
}
#content{
	margin-top: 0;
	padding-top: 8rem;
}
@media screen and (max-width: 900px) {
	#mainttl .mainttl_txt p{
  font-size: 6.5rem;
}
}
@media screen and (max-width: 767px) {
	#mainttl{
	height: 30vh;
}
	#mainttl .mainttl_txt{
	width: 90%;
}
	#mainttl img{
		height: 30vh;
		width: 100%;
	}
	#mainttl .mainttl_txt p{
  font-size: 4rem;
}
	#content .page_ttl p{
  font-size: 2.5rem;
}
#content .page_ttl h2{
	font-size: 2.3rem;
}
}

/* ===================================================================
// 会社概要ページ
// ===================================================================*/
/* ------------------- メッセージ ------------ */
#content.about_page{
	overflow: hidden;
}
#content.about_page .message{
	background-image: url("images/message.png");
	background-size: cover;
	padding-bottom: 8rem;
	color: #fff;
	text-align: center;
	text-align: left;
}
#content.about_page .message .flex_wrap{
	gap: 5%;
}
#content.about_page .message .flex_wrap img{
	width: 45%;
	height: auto;
}
#content.about_page .message .flex_wrap div{
	width: 40%;
	margin-right: 10%;
}
#content.about_page .message p{
	margin-top: 2%;
	font-weight: 200;
}
#content.about_page .message p span{
	font-size: 2rem;
	font-weight: 600;
}
#content.about_page .message .side{
	margin: 1% 10% auto;
}
@media screen and (max-width: 767px) {
	#content.about_page .message .flex_wrap{
		flex-direction: column;
		width: 80%;
		margin: auto 10%;
}
	#content.about_page .message .flex_wrap div,
	#content.about_page .message .flex_wrap img{
		width: 100%;
	}
	#content.about_page .message .flex_wrap img{
		margin-bottom: 5%;
	}
}
/* ------------------- シンボルロゴ ------------ */
#content.about_page .simbol_logo{
	margin: auto 10% 5%;
	color: #000;
}
#content.about_page .simbol_logo .simbol_back img{
	width: 30%;
	margin: auto 35%;
}
#content.about_page .simbol_logo .simbol_back{
	background-image: url("images/company_logo_back.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#content.about_page .simbol_logo p{
	text-align: center;
}
	@media screen and (max-width: 767px) {
		#content.about_page .simbol_logo .simbol_back img{
	width: 60%;
	margin: auto 20%;
}
	}

/* ------------------- 会社概要 ------------ */
#content.about_page .company{
	background-image: url("images/company.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 7%;
}
#content.about_page{
	color: #fff;
}
#content.about_page .message .flex_wrap p,
p.side,
.company dl,
.haken .haken_magin{
	text-align: left;
}
#content.about_page dl{
	background:  rgba(255, 255, 255, 0.75);
	color: #000;
	font-family: 'Noto Serif JP', serif;
	margin: auto 10%;
	display: flex;
	flex-wrap: wrap;
}
#content.about_page dl dt{
	width: 30%;
	padding: 1rem;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
	padding-left: 3rem;
}
#content.about_page dl dd{
	width: 70%;
	padding: 1rem;
	border-bottom: 1px #fff solid;
	padding-left: 3rem;
}
#content.about_page dl dt.noborder{
	border-bottom: 0px #fff solid;
}
#content.about_page dl dd.noborder{
	border-bottom: 0px #fff solid;
}
#content.about_page dl dd .ddmargin{
	padding-top: 1.5rem;
	line-height: 1.9rem;
}
	@media screen and (max-width: 767px) {
		#content.about_page dl dd,
		#content.about_page dl dt{
	padding-left: 1rem;
}
	}

/* ------------------- グループ会社 ------------ */
#content.about_page .groupe{
	color: #000;
	text-align: center;
	margin-bottom: 2%;
}
#content.about_page .groupe h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	margin: 2rem;
}
#content.about_page .groupe ul{
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 4rem;
}
#content.about_page .groupe .g-company ul{
	width: 30%;
	margin: auto 35%;
	margin-bottom: 3rem;
}
#content.about_page .groupe .p-company ul{
	text-align: center;
}
#content.about_page .groupe .g-company ul li{
	margin-bottom: 1.5rem;
}
#content.about_page .groupe ul li::before {
  position: relative;
  top: -2px;
  left: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #616161;
}
#content.about_page .groupe a{
	border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
#content.about_page .groupe .g-company ul{
	width: 80%;
	margin: auto 10%;
	margin-bottom: 3rem;
}
}
/* ------------------- 派遣情報に関する公開情報 ------------ */
#content.about_page .haken{
	background-image: url("images/jigyo.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 7%;
}
#content.about_page .haken .haken_magin{
	margin: auto 10%;
}
#content.about_page .haken .haken_magin p{
	margin-bottom: 3rem;
}
#content.about_page .haken .haken_magin table td{
	text-align: center;
	color: #000;
	background:  rgba(255, 255, 255, 0.75);
	border-bottom: 1px #E0E0E0 solid;
	border-right: 1px #E0E0E0 solid;
}
#content.about_page .haken .haken_magin table{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3rem;
	width: 100%;
	overflow-x: hidden;
}
#content.about_page .haken .haken_magin table th{
	background:  rgba(100, 100, 100, 1);
	text-align: center;
	color: #fff;
	border-right: 1px #E0E0E0 solid;
}
#content.about_page .haken .haken_magin table th.haken_back{
	background:  rgba(70, 70, 70, 1);
}
#content.about_page .haken .haken_magin table td,
#content.about_page .haken .haken_magin table th{
	padding: 1rem 2vw;
	line-height: 3rem;
}
#content.about_page .haken .haken_magin table .noborder{
	border-right: 0px #fff solid;
}
#content.about_page .haken .haken_magin table .noborder_btm{
	border-bottom: 0px #fff solid;
}

@media screen and (max-width: 767px) {
	#content.about_page .haken .haken_magin table{
  width: 100%;
  min-width: 910px;
	overflow-x: hidden;
}
	#content.about_page .haken .haken_magin .table_waku{
		overflow-x: auto;
margin-bottom: 1em;
	}
	#content.about_page .haken .haken_magin table tr{
		display: flex;
	}
	#content.about_page .haken .haken_magin table td,
	#content.about_page .haken .haken_magin table th{
		width: 250px;
		vertical-align:middle;
	}
}
	
/* ===================================================================
// 事業内容ページ
// ===================================================================*/
#content.service_page .sv_message{
	margin: 5% 10% 2%;;
	text-align: center;
	background:url("images/company_logo_back.png");
	background-size: 100%;;
	background-repeat: no-repeat;
}
#content.service_page .sv_message p{
	margin-bottom: 4rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#content.service_page .sv_message .flex_wrap.yajirusipc{
	gap:3%;
	margin-bottom: 2%;
	display: flex;
}
#content.service_page .message_boxpc{
	width: 100%;
	display: flex;
}
#content.service_page .message_boxpc a{
	text-align: center;
	border: solid #000 1px;
	background: #fff;
	padding: 2rem;
	width: 30%;
	font-family: 'Noto Serif JP', serif;
}
#content.service_page .sv_message .flex_wrap.yajirusipc div{
	width: 30%;
}
#content.service_page .sv_message .flex_wrap.yajirusipc div img{
	margin: 2% 38%;
	width: 24%;
}
#content.service_page .s_right{
	margin-right: 10%;
}
#content.service_page .s_left{
	margin-left: 10%;
	width: 40%;
}
#content.service_page h3{
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 8%;
	font-family: 'Noto Serif JP', serif;
}
#content.service_page .message_boxsp{
		display: none;
	}
@media screen and (max-width: 767px) {
	#content.service_page .message_boxsp{
		display: block;
		flex-direction: column;
		font-family: 'Noto Serif JP', serif;
		font-size: 1.4rem;
	}
	#content.service_page .message_boxsp a{
		width: 100%;
		text-align: center;
		padding: 2rem;
	border: solid #000 1px;
	background: #fff;
		margin-bottom: 1%;
		margin-top: 7%;
		display: block;
	}
	#content.service_page .message_boxsp img{
		width: 20%;
		margin: auto 40%;
		display: block;
	}
	#content.service_page .s_left{
	margin-left: 0%;
}
	#content.service_page .sv_message .flex_wrap.yajirusipc,
	#content.service_page .message_boxpc{
		display: none;
	}
	#content.service_page h3{
	font-size: 2.2rem;
}
}

/* ------------------- 人材派遣・人材紹介・業務請負 ------------ */
#content.service_page #jinzai{
	background-image: url("images/jinzai_back.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#content.service_page .jinzai_sec .jinzai_message{
	text-align: center;
	margin: auto 20% 5%;
}
#content.service_page #jinzai .flex_wrap,
#content.service_page .gyotaku_sec .flex_wrap,
#content.service_page #ikusei .flex_wrap{
	gap: 3%;
	margin-bottom: 8%;
	text-align: left;
}
#content.service_page .flex_wrap div.s_img{
	width: 44%;
}
#content.service_page .flex_wrap div.s_img img{
	width: 100%;
	height: auto;
}
#content.service_page .flex_wrap div.s_right{
	width: 42%;
	text-align: left;
}
#content.service_page .flex_wrap .fadein{
	text-align: left;
}
#content.service_page .jinzai_sec img.sp.fadein{
	display: none;
}
@media screen and (max-width: 900px) {
	#content.service_page .flex_wrap img{
	width: 45%;
		height: auto;
}
#content.service_page .flex_wrap div{
	width: 40%;
	text-align: left;
}
}
@media screen and (max-width: 767px) {
	#content.service_page .jinzai_sec img.sp{
	display: block;
}
	#content.service_page .jinzai_sec img.pc{
		display: none;
	}
#content.service_page .jinzai_margin{
	margin: 5%;
}
	#content.service_page .jinzai_sec .jinzai_message{
		width: 100%;
		margin: 0 0 15% 0;
	}
	#content.service_page #jinzai .flex_wrap,
#content.service_page .gyotaku_sec .flex_wrap,
#content.service_page #ikusei .flex_wrap{
	flex-direction: column;
}
	#content.service_page #jinzai .flex_wrap div,
#content.service_page .gyotaku_sec .flex_wrap div,
	#content.service_page #ikusei .flex_wrap div,
	#content.service_page .flex_wrap img{
		width: 100%;
	}
	#content.service_page #jinzai .flex_wrap div{
		margin-left: 0;
	}
	#content.service_page h3{
		margin-top: 5%;
		margin-bottom: 3%;
	}
	#content.service_page #jinzai .flex_wrap div,
#content.service_page .gyotaku_sec .flex_wrap div,
	#content.service_page #ikusei .flex_wrap div{
		margin-bottom: 5%;
	}
}
/* ------------------- 業務委託サービス ------------ */
#content.service_page .gyotaku_sec{
	background-image: url("images/gyotaku_back.png");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
#content.service_page .flex_wrap .gyotaku_img{
	width: 43%;
}
#content.service_page .flex_wrap .gyotaku_img img{
	width: 100%;
	height: auto;
}
#content.service_page .gyotaku_sec .flex_wrap p{
	margin-bottom: 3%;
	font-weight: 200;
}
#content.service_page p.group{
	font-size: 2.4rem;
	margin-top: 3%;
	font-weight: 600;
}
#content.service_page .group_name{
	font-weight: 600;
	font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
	#content.service_page .flex_wrap .gyotaku_img{
	width: 45%;
		height: auto;
}
#content.service_page .gyotaku_sec .s_left{
	width: 35%;
	text-align: left;
}
}
/* ------------------- 人材育成・企業研修 ------------ */
#content.service_page #ikusei{
	background-image: url("images/ikusei_back.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#content.service_page .ikusei_fnt{
	font-weight: 600;
	font-size: 1.8rem;
	margin: 3% auto 1%;
	text-align: left;
}
#content.service_page .ikusei_fnt2{
	margin: -6% 10% 5%;
	text-align: left;
}
#content.service_page .ikusei_fnt2 p{
	text-align: left;
}
#content.service_page .s_btn{
	margin-top: 3%;
}
@media screen and (max-width: 767px) {
#content.service_page .ikusei_fnt2{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20%;
}
}

/* ===================================================================
// お問い合わせページ
// ===================================================================*/
/* ------------------- 電話 ------------ */
.contact_bar{
	height: 8vh;
	background: #000;
	margin-bottom: 0%;
}
#content.contact_page .call_sec{
	background-image: url("images/claa_back.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -3%;
} 
#content.contact_page .call_sec .flex_wrap{
	margin: 10%;
	gap: 3%;
	flex-wrap: wrap;
	justify-content: space-around;
}
#content.contact_page .call_sec .flex_wrap div.call_cnt{
	width: 48%;
	color: #000;
	background:  rgba(255, 255, 255, 0.75);
	padding: 3% 9%;
	margin-bottom: 3rem;
}
#content.contact_page .call_sec .flex_wrap div h3{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 10%;
}
#content.contact_page .call_sec .flex_wrap div h4{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 0.5rem;
}
#content.contact_page .call_sec .flex_wrap div p span{
	font-size: 1.7rem;
	font-weight: 600;
	margin-right: 5%;
}
#content.contact_page .call_sec .flex_wrap div p {
	margin-bottom: 3%;
}
#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%;
}
#content.contact_page .form .form_message{
	color: #fff;
	margin: 5% 10% -5%;
	width: 80%;
}
.contact_form table {
  width: 100%;
  margin: 80px auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}
.contact_form .form_txt{
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 1%;
	margin-left: 10%;
	margin-right: 10%;
}
.contact_form .form_txt2{
	margin-bottom: 3%;
	color: #fff;
}
.contact_form .form_txt a{
	color: #94b5eb;
	border-bottom: 1px solid #94b5eb;
	font-weight: 700;
}
.contact_form table tr {
  border-bottom: 1px solid #ccc;
background:  rgba(255, 255, 255, 0.75);
	border-bottom:  1px #000 solid;
}

.contact_form table tr:first-child {
  border-top: 1px solid #ccc;
}
.contact_form table th {
  font-weight: bold;
  text-align: left;
  width: 30%;
	padding: 2rem;
}

.contact_form table th span {
  color: #fff;
  text-align: center;
  padding: .1em .4em;
  margin-left: 1em;
  font-weight: normal;
  border-radius: 4px;
  font-size: 1.2rem;
}
.contact_form table th span.red {
  background-color: #E50012;
  color: #fff;
}

.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 #000 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:  rgba(255, 255, 255, 0.6);
	padding: 1.5rem 4rem;
	text-align: center;
	width: 30%;
	margin: auto 35%;
	border: 0px;
}
.contact_form .sub-btn:hover{
	 background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
	#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 h4{
	font-size: 1.5rem;
}
	#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%;
}
#content.contact_page .call_sec .flex_wrap div:first-child{
	margin-bottom: 10%;
}
	#content.contact_page .call_sec .flex_wrap div.call_cnt{
	width: 100%;
	margin-bottom: 10%;
}
	.contact_form table {
    width: 100%;
    margin: 40px auto;
  }
  .contact_form table th, table td {
    display: block;
    width: 100%;
	  margin: 0;
  }
	.contact_form table td {
  text-align: left;
	width: 100%;
	}
  .contact_form table th {
    width: 100%;
	 border-bottom: 1px solid #666;
  }
	.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-family: 'Noto Serif JP', serif;
		color: #000;
		font-size: 1.5rem;
}
	.contact_form .form_txt{
	margin-bottom: 3%;
	margin-left: 0%;
	margin-right: 0%;
		font-size: 1.2rem;
}
}
#content .kojinjoho{
	color: #fff;
	text-align: left;
}
#content .kojinjoho .kojin-txt{
	font-size: 1.3rem;
	margin-bottom: 3rem;
}
#content .kojinjoho .kojin-ttl{
	font-weight: 700;
}

#videomv{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 450px) {
	.slider .video #videomv{
	 width: 100%;
  height:100%;

}
	.slider .video{
	position:relative;
	}	
}
div.wpcf7-mail-sent-ok {
color:#fff;
}
.wpcf7 form.sent .wpcf7-response-output {
color:#fff;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
.wpcf7 form.spam .wpcf7-response-output,
div.wpcf7-accept-terms,
.wpcf7 form.invalid .wpcf7-response-output{
	color:#fff;
}
.wpcf7 form.failed .wpcf7-response-output{
	color:#fff;
}