@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*	preload
---------------------------------*/
/*body:after {
    content: url("../images/") url("");
    display: none;
}*/
#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  background-image: url("../images/for-recruiter/cv_1.png");
  background-image: url("../images/for-recruiter/cv_2.png");
  background-image: url("../images/common/cv_hover.png");
}
@font-face {
  src: url("bahnschrift.ttf");
  font-family: "bahnschrift";
}
body {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.6vw;
  }
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */ }

a {
  color: #282828;
  text-decoration: none;
}

@media (max-width: 750px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 750px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 750px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 750px) {
  .image_s.bk {
    display: block;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 14px;
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    font-weight: 400;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -17vw;
    padding-top: 17vw;
  }
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

/*	section
---------------------------------*/
#main {
  width: 100%;
}

/*	breads
---------------------------------*/
#breads a:hover {
  text-decoration: underline;
}

/*	pagination
---------------------------------*/
/* wrap */
.pagination {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .pagination {
    margin: 10vw 0 0;
  }
}

/* heading */
.screen-reader-text {
  display: none;
}

/* wrap */
.nav-links {
  overflow: hidden;
}

/* link */
a.page-numbers {
  background-color: #000;
  color: white !important;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 6px 9px;
}

.nav-links .current {
  display: inline-block;
  margin-right: 12px;
  color: #000;
}

.page-numbers.current {
  display: inline-block;
  margin-right: 12px;
  color: #000;
}

.nav-links a.next {
  border: none;
  padding: 6px 6px 9px;
}
.nav-links a.next::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  left: -1px;
}
@media (max-width: 750px) {
  .nav-links a.next::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

.nav-links a.prev {
  border: none;
  padding: 6px 6px 9px;
}
.nav-links a.prev::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(-135deg);
  position: relative;
  top: -1px;
  right: -1px;
}
@media (max-width: 750px) {
  .nav-links a.prev::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

/*	display
---------------------------------*/
.pc-block {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

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

.pc-inline {
  display: inline;
}
@media screen and (max-width: 750px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-inline {
    display: inline;
  }
}

.block_p {
  display: block;
}
@media screen and (max-width: 750px) {
  .block_p {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .block_s {
    display: block;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 750px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .inline_s {
    display: inline;
  }
}

#page_404 {
  padding: 100px 0 0;
  /*.lead_404 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.5;
  	margin: 0 0 20px;
  	text-align: center;

  	@media (max-width: $viewport) {
  		font-size: 4.2vw;
  		margin: 0 0 3vw;
  		text-align: left;
  	}
  }*/
}
@media (max-width: 750px) {
  #page_404 {
    width: 88vw;
    margin: 0 auto;
    padding: 20vw 0 20vw;
  }
}
#page_404 .text_404 {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 750px) {
  #page_404 .text_404 {
    text-align: left;
    margin: 0 0 10vw;
  }
}

.btn_top_404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #E6E6E6;
  line-height: 1;
  margin: 0 auto 120px;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .btn_top_404 {
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
    margin: 0 auto 10vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn_top_404 {
    padding: 5px 10px 0 10px;
  }
}
.btn_top_404:hover {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .btn_top_404:hover {
    opacity: 1;
  }
}
.btn_top_404::after {
  content: "▶︎";
  padding: 0 5px 0 0;
}

/*	device
---------------------------------*/
/* Android bugfix ４系 */
/* iOS */
.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

header.normal {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: transparent;
  transition: background 0.5s;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 2vw 0 0;
  min-width: 1300px;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal .content {
  width: 96vw;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header.normal .content .logo {
  display: block;
  width: 14vw;
  height: 3vw;
  min-width: 182px;
  min-height: 38px;
  background-image: url("../images/common/header_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
header.normal .content .logo .in_text {
  display: none;
}
header.normal .content #global {
  width: calc(100% - 14vw);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  /* シンプルなフェード in/out */
}
header.normal .content #global .global-items {
  display: flex;
}
header.normal .content #global .global-items li {
  margin: 0 30px 0 0;
}
header.normal .content #global .global-items li:first-child a {
  font-size: 16px;
  position: relative;
  top: -1px;
}
header.normal .content #global .global-items li a {
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s;
}
header.normal .content #global .global-items li a:hover {
  opacity: 0.6;
}
header.normal .content #global .mesh-button {
  position: relative;
  width: 170px;
  height: 60px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  /* ベース画像 */
  background-image: url("../images/common/head_contact_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* ホバー中だけ全 frame に共通フェードアニメを適用 */
}
header.normal .content #global .mesh-button .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
}
header.normal .content #global .mesh-button .frame.frame1 {
  background-image: url("../images/common/head_contact_2.png");
  animation-delay: 0s;
}
header.normal .content #global .mesh-button .frame.frame2 {
  background-image: url("../images/common/head_contact_3.png");
  /* 4秒 ÷ 3 ≒ 1.3333秒ずらし */
  animation-delay: -1.3333s;
}
header.normal .content #global .mesh-button .frame.frame3 {
  background-image: url("../images/common/head_contact_4.png");
  /* 2×1.3333秒 ≒ 2.6667秒ずらし */
  animation-delay: -2.6667s;
}
header.normal .content #global .mesh-button .in_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
header.normal .content #global .mesh-button .in_text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
header.normal .content #global .mesh-button:hover .frame {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cycle1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  } /* 1秒でフェードイン */
  40% {
    opacity: 1;
  } /* 1秒キープ */
  50% {
    opacity: 0;
  } /* 0.5秒でフェードアウト */
  100% {
    opacity: 0;
  }
}
@keyframes cycle2 {
  0%, 40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  } /* 0.5秒でフェードイン */
  70% {
    opacity: 1;
  } /* 1秒キープ */
  80% {
    opacity: 0;
  } /* 0.5秒でフェードアウト */
  100% {
    opacity: 0;
  }
}
@keyframes cycle3 {
  0%, 70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  } /* 0.5秒でフェードイン */
  95% {
    opacity: 1;
  } /* 0.75秒キープ */
  100% {
    opacity: 0;
  } /* 0.25秒フェードアウト */
}
.page-top header.normal .content .logo {
  margin: 3px 0 0;
}
.page-top header.normal .content #global {
  padding: 0 20px 0 0;
  margin: 20px 0 0;
}
.page-top header.normal .content #global .global-items li a {
  color: white;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
header.normal.fixed {
  background-color: #282828;
  padding: 0;
}
header.normal.fixed .content {
  align-items: center;
}
header.normal.fixed .content .logo {
  width: 182px;
  height: 38px;
  min-width: 182px;
  min-height: 38px;
  background-image: url("../images/common/header_logo_white.svg");
  margin: 0;
}
header.normal.fixed .content #global {
  margin: 0;
}
header.normal.fixed .content #global .global-items li a {
  color: white;
  text-shadow: none;
}

.nav_drawer {
  display: none;
}
@media (max-width: 750px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 17vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 999;
  }
  .nav_drawer .logo {
    display: block;
    width: 35vw;
    height: 7.7vw;
    background-image: url("../images/common/header_logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 6vw 0 0 6vw;
  }
  .nav_drawer .logo .in_text {
    display: none;
  }
  .nav_drawer .contact_s {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: 11vw;
    background-image: url("../images/common/contact_bg_head_s.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2vw;
    position: absolute;
    top: 4vw;
    right: 17vw;
  }
  .nav_drawer .contact_s .in_text {
    color: white;
    font-size: 3.6vw;
    font-weight: 500;
  }
}
.home .nav_drawer .logo {
  margin: 8vw 0 0 6vw;
}
.home .nav_drawer .contact_s {
  top: 9.7vw;
  right: 24vw;
}
.nav_drawer.fixed .inner {
  height: 17vw;
  background-color: #232323;
}
.nav_drawer.fixed .inner .logo {
  background-image: url("../images/common/header_logo_white.svg");
  margin: 5vw 0 0 6vw;
}
.nav_drawer.fixed .inner .contact_s {
  top: 3vw;
  right: 17vw;
}
.nav_drawer.fixed .menu-trigger {
  top: 4vw;
  right: 4vw;
}
.nav_drawer.active .menu-trigger {
  background: white;
}
.nav_drawer.active .menu-trigger span {
  background-color: #232323;
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #232323;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30vw 18vw 30vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 11vw;
  height: 11vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 4vw;
  right: 4vw;
  z-index: 1002;
  outline: none;
  background: #232323;
  border-radius: 2vw;
}
.home .menu-trigger {
  top: 10vw;
  right: 11vw;
}

.menu-trigger span {
  position: absolute;
  left: 30%;
  width: 40%;
  height: 0.5vw;
  background-color: white;
  border-radius: 0.25vw;
}

.menu-trigger span:nth-of-type(1) {
  top: 3vw;
}

.menu-trigger span:nth-of-type(2) {
  top: 5.25vw;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 3vw;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2.3vw) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2.3vw) rotate(45deg);
}

