@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&family=Zen+Kurenaido&display=swap');
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

/* 横幅 */
.w-main {
  width: clamp(0px, 1100px, 90vw);
  margin: 0 auto;
}
.w-main-mini {
  width: 60%;
  margin: 0 auto;
}


.none {
  display: none;
}
/* フォントサイズ */
.zen-kurenaido {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 1rem;
}
.c-btn.circle,
button,
.more_btn,
.red_more_btn,
.tab,
.joblist_red_font,
.works_content_flex p,
.site-footer p {
  font-size: 0.8rem;
}

.company_message_text span,
.business_profile p,
.business_profile .serivice_sub_title,
.business_project_flex_text p,
.business_project_img p,
.joblist_more p,
.Form-Item-Label,
.Form-Item-Input,
.Form-Item-Textarea,
.Form-Btn,
.thanks_page_text p,
.business_sub_text01 p{
  font-size: 1rem;
}
.company_text p,
.business_text p,
.recruit_text p,
.works_content > p,
.service_profile_font,
.access_map h4,
.joblist_top_title,
.news_big_title,
.on_white_text h4 {
  font-size: 1.2rem;
}
.tab_red_title,
.corpolate_color_title span,
.business_profile h3,
.joblist_title h3,
.tab_white_title {
  font-size: 1.4rem;
}
.tab_red_title {
  color: #d30e29;
  font-weight: bold;
  letter-spacing: 3px;
  margin-right: 10px;
}
.tab_white_title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  margin-right: 10px;
}

.back_recruit_img .on_white_recruit_text p,
.company_message_text h2,
.business_content_big,
.move_title h2,
.media_text01 h2 {
  font-size: 1.8rem;
}

.philosophy h2,
.value h2,
.office h2,
.company_profile h2,
.service_profile h2,
.business_profile h2,
.recruit_content h2 {
  font-size: 2rem;
}

.main_visual_title h2,
.main_visual_sub_text h2,
.business_text h2,
.recruit_text h2 {
  font-size: 2.4rem;
}
.on_white_text h2,
.company_text h2 {
  font-size: 2.6rem;
}
.on_white_text p {
  font-size: 2vw;
}


