@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000000;
}

.bg-gray {
  background-color: #FBFBFB;
}

.bg-gray3 {
  background-color: #F7F7F7;
}
.bg-gray3.with-border {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.fz14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.en {
  font-family: "Barlow", sans-serif;
}

.radius8 {
  border-radius: 8px;
  overflow: hidden;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 500;
}

.text-center p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text-center p {
    text-align: left;
  }
}
.text-center p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .text-center p + p {
    margin-top: 20px;
  }
}

/* Link */
.transition, .menu-responsive, header .header .col-left a img, header, .btn .icn.circle-red, button, .hover-underline::after, a .cover img, a::before, a::after, a {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -130px;
  }
}

.hover-underline {
  position: relative;
  display: inline-block;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/* Txthead */
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 35px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb15 {
  margin-bottom: 15px;
}
.txthead-box.with-line-left-red {
  position: relative;
  padding-left: 38px;
}
.txthead-box.with-line-left-red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: auto;
  background-color: #FC0001;
}
.txthead-box.with-line-center-red {
  position: relative;
  padding-bottom: 42px;
}
.txthead-box.with-line-center-red::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: auto;
  background-color: #FC0001;
}
.txthead-box.with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txthead-box.with-button > *:nth-child(1), .txthead-box.with-button > *:nth-child(3) {
  white-space: nowrap;
}
.txthead-box.with-button .line {
  width: 100%;
  height: 1px;
  margin: 0 30px;
  background-color: #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-button .line {
    margin: 0 20px;
  }
}
.txthead-box .fz64 {
  font-size: 6.4rem;
  line-height: 7.2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz64 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz64 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz64 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
.txthead-box .fz64 + .fz20 {
  margin-top: 3px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.txthead-box .fz64 + .fz20::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #FC0001;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz64 + .fz20::before {
    width: 6px;
    height: 6px;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz28 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz28 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz28 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz20 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz20 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.txthead-box .center {
  text-align: center;
}

/* Button */
.btn-box {
  display: table;
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt50 {
    margin-top: 30px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.with-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-box.with-text-left .text {
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.with-text-left .text {
    padding-right: 0;
  }
}
.btn-box.with-text-left .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .btn-box.with-text-left .btn {
    display: none;
  }
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box.max-w400 {
  width: 100%;
  max-width: 400px;
}
.btn-box.max-w430 {
  width: 100%;
  max-width: 430px;
}

.btn:hover {
  opacity: 1;
}
.btn:hover .icn.circle-red {
  background-color: #F30001;
}
.btn:hover .icn.circle-red img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.btn .txt {
  font-weight: 500;
  line-height: 2.2rem;
}
.btn .txt.fz16 {
  font-size: 1.6rem;
}
.btn .icn.circle-red {
  margin-left: 15px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #F30001;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .btn .icn.circle-red {
    width: 40px;
    height: 40px;
  }
}
.btn.border-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  border: 1px solid #000000;
  border-radius: 28px;
}
@media only screen and (max-width: 750px) {
  .btn.border-radius {
    height: 50px;
    border-radius: 25px;
  }
}
.btn.border-radius.none-radius {
  border-radius: 0 !important;
}
.btn.border-radius.medium {
  height: 62px;
  border-radius: 31px;
}
.btn.border-radius:hover {
  color: #fff;
  background-color: #000000;
}
.btn.border-radius:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(85deg) brightness(108%) contrast(101%);
}
.btn.border-radius.red {
  color: #fff;
  background-color: #F30001;
  border-color: #F30001;
}
.btn.border-radius.red:hover {
  border-color: #FC0001;
  background-color: #FC0001;
}
.btn.border-radius.red .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(104%);
}
.btn.border-radius.dark {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn.border-radius.dark:hover {
  border-color: #000000;
  background-color: #000000;
}
.btn.icn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icn-left .icn {
  margin-right: 10px;
}
.btn.icn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icn-right .icn {
  margin-left: 10px;
}
.btn.mw180 {
  min-width: 180px;
}
.btn.w-auto {
  padding-left: 32px;
  padding-right: 32px;
}
.btn.w-430 {
  width: 100%;
  max-width: 430px;
}
.btn.w-300 {
  width: 100%;
  max-width: 300px;
}
.btn.w-250 {
  width: 100%;
  max-width: 250px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-scroll ul.col6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .btn-scroll ul.col6 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.btn-scroll ul.col6 li + li {
  border-left: 1px solid #CCCCCC;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(5) {
    border-top: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li:nth-child(6) {
    border-top: 1px solid #CCCCCC;
  }
}
.btn-scroll ul.col6 li a {
  width: 100%;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul.col6 li a {
    padding: 15px 0;
  }
}
.btn-scroll ul li {
  position: relative;
}
.btn-scroll ul li a {
  display: table;
  font-weight: 500;
  text-align: center;
}
.btn-scroll ul li a:hover {
  opacity: 1;
}
.btn-scroll ul li a:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(3490%) hue-rotate(327deg) brightness(88%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(49%) sepia(100%) saturate(3490%) hue-rotate(327deg) brightness(88%) contrast(92%);
}
.btn-scroll ul li a .icon {
  display: table;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

/* Content */
.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-970 {
  width: 90%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.content-860 {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.pad60100 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad60100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad60100 {
    padding-bottom: 60px;
  }
}

.pad120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 850px) {
  .pad120 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.pad60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mgt40 {
  margin-top: 40px;
}

/* Breadcrumb */
#breadcrumb .breadcrumb {
  padding: 15px 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  padding-right: 21px;
  margin-right: 15px;
}
#breadcrumb .breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: #808080;
  font-weight: 300;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 6px;
  height: 10px;
  background-image: url("/recruit/assets/images/commons/breadcrumb-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#breadcrumb .breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
#breadcrumb .breadcrumb ul li a img {
  margin-right: 8px;
}
#breadcrumb .breadcrumb ul li a.fw-300 {
  font-weight: 300 !important;
  color: #808080 !important;
}

.red-light {
  background-color: #FFF4EE;
}

.itv-box-intro {
  background-color: #fff !important;
  padding: 40px 30px;
  border-left: 6px solid #F30001;
}
@media only screen and (max-width: 750px) {
  .itv-box-intro {
    padding: 20px;
    border-left: 3px solid #F30001;
  }
}
.itv-box-intro span {
  color: #fff;
  background-color: #F30001;
  padding: 5px 20px;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 750px) {
  .itv-box-intro span {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 5px 10px;
  }
}
.itv-box-intro h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 5.6rem;
}
@media only screen and (max-width: 750px) {
  .itv-box-intro h1 {
    font-size: 3.2rem;
    line-height: 4.5rem;
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bg-white {
  background-color: #fff !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 20px 60px 20px;
  text-align: center;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  .bg-white {
    padding: 30px 20px 0 20px;
  }
}
.bg-white .line-red {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 682px;
  margin: auto;
}
.bg-white .line-red::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F30001;
  top: 40%;
  right: -50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  .bg-white .line-red::after {
    top: 48%;
  }
}
.bg-white .red-title {
  background-color: #F30001;
  padding: 2px 20px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .bg-white .red-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.bg-white .red-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/recruit/assets/images/commons/arrow-red-l.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 30%;
  left: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  .bg-white .red-title::before {
    top: 27%;
  }
}
.bg-white .red-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/recruit/assets/images/commons/arrow-red-r.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 30%;
  right: -22px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
  .bg-white .red-title::after {
    right: -22px;
    top: 27%;
  }
}
.bg-white h1 {
  text-align: center;
  font-size: 4rem;
  line-height: 5.5rem;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .bg-white h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    text-align: left;
  }
}
.bg-white h1 + p {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .bg-white h1 + p {
    margin-top: 20px;
    text-align: left;
  }
}