.global-items_s li {
  margin: 0 0 4vw;
}
.global-items_s li:last-of-type {
  margin: 0;
}
.global-items_s li a {
  display: block;
  color: white;
  font-size: 4vw;
}

footer {
  min-width: 1300px;
}
@media (max-width: 750px) {
  footer {
    min-width: 100%;
  }
}
footer .cv {
  background-color: #282828;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/common/footer_head.png");
  background-size: 100% 135px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 110px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  footer .cv {
    border-radius: 2.5vw 2.5vw 0 0;
    background-image: url("../images/common/footer_head_s.png");
    background-size: 100% 25vw;
    padding: 15vw 0 0;
  }
}
footer .cv .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .cv .content .ttl_sec {
  width: 1024px;
  margin: 0 0 75px;
}
@media (max-width: 750px) {
  footer .cv .content .ttl_sec {
    width: 84vw;
    margin: 0 0 7vw;
  }
}
footer .cv .content .flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer .cv .content .flex {
    width: 84vw;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
  }
}
footer .cv .content .flex a {
  width: 48%;
  height: 420px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 750px) {
  footer .cv .content .flex a {
    width: 100%;
    height: auto;
    background: none;
  }
}
@media (max-width: 750px) {
  footer .cv .content .flex a .image_s {
    display: block;
  }
}
footer .cv .content .flex a.n1 {
  background-image: url("../images/common/cv_1.png");
  background-position: center top;
}
@media (max-width: 750px) {
  footer .cv .content .flex a.n1 {
    margin: 0 0 3vw;
  }
}
footer .cv .content .flex a.n2 {
  background-image: url("../images/common/cv_2.png");
}
footer .cv .content .flex a .screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s;
}
@media (max-width: 750px) {
  footer .cv .content .flex a .screen {
    display: none;
  }
}
footer .cv .content .flex a .body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 750px) {
  footer .cv .content .flex a .body {
    display: none;
  }
}
footer .cv .content .flex a .body .in_text {
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
footer .cv .content .flex a .body .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid white;
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
footer .cv .content .flex a .body .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .cv .content .flex a:hover .screen {
  background: rgba(0, 0, 0, 0.6);
}
footer .cv .content .flex a:hover .body .arrow {
  border: 1px solid transparent;
  background-image: url("../images/common/cv_hover.png");
}
footer .primary {
  background-color: #282828;
  background-image: url("../images/common/footer_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 80px 0 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  footer .primary {
    background-image: url("../images/common/footer_bg_s.png");
    padding: 12vw 0 7vw;
  }
}
footer .primary .content {
  width: 1024px;
}
@media (max-width: 750px) {
  footer .primary .content {
    width: 84vw;
  }
}
footer .primary .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  footer .primary .content .flex {
    display: block;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 15vw;
  }
}
footer .primary .content .flex .id {
  display: block;
  width: 202px;
  padding: 18px 0 0;
}
@media (max-width: 750px) {
  footer .primary .content .flex .id {
    width: 50vw;
    padding: 0;
    margin: 0 0 7vw;
  }
}
footer .primary .content .flex #global_foot .global-items {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer .primary .content .flex #global_foot .global-items li {
  margin: 0 0 0 30px;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items li {
    margin: 0 0 3vw;
  }
  footer .primary .content .flex #global_foot .global-items li:nth-of-type(1), footer .primary .content .flex #global_foot .global-items li:nth-of-type(3) {
    width: 40%;
  }
  footer .primary .content .flex #global_foot .global-items li:nth-of-type(2), footer .primary .content .flex #global_foot .global-items li:nth-of-type(4) {
    width: 60%;
  }
  footer .primary .content .flex #global_foot .global-items li:nth-of-type(3), footer .primary .content .flex #global_foot .global-items li:nth-of-type(4) {
    margin: 0;
  }
}
footer .primary .content .flex #global_foot .global-items li:first-child {
  margin: 0;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items li:first-child {
    margin: 0 0 3vw;
  }
}
footer .primary .content .flex #global_foot .global-items li:first-child a {
  font-size: 16px;
  position: relative;
  top: -1px;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items li:first-child a {
    font-size: 4.3vw;
    top: -0.1vw;
  }
}
footer .primary .content .flex #global_foot .global-items li a {
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items li a {
    font-size: 4vw;
  }
}
footer .primary .content .flex #global_foot .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .primary .content .flex #global_foot .global-items li a:hover {
    opacity: 1;
  }
}
footer .primary .content .btn_contact {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 160px;
  /*
  .mesh-button {
      position: relative;
      width: 310px;
      height: 130px;
      border: none;
      padding: 0;
      cursor: pointer;
      border-radius: 12px;
      overflow: hidden;
      background-image: url('../images/mesh_base.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;

      @media (max-width: $viewport) {
          width: 100%;
          height: 36vw;
          border-radius: 3vw;
      }

      .frame {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          opacity: 0;
          pointer-events: none;

          &.frame1 {
              background-image: url('../images/mesh_1.png');
          }

          &.frame2 {
              background-image: url('../images/mesh_2.png');
          }

          &.frame3 {
              background-image: url('../images/mesh_3.png');
          }
      }

      .in_text {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 0 30px;
          color: white;
          font-size: 18px;
          font-weight: 500;
          position: absolute;
          top: 0;
          left: 0;

          @media (max-width: $viewport) {
              font-size: 4.6vw;
              padding: 0 7vw;
          }

          &::after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              background-image: url("../images/common/arrow_diagonally-above_white.svg");
              background-size: 100%;
              background-repeat: no-repeat;

              @media (max-width: $viewport) {
                  width: 3vw;
                  height: 3vw;
              }
          }
      }


  }

  .mesh-button:hover .frame1,
  .mesh-button:hover .frame2,
  .mesh-button:hover .frame3 {
      animation-fill-mode: both;
  }

  .mesh-button:hover .frame1 {
      animation: cycle1 4s ease-in infinite;

      @media (max-width: $viewport) {
          animation: initial;
      }
  }

  .mesh-button:hover .frame2 {
      animation: cycle2 4s ease-in infinite;

      @media (max-width: $viewport) {
          animation: initial;
      }
  }

  .mesh-button:hover .frame3 {
      animation: cycle3 4s ease-in infinite;

      @media (max-width: $viewport) {
          animation: initial;
      }
  }
  */
  /* シンプルなフェード in/out アニメーションを共有 */
}
@media (max-width: 750px) {
  footer .primary .content .btn_contact {
    margin: 0 0 10vw;
  }
}
footer .primary .content .btn_contact .mesh-button {
  position: relative;
  width: 310px;
  height: 130px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  /* ベース画像は常に隙間なく */
  background-image: url("../images/mesh_base.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* ホバー中だけアニメーションを走らせる */
}
@media (max-width: 750px) {
  footer .primary .content .btn_contact .mesh-button {
    width: 100%;
    height: 36vw;
    border-radius: 3vw;
  }
}
footer .primary .content .btn_contact .mesh-button .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
}
footer .primary .content .btn_contact .mesh-button .frame.frame1 {
  background-image: url("../images/mesh_1.png");
  animation-delay: 0s;
}
footer .primary .content .btn_contact .mesh-button .frame.frame2 {
  background-image: url("../images/mesh_2.png");
  /* 4s ÷ 3 = 約1.3333s 分だけずらす */
  animation-delay: -1.3333s;
}
footer .primary .content .btn_contact .mesh-button .frame.frame3 {
  background-image: url("../images/mesh_3.png");
  /* 2×1.3333s = 約2.6667s 分だけずらす */
  animation-delay: -2.6667s;
}
footer .primary .content .btn_contact .mesh-button .in_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  footer .primary .content .btn_contact .mesh-button .in_text {
    font-size: 4.6vw;
    padding: 0 7vw;
  }
}
footer .primary .content .btn_contact .mesh-button .in_text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  footer .primary .content .btn_contact .mesh-button .in_text::after {
    width: 3vw;
    height: 3vw;
  }
}
footer .primary .content .btn_contact .mesh-button:hover .frame {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
}
@media (max-width: 750px) {
  footer .primary .content .btn_contact .mesh-button:hover .frame {
    animation: initial;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cycle1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  /* 1秒でフェードイン */
  40% {
    opacity: 1;
  }
  /* 1秒キープ */
  50% {
    opacity: 0;
  }
  /* 0.5秒でフェードアウト */
  100% {
    opacity: 0;
  }
}
@keyframes cycle2 {
  0%, 40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  /* 0.5秒でフェードイン */
  70% {
    opacity: 1;
  }
  /* 1秒キープ */
  80% {
    opacity: 0;
  }
  /* 0.5秒でフェードアウト */
  100% {
    opacity: 0;
  }
}
@keyframes cycle3 {
  0%, 70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  /* 0.5秒でフェードイン */
  95% {
    opacity: 1;
  }
  /* 0.75秒キープ */
  100% {
    opacity: 0;
  }
  /* 0.25秒フェードアウト */
}
footer .primary .content .foot {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 750px) {
  footer .primary .content .foot {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
footer .primary .content .foot .links ul {
  display: flex;
}
@media (max-width: 750px) {
  footer .primary .content .foot .links ul {
    display: block;
    margin: 0 0 7vw;
  }
}
footer .primary .content .foot .links ul li {
  margin: 0 0 0 30px;
}
@media (max-width: 750px) {
  footer .primary .content .foot .links ul li {
    margin: 0 0 2vw;
  }
  footer .primary .content .foot .links ul li:last-of-type {
    margin: 0;
  }
}
footer .primary .content .foot .links ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/common/icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 5px;
}
@media (max-width: 750px) {
  footer .primary .content .foot .links ul li a[target=_blank]::after {
    width: 3.4vw;
    height: 3.4vw;
    margin: 0 0 0 2vw;
    position: relative;
    top: 0.5vw;
  }
}
footer .primary .content .foot .links ul li a:hover .in_text {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .primary .content .foot .links ul li a:hover .in_text {
    opacity: 1;
  }
}
footer .primary .content .foot .links ul li a .in_text {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #282828;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .primary .content .foot .links ul li a .in_text {
    font-size: 3.8vw;
  }
}
footer .primary .content .foot #copyright {
  font-family: "bahnschrift", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 50px;
}
@media (max-width: 750px) {
  footer .primary .content .foot #copyright {
    font-size: 3.4vw;
    margin: 0;
  }
}

