<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&amp;display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
@font-face {
  font-family: "mkpop";
  src: url("/recruit/assets/font/mkpop.woff") format("woff"), url("/recruit/assets/font/mkpop.ttf") format("truetype");
}
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  html {
    font-size: 1.5vw;
  }
}

div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  line-height: 1.8;
  color: inherit;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-weight: 500;
}
@media screen\0  {
  h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

span, strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-weight: 500;
}

img {
  width: auto;
}

a {
  color: #333;
}
a:hover {
  color: #55bcd8;
}

.wrappar {
  overflow: hidden;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}
svg * {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-stop {
  overflow: hidden;
}

.layer-txt {
  font-size: 3.2vw;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.layer-txt span {
  padding: 12px 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.layer-txt .layer-before,
.layer-txt .layer-after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.layer-txt .layer-before {
  z-index: 1;
  background: #3FABB9;
}
.layer-txt .layer-after {
  z-index: 3;
  background: #fff;
}

.megabnr-field {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 5;
  height: calc(100vw - 80px);
  top: 80px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0% 0%;
}
@media screen and (max-width: 767px) {
  .megabnr-field {
    display: none;
  }
}
.megabnr-field .megabnr-field-inner {
  background: #efefef;
  padding: 35px 0;
  width: 100%;
  position: relative;
  z-index: 6;
}
.megabnr-field .megabnr-field-inner .in {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.megabnr-field .megabnr-field-inner a {
  background: #fff;
  display: flex;
  align-items: center;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 12px;
}
.megabnr-field .megabnr-field-inner figure {
  width: 80px;
  height: 80px;
}
.megabnr-field .megabnr-field-inner p {
  font-size: 0.7rem;
  padding: 0px 12px;
}
.megabnr-field .megabnr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

.megabnr-open {
  opacity: 1;
  transform: scaleY(1);
}

.ac-container .cross {
  display: inline-block;
}
.ac-container .cross i {
  display: inline-block;
  transition: 0.5s;
  transform-origin: 50%;
  width: 40px;
  height: 40px;
  background: #EBEBEB;
  border-radius: 50%;
  position: relative;
}
.ac-container .cross i:after, .ac-container .cross i:before {
  transition: 0.5s;
  position: absolute;
  transform-origin: 50%;
  transition: 0.5s;
  content: "";
  background: #B4B4B4;
  width: 20px;
  height: 1px;
  top: 18px;
  left: 10px;
}
.ac-container .cross i:before {
  transform: rotate(90deg);
}
.ac-container .more {
  padding: 20px 0;
  text-align: center;
}
.ac-container .more a {
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #ccc;
}
.ac-container .cross .accordion-btn-open {
  transform: rotate(135deg);
}

.ac-contents {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

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

	BUTTON

----------------------------------*/
.btn.btn1 {
  text-align: center;
}
.btn.btn1 a {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 365px;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  border-radius: 2em;
  font-size: 1.2857rem;
  letter-spacing: 0.3em;
  margin: 0 auto;
  transition: 0.4s;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .btn.btn1 a {
    font-size: 1.1rem;
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn1 a {
    font-size: 1.1rem;
    min-width: 50vw;
    width: auto;
    padding: 1em 3em;
  }
}
.btn.btn1 a:hover {
  background: #fff;
  color: #55bcd8;
}
.btn.btn1 a:after {
  content: " ";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arw_btn_w.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn.btn1.btn1Blue a {
  border-color: #55bcd8;
  color: #55bcd8;
}
.btn.btn1.btn1Blue a:hover {
  background: #55bcd8;
  color: #fff;
}
.btn.btn1.btn1Blue a:after {
  background-image: url(/assets/images/common/arw_btn_bl.svg);
}
.btn.btn1.btn1Black a {
  border-color: #333;
  color: #333;
}
.btn.btn1.btn1Black a:hover {
  background: #333;
  color: #fff;
}
.btn.btn1.btn1Black a:after {
  background-image: url(/assets/images/common/arw_btn_b.svg);
}
.btn.btn1.maxNo a {
  width: auto;
  padding: 1em 4em;
}
.btn.btn2 {
  text-align: center;
}
.btn.btn2 a, .btn.btn2 input {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.8em 4em;
  border-radius: 2em;
  font-size: 1.2857rem;
  letter-spacing: 0.2em;
  margin: 0 auto;
  transition: 0.4s;
  width: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .btn.btn2 a, .btn.btn2 input {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn2 a, .btn.btn2 input {
    font-size: 1.1rem;
    min-width: 60vw;
    width: auto;
    padding: 0.8em 3em;
  }
}
.btn.btn2 a:hover, .btn.btn2 input:hover {
  opacity: 0.6;
}
.btn.btn2.btnOrange a, .btn.btn2.btnOrange input {
  background: #e29417;
}
.btn.btn2.btnBlue a, .btn.btn2.btnBlue input {
  background: #28a6dd;
}

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

	TITLE

----------------------------------*/
#mainTtl {
  text-align: center;
}
#mainTtl h1 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #mainTtl h1 {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #mainTtl h1 {
    margin-bottom: 10vw;
  }
}
#mainTtl h1 p {
  height: 59px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #mainTtl h1 p {
    height: 5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #mainTtl h1 p {
    height: 8vw;
    margin-bottom: 5vw;
  }
}
#mainTtl h1 p img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}
#mainTtl h1 span {
  display: block;
  color: #30ace2;
  font-size: 1.5714rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #mainTtl h1 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #mainTtl h1 span {
    font-size: 1.2rem;
  }
}
#mainTtl h1 strong {
  display: block;
  color: #30ace2;
  font-size: 1.7142rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #mainTtl h1 strong {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #mainTtl h1 strong {
    font-size: 1.4rem;
  }
}
#mainTtl figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

#cpTtl {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #cpTtl {
    padding: 0 5vw;
  }
}
#cpTtl .bg {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.05rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #cpTtl .bg {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  #cpTtl .bg {
    height: 40vw;
  }
}
#cpTtl .bg &gt; div {
  margin: 0;
}
#cpTtl .bg &gt; div h1 {
  display: inline-block;
  text-align: right;
}
#cpTtl .bg &gt; div h1 * {
  display: inline-block;
  letter-spacing: 0.24em;
  line-height: 1;
}
#cpTtl .bg &gt; div h1 strong {
  color: #28a6dd;
  background: #fff;
  font-size: 3.571rem;
  font-weight: bold;
  padding: 0.5em 0.8em;
  border-bottom-left-radius: 1.05rem;
  border-top-left-radius: 1.05rem;
  border-top-right-radius: 1.05rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #cpTtl .bg &gt; div h1 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #cpTtl .bg &gt; div h1 strong {
    font-size: 2rem;
  }
}
#cpTtl .bg &gt; div h1 span {
  background: #28a6dd;
  color: #fff;
  font-size: 1.285rem;
  font-weight: 300;
  padding: 0.6em 1.5em 0.6em 2em;
  border-bottom-left-radius: 1.05rem;
  border-bottom-right-radius: 1.05rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #cpTtl .bg &gt; div h1 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #cpTtl .bg &gt; div h1 span {
    font-size: 1rem;
  }
}

#rpTtl {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #rpTtl {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #rpTtl {
    margin-top: 0;
  }
}
#rpTtl h1, #rpTtl h2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #rpTtl h1, #rpTtl h2 {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #rpTtl h1, #rpTtl h2 {
    margin-bottom: 5vw;
  }
}
#rpTtl h1 strong, #rpTtl h2 strong {
  display: block;
  color: #30ace2;
  font-size: 2.2857rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #rpTtl h1 strong, #rpTtl h2 strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #rpTtl h1 strong, #rpTtl h2 strong {
    font-size: 1.8rem;
  }
}
#rpTtl h1 span, #rpTtl h2 span {
  display: block;
  letter-spacing: 0.3em;
  font-weight: 300;
  font-size: 1.1rem;
}
#rpTtl figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#rpTtl.subTtl {
  background: #28a6dd;
}
#rpTtl.subTtl h1 {
  margin-bottom: 0;
  padding: 2.5rem 0;
  color: #fff;
}
#rpTtl.subTtl h1 strong {
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
#rpTtl.subTtl h1 span {
  line-height: 1;
}

.secTtl {
  margin-bottom: 2em;
  font-size: 1.71428rem;
  color: #28a6dd;
  letter-spacing: 0.3em;
  text-align: center;
}
.secTtl:after {
  content: " ";
  display: block;
  width: 2.3em;
  height: 1px;
  background: #28a6dd;
  margin: 0.4em auto 0;
}

.secLead {
  margin: 0 auto 4.285rem;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2857;
  width: 80vw;
  max-width: 715px;
}
@media screen and (max-width: 767px) {
  .secLead {
    margin: 0 auto 8vw;
  }
}
.secLead.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secLead.center {
    text-align: left;
  }
}

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

	BREADCRUMB

----------------------------------*/
#breadcrumb {
  padding: 2rem 0;
  background: #efefef;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  margin-right: 0.5em;
  font-size: 1.1rem;
  letter-spacing: 0.24em;
}
#breadcrumb ul li:after {
  content: "&gt;";
  display: inline-block;
  margin-left: 0.5em;
}
#breadcrumb ul li:last-child {
  margin-right: 0;
}
#breadcrumb ul li:last-child:after {
  content: none;
}
#breadcrumb ul li a, #breadcrumb ul li span {
  text-decoration: none;
  font-weight: 300;
}

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

	WAVE

----------------------------------*/
.waveTop {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 5.4666%;
}
.waveTop svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.waveTop svg path {
  transform: translate3d(0, 0, 0);
}

.waveBottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 5.4666%;
  transform: rotate(180deg);
}
.waveBottom svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.waveBottom svg path {
  transform: translate3d(0, 0, 0);
}

.waveGray svg path {
  fill: #fcfcfc !important;
}

.waveWhite svg path {
  fill: #fff !important;
}

.waveBlue svg path {
  fill: #f5fcff !important;
}

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

	COMPANY BTN

----------------------------------*/
#companyFooterBtn {
  padding: 7.857rem 0;
}
@media screen and (max-width: 767px) {
  #companyFooterBtn {
    padding: 10vw 0;
  }
}
#companyFooterBtn ul {
  width: 90vw;
  max-width: 926px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #companyFooterBtn ul {
    display: block;
  }
}
#companyFooterBtn ul li {
  width: auto;
  height: 100px;
  background: #fff;
  overflow: hidden;
  border-radius: 0.3571rem;
}
@media screen and (max-width: 767px) {
  #companyFooterBtn ul li {
    width: 70vw;
    height: 20vw;
    margin: 0 auto 5vw;
  }
  #companyFooterBtn ul li:last-child {
    margin-bottom: 0;
  }
}
#companyFooterBtn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3.5714rem;
  position: relative;
  text-decoration: none;
}
#companyFooterBtn ul li a:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  bottom: 0.7142rem;
  right: 0.7142rem;
  background-image: url("/recruit/assets/images/common/btn_mark_bl.svg");
}
#companyFooterBtn ul li a p {
  width: 100%;
  font-size: 1.2857rem;
  letter-spacing: 0.3em;
  text-align: center;
}
#companyFooterBtn ul li.current {
  background: #28a6dd;
}
#companyFooterBtn ul li.current a {
  color: #fff;
}
#companyFooterBtn ul li.current a:hover p {
  opacity: 0.6;
}
#companyFooterBtn ul li.current a:after {
  background-image: url("/recruit/assets/images/common/btn_mark_w.svg");
}

.form-error {
  margin-top: 8px;
}
.form-error p {
  background: #F83B3B;
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 18px;
  color: #333;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 0.3571rem;
  letter-spacing: 0.1em;
  box-shadow: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #BABABA;
}
input[type=text]:input-placeholder,
input[type=email]:input-placeholder,
input[type=tel]:input-placeholder,
input[type=date]:input-placeholder,
input[type=number]:input-placeholder,
textarea:input-placeholder {
  color: #BABABA;
}

select {
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

._form-radio {
  display: flex;
}
._form-radio input[type=radio] {
  display: none;
  color: #e29417;
}
._form-radio label {
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}
._form-radio label span {
  display: block;
  padding: 15px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 1.1rem;
}
._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
}
._form-radio label span:before {
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  top: 16px;
  left: 10px;
}
._form-radio label span:after {
  width: 10px;
  height: 10px;
  background: #e29417;
  top: 20px;
  left: 14px;
  transform: scale(0);
  transform-origin: 50%;
}
._form-radio input[type=radio]:checked + span:after {
  transform: scale(1);
}
._form-radio input[type=radio]:checked + span:before {
  border-color: #333;
}

