/* ================================================
# Loading
================================================== */
#loading { background:#fff; margin: 0; padding: 0; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100; overflow: hidden; }
/* ================================================
# Font
================================================== */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

html{font-size: 62.5%}
html { scroll-behavior: smooth;}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 1.45;
  font-weight: 400;
  /* font-size: 10em; */
  font-feature-settings: "palt";

  }
body *{
  font-family: "Noto Sans JP", sans-serif;
  }
a {
  color: #000;
  transition:0.5s;
  text-decoration: none;
  display: inline-block;
  }
a:hover {
  color: #777;
  text-decoration: none;
  --d: 100%;
  }
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  display: inline-block;
  }
}/* 769px */

.img-fluid{
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
  }
.note{
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.bg_gray_e1{
  background: #e1e1e1;
  }
.bg_gray_f5{
  background: #f5f5f5;
  }
.bg_yellow{
  background: #fff500;
  }

.marker{
background: linear-gradient(transparent 60%, #fff500 60%);
  }
.marker_border{
border-bottom: 0.35em solid #fff500;
  }

@-webkit-keyframes animate-loading{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ================================================
# ドロワーメニュー（ナビ）
================================================== */
.dr-menu *:not(small) {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
  }
.dr_menu a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
  font-size: 2rem;
    background:
  linear-gradient(currentColor 0 0)
  0 100% /var(--d, 0) 3px
  no-repeat;
  }
.dr_menu a:visited {
  color: inherit;
  }
.dr_menu .dr_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  top: 0;
  left: 0;
  }
/* ボタン */
.dr_menu .dr_button {
  display: block;
color: #fff;
background: #000;
  border: none;
  padding: 0;
  width: 100px;
  height: 100px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  text-align: center;
  outline: none;
  }
/* CLOSEボタン */
.dr_menu .dr_button.active .dr_bar {
  position: relative;
  width:50px;
  }
.dr_menu .dr_button.active .dr_bar1 {
  transform: rotate(45deg);
  transform-origin:5px 10px;
  }
.dr_menu .dr_button.active .dr_bar2 {
  opacity: 0;
  }
.dr_menu .dr_button.active .dr_bar3 {
  transform: rotate(-45deg);
  transform-origin: 10px -5px;
  }
.dr_menu .dr_button.active .dr_menu_text {
  display: none;
  }
.dr_menu .dr_button.active .dr_close {
  display: block;
  }
/* MENU　三本線 */
.dr_menu .dr_bar {
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 auto 10px;
  transition: all 0.5s;
  transform-origin: 0 0;
  background-color: #fff;
  }
.dr_menu .dr_text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  }
.dr_menu .dr_close {
  letter-spacing: 0.08em;
  display: none;
  }
.dr_menu .dr_menu_text {
  display: block;
  }
/* 枠 */
.dr_menu .dr_nav_wrapper {
  width: 90%;
  height: 100%;
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  transform: translate(90%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #e1e1e1;
  }

.dr_menu .dr_nav_wrapper.open {
  transform: translate(0);
  }
.dr_menu .dr_nav li {
  list-style: none;
  padding: 10px 0;
  }
/*  コピーライト */
.dr_nav_footer{
  position: absolute;
  /* margin-top: 100px; */
  bottom: 7vw;
  }
.dr_nav_footer small{
 font-size: 12px;
  }
@media (min-width: 769px) {
/* 枠 */
.dr_menu .dr_nav_wrapper {
  transform: translate(540px);
  width: 540px;
  padding-top: 10vw;
  padding-left: 7vw;
  }
.dr_menu.left .dr_nav_wrapper {
  transform: translate(-540px);
  }
}/* 768px */

@media (max-width: 1024px) {
.dr_menu .dr_bg,
.dr_menu .dr_button{
  width: 6.75vw;
  height:6.75vw;
  }

/* MENU　三本線 */
.dr_menu .dr_bar {
  width: 30px;
  height: 3px;
  margin: 0 auto 5px;
  }
.dr_menu .dr_button.active .dr_bar {
    width: 30px;
}
.dr_menu .dr_button.active .dr_bar1 {
  transform-origin:5px 5px;
  }
.dr_menu .dr_button.active .dr_bar3 {
  transform-origin: 5px -2px;
  }
.dr_menu .dr_text {
  font-size: 11px;
  letter-spacing: 0;
  }
/* 枠 */
.dr_menu .dr_nav_wrapper {
  width: 45%;
  transform: translate(100%);
  padding-top: 50px;
  padding-left: 10%;
  }


}/* 1024px */

@media (max-width: 768px) {
.dr_menu .dr_bg,
.dr_menu .dr_button{
  width: 4.16vw;
  height: 4.16vw;
  }
/* 枠 */
.dr_menu .dr_nav_wrapper {
  width: 100%;
  transform: translate(100%);
  padding-top: 50px;
  padding-left: 25%;
  }
}/* 768px */

/* ================================================
# ナビ（ロゴ、お問合せ　固定）
================================================== */
.nav_fixd{
  width: 100px;
  position: fixed;
  top:100px;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  z-index: 100;
  }
nav.nav_fixd .js-image {
  z-index: 9999999999;
  line-height: 0;
  background: #fff;
  }
nav.nav_fixd .js-image a:nth-of-type(1) img:nth-of-type(1) {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  }
nav.nav_fixd .git-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  line-height: 0;
  background: #fff;
  }