#btn_top {
  width: 45px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 980;
}
@media (max-width: 750px) {
  #btn_top {
    width: 11vw;
    right: 8vw;
    bottom: 12vw;
  }
}
#btn_top img {
  display: block;
}

/*	element
---------------------------------*/
.n3_ordinary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n3_ordinary {
    margin-bottom: 5vw;
  }
}
.n3_ordinary li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .n3_ordinary li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.n3_ordinary li:nth-child(3n) {
  margin-right: 0;
}

.ttl_page {
  height: 480px;
  background-image: url("../images/title/ttl.png");
  background-size: cover;
  background-position: right top;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  .ttl_page {
    height: 90vw;
    background-image: url("../images/title/ttl_s.png");
    padding: 22vw 0 0;
  }
}
.ttl_page .box {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .ttl_page .box {
    width: 84vw;
  }
}
.ttl_page .box .en {
  font-family: "bahnschrift", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .ttl_page .box .en {
    font-size: 12vw;
    margin: 0 0 1vw;
  }
}
.ttl_page .box .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .ttl_page .box .ja {
    font-size: 4.6vw;
  }
}

.ttl_sec {
  position: relative;
}
.ttl_sec .en {
  display: flex;
  align-items: center;
  font-family: "bahnschrift", sans-serif;
  font-size: 16px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .ttl_sec .en {
    font-size: 2.8vw;
    margin: 0 0 3vw;
  }
}
.ttl_sec .en::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #e54f40;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
@media (max-width: 750px) {
  .ttl_sec .en::before {
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 0.5vw;
    margin: 0 3vw 0 0;
  }
}
.ttl_sec .in_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .ttl_sec .in_text {
    font-size: 6.2vw;
  }
}
.ttl_sec.white {
  color: white;
}

#hero {
  display: flex;
  justify-content: center;
  padding: 2vw 0 0;
  min-width: 1300px;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #hero {
    min-width: 100%;
    padding: 7vw 0 0;
    margin: 0 0 13vw;
  }
}
#hero .screen {
  width: 96vw;
  height: 58vw;
  background-image: url("../images/top/hero.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-width: 1200px;
  min-height: 660px;
  position: relative;
}
@media (max-width: 750px) {
  #hero .screen {
    width: 84vw;
    height: 175vw;
    background-image: url("../images/top/hero_s.png");
    min-width: initial;
    min-height: initial;
  }
}
#hero .screen .tagline {
  position: absolute;
  left: 4.4vw;
  bottom: 11.5vw;
  width: 40%;
}
@media (max-width: 750px) {
  #hero .screen .tagline {
    left: 0;
    bottom: 32vw;
    width: 78vw;
  }
}

.have-a-dream {
  position: relative;
  background-image: url("../images/top/have-a-dream.svg");
  background-size: 180px;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .have-a-dream {
    background-size: 32vw;
  }
}
.have-a-dream.right {
  background-position: right top;
  padding: 90px 0 0;
}
@media (max-width: 750px) {
  .have-a-dream.right {
    padding: 20vw 0 0;
  }
}
.have-a-dream.left {
  background-position: left top;
  padding: 140px 0 180px;
}
@media (max-width: 750px) {
  .have-a-dream.left {
    padding: 13vw 0 20vw;
  }
}

#aim-to-achieve-sec {
  display: flex;
  justify-content: center;
  padding: 0 0 359px;
  position: relative;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec {
    padding: 0;
  }
}
#aim-to-achieve-sec .content {
  width: 1024px;
  position: relative;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content {
    width: 84vw;
  }
}
#aim-to-achieve-sec .content .ttl_sec {
  margin: 0 0 110px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .ttl_sec {
    margin: 0 0 20vw;
  }
}
#aim-to-achieve-sec .content .ttl_sec::before {
  content: "";
  display: block;
  width: 249px;
  height: 36px;
  background-image: url("../images/top/aim_ttl_brush.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 95px;
  left: 218px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .ttl_sec::before {
    background-image: url("../images/top/aim_ttl_brush_s.svg");
    width: 35vw;
    height: 5.7vw;
    top: 12.5vw;
    left: 22.5vw;
  }
}
#aim-to-achieve-sec .content .ttl_sec .en {
  position: relative;
}
#aim-to-achieve-sec .content .ttl_sec .in_text {
  position: relative;
}
#aim-to-achieve-sec .content .box {
  padding: 0 0 0 430px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box {
    padding: 0;
  }
}
#aim-to-achieve-sec .content .box .lead {
  margin: 0 0 40px 44px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box .lead {
    margin: 0 0 5vw;
  }
}
#aim-to-achieve-sec .content .box .lead .in_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box .lead .in_text {
    font-size: 6vw;
    position: relative;
    left: 10vw;
  }
}
#aim-to-achieve-sec .content .box .lead .in_text::before {
  content: "";
  display: block;
  width: 45px;
  height: 50px;
  background-image: url("../images/common/double_quote_strt.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -55px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box .lead .in_text::before {
    width: 8vw;
    height: 10vw;
    top: -1vw;
    left: -10vw;
  }
}
#aim-to-achieve-sec .content .box .lead .in_text::after {
  content: "";
  display: block;
  width: 45px;
  height: 50px;
  background-image: url("../images/common/double_quote_end.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: -55px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box .lead .in_text::after {
    width: 8vw;
    height: 10vw;
    bottom: -1vw;
    right: -10vw;
  }
}
#aim-to-achieve-sec .content .box .text {
  padding: 0 0 0 50px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .box .text {
    padding: 0 0 0 5vw;
    font-size: 3.8vw;
    margin: 0 0 8vw;
  }
}
#aim-to-achieve-sec .content .box .text:last-of-type {
  margin: 0;
}
#aim-to-achieve-sec .content .fig {
  width: 864px;
  position: absolute;
  top: 600px;
  left: 0;
}
@media (max-width: 750px) {
  #aim-to-achieve-sec .content .fig {
    width: 100%;
    position: static;
    top: initial;
    left: initial;
    margin: 16vw 0 0;
  }
}