._form-checkbox input[type=checkbox] {
  display: none;
  color: #e29417;
}
._form-checkbox label {
  border: 1px solid #333;
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}
._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  top: 18px;
  left: 12px;
}
._form-checkbox label span {
  display: flex;
  align-items: center;
  padding: 15px;
}
._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  transition: 0.3s;
  background: #e29417;
}
._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 28px;
  left: 18px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0 100%;
}
._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 27px;
  left: 9px;
  transform: rotate(35deg) scaleX(0);
  transform-origin: 100% 100%;
}
._form-checkbox input[type=checkbox]:checked + span {
  border-color: #333;
}
._form-checkbox input[type=checkbox]:checked + span:before {
  transform: rotate(-45deg) scaleX(1);
}
._form-checkbox input[type=checkbox]:checked + span:after {
  transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  position: relative;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  ._form-select {
    width: 100%;
    margin: 0 auto;
  }
}
._form-select &gt; select {
  width: 100%;
  color: #333;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 0.3571rem;
  padding: 18px 50px 18px 18px;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
._form-select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.mw_wp_form_confirm ._form-select, .confirm_page ._form-select {
  box-shadow: none;
}
.mw_wp_form_confirm ._form-select:after, .confirm_page ._form-select:after {
  display: none;
}
.mw_wp_form_confirm .mail_confirm, .confirm_page .mail_confirm {
  display: none;
}
.mw_wp_form_confirm .agree, .confirm_page .agree {
  display: none;
}
.mw_wp_form_confirm .f-s .head-text, .confirm_page .f-s .head-text {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .f-s .head-text.required:after, .confirm_page .f-s .head-text.required:after {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.mail_confirm {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e2e2;
}
.mail_confirm span {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.mail_confirm div {
  display: inline-block;
  margin: 0 !important;
  border: none;
  min-width: 50%;
  padding: 0 0 0 1em;
}

input[type=button],
input[type=submit] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #fff;
  width: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  input[type=button],
input[type=submit] {
    font-size: 1.4rem;
  }
}

.form-botton-back,
.form-botton-next {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
}
.form-botton-back input[type=submit],
.form-botton-next input[type=submit] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}
.form-botton-back:after {
  left: 30px;
  transform: scaleX(-1);
}
.form-botton-back:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  background: #e29417;
  transition: 0.3s;
  border-radius: 100%;
}
.form-botton-back:hover:before {
  border-radius: 0;
  top: 0px;
}
.form-botton-back input[type=button] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next {
  background: #e29417;
}
.form-botton-next:after {
  right: 30px;
}
.form-botton-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  background: #e29417;
  transition: 0.3s;
  border-radius: 100%;
}
.form-botton-next:hover:before {
  border-radius: 0;
  top: 0px;
}
.form-botton-next input[type=submit] {
  height: 50px;
}

.form-field &gt; div {
  width: 800px;
  margin: 55px auto 0;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .form-field &gt; div {
    width: 100%;
    padding: 5vw 0;
  }
}

.form-field .head-text.required:after {
  content: "必須";
  font-size: 0.85rem;
  padding: 4px 12px;
  margin-right: 8px;
  color: #fff;
  background: #28a6dd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  letter-spacing: 0.1em;
}

