@charset "UTF-8";

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;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #fff;
  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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.imgSvg path {
  color: #c01920;
  fill: currentColor;
}
.imgSvg polygon {
  color: #c01920;
  fill: currentColor;
}
.imgSvg rect {
  color: #c01920;
  fill: currentColor;
}
.imgSvg.white path {
  color: #fff;
  fill: currentColor;
}
.imgSvg.white polygon {
  color: #fff;
  fill: currentColor;
}
.imgSvg.white rect {
  color: #fff;
  fill: currentColor;
}

@media screen and (max-width: 767px) {
  .spParts {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .spParts {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcParts {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pcParts {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt80-40 {
  margin-top: calc(40 / 375* 100vw) !important;
}
.mt80-30 {
  margin-top: calc(30 / 375* 100vw) !important;
}

@media screen and (min-width: 768px) {
  .mt80-40 {
    margin-top: 80px !important;
  }
  .mt80-30 {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
  }
}
.taC {
  text-align: center;
}

/**************************
**** css 変数
**************************/
:root {
  /* カラー */
  --color_logo01:   #FF5100;
  --color_logo02:   #F49B4F;
  --color_black01: #333333;
  --color_gray01: #AEAEAE;
  --color_gray02: #999999;
  --color_gray03: #F1F1F1;
  --color_gray04: #D9D9D9;
  --color_gray05: #D8D8D8;
  --color_white01: #FFFFFF;
  --color_white02: #F7F7F7;

}

/**************************
**** web font
**************************/
.font_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

/* Scss Document */
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  /* font-feature-settings: "palt"; */
}

body {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
  background-attachment: fixed;
  color: var(--color_black01);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 13.2px;
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

#wrap {
  /*width: 100vw;*/
  /* overflow: hidden; */
}
@media screen and (min-width: 768px) {
  #wrap {
    /*width: 100%;*/
    min-width: 1280px;
  }
}

.inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33vw;
}
@media screen and (min-width: 768px) {
  .inner {
    /* width: 1280px; */
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.main {
  overflow: hidden;
}
/* @media screen and (min-width: 768px) {
  .main {

  }
} */
.color01 {
  color: var(--color_logo01);
}
.color02 {
  color: var(--color_gray01);
}
.fontB {
  font-weight: bold;
}

/**************************
**** btn
**************************/
.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
}
.col__list > .btn {
  background: none;
}
.btn a {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  background: var(--color_black01);
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 375* 100vw);
  transition: 0.3s all ease;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_white01);
  border-right: 2px solid var(--color_white01);
  margin: auto 0;
  rotate: 45deg;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 16px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .btn a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
}
.btn.white {
  background: transparent;
}
.btn.white a {
  background: #fff;
  color: #222;
}

#search_occupation ul {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-20 / 375* 100vw);
}

@media screen and (min-width: 768px) {
  #search_occupation ul {
    margin: -10px;
  }
}


/* ---------- occupation_card ---------- */
.occupation_card {
  width: 33.33%;
  border-radius: 10px;
  padding: calc(20 / 375* 100vw);
}
@media screen and (max-width: 767px) {
  .occupation_card {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .occupation_card {
    padding: 10px;
  }
}

.occupation_card a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: calc(16 / 375* 100vw);
  transition: 0.3s all ease;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  background: #FFF9EF;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .occupation_card a {
    font-size: 16px;
    border-radius: 20px;
  }
  .occupation_card a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
}

.occupation_card .occupation_content {
  position: relative;
  padding: calc(15 / 375* 100vw) calc(16 / 375* 100vw) calc(20 / 375* 100vw);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.occupation_card .occupation_img {
  text-align: center;
}
.occupation_card .occupation_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A06E;
  text-align: center;
  line-height: 1.5;
  font-size: calc(18 / 375* 100vw);
  font-weight: bold;
}
.occupation_card .occupation_content .occupation_tagWrap {
  margin-top: calc(5 / 375* 100vw);
  text-align: center;
}
.occupation_card .occupation_content .occupation_tag {
  display: inline-block;
    padding: 3px 17px;
    text-align: center;
    font-size: calc(14 / 375* 100vw);
    font-weight: bold;
    border-radius: 999em;
    color: #00A06E;
    border: 2px solid #00A06E;
    background-color: #fff;
}
.occupation_card .occupation_content .occupation_text {
  margin-top: calc(10 / 375* 100vw);
}

@media screen and (min-width: 768px) {
  .occupation_card .occupation_title {
    font-size: 22px;
  }
  .occupation_card .occupation_content {
    padding: 20px 15px 27px;

  }
  .occupation_card .occupation_content .occupation_tagWrap {
  }
  .occupation_card .occupation_content .occupation_tag {
      padding: 3px 10px;
      font-size: 12px;
  }
  .occupation_card .occupation_content .occupation_text {
    margin-top: 10px;
  }
}


/**************************
**** バナー
**************************/
.bnrCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bnrCol a {
  display: block;
}


/**************************
**** コンテンツ
**************************/
.sectionWrapper {
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionWrapper {
    padding-bottom: 80px;
  }
}