#our-value-sec {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #our-value-sec {
    margin: -10vw 0 15vw;
  }
}
#our-value-sec .content {
  width: 1200px;
  height: 1250px;
  background-image: url("../images/top/our-value_bg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 130px 90px 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #our-value-sec .content {
    width: 100%;
    height: auto;
    background-image: url("../images/top/our-value_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20vw 7vw 15vw;
    border-radius: 2.5vw;
  }
}
#our-value-sec .content .ttl_sec {
  width: 100%;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #our-value-sec .content .ttl_sec {
    margin: 0 0 15vw;
  }
}
#our-value-sec .content .ttl_sec::before {
  content: "";
  display: block;
  width: 257px;
  height: 37px;
  background-image: url("../images/top/our-value_ttl_brush.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 168px;
  left: 20px;
}
@media (max-width: 750px) {
  #our-value-sec .content .ttl_sec::before {
    background-image: url("../images/top/our-value_ttl_brush_s.svg");
    width: 37vw;
    height: 5.4vw;
    top: 22vw;
    left: -1vw;
  }
}
#our-value-sec .content .ttl_sec .en {
  position: relative;
}
#our-value-sec .content .ttl_sec .in_text {
  position: relative;
}
#our-value-sec .content .flex {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex {
    width: 100vw;
    margin: 0 0 3.6vw;
  }
}
#our-value-sec .content .flex .box {
  width: 470px;
  box-sizing: border-box;
  padding: 60px 50px 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box {
    width: 48%;
    padding: 10vw 6vw 30vw;
    margin: 0;
  }
}
#our-value-sec .content .flex .box.n1 {
  border-radius: 10px 0 0 0;
  background-image: url("../images/top/our-value_left.png");
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box.n1 {
    border-radius: 3vw 0 0 0;
  }
}
#our-value-sec .content .flex .box.n2 {
  border-radius: 0 10px 0 0;
  background-image: url("../images/top/our-value_right.png");
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box.n2 {
    border-radius: 0 3vw 0 0;
  }
}
#our-value-sec .content .flex .box.n2::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("../images/top/arrow_right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box.n2::after {
    width: 10vw;
    height: 10vw;
    left: -7.5vw;
    top: 70%;
    transform: translateY(0);
  }
}
#our-value-sec .content .flex .box .ttl {
  padding: 0 0 0 15px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl {
    padding: 0 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#our-value-sec .content .flex .box .ttl.navy {
  border-left: 10px solid #13117c;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl.navy {
    border-left: 2vw solid #13117c;
  }
}
#our-value-sec .content .flex .box .ttl.red {
  border-left: 10px solid #e54f40;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl.red {
    border-left: 2vw solid #e54f40;
  }
}
#our-value-sec .content .flex .box .ttl .in_text {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl .in_text {
    display: block;
    align-items: initial;
  }
}
#our-value-sec .content .flex .box .ttl .in_text .mini {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl .in_text .mini {
    font-size: 4vw;
    margin: 0 0 1vw;
  }
}
#our-value-sec .content .flex .box .ttl .in_text .emphasis {
  font-size: 40px;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .ttl .in_text .emphasis {
    font-size: 6vw;
  }
}
#our-value-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .text {
    font-size: 3.6vw;
  }
}
#our-value-sec .content .flex .box .text .emphasis {
  font-weight: 700;
}
#our-value-sec .content .flex .box .btn_arrow_wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 0;
  left: 0;
  bottom: 50px;
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .btn_arrow_wrap {
    justify-content: center;
    padding: 0;
    bottom: 10vw;
  }
}
@media (max-width: 750px) {
  #our-value-sec .content .flex .box .btn_arrow_wrap a {
    width: 80%;
  }
}
#our-value-sec .content .wide {
  width: 960px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide {
    width: 100vw;
    padding: 10vw 6vw 10vw;
    border-radius: 0 0 3vw 3vw;
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#our-value-sec .content .wide::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("../images/top/arrow_foot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -34px;
  left: 210px;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide::after {
    width: 10vw;
    height: 10vw;
    top: -7vw;
    left: 19vw;
  }
}
#our-value-sec .content .wide::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("../images/top/arrow_foot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -34px;
  right: 210px;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide::before {
    width: 10vw;
    height: 10vw;
    top: -7vw;
    right: 19vw;
  }
}
#our-value-sec .content .wide .fig {
  width: 380px;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide .fig {
    width: 100%;
    margin: 0 0 4vw;
  }
}
#our-value-sec .content .wide .in_wide {
  width: 420px;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide .in_wide {
    width: 100%;
  }
}
#our-value-sec .content .wide .in_wide .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide .in_wide .ttl {
    font-size: 6vw;
    margin: 0 0 3vw;
  }
}
#our-value-sec .content .wide .in_wide .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #our-value-sec .content .wide .in_wide .text {
    font-size: 3.6vw;
  }
}
#our-value-sec .content .wide .in_wide .text .emphasis {
  font-weight: 700;
}

.btn_arrow_wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid #282828;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}
@media (max-width: 750px) {
  .btn_arrow_wrap a {
    width: 100%;
    height: 15vw;
    padding: 0 4vw;
    border-radius: 2.5vw;
  }
}
.btn_arrow_wrap a .in_text {
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .btn_arrow_wrap a .in_text {
    font-size: 3.8vw;
  }
}
.btn_arrow_wrap a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .btn_arrow_wrap a::after {
    width: 3vw;
    height: 3vw;
  }
}
.btn_arrow_wrap a:hover {
  background-color: #282828;
}
@media (max-width: 750px) {
  .btn_arrow_wrap a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.btn_arrow_wrap a:hover .in_text {
  color: white;
}
@media (max-width: 750px) {
  .btn_arrow_wrap a:hover .in_text {
    color: #282828;
  }
}
.btn_arrow_wrap a:hover::after {
  background-image: url("../images/common/arrow_diagonally-above_orange.svg");
}
@media (max-width: 750px) {
  .btn_arrow_wrap a:hover::after {
    background-image: url("../images/common/arrow_diagonally-above.svg");
  }
}

#staff-interview-sec {
  display: flex;
  justify-content: center;
  margin: 0 0 140px;
}
@media (max-width: 750px) {
  #staff-interview-sec {
    margin: 0 0 27vw;
  }
}
#staff-interview-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #staff-interview-sec .content {
    width: 84vw;
  }
}
#staff-interview-sec .content .ttl_sec {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#staff-interview-sec .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex {
    display: block;
    justify-content: initial;
  }
}
#staff-interview-sec .content .flex .box {
  width: 400px;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .box {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#staff-interview-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .box .text {
    font-size: 3.6vw;
    margin: 0 0 8vw;
  }
}
#staff-interview-sec .content .flex .box .fig_s {
  display: none;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .box .fig_s {
    display: block;
    position: relative;
    margin: 0 0 10vw;
  }
  #staff-interview-sec .content .flex .box .fig_s figcaption {
    width: 28vw;
    position: absolute;
    left: -5vw;
    bottom: -14vw;
  }
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .box .btn_arrow_wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .box .btn_arrow_wrap a {
    width: 70%;
  }
}
#staff-interview-sec .content .flex .fig {
  width: 570px;
  position: relative;
}
@media (max-width: 750px) {
  #staff-interview-sec .content .flex .fig {
    display: none;
  }
}
#staff-interview-sec .content .flex .fig figcaption {
  width: 260px;
  position: absolute;
  left: -190px;
  bottom: -130px;
}

#company-overview-sec {
  display: flex;
  justify-content: center;
}
#company-overview-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #company-overview-sec .content {
    width: 84vw;
  }
}
#company-overview-sec .content .ttl_sec {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#company-overview-sec .content .company {
  width: calc(100% - 290px);
  margin: 0 0 30px 290px;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company {
    width: 100%;
    margin: 0 0 8vw;
  }
}
#company-overview-sec .content .company tr {
  border-bottom: 1px solid #efefef;
}
#company-overview-sec .content .company tr:first-of-type th {
  padding: 0 0 20px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr:first-of-type th {
    padding: 0;
  }
}
#company-overview-sec .content .company tr:first-of-type td {
  padding: 0 0 20px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr:first-of-type td {
    padding: 0 0 3vw;
  }
}
#company-overview-sec .content .company tr:last-of-type {
  border-bottom: none;
}
#company-overview-sec .content .company tr:last-of-type th {
  padding: 20px 0 0;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr:last-of-type th {
    padding: 3vw 0 0;
  }
}
#company-overview-sec .content .company tr:last-of-type td {
  padding: 20px 0 0;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr:last-of-type td {
    padding: 0;
  }
}
#company-overview-sec .content .company tr th {
  color: #918f8d;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  padding: 20px 0 20px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr th {
    display: block;
    width: 100%;
    padding: 3vw 0 0;
  }
}
#company-overview-sec .content .company tr td {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 0 20px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr td {
    display: block;
    width: 100%;
    padding: 0 0 3vw;
  }
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr td .tel {
    display: none;
  }
}
#company-overview-sec .content .company tr td .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #company-overview-sec .content .company tr td .tel_s {
    display: inline;
  }
}
#company-overview-sec .content .company tr td .fax {
  display: inline-block;
}
#company-overview-sec .content .map {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#company-overview-sec .content .map iframe {
  display: block;
  width: 740px;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .map iframe {
    width: 100%;
    height: 50vw;
    border-radius: 3vw;
    margin: 0 0 3vw;
  }
}
#company-overview-sec .content .map a {
  color: #918f8d;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 750px) {
  #company-overview-sec .content .map a {
    font-size: 3.4vw;
  }
}
#company-overview-sec .content .map a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/top/icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
@media (max-width: 750px) {
  #company-overview-sec .content .map a::after {
    width: 3.4vw;
    height: 3.4vw;
    margin: 0 0 0 1vw;
    top: 0;
  }
}