.form-item {
  display: flex;
  padding: 2.5rem 2rem;
  border-bottom: 1px solid #e2e2e2;
}
.form-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .form-item {
    flex-direction: column;
  }
}
.form-item .head-text {
  display: flex;
  align-items: center;
  width: 30%;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form-item .head-text {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.form-item .head-text p {
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .form-item .head-text p {
    font-size: 1.2rem;
  }
}
.form-item .head-text.required p {
  margin-left: 0;
}
.form-item.f-s .head-text {
  padding-top: 1rem;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .form-item.f-s .head-text {
    align-items: center;
  }
}
.form-item.f-s .head-text.required:after {
  top: 1rem;
  transform: translateY(0);
}
.form-item .fomr-contents {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-item .fomr-contents {
    margin-left: 0;
  }
}
.form-item .fomr-contents div {
  margin-bottom: 10px;
}

.agree {
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .agree {
    margin-top: 0;
  }
}
.agree a {
  text-decoration: underline;
}

.send-button {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .send-button {
    margin-top: 7vw;
  }
}

.send-button.__center {
  justify-content: center;
}

.send-button &gt; div {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .send-button &gt; div {
    width: 80%;
  }
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}
.anime1.active {
  animation: animeTxt1 1.2s ease 0.2s;
  -moz-animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.anime2 {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
}
.anime2.active {
  animation: animeTxt2 1.2s ease 0.2s;
  -moz-animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
.box-anime1 img, .box-anime1:after {
  clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}
.box-anime1.active img {
  animation: anime1 1s ease 0.2s;
  -moz-animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime1.active:after {
  animation: anime1 1s ease 0s;
  -moz-animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.box-anime2 img, .box-anime2:after {
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.box-anime2.active img {
  animation: animeBox2 1s ease 0.2s;
  -moz-animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime2.active:after {
  animation: animeBox2 1s ease 0s;
  -moz-animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.box-anime3 img, .box-anime3:after {
  clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

.box-anime3.active img {
  animation: animeBox3 1s ease 0.2s;
  -moz-animation: animeBox3 1s ease 0.2s;
  animation: animeBox3 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime3.active:after {
  animation: animeBox3 1s ease 0s;
  -moz-animation: animeBox3 1s ease 0s;
  animation: animeBox3 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@-moz-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
.ml-slideIn {
  position: relative;
  display: inline-block;
}
.ml-slideIn span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 0px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front, .ml-slideIn i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4 {
  position: relative;
  display: inline-block;
}
.txt-anime4 span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 12px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front, .txt-anime4 i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4.active span {
  animation: anime4 0.3s ease 0.8s;
  -moz-animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.front {
  animation: anime41 0.8s ease 0.5s;
  -moz-animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.back {
  animation: anime4 0.8s ease 0.2s;
  -moz-animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.anime-floating1-1 {
  -ms-animation: 2s ease-in-out 0s infinite alternate forwards floating;
  animation: 2s ease-in-out 0s infinite alternate forwards floating;
  animation-play-state: running;
}

.anime-floating1-2 {
  -ms-animation: 2s ease-in-out 0.05s infinite alternate forwards floating;
  animation: 2s ease-in-out 0.05s infinite alternate forwards floating;
  animation-play-state: running;
}

.anime-floating2 {
  -ms-animation: 2s ease-in-out 0.8s infinite alternate forwards floating;
  animation: 2s ease-in-out 0.8s infinite alternate forwards floating;
  animation-play-state: running;
}

@-webkit-keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
.anime-coprTopSec1h3 svg #mark1,
.anime-coprTopSec1h3 svg #mark2,
.anime-coprTopSec1h3 svg #mark3 {
  opacity: 0;
  transform: scale(0);
}
.anime-coprTopSec1h3 svg #mark1 {
  transform-origin: 60.3% 8%;
}
.anime-coprTopSec1h3 svg #mark2 {
  transform-origin: 68.46% 8%;
}
.anime-coprTopSec1h3 svg #mark3 {
  transform-origin: 76.55% 8%;
}
.anime-coprTopSec1h3.active svg #mark1 {
  -ms-animation: 0.5s ease-in-out 0.8s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 0.8s 1 normal forwards scaleIn;
  animation-play-state: running;
}
.anime-coprTopSec1h3.active svg #mark2 {
  -ms-animation: 0.5s ease-in-out 1.2s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 1.2s 1 normal forwards scaleIn;
  animation-play-state: running;
}
.anime-coprTopSec1h3.active svg #mark3 {
  -ms-animation: 0.5s ease-in-out 1.6s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 1.6s 1 normal forwards scaleIn;
  animation-play-state: running;
}

.anime-coprTopSec1Fukidashi svg #sec1_fukidashi1,
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi2,
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi3,
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi4,
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi5,
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi6 {
  opacity: 0;
  transform: scale(0);
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi1 {
  transform-origin: 57.77% 61.27%;
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi2 {
  transform-origin: 40.85% 95.58%;
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi3 {
  transform-origin: 87.19% 53.18%;
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi4 {
  transform-origin: 33.68% 55.14%;
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi5 {
  transform-origin: 72.25% 89.95%;
}
.anime-coprTopSec1Fukidashi svg #sec1_fukidashi6 {
  transform-origin: 67.37% 24.01%;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi1 {
  -ms-animation: 0.5s ease-in-out 0s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 0s 1 normal forwards scaleIn;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi2 {
  -ms-animation: 0.5s ease-in-out 0.5s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 0.5s 1 normal forwards scaleIn;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi3 {
  -ms-animation: 0.5s ease-in-out 1s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 1s 1 normal forwards scaleIn;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi4 {
  -ms-animation: 0.5s ease-in-out 1.5s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 1.5s 1 normal forwards scaleIn;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi5 {
  -ms-animation: 0.5s ease-in-out 2s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 2s 1 normal forwards scaleIn;
}
.anime-coprTopSec1Fukidashi.active svg #sec1_fukidashi6 {
  -ms-animation: 0.5s ease-in-out 2.5s 1 normal forwards scaleIn;
  animation: 0.5s ease-in-out 2.5s 1 normal forwards scaleIn;
}

.anime-coprTopSec1Character #mark4,
.anime-coprTopSec1Character #mark5,
.anime-coprTopSec1Character #mark6 {
  transform: scale(1);
  transform-origin: 57.65% 26%;
}
.anime-coprTopSec1Character.active #mark4 {
  -ms-animation: 1.5s ease-in-out 0.8s infinite alternate forwards scaleAnime;
  animation: 1.5s ease-in-out 0.8s infinite alternate forwards scaleAnime;
}
.anime-coprTopSec1Character.active #mark5 {
  -ms-animation: 1.5s ease-in-out 1s infinite alternate forwards scaleAnime;
  animation: 1.5s ease-in-out 1s infinite alternate forwards scaleAnime;
}
.anime-coprTopSec1Character.active #mark6 {
  -ms-animation: 1.5s ease-in-out 0.9s infinite alternate forwards scaleAnime;
  animation: 1.5s ease-in-out 0.9s infinite alternate forwards scaleAnime;
}

.anime-coprTopSec3Illust #mark7,
.anime-coprTopSec3Illust #mark8,
.anime-coprTopSec3Illust #mark9 {
  transform: scale(1);
}
.anime-coprTopSec3Illust #mark7 {
  transform-origin: 39.37% 20.12%;
}
.anime-coprTopSec3Illust #mark8 {
  transform-origin: 89.16% 11.81%;
}
.anime-coprTopSec3Illust #mark9 {
  transform-origin: 12.78% 53.45%;
}
.anime-coprTopSec3Illust.active #mark7 {
  -ms-animation: 2.5s ease-in-out 0s infinite normal forwards cts3-1;
  animation: 2.5s ease-in-out 0s infinite normal forwards cts3-1;
  animation-play-state: running;
}
.anime-coprTopSec3Illust.active #mark8 {
  -ms-animation: 2.5s ease-in-out 0s infinite normal forwards cts3-2;
  animation: 2.5s ease-in-out 0s infinite normal forwards cts3-2;
  animation-play-state: running;
}
.anime-coprTopSec3Illust.active #mark9 {
  -ms-animation: 2.5s ease-in-out 0s infinite normal forwards cts3-3;
  animation: 2.5s ease-in-out 0s infinite normal forwards cts3-3;
  animation-play-state: running;
}

.anime-coprTopSec4Illust #mark10,
.anime-coprTopSec4Illust #mark11,
.anime-coprTopSec4Illust #mark12 {
  transform: scale(1);
  transform-origin: 58.33% 51.79%;
}
.anime-coprTopSec4Illust.active #mark12 {
  -ms-animation: 2s ease-in-out 0s infinite normal forwards scaleAnimeS;
  animation: 2s ease-in-out 0s infinite normal forwards scaleAnimeS;
  animation-play-state: running;
}
.anime-coprTopSec4Illust.active #mark11 {
  -ms-animation: 2s ease-in-out 0.4s infinite normal forwards scaleAnimeS;
  animation: 2s ease-in-out 0.4s infinite normal forwards scaleAnimeS;
  animation-play-state: running;
}
.anime-coprTopSec4Illust.active #mark10 {
  -ms-animation: 2s ease-in-out 0.8s infinite normal forwards scaleAnimeS;
  animation: 2s ease-in-out 0.8s infinite normal forwards scaleAnimeS;
  animation-play-state: running;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleAnime {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scaleAnime {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleAnime {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleAnimeS {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scaleAnimeS {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleAnimeS {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cts3-1 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes cts3-1 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cts3-1 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cts3-2 {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes cts3-2 {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cts3-2 {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cts3-3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes cts3-3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cts3-3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .pc-non {
    display: none;
  }
}

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

.wrappar {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .wrappar {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .wrappar {
    padding-top: 100px;
  }
}

.recruit_top_page .wrappar {
  padding-top: 0;
}

.w900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.w800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.bg {
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
}

.fixedBg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: 180%;
  background-position: center;
  display: block;
  width: 100vw;
  height: 100vh;
  transform: translate3d(0, 0, 0);
}

.frame {
  display: block;
  position: fixed;
  background: #55bcd8;
  z-index: 100;
  transform: translate3d(0, 0, 0);
}
.frame.frameTop {
  width: 100vw;
  height: 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .frame.frameTop {
    height: 2vw;
  }
}
.frame.frameRight {
  height: 100vh;
  width: 10px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .frame.frameRight {
    width: 2vw;
  }
}
.frame.frameBottom {
  width: 100vw;
  height: 10px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .frame.frameBottom {
    height: 2vw;
  }
}
.frame.frameLeft {
  height: 100vh;
  width: 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .frame.frameLeft {
    width: 2vw;
  }
}

.corporate_site .frame {
  background: #f7ca0f;
}

#pageContent {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #pageContent {
    padding: 10vw 0;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 150;
  transition: 0.5s;
}
@media screen and (min-width: 1100px) {
  header {
    min-width: 1100px;
    height: 126px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 18vw;
    margin: 0 auto;
    z-index: 170;
  }
}
header &gt; div {
  width: 100%;
  padding: 0 116px 0 40px;
}
@media screen and (max-width: 767px) {
  header &gt; div {
    padding: 4vw 5vw;
  }
}
header &gt; div .logo {
  position: fixed;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header &gt; div .logo {
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  header &gt; div .logo {
    top: 0;
    left: 5vw;
  }
}
header &gt; div .logo a {
  padding: 25px 20px;
  background: #fff;
  display: flex;
  align-items: flex-end;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  header &gt; div .logo a {
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 3.5vw 3vw;
  }
}
header &gt; div .logo a:hover &gt; * {
  opacity: 0.6;
}
header &gt; div .logo a &gt; * {
  transition: 0.4s;
}
header &gt; div .logo a &gt; img {
  width: 188px;
  height: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header &gt; div .logo a &gt; img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  header &gt; div .logo a &gt; img {
    width: 25vw;
  }
}
header &gt; div .logo &gt; p {
  transition: opacity 0.6s;
  margin-left: 2rem;
  width: 227px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header &gt; div .logo &gt; p {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  header &gt; div .logo &gt; p {
    width: 25vw;
    margin-left: 4vw;
  }
}
header &gt; div .logo &gt; p img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
header &gt; div .gnv {
  width: 800px;
  position: fixed;
  top: 0;
  right: 116px;
  z-index: 50;
  transition: 0.5s;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header &gt; div .gnv {
    width: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header &gt; div .gnv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header &gt; div .gnv {
    display: none;
  }
}
header &gt; div .gnv .gnv_site {
  display: flex;
  justify-content: flex-end;
}
header &gt; div .gnv .gnv_site li {
  width: 25%;
}
header &gt; div .gnv .gnv_site li:not(:first-of-type) {
  margin-left: 3%;
}
header &gt; div .gnv .gnv_site li a {
  display: block;
  line-height: 1;
  padding: 1rem 0.8rem;
  background: #efefef;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.09em;
  font-size: 1.071428rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.4s;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header &gt; div .gnv .gnv_site li a {
    font-size: 1rem;
  }
}
header &gt; div .gnv .gnv_site li a:hover {
  padding: 1.5rem 0.8rem;
  color: #000;
}
header &gt; div .gnv .gnv_site li.current a {
  padding: 1.5rem;
  color: #fff;
}
header &gt; div .gnv .gnv_site li.current a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header &gt; div .gnv .gnv_site li.current.currentBl a {
  background: #28a6dd;
}
header &gt; div .gnv .gnv_site li.current.currentY a {
  background: #f7ca0f;
}
header &gt; div .gnv .gnv_site li.current.currentOr a {
  background: #e29417;
}
header &gt; div .gnv .gnv_content_wrap {
  margin-top: 20px;
  position: relative;
  background: #fff;
}
header &gt; div .gnv .gnv_content_wrap:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #e29417 11.5%, transparent 11.5%, transparent calc(11.5% + 1.05rem), #e29417 calc(11.5% + 1.05rem));
  background-size: calc(100%) 100%;
}
header &gt; div .gnv .gnv_content_wrap:after {
  content: " ";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: scale(0.7, 1) rotate(45deg);
  border-left: 1px solid #e29417;
  border-top: 1px solid #e29417;
  position: absolute;
  z-index: 5;
  top: -0.5rem;
  right: 11.5%;
  background: #fff;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e29417;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content li:hover &gt; a + .subNv {
  display: flex;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.09em;
  font-size: 1.071428rem;
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header &gt; div .gnv .gnv_content_wrap .gnv_content a {
    font-size: 1rem;
  }
}
header &gt; div .gnv .gnv_content_wrap .gnv_content a:hover {
  color: #e29417;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content a.current {
  color: #e29417;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content .subNv {
  position: absolute;
  top: 98%;
  left: 0;
  display: none;
  width: 100%;
  gap: 1px;
  background-color: #ccc;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content .subNv:after {
  content: " ";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: scale(0.7, 1) rotate(45deg);
  position: absolute;
  z-index: 5;
  top: -0.5rem;
  left: 11%;
  background: #f4f4f4;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content .subNv li {
  flex-grow: 1;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content .subNv a {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  background-color: #f4f4f4;
}
header &gt; div .gnv .gnv_content_wrap .gnv_content .subNv a:hover {
  color: #e29417;
}
header &gt; div .gnv .gnv_content_wrap.top .gnv_content {
  border-bottom: none;
}
header.head-hide {
  top: -130px;
}
header.head-hide &gt; div .logo a {
  padding: 10px 20px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header.head-hide &gt; div .logo a {
    padding: 3.5vw 3vw;
  }
}
header.head-hide &gt; div .logo a &gt; img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  header.head-hide &gt; div .logo a &gt; img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  header.head-hide &gt; div .logo a &gt; img {
    width: 25vw;
  }
}
header.head-hide &gt; div .logo p {
  opacity: 0;
}
header.head-hide &gt; div .gnv {
  top: -130px;
}
header.head-hide.header_corporate &gt; div .logo {
  top: 0;
  left: 40px;
}
@media screen and (max-width: 767px) {
  header.head-hide.header_corporate &gt; div .logo {
    top: -20vw;
    left: 7vw;
  }
}
header.head-hide.header_corporate &gt; div .logo a {
  padding: 15px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header.head-hide.header_corporate &gt; div .logo a {
    padding: 0;
    background: none;
  }
}

.navi__button {
  background: #fff;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 180;
  transition: transform 0.4s;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navi__button {
    top: 5vw;
    right: 5vw;
    background: none;
    width: 7vw;
    height: 7vw;
    box-shadow: none;
  }
}
.navi__button:hover {
  transform: scale(1.1);
}
.navi__button .inner {
  width: 40%;
  margin: 0 auto;
  position: relative;
  top: 33px;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .navi__button .inner {
    width: 100%;
    top: 2.5vw;
  }
}
.navi__button .inner i {
  width: 100%;
  position: absolute;
  height: 3px;
  background: #e29417;
  transition: 0.3s;
  opacity: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .navi__button .inner i {
    height: 0.8vw;
  }
}
.navi__button .inner:after, .navi__button .inner:before {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e29417;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .navi__button .inner:after, .navi__button .inner:before {
    top: -2.5vw;
    height: 0.8vw;
  }
}
.navi__button .inner:before {
  top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navi__button .inner:before {
    top: 2.5vw;
  }
}

.navi-button-in {
  right: 0px;
}

.navi-button-on .inner i {
  opacity: 0;
  transform: translateX(10px);
}
@media screen and (max-width: 767px) {
  .navi-button-on .inner i {
    transform: translateX(2.5vw);
  }
}
.navi-button-on .inner:after, .navi-button-on .inner:before {
  background: #e29417;
}
.navi-button-on .inner:after {
  top: 0;
  transform: rotate(-45deg);
}
.navi-button-on .inner:before {
  width: 100%;
  top: 0;
  transform: rotate(45deg);
}

.contactBtn {
  top: 120px;
  right: 30px;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 180;
  transition: 0.5s;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s;
  background: #e29417;
}
@media screen and (max-width: 767px) {
  .contactBtn {
    top: 3.8vw;
    right: 17vw;
    width: 9vw;
    height: 9vw;
    border-radius: 5vw;
    box-shadow: none;
  }
}
.contactBtn:hover {
  transform: scale(1.1);
}
.contactBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.contactBtn img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contactBtn img {
    width: 40%;
  }
}

.mynaviBtn {
  position: fixed;
  z-index: 180;
  right: 0;
  top: 50vh;
  transform: translate(0, -50%);
}
.mynaviBtn a {
  padding: 1.5em;
  display: block;
  width: 100%;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 0.5em 0 0 0.5em;
  border: 2px solid transparent;
  border-right: none;
  background-color: #e29417;
}
@media screen and (min-width: 1100px) {
  .mynaviBtn a:hover {
    color: #e29417;
    border-color: #e29417;
    background-color: #fff;
  }
}

#footerBtn {
  background-color: #fff;
  display: flex;
}
#footerBtn .rfBtn {
  width: 50%;
}
#footerBtn .rfBtn a {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #footerBtn .rfBtn a {
    height: 31.25vw;
  }
}
#footerBtn .rfBtn a:hover {
  opacity: 0.6;
}
#footerBtn .rfBtn a p {
  max-height: 60px;
  width: auto;
  height: 8.4275vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footerBtn .rfBtn a p img {
  width: auto;
  height: 100%;
}
#footerBtn .rfBtn:first-child a {
  background-image: url("/recruit/assets/images/common/footer_btn_bg1.jpg");
}
#footerBtn .rfBtn:last-child a {
  background-image: url("/recruit/assets/images/common/footer_btn_bg2.jpg");
}

footer {
  margin: 0 auto;
  background: #efefef;
  padding: 45px 0 120px;
}
@media screen and (max-width: 767px) {
  footer {
    margin: 0 auto 0;
    padding: 20vw 0 30vw;
    text-align: center;
  }
}
footer &gt; div {
  display: flex;
  max-width: 1400px;
  width: 90vw;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  footer &gt; div {
    padding-left: 0;
    display: block;
  }
}
footer &gt; div .footerNav {
  margin-top: 30px;
  margin-right: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  footer &gt; div .footerNav {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerNav {
    margin-top: 5vw;
    margin-right: 0;
  }
  footer &gt; div .footerNav:first-child {
    margin-top: 0;
  }
}
footer &gt; div .footerNav h3 {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerNav h3 {
    margin-bottom: 0;
  }
}
footer &gt; div .footerNav h3 a {
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 1.1428rem;
  font-weight: bold;
  padding-right: 1.7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerNav h3 a {
    font-size: 1.4rem;
  }
}
footer &gt; div .footerNav h3 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(/assets/images/common/icon_link_b.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer &gt; div .footerNav ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
footer &gt; div .footerNav ul li.low {
  margin-left: 15px;
}
footer &gt; div .footerNav ul li:last-child {
  margin-bottom: 0;
}
footer &gt; div .footerNav ul li a {
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.18em;
}
footer &gt; div .footerNav.currentBL h3 a {
  color: #55bcd8;
}
footer &gt; div .footerNav.currentBL h3 a:hover {
  opacity: 0.6;
}
footer &gt; div .footerNav.currentBL h3 a:after {
  background-image: url(/assets/images/common/icon_link_bl.svg);
}
footer &gt; div .footerNav.currentBL ul li a {
  color: #55bcd8;
}
footer &gt; div .footerNav.currentBL ul li a:hover {
  opacity: 0.6;
}
footer &gt; div .footerNav.currentY h3 a {
  color: #efc411;
}
footer &gt; div .footerNav.currentY h3 a:hover {
  opacity: 0.6;
}
footer &gt; div .footerNav.currentY h3 a:after {
  background-image: url(/assets/images/common/icon_link_y.svg);
}
footer &gt; div .footerNav.currentY ul li a {
  color: #efc411;
}
footer &gt; div .footerNav.currentY ul li a:hover {
  opacity: 0.6;
}
footer &gt; div .footerNav.currentOr h3 a {
  color: #e29417;
}
footer &gt; div .footerNav.currentOr h3 a:hover {
  opacity: 0.6;
}
footer &gt; div .footerNav.currentOr h3 a:after {
  background-image: url(/recruit/assets/images/common/icon_link_or.svg);
}
footer &gt; div .footerNav.currentOr ul li a {
  color: #e29417;
}
footer &gt; div .footerNav.currentOr ul li a:hover {
  opacity: 0.6;
}
footer &gt; div .footerCon {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerCon {
    margin-right: auto;
    margin-top: 15vw;
    padding-top: 10vw;
    border-top: 1px dashed #d3d3d3;
    width: 70vw;
  }
}
footer &gt; div .footerCon .logo {
  width: 197px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerCon .logo {
    width: 60vw;
    margin: 0 auto 5vw;
  }
}
footer &gt; div .footerCon .logo a {
  display: block;
}
footer &gt; div .footerCon .logo a img {
  display: block;
}
footer &gt; div .footerCon #copyright {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerCon #copyright {
    text-align: center;
  }
}
footer &gt; div .footerCon #copyright small {
  letter-spacing: 0.18em;
  font-size: 0.7857rem;
  color: #929292;
}
@media screen and (max-width: 767px) {
  footer &gt; div .footerCon #copyright small {
    font-size: 1rem;
  }
}

.sns {
  margin: 0 auto;
  padding: 2em;
  display: flex;
  align-items: center;
  width: 90%;
  color: #55bcd8;
  font-weight: bold;
  justify-content: center;
  background-color: #fff;
}
.sns a {
  margin: 0 2.5%;
  display: block;
  width: 20%;
  max-width: 30px;
}
.sns a img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

#pagetop {
  width: 79px;
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 15vw;
    right: 5vw;
    bottom: 2vw;
    z-index: 50;
  }
}
#pagetop a {
  display: block;
  transition: 0.4s;
}
#pagetop a:hover {
  opacity: 0.6;
}
#pagetop a img {
  display: block;
  vertical-align: bottom;
}
#pagetop.under_page {
  transition: 0.4s;
  transform: translateY(150%);
}
#pagetop.under_page.active {
  transform: translateY(0);
}

.top_page #pagetop {
  position: absolute;
}