/* MV Inner */
#mv-inner {
  position: relative;
}
#mv-inner.message-mv {
  background-image: url("/recruit/assets/images/message/message-mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.message-mv {
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.message-mv {
    height: 200px;
  }
}
#mv-inner.environment-mv {
  background-image: url("/recruit/assets/images/environment/environment-mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.environment-mv {
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.environment-mv {
    height: 200px;
  }
}
#mv-inner.works-mv {
  background-image: url("/recruit/assets/images/works/works-mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.works-mv {
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.works-mv {
    height: 200px;
  }
}
#mv-inner.number-mv {
  background-image: url("/recruit/assets/images/number/number-mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.number-mv {
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.number-mv {
    height: 200px;
  }
}
#mv-inner.interview-mv {
  background-image: url("/recruit/assets/images/interview/interview-mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.interview-mv {
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.interview-mv {
    height: 200px;
  }
}
#mv-inner.interview-mv-img-tk {
  background-image: url("/recruit/assets/images/interview/interview-mv-img06.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 600px;
}
#mv-inner.interview-mv-img-tk.mv-mm {
  background-image: url("/recruit/assets/images/interview/006/interview-img01.jpg") !important;
}
#mv-inner.interview-mv-img-tk.mv-ks {
  background-image: url("/recruit/assets/images/interview/005/interview-img01.jpg") !important;
}
#mv-inner.interview-mv-img-tk.mv-yi {
  background-image: url("/recruit/assets/images/interview/004/interview-img01.jpg") !important;
}
#mv-inner.interview-mv-img-tk.mv-ri {
  background-image: url("/recruit/assets/images/interview/003/interview-img01.jpg") !important;
}
#mv-inner.interview-mv-img-tk.mv-kn {
  background-image: url("/recruit/assets/images/interview/002/interview-img01.jpg") !important;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.interview-mv-img-tk {
    height: 400px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.interview-mv-img-tk {
    height: 300px;
    margin-bottom: 25%;
    background-size: 180%;
    background-position: left top;
  }
}
#mv-inner.interview-mv-img-tk .mv-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  #mv-inner.interview-mv-img-tk .mv-inner {
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
    top: 60%;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.interview-mv-img-tk .mv-inner h1 {
    font-size: 3rem;
    line-height: 4.2rem;
    text-align: left;
  }
}
#mv-inner .mv-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv-inner .mv-inner.recruit_contect {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner {
    height: 200px;
  }
}
#mv-inner .mv-inner h1 {
  position: relative;
  font-size: 4.8rem;
  line-height: 6.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    text-align: center;
  }
}
#mv-inner .mv-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mv-inner .mv-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Popup */
.popup {
  position: relative;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 970px;
  margin: 20px auto;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  .popup {
    padding: 20px;
  }
}
.popup .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex {
    display: block;
  }
}
.popup .content .flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-left {
    width: 100%;
  }
}
.popup .content .flex .col-left .img img {
  border-radius: 10px;
}
.popup .content .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right {
    width: 100%;
    margin-top: 15px;
  }
}
.popup .content .flex .col-right .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right .topic {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.popup .content .flex .col-right .topic::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 1px;
  background-color: #F30001;
}
.popup .content .flex .col-right .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .popup .content .flex .col-right .btn-box {
    margin-top: 15px;
  }
}