@media print {
  body.single-case {
    font-size: 2vw;
    line-height: 1.5;
    /*.ttl_page_simple{
    	display:none;
    	padding:1em;
    	box-sizing:border-box;
    	height:auto;
    	img{
    		width:20%;
    	}
    }*/
  }
  body.single-case header {
    display: none;
  }
  body.single-case .wrap_recruit {
    padding: 0;
    margin: 0;
  }
  body.single-case .wrap_recruit .wrap_case {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  body.single-case .wrap_recruit .wrap_case #case {
    width: 100%;
    max-width: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .lead {
    font-size: 1em;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .data.narrow {
    width: calc(100% - 450px);
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_requirements {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map {
    position: relative;
    height: 40vw !important;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements #mapurl {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_entry {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case #historyback {
    display: none;
  }
  body.single-case footer {
    display: none;
  }
  body.single-case .cv_top,
  body.single-case #pagetop {
    opacity: 0;
    display: none !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.page-contact .grecaptcha-badge, .page-entry .grecaptcha-badge, .page-registration .grecaptcha-badge {
  display: block !important;
}

.grecaptcha-badge {
  bottom: 150px !important;
}
@media (max-width: 750px) {
  .grecaptcha-badge {
    bottom: 31vw !important;
  }
}

#autozip {
  display: none !important;
}

#form {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #eff0f2;
  padding: 90px 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #form {
    font-size: 3.4vw;
    padding: 15vw 0 15vw;
  }
}
#form .content {
  width: 700px;
}
@media (max-width: 750px) {
  #form .content {
    width: 88vw;
  }
}
#form .content .step {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .step {
    margin: 0 0 5vw;
  }
}
#form .content .note .text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .note .text {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#form .content .note_require {
  color: #c1272d;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .note_require {
    font-size: 3.4vw;
    margin: 0 0 2vw;
  }
}
#form .content .require {
  color: #c1272d;
}
#form .content .wpcf7-not-valid-tip {
  display: none;
}
#form .content .error {
  color: #c1272d;
}
#form .content .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.error {
  color: #282828;
}
#form .content #zip-error {
  display: block;
}
#form .content .wpcf7-radio {
  display: block;
  padding: 2px 0 0;
}
#form .content .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  #form .content .wpcf7-radio .wpcf7-list-item-label {
    top: 0;
  }
}
#form .content .wpcf7-checkbox {
  display: block;
  padding: 2px 0 0;
}
#form .content .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  top: 2px;
}
#form .content .wpcf7-list-item {
  margin: 0 1em 0.5em 0;
}
@media (max-width: 750px) {
  #form .content .wpcf7-list-item {
    display: block;
    margin: 0 0 0.5vw 0 !important;
  }
}
#form .content .wpcf7-list-item.first {
  margin: 0 1em 0.5em 0;
}
#form .content .items {
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  #form .content .items {
    margin: 0 0 3vw;
  }
}
#form .content .items .item {
  display: flex;
  background: white;
  padding: 16px;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  #form .content .items .item {
    padding: 3vw;
    margin: 0 0 1.5vw;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide {
    display: block;
    align-items: initial;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide .label {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide .box {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e6e6e6;
    margin: 2vw 0 0;
    padding: 2vw 0 0;
  }
}
#form .content .items .item .label {
  display: flex;
  white-space: nowrap;
  width: 154px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #form .content .items .item .label {
    white-space: initial;
    width: 20vw;
  }
}
#form .content .items .item .label .in_label {
  display: inline;
  font-weight: bold;
}
#form .content .items .item .label .require {
  display: inline-block;
  margin: 0 0 0 3px;
}
@media (max-width: 750px) {
  #form .content .items .item .label .require {
    margin: 0 0 0 0.5vw;
  }
}
#form .content .items .item .box {
  width: calc(100% - 164px);
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .items .item .box {
    width: calc(100% - 21vw);
    padding: 0 0 0 2vw;
    margin: 0 0 0 1vw;
  }
}
#form .content .items .item .box input[type=text],
#form .content .items .item .box input[type=tel],
#form .content .items .item .box input[type=email] {
  display: block;
  width: 480px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  border: none;
}
@media (max-width: 750px) {
  #form .content .items .item .box input[type=text],
  #form .content .items .item .box input[type=tel],
  #form .content .items .item .box input[type=email] {
    width: 53vw;
    font-size: 3.4vw;
  }
}
#form .content .items .item .box input[type=text]::placeholder,
#form .content .items .item .box input[type=tel]::placeholder,
#form .content .items .item .box input[type=email]::placeholder {
  color: #c8c8c8;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  #form .content .items .item .box input[type=text]::placeholder,
  #form .content .items .item .box input[type=tel]::placeholder,
  #form .content .items .item .box input[type=email]::placeholder {
    font-size: 3.6vw;
  }
}
#form .content .items .item .box #your_age {
  display: inline-block;
  width: 70px;
}
@media (max-width: 750px) {
  #form .content .items .item .box #your_age {
    width: 15vw;
    display: inline;
  }
}
#form .content .items .item .box .unit {
  display: inline-block;
}
#form .content .items .item .box .unit.your_age {
  margin: 0 0 0 3px;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  #form .content .items .item .box .unit.your_age {
    margin: 0 0 0 1em;
    top: 0.2vw;
  }
}
#form .content .items .item .box .unit.zip {
  margin: 0 3px 0 0;
  position: relative;
  top: 1px;
}
@media (max-width: 750px) {
  #form .content .items .item .box .unit.zip {
    margin: 0 1em 0 0;
    top: 0.2vw;
  }
}
#form .content .items .item .box #zip {
  width: 120px;
  display: inline-block;
}
@media (max-width: 750px) {
  #form .content .items .item .box #zip {
    width: 30vw;
    display: inline;
  }
}
#form .content .items .item .box textarea {
  display: block;
  width: 480px;
  box-sizing: border-box;
  padding: 5px 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  border: none;
  resize: vertical;
}
@media (max-width: 750px) {
  #form .content .items .item .box textarea {
    width: 100%;
    height: 30vw;
    font-size: 3.4vw;
  }
}
#form .content .items .item .box textarea::placeholder {
  color: #c8c8c8;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  #form .content .items .item .box textarea::placeholder {
    font-size: 3.6vw;
  }
}
#form .content .items .item .box select {
  display: block;
  width: 200px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
  border: 1px solid #c8c8c8;
}
#form .content input[type=submit] {
  background-image: url("../images/form/arrow.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-color: #c1272d;
  width: 300px;
  height: 64px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin: 40px auto 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #form .content input[type=submit] {
    background-size: 2vw;
    background-repeat: no-repeat;
    background-position: right 6vw center;
    width: 56vw;
    height: 14vw;
    border-radius: 7vw;
    font-size: 4vw;
    margin: 5vw auto 0;
  }
}
#form .content input[type=submit]:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #form .content input[type=submit]:hover {
    opacity: 1;
  }
}
#form .content .privacy-policy {
  background: #e6e6e6;
  padding: 20px;
  font-size: 14px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy {
    padding: 6vw;
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#form .content .privacy-policy .ttl_privacy-policy {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .ttl_privacy-policy {
    margin: 0 0 3vw;
  }
}
#form .content .privacy-policy .ttl_privacy-policy .in_text {
  font-weight: bold;
}
#form .content .privacy-policy .scroll {
  border: 1px solid #b1b1b1;
  background: white;
  height: 130px;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll {
    height: 20vw;
    padding: 3vw;
    margin: 0 0 3vw;
  }
}
#form .content .privacy-policy .scroll .in_scroll {
  font-size: 14px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll .in_scroll {
    font-size: 3.4vw;
  }
}
#form .content .privacy-policy .scroll .in_scroll .note_ttl {
  font-weight: bold;
  line-height: 1.5;
}
#form .content .privacy-policy .scroll .in_scroll .note_text,
#form .content .privacy-policy .scroll .in_scroll .note_list {
  line-height: 1.7;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll .in_scroll .note_text,
  #form .content .privacy-policy .scroll .in_scroll .note_list {
    margin: 0 0 4vw;
  }
}
#form .content .privacy-policy .agree_note .in_text {
  line-height: 1.5;
  display: inline;
}
#form .content .privacy-policy .wpcf7-form-control-wrap .error {
  display: inline-block;
  margin: 0 3px 0 0;
  position: relative;
  top: 0;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .wpcf7-form-control-wrap .error {
    margin: 0 0.5vw 0 0;
    top: 0.2vw;
  }
}
#form .content .privacy-policy .error {
  display: block;
  margin: 10px 0 0;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .error {
    margin: 2vw 0 0;
  }
}
#form .content .mail_note {
  line-height: 1.5;
  text-align: center;
  margin: 0 0 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  #form .content .mail_note {
    text-align: left;
    margin: 0 0 8vw;
    font-size: 3.4vw;
  }
}

