@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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

/* 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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
:root {
  --color-greenyellow: #E3FF5C;
  --color-pink1: #FFF6FB;
  --color-line1: #325558;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

main {
  overflow-x: clip;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
  font-family: inherit;
}

.font-r {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.image-sp {
  display: none;
}

.content-sp {
  display: none;
}

.br-sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 767px) {
  .image-pc {
    display: none;
  }
  .content-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .image-sp {
    display: block;
  }
  .content-sp {
    display: block;
  }
  .br-sp {
    display: inline-block;
  }
}
/*-------------------------- コンテンツ幅 ------------------------------*/
.content-w {
  width: 1280px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.content-ws {
  width: 850px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

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

  #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #FFFFFF;
}
#header .header-inner .logo {
  width: 200px;
  margin: 7px 20px;
}
#header .header-inner .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#header .header-inner .logo a:hover {
  opacity: 0.6;
}
#header .header-inner .form-button {
  position: relative;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: var(--color-line1);
  background-color: var(--color-greenyellow);
  padding: 20px 80px 18px 80px;
  transition: all 0.4s;
}
#header .header-inner .form-button:hover {
  filter: brightness(1.25);
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 767px) {
  #header .header-inner .logo {
    width: 150px;
    margin-left: 15px;
  }
  #header .header-inner .form-button {
    font-size: 14px;
    padding: 25px 12px 20px 40px;
  }
}
/* -------------------------------------------------------------------- 

  #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  position: relative;
  margin-top: 52px;
  background-color: var(--color-pink1);
}
@media screen and (max-width: 767px) {
  #keyvicual {
    /**margin-top: 38px;**/
  }
}
#keyvicual .wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#keyvicual .wrapper .toyota {
  position: absolute;
  top: calc(0.04296875 * min(100vw, 1280px));
  left: calc(0.7671875 * min(100vw, 1280px));
  width: calc(0.1953125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .toyota {
    top: 3vw;
    left: 49.6vw;
    width: 44.2666666667vw;
  }
}
#keyvicual .wrapper .reward1 {
  position: absolute;
  top: calc(0.0296875 * min(100vw, 1280px));
  left: calc(0.3765625 * min(100vw, 1280px));
  width: calc(0.11953125 * min(100vw, 1280px));
  opacity: 0;
  animation: 0.5s ease-out forwards fadein1;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .reward1 {
    top: 12vw;
    left: 29.0666666667vw;
    width: 18.1333333333vw;
  }
}
#keyvicual .wrapper .reward1-text {
  position: absolute;
  top: calc(0.034375 * min(100vw, 1280px));
  left: calc(0.5125 * min(100vw, 1280px));
  width: calc(0.275 * min(100vw, 1280px));
  opacity: 0;
  animation: 0.5s ease-out forwards fadein1;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .reward1-text {
    top: 12vw;
    left: 49.6vw;
    width: 41.6vw;
  }
}
#keyvicual .wrapper .reward2 {
  position: absolute;
  top: calc(0.1609375 * min(100vw, 1280px));
  left: calc(0.3765625 * min(100vw, 1280px));
  width: calc(0.11953125 * min(100vw, 1280px));
  animation: 0.5s ease-out forwards fadein1;
  opacity: 0;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .reward2 {
    top: 31.4666666667vw;
    left: 29.0666666667vw;
    width: 18.1333333333vw;
  }
}
#keyvicual .wrapper .reward2-text {
  position: absolute;
  top: calc(0.1765625 * min(100vw, 1280px));
  left: calc(0.5140625 * min(100vw, 1280px));
  width: calc(0.3515625 * min(100vw, 1280px));
  animation: 0.5s ease-out forwards fadein1;
  opacity: 0;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .reward2-text {
    top: 34.6666666667vw;
    left: 49.8666666667vw;
    width: 46.6666666667vw;
  }
}
#keyvicual .wrapper .car {
  position: absolute;
  top: calc(0.28515625 * min(100vw, 1280px));
  left: calc(0.55390625 * min(100vw, 1280px));
  width: calc(0.4125 * min(100vw, 1280px));
  opacity: 0;
  animation: 2s ease-out forwards fadein0;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .car {
    top: 58.6666666667vw;
    left: 40.2666666667vw;
    width: 56.8vw;
  }
}
#keyvicual .wrapper .recruiting {
  position: absolute;
  top: calc(0.3921875 * min(55vw, 1280px));
  left: calc(0.025 * min(100vw, 1280px));
  width: calc(0.4953125 * min(100vw, 1280px));
  animation: 1s ease-out forwards fadein2;
  opacity: 0;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  #keyvicual .wrapper .recruiting {
    top: 57.0666666667vw;
    left: 5.0666666667vw;
    width: 89.0666666667vw;
  }
}