.slide_menu {
  position: fixed;
  z-index: 160;
  box-sizing: border-box;
  transition: 0.5s;
  overflow-x: hidden;
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .slide_menu {
    top: 0;
    height: calc(100vh);
    right: -1000px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu {
    width: 50%;
    right: -50vw;
    top: 0;
    height: 100vh;
    z-index: 140;
  }
}
.slide_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #55bcd8;
  z-index: 1;
}
.slide_menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #55bcd8;
  z-index: 1;
}
.slide_menu .slide_menu_inner {
  transition: 0.8s;
  position: relative;
  z-index: 2;
  padding: 55px 25px;
  left: 200px;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner {
    padding: calc(5% + 18vw) 5% 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu .slide_menu_inner {
    width: 80%;
    padding: 8% 5%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .slide_menu ul {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .slide_menu ul {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .slide_menu ul {
    width: 85%;
    margin: 8% auto 0;
  }
}
.slide_menu ul li {
  line-height: 1;
}
.slide_menu ul li a {
  color: #fff;
  padding: 12px 12px;
  display: block;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .slide_menu ul li a {
    transition: 0.4s;
  }
  .slide_menu ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .slide_menu ul li a {
    padding: 3% 0;
    font-size: 1.2rem;
  }
}
.slide_menu .sm-contact {
  width: 90%;
  margin: 25px auto 0;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.slide_menu .sm-contact .tel {
  font-size: 2rem;
}
.slide_menu .sm-contact ._botton_type1 {
  margin-top: 18px;
}
.slide_menu .sm-contact ._botton_type1 a {
  padding: 12px 0;
}

.ac-menu {
  transition: 0.5s;
}

.ac-container .ac-btn:after {
  transform: rotate(-90deg) !important;
}
.ac-container.accordion-open .ac-btn:after {
  transform: rotate(90deg) !important;
}

.menu-open {
  opacity: 1;
  right: 0px;
}
.menu-open .slide_menu_inner {
  left: 0px;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: #efefef;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#COMPONENT {
  margin-top: 85px;
}
#COMPONENT .w100 {
  width: 100% !important;
}
#COMPONENT .w50 {
  width: 48% !important;
}
#COMPONENT .componet-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 85px;
}
#COMPONENT .conbox {
  display: flex;
  flex-wrap: wrap;
}
#COMPONENT .conbox &gt; div {
  width: 30%;
  margin-top: 55px;
  margin-right: 35px;
}
#COMPONENT .conbox ul {
  display: flex;
  align-items: center;
}
#COMPONENT .conbox ul li {
  margin-right: 18px;
}
#COMPONENT .send-button {
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}
#COMPONENT .send-button &gt; div {
  width: 48%;
}
#COMPONENT .page-nation {
  margin-top: 35px;
}
#COMPONENT p.compo-title {
  font-weight: bold;
  line-height: 1;
  color: #333;
  font-size: 1.2rem;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #ccc;
}
#COMPONENT p.compo-title span {
  font-size: 1rem;
  font-weight: normal;
}
#COMPONENT p.class-name {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#COMPONENT .button-p1,
#COMPONENT .button-p2 {
  margin-right: 18px;
}
#COMPONENT .conbox-color ul {
  display: flex;
  flex-wrap: wrap;
}
#COMPONENT .conbox-color ul li {
  display: flex;
  align-items: center;
  margin-top: 35px;
  width: 30%;
}
#COMPONENT .conbox-color ul li i {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}
#COMPONENT .conbox-color ul li i.c1 {
  background: #55bcd8;
}
#COMPONENT .conbox-color ul li i.c2 {
  background: #efefef;
}
#COMPONENT .conbox-color p {
  margin-top: 12px;
}

.rtTtl h2 {
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #009fe8;
}
@media screen and (min-width: 768px) {
  .rtTtl h2 {
    font-size: 2.2857rem;
  }
}
@media screen and (max-width: 767px) {
  .rtTtl h2 {
    font-size: 1.5rem;
  }
}
.rtTtl span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.rtms-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rtms-wrap {
    background: #fff;
  }
}

#rtMainvSec {
  overflow: hidden;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  #rtMainvSec {
    box-sizing: content-box;
    padding-top: 4.103825219%;
    transform: skewY(-2.35deg);
  }
}
@media screen and (max-width: 767px) {
  #rtMainvSec {
    height: calc(100vh - 30vw);
    transform: skewY(-5.13deg);
  }
}
#rtMainvSec .rtMainvSecInner {
  transform-origin: 0% 0%;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #rtMainvSec .rtMainvSecInner {
    box-sizing: content-box;
    padding-top: 4.103825219%;
    transform: skewY(2.35deg);
  }
}
@media screen and (max-width: 767px) {
  #rtMainvSec .rtMainvSecInner {
    height: calc(100vh - 30vw);
    transform: skewY(5.13deg);
  }
}
#rtMainvSec .rtMainvSecInner &gt; p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56.2vw;
  max-width: 717px;
}
@media screen and (max-width: 767px) {
  #rtMainvSec .rtMainvSecInner &gt; p {
    top: 50%;
  }
}
#rtMainvSec .mainvBg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#rtMainvSec .mainvBg .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top 30%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #rtMainvSec .mainvBg .img {
    background-image: url("/recruit/assets/images/top/mainv_top_pc.jpg");
  }
}
@media screen and (max-width: 767px) {
  #rtMainvSec .mainvBg .img {
    background-image: url("/recruit/assets/images/top/mainv_top_sp.jpg");
  }
}

@media screen and (min-width: 768px) {
  #topNews {
    position: absolute;
    top: calc(85% - 80px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #topNews {
    width: 100%;
    padding: 5vw 5vw 10vw;
  }
}
#topNews article {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #topNews article {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}
#topNews article .linkWrap {
  width: 100%;
}
#topNews article h3 {
  color: #e29417;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #topNews article h3 {
    font-size: 1.2857rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  #topNews article h3 {
    text-align: center;
    font-size: 1.4583rem;
  }
}
#topNews article a {
  background: #fff;
  position: relative;
  text-decoration: none;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #topNews article a {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #topNews article a {
    display: block;
    padding: 1.2rem;
  }
  #topNews article a:nth-of-type(3) {
    display: none;
  }
}
#topNews article a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("/assets/images/common/arw_btn_b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #topNews article a:after {
    right: 0;
  }
}
#topNews article a p {
  font-weight: 300;
  letter-spacing: 0.16em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  #topNews article a p {
    font-size: 1.25rem;
    width: 78vw;
  }
}

#TOP-INTRO {
  padding: 10% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #TOP-INTRO {
    width: 100%;
    padding: 15vw 0 25vw;
  }
}
#TOP-INTRO &gt; div .rtTtl {
  margin-bottom: 3rem;
  text-align: center;
}
#TOP-INTRO &gt; div .lead {
  margin: 0 auto;
  width: 100%;
  max-width: 614px;
  margin-bottom: 2.5rem;
}
#TOP-INTRO &gt; div .copy {
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 881px;
  font-size: 1.3rem;
  font-weight: 300;
}
#TOP-INTRO .btn {
  margin-top: 5%;
}

.companyMenuList {
  margin-top: 5%;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .companyMenuList {
    flex-wrap: wrap;
  }
}
.companyMenuList .item {
  width: 25%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .companyMenuList .item {
    margin-top: 3vw;
    width: 48%;
  }
}
.companyMenuList .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 120%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1100px) {
  .companyMenuList .item a {
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .companyMenuList .item a {
    padding-bottom: 100%;
  }
}
.companyMenuList .item a:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 10;
  right: 1.5151%;
  bottom: 2.9411%;
  width: 7.2727%;
  height: 14.1176%;
  background-image: url("/recruit/assets/images/top/sec2_btn_mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.companyMenuList .item a p {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .companyMenuList .item a p {
    font-size: 1.1rem;
  }
}
.companyMenuList .item a p * {
  display: block;
  line-height: 1.2;
}
.companyMenuList .item a p strong {
  font-weight: bold;
  font-size: 13 0%;
  letter-spacing: 0.2em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .companyMenuList .item a p strong {
    font-size: 110%;
  }
}
.companyMenuList .item a figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}
.companyMenuList .item a:hover {
  background-color: rgba(85, 188, 216, 0.8);
}
.companyMenuList .item a:hover figure {
  transform: translate(-50%, -50%) scale(1.1);
}

#TOP-VISION {
  margin: 0 auto;
  margin-top: 12%;
  width: 90%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  #TOP-VISION {
    margin-top: 8%;
  }
}
#TOP-VISION a {
  position: relative;
  padding: 18% 0 18% 55%;
  display: flex;
  align-items: center;
  width: calc(100% - 55%);
  height: 0;
  text-decoration: none;
  box-sizing: content-box;
  outline: 1px solid #fff;
  outline-offset: -10px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1100px) {
  #TOP-VISION a {
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  #TOP-VISION a {
    width: calc(100% - 40%);
    padding: 22vw 0 22vw 40%;
  }
}
#TOP-VISION a::after {
  right: 3%;
  border-top-color: #fff;
  border-right-color: #fff;
}
#TOP-VISION a .rtTtl {
  margin-bottom: 0;
  text-align: left;
}
#TOP-VISION a .rtTtl h2 {
  color: #fff;
}
#TOP-VISION a .rtTtl span {
  color: #fff;
}
#TOP-VISION a:hover {
  background-color: rgba(85, 188, 216, 0.8);
}
#TOP-VISION a:hover figure {
  transform: translate(-50%, -50%) scale(1.1);
}
#TOP-VISION figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

#WORKS-LIST {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #WORKS-LIST {
    padding: 15vw 0;
  }
}

#IT-SLIDER {
  margin-top: 0;
  max-width: none;
  width: 100vw;
}
#IT-SLIDER .item {
  margin: 1.5rem;
  margin-bottom: 0;
}
#IT-SLIDER .slick-list {
  padding: 0.5% 0 !important;
  width: 100% !important;
}
#IT-SLIDER .slick-dots {
  margin-top: 1.5% !important;
  position: static !important;
}
#IT-SLIDER .slick-dots &gt; li:first-child:last-child {
  display: none;
}
#IT-SLIDER .slick-track {
  margin: 0 !important;
}

#TOP-CAREERPATH {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-CAREERPATH {
    padding-bottom: 12%;
  }
}
#TOP-CAREERPATH .flexBox {
  display: flex;
  align-items: flex-end;
  max-width: none;
  width: 100vw;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #TOP-CAREERPATH .flexBox {
    flex-direction: column-reverse;
  }
}
#TOP-CAREERPATH .flexBox .rtTtl {
  margin-top: 5%;
  margin-left: 15vw;
}
@media screen and (max-width: 767px) {
  #TOP-CAREERPATH .flexBox .rtTtl {
    margin: 8% auto 0;
    width: 85%;
  }
}
#TOP-CAREERPATH .flexBox .rtTtl img {
  margin: 8% 0;
  display: block;
  width: 90%;
  max-width: 340px;
}
#TOP-CAREERPATH .flexBox .rtTtl p {
  font-weight: normal;
}
#TOP-CAREERPATH .flexBox .contentsMv {
  margin-top: -5%;
  margin-right: calc(70% - 70vw);
  width: 70%;
}
@media screen and (max-width: 767px) {
  #TOP-CAREERPATH .flexBox .contentsMv {
    width: 100%;
    margin: 0;
  }
}
#TOP-CAREERPATH .flexBox .contentsMv img {
  display: block;
  width: 100%;
}
#TOP-CAREERPATH .btn {
  margin-top: 5%;
}

#TOP-REQUIREMENTS {
  padding: 8% 0;
  background-color: #fff;
}
#TOP-REQUIREMENTS &gt; div {
  padding: 5%;
  border-radius: 0.8rem;
  box-sizing: content-box;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  #TOP-REQUIREMENTS &gt; div {
    padding: 8%;
    box-sizing: border-box;
  }
}
#TOP-REQUIREMENTS .contentsMv img {
  display: block;
  width: 100%;
}
#TOP-REQUIREMENTS .flexBox {
  margin-top: 5%;
  display: flex;
  gap: 2.5%;
}
@media screen and (max-width: 767px) {
  #TOP-REQUIREMENTS .flexBox {
    display: block;
  }
}
#TOP-REQUIREMENTS .flexBox .rtTtl {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #TOP-REQUIREMENTS .flexBox .rtTtl {
    width: 100%;
  }
}
#TOP-REQUIREMENTS .flexBox .rtTtl .btn {
  margin-top: 18%;
}
@media screen and (max-width: 767px) {
  #TOP-REQUIREMENTS .flexBox #JOB-LIST {
    margin-top: 8%;
  }
}
#TOP-REQUIREMENTS .flexBox #JOB-LIST .jobGroupBox {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#TOP-REQUIREMENTS .flexBox #JOB-LIST .jobGroupBox .item a {
  font-size: 1.1rem;
  background-color: #fff;
}
#TOP-REQUIREMENTS .flexBox #REQUIREMENTS-LIST {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #TOP-REQUIREMENTS .flexBox #REQUIREMENTS-LIST {
    width: 100%;
  }
}
#TOP-REQUIREMENTS .flexBox #REQUIREMENTS-LIST .worksList {
  background-color: transparent;
}
#TOP-REQUIREMENTS .flexBox #REQUIREMENTS-LIST + .btn {
  margin-top: 5%;
}

#TOP-PS {
  background: #fff;
}
#TOP-PS &gt; div {
  position: relative;
}
@media screen and (min-width: 768px) {
  #TOP-PS &gt; div {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PS &gt; div {
    padding: 0;
  }
}
#TOP-PS &gt; div img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #TOP-PS &gt; div .txt {
    max-width: 424px;
    width: 35.25%;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PS &gt; div .txt {
    max-width: none;
    width: 75vw;
  }
}
#TOP-PS &gt; div .txt h3 {
  width: 96.462%;
  margin-bottom: 4.6428rem;
}
#TOP-PS &gt; div .txt p {
  width: 92.216%;
  margin-left: 9.433%;
}
#TOP-PS &gt; div .illust {
  max-width: 785px;
  width: 65.41%;
  position: absolute;
  bottom: 0;
  right: -10%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #TOP-PS &gt; div .illust {
    position: static;
    width: 95%;
    margin-left: auto;
    margin-top: 10vw;
  }
}