/* Animate */
.reveal-mv {
  position: relative;
  overflow: hidden;
}
.reveal-mv img {
  width: 100%;
  display: block;
}
.reveal-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F30001;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.reveal-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #F30001;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
}
.reveal-mv.is-active::before {
  -webkit-animation: revealBtmToTop 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
          animation: revealBtmToTop 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
}
.reveal-mv.is-active::after {
  -webkit-animation: revealTopToBtm 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
          animation: revealTopToBtm 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
}

@-webkit-keyframes revealBtmToTop {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}

@keyframes revealBtmToTop {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}
@-webkit-keyframes revealTopToBtm {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@keyframes revealTopToBtm {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal img {
  width: 100%;
  display: block;
}
.reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F30001;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}
.reveal.is-active::before {
  -webkit-animation: revealRightToLeft 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
          animation: revealRightToLeft 0.6s cubic-bezier(0.4, 0.4, 0, 1) forwards;
}

@-webkit-keyframes revealRightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}

@keyframes revealRightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
/* Header */
header {
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 1180px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 90px;
  }
}
@media only screen and (max-width: 850px) {
  header .header {
    padding: 0 5%;
  }
}
header .header .col-left {
  min-width: 160px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left {
    width: 100px;
    min-width: 100px;
  }
}
header .header .col-left a {
  display: table;
}
header .header .col-right {
  width: 100%;
  max-width: 1040px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right {
    width: auto;
  }
}
header .header .col-right .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu-top {
    display: none;
  }
}
header .header .col-right .menu-top .btn-line {
  margin-right: 20px;
  color: #FFF;
  background-color: #06C755;
  padding: 5px 20px;
  border-bottom: none !important;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 3px;
}
header .header .col-right .menu-top .btn-line:hover {
  color: #FFF;
  opacity: 0.8;
}
header .header .col-right .menu-top .btn-line .ico-line {
  width: 20px;
  margin-right: -5px;
}
header .header .col-right .menu-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #E6E6E6;
}
header .header .col-right .menu-top a:hover {
  opacity: 1;
  color: #F30001;
}
header .header .col-right .menu-top a .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}
header .header .col-right .menu {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
header .header .col-right .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  position: relative;
}
header .header .col-right .menu ul li a:hover {
  opacity: 1;
  color: #F30001;
}
header .header .col-right .button {
  width: 330px;
  min-width: 330px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .button {
    display: none;
  }
}
header .header .col-right .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .header .col-right .button ul li {
  width: 50%;
}
header .header .col-right .btn-line {
  margin-right: 15px;
  color: #FFF;
  background-color: #06C755;
  padding: 8px;
  border-radius: 5px;
}
header .header .col-right .btn-line:hover {
  color: #FFF;
  opacity: 0.8;
}
header .header .col-right .btn-line .ico-line {
  width: 25px;
}
header .header .col-right .btn-burger {
  display: none;
  height: 46px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1,
header .header .col-right .btn-burger .bar-icon .bar2,
header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.active-mn-01 .mn-01, .active-mn-02 .mn-02, .active-mn-03 .mn-03, .active-mn-04 .mn-04, .active-mn-05 .mn-05, .active-mn-06 .mn-06 {
  color: #F30001;
}
.active-mn-01 .mn-01::before, .active-mn-02 .mn-02::before, .active-mn-03 .mn-03::before, .active-mn-04 .mn-04::before, .active-mn-05 .mn-05::before, .active-mn-06 .mn-06::before {
  width: 100% !important;
}
.active-mn-01 .mn-01::after, .active-mn-02 .mn-02::after, .active-mn-03 .mn-03::after, .active-mn-04 .mn-04::after, .active-mn-05 .mn-05::after, .active-mn-06 .mn-06::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -8px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 1;
  display: table;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #F30001;
}
@media only screen and (max-width: 1180px) {
  .active-mn-01 .mn-01::after, .active-mn-02 .mn-02::after, .active-mn-03 .mn-03::after, .active-mn-04 .mn-04::after, .active-mn-05 .mn-05::after, .active-mn-06 .mn-06::after {
    content: inherit;
  }
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-color: #fff;
  padding-top: 90px;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.menu-responsive .content {
  padding: 0 5%;
}
.menu-responsive .content .menu ul li {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}
.menu-responsive .content .menu ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 86px;
  height: 1px;
  background-color: #F30001;
}
.menu-responsive .content .menu ul li a {
  display: block;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  background-image: url("/recruit/assets/images/commons/menu-sp-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px;
}
.menu-responsive .content .menu-top {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-responsive .content .menu-top .btn-line {
  margin: auto;
  margin-bottom: 12px;
  color: #FFF;
  background-color: #06C755;
  padding: 5px 30px;
  border-bottom: none !important;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 3px;
}
.menu-responsive .content .menu-top .btn-line:hover {
  color: #FFF;
  opacity: 0.8;
}
.menu-responsive .content .menu-top .btn-line .ico-line {
  width: 20px;
  margin-right: -5px;
}
.menu-responsive .content .menu-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #E6E6E6;
  margin: auto;
}
.menu-responsive .content .menu-top a:hover {
  opacity: 1;
  color: #F30001;
}
.menu-responsive .content .menu-top a .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}
.menu-responsive .content .link {
  margin-top: 30px;
}
.menu-responsive .content .link ul li {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
}
.menu-responsive .content .link ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #F30001;
}
.menu-responsive .content .link ul li a {
  display: table;
}