nav.nav_fixd .js-image > *,
nav.nav_fixd .git-image > *{
  display: block;
  }


@media (max-width: 1024px) {
.dr_menu .dr_bg,
.dr_menu .dr_button{
  width: clamp(51px, 6.75vw, 100px);
  height: clamp(51px, 6.75vw, 100px);
  }
.nav_fixd{
  width: clamp(51px, 6.75vw, 100px);
  top: clamp(51px, 6.75vw, 100px);
  }
nav.nav_fixd .js-image,
nav.nav_fixd .js-image img,
nav.nav_fixd .git-image,
nav.nav_fixd .git-image img{
 width: 100%;
  }
}/* 768px */


@media (max-width: 768px) {
.dr_menu .dr_bg,
.dr_menu .dr_button{
  padding-top: 2px;
  width: 51px;
  height: 55px;
  }
.nav_fixd{
  width: 51px;
  top:55px;
  }
nav.nav_fixd .js-image,
nav.nav_fixd .js-image img,
nav.nav_fixd .git-image,
nav.nav_fixd .git-image img{
 width: 100%;
  }
}/* 768px */

/* ================================================
# Hero Section
================================================== */
#hero {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  }
#hero .grid_row{
  box-sizing: border-box;
  height: 100vh;
  }
#hero .grid_row{
 /* background-image:url("../../assets/img/bg_hero.jpg") ; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  }
#hero .grid_inner.col3{
  position: absolute;
  top: 0;
  height: 100%;
 	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* hero 動画 */
#mv_box{
    position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#mv_box #mv video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* aspect-ratio: 16 / 9; */
  width: 100%;
  max-width: 1020px;
  height: 100vh;
  object-fit: contain;

  z-index: -999;
  margin-left: auto;
  margin-right: auto;
      // iPhone safariの枠線を消す
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  // PCのChromeの枠線を消す
  outline: none;
  border: none;
}

/* 弊社より ボックス */
#hero .info_kyokai {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  animation-name:fade;
  animation-delay: 3.8s;
  animation-duration:2s;
animation-fill-mode:forwards;
  opacity: 0;

  }
#hero .info_kyokai div{
  background: #fff400;
  }
 @keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* CSSアニメーションの指定 */
.info_kyokai_fade-in{
  font-size:40px;
  opacity: 0;
  animation-name:kyokai_fade-in;
    animation-delay: 3.8s;
  animation-duration:1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;　
}
@keyframes kyokai_fade-in {
0% {
 opacity: 0;
 transform: translateY(100px);
}

 100% {
 opacity:1;
 transform: translateY(0);
 }
}

@media screen and (max-width: 414px) {
#hero,
#hero .grid_row,
#hero .grid_inner{
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  }
#hero {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  }
/* hero 動画 */
#mv_box{
  overflow: hidden;
  position: static;
  }
#mv_box #mv video {
  position: absolute;
  top: unset;
  bottom: 26%;
  left: 0;
  right: 0;
  /* aspect-ratio: 9 / 16; */
  width: 100%;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
    z-index: -999;
  margin-left: auto;
  margin-right: auto;
}
}/* 768px */

/* ================================================
# Grid
================================================== */

/* 外枠　3列 */
.grid_row{
  margin: 0 auto;
  padding: 0;
  max-width: 1480px;
  /* max-width: 1280px; */
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 0;
  grid-template-columns: 6.755% 86.49% 6.755%;
  grid-template-rows: 1fr;
   box-sizing: border-box;
  text-align: center;
  }
/* 内側 3列 */
.grid_inner{
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-sizing: border-box;
  text-align: center;
  }
/* 3列（ヘッダー・フッター） */
.col3_mono{
  grid-template-columns: repeat(3, 1fr);
  }
/* 3列 */
.col3{
  grid-template-columns: 34.38% 34.38% 31.24%;
  }
/* 2列 */
.col2{
  grid-template-columns: 68.76% 31.24%;
  }