.lowerNavTop {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lowerNavTop {
    flex-wrap: wrap;
  }
}
.lowerNavTop .item {
  flex-grow: 1;
}
.lowerNavTop .item:nth-of-type(3) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .lowerNavTop .item {
    width: 50%;
  }
  .lowerNavTop .item:nth-of-type(3) {
    width: 50%;
  }
}
.lowerNavTop .item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1px);
  text-decoration: none;
  background: #28a6dd;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .lowerNavTop .item a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lowerNavTop .item a {
    padding: 1.2rem 0;
    height: calc(100% - 1px);
    font-size: 0.8rem;
  }
}
.lowerNavTop .item a::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 10;
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-width: 0;
  border-top-color: #e29417;
  transform: translate(-50%, 0);
}
.lowerNavTop .item a:hover {
  background-color: #e29417;
}
.lowerNavTop .item a:hover::after {
  display: block;
}
.lowerNavTop .item a._current {
  background-color: #e29417;
}
.lowerNavTop .item a._current::after {
  display: block;
}

.lowerNavBottom {
  padding: 1.2rem;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .lowerNavBottom {
    text-align: left;
  }
}
.lowerNavBottom .item {
  display: inline-block;
}
.lowerNavBottom .item a {
  padding: 5px 8px;
  display: block;
  text-decoration: none;
}
.lowerNavBottom .item a::before {
  content: "▶︎ ";
  color: #28a6dd;
}
.lowerNavBottom .item a:hover {
  color: #333;
}
.lowerNavBottom .item a:hover::before {
  color: #e29417;
}
.lowerNavBottom .item a._current::before {
  color: #e29417;
}

.recruit_company_page .cpSubTtl {
  text-align: center;
  margin-bottom: 3rem;
}
.recruit_company_page .cpSubTtl strong {
  display: block;
  font-size: 1.714rem;
  letter-spacing: 0.24em;
}
.recruit_company_page .cpSubTtl strong:before {
  content: " ";
  display: block;
  margin: 0 auto 1em;
  width: 3.041em;
  height: 1.708em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/corporate/common/title_illust_bl.svg);
}
.recruit_company_page .cpSecLead {
  width: 85vw;
  max-width: 843px;
  margin: 0 auto 4rem;
  font-size: 1.1428rem;
  letter-spacing: 0.24em;
  line-height: 2.125;
  font-weight: 300;
}
.recruit_company_page .cpLeadHead {
  width: 70vw;
  max-width: 592px;
  margin: 0 auto 3.8rem;
}
@media screen and (max-width: 767px) {
  .recruit_company_page .cpLeadHead {
    max-width: none;
  }
}
.recruit_company_page .cpLeadHead img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.recruit_company_page .googleMapLink {
  text-decoration: none;
  color: #28a6dd;
  border: 1px solid #28a6dd;
  border-radius: 0.357rem;
  padding: 1rem 4rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_company_page .googleMapLink {
    display: block;
    margin-top: 5vw;
    width: 80%;
  }
}
.recruit_company_page .googleMapLink:after {
  content: " ";
  display: block;
  width: 0.469em;
  height: 0.825em;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 10;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/common/arw_btn_bl.svg);
}
.recruit_company_page #cpaSec1 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #cpaSec1 {
    margin-bottom: 4rem;
  }
}
.recruit_company_page #cpaSec1 &gt; div dl {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #ededed;
}
.recruit_company_page #cpaSec1 &gt; div dl:last-child {
  border-bottom: 1px solid #ededed;
}
.recruit_company_page #cpaSec1 &gt; div dl dt {
  width: 30%;
  padding-left: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.428;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #cpaSec1 &gt; div dl dt {
    width: 25%;
  }
}
.recruit_company_page #cpaSec1 &gt; div dl dd {
  width: 75%;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.428;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #cpaSec1 &gt; div dl dd {
    width: 70%;
  }
}
.recruit_company_page #cpaSec1 &gt; div dl dd p {
  font-weight: normal;
}
.recruit_company_page #cpaSec1 &gt; div dl dd p:not(:first-of-type) {
  margin-top: 3%;
}
.recruit_company_page #cpaSec1 &gt; div dl dd._2col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #cpaSec1 &gt; div dl dd._2col {
    display: block;
  }
}
.recruit_company_page #cpaSec1 &gt; div dl dd._2col * {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.428;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recruit_company_page #cpaSec1 &gt; div dl dd._2col &gt; * {
    flex: 1;
    margin-right: 4rem;
  }
  .recruit_company_page #cpaSec1 &gt; div dl dd._2col &gt; *:last-child {
    margin-right: 0;
  }
}
.recruit_company_page #rctSec1 &gt; div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit_company_page #rctSec1 &gt; div &gt; div {
  width: 48.33%;
  border-radius: 1.07rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div {
    border-radius: 1.2vw;
  }
}
.recruit_company_page #rctSec1 &gt; div &gt; div a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 68.9655%;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div a {
    padding-bottom: 68.9655%;
  }
}
.recruit_company_page #rctSec1 &gt; div &gt; div a:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 10;
  right: 1.5151%;
  bottom: 2.9411%;
  width: 7.2727%;
  height: 14.1176%;
  background-image: url("/recruit/assets/images/top/sec2_btn_mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.recruit_company_page #rctSec1 &gt; div &gt; div a p {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 1.2857rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div a p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div a p {
    font-size: 0.95rem;
  }
}
.recruit_company_page #rctSec1 &gt; div &gt; div a p * {
  display: block;
  line-height: 1;
}
.recruit_company_page #rctSec1 &gt; div &gt; div a p strong {
  font-weight: bold;
  font-size: 177.77%;
  letter-spacing: 0.4em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div a p strong {
    font-size: 130%;
    letter-spacing: 0.3em;
  }
}
.recruit_company_page #rctSec1 &gt; div &gt; div a figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}
.recruit_company_page #rctSec1 &gt; div &gt; div a:hover figure {
  transform: translate(-50%, -50%) scale(1.1);
}
.recruit_company_page #rctSec1 &gt; div &gt; div:last-child {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div:last-child {
    margin-top: 3vw;
  }
}
.recruit_company_page #rctSec1 &gt; div &gt; div:last-child a {
  padding-bottom: 33.3333%;
}
@media screen and (max-width: 767px) {
  .recruit_company_page #rctSec1 &gt; div &gt; div:last-child a {
    padding-bottom: 40%;
  }
}

@media screen and (max-width: 767px) {
  .recruit_company_message_page #mainv {
    margin-top: 1.8rem;
  }
}
.recruit_company_message_page #mainv .lead {
  width: 80vw;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.recruit_company_message_page #rcmSec1 {
  padding: 4.2857rem 0;
}
@media screen and (max-width: 767px) {
  .recruit_company_message_page #rcmSec1 {
    padding-top: 2.1rem;
  }
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; h3, .recruit_company_message_page #rcmSec1 &gt; div &gt; p {
  margin-top: 1.5rem;
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; h3:first-child, .recruit_company_message_page #rcmSec1 &gt; div &gt; p:first-child {
  margin-top: 0;
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; h3 span {
  display: inline-block;
  background: #f9f0e4;
  color: #e29417;
  letter-spacing: 0.1em;
  font-size: 1.714rem;
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .recruit_company_message_page #rcmSec1 &gt; div &gt; h3 span {
    font-size: 1.5rem;
  }
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; p {
  font-weight: 300;
  font-size: 1.1428rem;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .recruit_company_message_page #rcmSec1 &gt; div &gt; p {
    font-size: 1.1rem;
  }
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; p + h3 {
  margin-top: 4rem;
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; div {
  margin-top: 4rem;
  text-align: right;
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; div p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  line-height: 1;
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; div p:first-child {
  margin-bottom: 1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .recruit_company_message_page #rcmSec1 &gt; div &gt; div p:first-child {
    font-size: 1rem;
  }
}
.recruit_company_message_page #rcmSec1 &gt; div &gt; div p:last-child {
  font-size: 2.42857rem;
  margin-right: -0.3em;
}
@media screen and (max-width: 767px) {
  .recruit_company_message_page #rcmSec1 &gt; div &gt; div p:last-child {
    font-size: 1.8rem;
  }
}

.recruit_company_possibility_page .lead {
  width: 80vw;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.recruit_company_possibility_page .lead img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_company_possibility_page .lead img.pc-non {
    margin: 0 auto;
    display: block;
    max-width: 90%;
  }
}
.recruit_company_possibility_page .leadText {
  margin-top: 1.8rem;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

.sepBlock {
  margin-top: 4.5rem;
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
}
.sepBlock .sepBg {
  position: relative;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
}
.sepBlock .sepCatch {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.psBlock {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .psBlock {
    margin-top: 4.5rem;
  }
}
.psBlock:last-child {
  margin-bottom: 4.5rem;
}
.psBlock .ttl {
  position: relative;
}
.psBlock .ttl .psIcon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50px;
  border: 3px solid #28a6dd;
  transform: translate(0, -50%);
  overflow: hidden;
  background-color: #fff;
}
.psBlock .ttl .psIcon img {
  display: block;
  width: 100%;
}
.psBlock .ttl h2 {
  padding: 0.8rem 0.8rem 0.8rem 6rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  border-radius: 50px;
  background-color: #28a6dd;
}
.psBlock .numBox {
  padding: 3rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .psBlock .numBox {
    padding: 1.8rem 1.8rem 0;
  }
}
.psBlock .numBox .txt {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: flex;
}
.psBlock .numBox .txt::before {
  content: "A.";
  color: #28a6dd;
  font-size: 1.8rem;
  font-weight: bold;
}
.psBlock .numBox .txt span {
  background-color: #ffe100;
}
.psBlock .numBox .desc {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.psBlock.ptOrg .psIcon {
  border-color: #e29417;
}
.psBlock.ptOrg h2 {
  background-color: #e29417;
}
.psBlock.ptOrg .txt::before {
  color: #e29417;
}

.numLine {
  font-size: 1.6vw;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .numLine {
    font-size: 1.6rem;
  }
}
.numLine span {
  display: inline-block;
  color: #28a6dd;
  font-size: 3.8vw;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .numLine span {
    font-size: 3.2rem;
  }
}
.numLine span.unit {
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  .numLine span.unit {
    font-size: 1.8rem;
  }
}

.memo {
  margin-top: 1.5rem;
  margin-left: auto;
  font-size: 1rem;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .memo {
    width: 100%;
  }
}

.sGraphBox {
  position: relative;
  display: flex;
  align-items: center;
}
.sGraphBox img {
  display: block;
  width: 100%;
}
.sGraphBox img.sGraphNum {
  position: absolute;
  top: 0;
  left: 0;
}

.rGraphBox {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rGraphBox {
    display: block;
  }
}
.rGraphBox .textBox {
  padding: 5rem 3rem;
  width: 45%;
  text-align: center;
  border: 2px solid #28a6dd;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .rGraphBox .textBox {
    width: 100%;
  }
}
.rGraphBox .textBox h3 {
  font-size: 1.4rem;
}
.rGraphBox .textBox .numLine {
  margin: 0.8rem 0;
}
.rGraphBox .arrow {
  margin: 0 5%;
  display: block;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .rGraphBox .arrow {
    margin: 1.8rem auto;
    width: 20%;
    transform: rotate(90deg) !important;
  }
}
.rGraphBox .imgBox {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .rGraphBox .imgBox {
    width: 100%;
  }
}
.rGraphBox .imgBox img {
  display: block;
  width: 100%;
}
.rGraphBox .imgBox img.rGraphNum {
  position: absolute;
  top: 0;
  left: 0;
}

.dormList {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .dormList {
    display: block;
  }
}
.dormList &gt; .item {
  margin-top: 3rem;
  width: 100%;
}
.dormList &gt; .item .baloonTitle {
  position: relative;
  padding: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.15rem;
  background-color: #f4f4f4;
}
.dormList &gt; .item .baloonTitle::after {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-width: 0;
  border-top-color: #f4f4f4;
}
.dormList &gt; .item .baloonTitle span {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #28a6dd;
}
.dormList &gt; .item .numLine {
  margin: 1.5rem 0;
}
.dormList &gt; .item .numLine.cOrg span {
  color: #e29417;
}
.dormList &gt; .item .exText {
  padding: 3rem 0;
  background: linear-gradient(90deg, transparent 0%, transparent 49.85%, #333 49.85%, #333 50.15%, transparent 50.15%, transparent 100%);
}
.dormList &gt; .item .exText span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-align: center;
  background-color: #fff;
}
.dormList &gt; .item &gt; span {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  text-align: right;
}
.dormList .dormIcons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.dormList .dormIcons .item {
  display: block;
  width: calc(100% / 5 - .8rem);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0, 1.2, 1, 1);
}
.dormList .dormIcons .item.ready {
  opacity: 1;
  transform: translateY(0px);
}

.dormCount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
}
.dormCount img {
  display: block;
  width: 3rem;
}