/* Footer */
footer {
  padding: 70px 0 30px 0;
  background-color: #FEFBF4;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .top {
    width: 200px;
  }
}
footer .footer .top a {
  display: table;
}
footer .footer .mid {
  margin-top: 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid {
    display: block;
  }
}
footer .footer .mid .col-left p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
footer .footer .mid .col-right {
  padding-left: 90px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid .col-right {
    padding-left: 0;
    margin-top: 20px;
  }
}
footer .footer .mid .col-right .sitemap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 850px) {
  footer .footer .mid .col-right .sitemap ul {
    grid-row-gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .mid .col-right .sitemap ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
  }
}
footer .footer .mid .col-right .sitemap ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #E6E6E6;
  background-image: url("/recruit/assets/images/commons/btn-icon-link-right-gray.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 18px;
}
footer .footer .mid .col-right .sitemap ul li a:hover {
  opacity: 1;
  color: #F30001;
  border-color: #F30001;
}
footer .footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm {
    display: block;
  }
}
footer .footer .btm .link ul li {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 12px;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .link ul li {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .btm .link ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  color: #D9D9D9;
}
footer .footer .btm .link ul li a {
  display: block;
  color: #000000;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .copyright {
    margin-top: 20px;
  }
}
footer .footer .btm .copyright p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #808080;
}
@media only screen and (max-width: 750px) {
  footer .footer .btm .copyright p {
    text-align: center;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 14;
  display: none;
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    display: block;
  }
}
#mv .mv .col-left {
  width: 60.69444444%;
  background-color: #F30001;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-left {
    width: 100%;
  }
}
#mv .mv .col-left h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 22.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(2.6rem, 3.6vw, 5.6rem);
  line-height: normal;
  color: #fff;
  font-weight: 500;
  background-color: #F30001;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-left h1 {
    position: static;
    height: auto;
    padding: 15px 0;
  }
}
#mv .mv .col-right {
  width: 39.30555556%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .col-right .img img {
    width: 100%;
    height: auto;
  }
}