/* 4列 */
.col4{
  grid-template-columns: 1fr 31.24% 3.13% 31.24%;
  }
.gap20{gap: 20px;}

.border_rl{
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  }
.border_tb{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
.border_top{
  border-top: 1px solid #e1e1e1;
  }
.border_btm{
  border-bottom: 1px solid #e1e1e1;
  }
.border_left{
  border-left: 1px solid #e1e1e1;
  }
.border_right{
  border-right: 1px solid #e1e1e1;
  }
.grid_2 ul,
.grid_2 ul li{
  list-style-type: none;
  }
@media (min-width: 769px) {
.pc_border_rl{
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  }

}/* 769px */

/* ---------------------- */

@media (max-width: 768px) {
#hero .grid_row{
  background-position: 5% center;
  background-size: auto;
  }
.grid_row{
  grid-template-columns: 13.33% 1fr 13.33%;
  }
.grid_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
 	-webkit-justify-content: space-between;
	justify-content: space-between;
  }
/* 3列 */
.col3{
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  }
.sp_border_tb{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
}/* 768px */

/* ---------------------- */
@media screen and (max-width: 768px) {

  /* Work 並び順 */
#work .grid_2 .grid_inner.col3{
	-webkit-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
/* #work .grid_2 .grid_inner.col3 li:nth-of-type(1) {
  grid-row-start: 1;
  border: 1px solid red;
  }
#work .grid_2 .grid_inner.col3 li:nth-of-type(2) {
  grid-row-start: 2;
  }
#work .grid_2 .grid_inner.col3 li:nth-of-type(3) {
  grid-row-start: 1;
  } */
.sp_border_tb{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
 /* Recruit 5列 */
#recruit .grid_2{
  padding: 0;
  }
} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {

} /* end 414px */

/* ================================================
# テキスト
================================================== */
strong{font-weight: 500}
strong.bold{font-weight: 700}
.fn{font-weight: 400 !important;}
.small, small {
  padding-top: 6px;
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  }
.txt_area p{
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 1px;
  }
.txt_long{
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 2px;
  }
.ttl_normal{
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 2px;
  }
.ttl_medium{
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 2px;
  }
.ttl_large{
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1px;
  }
.ttl_large > small {
  padding-top: 0;
  display: block;
  font-size: 56%;
  font-weight: 400;
  line-height: 1.45;
  }
.ttl_x-large{
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1px;
  }
.ttl_sec{
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 3px;
  }
.ttl_sec > small {
  padding-top: 0;
  display: block;
  font-size: 70%;
  font-weight: 400;
  line-height: 1.45;
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  }
/* テキストエリア */
.txt_area{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  }
.txt_inner{
  display: inline-block;
  }
 .txt_area_inner{
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  width: min(82% , 940px);
  }

/* ---------------------- */
@media screen and (min-width: 1281px) {
.txt_area p{
  font-size:20px;
  }
.txt_long{
  font-size: 25px;
  }
.ttl_normal{
  font-size: 25px;
  }
.ttl_medium{
  font-size: 30px;
  }
.ttl_medium.big{
  font-size: 34px;
  }
.ttl_large{
  font-size: 50px;
  }
.ttl_x-large{
  font-size: 100px;
  line-height: 1.1;
  }
.ttl_sec{
  font-size: 40px;
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-size: 25px;
  }
} /* end min 1280px */

/* ---------------------- */
@media screen and (max-width: 1280px) {
.txt_area p{
  font-size:1.406vw;/* 18px */
  }
.txt_long{
  font-size:1.953vw !important; /* 25px */
  letter-spacing: 2px !important;
  }
.ttl_normal{
   font-size: 1.953vw; /* 25px */
  }
.ttl_medium{
  font-size: 1.953vw; /* 25px */
  }
.ttl_large{
  font-size:3.75vw; /* 45px */
  }
.ttl_x-large{
  font-size: 7.75vw; /* 93px */
  }
.ttl_sec{
  font-size: 3.16667vw; /* 38px */
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-size: 1.83333vw; /* 22px */
  }
} /* end 1280px */

/* ---------------------- */
@media screen and (max-width: 1024px) {
.txt_area p{
  font-size:1.563vw; /* 16px */
  line-height: 1.75;
  }
.txt_long{
  font-size:2.051vw !important; /* 21px */
  }
.ttl_normal{
  font-size:2.16667vw;  /* 27px */
  }
.ttl_medium{
  font-size: 2.246vw; /* 23px */
  }
.ttl_large{
  font-size:3.516vw; /* 36px */
  }
.ttl_sec{
  font-size: 3.90625vw; /* 40px */
  line-height: 1.45;
  letter-spacing: 3px;
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-size: 2.246vw; /* 23px */
  line-height: 2;
  }
.txt_area_inner{
  margin-left: auto;
  margin-right: auto;
  width: 82%;
  }
} /* end 1024px */