.pinMap {
  margin-top: 3rem;
  position: relative;
}
.pinMap img {
  width: 100%;
}
.pinMap .mapPin {
  position: absolute;
  top: 0;
  left: 0;
}
.pinMap .pinList {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .pinMap .pinList {
    position: static;
    margin-top: 1.8rem;
    width: 100%;
    transform: none;
  }
}
.pinMap .pinList .item {
  margin: 1.5%;
  padding: 1.5rem 0;
  width: 45%;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .pinMap .pinList .item {
    width: 47%;
  }
}
.pinMap .pinList .item svg {
  margin: 0 auto;
  display: block;
  width: 3rem;
}
.pinMap .pinList .item .pinName {
  font-size: 1.2vw;
}
@media screen and (max-width: 767px) {
  .pinMap .pinList .item .pinName {
    font-size: 1.2rem;
  }
}
.pinMap .pinList .item .numLine {
  margin-top: 0.8rem;
}
.pinMap .pinList .pin01 span {
  color: #28a6dd;
}
.pinMap .pinList .pin01 .cls01 {
  fill: #28a6dd;
}
.pinMap .pinList .pin02 span {
  color: #e29417;
}
.pinMap .pinList .pin02 .cls01 {
  fill: #e29417;
}
.pinMap .pinList .pin03 span {
  color: #e1cb00;
}
.pinMap .pinList .pin03 .cls01 {
  fill: #e1cb00;
}
.pinMap .pinList .pin04 span {
  color: #81be0c;
}
.pinMap .pinList .pin04 .cls01 {
  fill: #81be0c;
}

.factoryList {
  margin-top: 3rem;
}
.factoryList .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .factoryList .item {
    display: block;
  }
}
.factoryList .item:nth-of-type(odd) .textBox {
  margin-left: -2.5rem;
}
.factoryList .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.factoryList .item:nth-of-type(even) .textBox {
  margin-right: -2.5rem;
}
.factoryList .item:nth-of-type(even) .textBox dt {
  padding-left: 0;
  padding-right: 4.5rem;
}
.factoryList .item:nth-of-type(even) .textBox dd {
  padding-left: 0;
  padding-right: 4.5rem;
}
.factoryList .item .imgBox {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .factoryList .item .imgBox {
    width: 100%;
  }
}
.factoryList .item .imgBox img {
  display: block;
  width: 100%;
}
.factoryList .item .textBox {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 60%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .factoryList .item .textBox {
    width: 100%;
    max-width: none;
  }
}
.factoryList .item .textBox dt {
  padding: 1.5rem;
  padding-left: 4.5rem;
  padding-right: 0;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
.factoryList .item .textBox dd {
  padding: 1.5rem;
  padding-left: 4.5rem;
  padding-right: 0;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  border-top: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .recruit_company_environment_page .secLead.center {
    text-align: center;
  }
}
.recruit_company_environment_page #rceSec1 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec1 {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_company_environment_page #rceSec1 {
    padding-bottom: 100px;
  }
}
.recruit_company_environment_page #rceSec1 &gt; div {
  width: 90vw;
  max-width: 1127px;
  margin: 0 auto;
}
.recruit_company_environment_page #rceSec1 &gt; div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec1 &gt; div ul {
    display: block;
  }
}
.recruit_company_environment_page #rceSec1 &gt; div ul li {
  width: 48%;
  border: 1px solid #28a6dd;
  border-radius: 0.42857rem;
  padding: 4.2857rem 3.4285rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .recruit_company_environment_page #rceSec1 &gt; div ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec1 &gt; div ul li {
    width: 100%;
    padding: 5vw 5vw;
    margin-top: 3vw;
  }
  .recruit_company_environment_page #rceSec1 &gt; div ul li:nth-child(1) {
    margin-top: 0;
  }
}
.recruit_company_environment_page #rceSec1 &gt; div ul li h3 {
  text-align: center;
  color: #28a6dd;
  margin-bottom: 1rem;
  font-size: 1.2857rem;
  letter-spacing: 0.2em;
}
.recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div figure {
  width: 40.63%;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div figure {
    width: 30%;
  }
}
.recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div div {
  width: 52.59%;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div div {
    width: 60%;
  }
}
.recruit_company_environment_page #rceSec1 &gt; div ul li &gt; div div p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.857;
  font-weight: 300;
}
.recruit_company_environment_page #rceSec2 {
  background: #f7f7f7;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec2 {
    padding: 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_company_environment_page #rceSec2 {
    padding: 100px 0;
  }
}
.recruit_company_environment_page #rceSec2 &gt; div {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}
.recruit_company_environment_page #rceSec2 &gt; div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec2 &gt; div ul {
    display: block;
  }
}
.recruit_company_environment_page #rceSec2 &gt; div ul li {
  width: 30.5%;
}
@media screen and (min-width: 768px) {
  .recruit_company_environment_page #rceSec2 &gt; div ul li:nth-child(2n) {
    margin-top: 2rem;
  }
  .recruit_company_environment_page #rceSec2 &gt; div ul li:nth-child(3n) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec2 &gt; div ul li {
    width: 90%;
    margin: 10vw auto 0 3vw;
  }
  .recruit_company_environment_page #rceSec2 &gt; div ul li:nth-child(1) {
    margin-top: 0;
  }
}
.recruit_company_environment_page #rceSec2 &gt; div ul li figure {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec2 &gt; div ul li figure {
    margin-bottom: 7vw;
  }
}
.recruit_company_environment_page #rceSec2 &gt; div ul li figure:after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid #28a6dd;
  border-radius: 0.42857rem;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
}
.recruit_company_environment_page #rceSec2 &gt; div ul li figure span {
  position: relative;
  z-index: 10;
  display: block;
  border: 1px solid #efefef;
  border-radius: 0.42857rem;
  overflow: hidden;
}
.recruit_company_environment_page #rceSec2 &gt; div ul li figure span img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.recruit_company_environment_page #rceSec2 &gt; div ul li &gt; div h3 {
  text-align: center;
  color: #28a6dd;
  margin-bottom: 1rem;
  font-size: 1.2857rem;
  letter-spacing: 0.2em;
}
.recruit_company_environment_page #rceSec2 &gt; div ul li &gt; div p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.857;
  font-weight: 300;
}
.recruit_company_environment_page #rceSec3 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec3 {
    padding: 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_company_environment_page #rceSec3 {
    padding: 100px 0;
  }
}
.recruit_company_environment_page #rceSec3 &gt; div {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_company_environment_page #rceSec3 &gt; div {
    width: 80vw;
  }
}
@media screen and (min-width: 1100px) {
  .recruit_company_environment_page #rceSec3 &gt; div {
    /*
    display: flex;
    justify-content: space-between;
    align-items: center;
    */
  }
}
@media screen and (min-width: 1100px) {
  .recruit_company_environment_page #rceSec3 &gt; div &gt; div {
    /*
    width: 32.69%;
    padding-top: 3rem;
    */
  }
}
@media screen and (min-width: 768px) {
  .recruit_company_environment_page #rceSec3 &gt; div &gt; div .secLead {
    width: 100%;
    max-width: none;
  }
}
.recruit_company_environment_page #rceSec3 &gt; div ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul {
    /*
    width: 60.61%;
    */
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul {
    display: block;
  }
}
.recruit_company_environment_page #rceSec3 &gt; div ul li {
  width: 30.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul li:nth-child(2n) {
    margin: 0 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul li {
    width: 90%;
    margin: 0 auto 10vw 3vw;
  }
}
.recruit_company_environment_page #rceSec3 &gt; div ul li figure {
  position: relative;
}
.recruit_company_environment_page #rceSec3 &gt; div ul li figure:after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid #28a6dd;
  border-radius: 0.42857rem;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
}
.recruit_company_environment_page #rceSec3 &gt; div ul li figure span {
  position: relative;
  z-index: 10;
  display: block;
  border: 1px solid #efefef;
  border-radius: 0.42857rem;
  overflow: hidden;
}
.recruit_company_environment_page #rceSec3 &gt; div ul li figure span img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul li figure + p {
    margin-bottom: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_company_environment_page #rceSec3 &gt; div ul li figure + div + p {
    margin-bottom: -5vw;
  }
}
.recruit_company_environment_page #rceSec3 &gt; div ul li &gt; div {
  position: absolute;
  z-index: 10;
  top: 0.8rem;
  left: -0.8rem;
}
.recruit_company_environment_page #rceSec3 &gt; div ul li &gt; div h3 {
  display: inline-block;
  background: #28a6dd;
  color: #fff;
  font-size: 1.18rem;
  letter-spacing: 0.2em;
  padding: 0.2em 1em;
}
.recruit_company_environment_page #rceSec3 &gt; div ul li &gt; p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.857;
  font-weight: 300;
  margin-top: 2rem;
}

.recruit_vision_page #pageContent {
  padding-top: 0;
}
.recruit_vision_page .flexBox {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .recruit_vision_page .flexBox {
    display: block;
  }
}
.recruit_vision_page .flexBox section {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit_vision_page .flexBox section {
    width: 100%;
  }
}

.phBox {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .phBox {
    margin-top: 16vw;
  }
}
.phBox .phTitle {
  position: relative;
  z-index: 5;
  text-align: center;
  letter-spacing: 0.2em;
}
.phBox .phTitle h2 {
  color: #28a6dd;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .phBox .phTitle h2 {
    font-size: 1.6rem;
  }
}
.phBox .phTitle span {
  color: #28a6dd;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .phBox .phTitle span {
    font-size: 1.1rem;
  }
}
.phBox .phTitle &gt; figure {
  margin: 2rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .phBox .phTitle &gt; figure {
    margin: 1.2rem auto;
  }
}
.phBox .phTitle &gt; figure img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .phBox .phTitle &gt; figure img {
    max-width: none;
    height: 8.8vw;
  }
}
.phBox .text {
  margin: 0 auto;
  margin-top: 1em;
  max-width: 850px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2;
}
.phBox .text:first-of-type {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .phBox .text {
    font-size: 1.1rem;
  }
}
.phBox .phContents {
  position: relative;
  z-index: 0;
  padding: 3rem;
  border-radius: 1.5rem;
  border: 2px solid #28a6dd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .phBox .phContents {
    padding: 2rem 2rem 3.5rem;
  }
}
.phBox .phContents .phImg img {
  display: block;
  width: 100%;
}
.phBox .phContents .phCatch {
  position: relative;
  margin: 1.5em auto 0;
  padding: 0.5em 0;
  width: fit-content;
}
.phBox .phContents .phCatch::before, .phBox .phContents .phCatch::after {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
@media screen and (max-width: 767px) {
  .phBox .phContents .phCatch::before, .phBox .phContents .phCatch::after {
    width: 15px;
    height: 15px;
  }
}
.phBox .phContents .phCatch::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.phBox .phContents .phCatch::after {
  bottom: 0;
  right: 0;
}
.phBox .phContents .phCatch img {
  margin: 0 auto;
  width: 100%;
}
.phBox .phContents .obj {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj {
    width: 25vw;
  }
}
.phBox .phContents .obj img {
  display: block;
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj img {
    width: 100%;
  }
}
.phBox .phContents .obj.o01 {
  top: 0;
  right: 0;
  transform: translate(-10%, -70%);
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj.o01 {
    width: 14vw;
    transform: translate(-5%, -70%);
  }
}
.phBox .phContents .obj.o01.rev {
  right: auto;
  left: 0;
  transform: translate(10%, -70%) rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj.o01.rev {
    transform: translate(5%, -70%) rotateY(180deg);
  }
}
.phBox .phContents .obj.o02 {
  bottom: 0;
  left: 0;
  transform: translate(-45%, 35%);
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj.o02 {
    transform: translate(-25%, 40%);
  }
}
.phBox .phContents .obj.o03 {
  bottom: 0;
  right: 0;
  transform: translate(45%, 35%);
}
@media screen and (max-width: 767px) {
  .phBox .phContents .obj.o03 {
    transform: translate(25%, 40%);
  }
}
.phBox .visionList {
  margin: 0 auto;
}
.phBox .visionList dl {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .phBox .visionList dl {
    width: 100%;
  }
}
.phBox .visionList dl dt {
  margin-right: 8px;
  color: #28a6dd;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .phBox .visionList dl dt {
    font-size: 1.8rem;
  }
}
.phBox .visionList dl dd .text:first-of-type {
  margin-top: 0;
}
.phBox .visionList dl figure img {
  display: block;
  width: 100%;
}

#VALUE-MAP .phTitle .phCatch .sp-non {
  width: 65%;
}
#VALUE-MAP .phTitle .text:first-of-type {
  margin-top: 0;
  font-size: 1.3rem;
}
#VALUE-MAP &gt; p {
  font-size: 1rem;
  font-weight: normal;
}
#VALUE-MAP #VM {
  position: relative;
}
#VALUE-MAP #VM .vmMain {
  margin-top: 3.5%;
}
#VALUE-MAP #VM .vmMain img {
  display: block;
  width: 100%;
}
#VALUE-MAP #VM .vpButtonList .item {
  position: absolute;
  padding-top: 5%;
  display: inline-block;
  width: 5%;
  height: 0;
  cursor: pointer;
  background-image: url("/recruit/assets/images/vision/map_button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1100px) {
  #VALUE-MAP #VM .vpButtonList .item {
    transition: all 0.2s;
  }
  #VALUE-MAP #VM .vpButtonList .item:hover {
    transform: scale(1.08);
  }
}
#VALUE-MAP #VM .vpButtonList .item img {
  display: block;
  width: 100%;
}
#VALUE-MAP #VM .vpButtonList .item.vp01 {
  top: 32.5%;
  left: 6.5%;
}
#VALUE-MAP #VM .vpButtonList .item.vp02 {
  top: 24%;
  left: 15%;
}
#VALUE-MAP #VM .vpButtonList .item.vp03 {
  top: 37%;
  left: 25%;
}
#VALUE-MAP #VM .vpButtonList .item.vp04 {
  top: 26%;
  left: 39%;
}
#VALUE-MAP #VM .vpButtonList .item.vp05 {
  top: 37%;
  left: 67%;
}
#VALUE-MAP #VM .vpButtonList .item.vp06 {
  top: 27.5%;
  left: 79.5%;
}
#VALUE-MAP #VM .vpButtonList .item.vp07 {
  top: 58%;
  left: 28%;
}
#VALUE-MAP #VM .vpButtonList .item.vp08 {
  top: 50%;
  left: 46%;
}
#VALUE-MAP #VM .vpButtonList .item.vp09 {
  top: 46%;
  left: 61.5%;
}
#VALUE-MAP #VM .vpButtonList .item.vp10 {
  top: 64%;
  left: 59%;
}
#VALUE-MAP #VM .vpButtonList .item.vp11 {
  top: 78%;
  left: 70%;
}
#VALUE-MAP #VM .vpButtonList .item.vp12 {
  top: 57%;
  left: 93%;
}