.sectionTitle {
  text-align: center;
  color: var(--color_black01);
  font-weight: bold;
  line-height: 1.2;
  margin-top: calc(26 / 375* 100vw);
  margin-bottom: calc(28 / 375* 100vw);
}
.sectionTitle.s_taL {
  text-align: left;
}
.sectionTitle_en {
  display: block;
  font-size: calc(40 / 375* 100vw);
}
.sectionTitle_en:first-letter {
  color: var(--color_logo01);
}
.sectionTitle_jp {
  font-size: calc(14 / 375* 100vw);
  font-weight: 600;

}
@media screen and (min-width: 768px) {
  .sectionTitle {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .sectionTitle_en {
    font-size: 104px;
  }
  .sectionTitle_jp {
    font-size: 16px;
  }
}
.sectionTitle02 {
  text-align: center;
  margin-top: calc(26 / 375* 100vw);
  margin-bottom: calc(28 / 375* 100vw);
  font-weight: bold;
  color: var(--color_black01);
  line-height: 1.2;
}
.sectionTitle02_en {
  font-size: calc(40 / 375* 100vw);
  display: block;;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sectionTitle02_sub {
  display: block;;
  color: var(--color_logo01)

}

@media screen and (min-width: 768px) {
  .sectionTitle02 {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .sectionTitle02_en {
    font-size: 70px;
  }
  .sectionTitle02_sub {
    font-size: 16px;
  }
}

.middleTitle {
  font-weight: bold;
  line-height: 1;
}
.middleTitle_en {
  display: block;
  color: var(--color_logo02);
  font-size: calc(40 / 375* 100vw);
  opacity: 0.2;
  position: relative;
  z-index: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.middleTitle_jp {
  display: block;;
  font-size: calc(20 / 375* 100vw);
  margin-top: calc(-15 / 375* 100vw);;
  margin-left: calc(13 / 375* 100vw);;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .middleTitle_en  {
    font-size: 52px;
  }
  .middleTitle_jp {
    font-size: 26px;
    margin-top: -22px;
    margin-left: 13px;
  }
}


.contentWrapper {
  padding: 0 0 60px;
}
.contentWrapper.white {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contentWrapper.white {
    padding: 0 0 40px;
  }
}


/*****リスト*****/
.list {
}
.list > li {
  position: relative;
}
.list > li + li{
	margin-top: 5px;
}
.list.s_circle{
}
.list.s_circle > li {
}
.list.s_circle > li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
  .list.s_circle{
    font-size: 16px;
  }
}

.list.s_note{
	font-size: calc(14 / 375* 100vw);
}
.list.s_note > li {
	text-align: left;
	padding-left: 1em;
}
.list.s_note > li:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
  .list.s_note{
    font-size: 14px;
  }
}

.list02Head {
  float: left;
}
.list02Body {
  overflow: hidden;
}


/*****背景色の設定*****/
.bgImg {
  background: none;
}



@media screen and (max-width: 767px) {
  .sp2col ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sp2col ul li {
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .sp2col ul li:nth-child(2n) {
    margin-right: 0%;
  }
}


/* Scss Document */
/**************************
**** header
**************************/
#header {
  transition: 0.3s all ease;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
#header.scroll {
  background: rgba(255,255,255,0.7);
}
#header .inner {
  position: relative;
  width: 100%;
  padding: 10px 5.33vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #header {
    min-width: 1280px;
  }
  #header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*max-width: 100%;*/
    /* min-width: 1080px; */
    padding: 8px 20px;
    max-width: none;
  }
}
#header .inner #logo {
  transition: 0.3s all ease;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #header .inner #logo {
    margin: 0 34px 0 0;
    height: 60px;
    flex-basis: auto;
  }
  #header .inner #logo img {
    transition: 0.3s all ease;
    height: auto;
    width: 100%;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #header .inner #logo {
    margin-right: 10px;
  }
  #header .inner #logo img {
    max-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  #header .inner #nav {
    /* flex-basis: 520px;
    max-width: 520px; */
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1180px) {
  #header .inner #nav {
    /* flex-basis: 630px;
    max-width: 630px; */
  }
}
@media screen and (min-width: 768px) {
  #header .inner #nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  #header .inner #nav ul li {
    line-height: 2em;
  }
  #header .inner #nav ul li + li {
    margin-left: 48px;
  }

  #header .inner #nav ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 8px;
    font-size: 16px;
    /* font-weight: bold; */
  }
  #header .inner #nav ul li a::after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-bottom: 2px solid var(--color_black01);
    border-right: 2px solid var(--color_black01);
    rotate: 45deg;

  }
}
@media screen and (min-width: 1180px) {
  #header .inner #nav ul li a {
    font-size: 16px;
  }
}

#header .inner #pageTitle {
  /* display: none; */
}
@media screen and (min-width: 1280px) {
  #header .inner #pageTitle {
    /* display: block; */
    flex-basis: 248px;
    max-width: 248px;
  }
}
@media screen and (min-width: 768px) {
  #header .inner #pageTitle {
    display: block;
    flex-basis: 210px;
    max-width: 210px;
  }
}
#header .inner #pageTitle {
  flex-basis: auto;
  max-width: 100%;
  margin-right: 10px;
  color: var(--color_black01);
}
#header .inner #pageTitle h1 {
  font-size: 2.6666666667vw;
  font-size: 11px;
  font-weight: normal;
}
@media screen and (min-width: 1280px) {
  #header .inner #pageTitle h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  #header .inner #pageTitle h1 {
    font-size: 10px;
  }
}
#header .inner #pageTitle h1 span {
  display: block;
}
#header.scroll .inner #logo {
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  #header.scroll .inner #logo {
    margin: 0 2em 0 0;
    height: 40px;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  #header.scroll .inner #logo img {
    transition: 0.3s all ease;
    width: auto;
    max-height: 40px;
  }
}


/* pal header */
#header .inner #logo {
  width: 150px;
  transition: 0.3s;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 100%;
}
#header .inner #logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #header .inner #logo {
    width: 280px;
    max-width: 280px;
  }
/*   #header.scroll .inner #logo img {
    height: 33px;
    width: 280px;
  } */
  #header .inner {
    max-width: none;
    min-width: 1380px;
    padding: 0 0 0 20px;
  }
}


/********************************
**  ハンバーガー
********************************/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.menu-triggerWrap {
  margin-left: auto;
}

#menu-trigger {
  margin-left: auto;
  display: inline-block;
  width: 32px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

#menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--color_black01);
  transition: all 0.5s;
}

#menu-trigger.active span {
   background-color: #fff;
}

#menu-trigger span:nth-of-type(1) {
  top: 6px;
}

#menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

#menu-trigger span:nth-of-type(2) {
  bottom: 6px;
}

#menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-7px) rotate(45deg);
}

#sp_nav {
  width: 300px;
  height: 100%;
  padding-top: 100px;
  background-color: var(--color_black01);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all 0.5s;
}

#sp_nav.open {
  transform: translateZ(0);
}

#sp_nav li {
  color: var(--color_white01);
  text-align: left;
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 2px solid var(--color_gray01);
}
#sp_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative;

}
#sp_nav li a span {
  display: inline-block;
  padding: 0 30px;
  font-weight: bold;
}
#sp_nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color_white01);
  border-right: 2px solid var(--color_white01);
  margin: auto 0;
  rotate: 45deg;
}