/* ---------------------- */
@media screen and (max-width: 768px) {
.txt_area{
  display: block;
  }
.txt_area p{
  font-size:3vw; /* 15px */
  letter-spacing: 1px;
  }
.txt_long{
  font-size: 3vw !important; /* 15px */
  letter-spacing: 1px;
  }
.ttl_normal{
  font-size: 4.42709vw; /* 34x */
  letter-spacing: 1px;
  }
.ttl_medium{
  font-size: 4.5vw;
  letter-spacing: 1px;
  }
.ttl_large{
  font-size: 6vw;
  font-size: 5.46875vw; /* 42px */
  letter-spacing: 1px;
  }
.ttl_sec{
    font-size: 4.42709vw; /* 34x */
  line-height: 1.75;
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-size: 2.734369vw; /* 21px */
  line-height: 2;
  }
.txt_area_inner{
  }


} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
.txt_area p{
  font-size:4vw;
  font-size: 3.86474vw; /* 16px */
  }
.txt_long{
  font-size:4vw !important;
  }
.ttl_normal{
  font-size:5.06666vw; /* 19px */
  }
.ttl_medium{
  font-size: 5vw;
  }
.ttl_large{
  font-size: 6.76328vw; /* 28px */
  line-height: 1.75;
  }
 .ttl_large > small {
  font-size: 3.86474vw; /* 16px */
  }
.ttl_sec{
  font-size: 5.314vw; /* 22px */
  letter-spacing: 1px;
  line-height: 1.75;
  }
.txt_area p.txt_sec,
.txt_area ul.txt_sec{
  font-size:  3.623vw; /* 15px */
  line-height:2;
  }
.txt_area_inner{
  }
} /* end 414px */


/* ================================================
# ホーム　ワーク
================================================== */
/* ---------------------- */
@media screen and (min-width : 769px){
#work .grid_2 .grid_inner li img{
  margin-top: 10vw;
  margin-top: clamp(71px, 10vw ,130px);
  }
}

/* ================================================
# ホーム　コンタクト
================================================== */
#contact .grid_2 .grid_inner:nth-of-type(1) li:nth-of-type(2) .txt_area{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  }
#contact .grid_2 .grid_inner li.bg_gray_e1 p{
  line-height: 2;
  }

/* ================================================
# ホーム　リクルート
================================================== */
/* 3 x 3 */
#recruit .col3_mono > li{
  position: relative;
  width: 100%;
  height: auto;
  }
#recruit .col3_mono > li:nth-of-type(5) > div{
  margin-left: auto;
  margin-right: auto;
  }
#recruit .col3_mono > li:nth-of-type(5) h3{
  width: 100%;
  font-weight: 500 !important;
  }
#recruit .col3_mono > li:nth-of-type(5) p{
  font-weight: 400 !important;
  }
#recruit .col3_mono > li:nth-of-type(7) h3{
  width: 100%;
  font-weight: 500 !important;
  }
#recruit .col3_mono > li:nth-of-type(7) p {
  }

/* ---------------------- */
@media screen and (min-width : 769px){
/* Box高さ調整 */
#recruit .col3_mono > li:before {
  content: "";
  display: block;
  padding-top: 100%;
  }
#recruit .col3_mono > li:nth-of-type(1):before,
#recruit .col3_mono > li:nth-of-type(2):before,
#recruit .col3_mono > li:nth-of-type(3):before{
  padding-top: 100%;
  }
#recruit .col3_mono > li:nth-of-type(4):before,
#recruit .col3_mono > li:nth-of-type(5):before,
#recruit .col3_mono > li:nth-of-type(6):before{
  padding-top: 110%;
  }
#recruit .col3_mono > li:nth-of-type(7):before,
#recruit .col3_mono > li:nth-of-type(8):before,
#recruit .col3_mono > li:nth-of-type(9):before{
  padding-top: 90%;
  }

#recruit .col3_mono li > div{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-items: center;
	align-items: center;
  }
#recruit .grid_2{
  padding-top: 40px;
  background-image: url(../../assets/img/top/recruit_background.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100% 100%;
  }
} /* end min 769px */

/* ---------------------- */
@media screen and (min-width: 1281px) {
#recruit .col3_mono > li:nth-of-type(5) > div{
  width: 82%;
  }
#recruit .col3_mono > li:nth-of-type(5) h3{
  line-height: 1.75;
  margin-bottom: 2.5rem;
  }