.thanks {
  margin: 150px auto 120px;
}
@media (max-width: 750px) {
  .thanks {
    margin: 30vw auto 30vw;
  }
}
.thanks .text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks .text {
    margin: 9vw 0;
  }
}
.thanks .text.insert {
  font-weight: bold;
}
.thanks .text .emphasis {
  font-weight: bold;
}
.thanks .thanks_btn {
  text-align: center;
}
.thanks .thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks .thanks_btn a:hover {
    text-decoration: none;
  }
}

/*
---------------------------------------
404
---------------------------------------
*/
.error404__cont {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  .error404__cont {
    padding: 15vw 0 15vw;
  }
}

.error404 .text_404 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.6vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

.single-content * {
  max-width: 100%;
  --main-color: #e54f40;
  line-height: 2;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

.steps.blue .ttl .in_text {
  color: #13117c;
}
.steps.blue .wrap .step .label {
  background-color: #13117c;
}
.steps.orange .ttl .in_text {
  color: #e54f40;
}
.steps.orange .wrap .step .label {
  background-color: #e54f40;
}
.steps .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .steps .ttl {
    margin: 0 0 7vw;
  }
}
.steps .ttl .in_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .steps .ttl .in_text {
    font-size: 4.6vw;
    margin: 0 0 5vw;
  }
}
.steps .ttl img {
  width: 150px;
  height: 150px;
}
@media (max-width: 750px) {
  .steps .ttl img {
    width: 23vw;
    height: 23vw;
  }
}
.steps .wrap .step {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .steps .wrap .step {
    margin: 0 0 2vw;
  }
}
.steps .wrap .step:last-of-type {
  margin: 0;
}
.steps .wrap .step .label {
  color: white;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .steps .wrap .step .label {
    width: 16vw;
    height: 16vw;
    border-radius: 2vw;
  }
}
.steps .wrap .step .label .unit {
  font-size: 14px;
  margin: 0 0 3px;
}
@media (max-width: 750px) {
  .steps .wrap .step .label .unit {
    font-size: 3vw;
    margin: 0 0 0.5vw;
  }
}
.steps .wrap .step .label .num {
  font-size: 36px;
}
@media (max-width: 750px) {
  .steps .wrap .step .label .num {
    font-size: 6vw;
  }
}
.steps .wrap .step .item {
  background-color: white;
  width: calc(100% - 85px);
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 750px) {
  .steps .wrap .step .item {
    width: calc(100% - 16vw);
    height: 14vw;
    border-radius: 0 3vw 3vw 0;
  }
}
.steps .wrap .step .item .in_text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .steps .wrap .step .item .in_text {
    font-size: 4vw;
  }
}

#our-strength-sec {
  display: flex;
  justify-content: center;
  padding: 160px 0 75px;
  margin: 0 0 90px;
  position: relative;
}
@media (max-width: 750px) {
  #our-strength-sec {
    padding: 24vw 0 2vw;
    margin: 0 0 12vw;
  }
}
#our-strength-sec .bg {
  width: 1200px;
  height: 910px;
  background: #e0ddd7;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  #our-strength-sec .bg {
    width: 100%;
    height: 180vw;
    border-radius: 3vw;
  }
}
#our-strength-sec .content {
  width: 1084px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #our-strength-sec .content {
    width: 100vw;
  }
}
#our-strength-sec .content .ttl_sec {
  width: 1024px;
  margin: 0 0 160px;
}
@media (max-width: 750px) {
  #our-strength-sec .content .ttl_sec {
    width: 84vw;
    margin: 0 0 12vw;
  }
}
#our-strength-sec .content .boxes {
  width: 1024px;
  background-image: url("../images/for-company/strength_box.svg");
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes {
    width: 84vw;
    height: 180vw;
    background-image: url("../images/for-company/strength_box_s.svg");
    margin: 0 0 2vw;
    display: block;
    justify-content: initial;
  }
}
#our-strength-sec .content .boxes .box {
  width: 480px;
  height: 420px;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: right 30px bottom 30px;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box {
    width: 100%;
    height: 81vw;
    padding: 7vw;
    background-size: 12vw;
    background-position: right 4vw bottom 4vw;
  }
}
#our-strength-sec .content .boxes .box .ttl {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box .ttl {
    margin: 0 0 3vw;
  }
}
#our-strength-sec .content .boxes .box .ttl .num {
  color: #efece8;
  font-family: "bahnschrift", sans-serif;
  font-size: 150px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box .ttl .num {
    font-size: 23vw;
  }
}
#our-strength-sec .content .boxes .box .ttl .in_text {
  position: absolute;
  left: 20px;
  top: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box .ttl .in_text {
    font-size: 5vw;
    left: 2vw;
    top: 8vw;
  }
}
#our-strength-sec .content .boxes .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box .text {
    font-size: 3.6vw;
    padding: 0 2vw;
  }
}
#our-strength-sec .content .boxes .box.n1 {
  background-image: url("../images/for-company/strength_1.svg");
}
@media (max-width: 750px) {
  #our-strength-sec .content .boxes .box.n1 {
    margin: 0 0 12vw;
  }
}
#our-strength-sec .content .boxes .box.n2 {
  background-image: url("../images/for-company/strength_2.svg");
}
#our-strength-sec .content .fig {
  width: 100%;
}
.proven-track-record-bg {
  background-image: url("../images/for-company/proven-track-record.svg");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 90px 0 180px;
}
@media (max-width: 750px) {
  .proven-track-record-bg {
    background-size: 16vw;
    padding: 15vw 0 15vw;
  }
}

#overview-sec {
  display: flex;
  justify-content: center;
  padding: 0 0 160px;
}
@media (max-width: 750px) {
  #overview-sec {
    padding: 0 0 12vw;
  }
}
#overview-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #overview-sec .content {
    width: 84vw;
  }
}
#overview-sec .content .ttl_sec {
  margin: 0 0 160px;
}
@media (max-width: 750px) {
  #overview-sec .content .ttl_sec {
    margin: 0 0 12vw;
  }
}
#overview-sec .content .boxes {
  margin: 0 0 0 124px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes {
    margin: 0;
  }
}
#overview-sec .content .boxes .box {
  display: flex;
  background: #efece8;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box {
    display: block;
    border-radius: 3vw;
    margin: 0 0 5vw;
  }
}
#overview-sec .content .boxes .box:last-of-type {
  margin: 0;
}
#overview-sec .content .boxes .box .fig {
  width: 360px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .fig {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#overview-sec .content .boxes .box .fig img {
  width: 100%;
  height: auto;
}
#overview-sec .content .boxes .box .body {
  width: 540px;
  height: 590px;
  box-sizing: border-box;
  padding: 80px 80px 80px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .body {
    width: 100%;
    height: auto;
    padding: 6vw;
  }
}
#overview-sec .content .boxes .box .body .label {
  color: #aca494;
  font-family: "bahnschrift", sans-serif;
  font-size: 18px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .body .label {
    font-size: 4.6vw;
    margin: 0 0 5vw;
  }
}
#overview-sec .content .boxes .box .body .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .body .ttl {
    font-size: 5.2vw;
    margin: 0 0 8vw;
  }
}
#overview-sec .content .boxes .box .body .cap {
  color: #aca494;
  font-family: "bahnschrift", sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .body .cap {
    font-size: 3.4vw;
    margin: 0 0 4vw;
  }
}
#overview-sec .content .boxes .box .body .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #overview-sec .content .boxes .box .body .text {
    font-size: 3.6vw;
  }
}