/* Welcome */
#welcome {
  position: relative;
  background-image: url("/recruit/assets/images/top/welcome-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px;
}
#welcome .obj-dot {
  position: absolute;
  top: 9%;
  right: 4.5%;
  z-index: 1;
  width: 7.7%;
  max-width: 110px;
}
@media only screen and (max-width: 1180px) {
  #welcome .obj-dot {
    top: 5%;
    width: 5%;
  }
}
#welcome .welcome {
  position: relative;
  z-index: 2;
}
#welcome .welcome .content h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #welcome .welcome .content h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#welcome .welcome .content .gall {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#welcome .welcome .content .gall img {
  height: auto;
  display: block;
}
#welcome .welcome .content .gall .col-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.23%;
          flex: 0 0 34.23%;
}
#welcome .welcome .content .gall .col-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.74%;
          flex: 0 0 64.74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#welcome .welcome .content .gall .col-r .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#welcome .welcome .content .gall .col-r .top .top-col-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.16%;
          flex: 0 0 50.16%;
}
#welcome .welcome .content .gall .col-r .top .top-col-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
}
#welcome .welcome .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .content .flex {
    display: block;
  }
}
#welcome .welcome .content .flex .cer {
  width: 38.1%;
  max-width: 369px;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .content .flex .cer {
    width: 100%;
    max-width: 100%;
  }
}
#welcome .welcome .content .flex .text {
  width: 61.9%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .content .flex .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#welcome .welcome .content .flex .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #welcome .welcome .content .flex .text p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #welcome .welcome .content .flex .text p + p {
    margin-top: 15px;
  }
}

/* Problem */
#problem {
  position: relative;
  z-index: 3;
  background-image: url("/recruit/assets/images/top/problem-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
}
#problem .obj-dot {
  position: absolute;
  top: 9%;
  left: 4.5%;
  z-index: 4;
  width: 7.7%;
  max-width: 110px;
}
@media only screen and (max-width: 1180px) {
  #problem .obj-dot {
    top: -7.5%;
    width: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #problem .obj-dot {
    top: -2.5%;
  }
}
#problem .problem {
  position: relative;
  z-index: 3;
}
#problem .problem .content h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #problem .problem .content h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #problem .problem .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#problem .problem .content h3 + h3 {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #problem .problem .content h3 + h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #problem .problem .content h3 + h3 {
    margin-top: 20px;
  }
}
#problem .problem .content .problem-list {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
}
@media only screen and (max-width: 1180px) {
  #problem .problem .content .problem-list {
    margin-top: 40px;
    gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #problem .problem .content .problem-list {
    display: block;
  }
}
#problem .problem .content .problem-list .col {
  padding: 16px;
}
@media only screen and (max-width: 1180px) {
  #problem .problem .content .problem-list .col {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #problem .problem .content .problem-list .col + .col {
    margin-top: 40px;
  }
}
#problem .problem .content .problem-list .col .brief {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #problem .problem .content .problem-list .col .brief {
    margin-top: 15px;
  }
}
#problem .problem .content .problem-list .col .brief h4 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #problem .problem .content .problem-list .col .brief h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #problem .problem .content .problem-list .col .brief h4 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/* Work */
.content-img-text.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .content-img-text.flex {
    display: block;
  }
}
.content-img-text.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-img-text.flex .img {
  width: 65.27777778%;
}
@media only screen and (max-width: 850px) {
  .content-img-text.flex .img {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .content-img-text.flex .img {
    width: 100%;
  }
}
.content-img-text.flex .img img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-img-text.flex .text {
  width: 34.72222222%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .content-img-text.flex .text {
    width: 50%;
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .content-img-text.flex .text {
    width: 100%;
    margin-top: 0;
    padding: 25px 5%;
  }
}
.content-img-text .text {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .content-img-text .text {
    margin-top: 25px;
  }
}
.content-img-text .text .topic {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .content-img-text .text .topic {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .content-img-text .text .topic {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
.content-img-text .img.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

/* Img Wide */
.img-wide img {
  width: 100%;
  height: auto;
  max-height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Strength */
#strength {
  background-color: #FFF4EE;
}
#strength .strength .content p {
  text-align: center;
}

/* Contact */
#contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contact .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    display: block;
  }
}
#contact .contact .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact .contact .col > div {
  width: 100%;
}
#contact .contact .col + .col {
  border-left: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col + .col {
    border-left: 0;
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
    padding-top: 21px !important;
  }
}
#contact .contact .col.left {
  width: 34%;
  padding-right: 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#contact .contact .col.center {
  width: 34%;
  padding: 0 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.center {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.center {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.center .icon {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact .col.center p {
  margin-top: 10px;
}
#contact .contact .col.center a {
  display: table;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  color: #F30001;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col.center a {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.center > div {
    width: auto;
  }
}
#contact .contact .col.right {
  width: 32%;
  padding-left: 5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col.right {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.right {
    width: 100%;
    padding: 0;
  }
}
#contact .contact .col.right p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .col.right p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contact .contact .col.right .btn-box {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col.right .btn-box {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* message Inner */
#message-inner .message-inner-row .message-inner .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner-row .message-inner .greeting {
    display: block;
  }
}
#message-inner .message-inner-row .message-inner .greeting .col-left {
  width: 45.1%;
  max-width: 406px;
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner-row .message-inner .greeting .col-left {
    margin-left: auto;
    margin-right: auto;
  }
}
#message-inner .message-inner-row .message-inner .greeting .col-right {
  width: 52%;
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner-row .message-inner .greeting .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#message-inner .message-inner-row .message-inner .greeting .col-right h3 {
  font-size: 2.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #message-inner .message-inner-row .message-inner .greeting .col-right h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner-row .message-inner .greeting .col-right h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#message-inner .message-inner-row .message-inner .greeting .col-right p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner-row .message-inner .greeting .col-right p + p {
    margin-top: 20px;
  }
}