#recruit .col3_mono > li:nth-of-type(5) p{
  line-height: 2;
  }
#recruit .col3_mono > li:nth-of-type(7) p {
  line-height: 2.5;
  }
} /* end min 1280px */

/* ---------------------- */
@media screen and (max-width: 1280px) {
#recruit .col3_mono > li:nth-of-type(5) > div{
  width: 90%;
  }
#recruit .col3_mono > li:nth-of-type(5) h3{
  margin-bottom: 2rem;
  }
#recruit .col3_mono > li:nth-of-type(5) p{
  line-height: 1.75;
  font-size:1.563vw; /* 16px */
  }
#recruit .col3_mono > li:nth-of-type(7) p {
  line-height: 2.5;
  }
} /* end 1280px */
/* ---------------------- */
@media screen and (max-width: 768px) {
#recruit .col3_mono > li:nth-of-type(5) > div{
  width: 82%;
  }
#recruit .col3_mono > li:nth-of-type(5) p{
  line-height: 2;
  font-size: 2.60417vw; /* 20px */
  }
} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
#recruit .col3_mono > li:nth-of-type(5) p{
  font-size: 3.86474vw; /* 16px */
  }
} /* end 414px */

/* ================================================
# 採用ページ RECRUIT
================================================== */
.definition{
  margin: 0 auto;
  box-sizing: border-box;
  }
.definition dl{
  width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: [key] minmax(240px, min-content) [value] 1fr;
  grid-template-rows: 1fr;
  box-sizing: border-box;
  grid-column-gap: 0;
  grid-row-gap: 3vw;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.75;
  font-weight: 400;
  }
.definition dt{
  margin: 0;
  grid-column: key;
  white-space: nowrap;
  font-size: 20px;
  }
.definition dd{
  margin: 0;
  grid-column: value;
  margin-left: 0;
  font-size: 20px;
  }

/* ---------------------- */
@media screen and (max-width: 1280px) {
  .definition dl{
  font-size:1.333333vw; /* 16px */
  grid-template-columns: [key] minmax(200px, min-content) [value] 1fr;
  grid-row-gap: 3vw;
  }
  .definition dt{
  font-size:1.583335vw; /* 19px */
  line-height: 1.45;
  }
  .definition dd{
  font-size:1.583335vw; /* 19px */
  }
} /* end 1280px */

/* ---------------------- */
@media screen and (max-width: 1024px) {
  .definition dl{
  font-size:1.333333vw; /* 16px */
  grid-template-columns: [key] minmax(180px, min-content) [value] 1fr;
  grid-row-gap: 3vw;
  }
  .definition dt{
  font-size:1.66016vw; /* 17px */
  }
  .definition dd{
  font-size:1.66016vw; /* 17px */
  }
} /* end 1024px */

/* ---------------------- */
@media screen and (max-width: 768px) {
  .definition dl{
  width: 80%;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-row-gap: 6px;
  }
.definition dt,
.definition dd{
  width: 100%;
  grid-column: auto;
  }
.definition dt{
  font-size: 2.47396vw; /* 19px */
  padding-top: 5vw;
  font-weight: 500;
  line-height: 1.45;
  }
.definition dd{
  font-size: 2.47396vw; /* 19px */
  border-left: none;
  }
} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
  .definition dl{
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
  }
.definition dt{
  padding-top: 5.6vw;/* 21px */
  font-size: 3.73333vw; /* 14px */
  font-weight: 500;
  }
.definition dd{
  font-size: 3.73333vw; /* 14px */
  border-left: none;
  }
} /* end 414px */

/* ================================================
# 業務の事例 WORK
================================================== */
#ourwork .ttl_large{
  letter-spacing: 4px;
  }
#ourwork .ttl_medium.big span{
    display: inline-block;
  font-weight: 700 !important;
  letter-spacing: 4px;
  }
#ourwork .txt_area p.txt_sec:nth-of-type(n+2){
  padding-top: 1rem;
  }
#company .grid_2 ul li.txt_area p{
  font-weight: 400 !important;
  padding-top: 2rem;
  letter-spacing: 2px;
  }
/* ================================================
# プライバシーポリシー
================================================== */
#privacy .txt_area_inner p{
  line-height: 1.75;
  text-align: left ;
}
#privacy .txt_area_inner ul{
  line-height: 2;
  text-align: left ;
  font-size: 20px;
  line-height: 1.75;
}
#privacy .txt_area_inner ul li p small{
  display: inline;

}
/* ================================================
# 境界線確認フォーム
================================================== */
/* PCの吹き出し＜作業員2人＞ */
.picArea02 article picture img{
max-width: 1278px;
height: auto;
}
/* スマホの吹き出し＜テキスト＞非表示 */
.picArea02 .grid_2 .txt01 p,
.picArea03 .grid_2 .txt01 p{
 display: none;
}
/* ---------------------- */
@media screen and (min-width: 768px) {
#kyokai_form01 .picArea01{
  z-index: 10;
  }