.to_staff-voice {
  padding: 0 calc(50% - 512px) 0 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .to_staff-voice {
    padding: 0;
    justify-content: center;
  }
}
.to_staff-voice a {
  width: 900px;
  box-sizing: border-box;
  border: 1px solid #282828;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .to_staff-voice a {
    width: 84vw;
    padding: 8vw 6vw;
    border-radius: 3vw;
  }
}
.to_staff-voice a .in_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .to_staff-voice a .in_text {
    font-size: 4.6vw;
  }
}
.to_staff-voice a .arrow {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .to_staff-voice a .arrow {
    width: 8vw;
    height: 8vw;
    border-radius: 0.5vw;
  }
}
.to_staff-voice a .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .to_staff-voice a .arrow::after {
    width: 3vw;
    height: 3vw;
  }
}
.to_staff-voice a:hover .arrow {
  border: 1px solid transparent;
  background-image: url("../images/common/cv_hover.png");
}
@media (max-width: 750px) {
  .to_staff-voice a:hover .arrow {
    border: 1px solid #282828;
    background-image: none;
  }
}
.to_staff-voice a:hover .arrow::after {
  background-image: url("../images/common/arrow_diagonally-above_white.svg");
}
@media (max-width: 750px) {
  .to_staff-voice a:hover .arrow::after {
    background-image: url("../images/common/arrow_diagonally-above.svg");
  }
}

.onboarding-flow-bg {
  background-color: #efece8;
  background-image: url("../images/for-company/onbording-flow.svg");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: right top 60px;
  padding: 160px 0 260px;
}
@media (max-width: 750px) {
  .onboarding-flow-bg {
    background-size: 16vw;
    background-position: right top 4vw;
    padding: 12vw 0 22vw;
  }
}

#onboarding-flow-sec {
  display: flex;
  justify-content: center;
}
#onboarding-flow-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content {
    width: 84vw;
  }
}
#onboarding-flow-sec .content .ttl_sec {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#onboarding-flow-sec .content .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 150px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .text {
    font-size: 3.6vw;
    margin: 0 0 12vw;
  }
}
#onboarding-flow-sec .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#onboarding-flow-sec .content .flex .steps {
  width: 400px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .flex .steps {
    width: 76vw;
  }
}
#onboarding-flow-sec .content .flex .steps:first-of-type {
  position: relative;
}
#onboarding-flow-sec .content .flex .steps:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 3px dotted #282828;
  position: absolute;
  top: 0;
  right: -115px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .flex .steps:first-of-type::after {
    position: static;
    top: initial;
    right: initial;
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 3px dotted #282828;
    margin: 10vw 0 10vw;
  }
}

#recruiter-sec {
  padding: 160px 0 240px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #recruiter-sec {
    padding: 20vw 0 20vw;
  }
}
#recruiter-sec .content {
  width: 1024px;
  box-sizing: border-box;
  padding: 0 60px;
}
@media (max-width: 750px) {
  #recruiter-sec .content {
    width: 84vw;
    padding: 0;
  }
}
#recruiter-sec .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #recruiter-sec .content .flex {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#recruiter-sec .content .flex .wrap {
  width: 420px;
}
@media (max-width: 750px) {
  #recruiter-sec .content .flex .wrap {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#recruiter-sec .content .flex .wrap .text {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #recruiter-sec .content .flex .wrap .text {
    font-size: 4.5vw;
    margin: 0 0 5vw;
  }
}
#recruiter-sec .content .flex .wrap .text:last-of-type {
  margin: 0;
}
#recruiter-sec .content .flex .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 420px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #recruiter-sec .content .flex .ttl {
    font-size: 8vw;
    line-height: 1.4;
    width: 100%;
    justify-content: initial;
  }
}
#commitment-to-staff-sec {
  display: flex;
  justify-content: center;
}
#commitment-to-staff-sec .content {
  width: 1200px;
  background-image: url("../images/for-recruiter/commitment_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  padding: 88px;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content {
    background-image: url("../images/for-recruiter/commitment_bg_s.png");
    width: 84vw;
    padding: 10vw 6vw;
    border-radius: 3vw;
  }
}
#commitment-to-staff-sec .content .ttl_sec {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#commitment-to-staff-sec .content .flex {
  margin: 0 60px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .flex {
    margin: 0;
    display: block;
    justify-content: initial;
  }
}
#commitment-to-staff-sec .content .flex .box {
  width: 290px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .flex .box {
    width: 100%;
    border-radius: 3vw;
    padding: 6vw;
    margin: 0 0 3vw;
  }
  #commitment-to-staff-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#commitment-to-staff-sec .content .flex .box .icon {
  width: 90px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .flex .box .icon {
    width: 15vw;
    margin: 0 0 5vw;
  }
}
#commitment-to-staff-sec .content .flex .box .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .flex .box .ttl {
    font-size: 6vw;
    line-height: 1.4;
    margin: 0 0 2vw;
  }
}
#commitment-to-staff-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #commitment-to-staff-sec .content .flex .box .text {
    font-size: 4.4vw;
  }
}

.dedicated-support_bg {
  padding: 150px 0 240px;
  background-image: url("../images/for-recruiter/dedicated-support.svg");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: right top 190px;
}
@media (max-width: 750px) {
  .dedicated-support_bg {
    padding: 20vw 0 20vw;
    background-size: 16vw;
    background-position: right top 10vw;
  }
}

#support-system-sec {
  display: flex;
  justify-content: center;
}
#support-system-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #support-system-sec .content {
    width: 84vw;
    padding: 0;
  }
}
#support-system-sec .content .ttl_sec {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #support-system-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#support-system-sec .content .lead {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 160px;
}
@media (max-width: 750px) {
  #support-system-sec .content .lead {
    font-size: 4vw;
    margin: 0 0 16vw;
  }
}
#support-system-sec .content .screen {
  position: relative;
  height: 1020px;
  box-sizing: border-box;
  margin: 0 60px 0 60px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen {
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
#support-system-sec .content .screen::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  border-left: 3px dotted #282828;
  position: absolute;
  left: 50%;
  top: -20px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen::before {
    left: 3vw;
    height: calc(100% + 20vw);
    border-left: 1vw dotted #282828;
    top: -10vw;
  }
}
#support-system-sec .content .screen .deco {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #282828;
  background: white;
  position: absolute;
  left: calc(50% - 7px);
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .deco {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border: 1px solid #282828;
    background: white;
    left: 1vw;
  }
}
#support-system-sec .content .screen .deco.n1 {
  top: -35px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .deco.n1 {
    top: -10vw;
  }
}
#support-system-sec .content .screen .deco.n2 {
  bottom: -35px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .deco.n2 {
    bottom: -10vw;
  }
}
#support-system-sec .content .screen .box {
  width: 360px;
  border: 1px solid #282828;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  background: white;
  position: absolute;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .box {
    width: 69vw;
    border-radius: 3vw;
    padding: 4vw 6vw;
    position: relative;
    right: initial !important;
    left: initial !important;
    top: initial !important;
    bottom: initial !important;
    margin: 0 0 5vw;
  }
  #support-system-sec .content .screen .box:last-of-type {
    margin: 0;
  }
}
#support-system-sec .content .screen .box::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #e54f40;
  border-radius: 3px;
  position: absolute;
  top: 0;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .box::after {
    width: 4vw;
    height: 4vw;
    border-radius: 1vw;
    right: initial !important;
    left: -13.8vw !important;
  }
}
#support-system-sec .content .screen .box.odd {
  left: 0;
}
#support-system-sec .content .screen .box.odd::after {
  right: -104px;
}
#support-system-sec .content .screen .box.even {
  right: 0;
}
#support-system-sec .content .screen .box.even::after {
  left: -102px;
}
#support-system-sec .content .screen .box:last-of-type {
  margin: 0;
}
#support-system-sec .content .screen .box.n1 {
  top: 0;
}
#support-system-sec .content .screen .box.n2 {
  top: 265px;
}
#support-system-sec .content .screen .box.n3 {
  top: 460px;
}
#support-system-sec .content .screen .box.n4 {
  top: 560px;
}
#support-system-sec .content .screen .box.n5 {
  top: 760px;
}
#support-system-sec .content .screen .box .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .box .ttl {
    font-size: 5vw;
    line-height: 1.4;
    margin: 0 0 2vw;
  }
}
#support-system-sec .content .screen .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .box .text {
    font-size: 3.6vw;
  }
}
#support-system-sec .content .screen .fig {
  position: absolute;
  width: 360px;
}
@media (max-width: 750px) {
  #support-system-sec .content .screen .fig {
    width: 69vw;
    position: static;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    margin: 0 0 5vw;
  }
}
#support-system-sec .content .screen .fig.f1 {
  top: 40px;
  right: 0;
}
#support-system-sec .content .screen .fig.f2 {
  top: 235px;
  left: 0;
}
#support-system-sec .content .screen .fig.f3 {
  bottom: 0;
  right: 0;
}