/* works Inner */
#works-inner .works-inner-row .works-inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
#works-inner .works-inner-row .works-inner:last-child {
  border-bottom: 1px solid #FFF;
}
#works-inner .works-inner-row .works-inner .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .works-list {
    display: block;
    margin-top: 30px;
  }
}
#works-inner .works-inner-row .works-inner .works-list .list-item {
  width: 48%;
  max-width: 280px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .works-list .list-item {
    width: 100%;
    max-width: inherit;
  }
}
#works-inner .works-inner-row .works-inner .works-list .list-item h4 {
  font-weight: 600;
  position: relative;
  font-size: 1.6rem;
  margin-left: 16px;
  padding-bottom: 10px;
}
#works-inner .works-inner-row .works-inner .works-list .list-item h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F30001;
  border-radius: 2px;
  left: -15px;
  top: 13px;
}
#works-inner .works-inner-row .works-inner .works-list .list-item ul {
  padding-top: 10px;
  border-top: 1px solid #F30001;
}
#works-inner .works-inner-row .works-inner .works-list .list-item ul li {
  list-style-type: square;
  margin-left: 12px;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .works-list .list-item + .list-item {
    margin-top: 30px;
  }
}
#works-inner .works-inner-row .works-inner .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting {
    display: block;
  }
}
#works-inner .works-inner-row .works-inner .greeting .col-left {
  width: 35%;
  max-width: 314px;
  padding-right: 2%;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting .col-left {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
#works-inner .works-inner-row .works-inner .greeting .col-right {
  width: 64.5%;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#works-inner .works-inner-row .works-inner .greeting .col-right h3 {
  font-size: 2.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #works-inner .works-inner-row .works-inner .greeting .col-right h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting .col-right h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#works-inner .works-inner-row .works-inner .greeting .col-right h3 span {
  display: block;
  font-size: 2.2rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting .col-right h3 span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#works-inner .works-inner-row .works-inner .greeting .col-right p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #works-inner .works-inner-row .works-inner .greeting .col-right p + p {
    margin-top: 20px;
  }
}