/* 説明 */
.picArea02{
  margin-top: -140px;
  z-index: -10;
  }
} /* end 768px */
/* ---------------------- */
@media screen and (min-width: 1280px) {
/* 説明 */
.picArea02{
  margin-top: -200px;
  }
} /* end 768px */
/* ---------------------- */
@media screen and (max-width: 768px) {
 /* 作業員01 */
 .picArea01 img{
  max-width: 115px;
  height: auto;
  }
 /* 吹き出し1 */
.picArea02{
  background-image:url(../img/form/pc_speech01_sp.png);
  background-repeat:  no-repeat;
  background-size: 88% auto;
  background-position: center;
  width: 100%;
  /* aspect-ratio: 75 / 107; */
    z-index: -10;
  }
.picArea02 .grid_2{
  padding-top: 130.666666666666667%;
  /* aspect-ratio: 75 / 107; */
  }
  /* 吹き出し2 */
.picArea03{
  margin-top: -10%;
  background-image:url(../img/form/pc_speech02_sp.png);
  background-repeat:  no-repeat;
  background-size: 88% auto;
  background-position: center;
  width: 100%;
  /* aspect-ratio: 25 / 19; */
  }
.picArea03 .grid_2{
   padding-top: 62.866666666666667%;
  /* aspect-ratio: 25/ 19; */
    z-index: 20;
  }
.picArea02 .grid_2::before,
.picArea03 .grid_2::before {
  content: '';
  display: block;
  padding-top: 50%;
  }
.picArea02 .grid_2 .txt01 p,
.picArea03 .grid_2 .txt01 p{
  display: none;
  }
} /* end 768px */

/* ================================================
# アコーディオン
================================================== */
/*アコーディオン全体*/
.accordion{
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  }
.accordion-area li{
  border-bottom: 2px solid #000;
  }
/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding: 30px 2em 31px 20px;
  transition: all .5s ease;
  text-align: left;
  font-size:25px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
  }
.title span{
  padding-right: 35px;
  font-family: "Libre Baskerville";
  font-size: 30px;
  }
/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 22px;
  height: 5px;
  background-color: #000;
  }
.title::before{
  top:48%;
  right: 15px;
  transform: rotate(0deg);
  }
.title::after{
  top:48%;
  right: 15px;
  transform: rotate(90deg);
  }
.title.close::before{transform: rotate(45deg);}
.title.close::after{transform: rotate(-45deg);}
.box{
  display: none;
  padding: 0 60px 40px 84px;
  text-align: left;
  }
.box p{
  line-height: 2;
  font-size:17px;
  }

/* ---------------------- */
@media screen and (max-width: 1280px) {
  .accordion{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
  }
.title {
  padding: 2.5vw 0.833vw 2.917vw 1.667vw;
  font-size: 1.58333vw; /* 19px */
  letter-spacing: 2px;
  }
.title span{
  padding-right: 20px;
  font-size:2.16667vw; /* 26px */
  }
.box{
  padding: 0 5.3vw 3.333vw 5.3vw;
  }
.box p{
  line-height: 1.75;
  font-size:1.333333vw; /* 16px */
  text-align: justify;
  }
} /* end 1280px */

/* ---------------------- */
@media screen and (max-width: 1024px) {
#company .grid_2 ul li.txt_area p{
  font-size: 2.05078vw; /* 21px */
  }
/* アコーディオン */
.title {
  padding: 3.90625vw 5.859vw 2.93vw 1.667vw;
  font-size: 2.05078vw; /* 21px */
  letter-spacing: 2px;
  line-height: 1.45;
  text-align: justify;
  }
.title span{
  padding-right: 10px;
  font-size: 2.53906vw; /* 26px */
  }
.box{
  padding: 0 5.859vw 3.333vw 1.667vw;
  }
.box p{
  line-height: 1.75;
  font-size:  1.66016vw; /* 17px */
  }
} /* end 1024px */

/* ---------------------- */
@media screen and (max-width: 768px) {
#ourwork .ttl_large > small {
  padding-bottom: 10px;
  }
#company .grid_2 ul li.txt_area p{
  font-size: 2.44141vw; /* 25px */
  }
/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 22px;
  height: 5px;
  }
.title::before{
  top:38%;
  right: 0;
  }
.title::after{
  top:38%;
  right: 0;
  }
  .accordion{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
  }