@keyframes fadein0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* -------------------------------------------------------------------- 

  #キャッチ

-------------------------------------------------------------------- */
.catch .line1 {
  display: grid;
  grid-template-columns: 11.7% repeat(2, auto) 11.7%;
  padding-top: calc(0.05859375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line1 {
    grid-template-columns: 3% repeat(2, auto) 2%;
  }
}
.catch .line1 .annual {
  grid-column: 2;
  width: calc(0.4171875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line1 .annual {
    width: 53.3333333333vw;
  }
}
.catch .line1 .dormitory {
  grid-column: 3;
  padding-top: calc(0.00625 * min(100vw, 1280px));
  width: calc(0.290625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line1 .dormitory {
    width: 37.3333333333vw;
  }
}
.catch .line2 {
  position: relative;
  display: grid;
  grid-template-columns: 11.7% repeat(3, auto) 11.7%;
  padding-top: calc(0.01875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line2 {
    grid-template-columns: 5% repeat(3, auto) 5%;
  }
}
.catch .line2 .pay1 {
  grid-column: 2;
  width: calc(0.1765625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line2 .pay1 {
    width: 22.6666666667vw;
  }
}
.catch .line2 .pay2 {
  grid-column: 3;
  width: calc(0.20703125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line2 .pay2 {
    width: 26.9333333333vw;
  }
}
.catch .line2 .pay3 {
  grid-column: 4;
  width: calc(0.20625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line2 .pay3 {
    width: 26.6666666667vw;
  }
}
.catch .line2 .boy1 {
  position: absolute;
  top: calc(-0.046875 * min(100vw, 1280px));
  right: calc(0.015625 * min(100vw, 1280px));
  width: calc(0.215625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .line2 .boy1 {
    top: 18.6666666667vw;
    left: -18.6666666667vw;
    width: 53.3333333333vw;
  }
}
.catch .point {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: calc(0.0453125 * min(100vw, 1280px));
       column-gap: calc(0.0453125 * min(100vw, 1280px));
  margin: 0 calc(0.084375 * min(100vw, 1280px));
  padding-top: calc(0.05859375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch .point {
    padding-top: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
  .catch .point img {
    width: 46.9333333333vw;
    margin: 0.5em auto;
  }
}

/**
// WEBで応募
*/
.entry-btn {
  margin: 0 auto;
  padding-top: calc(0.0390625 * min(100vw, 1280px));
  padding-bottom: calc(0.0625 * min(100vw, 1280px));
  width: calc(0.328125 * min(100vw, 1280px));
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .entry-btn {
    width: 89.6vw;
    padding-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}

.entry-btn:hover {
  filter: brightness(1.25);
}

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

  #Point1 入社特典

-------------------------------------------------------------------- */
.catch-p1 {
  position: relative;
  background-color: #fff;
  margin-top: calc(0.01875 * min(100vw, 1280px));
  padding-top: calc(0.01875 * min(100vw, 1280px));
  padding-bottom: calc(0.046875 * min(100vw, 1280px));
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
}
.catch-p1 .wrapper {
  position: relative;
  margin-top: calc(-0.0375 * min(100vw, 1280px));
}
.catch-p1 .title {
  margin: 0 auto 0 calc(0.21875 * min(100vw, 1280px));
  width: calc(0.4703125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p1 .title {
    width: 69.6vw;
    margin: 0 auto;
  }
}
.catch-p1 .boy2 {
  position: absolute;
  width: calc(0.19296875 * min(100vw, 1280px));
  top: calc(-0.0703125 * min(100vw, 1280px));
  right: calc(0.1625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p1 .boy2 {
    top: 18.6666666667vw;
    right: 0vw;
    width: 36.2666666667vw;
  }
}
.catch-p1 .boy3 {
  position: absolute;
  top: 106.6666666667vw;
  left: -10.6666666667vw;
  width: 58.4vw;
}
.catch-p1 .special {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: calc(0.0453125 * min(100vw, 1280px));
       column-gap: calc(0.0453125 * min(100vw, 1280px));
  margin: 0 calc(0.084375 * min(100vw, 1280px));
  padding-top: calc(0.05859375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p1 .special {
    grid-template-columns: 1fr;
    padding-top: 2.6666666667vw;
  }
  .catch-p1 .special img {
    width: 46.9333333333vw;
    margin: 0.5em auto;
  }
}
.catch-p1 .line1 {
  margin: 0 auto;
  width: calc(0.81484375 * min(100vw, 1280px));
  padding-top: calc(0.046875 * min(100vw, 1280px));
}
.catch-p1 .line2 {
  margin: 0 auto;
  width: calc(0.6640625 * min(100vw, 1280px));
  padding-top: calc(0.046875 * min(100vw, 1280px));
}

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

  #Point2 初年度年収

-------------------------------------------------------------------- */
.catch-p2 {
  position: relative;
  padding-top: calc(0.0390625 * min(100vw, 1280px));
  padding-bottom: calc(0.0875 * min(100vw, 1280px));
}
.catch-p2 .title {
  margin: 0 auto;
  width: calc(0.675 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p2 .title {
    width: 90.1333333333vw;
  }
}
.catch-p2 .line1 {
  margin: 0 auto;
  width: calc(0.5171875 * min(100vw, 1280px));
  padding-top: calc(0.0140625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p2 .line1 {
    width: 76.2666666667vw;
  }
}
.catch-p2 .line2 {
  margin: 0 auto;
  width: calc(0.6640625 * min(100vw, 1280px));
  padding-top: calc(0.0078125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p2 .line2 {
    width: 89.8666666667vw;
  }
}
.catch-p2 .boy3 {
  position: absolute;
  width: calc(0.25625 * min(100vw, 1280px));
  bottom: calc(0.025 * min(100vw, 1280px));
  left: calc(0.0921875 * min(100vw, 1280px));
}

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

  #Point3 寮費無料

-------------------------------------------------------------------- */
.catch-p3 {
  position: relative;
  background-color: #fff;
  margin-top: calc(0.01875 * min(100vw, 1280px));
  padding-top: calc(0.01875 * min(100vw, 1280px));
  padding-bottom: calc(0.046875 * min(100vw, 1280px));
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
}
.catch-p3 .wrapper {
  position: relative;
  margin-top: calc(-0.0375 * min(100vw, 1280px));
}
.catch-p3 .title {
  margin: 0 auto 0 calc(0.2078125 * min(100vw, 1280px));
  width: calc(0.50390625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 .title {
    margin: 0 auto 0 5.3333333333vw;
    width: 74.6666666667vw;
  }
}
.catch-p3 .boy4 {
  position: absolute;
  width: calc(0.196875 * min(100vw, 1280px));
  top: calc(-0.034375 * min(100vw, 1280px));
  right: calc(0.0546875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 .boy4 {
    width: 44.2666666667vw;
    top: -2.6666666667vw;
    right: -13.8666666667vw;
  }
}
.catch-p3 .type {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: calc(0.0140625 * min(100vw, 1280px));
       column-gap: calc(0.0140625 * min(100vw, 1280px));
  margin: 0 calc(0.1671875 * min(100vw, 1280px));
  padding-top: calc(0.0390625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 .type {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .catch-p3 .type img {
    width: 69.3333333333vw;
    margin: 0.5em auto;
  }
}
.catch-p3 .dormitory {
  font-size: calc(0.01875 * min(100vw, 1280px));
  line-height: 1.45;
  margin: 1em auto 1em calc(0.1671875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 .dormitory {
    font-size: 4vw;
    margin: 1em auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .catch-p3 .dormitory span {
    display: block;
  }
}
.catch-p3 h4 {
  font-size: calc(0.025 * min(100vw, 1280px));
  margin: 1em auto 1em calc(0.1671875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 h4 {
    margin: 1em auto;
    text-align: center;
    font-size: 6.4vw;
  }
}
.catch-p3 .list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: calc(0.028125 * min(100vw, 1280px));
       column-gap: calc(0.028125 * min(100vw, 1280px));
  margin: 0 calc(0.234375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .catch-p3 .list {
    grid-template-columns: 1fr;
    row-gap: 4.2666666667vw;
    margin: 0 auto;
  }
  .catch-p3 .list img {
    width: 68.8vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .entry-bg {
    background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
  }
}

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

  # 月収シミュレーション

-------------------------------------------------------------------- */
.simulation {
  position: relative;
  padding-top: calc(0.0703125 * min(100vw, 1280px));
  padding-bottom: calc(0.05 * min(100vw, 1280px));
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
}
@media screen and (max-width: 767px) {
  .simulation {
    background: none;
    padding-top: 18.6666666667vw;
  }
}
.simulation .wrapper {
  position: relative;
}
.simulation .detail {
  width: calc(0.6640625 * min(100vw, 1280px));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .simulation .detail {
    width: 89.3333333333vw;
  }
}
.simulation .boy5 {
  position: absolute;
  width: calc(0.1828125 * min(100vw, 1280px));
  top: calc(-0.03125 * min(100vw, 1280px));
  right: calc(0.078125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .simulation .boy5 {
    width: 26.1333333333vw;
    top: -13.3333333333vw;
  }
}

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

  # 勤務地

-------------------------------------------------------------------- */
.location .title {
  display: flex;
  align-items: center;
}
.location .title img {
  width: calc(0.25546875 * min(100vw, 1280px));
  margin: 0 auto;
  padding-top: calc(0.0125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .location .title img {
    width: 69.8666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.location .title::before,
.location .title::after {
  content: "";
  flex-grow: 1;
  height: calc(0.00234375 * min(100vw, 1280px)); /* 線の太さ */
  background: var(--color-line1); /* 線の色 */
  margin: 0 -2em; /* 文字と線の余白 */
}
@media screen and (max-width: 767px) {
  .location .title::before,
  .location .title::after {
    height: 0.64vw; /* 線の太さ */
  }
}
.location p {
  text-align: center;
  font-size: calc(0.03046875 * min(100vw, 1280px));
  margin: 1em auto;
}
.location p span {
  display: block;
  font-size: calc(0.015625 * min(100vw, 1280px));
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .location p {
    font-size: 8.2666666667vw;
  }
  .location p span {
    font-size: 4.2666666667vw;
  }
}
.location li {
  padding: calc(0.015625 * min(100vw, 1280px)) 0;
}
.location .map-content {
  height: calc(0.3125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .location .map-content {
    height: 85.3333333333vw;
  }
}

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

  #募集要項

-------------------------------------------------------------------- */
.recruit {
  position: relative;
  padding-top: calc(0.0234375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 12vw 0 5.3333333333vw 0;
  }
}
.recruit h2 {
  position: relative;
  width: calc(0.125 * min(100vw, 1280px));
  margin-left: calc(-0.0578125 * min(100vw, 1280px));
}
@media screen and (max-width: 959px) {
  .recruit h2 {
    margin-left: calc(-0.0109375 * min(100vw, 1280px));
  }
}
@media screen and (max-width: 767px) {
  .recruit h2 {
    width: 34.1333333333vw;
    margin-left: 6.6666666667vw;
  }
}
.recruit p.ex {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}
.recruit .table {
  border: 2px solid var(--color-line1);
  border-collapse: collapse;
  width: 100%;
}
.recruit .table th,
.recruit .table td {
  padding: 26px 24px;
  border-bottom: 2px solid var(--color-line1);
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
.recruit .table th {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: var(--color-line1);
  width: 20%;
  padding: 26px 16px;
  vertical-align: top;
}
.recruit .table th span {
  display: inline-block;
}
.recruit .table td {
  width: 80%;
  position: relative;
}
.recruit .table td span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.recruit .table td::before {
  position: absolute;
  content: "";
  left: 0;
  top: 26px;
  height: calc(100% - 52px);
  width: 2px;
  background-color: var(--color-line1);
}

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

  # よくある質問

-------------------------------------------------------------------- */
.faq {
  position: relative;
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
  margin-top: calc(0.075 * min(100vw, 1280px));
  padding-top: calc(0.075 * min(100vw, 1280px));
  padding-bottom: calc(0.0546875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 68.2666666667vw;
  }
}
.faq .title {
  display: flex;
  align-items: center;
  margin-top: calc(-0.1125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .faq .title {
    margin-top: -18.1333333333vw;
  }
}
.faq .title img {
  width: calc(0.25546875 * min(100vw, 1280px));
  margin: 0 auto;
  padding-top: calc(0.0125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .faq .title img {
    width: 69.8666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.faq .title::before,
.faq .title::after {
  content: "";
  flex-grow: 1;
  height: calc(0.00234375 * min(100vw, 1280px)); /* 線の太さ */
  background: var(--color-line1); /* 線の色 */
  margin: 0 -2em; /* 文字と線の余白 */
}
@media screen and (max-width: 767px) {
  .faq .title::before,
  .faq .title::after {
    height: 0.64vw; /* 線の太さ */
  }
}
.faq .boy6 {
  position: absolute;
  width: calc(0.1640625 * min(100vw, 1280px));
  top: calc(-0.125 * min(100vw, 1280px));
  right: calc(-0.0546875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .faq .boy6 {
    width: 44.8vw;
    top: -80vw;
    left: auto;
    right: auto;
  }
}

.qa {
  position: relative;
  background-color: #fff;
  margin: calc(0.0234375 * min(100vw, 1280px)) auto;
  padding: calc(0.01875 * min(100vw, 1280px)) calc(0.046875 * min(100vw, 1280px)) calc(0.01875 * min(100vw, 1280px)) calc(0.0703125 * min(100vw, 1280px));
  border: calc(0.00234375 * min(100vw, 1280px)) solid var(--color-line1);
  border-radius: calc(0.015625 * min(100vw, 1280px));
  font-size: calc(0.01875 * min(100vw, 1280px));
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 6.4vw 8vw 6.4vw 18.6666666667vw;
    font-size: 5.0666666667vw;
    border: 0.64vw solid var(--color-line1);
    margin: 8vw 0 8vw 2.6666666667vw;
  }
}
.qa .question {
  position: relative;
  margin: 1em 0 1.6em 0;
}
.qa .question::before {
  content: "";
  position: absolute;
  top: calc(-0.053125 * min(100vw, 1280px));
  left: calc(-0.0859375 * min(100vw, 1280px));
  width: calc(0.071875 * min(100vw, 1280px));
  height: calc(0.06875 * min(100vw, 1280px));
  background: url(../image/icon_q.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .qa .question::before {
    top: -15.4666666667vw;
    left: -22.4vw;
    width: 19.7333333333vw;
    height: 18.6666666667vw;
  }
}
.qa .answer {
  position: relative;
  margin: 1em 0;
  background-image: linear-gradient(to right, var(--color-line1), var(--color-line1) calc(0.01015625 * min(100vw, 1280px)), transparent calc(0.00546875 * min(100vw, 1280px)));
  background-size: calc(0.015625 * min(100vw, 1280px)) calc(0.00234375 * min(100vw, 1280px));
  background-position: left top;
  background-repeat: repeat-x;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .qa .answer {
    background-image: linear-gradient(to right, var(--color-line1), var(--color-line1) 3.4666666667vw, transparent 1.8666666667vw);
    background-size: 5.3333333333vw 0.64vw;
  }
}
.qa .answer::before {
  content: "";
  position: absolute;
  top: calc(-0.0296875 * min(100vw, 1280px));
  left: calc(-0.0859375 * min(100vw, 1280px));
  width: calc(0.071875 * min(100vw, 1280px));
  height: calc(0.06875 * min(100vw, 1280px));
  background: url(../image/icon_a.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .qa .answer::before {
    top: -8.5333333333vw;
    left: -22.4vw;
    width: 19.7333333333vw;
    height: 18.6666666667vw;
  }
}

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

  # 先輩社員の声

-------------------------------------------------------------------- */
.interview {
  position: relative;
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
  margin-top: calc(0.075 * min(100vw, 1280px));
  padding-top: calc(0.075 * min(100vw, 1280px));
  padding-bottom: calc(0.0546875 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .interview {
    margin-top: 24vw;
    padding-top: 24vw;
  }
}
.interview .title {
  display: flex;
  align-items: center;
  margin-top: calc(-0.1125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .interview .title {
    margin-top: -34.6666666667vw; /* 線の太さ */
  }
}
.interview .title img {
  width: calc(0.25546875 * min(100vw, 1280px));
  margin: 0 auto;
  padding-top: calc(0.0125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .interview .title img {
    width: 69.8666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.interview .title::before,
.interview .title::after {
  content: "";
  flex-grow: 1;
  height: calc(0.00234375 * min(100vw, 1280px)); /* 線の太さ */
  background: var(--color-line1); /* 線の色 */
  margin: 0 -2em; /* 文字と線の余白 */
}
@media screen and (max-width: 767px) {
  .interview .title::before,
  .interview .title::after {
    height: 0.64vw; /* 線の太さ */
  }
}
.interview .heading {
  position: relative;
  margin: calc(0.0234375 * min(100vw, 1280px)) auto;
  font-size: calc(0.015625 * min(100vw, 1280px));
  line-height: 1.5;
}
.interview .heading .text {
  width: calc(0.221875 * min(100vw, 1280px));
  margin-bottom: 1.5em;
}
.interview .heading .picture {
  position: absolute;
  width: calc(0.234375 * min(100vw, 1280px));
  top: calc(-0.046875 * min(100vw, 1280px));
  right: 0;
}
@media screen and (max-width: 767px) {
  .interview .heading {
    margin: 8vw auto;
    width: 72vw;
    font-size: 4.2666666667vw;
  }
  .interview .heading .text {
    width: 72vw;
    margin: 0 auto;
  }
  .interview .heading p {
    margin: 1em 0 2em 0;
  }
  .interview .heading .picture {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    margin: 0 auto;
    width: 64vw;
  }
}
.interview .qa .answer {
  color: var(--color-line1);
}
@media screen and (min-width: 768px) {
  .interview .qa {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }
  .interview .qa .question {
    position: relative;
  }
  .interview .qa .answer {
    background-position: left bottom;
    padding-top: 0;
    padding-bottom: 2em;
    margin: 2em 0 0 0;
  }
  .interview .qa .answer::before {
    top: calc(-0.04375 * min(100vw, 1280px));
  }
  .interview .qa:not(:first-of-type) {
    border-top: none;
  }
  .interview .qa:not(:last-of-type) {
    border-bottom: none;
  }
  .interview .qa:first-of-type {
    border-radius: calc(0.015625 * min(100vw, 1280px)) calc(0.015625 * min(100vw, 1280px)) 0 0;
  }
  .interview .qa:last-of-type {
    border-radius: 0 0 calc(0.015625 * min(100vw, 1280px)) calc(0.015625 * min(100vw, 1280px));
  }
  .interview .qa:last-of-type .answer {
    background: none;
    border-radius: calc(0.015625 * min(100vw, 1280px));
  }
}

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

  # 応募～就労までの流れ

-------------------------------------------------------------------- */
.flow {
  position: relative;
  padding-top: calc(0.0546875 * min(100vw, 1280px));
  padding-bottom: calc(0.1171875 * min(100vw, 1280px));
  border-bottom: 3px solid var(--color-line1);
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 53.3333333333vw;
    padding-bottom: 40vw;
  }
}
.flow .title {
  display: flex;
  align-items: center;
}
.flow .title img {
  width: calc(0.25546875 * min(100vw, 1280px));
  margin: 0 auto;
  padding-top: calc(0.0125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .flow .title img {
    width: 91.2vw;
    padding-top: 4.2666666667vw;
  }
}
.flow .title::before,
.flow .title::after {
  content: "";
  flex-grow: 1;
  height: calc(0.00234375 * min(100vw, 1280px)); /* 線の太さ */
  background: var(--color-line1); /* 線の色 */
  margin: 0 -2em; /* 文字と線の余白 */
}
@media screen and (max-width: 767px) {
  .flow .title::before,
  .flow .title::after {
    height: 0.64vw; /* 線の太さ */
  }
}
.flow div {
  position: relative;
}
.flow .text {
  width: calc(0.44296875 * min(100vw, 1280px));
  margin: calc(0.03125 * min(100vw, 1280px)) auto;
}
@media screen and (max-width: 767px) {
  .flow .text {
    width: 81.3333333333vw;
    margin: 5.3333333333vw auto;
  }
}
.flow .boy7 {
  position: absolute;
  width: calc(0.1796875 * min(100vw, 1280px));
  top: calc(-0.1 * min(100vw, 1280px));
  left: calc(0.078125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .flow .boy7 {
    width: 49.3333333333vw;
    top: -76.8vw;
    left: 25.3333333333vw;
  }
}
.flow .step {
  display: grid;
  grid-template-columns: repeat(5, auto);
  -moz-column-gap: calc(0.0125 * min(100vw, 1280px));
       column-gap: calc(0.0125 * min(100vw, 1280px));
  margin: 0 calc(0.09375 * min(100vw, 1280px));
  padding-top: calc(0.015625 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .flow .step {
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
  }
}
.flow .step div {
  position: relative;
}
.flow .step div p {
  position: absolute;
  top: 55%;
  margin: 0 1em;
  font-size: calc(0.0125 * min(100vw, 1280px));
  line-height: 1.75;
}
.flow .step div p span {
  font-size: calc(0.0109375 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .flow .step div p {
    font-size: 4.2666666667vw;
  }
  .flow .step div p span {
    font-size: 2.9333333333vw;
  }
}
.flow .boy5 {
  position: absolute;
  width: calc(0.1828125 * min(100vw, 1280px));
  bottom: calc(-0.109375 * min(100vw, 1280px));
  right: calc(0.0578125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  .flow .boy5 {
    width: 49.6vw;
    bottom: -32vw;
    right: 10.6666666667vw;
  }
}

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

  #アバウト

-------------------------------------------------------------------- */
#about {
  border-bottom: #000 1px solid;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 10.6666666667vw;
    border-bottom: none;
  }
}
#about h2 {
  display: block;
  width: 100%;
  padding: calc(0.03125 * min(100vw, 1280px)) 0;
  background: repeating-linear-gradient(70deg, #d8ff4a, #d8ff4a 2px, #ffffff 2px, #ffffff 5px);
}
#about h2 img {
  width: calc(0.34296875 * min(100vw, 1280px));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about h2 img {
    width: 75.4666666667vw;
  }
}
#about .wrapper {
  margin: 0 auto;
  width: 850px;
}
#about .wrapper h4 {
  margin: 2em 0;
}
#about .wrapper h4 img {
  width: calc(0.49453125 * min(100vw, 1280px));
}
@media screen and (max-width: 767px) {
  #about .wrapper h4 img {
    width: 79.2vw;
    margin: 2em auto;
  }
}
#about .wrapper .support {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#about .wrapper .support p {
  font-size: 18.5px;
  line-height: 2.4;
  margin: 0 0 2.4em 0;
}
#about .wrapper .support .photo {
  max-width: calc(0.2046875 * min(100vw, 1280px));
}
#about .wrapper .support .photo img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #about .wrapper .support {
    flex-flow: column;
    margin: 1em auto;
    width: 90%;
  }
  #about .wrapper .support p {
    font-size: min(24px, 4.2666666667vw);
    line-height: 2;
    margin: 0 0 2em 0;
  }
  #about .wrapper .support .photo {
    max-width: 69.8666666667vw;
    margin: 0 auto;
  }
  #about .wrapper .support .photo img {
    margin-bottom: 15px;
  }
}
#about .wrapper h3 {
  background-color: var(--color-greenyellow);
  font-size: 24px;
  padding: 0.4em 0.6em;
}
@media screen and (max-width: 767px) {
  #about .wrapper h3 {
    font-size: 4.8vw;
    margin: 0 -15px;
    padding: 0.75em 0.25em;
  }
}
#about .wrapper p {
  font-size: 16px;
  line-height: 1.8;
  margin-right: 1em;
}
#about .wrapper .txt {
  display: flex;
  align-items: flex-start;
  margin: 1.2em 0 4em 0;
}
@media screen and (max-width: 767px) {
  #about .wrapper .txt {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin: 1.2em 0 2em 0;
  }
  #about .wrapper .txt p {
    font-size: 4.1333333333vw;
    margin: 0;
  }
  #about .wrapper .txt img {
    margin: 1em auto;
  }
}
#about .wrapper .character {
  max-width: 106px;
  margin-top: -72px;
}
#about .wrapper .about3 {
  max-width: 134px;
}
#about .wrapper .y-mark {
  max-width: 106px;
}
#about .wrapper .gj-mark {
  max-width: 114px;
}

.bg-black {
  background-color: #000;
}

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

  #フッター

-------------------------------------------------------------------- */
footer {
  background-color: #FFFFFF;
  padding: 40px 0 40px;
  text-align: center;
  border-top: #000 1px solid;
}
footer .logo {
  width: 250px;
  margin: 0 auto 20px auto;
}
footer .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer small {
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  color: #231815;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
  footer .logo {
    width: 200px;
    margin: 0 auto 5px auto;
  }
  footer small {
    font-size: 10px;
  }
}
/* -------------------------------------------------------------------- 

  #アニメーション

-------------------------------------------------------------------- */
.fade-in {
  transition: all 0.6s;
  opacity: 0;
}

.fade-in.active {
  opacity: 1;
}

.fade-up {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-l {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(-20px, 0);
}

.fade-l.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-r {
  position: relative;
  transition: all 0.6s;
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-r.active {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=styles.css.map */