.vpItem {
  position: relative;
  padding: 4rem;
  width: 90%;
  max-width: 850px !important;
  height: fit-content !important;
}
.vpItem .closeBtn {
  position: absolute;
  top: -4rem;
  right: -4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #e29417;
  cursor: pointer;
}
.vpItem .ttl {
  padding-bottom: 12px;
  color: #e29417;
  font-size: 1.4rem;
  border-bottom: 1px solid #e29417;
}
.vpItem .flexBox {
  padding: 6.5% 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vpItem .flexBox .imgBox {
  position: relative;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #f3ffff;
}
.vpItem .flexBox .imgBox img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.vpItem .flexBox .imgBox span {
  position: absolute;
  top: -8px;
  left: 50%;
  padding: 3px 8px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0.3rem;
  transform: translate(-50%, 0);
}
.vpItem .flexBox .imgBox span.bBadge {
  background-color: #ccc;
}
.vpItem .flexBox .imgBox span.aBadge {
  background-color: #e29417;
}
.vpItem .text {
  max-width: none;
}

.recruit_works_page #pageContent {
  padding-top: 0;
}

.recruit_works_detail_page #pageContent {
  padding-bottom: 0;
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #303030;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg) translate(0, -50%);
  background-color: transparent !important;
}

.buttonWrap {
  text-align: center;
}

.tpButton {
  margin: 0.8rem 1.2rem;
  padding: 1.2rem 2rem;
  display: inline-block;
  min-width: 260px;
  color: #28a6dd;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #28a6dd;
  border-radius: 0.3rem;
}
.tpButton.arrow:after {
  border-top-color: #28a6dd;
  border-right-color: #28a6dd;
}
.tpButton.wt {
  color: #fff;
  border-color: #fff;
}
.tpButton.wt:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.tpButton.wt:hover {
  background-color: #e29417;
  border-color: #e29417;
}
@media screen and (min-width: 1100px) {
  .tpButton {
    transition: all 0.2s;
  }
  .tpButton:hover {
    color: #fff;
    background-color: #28a6dd;
  }
  .tpButton:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

#WORKS-LIST {
  padding: 8% 0;
}
@media screen and (max-width: 767px) {
  #WORKS-LIST {
    padding: 16% 0;
  }
}
#WORKS-LIST #rpTtl {
  margin-top: 0;
}
#WORKS-LIST .btn {
  margin-top: 5%;
}

.jobTitle {
  padding: 5px 18px;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  border-radius: 30px;
  font-weight: bold;
}
.jobTitle.jgA {
  background-color: #dd456a;
}
.jobTitle.jgA::before {
  border-top-color: #bc2650;
}
.jobTitle.jgB {
  background-color: #96c43d;
}
.jobTitle.jgB::before {
  border-top-color: #6d8c1f;
}

.jobGroupBox {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .jobGroupBox {
    margin-top: 8%;
  }
}

.worksList {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .worksList {
    padding: 0 6.5%;
    gap: 10%;
  }
}
.worksList .item {
  margin-top: 3%;
  width: 31%;
}
.worksList .item.none {
  display: none;
}
@media screen and (min-width: 1100px) {
  .worksList .item {
    transition: all 0.2s;
  }
  .worksList .item:hover {
    transform: scale(1.05);
  }
  .worksList .item:hover a {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .worksList .item {
    margin-top: 8%;
    width: 100%;
  }
}
.worksList .item a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  background-color: #edf3f4;
}
.worksList .item a p {
  padding: 1rem 1rem 2rem;
}
.worksList .item a p.arrow::after {
  top: auto;
  right: 50%;
  bottom: 1rem;
  transform: rotate(135deg) translate(-50%, 0);
}
.worksList .item .imgBox img {
  display: block;
  width: 100%;
}

#WORKS-DETAIL .contentsWrap {
  padding-bottom: 5%;
}
#WORKS-DETAIL .descBox {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .descBox {
    display: block;
  }
}
#WORKS-DETAIL .descBox .imgBox {
  position: relative;
  margin-top: 3%;
  padding: 0 3rem 3rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .descBox .imgBox {
    margin-top: 8%;
  }
}
#WORKS-DETAIL .descBox .imgBox::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 75%;
  height: 85%;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 15px, #CDEEFF 15px, #CDEEFF 30px);
}
#WORKS-DETAIL .descBox .imgBox img {
  display: block;
  width: 100%;
}
#WORKS-DETAIL .descBox .textBox {
  margin-top: 3%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .descBox .textBox {
    margin-top: 8%;
  }
}
#WORKS-DETAIL .descBox .textBox .ttl {
  display: inline;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.2rem;
  background-color: #ffe100;
}
#WORKS-DETAIL .descBox .textBox .txt {
  margin-top: 1.2rem;
  font-weight: normal;
  line-height: 2.2;
}
#WORKS-DETAIL .balloonTextBox {
  position: relative;
  margin-top: 5%;
  padding: 3.5%;
  border: 1px solid #28a6dd;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .balloonTextBox {
    margin-top: 10%;
    padding: 8%;
  }
}
#WORKS-DETAIL .balloonTextBox::after {
  content: " ";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  border-left: 1px solid #28a6dd;
  border-top: 1px solid #28a6dd;
  position: absolute;
  z-index: 5;
  top: -0.8rem;
  left: calc(50% / 2);
  background-color: #fff;
}
#WORKS-DETAIL .balloonTextBox .ttl {
  color: #28a6dd;
  font-size: 1.3rem;
}
#WORKS-DETAIL .balloonTextBox .txt {
  margin-top: 0.8rem;
  font-weight: normal;
  line-height: 2.2;
}
#WORKS-DETAIL .pointBox {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .pointBox {
    display: block;
  }
}
#WORKS-DETAIL .pointBox .item {
  position: relative;
  margin-top: 5%;
  padding: 3.5%;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #edf7fc;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL .pointBox .item {
    margin-top: 12%;
    padding: 8%;
  }
}
#WORKS-DETAIL .pointBox .item .imgBox {
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100px;
  background-color: #28a6dd;
}
#WORKS-DETAIL .pointBox .item .imgBox img {
  display: block;
  width: 50%;
}
#WORKS-DETAIL .pointBox .item .ttl {
  color: #28a6dd;
  font-size: 1.3rem;
  text-align: center;
}
#WORKS-DETAIL .pointBox .item .txt {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.2;
}
#WORKS-DETAIL #REQ-BUTTON {
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  #WORKS-DETAIL #REQ-BUTTON {
    padding: 10% 0 14%;
  }
}
#WORKS-DETAIL #REQ-BUTTON .imgBox {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#WORKS-DETAIL #REQ-BUTTON .imgBox img {
  display: block;
  width: 100%;
}
#WORKS-DETAIL #REQ-BUTTON .tpButton {
  margin: 0;
  min-width: 0;
  width: 100%;
  font-size: 1.4rem;
}
#WORKS-DETAIL #INTERVIEW-OTHER-LIST .sepObject {
  display: block;
}
#WORKS-DETAIL #WORKS-LIST {
  background-color: #f4f4f4;
}
#WORKS-DETAIL #WORKS-LIST .item a {
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  #WORKS-DETAIL #WORKS-LIST .item {
    width: 22.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #WORKS-DETAIL #WORKS-LIST .item {
    width: 22.5%;
  }
}

.catChangeList {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8% / 3);
}
@media screen and (max-width: 767px) {
  .catChangeList {
    gap: 4%;
  }
}
.catChangeList .item {
  margin-bottom: calc(8% / 3);
  width: 23%;
  display: block;
}
@media screen and (max-width: 767px) {
  .catChangeList .item {
    margin-bottom: 4%;
    width: 48%;
  }
}
.catChangeList .item a {
  padding: 1.2rem 2rem;
  display: block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 0.3rem;
}
.catChangeList .item a:hover {
  border-color: #28a6dd;
}
.catChangeList .item a.current {
  color: #fff;
  border-color: #28a6dd;
  background-color: #28a6dd;
}

.interviewList {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .interviewList {
    margin-top: 12%;
  }
}
.interviewList .item {
  position: relative;
  margin-bottom: 4.5%;
  width: 48%;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .interviewList .item {
    margin-bottom: 8%;
    width: 100%;
  }
}
.interviewList .item a {
  padding: 3rem 3rem 2rem 2rem;
  display: flex;
  align-items: center;
  gap: 5%;
  text-decoration: none;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1100px) {
  .interviewList .item a {
    transition: all 0.2s;
  }
  .interviewList .item a:hover {
    color: #333;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .interviewList .item a {
    align-items: flex-start;
    gap: 8%;
  }
}
.interviewList .item .imgBox {
  width: 35%;
}
.interviewList .item .imgBox img {
  display: block;
  width: 100%;
}
.interviewList .item .catBox {
  position: absolute;
  top: -12px;
  left: 2rem;
  padding: 3px 15px;
  display: inline-block;
  min-width: 100px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}
.interviewList .item .catBox::before {
  position: absolute;
  top: 5px;
  left: -12px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-width: 0;
  transform: rotate(315deg);
}
.interviewList .item .catBox.jgA {
  background-color: #dd456a;
}
.interviewList .item .catBox.jgA::before {
  border-top-color: #bc2650;
}
.interviewList .item .catBox.jgB {
  background-color: #96c43d;
}
.interviewList .item .catBox.jgB::before {
  border-top-color: #6d8c1f;
}
.interviewList .item .textBox {
  width: 65%;
}
.interviewList .item .textBox .iTitle {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.interviewList .item .textBox .iName {
  margin: 15px 0 8px;
  display: block;
  color: #28a6dd;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.interviewList .item .textBox .iJob {
  display: block;
  color: #555;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.interviewList .item.noAtl {
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.2rem;
}

#INTERVIEW-OTHER-LIST {
  position: relative;
  padding: 14% 0 8%;
  background-image: repeating-linear-gradient(-45deg, #2AADE9, #2AADE9 10px, #28a6dd 10px, #28a6dd 20px);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #INTERVIEW-OTHER-LIST {
    padding: 18% 0 8%;
  }
}
@media screen and (max-width: 767px) {
  #INTERVIEW-OTHER-LIST {
    padding: 22% 0 16%;
  }
}
#INTERVIEW-OTHER-LIST::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 10;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(100vw - 10px) solid transparent;
  border-left: calc(100vw - 10px) solid transparent;
  border-top: 6rem solid #fff;
}
@media screen and (max-width: 767px) {
  #INTERVIEW-OTHER-LIST::after {
    border-top-width: 3rem;
  }
}
#INTERVIEW-OTHER-LIST .secTtl {
  color: #fff;
}
#INTERVIEW-OTHER-LIST .secTtl::after {
  background-color: #fff;
}
#INTERVIEW-OTHER-LIST .sepObject {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: none;
}
#INTERVIEW-OTHER-LIST .interviewList {
  justify-content: center;
}

.recruit_interview_detail_page #pageContent {
  padding: 0;
}
.recruit_interview_detail_page #pageContent #mainv {
  position: relative;
}
.recruit_interview_detail_page #pageContent #mainv figure {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 32%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_interview_detail_page #pageContent #mainv figure {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #mainv figure {
    padding-bottom: 60%;
  }
}
.recruit_interview_detail_page #pageContent #mainv figure:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 19.2%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.recruit_interview_detail_page #pageContent #mainv figucaption {
  display: block;
  position: absolute;
  width: 90%;
  max-width: 1200px;
  bottom: 4rem;
  left: 50%;
  color: #fff;
  z-index: 10;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption {
    bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption {
    bottom: 3vw;
    text-align: left;
    padding-left: 5vw;
  }
}
.recruit_interview_detail_page #pageContent #mainv figucaption .catBox {
  padding: 3px 15px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}