.title {
  padding: 4.83093vw 40px 4.83093vw 1.667vw;
  font-size: 2.60417vw; /* 20px */
  letter-spacing: 2px;
  }
.title span{
  padding-right: 10px;
  font-size:  3.385vw; /* 26px */
  }
.box{
  padding: 0 3.333vw 3.333vw 1.667vw;
  }
.box p{
  line-height: 1.75;
  font-size:  2.08333vw; /* 16px */
  }
} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
#ourwork .ttl_large {
  letter-spacing: 2px;
  }
#ourwork .ttl_medium.big{
  letter-spacing: 2px;
  }
#company .grid_2 ul li.txt_area p{
  padding-top: 1rem;
  letter-spacing: 1px;
  font-size: 3.623vw; /* 15px */
  }
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 18px;
  height: 4px;
  }
.title {
  padding: 4.83093vw 30px 4.83093vw 1.667vw;
  font-size:  3.623vw; /* 15px */
  }
.title span{
  font-size:  5.314vw; /* 22px */
  font-weight: 700;
  }
.box p{
  font-size:  3.382vw;; /* 14px */
  }
} /* end 414px */

/* ================================================
# フォーム
================================================== */
.googleform-wrapper {
height: 100vh;
}

/* ================================================
# フッター
================================================== */
#footer {
  padding: 0;
  font-size: 14px;
  }
#footer ul li {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 1px;
  }
#footer ul li img{
  vertical-align: middle;
  }
/* ---------------------- */
@media screen and (min-width : 769px){
#footer .grid_2 .grid_inner{
  grid-column-gap: 4rem;
  }
#footer .grid_2 .grid_inner li:nth-of-type(1){
  padding-left: 2rem;
  padding-right: 2rem;
  }
} /* end min 769px */

/* ---------------------- */
@media screen and (max-width: 768px) {
#footer ul li {
  margin: 0 auto;
  width: 90%;
  }
#footer ul li div{
 text-align: left;
  }
} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
#footer ul li {
  padding-left: 20px;
  padding-right: 20px;
  }
} /* end 414px */

/* ================================================
# ボタン
================================================== */
/* 黒 */
.btn_primary{
  display: inline-block;
  position: relative;
  padding: 1em 0;
  width: 80%;
  max-width: 360px;
  min-width: 190px;
  color: #fff;
  background: #000;
  border-radius: 100px;
  border: 2px solid #000;
  line-height: 1 !important;
  transition: all .3s;
  letter-spacing: 3px;
  font-size: 1.563vw;
  }
.btn_primary:hover{
  color: #000;
  background: #fff;
  border: 2px solid #000;
  }
.btn_primary:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  }
.arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transition: all .3s;
  }
/* 白 */
.btn_second_area > div{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.btn_second{
  display: inline-block;
  position: relative;
  padding: 0.9em 0;
  width: 100%;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #000;
  line-height: 1 !important;
  transition: all .3s;
  letter-spacing: 3px;
  font-size: 1.563vw;
  }
.btn_second:hover{
  color: #fff;
  background: #000;
  border: 2px solid #000;
  }
.btn_second:hover::before{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  }
.arrow_second::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transition: all .3s;
  }

/* ---------------------- */
@media screen and (min-width: 1281px) {
.btn_primary,
  .btn_second{
  font-size: 20px;
  }
} /* end min 1280px */

/* ---------------------- */

/* ---------------------- */
@media screen and (max-width: 1024px) {
.btn_primary,
  .btn_second{
font-size:1.66016vw; /* 17px */
  }
} /* end 1024px */

/* ---------------------- */
@media screen and (max-width: 768px) {
  .btn_primary,
  .btn_second{
  padding: 1.7rem 0;
  font-size: 2.99479vw; /* 23px */
  }

} /* end 768px */

/* ---------------------- */
@media screen and (max-width: 414px) {
.btn_primary,
.btn_second{
  padding: 1.5rem 0;
  font-size: 3.86474vw; /* 16px */
  }
} /* end 414px */




/* ================================================
# 共通
================================================== */
/* ----------------------
  ベース
---------------------- */
.text_center{text-align: center}
.text_right{text-align: right}
.text_left{text-align: left}
.text_justify{text-align: justify}

.mt1rem{margin-top: 1rem}
.mb1rem{margin-bottom: 1rem}
.mt2rem{margin-top: 2rem}
.mb2rem{margin-bottom: 2rem}
.mt3rem{margin-top: 3rem}
.mb3rem{margin-bottom: 3rem}
.pl1rem{padding-left: 1rem}
.pr1rem{padding-right: 1rem}