/* interview Inner */
#interview-inner .interview-inner-row .interview-inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
#interview-inner .interview-inner-row .interview-inner:last-child {
  border-bottom: 1px solid #FFF;
}
#interview-inner .interview-inner-row .interview-inner .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list {
    display: block;
    margin-top: 30px;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list .list-item {
  width: 48%;
  max-width: 280px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list .list-item {
    width: 100%;
    max-width: inherit;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list .list-item h4 {
  font-weight: 600;
  position: relative;
  font-size: 1.6rem;
  margin-left: 16px;
  padding-bottom: 10px;
}
#interview-inner .interview-inner-row .interview-inner .interview-list .list-item h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F30001;
  border-radius: 2px;
  left: -15px;
  top: 13px;
}
#interview-inner .interview-inner-row .interview-inner .interview-list .list-item ul {
  padding-top: 10px;
  border-top: 1px solid #F30001;
}
#interview-inner .interview-inner-row .interview-inner .interview-list .list-item ul li {
  list-style-type: square;
  margin-left: 12px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list .list-item + .list-item {
    margin-top: 30px;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list {
  margin-top: -20px;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul {
    gap: 20px;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 li a {
  display: block;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 li a .brief {
  padding-right: 28px;
  background-image: url("/recruit/assets/images/commons/btn-icon-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: top 9px right;
  background-size: 18px;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 li a .brief .topic {
  text-align: left;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul.col3 li .brief .topic {
  text-align: left;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul li a {
  display: block;
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief {
    margin-top: 10px;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#interview-inner .interview-inner-row .interview-inner .interview-list ul li .brief .topic.fz16 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.interview-details-c {
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .interview-details-c {
    margin-bottom: 40px;
  }
}
.interview-details-c .content h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.interview-details-c .content p + p {
  margin-top: 20px;
}
.interview-details-c .content .text-intro {
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  .interview-details-c .content .text-intro {
    padding: 30px 0;
  }
}
.interview-details-c .content .text-intro + .text-intro {
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  .interview-details-c .content .text-intro + .text-intro {
    margin-top: inherit;
  }
}
.interview-details-c .content .text-intro + .img-ct {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .interview-details-c .content .text-intro + .img-ct {
    margin-top: 30px;
  }
}

/* Business */
#interview-details-l {
  position: relative;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #interview-details-l {
    padding-bottom: 0;
    min-height: inherit;
    display: block;
  }
}
#interview-details-l .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#interview-details-l .details .content {
  width: 50%;
  margin-left: auto;
  padding-left: 60px;
}
@media only screen and (max-width: 850px) {
  #interview-details-l .details .content {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #interview-details-l .details .content {
    width: 100%;
    padding-left: 0;
  }
}
#interview-details-l .details .content h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
#interview-details-l .details .content p + p {
  margin-top: 20px;
}
#interview-details-l .details .content .text-intro {
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  #interview-details-l .details .content .text-intro {
    padding: 30px 0;
  }
}
#interview-details-l .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #interview-details-l .img-bg {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
#interview-details-l .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 750px) {
  #interview-details-l .img-bg img {
    height: auto;
  }
}

/* interview-details-r */
#interview-details-r {
  position: relative;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #interview-details-r {
    display: block;
    padding-bottom: 0;
    min-height: inherit;
  }
}
#interview-details-r .details .content {
  width: 50%;
  padding-right: 60px;
}
@media only screen and (max-width: 850px) {
  #interview-details-r .details .content {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #interview-details-r .details .content {
    width: 100%;
    padding-right: 0;
  }
}
#interview-details-r .details .content h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
#interview-details-r .details .content p + p {
  margin-top: 20px;
}
#interview-details-r .details .content .text-intro {
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  #interview-details-r .details .content .text-intro {
    padding: 30px 0;
  }
}
#interview-details-r .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #interview-details-r .img-bg {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
#interview-details-r .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 750px) {
  #interview-details-r .img-bg img {
    height: auto;
  }
}

/* environment Inner */
#environment-inner .environment-inner-row .environment-inner .box-list-icon {
  background-color: #FFF;
  padding: 20px;
  max-width: 800px;
  width: 95%;
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  #environment-inner .environment-inner-row .environment-inner .box-list-icon {
    margin-top: -20px;
    margin-bottom: 40px;
    width: 92%;
    padding: 10px;
  }
}
#environment-inner .environment-inner-row .environment-inner .box-list-icon:last-child {
  margin-bottom: 0;
}
#environment-inner .environment-inner-row .environment-inner .box-list-icon h2 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 3px solid #FFEAEA;
}
@media only screen and (max-width: 750px) {
  #environment-inner .environment-inner-row .environment-inner .box-list-icon h2 {
    font-size: 2rem;
    padding-bottom: 5px;
  }
}
#environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon li {
  margin-top: 20px;
  width: 29%;
  border-bottom: 1px solid #FFEAEA;
  line-height: 2.6rem;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon li {
    width: 48%;
    margin-top: 10px;
  }
}
#environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon li p {
  margin-left: 6px;
}
@media only screen and (max-width: 750px) {
  #environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon li p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #environment-inner .environment-inner-row .environment-inner .box-list-icon .list-icon li img {
    max-width: 40px;
  }
}

/* number Inner */
#number-inner .number-inner-row .number-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#number-inner .number-inner-row .number-inner .box-group {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .box-group {
    width: 100%;
    margin-top: 30px;
  }
}
#number-inner .number-inner-row .number-inner .box-group .number-box {
  width: 100%;
}
#number-inner .number-inner-row .number-inner .box-group + .number-box {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .box-group + .number-box {
    margin-top: 30px;
  }
}
#number-inner .number-inner-row .number-inner .number-box {
  width: 48%;
  background-color: #F5F8FB;
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .number-box {
    width: 100%;
  }
}
#number-inner .number-inner-row .number-inner .number-box .data-img {
  position: relative;
}
#number-inner .number-inner-row .number-inner .number-box .data-1 {
  position: absolute;
  bottom: 12%;
  left: 31%;
}
#number-inner .number-inner-row .number-inner .number-box .data-2 {
  position: absolute;
  bottom: 33%;
  left: 54%;
}
#number-inner .number-inner-row .number-inner .number-box .data-4 {
  position: absolute;
  bottom: 42%;
  left: 52%;
}
#number-inner .number-inner-row .number-inner .number-box .data-3a {
  position: absolute;
  bottom: 61%;
  right: 2%;
}
#number-inner .number-inner-row .number-inner .number-box .data-3b {
  position: absolute;
  bottom: 9%;
  left: 4%;
}
#number-inner .number-inner-row .number-inner .number-box .data-5 {
  position: absolute;
  bottom: 44%;
  left: 62%;
}
#number-inner .number-inner-row .number-inner .number-box .data-6 {
  position: absolute;
  bottom: 45%;
  left: 40%;
}
#number-inner .number-inner-row .number-inner .number-box .data-7 {
  position: absolute;
  bottom: 47%;
  left: 29.5%;
}
#number-inner .number-inner-row .number-inner .number-box .data-8 {
  position: absolute;
  bottom: 49%;
  left: 51%;
}
#number-inner .number-inner-row .number-inner .number-box .data-9 {
  position: absolute;
  bottom: 58%;
  left: 25.5%;
}
#number-inner .number-inner-row .number-inner .number-box .txt-number {
  color: #F30001;
  font-size: 9.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1180px) {
  #number-inner .number-inner-row .number-inner .number-box .txt-number {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .number-box .txt-number {
    font-size: 19vw;
  }
}
#number-inner .number-inner-row .number-inner .number-box .txt-number.fz-64 {
  font-size: 6.4rem !important;
}
@media only screen and (max-width: 1180px) {
  #number-inner .number-inner-row .number-inner .number-box .txt-number.fz-64 {
    font-size: 6vw !important;
  }
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .number-box .txt-number.fz-64 {
    font-size: 12vw !important;
  }
}
#number-inner .number-inner-row .number-inner .number-box img {
  width: 100%;
}
#number-inner .number-inner-row .number-inner .number-box + .number-box {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .number-box + .number-box {
    margin-top: 30px;
  }
}
#number-inner .number-inner-row .number-inner .number-box h2 {
  background-color: #88939F;
  color: #FFF;
  padding: 8px 20px;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #number-inner .number-inner-row .number-inner .number-box h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

/* Contact Inner */
#contact-inner .contact-inner .contact-intro h2 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-intro h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#contact-inner .contact-inner .contact-intro ol {
  margin-left: 20px;
}
#contact-inner .contact-inner .contact-intro ol li {
  list-style-type: decimal;
}
#contact-inner .contact-inner .contact-intro p .imp {
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #FC0001;
  position: relative;
  padding-left: 18px;
}
#contact-inner .contact-inner .contact-intro p .imp::before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FC0001;
}
#contact-inner .contact-inner .contact-form {
  margin-top: 60px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .contact-form.confirm .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form.confirm .form-row {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form-row + .form-row {
  margin-top: 15px;
}
#contact-inner .contact-inner .contact-form .form-row.align-items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-inner .contact-inner .contact-form .form-row .label {
  position: relative;
  width: 210px;
  min-width: 210px;
  font-weight: 500;
  padding-top: 13px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .label {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
#contact-inner .contact-inner .contact-form .form-row .label .imp {
  position: absolute;
  margin-left: 5px;
  top: 24px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FC0001;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .label .imp {
    top: 11px;
  }
}
#contact-inner .contact-inner .contact-form .form-row .field {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-row .field {
    padding-left: 0;
  }
}
#contact-inner .contact-inner .contact-form .form-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .contact-form .form-button {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .contact-form .form-button button + button {
  margin-left: 20px;
}

.thanks {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.thanks h1 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 5.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .thanks h1 {
    font-size: 3.2rem;
    line-height: 4.5rem;
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  background-color: #FFFDF9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.textbox.txt-co-black {
  color: #000000;
}
.textbox.max-w-375 {
  max-width: 375px;
}
@media only screen and (max-width: 750px) {
  .textbox.max-w-375 {
    max-width: inherit;
  }
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
  resize: none;
  min-height: 180px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 750px) {
  textarea {
    min-height: 300px;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 14px;
}