/* pal humberger */
#menu-trigger {
  width: 63px;
  height: 63px;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-trigger-text {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 35px;
}
#menu-trigger span {
  background-color: var(--color_white01);
  width: 17px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;;
  height: 1px;
}
#menu-trigger span:nth-of-type(1) {
  top: 13px;
}
#menu-trigger span:nth-of-type(2) {
  top: 20px;
  bottom: auto;
}
#menu-trigger.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 15px;
}
#menu-trigger.active span:nth-of-type(2) {
  transform: rotate(45deg);
  top: 15px;
}
#sp_nav {
  background: rgba(255,211,174,0.95);
  height: auto;
  width: 100%;
  transform: none;
  top: -9999px;
  opacity: 0;
  transition: 0.1s top 0.3s, 0.5s opacity 0.6s;
}
#sp_nav.open {
  top: 0;
  opacity: 1;
}
#sp_nav li {
  border: none;
  color: var(--color_black01);
  padding: 0;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.5s transform 1s , 0.5s opacity 1s;
}
#sp_nav li:nth-child(1) {
  transition-delay: 0.6s;
}
#sp_nav li:nth-child(2) {
  transition-delay: 0.8s;
}
#sp_nav li:nth-child(3) {
  transition-delay: 1s;
}
#sp_nav li:nth-child(4) {
  transition-delay: 1.2s;
}