.favicon {
  width: 24px;
  height: 16px;
}
/* .loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
} */
/* 非表示 */
.is-hide {
    display: none;
}
.opacity-top-none {
  opacity: 0;
}
/* LOADING */
#loader-bg {
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader-bg_sp {
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#loader_sp {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* パーツ設定開始 */
.mg_10 {
  margin: 0 10px;
}
.mt_0 {
  margin-top: 0;
}
.mt_5 {
  margin-top: 5px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_100 {
  margin-top: 100px;
}
.pt_10 {
  padding-top: 10px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pt_30 {
  padding-top: 30px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pt_50 {
  padding-top: 50px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pt_80 {
  padding-top: 80px;
}

.pb_120 {
  padding-bottom: 120px;
}

.mb_0 {
  margin-bottom: 0;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mb_140 {
  margin-bottom: 140px;
}
.ml_-10 {
  margin-left: -10px;
  margin-top: 6px;
  margin-bottom: 18px;
}
.red_font {
  color: #d30e29;
}
.red_font_bold {
  color: #d30e29;
  font-weight: bold !important;
}
.letter_space_4 {
  letter-spacing: 4px;
}
.display_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_fv_top {
  position: relative;
  height: 400px;
}
.red_fv_top > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.red_fv_title {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  text-align: center;
}
.red_fv_title img {
  width: 100%;
}
.red_fv_title h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.red_fv_title p {
  color: #fff;
  margin: 0;
}
.pan_list {
  position: absolute;
  top: 25%;
  left: 5%;
  color: #fff;
  font-weight: normal;
}
.pan_list p {
  font-weight: 100;
  letter-spacing: 1px;
}
.entry_fv {

}
.entry_fv_top {
  display: flex;
  align-items: center;
  height: 300px;
}
.entry_fv_top > div {
  width: 50%;
}
.entry_fv_top img {
  width: 50%;
  height: 300px;
  object-fit: cover;
}
.entry_title {
  text-align: center;
}
.entry_title h2 {
  font-size: 3rem;
  letter-spacing: 5px;
  color: #D30E29;
  margin-bottom: 0;
  margin-top: 5px;
}
/* パーツ設定終了 */


/* ボタンアニメーション開始 */
.c-btn.circle {
  background: #fff;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  margin: 0;
  border: 1px solid #d30e29;
  padding: 14px 0px;
}
.c-btn.circle a {
  color: #d30e29;
  padding: 14px 60px;
  font-weight: 300;
  letter-spacing: 2px;
}
.c-btn.circle::after {
  background: #d30e29;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}

.c-btn.circle:hover {
  color: #fff;
}
.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
.c-btn.circle a:hover {
  color: #fff;
}
.sp_btn_thanks {
  font-weight: 400;
}
/* ２つ目のボタンアニメーション */
button{
  padding: 14px 0px;
  background:#d30e29;
  border:none;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button a {
  color:#fff;
  padding: 14px 60px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
button:hover{
  background:#fff;
}
button a:hover {
  color:#d30e29;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #d30e29;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}
/* ３つ目のボタンアニメーション */
.line-btn {
  text-align: center;
}
.line-btn button{
  position: relative;
  padding: 14px 0px;
  background:#fff;
  border:1px solid #d30e29;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.side-line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -25px;
  border: 0.5px solid #d30e29;
  width: 50px;
  height: 0;

}
.line-btn button a {
  color:#d30e29;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  padding: 0 60px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.line-btn button a span {
  font-size: 0.7rem;
}
.line-btn button:hover{
  background:#d30e29;
}
.line-btn button a:hover {
  color:#fff;
}
.line-btn button:before,
.line-btn button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #d30e29;
  transition:400ms ease all;
}
.line-btn button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.line-btn button:hover:before,
.line-btn button:hover:after{
  width:100%;
  transition:800ms ease all;
}

/* ４つ目のボタン */
.line-btn-v2 {
  text-align: center;
}
.line-btn-v2 button{
  position: relative;
  padding: 14px 0px;
  background:#d30e29;
  border:1px solid #fff;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.side-line-v2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -25px;
  border: 0.5px solid #fff;
  width: 50px;
  height: 0;

}
.line-btn-v2 button a {
  font-size: 1rem;
  color:#fff;
  padding: 14px 60px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.line-btn-v2 button:hover{
  background:#fff;
}
.line-btn-v2 button a:hover {
  color:#d30e29;
}
.line-btn-v2 button:before,
.line-btn-v2 button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #fff;
  transition:400ms ease all;
}
.line-btn-v2 button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.line-btn-v2 button:hover:before,
.line-btn-v2 button:hover:after{
  width:100%;
  transition:800ms ease all;
}

/* ５つ目のボタン */
.line-btn-v3 {
  text-align: center;
  margin: 0 5px;
}
.line-btn-v3 button{
  position: relative;
  padding: 14px 30px;
  background:#fff;
  border:1px solid #fff;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
/* .side-line-v3 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -25px;
  border: 0.5px solid #fff;
  width: 50px;
  height: 0;

} */
.line-btn-v3 button a {
  font-size: 1rem;
  color:#d30e29;
  padding: 14px 60px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.line-btn-v3 button:hover{
  background:#d30e29;
}
.line-btn-v3 button a:hover {
  color:#fff;
}
.line-btn-v3 button:before,
.line-btn-v3 button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #d30e29;
  transition:400ms ease all;
}
.line-btn-v3 button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.line-btn-v3 button:hover:before,
.line-btn-v3 button:hover:after{
  width:100%;
  transition:800ms ease all;
}

/* entryボタン */
.entry-btn {
  text-align: center;
}
.entry-btn button{
  position: relative;
  background:#fff;
  border:1px solid #d30e29;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;

  color:#d30e29;
  padding: 14px 60px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.side-line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -25px;
  border: 0.5px solid #d30e29;
  width: 50px;
  height: 0;

}
.entry-btn button:hover{
  background:#d30e29;
  color:#fff;
}
.entry-btn button:before,
.entry-btn button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #d30e29;
  transition:400ms ease all;
}
.entry-btn button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.entry-btn button:hover:before,
.entry-btn button:hover:after{
  width:100%;
  transition:800ms ease all;
}

/* ボタンアニメーション終了 */
/* ヘッダー開始 */
header {
  height: 100px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: -1;
}
.header_logo a img {
  width: 180px;
}
.nav-target {
    display: block;
    position: relative;
}
.nav-target:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 30px);
}
.p-menu__navi__item {
  position: relative;
}
.hover-dots {
  display: none;
}
span.active {
  display: block !important;
}
.p-menu__navi__item:nth-child(1) .hover-dots {
    -webkit-transition: opacity .8s .72s,-webkit-transform .9s .32s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .8s .72s,-webkit-transform .9s .32s cubic-bezier(.79,.17,.15,.96);
    transition: transform .9s .32s cubic-bezier(.79,.17,.15,.96),opacity .8s .72s;
    transition: transform .9s .32s cubic-bezier(.79,.17,.15,.96),opacity .8s .72s,-webkit-transform .9s .32s cubic-bezier(.79,.17,.15,.96);
}
.p-menu__navi__item:nth-child(2) .hover-dots {
    -webkit-transition: opacity .8s .74s,-webkit-transform .9s .34s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .8s .74s,-webkit-transform .9s .34s cubic-bezier(.79,.17,.15,.96);
    transition: transform .9s .34s cubic-bezier(.79,.17,.15,.96),opacity .8s .74s;
    transition: transform .9s .34s cubic-bezier(.79,.17,.15,.96),opacity .8s .74s,-webkit-transform .9s .34s cubic-bezier(.79,.17,.15,.96);
}
.p-menu__navi__item:nth-child(3) .hover-dots {
    -webkit-transition: opacity .8s .76s,-webkit-transform .9s .36s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .8s .76s,-webkit-transform .9s .36s cubic-bezier(.79,.17,.15,.96);
    transition: transform .9s .36s cubic-bezier(.79,.17,.15,.96),opacity .8s .76s;
    transition: transform .9s .36s cubic-bezier(.79,.17,.15,.96),opacity .8s .76s,-webkit-transform .9s .36s cubic-bezier(.79,.17,.15,.96);
}
.p-menu__navi__item>.hover-dots {
    top: -25px;
}
.hover-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    -webkit-transition: opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
    transition: opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
    transition: transform .9s .3s cubic-bezier(.79,.17,.15,.96),opacity .8s .7s;
    transition: transform .9s .3s cubic-bezier(.79,.17,.15,.96),opacity .8s .7s,-webkit-transform .9s .3s cubic-bezier(.79,.17,.15,.96);
}
.hover-dots:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border: solid 1px #d30e29;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .3s;
    transition: .3s;
}
.hover-dots:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    height: 4px;
    width: 4px;
    background: #1f3134;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}
.p-menu__navi__item:hover .hover-dots:before{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:.5s cubic-bezier(.08,.92,.35,1);transition:.5s cubic-bezier(.08,.92,.35,1);}
.p-menu__navi__item:hover .hover-dots:after{opacity:1;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:.3s;transition:.3s;}


.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 50px;
}
.menu_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.menu-item {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
.menu-item > a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
}
.menu-item > a:hover {
  color: #d30e29;
  transition:400ms ease all;
}
/* ヘッダー終了 */

/* トップページ開始 */
/* 第一セクション開始 */
.top {
  padding-top: 100px;
}
.top_page_content {
  /* text-align: center; */
  padding-bottom: 100px;
  letter-spacing: 3px;
  line-height: 2;
  margin-top: 50px;
  position: relative;
}
.battlecry-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto 0;
}
.battlecry-icon img {
  width: 400px;
}
.top_page_content > div {
  /* text-align: left; */
  margin-bottom: 50px;
}
.fade-up-1 {
  opacity: 0;
  transition: 1s;
}
.fade-up-2 {
  opacity: 0;
  transition: 1s;
}
.fade-up-3 {
  opacity: 0;
  transition: 1s;
}
.fade-up-4 {
  opacity: 0;
  transition: 1s;
}
.fade-up-5 {
  opacity: 0;
  transition: 1s;
}
.fade-up-6 {
  opacity: 0;
  transition: 1s;
}
.fade-up-7 {
  opacity: 0;
  transition: 1s;
}
.fade-up-8 {
  opacity: 0;
  transition: 1s;
}
.fade-up-9 {
  opacity: 0;
  transition: 1s;
}
.fade-up-10 {
  opacity: 0;
  transition: 1s;
}
.fade-up-stairs > div > span {
  margin: 0 3px;
}
/* .fv_title_mg_01 > div > span:nth-of-type(1),
.fv_title_mg_01 > div > span:nth-of-type(2),
.fv_title_mg_01 > div > span:nth-of-type(3),
.fv_title_mg_01 > div > span:nth-of-type(4),
.fv_title_mg_01 > div > span:nth-of-type(5) {
  font-size: 4rem;
}
.fv_title_mg_01 > div > span:nth-of-type(6),
.fv_title_mg_01 > div > span:nth-of-type(7),
.fv_title_mg_01 > div > span:nth-of-type(8) {
  margin-bottom: 0px;
} */
.fade-up-rotate > div > span {
  margin: 0 1px;
}
.top_more_right {
  text-align: left;
}
.top_p_mg {
  margin: 4px 0;
}
.main_visual .top_more_battlecry img {
  width: 130%;
  height: 100%;
  margin-left: -250px;
  overflow: hidden;
}
.top_more_line {
  margin-right: 200px;
  width: 80%;
  height: 2px;
  background-color: #d30e29;
}
.main_visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.main_visual_text {
  margin: auto;
  text-align: center;
  max-width: 980px;
  padding-top: 200px;
  margin-top: 60px;
}

.main_visual_title h2 {
  margin-bottom: 0;
  letter-spacing: 4px;
  margin-top: 0;
}
.main_visual_title p {
  letter-spacing: 4px;
}
.main_visual_sub_text {
  text-align: left;
  display: inline-block;
}
.main_visual_sub_text h2 {
  margin-bottom: 0;
  letter-spacing: 4px;
  margin-top: 0;
}
.main_visual_sub_text p {
  line-height: 2;
  margin-top: 30px;
  font-size: 0.8rem;
}
/* fvのborder */
.top_page_left_border_01 {
  position: absolute;
  top: 0px;
  left: calc((100% - 980px)/2);
  width: 0;
  height: 800px;
  border: 0.5px solid #D30E29;
}
.top_page_left_border_02 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 300px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.top_page_right_border_01 {
  position: absolute;
  top: 0px;
  right: calc((100% - 980px)/2);
  width: 0;
  height: 650px;
  border: 0.5px solid #D30E29;
}
.top_page_right_border_02 {
  position: absolute;
  top: 25%;
  right: 0;
  width: 300px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.top_page_right_scroll p {
  position: absolute;
  top: 27%;
  right: calc((100% - 980px)/2 - 50px);
  transform: rotate(90deg);
  color: #D30E29;
}
.main_visual_sub_text h2 {
  font-size: 4rem;
  transform: rotate(-5deg);
}
.fv_title_mg_01 {
  margin-right: 50px;
  margin-bottom: 100px;
}
.fv_title_mg_02 {
  margin-top: 20px;
  margin-left: 250px;
}
.top_page_subtext div {
  justify-content: center;
}
/* 第一セクション終了 */
/* インタビュー */
.interview-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.bg_gray {
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.red_line_01 {
  width: 350px;
  height: 0;
  border: 0.5px solid #D30E29;
  position: absolute;
  top: 10%;
  right: 0;
}
.red_line_02 {
  height: 350px;
  width: 0;
  border: 0.5px solid #D30E29;
  position: absolute;
  top: -70px;
  right: 20%;
}
.top_page_interview {
}
.top_page_interview h2 {
  color: #D30E29;
  letter-spacing: 4px;
  font-size: 5rem;
}
.top_page_interview_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top_page_interview_flex a {
  text-decoration: none;
  color: #000;
}
.top_page_interview_flex > div {
  position: relative;
  width: 32%;
}
.top_page_interview_flex > div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.interview-class {
  padding: 5px 14px;
  background-color: #fff;
  color: #D30E29;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.interview-profile {
  background-color: #fff;
  padding: 8px 14px;
  margin-top: -5px;
}
.interview-profile span {
  color: #B0B0B0;
  font-weight: 300;
  font-size: 0.9rem;
}
.interview-profile > p {
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 0.9rem;
}
.interview_name {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.interview_name h3 {
  font-size: 1.4rem;
  margin: 10px 10px 0 0;
  font-weight: 300;
  letter-spacing: 2px;
}
.interview_name p {
  color: #D30E29;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.interview-page-main {
  padding-top: 140px;
}

/* NO RULES */
.no-rules {
  background-color: #D30E29;
  padding: 50px 0;
  overflow: hidden;
}
.no-rules-flex {
  display: flex;
  justify-content: flex-end;
}
.no-rules h3 {
  font-size: 5rem;
  margin: 0;
  color: #fff;
  letter-spacing: 3px;
}
.no-rules h4 {
  font-size: 2.4rem;
  color: #fff;
  transform: rotate(-5deg) !important;
  margin-top: 10px;
}
.no-rules p {
  line-height: 2;
  color: #fff;
  font-weight: 300;
}
.no-rules img {
  width: 50%;
  object-fit: cover;
}
.no-rules-01 {
  margin-right: 8%;
}

/* vision */
.top-vision-img {
  margin-right: 20%;
}
.top-vision-img img {
  width: 100%;
  object-fit: cover;
}
.top-vision {
  padding-bottom: 50px;
  margin-top: -60px;
  margin-left: 35%;
  width: 65%;
}
.top-vision h2 {
  font-size: 5rem;
  color: #D30E29;
  margin: 0;
}
.vision-subtitle {
  color: #D30E29;
  margin-left: 3%;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.vision-subtitle span {
  margin-left: 10%;
}
.vision-subtitle p {
  font-size: 2.2rem;
  margin: 0;
  transform: rotate(-5deg);
}
.vision-content p {
  line-height: 2;
  letter-spacing: 2px;
  margin-left: 10%;
  margin-bottom: 50px;
  width: 80%;
}
.no-rules .vision-line-btn button {
  width: 360px;
  margin-top: 40px;
}

/* あなたの正義 */
.your-justice {
  background-color: #D30E29;
  padding: 70px 0;
  text-align: center;
  overflow: hidden;
}
.your-justice h3 {
  font-size: 2rem;
  color: #fff;
  margin-top: 0;
}
.your-justice-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* インタビューページ */
.interview {
  margin-bottom: 100px;
  margin-top: 50px;
}
.interview-red-box {
  background-color: #D30E29;
  padding: 30px 50px;
  color: #fff;
  width: 75%;
  position: absolute;
  left: -66%;
  bottom: 0;
}
.interview-red-box h3 {
  font-size: 1.4rem;
  margin: 10px 0;
  color: #fff !important;
}
.interview-red-box p {
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 0.9rem;
}
.interview-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.interview-box {
  width: 60%;
  margin-bottom: 30px;
}
.interview-box p {
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.interview-box-six {
  z-index: -1;
  position: absolute;
  top: -60px;
  right: -150px;
}
.interview-box .interview-box-six img {
  width: 250px;
}
.interview-box img {
  width: 100%;
}
.interview-box h3 {
  color: #D30E29;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.interview-box-left {
  justify-content: end;
}
.interview-bg-gray {
  background-color: #F2F2F2;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 450px;
}
.interview-left-border-01 {
  position: absolute;
  bottom: -20px;
  left: -250px;
  width: 500px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.interview-left-border-02 {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 0;
  height: 300px;
  border: 0.5px solid #D30E29;
}


/* インタビュー詳細の下の次のインタビューのとこ */
.interview-side-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 80px;
}
.prev-interview-flex {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.interview-profile-arrow img {
  width: 30px;
}
.prev-interview-flex .interview-profile-arrow {
  margin-right: 30px;
}
.prev-interview-flex .interview-profile-icon {
  margin-right: 20px;
  height: 80px;
}
.interview-profile-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.prev-interview-flex .interview-profile-name {
  text-align: left;
}
.next-interview-flex {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.next-interview-flex .interview-profile-name {
  text-align: right;
}
.next-interview-flex .interview-profile-arrow {
  margin-left: 30px;
  transform: rotate(180deg);
}
.next-interview-flex .interview-profile-icon {
  margin-left: 20px;
  height: 80px;
}
.interview-profile-name p {
  font-size: 0.7rem;
}
.interview-profile-name p span {
  font-size: 1.2rem;
  margin-right: 8px;
}

/* 第二セクション開始 */
.second {
  width: 100%;
}
.back_img {
  position: relative;
  width: 100%;
  height: 390px;
}
.back_img img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.back_img_flex {
  display: flex;
  align-items: center;
  height: 390px;
  overflow: hidden;
}
.on_white {
  background-color:rgba(255,255,255,0.8);
  width: 95%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* .on_white01_mg {
  margin: 20px 20px 20px 10px;
}
.on_white02_mg {
  margin: 20px 20px 20px 10px;
} */
.on_white_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.on_white_text h4 {
  margin-top: 0;
  margin-bottom: 0px;
  letter-spacing: 4px;
  color: #000;
}
.on_white_text h2 {
  letter-spacing: 10px;
  margin: 10px 0 15px;
}
.on_white_text p {
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
}
.back_recruit_img .on_white_recruit_text p {
  letter-spacing: 3px;
  font-weight: 300;
  margin: 20px 0;
}
.back_recruit_img {
  height: 390px !important;
}
.back_recruit_img img {
  height: 390px !important;
}
.more {
  background: #d30e29;
  width: 127px;
  margin: auto;
  text-align: center;
}
.mores {
  text-align: center;
}
.more_btn {
  padding: 6px 10px;
  color: #fff;
}
.red_more_btn {
  padding: 8px 40px;
  margin: 0;
}

/* 第二セクション終了 */
/* 第三セクション開始 */
.move_title {
  text-align: center;
}
.move_title p {
  letter-spacing: 3px;
}
.move_title h2 {
  letter-spacing: 4px;
  margin-bottom: 0;
}
.move {
  background-color: #000;
  text-align: center;
}
.move video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: auto;
  margin-bottom: -5px;
}
/* 第三セクション終了 */

.kabukimono_flex {
  display: flex;
  justify-content: space-between;
}
.blank_btn {
  text-align: center;
}
.blank_btn button {
  width: 150px;
}
.blank_btn button a {
  color: #fff;
  padding: 14px 0;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.blank_btn button:hover {
  color:#d30e29;
}
.blank_btn button a:hover {
  color:#d30e29;
}
.kabukimono_img {
  max-width: 500px;
  margin-left: 40px;
}
.kabukimono_img img {
  width: 100%;
}

/* 第四セクション開始 */
.forth {
  background: #f6f6f6;
}
.news {
  max-width: 680px;
  margin: auto;
}
.news_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_more {
  background: #fff;
  border: 1px solid #d30e29;
}
.news_content {
  border-bottom: 1px solid #eee;
}
.news_content p {
  letter-spacing: 2px;
}
.news_content span {
  color: #999999;
}
/* 第四セクション終了 */
/* 第五セクション開始 */
.back_media {
  background-image: url(/img/top_media_back.png);
  background-size: cover;
  background-position: center;
}
.media {
  max-width: 980px;
  margin: auto;
}
.media_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media_img {
  max-width: 500px;
  margin: 0 10px;
}
.media_img img {
  width: 100%;
}
.media_img a {
  text-decoration: none;
  color: #000;
}
.media_text01 {
  text-align: left;
}
.media_text01 p {
  letter-spacing: 2px;
}
.media_text01 h2 {
  letter-spacing: 2px;
}
.media_text02 {
  text-align: left;
  line-height: 2;
}
.media_text02 p {
  letter-spacing: 2px;
}
.media_text02 img {
  width: 100%;
}
/* 第五セクション終了 */
/* トップページ開始 */

/* companyページ開始 */
.business_profile .company-page-title {
  width: 65%;
  margin: auto;
}
.business_profile .company-page-title h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #d30e29;
  margin-bottom: 100px;
}
.company-page-top {
  position: relative;
  padding: 80px 0 0;
  text-align: center;
  width: 70%;
  margin: auto;
}
.company-page-top::before {
  content: '';
  display: block;
  position: absolute;
  left: -10%;
  transform: translate(-50%);
  top: 25%;
  width: 300px;
  height: 1px;
  background-color: #d30e29;
}
.company-page-top::after {
  content: '';
  display: block;
  position: absolute;
  left: -8%;
  transform: translate(-50%);
  top: 0;
  width: 1px;
  height: 300px;
  background-color: #d30e29;
}
.company-page-top-text {
  text-align: left;
}
.company-page-top-text p {
  color: #000;
  line-height: 36px;
  letter-spacing: 3.05px;
}



.philosophy {
  padding-left: 25%;
  background: #f6f6f6;
}
.philosophy h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 0;
}
.philosophy p {
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.office {
  padding-left: 25%;
  background: #fff;
  border-top: 1px solid #d30e29;
  height: 600px;
}
.office-box {
  width: 100%;
  overflow: scroll;
}
.office-flex-img {
  display: flex;
  align-items: center;
  justify-content: start;
}
.office-img {

}
.office-img img {
  width:400px;
  margin: 0px 2px;
}
.vision-map-img img {
  width:800px;
}
.office01 {
  margin-left: 50%;
  margin-top: 0;
}
.value {
  padding-left: 25%;
  background: #fff;
  border-top: 1px solid #d30e29;
  background-image: url(/img/value_six.png);
  background-size: 86%;
  background-repeat: no-repeat;
  background-position-x: 16%;
  background-position-y: 30%;
  height: 700px;
}
.office h2,
.value h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 50px 0;
}

.value01 {
  margin-left: 50%;
  margin-top: 24%;
}
.office01 p,
.value01 p {
  line-height: 2.2;
  font-weight: 400;
}
.corpolate_color {
  background: #fff;
  border-top: 1px solid #d30e29;
  margin-bottom: 100px;
}
.corpolate_color_title {
  background: #d30e29;
  width: 55%;
  text-align: right;
}
.corpolate_color_title p {
  color: #fff;
  font-weight: 300;
  padding: 80px 80px 100px 80px;
  margin-top: 0;
  letter-spacing: 2px;
}
.corpolate_color_title span {
  font-weight: bold;
  letter-spacing: 3px;
  margin-right: 10px;
}
.corpolate_color_flex {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: auto;
  margin-top: -60px;
}
.corpolate_box {
  border: 1px solid #d30e29;
  padding: 20px;
  margin: 10px;
  background: #f6f6f6;
}
.corpolate_box p {
  line-height: 1.6;
  font-weight: 400;
}

.company_profile {
  margin-left: 25%;
}
.company_profile h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.company_profile p {
  line-height: 2;
  font-weight: 300;
}

/* 会社概要 */
.dt-dd {
    width: 800px;
    max-width: 95%;
    padding-top: 30px;
    font-weight: 400;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.dt-dd dl {
    display: flex;
    flex-wrap: wrap;
}
.dt-dd dl dt {
  font-weight: 400;
  width: 70px;
  display: inline-block;
  font-weight: 300;
}
.dt-dd dl dd {
    padding: 4px 5px 4px 15px;
    border-left: 1px solid #000;
    margin-bottom: 20px;
}
.dt-dd dl dt {
    padding: 4px 0;
    margin-bottom: 20px;
}
.dt-dd dl dd {
    width: calc(100% - 140px);
    display: inline-block;
    font-weight: 300;
}
.boder_white_left {
  border-left: 1px solid #fff !important;
}
.service_profile {
  padding-left: 25%;
  background: #4d4d4d;
  color: #fff;
  line-height: 2;
}
.service_profile h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.service_profile p {
  line-height: 2;
  font-weight: 300;
}
.boder_none {
  border: none !important;
}
.service_profile_font {
  font-weight: 500;
}
.access_map {
  text-align: center;
}
.access_map h4 {
  letter-spacing: 4px;
  margin-bottom: 0;
}
.access_map p {
  margin-top: 10px;
}
.company_message_text {
  text-align: left;
  margin-top: 30px;
  width: 50%;
}
.company_message_text p {
  line-height: 2;
  font-weight: 300;
  letter-spacing: 3px;
}
.company_message_text h2 {
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 3px;
}
.company_message_text span {
  font-weight: 300;
  letter-spacing: 3px;
  margin-left: 10px;
}
.sub_title_normal {
  font-weight: 400 !important;
}
.company_message_flex01 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.company_message_flex01 .company_message_text {
  margin-right: 12.5%;
}
.company_message_flex01 img {
  width: 40%;
  margin: 40px 50px 40px 0;
}
.company_message_flex02 {
  padding-left: 25%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-right: 0;
  border-top: 1px solid #d30e29;
}

.company_message_flex02 img {
  width: 50%;
  height: 400px;
  object-fit: cover;
  margin-top: -130px;
  margin-left: 30px;
}
.company_message_flex02 h2,
.company_message_flex03 h2 {
  color: #D30E29;
}
.company_message_flex03 {
  margin-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  border-top: 1px solid #d30e29;
}
.company_message_flex03 .company_message_text {
  margin-left: 30px;
  margin-right: 12.5%;
}
.company_message_flex03 img {
  width: 40%;
  height: 400px;
  object-fit: cover;
  margin-top: -30px;
  margin-right: 50px;
}

.company_message_flex04 {
  display: flex;
  align-items: center;
}
.company_message_flex04 .company_message_text {
  margin-left: 12.5%;
}
.company_message_flex04 img {
  width: 40%;
  margin: 40px 0 100px 50px;
}
/* companyページ終了 */
/* businessページ開始 */
.business {
  border-top: 1px solid #d30e29;
  border-bottom: 1px solid #d30e29;
}
.business_text {
  width: 50%;
  margin-left: 25%;
}
.business_text h2 {
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: -4px;
}
.business_text p {
  letter-spacing: 2px;
  margin-top: 10px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 300;
}
.business_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business_flex img {
  width: 50%;
}
.business_profile {
  background: #fff;
}
.business_profile h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.business_profile h3 {
  line-height: 2;
  font-weight: 300;
  letter-spacing: 4px;
}
.business_profile p {
  line-height: 36px;
  letter-spacing: 3.05px;
}
.business_profile .serivice_sub_title {
  margin-left: 25%;
  font-weight: 300;
}
.business_sub01 {
  background: #4d4d4d;
}
.business_sub02 {
  border-top: 1px solid #d30e29;
  background: #f6f6f6;
}
.business_sub_text01 {
  margin-left: 80px;
  color: #fff;
}
.business_sub_text02 {
  margin-left: 25%;
}
.business_sub_flex01 {
  display: flex;
  align-items: center;
}
.business_sub_flex01 img {
  width: 40%;
  height: 500px;
  object-fit: cover;
}
.business_sub_flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business_sub_flex02 img {
  width: 40%;
  height: 500px;
  object-fit: cover;
}

.business_content p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
.business_content_big {
  margin-top: 0;
  line-height: 1.8 !important;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.business_project {
  margin-left: 20%;
  margin-right: 20%;
}
.business_project_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business_project_flex_text {
  text-align: center;
}
.business_project_img {
  padding: 30px 0 10px 0;
  border: 1px solid #000;
  background: #fff;
  height: 130px;
  width: 390px;
  position: relative;
  z-index: 999;
}
.business_project_flex_text {
  margin: -30px 20px 20px 20px;
}
.business_project_flex_text p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
}
.business_project_img p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
}
.business_project_noflex {
  margin-left: 25%;
}
.business_project_noflex_text {
  margin-top: -30px;
  text-align: center;
}
.business_project_img p {
  margin-top: 0;
  margin-bottom: 10px !important;
}
.business_project_img img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  z-index: 999;
}
.contain_img img {
  object-fit: contain !important;
  width: 80%;
}
.force_p {
  margin-top: 25px !important;
}

/* recruitページ開始 */
.recruit {
  border-top: 1px solid #d30e29;
  border-bottom: 1px solid #d30e29;
}
.recruit_content {
  padding-left: 25%;
  background: #f6f6f6;
}
.recruit_content h2 {
  letter-spacing: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.recruit_content p {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
}
.recruit_text {
  width: 50%;
  margin-left: 25%;
}
.recruit_text h2 {
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.text_bold {
  font-weight: bold !important;
}
.recruit_text p {
  letter-spacing: 2px;
  margin-top: 10px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 300;
}
.recruit_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_flex img {
  width: 50%;
}
.joblist {
  padding-left: 25%;
  background: #f6f6f6;
  padding-right: 25%;
  text-align: center;
}
.joblist_title h3 {
  letter-spacing: 3px;
  margin-bottom: 0;
}
.joblist_title p {
  letter-spacing: 3px;
  margin-top: 4px;
}

.joblist_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.joblist_content {
  padding: 20px;
  position: relative;
  background: #fff;
  width: 250px;
  height: 80px;
}
.joblist_top_title {
  position: absolute;
  top:-60px;
  left: 0;
  letter-spacing: 3px;
}
.joblist_red_font {
  position: absolute;
  top:0;
  left: 0;
  color: #d30e29;
  margin-left: 10px;
  margin-top: 10px;
}
.joblist_font {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.joblist_more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d30e29;
}
.joblist_more p {
  color: #fff;
  margin: 10px 0;
}
.job_more_animation {
  padding: 0 !important;
}
.job_more_animation a {
  padding: 0 !important;
}
.job_more_animation .joblist_more:hover {
  background: #fff !important;
}
.job_more_animation a:hover {
  color:#d30e29;
}
.joblist_a {
  text-decoration: none;
}
.joblist_more img {
  width: 40px;
  margin-right: 10px;
}
.joblist_flex > div {
  margin: 10px;
}
.joblist_flex button {
  width: 100%;
}


.recruit_job {
    width: 800px;
    max-width: 95%;
    padding-top: 30px;
}
/* dl {
    margin-top: 0;
    margin-bottom: 20px;
} */
.recruit_job dl {
    display: flex;
    flex-wrap: wrap;
}
.recruit_job dl dt {
    width: 100px;
    display: inline-block;
    font-weight: normal;
}
.recruit_job dl dd {
    padding: 4px 10px 4px 10px;
    margin-bottom: 20px;
}
.recruit_job dl dt {
    padding: 4px 0;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.recruit_job dl dd {
    width: calc(100% - 160px);
    display: inline-block;
    letter-spacing: 3px;
    line-height: 1.8;
}
.slush {
  margin-left: 10px;
}
.recruit_job_grey {
  background: #f6f6f6;
}
.recruit_job_white {
  background: #fff;
}


/* お問い合わせフォーム開始 */
.contact {
  background: #f6f6f6;
}
.contact_text {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.contact_text p {
  line-height: 1.6;
  letter-spacing: 2px;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}
.Form-Item {
    width: 100%;
    display: flex;
    align-items: center;
}
.Form-Item-Label {
    width: 100%;
    max-width: 266px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.Form-Item-Input {
    border: none;
    border-radius: 2px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 10px 0;
}
.Form-Item-Textarea {
    border: none;
    border-radius: 2px;
    margin-left: 40px;
    padding: 1em;
    height: 100px;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 10px 0;
}
.Form-Btn {
  box-shadow: none;
  border: 2px solid #d30e29;
  padding: 12px 80px;
  background: #fff;
  color: #d30e29;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 20px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.checkbox01::after {
  background: #d30e29;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 10px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.confirm_top {
  padding: 100px 0;
  background: #f6f6f6;
}
.confirm_main {
  margin-left: 25%;
}
.confirm_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.confirm_flex label {
  width: 180px;
}
.confirm_flex p {
  width: calc(100% - 180px);
}
.submit_main {
  color: #fff;
  width: 200px;
}
.submit_main:hover {
  color:#d30e29;
}
.confirm_btn {
  margin: 50px 20px;
}

.Form-Btn{
  background:#fff;
  border:none;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  border: 1px solid #d30e29;
}
.Form-Btn a {
  color:#fff;
  padding: 14px 60px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.Form-Btn:hover{
  background:#d30e29;
}
.Form-Btn:hover {
  color:#fff;
}
.Form-Btn:before,.Form-Btn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #fff;
  transition:400ms ease all;
}
.Form-Btn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.Form-Btn:hover:before,.Form-Btn:hover:after{
  width:100%;
  transition:800ms ease all;
}
.thanks_page {
  background: #f6f6f6;
  padding: 80px 0;
  text-align: center;
}
.thanks_page_text p {
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 100px;
}


/* worksページ開始 */
.works {
  background: #f6f6f6;
}
.works_width {
  max-width: 780px;
  margin: 25px;
}
.works_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works_flex img {
  width: 280px;
}
.works_content > p {
  margin-left: 20px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.works_content img {
  width: 86%;
}
.works_content_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
.works_content_flex p {
  margin-bottom: 5px;
  list-style: 2;
  letter-spacing: 2px;
}
.works_content_flex img {
  width: 80px;
  margin-right: 20px;
}
.works_detail {
  background: #4d4d4d;
}
.detail_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.detail_text {
  background: #f6f6f6;
}
.detail_flex p {
  color: #fff;
}
.stellar_ceo {
  text-align: right;
}
.stellar_ceo img {
  width: 150px;
}
.detail_img_one {
  text-align: center;
  margin-top: -50px;
}
.detail_img_two {
  text-align: center;
  margin-top: -50px;
}
.detail_img_one img {
  height: 300px;
}
.detail_img_two img {
  height: 540px;
}
.detail_img_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.detail_img_flex img {
  height: 300px;
  margin: 20px;
}
.detail_text_in {
  max-width: 780px;
  margin: auto;
}
.detail_text_in p {
  line-height: 1.6;
}
.detail_example {
  background: #fff;
  border-top: 1px solid #d30e29;
  border-bottom: 1px solid #d30e29;
  padding: 20px;
  margin: 10px 0;
}
.detail_example p {
  margin: 5px;
  line-height: 1.6;
}
.grey_back {
  background: #f6f6f6;
}
/* worksページ終了 */
/* cultureページ */
.culture {
  margin: 70px auto;
}
.culture-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.culture-flex > div  {
  width: 50%;
}
.culture-left {
  padding-left: 5%;
}
.culture-right {
  margin-left: 20px;
}
.culture-flex > div > h2 {
  color: #D30E29;
  font-size: 2rem;
}
.culture-flex > div > p {
  line-height: 2;
  letter-spacing: 2px;
}
.culture-flex img {
  width: 450px;
  object-fit: cover;
}
.culture-left-top-border-01 {
  position: absolute;
  top: 0;
  left: -300px;
  width: 500px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.culture-left-top-border-02 {
  position: absolute;
  top: -150px;
  left: 0;
  width: 0;
  height: 400px;
  border: 0.5px solid #D30E29;
  z-index: -1;
}
.culture-right-top-border-01 {
  position: absolute;
  top: 18%;
  right: -300px;
  width: 500px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.culture-right-top-border-02 {
  position: absolute;
  top: 13%;
  right: 0;
  width: 0;
  height: 200px;
  border: 0.5px solid #D30E29;
  z-index: -1;
}
.culture-six-01 img,
.culture-six-02 img {
  width: 200px;
}
.culture-six-01 {
  position: absolute;
  left: 0;
  top: 31%;
  z-index: -1;
}
.culture-six-02 {
  position: absolute;
  right: 0;
  top: 51%;
  z-index: -1;
}
/* visionページ */

.vision-page {
  width: 60%;
  margin: 100px auto 50px;
}
.vision-page-content {
  color: #D30E29;
  line-height: 2;
  letter-spacing: 3px;
}
.vision-border-01 {
  position: absolute;
  top: -50px;
  left: -300px;
  width: 400px;
  height: 0;
  border: 0.5px solid #D30E29;
}
.vision-border-02 {
  position: absolute;
  top: -150px;
  left: -50px;
  width: 0;
  height: 300px;
  border: 0.5px solid #D30E29;
  z-index: -1;
}

/* フッター開始 */
.footer_other_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.footer_other_logo img {
  height: 60px;
  margin: 0 20px;
}
.footer_logo img {
  width: 120px;
  margin-right: 10px;
}
.footer_logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-menu a {
  color: #fff;
}
.site-footer {
  /* text-align: center; */
  background: #b0b0b0;
}
.site-footer p {
  color: #fff;
}

.on_white_text {
  background: url("/img/company_bg.webp") center;
  background-size: auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: #d30e29;
  display: table;
}
.privacy {
  max-width: 980px;
  margin: auto;
  text-align: left;
  padding: 80px 0;
}
.privacy-text h2 {
  text-align: center;
  margin-top: 50px;
}
.privacy-text p {
  line-height: 1.6;
  letter-spacing: 2px;
}
.privacy-text-right {
  text-align: right;
}
.privacy-text-in-right {
  text-align: right;
  display: inline-block;
}

/* entryページ */
.tab {
  width: 60%;
  margin: 50px auto;

}
.step {
  margin: 0 auto;
  text-align: center;
}
.step img {
  width: 55%;
}
.step > div {
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 30px;
}

label,
.label {
  font-size: 1rem;
  color: #2C0107;
}

select,
input,
textarea {
  border: none;
  background: #FAF8F8;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1rem;
}
.department select,
.position select,
.name input,
.phone input,
.email input,
.request textarea {
  width: 100%;
}
.category label {
  margin-right: 50px;
}
.entry-font {
  font-size: 1rem;
  padding-left: 100px;
  margin-top: 20px;
}
.entry-answer {
  padding-bottom: 5px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 20px;
}
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step03 h2 {
  font-size: 4rem;
  color: #D30E29;
  margin-bottom: 10px;
}
.step03 p {
  line-height: 2;
  letter-spacing: 2px;
}

/* フッター終了 */
@media screen and (min-width:1000px) {
  .pt_150 {
    padding-top: 150px;
  }
  .pb_150 {
    padding-bottom: 150px;
  }
  .pt_100 {
    padding-top: 100px;
  }
  .pt_200-pc {
    padding-top: 200px;
  }
  .pb_100 {
    padding-bottom: 100px;
  }
  .mt_50-pc {
    margin-top: 50px;
  }
  .ml_0 {
    margin-left: 0;
  }
  .ml_15 {
    margin-left: 15px;
  }
  .fade-up-rotate > div > span {
    margin: 0;
  }
  .fade-up-rotate > div span:nth-of-type(9) {
    margin-right: 10px;
  }
  .fade-up-rotate > div span:nth-of-type(16) {
    margin-right: 10px;
  }

}
@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