.pt500{padding-top: 5%}
.pb500{padding-bottom: 5%}
.pt700{padding-top: 7%}
.pb700{padding-bottom: 7%}
.pt900{padding-top: 9%}
.pb900{padding-bottom: 9%}
.pt1000{padding-top: 10%}
.pb1000{padding-bottom: 10%}
.pt1200{padding-top: 12%}
.pb1200{padding-bottom: 12%}
.pt1400{padding-top: 14%}
.pb1400{padding-bottom: 14%}
.pt2100{padding-top: 21%}
.pb2100{padding-bottom: 21%}

/* ---------------------- */
@media screen and (min-width : 769px){

.pc_text_center{text-align: center}
.pc_text_right{text-align: right}
.pc_text_left{text-align: left}
.pc_text_justify{text-align: justify}

.br-pc {display: block !important}
.br-sp {display: none}
.br-note {display: none}
.br-tab_h {display: none}
.br-tab_v {display: none}

.pc_pt2800{padding-top: 28%}
.pc_pb2800{padding-bottom: 28%}

} /* end min 769px */

/* ---------------------- */
@media screen and (min-width: 1281px) {
.text_center{text-align: center}
.text_right{text-align: right}
.text_left{text-align: left}
.text_justify{text-align: justify}

.br-pc {display: block !important}
.br-sp {display: none}
.br-note {display: none}
.br-tab_h {display: none}
.br-tab_v {display: none}

} /* end min 1280px */

/* ---------------------- */
@media screen and (max-width: 1280px) {
.note_text_center{text-align: center}
.note_text_right{text-align: right}
.note_text_left{text-align: left}
.note_text_justify{text-align: justify}

.br-pc {display: none}
.br-sp {display: none}
.br-note {display: block !important}
.br-tab_h {display: none}
.br-tab_v {display: none}

} /* end 1280px */

/* ---------------------- */
/* タブレット横 */
@media screen and (max-width: 1024px) {
.ntab_h_text_center{text-align: center}
.ntab_h_text_right{text-align: right}
.ntab_h_text_left{text-align: left}
.ntab_h_text_justify{text-align: justify}

.br-pc {display: none}
.br-sp {display: none}
.br-note {display: none}
.br-tab_h {display: block !important}
.br-tab_v {display: none}

.tab_h_mt1rem{margin-top: 1rem;}
.tab_h_mb1rem{margin-bottom: 1rem;}

.tab_h_pt1rem{padding-top: 1rem;}
.tab_h_pb1rem{padding-bottom: 1rem;}

.tab_h_pt700{padding-top: 7% !important}
.tab_h_pb700{padding-bottom: 7% !important}

.tab_h_pt1000{padding-top: 10% !important}
.tab_h_pb1000{padding-bottom: 10% !important}

.tab_h_pt1400{padding-top: 14% !important}
.tab_h_pb1400{padding-bottom: 14% !important}

.tab_h_pt2100{padding-top: 21% !important}
.tab_h_pb2100{padding-bottom: 21% !important}

.tab_h_pt2800{padding-top: 28% !important}
.tab_h_pb2800{padding-bottom: 28% !important}


} /* end 1024px */

/* ---------------------- */
@media screen and (max-width: 768px) {

.ntab_v_text_center{text-align: center}
.ntab_v_text_right{text-align: right}
.ntab_v_text_left{text-align: left}
.ntab_v_text_justify{text-align: justify}

.br-pc {display: none}
.br-sp {display: none}
.br-note {display: none}
.br-tab_h {display: none}
.br-tab_v {display: block !important}

.sp_pt1rem{padding-top: 1rem;}
.sp_pb1rem{padding-bottom: 1rem;}

.sp_pt700{padding-top: 7% !important}
.sp_pb700{padding-bottom: 7% !important}

.sp_pt1000{padding-top: 10% !important}
.sp_pb1000{padding-bottom: 10% !important}

.sp_pt1400{padding-top: 14% !important}
.sp_pb1400{padding-bottom: 14% !important}

.sp_pt2100{padding-top: 21% !important}
.sp_pb2100{padding-bottom: 21% !important}

.sp_pt2800{padding-top: 28% !important}
.sp_pb2800{padding-bottom: 28% !important}


} /* end 768px */
/* ---------------------- */
@media screen and (min-width : 415px){
.br-only_sp {display: none !important}
.br-min_tab {display: block !important}

} /* end min 769px */
/* ---------------------- */
@media screen and (max-width: 414px) {
.br-pc {display: none}
.br-sp {display: block !important}
.br-note {display: none}
.br-tab_h {display: none}
.br-tab_v  {display: none}
.br-only_sp {display: block !important}
.br-min_tab {display: none !important}
} /* end 414px */