.recruit_interview_detail_page #pageContent #mainv figucaption .catBox.jgA {
  background-color: #dd456a;
}
.recruit_interview_detail_page #pageContent #mainv figucaption .catBox.jgA::before {
  border-top-color: #bc2650;
}
.recruit_interview_detail_page #pageContent #mainv figucaption .catBox.jgB {
  background-color: #96c43d;
}
.recruit_interview_detail_page #pageContent #mainv figucaption .catBox.jgB::before {
  border-top-color: #6d8c1f;
}
.recruit_interview_detail_page #pageContent #mainv figucaption h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption h2 {
    font-size: 1.4rem;
    margin-top: 1.2vw;
    margin-bottom: 2vw;
    line-height: 1.3;
  }
}
.recruit_interview_detail_page #pageContent #mainv figucaption div p {
  display: inline-block;
  letter-spacing: 0.2em;
}
.recruit_interview_detail_page #pageContent #mainv figucaption div p:first-child {
  font-size: 1.57142rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption div p:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption div p:first-child {
    font-size: 1.1rem;
  }
}
.recruit_interview_detail_page #pageContent #mainv figucaption div p:last-child {
  font-weight: 300;
  font-size: 1.2857rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption div p:last-child {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #mainv figucaption div p:last-child {
    font-size: 1rem;
  }
}
.recruit_interview_detail_page #pageContent #mainv figucaption div p:last-child::before {
  content: "/";
  padding: 0 8px;
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox {
    margin-top: 8vw;
  }
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox h3, .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox p {
  width: 80vw;
  max-width: 790px;
  margin: 2rem auto 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox h3, .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox p {
    margin: 3vw auto 0;
  }
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox h3:first-child, .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox p:first-child {
  margin-top: 0;
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox h3 {
  font-size: 1.7142rem;
  line-height: 1.75;
  color: #28a6dd;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox h3 {
    font-size: 1.4rem;
  }
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.142;
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL &gt; div .conbox figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL .buttonWrap {
  padding: 5% 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #INTERVIEW-DETAIL .buttonWrap {
    padding: 10% 0;
  }
}
.recruit_interview_detail_page #pageContent #intMessage {
  position: relative;
  margin-top: 80px;
  padding: 80px;
  border-radius: 0.5rem;
  background: #f5fcff;
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #intMessage {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_detail_page #pageContent #intMessage {
    padding: 12vw;
  }
}
.recruit_interview_detail_page #pageContent #intMessage::before {
  position: absolute;
  top: -28px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-width: 0;
  border-bottom-color: #f5fcff;
  transform: translate(-50%, 0);
}
.recruit_interview_detail_page #pageContent #intMessage h3 {
  font-size: 1.6rem;
  color: #28a6dd;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-align: center;
  line-height: 1;
}
.recruit_interview_detail_page #pageContent #intMessage p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.142;
  width: 100%;
  max-width: 790px;
  margin: 1.8rem auto 0;
}
.recruit_interview_detail_page #pageContent #intMessage p:last-child {
  color: #28a6dd;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: right;
}

.recruit_career_page #pageContent {
  padding: 0;
}
.recruit_career_page #career {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #career {
    padding: 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_career_page #career {
    padding: 100px 0;
  }
}
.recruit_career_page #career &gt; div {
  width: 90vw;
  max-width: 990px;
  margin: 0 auto;
}
.recruit_career_page #career &gt; div .secCatch {
  width: 80vw;
  max-width: 630px;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #career &gt; div .secCatch {
    width: 50vw;
  }
}
.recruit_career_page #career &gt; div figure {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #career &gt; div figure {
    margin-bottom: 10vw;
  }
}
.recruit_career_page #career &gt; div figure img {
  width: 100%;
  height: auto;
}
.recruit_career_page #career &gt; div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #career &gt; div ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .recruit_career_page #career &gt; div ul li {
    width: 44.501%;
    margin-top: 2rem;
  }
  .recruit_career_page #career &gt; div ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_career_page #career &gt; div ul li {
    width: 80vw;
    margin: 5vw auto 0 8vw;
  }
  .recruit_career_page #career &gt; div ul li:nth-child(1) {
    margin-top: 0;
  }
}
.recruit_career_page #career &gt; div ul li h3 {
  font-size: 1.2857rem;
  margin-bottom: 0.2em;
  letter-spacing: 0.2em;
  position: relative;
}
.recruit_career_page #career &gt; div ul li h3:before {
  content: " ";
  display: block;
  width: 1.1111em;
  height: 1.1111em;
  border-radius: 50%;
  position: absolute;
  left: -2em;
  top: 50%;
  transform: translateY(-50%);
  background: #a5a5a5;
}
.recruit_career_page #career &gt; div ul li p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 2.178;
  font-weight: 300;
}
.recruit_career_page #career &gt; div ul li:nth-child(2) h3:before {
  background: linear-gradient(to right, #80c10e 0%, #80c10e 50%, #e29417 50%, #e29417 100%);
}
.recruit_career_page #career &gt; div ul li:nth-child(3) h3:before {
  background: linear-gradient(to right, #e29417 0%, #e29417 50%, #28a6dd 50%, #28a6dd 100%);
}
.recruit_career_page #qualification {
  background: #edf7fc;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification {
    padding: 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_career_page #qualification {
    padding: 100px 0;
  }
}
.recruit_career_page #qualification &gt; div {
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
.recruit_career_page #qualification &gt; div &gt; div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div {
    display: block;
  }
}
.recruit_career_page #qualification &gt; div &gt; div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .recruit_career_page #qualification &gt; div &gt; div ul {
    width: 50.925%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div ul {
    margin-bottom: 5vw;
  }
}
.recruit_career_page #qualification &gt; div &gt; div ul li {
  width: 47.2727%;
  margin-top: 1.5rem;
}
.recruit_career_page #qualification &gt; div &gt; div ul li:nth-child(-n+2) {
  margin-top: 0;
}
.recruit_career_page #qualification &gt; div &gt; div ul li figure {
  display: block;
}
.recruit_career_page #qualification &gt; div &gt; div ul li figure span {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3571rem;
}
.recruit_career_page #qualification &gt; div &gt; div ul li figure span img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
.recruit_career_page #qualification &gt; div &gt; div ul li figure figucaption {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.2857rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div ul li figure figucaption {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div {
    width: 46.2962%;
  }
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div h3 {
  padding: 1.5rem;
  text-align: center;
  background: #28a6dd;
  color: #fff;
  border-radius: 0.3571rem;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div h3 {
    font-size: 1rem;
  }
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div {
  background: #fff;
  border-radius: 0.42857rem;
  padding: 4.2857rem 3.4285rem;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div {
    width: 100%;
    padding: 5vw 5vw;
  }
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div h4 {
  text-align: center;
  color: #28a6dd;
  margin-bottom: 1rem;
  font-size: 1.2857rem;
  letter-spacing: 0.2em;
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div figure {
  width: 40.63%;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div figure {
    width: 30%;
  }
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div div {
  width: 52.59%;
}
@media screen and (max-width: 767px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div div {
    width: 60%;
  }
}
.recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div div p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.857;
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_career_page #qualification &gt; div &gt; div &gt; div &gt; div &gt; div div p {
    font-size: 1rem;
  }
}

.recruit_requirements_detail_page #breadcrumb li:nth-of-type(3) a {
  pointer-events: none;
}

#REQUIREMENTS-LIST h2 {
  padding: 0.5em 0 0.5em 2em;
  position: relative;
  font-size: 1.142857rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#REQUIREMENTS-LIST h2:before {
  content: " ";
  display: block;
  width: 0.3571rem;
  height: 100%;
  background: #ddd;
  border-radius: 0.1857rem;
  position: absolute;
  top: 0;
  left: 0;
}
#REQUIREMENTS-LIST #JOB-LIST {
  padding-top: 0;
}
#REQUIREMENTS-LIST .worksList .item a {
  padding: 8px 0 8px 8px;
  display: flex;
  align-items: center;
}
#REQUIREMENTS-LIST .worksList .item a .imgBox {
  width: 45%;
}
#REQUIREMENTS-LIST .worksList .item a p {
  width: 55%;
  text-align: center;
}

#FLOW-LIST {
  margin-top: 8%;
}
#FLOW-LIST .flowBox:not(:first-of-type) {
  margin-top: 5%;
}
#FLOW-LIST .flowBox.flMd li:nth-of-type(2) {
  width: 53.875%;
}
#FLOW-LIST .flowBox.flMd li:nth-of-type(2) p {
  background-image: url("/recruit/assets/images/requirements/flw_frame2.svg");
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox.flMd li:nth-of-type(2) {
    width: 50%;
  }
  #FLOW-LIST .flowBox.flMd li:nth-of-type(2) p {
    background-image: url("/recruit/assets/images/requirements/flw_frame.svg");
  }
}
#FLOW-LIST .flowBox ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul {
    flex-wrap: wrap;
  }
}
#FLOW-LIST .flowBox ul li {
  width: 26.875%;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul li {
    width: 50%;
    margin-top: 3vw;
  }
  #FLOW-LIST .flowBox ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
#FLOW-LIST .flowBox ul li .flwTtl {
  color: #28a6dd;
  text-align: center;
  line-height: 1;
  padding: 1.75em 3em 1.75em 2em;
  position: relative;
  background-image: url("/recruit/assets/images/requirements/flw_frame.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #FLOW-LIST .flowBox ul li .flwTtl {
    padding: 1.9em 3em 1.9em 2em;
  }
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul li .flwTtl {
    font-size: 1.2rem;
    padding: 1.45em 2em 1.45em 1em;
  }
}
#FLOW-LIST .flowBox ul li .flwTxt {
  padding-right: 2em;
  font-size: 1.05rem;
  font-weight: 300;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul li .flwTxt {
    font-size: 1rem;
  }
}
#FLOW-LIST .flowBox ul li:last-child {
  width: 19.375%;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul li:last-child {
    width: 50%;
  }
}
#FLOW-LIST .flowBox ul li:last-child .flwTtl {
  background-image: none;
  background: #28a6dd;
  color: #fff;
  padding: 1.75em 2em 1.75em 2em;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #FLOW-LIST .flowBox ul li:last-child .flwTtl {
    padding: 1.9em 3em 1.9em 2em;
  }
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox ul li:last-child .flwTtl {
    padding: 1.45em 1em 1.45em 1em;
  }
}
#FLOW-LIST .flowBox &gt; p {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .flowBox &gt; p {
    font-size: 1rem;
  }
}
#FLOW-LIST .doc {
  margin-top: 2rem;
}
#FLOW-LIST .doc ul {
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .doc ul {
    padding-left: 0;
  }
}
#FLOW-LIST .doc ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 1.1rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #FLOW-LIST .doc ul li {
    font-size: 1.05rem;
  }
}
#FLOW-LIST .doc ul li:last-child {
  margin-right: 0;
}

#REQUIREMENTS-DETAIL {
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  #REQUIREMENTS-DETAIL {
    padding: 8% 0;
  }
}
#REQUIREMENTS-DETAIL .qlfDetail {
  margin-top: 2.5rem;
}
#REQUIREMENTS-DETAIL .qlfDetail .detail dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
}
#REQUIREMENTS-DETAIL .qlfDetail .detail dl dt {
  width: 23%;
  padding: 2em 0 2em 4.375%;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #REQUIREMENTS-DETAIL .qlfDetail .detail dl dt {
    width: 30%;
  }
}
#REQUIREMENTS-DETAIL .qlfDetail .detail dl dd {
  width: 77%;
  padding: 2em 4.375% 2em 0;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #REQUIREMENTS-DETAIL .qlfDetail .detail dl dd {
    width: 70%;
  }
}
#REQUIREMENTS-DETAIL .buttonWrap {
  margin-top: 5%;
}

.recruit_entry_page #formFlow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recruit_entry_page #formFlow:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.21rem;
  height: 3px;
  background: #eee;
  z-index: 1;
}
.recruit_entry_page #formFlow &gt; p {
  position: relative;
  z-index: 10;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  margin: 0 1em;
}
.recruit_entry_page #formFlow &gt; p span {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.recruit_entry_page #formFlow &gt; p.current {
  border: 1px solid #28a6dd;
  background: #28a6dd;
}
.recruit_entry_page #formFlow &gt; p.current span {
  color: #fff;
}
.recruit_entry_page #form {
  margin-top: 5rem;
}
.recruit_entry_page #form h2 {
  background: #ededed;
  border-radius: 2em;
  font-size: 1.1428rem;
  letter-spacing: 0.1em;
  padding: 0.5em 2.5em;
}
.recruit_entry_page #form .last {
  border-bottom: none;
}
.recruit_entry_page #form .telBox {
  width: 100%;
  background: #edf7fc;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .recruit_entry_page #form .telBox {
    padding: 5vw 0;
  }
}
.recruit_entry_page #form .telBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #28a6dd;
}
@media screen and (max-width: 767px) {
  .recruit_entry_page #form .telBox dl {
    display: block;
  }
}
.recruit_entry_page #form .telBox dl dt {
  width: 35%;
  text-align: center;
  font-size: 1.2857rem;
  font-weight: 300;
  border-right: 1px solid #28a6dd;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_entry_page #form .telBox dl dt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_entry_page #form .telBox dl dt {
    width: 100%;
    border-right: none;
  }
  .recruit_entry_page #form .telBox dl dt:after {
    content: " ";
    display: block;
    width: 30%;
    height: 1px;
    background: #28a6dd;
    margin: 1rem auto 1.5rem;
  }
}
.recruit_entry_page #form .telBox dl dd {
  width: 60%;
  display: flex;
  align-items: baseline;
  /*
  p:last-child{
  	font-size: 1.1rem;
  	font-weight: 300;
  	margin-left: 2rem;
  	line-height: 1;
  	@include mq-sp{
  		margin: 0.5em auto 0;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .recruit_entry_page #form .telBox dl dd {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.recruit_entry_page #form .telBox dl dd .tel {
  font-size: 2.1428rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.7em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit_entry_page #form .telBox dl dd .tel {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_entry_page #form .telBox dl dd .tel {
    text-decoration: none;
    display: inline-block;
    color: #28a6dd;
  }
}
.recruit_entry_page #form .telBox dl dd .tel:before {
  content: " ";
  display: block;
  width: 2.142857rem;
  height: 2.142857rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/recruit/assets/images/common/icon_tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit_entry_page.thanks_page #formFlow {
  margin-bottom: 5rem;
}

.form_jobcat_change2 {
  display: none;
}
/*# sourceMappingURL=style.min.css.map */
</pre></body></html>