.onboard_bg {
  padding: 160px 0 160px;
  background-color: #efece8;
  background-image: url("../images/for-recruiter/onbording-flow.svg");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: left top 360px;
}
@media (max-width: 750px) {
  .onboard_bg {
    padding: 15vw 0 30vw;
    background-size: 16vw;
    background-position: left top 32vw;
  }
}

#onboarding-flow-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 160px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec {
    margin: 0 0 20vw;
  }
}
#onboarding-flow-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content {
    width: 84vw;
  }
}
#onboarding-flow-sec .content .ttl_sec {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#onboarding-flow-sec .content .screen {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#onboarding-flow-sec .content .screen .text {
  font-size: 18px;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .text {
    font-size: 4vw;
    position: static;
    left: initial;
    top: initial;
    margin: 0 0 15vw;
  }
}
#onboarding-flow-sec .content .screen .steps {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps {
    width: 76vw;
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#onboarding-flow-sec .content .screen .steps .wrap {
  width: 400px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps .wrap {
    width: 100%;
  }
}
#onboarding-flow-sec .content .screen .steps .ttl {
  margin: 0 110px 0 0;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps .ttl {
    margin: 0 0 7vw;
  }
}
#onboarding-flow-sec .content .screen .steps .ttl img {
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps .ttl img {
    margin: 0;
  }
}
#onboarding-flow-sec .content .screen .steps .ttl .in_text {
  margin: 0;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps .ttl .in_text {
    display: none;
  }
}
#onboarding-flow-sec .content .screen .steps .ttl .in_text.on_s {
  display: none;
}
@media (max-width: 750px) {
  #onboarding-flow-sec .content .screen .steps .ttl .in_text.on_s {
    display: block;
    margin: 0 0 5vw;
  }
}

.to_pages {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .to_pages {
    padding: 0;
    justify-content: center;
  }
}
.to_pages a {
  width: 900px;
  height: 252px;
  box-sizing: border-box;
  border: 1px solid #282828;
  padding: 0 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin: 0 0 15px;
  background-image: none;
  background-color: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s;
}
@media (max-width: 750px) {
  .to_pages a {
    width: 84vw;
    padding: 0;
    background: none !important;
    border-radius: 0;
    border: none;
    display: block;
    height: auto;
    margin: 0 0 3vw;
  }
}
.to_pages a:last-of-type {
  margin: 0;
}
@media (max-width: 750px) {
  .to_pages a .image_s {
    display: block;
  }
}
.to_pages a .body {
  display: flex;
  flex-direction: column;
  width: 320px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .to_pages a .body {
    display: none;
  }
}
.to_pages a .body .in_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .to_pages a .body .in_text {
    font-size: 4.6vw;
  }
}
.to_pages a .body .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  .to_pages a .body .text {
    font-size: 3.6vw;
  }
}
.to_pages a .arrow {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .to_pages a .arrow {
    display: none;
  }
}
.to_pages a .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_diagonally-above.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.1s;
}
@media (max-width: 750px) {
  .to_pages a .arrow::after {
    width: 3vw;
    height: 3vw;
  }
}
.to_pages a:hover.n1 {
  background-image: url("../images/for-recruiter/cv_1.png");
}
@media (max-width: 750px) {
  .to_pages a:hover.n1 {
    background-image: none;
  }
}
.to_pages a:hover.n2 {
  background-image: url("../images/for-recruiter/cv_2.png");
}
@media (max-width: 750px) {
  .to_pages a:hover.n2 {
    background-image: none;
  }
}
.to_pages a:hover .body {
  color: white;
}
@media (max-width: 750px) {
  .to_pages a:hover .body {
    color: #282828;
  }
}
.to_pages a:hover .arrow {
  border: 1px solid white;
}
@media (max-width: 750px) {
  .to_pages a:hover .arrow {
    border: 1px solid #282828;
  }
}
.to_pages a:hover .arrow::after {
  background-image: url("../images/common/arrow_diagonally-above_white.svg");
}
@media (max-width: 750px) {
  .to_pages a:hover .arrow::after {
    background-image: url("../images/common/arrow_diagonally-above.svg");
  }
}

.list_staff-voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0 150px;
}
@media (max-width: 750px) {
  .list_staff-voice {
    padding: 20vw 0 20vw;
  }
}

.box_staff {
  width: 1024px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 60px;
  border: 1px solid #282828;
  margin: 0 0 80px;
  position: relative;
}
@media (max-width: 750px) {
  .box_staff {
    width: 84vw;
    padding: 8vw;
    margin: 0 0 14vw;
  }
}
.box_staff:last-of-type {
  margin: 0;
}
.box_staff::after {
  content: "";
  display: block;
  width: 20px;
  height: 90px;
  background: #e54f40;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 45px;
  left: 0;
}
@media (max-width: 750px) {
  .box_staff::after {
    width: 3.8vw;
    height: 15vw;
    border-radius: 0 1vw 1vw 0;
    top: 10vw;
    left: 0;
  }
}
.box_staff .first {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .box_staff .first {
    display: block;
    justify-content: initial;
    margin: 0 0 5vw;
  }
}
.box_staff .first .data {
  width: 280px;
}
@media (max-width: 750px) {
  .box_staff .first .data {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.box_staff .first .data .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .box_staff .first .data .ja {
    font-size: 6vw;
    line-height: 1.4;
    margin: 0 0 5vw;
  }
}
.box_staff .first .data .item {
  line-height: 2;
  padding: 0 0 10px;
  border-bottom: 1px solid #e0ddd7;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .box_staff .first .data .item {
    padding: 0 0 2vw;
    margin: 0 0 2vw;
  }
}
.box_staff .first .data .item .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0 2em 0 0;
  font-size: 16px;
}
@media (max-width: 750px) {
  .box_staff .first .data .item .ttl {
    font-size: 3.6vw;
    margin: 0 1.5vw 0 0;
  }
}
.box_staff .first .data .item .ttl::before {
  content: "・";
}
.box_staff .first .data .item .text {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 750px) {
  .box_staff .first .data .item .text {
    font-size: 3.6vw;
  }
}
.box_staff .first .fig {
  width: 580px;
  height: 282px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .box_staff .first .fig {
    width: 100%;
    height: 67vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box_staff .first .fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.box_staff .first .fig.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #282828;
}
.box_staff .first .fig.logo img {
  width: 50%;
  height: auto;
}
@media (max-width: 750px) {
  .box_staff .first .fig.logo img {
    width: 80%;
    object-fit: initial;
  }
}
.box_staff .second.split {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .box_staff .second.split {
    display: block;
    justify-content: initial;
    flex-direction: initial;
  }
}
.box_staff .second.split .message {
  width: 580px;
}
@media (max-width: 750px) {
  .box_staff .second.split .message {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.box_staff .second .movie {
  width: 300px;
  position: relative;
}
@media (max-width: 750px) {
  .box_staff .second .movie {
    width: 100%;
  }
}
.box_staff .second .movie .ttl {
  font-family: "bahnschrift", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .box_staff .second .movie .ttl {
    font-size: 6vw;
    margin: 0 0 3vw;
  }
}
.box_staff .second .movie a {
  display: block;
  width: 280px;
  position: relative;
}
@media (max-width: 750px) {
  .box_staff .second .movie a {
    width: 100%;
  }
}
.box_staff .second .movie a::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/staff-voice/play.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .box_staff .second .movie a::before {
    width: 15vw;
    height: 15vw;
  }
}
.box_staff .second .movie a::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("../images/staff-voice/circle.svg");
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  bottom: -100px;
}
@media (max-width: 750px) {
  .box_staff .second .movie a::after {
    width: 25vw;
    height: 25vw;
    right: -10vw;
    bottom: -15vw;
  }
}
.box_staff .second .movie a img {
  display: block;
  border-radius: 2px;
}
.box_staff .second .message {
  background: #efece8;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .box_staff .second .message {
    padding: 6vw;
  }
}
.box_staff .second .message .ttl {
  font-family: "bahnschrift", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .box_staff .second .message .ttl {
    font-size: 6vw;
    margin: 0 0 3vw;
  }
}
.box_staff .second .message .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  .box_staff .second .message .text {
    font-size: 3.6vw;
  }
}

/*# sourceMappingURL=styles.css.map */