#sp_nav.open li {
  transform: translateY(0);
  opacity: 1;
  /* transition-delay: 0; */
}
#sp_nav li + li {
  margin-top: 30px;
}
#sp_nav li a::before {
  border-color: var(--color_black01);
  rotate: 135deg;
}
#sp_nav li a {
  font-size: 24px;
}
.sp_navBtn01Wrap {
  margin-top: 100px;
  opacity: 0;
  transition: 0.5s opacity;
}
.sp_navBtn01Wrap {
  transition-delay: 1.6s;
}
#sp_nav.open  .sp_navBtn01Wrap {
  opacity: 1;
}
.navBtn01 {
  display: block;;
  padding: 20px 10px;
  background-color: var(--color_logo01);
  color: var(--color_white01);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.navBtn01Text {
  position: relative;
  display: inline-block;;
  padding: 0 20px;
}
.navBtn01Text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;;
  border-top: 2px solid var(--color_white01);
  border-right: 2px solid var(--color_white01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .pc_navBtn01 {
    margin-left: 120px;
  }
  .navBtn01 {
    font-size: 16px;
    width: 236px;
  }
}
/* Scss Document */
/**************************
**** MV
**************************/
.mv {
  text-align: center;
  background-color: var(--color_logo02);
}
.mvInner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: calc(40 / 375* 100vw) 0;
}
.mvText {
  font-size: calc(38 / 375* 100vw);
  color: var(--color_white01);
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 0;;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: flex;;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mvInner {
    padding: 70px 0;
  }
  .mvText {
    font-size: 100px;
  }
}
.mvImgSlide01 {
  /* margin-top: calc(40 / 375* 100vw); */
  overflow: hidden;
  border-radius: 50px 0 0 2px;
  /* width: 213.4%; */
  width: calc(100% - 5px);
  height: calc(135 / 375* 100vw);
  display: flex;;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.mvImgSlide01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(21, 21, 21, 0.74) 17%, rgba(123, 123, 123, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.4;
}

.mvImgSlide01 > img {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
  max-width: none;
}
.mvImgSlide02 {
  margin-top: calc(23 / 375* 100vw);
  overflow: hidden;
  border-radius: 0 0 50px 2px;
  /* width: 213.4%; */
  width: calc(100% - 5px);
  height: calc(135 / 375* 100vw);
  display: flex;
  margin-right: 5px;
  position: relative;
  z-index: 1;
  /* left: -115%; */
}
.mvImgSlide02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(21, 21, 21, 0.74) 17%, rgba(123, 123, 123, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.4;
}
.mvImgSlide02 > img {
  animation: infinity-scroll-right 100s infinite linear 0.5s both;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .mvImgSlide01 {
    margin-left: 100px;
    width: calc(100% - 100px);
    height: 270px;
  }
  .mvImgSlide02 {
    margin-top: 50px;
    margin-right: 100px;
    width: calc(100% - 100px);
    height: 270px;
  }
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-right {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes infinity-rotate01 {
	from {
		rotate: 0deg;
	}
	to {
		rotate: 360deg;
	}
}
@keyframes infinity-rotate02 {
	from {
		rotate: 0deg;
	}
	to {
		rotate: -360deg;
	}
}
.mvCircle01 {
  position: absolute;
  width: calc(79 / 375* 100vw);;
  top: -4%;
  left: -4%;
  animation: infinity-rotate01  50s infinite linear 0.5s both;
  z-index: 2;
}
.mvCircle02 {
  position: absolute;
  width: calc(145 / 375* 100vw);;
  top: 90%;
  left: 10%;
  animation: infinity-rotate01  70s infinite linear 0.5s both;
  z-index: 2;
}
.mvCircle03 {
  position: absolute;
  width: calc(69 / 375* 100vw);;
  top: 83%;
  right: 0%;
  animation: infinity-rotate02  30s infinite linear 0.8s both;
  z-index: 2;
}
.mvCircle04 {
  position: absolute;
  width: calc(136 / 375* 100vw);
  top: 38%;
  right: 13%;
  animation: infinity-rotate02  20s infinite linear 0.5s both;
  z-index: 0;
}

.mvLine01 {
  position: absolute;
  top: 43%;
  left: 2%;
  width: calc(42 / 375* 100vw);;
  z-index: 3;
  opacity: 0;
  animation: line01 0.2s linear 0.5s forwards;
}
.mvLine02 {
  position: absolute;
  top: 0;
  left: 40%;
  width: calc(216 / 375* 100vw);
  opacity: 0;
  animation: line02 0.2s linear 0.5s forwards;
}
.mvLine03 {
  position: absolute;
  bottom: 0;
  left: 38%;
  width: calc(218 / 375* 100vw);
  opacity: 0;
  animation: line01 0.2s linear 0.5s forwards;
}

@keyframes line01 {
	from {
    opacity: 0;
		translate: -50px 50px;
	}
	to {
    opacity: 1;
		translate: 0 0;
	}
}
@keyframes line02 {
	from {
    opacity: 0;
		translate: 50px -50px;
	}
	to {
    opacity: 1;
		translate: 0 0;
	}
}
@media screen and (min-width: 768px) {
  .mvCircle01 {
    width: 140px;
    top: 0;
    left: 0;
  }
  .mvCircle02 {
    width: 200px;
    left: 37%;
  }
  .mvCircle03 {
    width: 138px;
    top: 82%;
    right: 1%;
  }
  .mvCircle04 {
    width: 223px;
    top: -23%;
    right: 70%;
  }
  .mvCircle05 {
    position: absolute;
    top: 0;
    right: 35%;
    width: 142px;
    animation: infinity-rotate02  20s infinite linear 0.5s both;
  }
  .mvCircle06 {
    position: absolute;
    top: 30%;
    right: 3%;
    width: 224px;
    animation: infinity-rotate01  20s infinite linear 0.5s both;
  }
  .mvLine01 {
    width: 96px;
    top: 34%;
  }
  .mvLine02 {
    width: 298px;
    top: 72%;
    left: 0%;
    animation: line01 0.2s linear 0.5s forwards;
    opacity: 0;

  }
  .mvLine03 {
    width: 296px;
    top: 80%;
  }
  .mvLine04 {
    position: absolute;
    top: 0;
    left: 50%;
    animation: line02 0.2s linear 0.5s forwards;
    opacity: 0;
  }
  .mvLine05 {
    position: absolute;
    top: 3%;
    right: 8%;
    opacity: 0;
    animation: line01 0.2s linear 0.5s forwards;
  }
  .mvLine06 {
    position: absolute;
    top: 74%;
    right: 4%;
    opacity: 0;
    animation: line01 0.2s linear 0.5s forwards;
  }
  .mvLine07 {
    position: absolute;
    top: 42%;
    right: 0%;
    opacity: 0;
    animation: line02 0.2s linear 0.5s forwards;
  }

    

}
/* .mv img {
  margin-left: auto;
  margin-right: auto;
} */


/* Scss Document */
/**** form ****/
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
.form .formWrapper {
  width: 100%;
  margin: 0 auto;
}
.form .formWrapper dl {
  width: 100%;
  margin-bottom: 20px;
}
.form .formWrapper dl dt {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: left;
  padding: 0 0 4px 24px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper dl dt {
    font-size: 11px;
  }
}
.form .formWrapper dl dd {
  width: 100%;
}
.form .formWrapper dl dd input {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 10px 32px;
}
@media screen and (max-width: 767px) {
  .form .formWrapper dl dd input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form .formWrapper dl dd select {
    font-size: 16px;
  }
}
.form .formWrapper dl dd .dropdown {
  width: 100%;
  height: 48px;
  text-align: left;
  border-radius: 10px;
  position: relative;
}
.form .formWrapper dl dd .dropdown .carat {
  width: 28px;
  height: 20px;
  background: url(../images/ico_drop.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.form .formWrapper dl dd .dropdown.open .carat {
  width: 28px;
  height: 20px;
  background: url(../images/ico_drop.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transform: rotate(180deg);
}
.form .formWrapper dl dd .dropdown .selected {
  line-height: 1;
  padding: 17px 24px;
}
.form .formWrapper dl dd .dropdown li {
  line-height: 1;
  padding: 10px 32px;
}
.form .formWrapper dl dd .dropdown li.focus {
  background: #ffa500;
}
.form .formWrapper dl dd .checkContents {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .formWrapper dl dd .checkContents li {
  display: block;
  padding: 8px 24px 0px;
}
.form .formWrapper dl dd .icheckbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/check.png) no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
}
.form .formWrapper dl dd .icheckbox {
  background-position: 0 0;
}
.form .formWrapper dl dd .icheckbox.hover {
  background-position: -20px 0;
}
.form .formWrapper dl dd .icheckbox.checked {
  background-position: -40px 0;
}
.form .formWrapper .searchBtn {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .form .formWrapper .searchBtn {
    width: 344px;
  }
}
.form .formWrapper .searchBtn a {
  letter-spacing: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.column {
    width: 712px;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.even dl {
    flex-basis: 528px;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once dl {
    flex-basis: 712px;
    max-width: 712px;
  }
}
.form .formWrapper.row.once dl.check {
  flex-basis: 712px;
  max-width: 712px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once .searchBtn {
    flex-basis: 528px;
    max-width: 528px;
  }
}
.form .formWrapper.row dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row dl {
    flex-basis: 344px;
    max-width: 344px;
  }
}
.form .formWrapper.row dl.check {
  flex-basis: 100%;
  max-width: 100%;
}
.form .formWrapper.row dl dd .checkContents li {
  padding: 8px 24px 0px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row dl dd .checkContents li {
    display: inline-block;
  }
}

/**************************
**** サーチコンテンツ
**************************/
.search {
  /* margin-top: calc(-310 / 1600* 100vw); */
  padding: calc(40 / 375* 100vw) 0;
}
.locationArea {
  margin-top: calc(50 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .search {
    padding: 90px 0;
  }
  .locationArea {
    position: relative;
    margin-top: 100px;

  }
}
.searchBtn01Wrap {
  text-align: center;

}
@media screen and (min-width: 768px) {
  .searchBtn01Wrap img {
    width: 353px;
    display: inline-block;;
  }
}

.locationWrap .middleTitle {
  margin-bottom: calc(30 / 375* 100vw);;
}
.locationListItem + .locationListItem {
  margin-top: calc(20 / 375* 100vw);;
}
.locationListTitle {
  font-size: calc(14 / 375* 100vw);
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid var(--color_logo01);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}
.tglIcon02 {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-color: var(--color_white01);
  border: 1px solid var(--color_logo01);
  transition: 0.3s;
}
.js_tglArea.s_close .tglIcon02 {
  background-color: var(--color_logo01);

}
.tglIcon02::before,
.tglIcon02::after {
  content: "";
  display: block;
  background-color: var(--color_white01);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tglIcon02::before {
  width: 9px;
  height: 1px;
  background-color: var(--color_logo01);
}
.tglIcon02::after {
  width: 1px;
  height: 9px;
  top: 10px;
  opacity: 0;
  transition: 0.3s;
  background-color: var(--color_logo01);
}
.js_tglArea.s_close .tglIcon02::before,
.js_tglArea.s_close .tglIcon02::after {
  background-color: var(--color_white01);
}
.js_tglArea.s_close .tglIcon02::after {
  top: 0;
  opacity: 1;
  
}
.locationListBody {
  padding-top: 20px;
  display: flex;;
  flex-wrap: wrap;
  gap: calc(10 / 375* 100vw);;
}
.locationLink {
  background-color: var(--color_gray01);
  color: var(--color_white01);
  display: inline-flex;
  width: calc(100 / 375* 100vw);
  height: calc(40 / 375* 100vw);
  font-size: calc(14 / 375* 100vw);;
  font-weight: bold;;
  align-items: center;;
  justify-content: center;
  border-radius: calc(20 / 375* 100vw);;
  padding: 0 18px;
  position: relative;
}
.locationLink::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color_white01);
  border-right: 1px solid var(--color_white01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .locationWrap {
    height: 632px;
    background: url(../images/map.png) no-repeat center top;
    margin-top: 0;
    
  }
  .locationWrap .middleTitle  {
    margin-bottom: 0;
  }
  .locationListItem {
    position: absolute;
  }
  .locationListItem.s_hokkaido {
    top: 20px;
    left: 670px;
  }
  .locationListItem.s_tohoku {
    top: 200px;
    right: 50px;
    width: 260px;
  }
  .locationListItem.s_kanto {
    top: 380px;
    right: 5px;
    width: 345px;
  }
  .locationListItem.s_koushin {
    top: 165px;
    left: 550px;
    width: 170px;
  }
  .locationListItem.s_tokai {
    top: 500px;
    left: 650px;
  }
  .locationListItem.s_kinki {
    top: 530px;
    left: 360px;
    width: 260px;
  }
  .locationListItem.s_kinki .locationListTitle {
    text-align: right;
  }
  .locationListItem.s_chugoku {
    top: 195px;
    left: 266px;
    width: 260px;
  }
  .locationListItem.s_kyushu {
    top: 300px;
    left: 80px;
    width: 170px;
  }

  .locationListItem + .locationListItem {
    margin-top: 0
  }
  .js_tglArea.s_close .locationBodyWrap {
    display: block !important;
  }
  .js_tglArea .locationListTitle {
    pointer-events: none;;
  }
  .locationListTitle  {
    font-size: 18px;
    border-bottom: none;
    padding: 0;
  }
  .locationListItem .tglIcon02 {
    display: none;;
  }
  .locationLink {
    width: 80px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    transition: 0.3s;
  }
  .locationLink:hover {
    background-color: var(--color_logo01);
  }
  .locationLink::before {
    display: none;
  }
  .locationListBody {
    padding-top: 10px;
    gap: 8px;;
  }
  .tglIcon02 {
    width: 40px;
    height: 40px;
  }
  .tglIcon02::before {
    width: 20px;
    height: 2px;
  }
  .tglIcon02::after {
    width: 2px;
    height: 20px;
  }

}

.col3_01 {
  margin-top: calc(60 / 375* 100vw);;
}
.col3_01Item + .col3_01Item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .col3_01 {
    display: flex;;
    margin-top: 100px;
  }
  .col3_01Item + .col3_01Item {
    margin-top: 0;
    margin-left: 30px;
  }
}
.brand,
.employment {
  background-color: var(--color_gray03);
  padding: calc(50 / 375* 100vw) 0 calc(60 / 375* 100vw);;
  margin-top: calc(60 / 375* 100vw);
}
.employment {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .brand,
  .employment {
    padding: 90px 0 100px;
    margin-top: 100px;
  }
  .employment {
    margin-top: 0;
  }
}
.brandWrap {
  margin-top: calc(40 / 375* 100vw);
}
.serchList + .serchList {
  margin-top: calc(20 / 375* 100vw);
}
.serchListTitle {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid var(--color_logo01);
  padding: 3px 0;
}
.serchListTitle_jp {
  font-size: calc(14 / 375* 100vw);
}
.serchListTitle_en {
  color: var(--color_logo01);
  font-size: calc(10 / 375* 100vw);
}
.serchListBody {
  background-color:  var(--color_white01);
  padding: calc(10 / 375* 100vw);
  border-bottom: 1px solid var(--color_logo01);
}
.serchListText01 {
  font-size: calc(14 / 375* 100vw);;
}
.serchListLinkWrap {
  margin-top: calc(10 / 375* 100vw);
  display: flex;;
  flex-wrap: wrap;
  gap: calc(20 / 375* 100vw) calc(12 / 375* 100vw);
}
.serchListLink {
  width: calc(92 / 375* 100vw);
  background-color: var(--color_white01)
}
.letSpS01 {
  letter-spacing: -0.1em;;
}

.letSpS02 {
  letter-spacing: -0.2em;;
}
/* スマホ用（767px以下） */
@media screen and (max-width: 767px) {
    .letSpS14 {
        font-size: 9px;
    }
}
.searchLinkImgWrap {
  border: 1px solid var(--color_gray04);
  height: calc(74 / 375* 100vw);
  display: flex;;
  justify-content: center;;
  align-items: center;;
}
.searchLinkText {
  text-align: center;;
  font-size: calc(10 / 375* 100vw);
  margin-top: calc(3 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .brandWrap {
    margin-top: 70px;
  }
  .serchList + .serchList {
    margin-top: 40px;
  }
  .serchListTitle {
    padding: 8px 10px;
  }
  .serchListTitle_jp {
    font-size: 24px;
  }
  .serchListTitle_en {
    font-size: 14px;
  }
    
  .serchListBody {
    padding: 30px 30px 50px;
  }
  .serchListText01 {
    font-size: 14px;;
  }
  .serchListLinkWrap {
    margin-top: 20px;
    gap: 35px;
  }
  .serchListLink {
    width: 200px;;
  }
  .searchLinkImgWrap {
    height: 150px;
  }
  .searchLinkText {
    font-size: 14px;
  }
}

.occupation,
.conditions {
  padding: calc(50 / 375* 100vw) 0 calc(60 / 375* 100vw);
}
.conditions {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .occupation,
  .conditions {
    padding: 90px 0 100px;
  }
  .conditions {
    padding-bottom: 0;
  }
}
.occupationWrap {
  margin-top: calc(40 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .occupationWrap {
    margin-top: 70px;
  }
}
.occupation .serchListBody {
  background-color: var(--color_gray03);
}
.serchListText02 {
  background: var(--color_gray02);
  color: var(--color_white01);
  font-size: calc(18 / 375* 100vw);
  font-weight: bold;
  padding: 10px;
}
.serchListLinkWrap + .serchListText02 {
  margin-top: calc(30 / 375* 100vw);
}
.searchLinkText02 {
  background-color: var(--color_white01);
  display: flex;;
  justify-content: center;;
  align-items: center;;
  /* min-height: calc(30 / 375* 100vw); */
  font-size: calc(10 / 375* 100vw);;
  position: relative;
  /* padding: calc(5 / 375* 100vw) calc(5 / 375* 100vw); */
  text-align: center;;
  min-height: calc(30 / 375* 100vw);
  line-height: 1.2;
}
.searchLinkText02::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color_logo01);
  border-right: 1px solid var(--color_logo01);
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .serchListText02 {
    font-size: 20px;
    padding: 12px 15px;
  }
  .serchListLinkWrap + .serchListText02 {
    margin-top: 45px;
  }
  .searchLinkText02 {
    font-size: 14px;
    min-height: 46px;
    height: 50px;
  }
  .searchLinkText02::before {
    right: 10px;
  }
}

.employment .middleTitle_en {
  font-size: calc(32 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .employment .middleTitle_en {
    font-size: 52px;
  }
}
.employmentLinkWrap {
  margin-top: calc(30 / 375* 100vw);
  display: flex;;
  flex-wrap: wrap;
  gap: calc(15 / 375* 100vw);
  justify-content: space-between;
}
.employmentLink {
  width: calc(50% - calc(8 / 375* 100vw));
}
@media screen and (min-width: 768px) {
  .employmentLinkWrap {
    margin-top: 65px;
    gap: 20px;
  }
  .employmentLink {
    width: 273px;
  }
}

.conditionsBox {
  background-color: var(--color_gray03);
  padding: calc(30 / 375* 100vw)  calc(10 / 375* 100vw);
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .conditionsBox {
    margin-top: 20px;
    padding: 40px 30px;
  }
}
.search_btn > a {
  background-color: var(--color_logo01);
  color: #fff;
  font-size: calc(16 / 375* 100vw);;
  display: flex;;
  justify-content: center;;
  align-items: center;;
  width: 100%;
  height: calc(60 / 375* 100vw);
  margin: calc(30 / 375* 100vw) auto 0;
  border-radius: calc(30 / 375* 100vw);;
  box-shadow: 3px 4px 0px 0px rgba(51,51,51,0.2);
}
@media screen and (min-width: 768px) {
  .search_btn > a {
    font-size: 16px;
    width: 350px;
    height: 60px;
    border-radius: 30px;;
    margin-top: 40px;
  }
}
.form {
  display: block;
}
.formItem + .formItem {
  margin-top: calc(15 / 375* 100vw);
}
.dropdownWrap {
  margin-top: calc(15 / 375* 100vw);
  margin-bottom: calc(15 / 375* 100vw);
}
.formTitle {
  font-size: calc(12 / 375* 100vw);
  font-weight: bold;
  margin-bottom: calc(5 / 375* 100vw);
  text-align: left;;
}
.textbox {
  border: 1px solid var(--color_gray05);
  width: 100%;
  height: calc(50 / 375* 100vw);
  font-size: calc(16 / 375* 100vw);
  padding: 0 40px 0 1em;
  border-radius: calc(25 / 375* 100vw);;
  background: url(../images/bg_textbox_01.png) no-repeat center right 10px #fff;
}
::placeholder {
  color: #C8C9CA;
}
.dropdown {
  text-align: left;
  border: 1px solid var(--color_gray05);
  border-radius: 4px;;
  font-size: calc(16 / 375* 100vw);
  position: relative;
}
.dropdown::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color_logo01);
  border-right: 1px solid var(--color_logo01);
  rotate: 135deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dropdown .selected {
  display: flex;
  height: calc(50 / 375* 100vw);
  align-items: center;;
}
.dropdown.s_placeholder .selected {
  color: #C8C9CA;
}
.dropdown li.focus {
  background-color: var(--color_logo01)
}
.check_contents {
  text-align: left;;
}
.check_contents li {
  display: inline-block;;
  margin-right: calc(15 / 375* 100vw);
  margin-bottom: calc(15 / 375* 100vw);;
}

.checkbox {
  padding-left: calc(30 / 375* 100vw);
  display: inline-block;;
  position: relative;
}
.checkbox input[type="checkbox"] {
  display: none;;
}
.checkboxText {
  font-size: calc(16 / 375* 100vw);
}
.checkboxText::before {
  content: "";
  display: block;
  width: calc(20 / 375* 100vw);;
  height: calc(20 / 375* 100vw);;
  border: 1px solid var(--color_gray05);
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0.1em;;
}
.checkboxText::after {
  content: "";
  display: block;
  width: calc(14 / 375* 100vw);;
  height: calc(5 / 375* 100vw);;
  border-left: 1px solid var(--color_logo01);
  border-bottom: 1px solid var(--color_logo01);
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  rotate: -45deg;
  opacity: 0;
}
input[type="checkbox"]:checked + .checkboxText::before {
  border-color: var(--color_logo01)
}
input[type="checkbox"]:checked + .checkboxText::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .formItem + .formItem {
    margin-top: 30px;
  }
  .dropdownWrap {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;

  }
  .dropdownWrap  .formItem + .formItem {
    margin-top: 0;
  }
  .formTitle {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .textbox {
    font-size: 16px;
    height: 50px;
    width: 748px;
  }
  .form dd {
    text-align: left;
  }
  .dropdown {
    height: 50px;
    width: 360px;
    font-size: 16px;
  }
  .dropdown .selected {
    height: 50px;
  }
  .check_contents li {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .checkbox {
    padding-left: 30px;
    cursor: pointer;;
  }
  .checkboxText {
    font-size: 16px;
  }
  .checkboxText::before {
    width: 20px;
    height: 20px;
  }
  .checkboxText::after {
    width: 14px;
    height: 5px;
  }
}
.scout {
  background-color: var(--color_gray03);
  padding: calc(60 / 375* 100vw) 0;
  margin-top: calc(60 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .scout {
    padding: 100px 0;
    margin-top: 100px;
  }
}

/**************************
**** インタビュー
**************************/

.interview {
  padding-top: calc(10 / 375* 100vw);
  padding-bottom: calc(40 / 375* 100vw);
  /* margin-top: calc(60 / 375* 100vw); */
  background: url(../images/bg_interview_01_sp.png) no-repeat right top;
  background-size: 75%;
}

@media screen and (min-width: 768px) {
  .interview {
    padding-top: 90px;
    padding-bottom: 100px;
    /* margin-top: 100px; */
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bg_interview_01.png) no-repeat right top;
    background-size: 75%;
  }
  .interview .sectionTitle02 {
    margin-top: 0;
    margin-bottom: 70px;
  }
}


.interviewListItem {
  padding: 0 10px;
}
.scrlText {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  font-size: calc(18 / 375* 100vw);
  margin-right: calc(30 / 375* 100vw);
}

@media screen and (min-width: 768px) {
  .interviewListItem {
    padding: 0 15px;
  }
}

.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-next:before,
.slick-prev:before {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: var(--color_black01);
}
.slick-next:before {
  content: "→";
  border: none;
}
.slick-prev:before {
  border: none;
  content: "←";
}
.slick-prev::after,
.slick-next::after {
  background-color: transparent;
  box-shadow: none;;
}

.modalContents {
  display: none;;
}
.modaal-container {
  background-color: transparent;
  max-width: none;

}
.modaal-content-container {
  padding: 30px 10px;
}
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-close {
  right: calc(40 / 375 * 100vw);
  width: calc( 25/ 375* 100vw);
  height: calc(25 / 375* 100vw);
}
.modaal-close:after,
.modaal-close:before {
  top: calc(5 / 375* 100vw);
  width: calc(2 / 375* 100vw);
  height: calc(16 / 375* 100vw);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modaal-close:hover::after,
.modaal-close:hover::before {
  background-color: #fff;
}
.modaal-wrapper .modaal-close {
  background-color:  rgba(51,51,51,0.8);
}
.modaal-container {
}
@media screen and (min-width: 768px) {
  .modaal-close {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 40px;;
  }
  .modaal-close:after,
  .modaal-close:before {
    width: 2px;
    height: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .modaal-close {
    right: calc(50vw - 570px);
  }
}
@media screen and (max-width: 767px){
  .modaal-close {
    top: 9%;
  }
}

.modalInner {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 60px 20px 100px;
}
.modalInner.s_interview01 {
  background: url(../images/bg_modal_01_title.png) no-repeat left top #fff;
  background-size: 100%;
}
.modalInner.s_interview02 {
  background: url(../images/bg_modal_02_title.png) no-repeat left top #fff;
  background-size: 100%;
}
.modalInner.s_interview03 {
  background: url(../images/bg_modal_03_title.png) no-repeat left top #fff;
  background-size: 100%;
}
@media screen and (max-width: 767px){
  .modalInner {
    border-radius: calc(40 / 375* 100vw);;
    padding: calc( 40/ 375* 100vw) 20px;
    width: 100%;
  }
  .modalInner.s_interview01 {
    background: url(../images/bg_modal_01_title_sp.png) no-repeat left top #fff;
    background-size: 100%;
  }
  .modalInner.s_interview02 {
    background: url(../images/bg_modal_02_title_sp.png) no-repeat left top #fff;
    background-size: 100%;
  }
  .modalInner.s_interview03 {
    background: url(../images/bg_modal_03_title_sp.png) no-repeat left top #fff;
    background-size: 100%;
  }
}
.modalW {
  max-width: 940px;
  margin: 0 auto;
}
.modalHead {
  display: flex;;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 85px;
}
.modalHead_imgWrap {
  width: 50%;
}
.modalHead_textWrap {
  width: 50%;
}
.modalHead_textImg {
  max-width: 222px;
}
.modalHead_title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}
.s_interview02 .modalHead_title {
  letter-spacing: -0.1em;
}
.modalHead_titleText {
  background-color: #fff;
  display: inline-block;;
  padding: 12px 15px;
}
.modalHead_titleText  + .modalHead_titleText  {
  margin-top: 10px;
}
.modalHead_textCol2 {
  margin-top: 20px;
  display: flex;;
}
.modalHead_textCol2Left {
  background-color: var(--color_logo01);
  color: var(--color_white01);
  font-size: 2.0rem;
  font-weight: bold;;
  display: flex;;
  /* width: 150px; */
  height: 65px;
  padding: 15px;
  align-items: center;
}
.modalHead_textCol2Right {
  margin-left: 20px;
  line-height: 1.3;
  /* width: calc(100% - 170px); */
}
.modalHead_text01 {
  font-size: 2.6rem;
  font-weight: bold;
}
.modalHead_text02 {
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .modalHead {
    display: block;;
    margin-bottom: calc(30 / 375* 100vw);
  }
  .modalHead_imgWrap,
  .modalHead_textWrap {
    width: 100%;
  }
  .modalHead_textImg  {
    width: 70%;
    max-width: none;
  }
  .modalHead_title {
    font-size: calc(18 / 375* 100vw);
  }
  .modalHead_titleText {
    padding: 10px 5px;
  }
  .modalHead_textCol2Left {
    font-size: calc(16 / 375* 100vw);
    /* width: calc(125 / 375* 100vw); */
    padding: calc(10 / 375* 100vw);
  }
  .modalHead_textCol2Right {
    /* width: calc(100% -  calc(145 / 375* 100vw)); */
    margin-left: calc(15 / 375* 100vw);
  }
  .modalHead_text01 {
    font-size: calc(20 / 375* 100vw);
  }
  .modalHead_text02 {
    font-size: calc(16 / 375* 100vw);
    margin-top: calc(8 / 375* 100vw);
  }
  .modalHead_imgWrap {
    margin-top: calc(20 / 375* 100vw);
    text-align: center;;
  }
  
}
.modalBody_item {
  display: flex;;
  justify-content: space-between;
  margin-top: 60px;
}
.modalBody_item:nth-child(even) {
  flex-direction: row-reverse;
}
.modalBody_textWrap {
  width: 50.42%;
}
.modalBody_title {
  position: relative;
  font-weight: bold;
  padding-left: 40px
}
.modalBody_titleNum {
  position: absolute;
  top: 0;
  left: 0;
}
.modalBody_titleNum::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: var(--color_logo01);
  border-radius: 2px;
  rotate: -45deg;
  position: absolute;
  bottom: 6px;
  left:9px;
}
.modalBody_titleText {
  font-size: 1.8rem;
}
.modalBody_text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.77;
}
.modalBody_imgWrap {
  width: 46.38%;
}
.modalBody_bottom {
  background-color: var(--color_gray03);
  margin-top: 60px;
  padding: 30px 20px;
}
.modalBody_bottomTitle {
  margin-left: 10px;
}
.modalBody_bottomTitleText {
  display: inline-block;
  border-bottom: 2px solid var(--color_logo01);
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .modalBody_item {
    display: block;;
    margin-top: calc(30 / 375* 100vw);;
  }
  .modalBody_textWrap,
  .modalBody_imgWrap {
    width: 100%;
  }
  .modalBody_title {
    padding-left: calc(30 / 375 * 100vw);
  }
  .modalBody_titleNum {
    font-size: calc(16 / 375* 100vw);
    top: calc(-5 / 375* 100vw);
  }
  .modalBody_titleNum::before {
    width: calc(28 / 375* 100vw);
    left: calc(9 / 375 * 100vw);
    bottom: calc(6 / 375 * 100vw);
  }
  .modalBody_titleText {
    font-size: calc(18 / 375* 100vw);
  }
  .modalBody_text {
    font-size: calc(16 / 375* 100vw);
  }
  .modalBody_imgWrap {
    margin-top: calc(15 / 375* 100vw);
  }
  .modalBody_bottom {
    margin-top: calc(45 / 375* 100vw);;
    padding: 30px 10px;
  }
  .modalBody_bottomTitle {
    margin-left: 10px;
  }
  .modalBody_bottomTitleText {
    font-size: calc(24 / 375* 100vw);;
    margin-bottom: calc(20 / 375* 100vw);;
  }
}
/**************************
**** merit
**************************/
.merit {
  position: relative;
  padding: calc(10 / 375* 100vw) 0 calc(60 / 375* 100vw);
  background: url(../images/bg_merit_01_sp.png) no-repeat left top;
  background-size: cover;
}


@media screen and (min-width: 768px) {
  .merit {
    padding: 20px 0 120px;
    background: url(../images/bg_merit_01.png) no-repeat left top;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

}
.meritItem + .meritItem {
  margin-top: 20px;
}
.meritImgWrap img {
  width: calc(300 / 375* 100vw);
  position: relative;
  z-index: 0;
}
.meritItem:nth-child(odd) .meritImgWrap {
  text-align: right;
}
.meritTextWrap {
  background-color: var(--color_white01);
  border-radius: 4px 100px;
  /* padding: 35px 30px 50px; */
  padding: calc(35 / 375* 100vw) calc(30 / 375* 100vw) calc(50 / 375* 100vw);
  margin: calc(-80 / 375* 100vw) calc(20 / 375* 100vw) 0;;
  position: relative;
  z-index: 1;
}
.meritTextWrap > dt {
  font-size: calc(26 / 375* 100vw);;
  font-weight: bold;
}
.meritTextWrap > dd {
  font-size: calc(16 / 375* 100vw);;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .meritItem {
    display: flex;;
    align-items: center;
  }
  .meritItem + .meritItem {
    margin-top: 80px;
  }
  .meritItem:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .meritImgWrap {
    width: 48.25%;
  }
  .meritImgWrap img {
    width: 100%;
  }
  .meritTextWrap  {
    padding: 60px 50px;
    margin: 0;
    width: 45.625%;
  }
  .meritItem:nth-child(odd) .meritTextWrap  {
    margin-right: -100px;
    padding: 60px 145px 60px 50px;
  }
  .meritItem:nth-child(even) .meritTextWrap  {
    margin-left: -100px;
    padding: 60px 50px 60px 145px;
  }
  .meritTextWrap > dt {
    font-size: 38px;;
  }
  .meritTextWrap > dd {
    font-size: 16px;
  }
}


/**************************
**** よくある質問
**************************/

.faq {
  position: relative;
  padding: calc(10 / 375* 100vw) 0 calc(60 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 10px 0 120px;
  }
}

.faq .faqWrapper .faqItem + .faqItem {
  margin-top: calc(30 / 375* 100vw);
}

@media screen and (min-width: 768px) {
  .faq .faqWrapper .faqItem + .faqItem {
    margin-top: 30px;
  }
}

.faq .faqWrapper .faqItem dt {
  position: relative;
  font-weight: bold;
  font-size: calc(16 / 375* 100vw);
  line-height: 1.75;
  color: var(--color_black01);
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--color_logo01);
  padding: 10px 40px 10px 10px;
}
/* .faq .faqWrapper .faqItem dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;;
  border: 1px solid var(--color_logo01);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
} */
.tglIcon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;;
  border: 1px solid var(--color_logo01);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tglIcon::before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background-color: var(--color_logo01);
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
  opacity: 0;
}
.js_tglArea.s_close .tglIcon::before {
  opacity: 1;
  top: 0;
}
.tglIcon::after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background-color: var(--color_logo01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.faq .faqWrapper .faqItem .qHead {
  font-size: calc(22 / 375* 100vw);
  font-weight: 600;
  color: var(--color_logo01);
}
.faq .faqWrapper .faqItem .qBody {
  margin-left: 8px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq .faqWrapper .faqItem dt {
    padding: 0px 10px 20px;
  }
/*   .faq .faqWrapper .faqItem dt::before {
    width: 40px;
    height: 40px;
    } */
    .tglIcon {
      width: 40px;
      height: 40px;
  }
  .tglIcon::before {
    height: 22px;
    width: 2px;
    /* right: 28px; */
  }
  .tglIcon::after {
    width: 22px;
    height: 2px;
    /* right: 18px; */
  }
  .faq .faqWrapper .faqItem .qHead {
    font-size: 3.2rem;
  }
  .faq .faqWrapper .faqItem .qBody {
    font-size: 24px;
    width: calc(100% - 68px);
    margin-left: 10px;
  }

}

.faq .faqWrapper .faqItem dd {
  position: relative;
  padding: 16px calc(10 / 375* 100vw);
  line-height: 1.75;
}

.faq .faqWrapper .faqItem .aBody {
  width: calc(100% - calc(32 / 375* 100vw));
  font-size: calc(14 / 375* 100vw);
  color: var(--color_black01);
}



@media screen and (min-width: 768px) {
  .faq .faqWrapper .faqItem dd {
    padding: 30px 10px;
  }

  .faq .faqWrapper .faqItem .aBody {
    font-size: 16px;
  }

}

.js_tglBtn {
  cursor: pointer;
}
.js_tglArea.s_close .js_tglContents {
  display: none;;
}

/**************************
**** フッター
**************************/
/*=== ページトップへ ===*/
.pageTop {
  height: 0px;
  text-align: right;
  overflow: hidden;
  z-index: 400;
}

.pageTop > div {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color_black01);
  border: 3px solid #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .pageTop > div {
    width: 56px;
    height: 56px;
  }
}
.pageTop > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.pageTop > div:hover {
  /* opacity: 0.4; */
}

#footer {
  text-align: center;
  background-color: var(--color_black01);
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  font-size: calc(12 / 375* 100vw);
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 31px 0;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */