@charset "UTF-8";
* {
  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;
}

.color-blue {
  color: #1091EB;
}

.color-blue-logo {
  color: #004098;
}

.color-red {
  color: #FF042A;
}

.fw-400-regular {
  font-weight: 400;
}

.fw-500-medium {
  font-weight: 500;
}

.fw-600-semi {
  font-weight: 600;
}

.fw-700-bold {
  font-weight: 700;
}

.lh3 {
  line-height: 3rem;
}

.bg-grid {
  background-image: url("/recruit/assets/images/top/message-bg.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 1440px;
  background-attachment: fixed;
}

.bg-gradient-left-right {
  background: #EBFDFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 253, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(255, 255, 255)), to(rgb(235, 253, 255)));
  background: linear-gradient(to right, rgb(235, 253, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(235, 253, 255) 100%);
}

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

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

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !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: 2.8rem;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

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

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

rt {
  font-size: 50%;
  ruby-align: center;
  padding: 0;
  margin: 0;
}

/* Link */
.transition, #staff .staff .content .staff-flex .col-right .staff-thumb-slick .item a img, #staff .staff .content .staff-flex .col-left .staff-slick .item a img, #job .job-txt-en, #job .job .content .flex .col-right .job-content, .menu-responsive, .btn.icn-right-abs.w-auto-40 .icn, .hover-underline::after, a .cover img, a::before, a::after, a, button {
  -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);
}

button:hover {
  opacity: 0.75;
}

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: -100px;
  }
}

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

/* Txthead Box */
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.with-line-left-blue {
  position: relative;
  padding-left: 20px;
}
.txthead-box.with-line-left-blue::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 50px;
  border-radius: 10px;
  background-color: #1091EB;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.with-line-left-blue::before {
    width: 8px;
    height: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-line-left-blue::before {
    width: 6px;
    height: 40px;
  }
}
.txthead-box .fz60 {
  font-size: 6rem;
  line-height: 8.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz60 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 7rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz30 {
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.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: 750px) {
  .txthead-box .fz28 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz18 {
  position: relative;
  font-size: 1.8rem;
  line-height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txthead-box .fz18::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #000000;
  margin-right: 6px;
  margin-top: 9px;
}
.txthead-box .fz18.color-white::before {
  background-color: #fff;
}
.txthead-box .fz18.color-blue::before {
  background-color: #1091EB;
}
.txthead-box .text-center {
  text-align: center;
}

/* Button */
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt50 {
    margin-top: 40px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
.btn-box.table {
  display: table;
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box.right {
  margin-left: auto;
}

.btn:hover.icn-right-abs.w-auto-40 .icn {
  right: 25px;
}
.btn.square-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;
  border-radius: 10px;
  height: 60px;
}
.btn.square-radius .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.btn.square-radius .txt.fz22 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  .btn.square-radius .txt.fz22 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.btn.square-radius .txt.fz14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn.square-radius.radius30 {
  border-radius: 30px;
}
.btn.square-radius.smallest {
  height: 34px;
}
.btn.square-radius.small {
  height: 50px;
}
.btn.square-radius.orange {
  color: #fff;
  background-color: #FD7B53;
}
.btn.square-radius.blue {
  color: #fff;
  background-color: #1091EB;
}
.btn.square-radius.border-blue {
  color: #1091EB;
  border: 1px solid #1091EB;
}
.btn.square-radius.border-blue:hover {
  opacity: 1;
  color: #fff;
  background-color: #1091EB;
}
.btn.square-radius.border-blue:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(102%) contrast(102%);
}
.btn.square-radius.border-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.square-radius.border-white:hover {
  opacity: 1;
  color: #1091EB;
  background-color: #fff;
}
.btn.square-radius.border-white:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(80%) saturate(6413%) hue-rotate(182deg) brightness(99%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(71%) sepia(80%) saturate(6413%) hue-rotate(182deg) brightness(99%) contrast(88%);
}
.btn.square-radius.w-auto {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.square-radius.w-auto-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.text-left {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.icn-right .icn {
  margin-left: 10px;
}
.btn.icn-right-abs {
  position: relative;
}
.btn.icn-right-abs.w-auto-40 .icn {
  right: 30px;
}
.btn.icn-right-abs .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
.btn.minw-300 {
  min-width: 300px;
}
.btn.minw-270 {
  min-width: 270px;
}
.btn.minw-200 {
  min-width: 200px;
}

/* Content */
@media only screen and (max-width: 750px) {
  main {
    overflow: hidden;
  }
}

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

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

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

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

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

.mt0 {
  margin-top: 0 !important;
}

/* Entry */
#entry {
  position: relative;
  padding: 100px 0;
  background: #EBFDFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 253, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(63%, rgb(255, 255, 255)), to(rgb(235, 253, 255)));
  background: linear-gradient(to right, rgb(235, 253, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 63%, rgb(235, 253, 255) 100%);
}
#entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/recruit/assets/images/commons/entry-bg-txt.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px;
}
@media only screen and (max-width: 850px) {
  #entry::after {
    background-size: 240%;
    background-position: bottom left 25%;
  }
}
#entry .entry {
  position: relative;
  z-index: 2;
}
#entry .entry a {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
  background-color: #FD7B53;
  border-radius: 20px;
  background-image: url("/recruit/assets/images/commons/entry-icn-right.svg");
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-size: 62px;
  padding-right: 112px;
}
@media only screen and (max-width: 750px) {
  #entry .entry a {
    padding: 30px 20px;
    gap: 10px;
    background-image: url("/recruit/assets/images/commons/entry-icn-right-sp.svg");
    background-size: 30px;
    background-position: center right 20px;
  }
}
#entry .entry a:hover {
  opacity: 1;
  background-position: center right 40px;
}
#entry .entry a h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #entry .entry a h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry a h2 {
    gap: 10px;
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  #entry .entry a h2 .icn {
    width: 58px;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry a h2 .icn {
    width: 34px;
  }
}
#entry .entry a p {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #entry .entry a p {
    font-size: 1.4rem;
  }
}
#entry .entry a p .hover-underline::after {
  background-color: #fff;
}

/* MV Inner */
#mv-inner {
  background-image: url("/recruit/assets/images/commons/mv-inner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv-inner {
    overflow: hidden;
  }
}
#mv-inner .mv-inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv-inner .mv-inner-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 72.23%;
  max-width: 1040px;
  height: 100%;
}
#mv-inner .mv-inner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 100%;
}
#mv-inner .mv-inner-interview {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  height: 600px;
  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) {
  #mv-inner .mv-inner-interview {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 60px;
  }
}
#mv-inner .mv-inner-interview .title h1 {
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner-interview .title h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner-interview .title h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner-interview .title h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    white-space: nowrap;
  }
}
#mv-inner .mv-inner-interview .title h1 span {
  display: table;
  background-image: url("/recruit/assets/images/top/mv-h1-bg.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 5px 0;
  padding: 0 20px 5px 20px;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner-interview .title h1 span {
    margin: 2px 0;
    padding: 0 10px 5px 10px;
  }
}
#mv-inner .mv-inner-interview .title p {
  display: table;
  margin-top: 20px;
  padding: 10px 15px;
  color: #1091EB;
  background-color: #fff;
  position: relative;
  padding-left: 90px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner-interview .title p {
    padding: 4px 10px;
    padding-left: 70px;
  }
}
#mv-inner .mv-inner-interview .title p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 66px;
  height: 1px;
  background-color: #1091EB;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner-interview .title p::before {
    width: 46px;
  }
}
#mv-inner .mv-inner-interview-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv-inner .mv-inner-interview-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
}

.textbox {
  display: block;
  width: 100%;
  padding: 17px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #F4F4F4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 10px;
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 32px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn .fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .chkbox-btn .fz18 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.chkbox-btn a {
  color: #279BEC;
  text-decoration: underline;
}

.chkbox {
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #279BEC;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #279BEC;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
  border-color: #fff;
}

.chkbox-btn .chkbox:after {
  top: 3px;
  left: 8px;
  width: 4px;
  height: 11px;
  border: solid #279BEC;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

.checkmark {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  border: 1px solid #279BEC;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #279BEC;
}

/* Animate */
@-webkit-keyframes floatLoop {
  0% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }
}
@keyframes floatLoop {
  0% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }
}
@-webkit-keyframes shakeLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  10% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shakeLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  10% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  20% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(0%) rotate(-2deg);
    transform: translateX(0%) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(0%) rotate(2deg);
    transform: translateX(0%) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-2deg);
    transform: translateX(0%) rotate(-2deg);
  }
}
@keyframes sway {
  0% {
    -webkit-transform: translateX(0%) rotate(-2deg);
    transform: translateX(0%) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(0%) rotate(2deg);
    transform: translateX(0%) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-2deg);
    transform: translateX(0%) rotate(-2deg);
  }
}
@-webkit-keyframes gentleMove {
  0% {
    -webkit-transform: translateX(0%) translateY(2px);
    transform: translateX(0%) translateY(2px);
  }
  100% {
    -webkit-transform: translateX(calc(0% + 6px)) translateY(-2px);
    transform: translateX(calc(0% + 6px)) translateY(-2px);
  }
}
@keyframes gentleMove {
  0% {
    -webkit-transform: translateX(0%) translateY(2px);
    transform: translateX(0%) translateY(2px);
  }
  100% {
    -webkit-transform: translateX(calc(0% + 6px)) translateY(-2px);
    transform: translateX(calc(0% + 6px)) translateY(-2px);
  }
}
/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  header {
    padding: 10px;
  }
}
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: 90px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 60px;
    border-radius: 10px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-left {
    width: 140px;
  }
}
header .header .col-left a {
  display: table;
}
header .header .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1400px) {
  header .header .col-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  header .header .col-right {
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-right {
    gap: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
header .header .col-right .menu ul li a {
  display: table;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
header .header .col-right .menu ul li a:hover::after {
  width: 100%;
}
header .header .col-right .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  display: block;
  background: #1091EB;
}
header .header .col-right .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1400px) {
  header .header .col-right .button ul li a {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-right .button ul li a {
    height: 32px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  header .header .col-right .button ul li a .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-right .button ul li a .txt {
    font-size: 1.1rem;
  }
}
header .header .col-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
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: #004098;
  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::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 {
  width: 100% !important;
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 1300px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-responsive .content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
  }
}
.menu-responsive .content .menu ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .menu ul li + li {
    margin-top: 30px;
  }
}
.menu-responsive .content .menu ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .menu ul li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.menu-responsive .content .button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .button {
    display: block;
  }
}
.menu-responsive .content .button a {
  width: 50%;
  height: 40px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .button a {
    width: 100%;
    height: 50px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .button a .txt.fz14 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .button a .icn img {
    width: 24px;
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .button a + a {
    margin-top: 15px;
  }
}
.menu-responsive .content .policy {
  margin-top: 15px;
  display: table;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.menu-responsive .content .policy a {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #B3B3B3;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content .policy a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.menu-responsive .content .policy a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  padding: 40px 0;
}
footer .footer .top {
  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;
}
@media only screen and (max-width: 850px) {
  footer .footer .top {
    display: block;
  }
}
footer .footer .top .menu {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  footer .footer .top .menu {
    display: block;
  }
}
footer .footer .top .menu ul li + li {
  margin-top: 10px;
}
footer .footer .top .menu ul li a {
  display: table;
}
footer .footer .top .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 850px) {
  footer .footer .top .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .top .button {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .top .button a {
    height: 50px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .top .button a + a {
    margin-top: 15px;
  }
}
footer .footer .btm {
  margin-top: 20px;
  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;
  gap: 10px;
}
@media only screen and (max-width: 850px) {
  footer .footer .btm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .btm .menu {
    display: none;
  }
}
footer .footer .btm .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .footer .btm .menu ul li a {
  display: table;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}
footer .footer .btm .menu ul li a:hover {
  text-decoration: underline;
}
footer .footer .btm .policy a {
  display: table;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #B3B3B3;
}
footer .footer .btm .policy a:hover {
  text-decoration: underline;
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-text {
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 90px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text {
    left: 5%;
  }
}
#mv .mv .mv-text h1 {
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#mv .mv .mv-text h1 span {
  display: table;
  background-image: url("/recruit/assets/images/top/mv-h1-bg.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 5px 0;
  padding: 0 20px 5px 20px;
  opacity: 0;
  -webkit-animation: slideIn 1s ease forwards;
  animation: slideIn 1s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 span {
    margin: 2px 0;
    padding: 0 10px 5px 10px;
  }
}
#mv .mv .mv-text h1 span.delay {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item .mv-img img {
  width: 100%;
  height: auto;
}
#mv .mv .mv-slick .mv-dots {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mv .mv .mv-slick .mv-dots li.slick-active button {
  background-color: #fff;
}
#mv .mv .mv-slick .mv-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}

/* Message */
#message {
  position: relative;
  background: #EBFDFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 253, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(255, 255, 255)), to(rgb(235, 253, 255)));
  background: linear-gradient(to right, rgb(235, 253, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(235, 253, 255) 100%);
  overflow: hidden;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/recruit/assets/images/top/message-bg.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 1440px;
  background-attachment: fixed;
}
@media only screen and (max-width: 750px) {
  #message::before {
    background-attachment: scroll;
  }
}
#message .message {
  position: relative;
  z-index: 2;
}
#message .message .img-sp {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #message .message .img-sp {
    display: table;
  }
}
#message .message .img-sp .mascot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#message .message .img-sp .mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#message .message .img-sp .img-sp-square-top {
  position: absolute;
  top: 3%;
  right: 6%;
  z-index: 1;
  display: block;
  width: 58px;
  height: 95px;
  opacity: 0.4;
}
#message .message .img-sp .img-sp-square-btm {
  position: absolute;
  bottom: 0;
  left: 32%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 64px;
  opacity: 0.4;
}
#message .message .content p {
  font-size: 2.2rem;
  line-height: 5.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #message .message .content p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #message .message .content p {
    font-size: 1.6rem;
    line-height: 3.8rem;
  }
}
#message .message .content .message-obj-btm-sp {
  display: none;
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #message .message .content .message-obj-btm-sp {
    display: block;
  }
}
#message .message .content .message-obj-btm-sp .square-btm-sp {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 1;
  display: block;
  width: 136px;
  height: 50px;
  opacity: 0.4;
}
#message .message .content .message-obj-btm-sp img {
  position: relative;
  z-index: 2;
}
#message .message-obj-left {
  position: absolute;
  top: 180px;
  left: 5.5%;
  z-index: 1;
  width: 17.37%;
  max-width: 250px;
}
@media only screen and (max-width: 750px) {
  #message .message-obj-left {
    display: none;
  }
}
#message .message-obj-left .square-left {
  position: absolute;
  bottom: -30px;
  right: -15px;
  z-index: 1;
  display: block;
  width: 84px;
  height: 144px;
  opacity: 0.4;
}
#message .message-obj-right {
  position: absolute;
  top: 200px;
  right: 5.5%;
  z-index: 1;
  width: 13%;
  max-width: 187px;
}
@media only screen and (max-width: 750px) {
  #message .message-obj-right {
    display: none;
  }
}
#message .message-obj-right .square-right {
  position: absolute;
  top: 0;
  right: 41px;
  z-index: 1;
  display: block;
  width: 105px;
  height: 154px;
  opacity: 0.4;
}
#message .message-obj-btm {
  margin-top: 80px;
  position: relative;
  left: 30%;
  z-index: 1;
  width: 58.9%;
  max-width: 848px;
}
@media only screen and (max-width: 750px) {
  #message .message-obj-btm {
    display: none;
  }
}
#message .message-obj-btm .square-btm {
  position: absolute;
  bottom: 18%;
  right: 0;
  z-index: 1;
  display: block;
  width: 260px;
  height: 104px;
  opacity: 0.4;
}
#message .message-obj-btm img {
  position: relative;
  z-index: 2;
}
#message .message-obj-mascot {
  position: absolute;
  right: 25%;
  top: 45%;
  z-index: 1;
  width: 8.22580645%;
}
@media only screen and (max-width: 1180px) {
  #message .message-obj-mascot {
    right: 22.5%;
    top: 47.5%;
  }
}
@media only screen and (max-width: 1180px) {
  #message .message-obj-mascot {
    right: 17.5%;
    top: 52.5%;
  }
}
@media only screen and (max-width: 750px) {
  #message .message-obj-mascot {
    display: none;
  }
}
#message .message-obj-mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}

/* Strengths */
#strengths {
  background-image: url("/recruit/assets/images/top/strength-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 750px) {
  #strengths {
    background-image: url("/recruit/assets/images/top/strength-bg-sp.jpg");
    background-attachment: scroll;
  }
}
#strengths .strengths .content .row {
  position: relative;
}
#strengths .strengths .content .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #strengths .strengths .content .row + .row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row + .row {
    margin-top: 50px;
  }
}
#strengths .strengths .content .row:nth-child(even) .abs .text {
  margin-left: auto;
}
#strengths .strengths .content .row:nth-child(even) .img {
  margin-left: 0;
  margin-right: auto;
}
#strengths .strengths .content .row:nth-child(even) .img img {
  -o-object-position: right;
  object-position: right;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(1) .img {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(2) .abs .text {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(2) .abs .text h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(3) .abs .text {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row:nth-child(3) .abs .text h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#strengths .strengths .content .row .abs {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  min-height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  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) {
  #strengths .strengths .content .row .abs {
    position: relative;
    z-index: 1;
  }
}
#strengths .strengths .content .row .abs .text {
  width: 100%;
  max-width: 580px;
}
#strengths .strengths .content .row .abs .text h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  color: #1091EB;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #strengths .strengths .content .row .abs .text h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .abs .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#strengths .strengths .content .row .abs .text .box-img {
  display: table;
  position: relative;
}
#strengths .strengths .content .row .abs .text .box-img .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#strengths .strengths .content .row .abs .text .box-img .text img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#strengths .strengths .content .row .abs .text .box-img .percent {
  position: absolute;
  top: 50%;
  left: 41%;
  z-index: 2;
  font-size: clamp(4.5rem, 4.722vw, 6.8rem);
  line-height: normal;
  color: #fff;
}
#strengths .strengths .content .row .abs .text .box-img .circle-white {
  position: absolute;
  left: 25.7%;
  top: 2.5%;
  z-index: 1;
  width: 54.25%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
#strengths .strengths .content .row .abs .text .box-img .circle-white .pie-layer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url("/recruit/assets/images/top/strength-img-01-bg.png") center/cover no-repeat;
  mask-image: conic-gradient(black 0deg 0deg, transparent 0deg 360deg);
  -webkit-mask-image: conic-gradient(black 0deg 0deg, transparent 0deg 360deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#strengths .strengths .content .row .abs .text .box-img .mascot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#strengths .strengths .content .row .abs .text .box-img .mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#strengths .strengths .content .row .abs .text .box-img .icon {
  position: relative;
  z-index: 2;
}
#strengths .strengths .content .row .abs .text .box-img .icon img {
  -webkit-animation: gentleMove 1s infinite alternate ease-in-out;
  animation: gentleMove 1s infinite alternate ease-in-out;
}
#strengths .strengths .content .row .abs .text .box-text {
  padding: 10px 15px;
  background-color: #fff;
}
#strengths .strengths .content .row .abs .text .box-text .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#strengths .strengths .content .row .abs .text .box-text p {
  line-height: 3rem;
}
#strengths .strengths .content .row .img {
  display: table;
  margin-left: auto;
  width: 62.5%;
  max-width: 900px;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .img {
    width: 95%;
  }
}
#strengths .strengths .content .row .img img {
  width: 100%;
  min-height: 428px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .img img {
    min-height: auto;
    height: auto;
  }
}
#strengths .strengths .content .row .video-icon {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 1;
  max-width: 177px;
  width: 14.75%;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .video-icon {
    position: static;
    width: 100%;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
}
#strengths .strengths .content .row .video-icon .text {
  position: absolute;
  z-index: 2;
  -webkit-animation: gentleMove 1s infinite alternate ease-in-out;
  animation: gentleMove 1s infinite alternate ease-in-out;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .video-icon .text {
    display: none;
  }
}
#strengths .strengths .content .row .video-icon .icon {
  z-index: 1;
  -webkit-animation: sway 5s infinite ease-in-out;
  animation: sway 5s infinite ease-in-out;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .video-icon .icon {
    display: none;
  }
}
#strengths .strengths .content .row .video-icon .show-sp {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#strengths .strengths .content .row .video {
  position: relative;
  width: 66.67%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #strengths .strengths .content .row .video {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
#strengths .strengths .content .row .video .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#strengths .strengths .content .row .video .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Job */
#job {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 91, 147)), color-stop(33%, rgb(16, 145, 235)), color-stop(91%, rgb(235, 253, 255)));
  background: linear-gradient(to top, rgb(10, 91, 147) 0%, rgb(16, 145, 235) 33%, rgb(235, 253, 255) 91%);
  overflow: hidden;
  min-height: 100vh;
  padding-top: 125px;
}
@media only screen and (max-width: 750px) {
  #job {
    padding-top: 80px;
  }
}
#job canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 300vh;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
#job .job {
  position: relative;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-height: 1080px) {
  #job .job {
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #job .job {
    height: auto;
  }
}
#job .job .content {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-height: 1080px) {
  #job .job .content {
    height: auto;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content {
    height: auto;
  }
}
#job .job .content .flex {
  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;
  padding-left: 60px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex {
    padding-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex {
    display: block;
  }
}
#job .job .content .flex .col-left {
  width: 21.67%;
  max-width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex .col-left {
    min-width: 199px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn {
    position: relative;
  }
}
#job .job .content .flex .col-left .job-btn .job-arrow {
  display: none;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn .job-arrow {
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#job .job .content .flex .col-left .job-btn .job-arrow.job-arrow-prev {
  left: 0;
}
#job .job .content .flex .col-left .job-btn .job-arrow.job-arrow-next {
  right: 0;
}
#job .job .content .flex .col-left .job-btn ul {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul {
    border-top: 0;
  }
}
#job .job .content .flex .col-left .job-btn ul li {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li {
    display: none;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li.active {
    display: block;
  }
}
#job .job .content .flex .col-left .job-btn ul li.active a:hover {
  opacity: 1;
}
#job .job .content .flex .col-left .job-btn ul li.active a .txt {
  font-weight: 600;
}
#job .job .content .flex .col-left .job-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex .col-left .job-btn ul li a {
    height: 65px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#job .job .content .flex .col-left .job-btn ul li a .icn {
  margin-right: 20px;
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex .col-left .job-btn ul li a .icn {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex .col-left .job-btn ul li a .icn {
    width: 26px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li a .icn {
    width: 44px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li a .icn img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(2627%) hue-rotate(182deg) brightness(99%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(2627%) hue-rotate(182deg) brightness(99%) contrast(89%);
  }
}
#job .job .content .flex .col-left .job-btn ul li a .txt {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex .col-left .job-btn ul li a .txt {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-left .job-btn ul li a .txt {
    font-size: 3rem;
    line-height: 3rem;
    color: #1091EB;
  }
}
#job .job .content .flex .col-right {
  width: 78.33%;
  padding-left: 55px;
  position: relative;
  min-height: 550px;
}
@media only screen and (max-width: 1440px) {
  #job .job .content .flex .col-right {
    min-height: 480px;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex .col-right {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
#job .job .content .flex .col-right .job-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-left: 55px;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content {
    padding-left: 0;
  }
}
#job .job .content .flex .col-right .job-content.active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content.active {
    position: static;
  }
}
#job .job .content .flex .col-right .job-content .job-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex .col-right .job-content .job-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content .job-flex {
    display: block;
  }
}
#job .job .content .flex .col-right .job-content .job-flex .reverse-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-img {
  width: 48%;
}
@media only screen and (max-width: 1440px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-img {
    width: 40%;
  }
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-img {
    width: 45%;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-img {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
#job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail {
  width: 52%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail {
    width: 60%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail {
    width: 55%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail {
    padding-top: 0;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
#job .job .content .flex .col-right .job-content .job-flex .reverse-sp .job-detail p {
  font-size: 1.5rem;
  line-height: 3rem;
}
#job .job .content .flex .col-right .job-content .job-flex .btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #job .job .content .flex .col-right .job-content .job-flex .btn-box {
    position: static;
    margin-top: 60px;
  }
}
#job .job-txt-en {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  #job .job-txt-en {
    top: inherit;
    bottom: 125px;
    height: 200px;
    background-size: 100%;
  }
}
#job .job-txt-en.sale {
  background-image: url("/recruit/assets/images/top/job-bg-txt-sale.png");
}
@media only screen and (max-width: 750px) {
  #job .job-txt-en.sale {
    background-image: url("/recruit/assets/images/top/job-bg-txt-sp-sale.png");
  }
}
#job .job-txt-en.cons {
  background-image: url("/recruit/assets/images/top/job-bg-txt-cons.png");
}
@media only screen and (max-width: 750px) {
  #job .job-txt-en.cons {
    background-image: url("/recruit/assets/images/top/job-bg-txt-sp-cons.png");
  }
}
#job .job-txt-en.desi {
  background-image: url("/recruit/assets/images/top/job-bg-txt-desi.png");
}
@media only screen and (max-width: 750px) {
  #job .job-txt-en.desi {
    background-image: url("/recruit/assets/images/top/job-bg-txt-sp-desi.png");
  }
}
#job .job-txt-en.mana {
  background-image: url("/recruit/assets/images/top/job-bg-txt-mana.png");
}
@media only screen and (max-width: 750px) {
  #job .job-txt-en.mana {
    background-image: url("/recruit/assets/images/top/job-bg-txt-sp-mana.png");
  }
}
#job .job-txt-en.active {
  opacity: 1;
  visibility: visible;
}

/* Staff */
#staff {
  position: relative;
  background: #EBFDFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 253, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(255, 255, 255)), to(rgb(235, 253, 255)));
  background: linear-gradient(to right, rgb(235, 253, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(235, 253, 255) 100%);
  overflow: hidden;
}
#staff::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 62.5%;
  max-width: 900px;
  height: 100%;
  background-image: url("/recruit/assets/images/top/staff-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  #staff::after {
    width: 100%;
    height: 100%;
    background-position: bottom left;
    background-image: url("/recruit/assets/images/top/staff-bg-sp.svg");
    background-size: 55%;
  }
}
#staff .staff {
  position: relative;
  z-index: 2;
}
#staff .staff .staff-obj {
  position: absolute;
  top: 67px;
  right: -20px;
  z-index: 1;
  width: 20%;
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
@media only screen and (max-width: 750px) {
  #staff .staff .staff-obj {
    position: static;
    width: 50%;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 30px;
  }
}
#staff .staff .content .staff-title-sp {
  display: none;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-title-sp {
    display: block;
  }
}
#staff .staff .content .staff-title-sp .item h3 {
  white-space: nowrap;
}
#staff .staff .content .staff-title-sp .item p {
  white-space: nowrap;
}
#staff .staff .content .staff-title-sp h3 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #staff .staff .content .staff-title-sp h3 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
#staff .staff .content .staff-title-sp h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  background-color: #1091EB;
  border-radius: 10px;
}
#staff .staff .content .staff-title-sp p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1091EB;
  position: relative;
  padding-left: 65px;
}
#staff .staff .content .staff-title-sp p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 55px;
  height: 1px;
  background-color: #1091EB;
}
#staff .staff .content .staff-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) {
  #staff .staff .content .staff-flex {
    display: block;
  }
}
#staff .staff .content .staff-flex .col-left {
  width: 31.25%;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-left {
    width: 120%;
    margin-left: -10%;
    overflow: hidden;
  }
}
#staff .staff .content .staff-flex .col-left .staff-slick {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-left .staff-slick {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
}
#staff .staff .content .staff-flex .col-left .staff-slick .slick-slide {
  margin: 0 10px;
}
#staff .staff .content .staff-flex .col-left .staff-slick .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-left .staff-slick .slick-list {
    overflow: visible;
  }
}
#staff .staff .content .staff-flex .col-left .staff-slick .item {
  background-color: #fff;
}
#staff .staff .content .staff-flex .col-left .staff-slick .item a {
  display: block;
  overflow: hidden;
}
#staff .staff .content .staff-flex .col-left .staff-slick .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#staff .staff .content .staff-flex .col-left .staff-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#staff .staff .content .staff-flex .col-left .staff-slick .slick-arrow.slick-prev {
  left: -33px;
  background-image: url("/recruit/assets/images/commons/job-arrow-prev.svg");
}
#staff .staff .content .staff-flex .col-left .staff-slick .slick-arrow.slick-next {
  right: -33px;
  background-image: url("/recruit/assets/images/commons/job-arrow-next.svg");
}
#staff .staff .content .staff-flex .col-right {
  width: 65.41666667%;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-right {
    display: none;
    width: 100%;
    margin-top: 30px;
  }
}
#staff .staff .content .staff-flex .col-right .staff-title {
  margin-bottom: 25px;
  width: 100%;
}
#staff .staff .content .staff-flex .col-right .staff-title h3 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  #staff .staff .content .staff-flex .col-right .staff-title h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
#staff .staff .content .staff-flex .col-right .staff-title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  background-color: #1091EB;
  border-radius: 10px;
}
#staff .staff .content .staff-flex .col-right .staff-title p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1091EB;
  position: relative;
  padding-left: 65px;
}
#staff .staff .content .staff-flex .col-right .staff-title p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 55px;
  height: 1px;
  background-color: #1091EB;
}
#staff .staff .content .staff-flex .col-right .staff-thumb-slick {
  overflow: hidden;
}
#staff .staff .content .staff-flex .col-right .staff-thumb-slick .slick-slide {
  margin: 0 10px;
}
#staff .staff .content .staff-flex .col-right .staff-thumb-slick .slick-list {
  margin: 0 -10px;
}
#staff .staff .content .staff-flex .col-right .staff-thumb-slick .item a {
  display: block;
  overflow: hidden;
}
#staff .staff .content .staff-flex .col-right .staff-thumb-slick .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#staff .staff .content .staff-flex .col-right .staff-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-right .staff-thumb {
    gap: 10px;
  }
}
#staff .staff .content .staff-flex .col-right .staff-thumb .item {
  width: 24%;
  min-width: 23.5%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-right .staff-thumb .item {
    min-width: auto;
  }
}
#staff .staff .content .staff-flex .col-right .staff-thumb .item a {
  display: block;
}
@media only screen and (max-width: 750px) {
  #staff .staff .content .staff-flex .col-right .btn-box {
    margin-right: auto;
  }
}
#staff .staff > .btn-box {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #staff .staff > .btn-box {
    display: table;
  }
}

/* Number */
#number {
  color: #fff;
  background-image: url("/recruit/assets/images/top/number-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 750px) {
  #number {
    background-image: url("/recruit/assets/images/top/number-bg-sp.jpg");
    background-attachment: scroll;
    background-position: center;
  }
}
#number .number .txthead-box .flex {
  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) {
  #number .number .txthead-box .flex {
    display: block;
    position: relative;
  }
}
#number .number .txthead-box .flex .icn {
  margin-right: 35px;
}
@media only screen and (max-width: 750px) {
  #number .number .txthead-box .flex .icn {
    position: absolute;
  }
}
#number .number .txthead-box .flex .icn img {
  -webkit-animation: gentleMove 1s infinite alternate ease-in-out;
  animation: gentleMove 1s infinite alternate ease-in-out;
}
@media only screen and (max-width: 750px) {
  #number .number .txthead-box .flex div h2 {
    padding-left: 116px;
  }
}
@media only screen and (max-width: 750px) {
  #number .number .txthead-box .flex div p {
    margin-top: 30px;
  }
}
#number .number .content {
  padding-left: 131px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #number .number .content {
    padding-left: 0;
  }
}
#number .number .content p {
  line-height: 3rem;
  max-width: 360px;
}
#number .number .content .img {
  position: absolute;
  top: -80px;
  left: 42%;
  z-index: 1;
  width: 33.34%;
  max-width: 400px;
}
@media only screen and (max-width: 1180px) {
  #number .number .content .img {
    left: 55%;
  }
}
@media only screen and (max-width: 750px) {
  #number .number .content .img {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #number .number .btn-box {
    margin-right: auto;
  }
}

/* Env */
#env {
  background-image: url("/recruit/assets/images/top/env-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom 110px;
  background-size: 1920px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 750px) {
  #env {
    background-image: none;
    padding-bottom: 80px;
  }
}
#env .env .content {
  position: relative;
}
#env .env .content .env-img {
  width: 67.362%;
  max-width: 970px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #env .env .content .env-img {
    width: 100%;
    max-width: 100%;
  }
}
#env .env .content .env-img img {
  width: 100%;
  min-height: 428px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media only screen and (max-width: 750px) {
  #env .env .content .env-img img {
    min-height: auto;
    height: auto;
  }
}
#env .env .content .env-img .mascot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#env .env .content .env-img .mascot img {
  -webkit-animation: gentleMove 1s infinite alternate ease-in-out;
  animation: gentleMove 1s infinite alternate ease-in-out;
}
#env .env .content .env-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #env .env .content .env-abs {
    display: none;
  }
}
#env .env .content .env-abs .env-obj {
  width: 29%;
  margin-left: auto;
}
#env .env .content .env-abs .env-obj img {
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: floatLoop 3s infinite ease-in-out;
  animation: floatLoop 3s infinite ease-in-out;
}
#env .env .button {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #env .env .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .button .btn-box {
    margin-right: auto;
  }
}

/* Guideline */
#guideline {
  position: relative;
  padding-bottom: 280px;
  background-image: url("/recruit/assets/images/top/guideline-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#guideline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 480px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(235, 253, 255, 0)), color-stop(40%, rgba(154, 224, 254, 0.65)), color-stop(80%, rgba(110, 208, 254, 0.9)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(235, 253, 255, 0) 20%, rgba(154, 224, 254, 0.65) 40%, rgba(110, 208, 254, 0.9) 80%);
}
#guideline .guideline {
  position: relative;
  z-index: 2;
}
#guideline .guideline .txthead-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#guideline .guideline .txthead-box .flex .icn {
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  #guideline .guideline .txthead-box .flex .icn {
    width: 110px;
    margin-right: 0;
  }
}
#guideline .guideline .txthead-box .flex .icn img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#guideline .guideline .content .guideline-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #guideline .guideline .content .guideline-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #guideline .guideline .content .guideline-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #guideline .guideline .content .guideline-list ul {
    display: block;
  }
}
#guideline .guideline .content .guideline-list ul li {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #guideline .guideline .content .guideline-list ul li + li {
    margin-top: 5%;
  }
}
#guideline .guideline .content .guideline-list ul li a {
  display: block;
  padding: 20px;
}
#guideline .guideline .content .guideline-list ul li a .brief {
  margin-top: 20px;
  background-image: url("/recruit/assets/images/commons/btn-icn-circle-right-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
}
#guideline .guideline .content .guideline-list ul li a .brief h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #guideline .guideline .content .guideline-list ul li a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#guideline .guideline .content .guideline-list ul li a .brief h3 .icn {
  min-width: 30px;
}
@media only screen and (max-width: 1180px) {
  #guideline .guideline .content .guideline-list ul li a .brief h3 .icn {
    width: 26px;
    min-width: 26px;
  }
}
#guideline .guideline .content .guideline-list ul li a .brief h3 .txt {
  padding-left: 10px;
}

/* Message Inner */
#message-inner .message-inner .content .img h3 {
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
  #message-inner .message-inner .content .img h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner .content .img h3 {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#message-inner .message-inner .content .text {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #message-inner .message-inner .content .text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner .content .text {
    margin-top: 25px;
  }
}
#message-inner .message-inner .content .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #message-inner .message-inner .content .text p + p {
    margin-top: 20px;
  }
}

/* Job Inner */
#job-inner #job-inner-btn {
  padding: 50px 0;
  background: #EBFDFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 253, 255)), color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(255, 255, 255)), to(rgb(235, 253, 255)));
  background: linear-gradient(to right, rgb(235, 253, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(235, 253, 255) 100%);
}
@media only screen and (max-width: 1180px) {
  #job-inner #job-inner-btn {
    padding: 40px 0;
  }
}
#job-inner #job-inner-btn .job-inner-btn ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #job-inner #job-inner-btn .job-inner-btn ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
  }
}
#job-inner #job-inner-btn .job-inner-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  #job-inner #job-inner-btn .job-inner-btn ul li a .icn {
    width: 28px;
  }
}
#job-inner #job-inner-btn .job-inner-btn ul li a .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
}
#job-inner #job-inner-btn .job-inner-btn ul li a .txt {
  font-size: 2rem;
  line-height: 3rem;
  color: #1091EB;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #job-inner #job-inner-btn .job-inner-btn ul li a .txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#job-inner .job-inner .job-inner-list .list-row {
  position: relative;
}
#job-inner .job-inner .job-inner-list .list-row + .list-row {
  margin-top: 60px;
}
#job-inner .job-inner .job-inner-list .list-row:nth-child(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#job-inner .job-inner .job-inner-list .list-row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex {
    display: block;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-left {
  width: 46.74%;
  max-width: 486px;
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-left {
    width: 60%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right {
  width: 53.26%;
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl {
    margin-bottom: 30px;
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl {
    margin-bottom: 20px;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .icn {
  width: 60px;
  min-width: 60px;
}
@media only screen and (max-width: 1180px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .icn {
    width: 50px;
    min-width: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .icn {
    width: 40px;
    min-width: 40px;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt {
    gap: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt span {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #004098;
}
@media only screen and (max-width: 1180px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt span {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
#job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt span.en {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #1091EB;
  opacity: 0.2;
}
@media only screen and (max-width: 1180px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt span.en {
    font-size: 3.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #job-inner .job-inner .job-inner-list .list-row .flex .col-right .ttl .txt span.en {
    display: block;
    font-size: 2.4rem;
  }
}

/* Interview */
#interview.with-bg-btm {
  background-image: url("/recruit/assets/images/interview/bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px;
}
@media only screen and (max-width: 750px) {
  #interview.with-bg-btm {
    background-image: none;
  }
}
#interview #intro .intro {
  position: relative;
  z-index: 1;
}
#interview #intro .intro p {
  font-size: 2.2rem;
  line-height: 5.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #interview #intro .intro p {
    font-size: 2rem;
    line-height: 5.2rem;
  }
}
#interview #intro .intro .mascot {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 14.91%;
  max-width: 155px;
}
@media only screen and (max-width: 1180px) {
  #interview #intro .intro .mascot {
    position: static;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #interview #intro .intro .mascot {
    width: 50%;
  }
}
#interview #intro .intro .mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#interview .interview .interview-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 80px;
}
@media only screen and (max-width: 850px) {
  #interview .interview .interview-list ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .interview-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 40px;
  }
}
#interview .interview .interview-list ul li.mascot {
  padding-left: 10%;
  padding-top: 86.5%;
}
@media only screen and (max-width: 750px) {
  #interview .interview .interview-list ul li.mascot {
    display: none;
  }
}
#interview .interview .interview-list ul li.mascot img {
  width: 61.876%;
  max-width: 231px;
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#interview .interview .interview-list ul li a {
  display: block;
}
#interview .interview .interview-list ul li a .brief {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .interview-list ul li a .brief {
    margin-top: 15px;
  }
}
#interview .interview .interview-list ul li a .brief .topic {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .interview-list ul li a .brief .topic {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .interview-list ul li a .brief .topic {
    padding-left: 15px;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 5px;
  }
}
#interview .interview .interview-list ul li a .brief .topic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  background-color: #1091EB;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .interview-list ul li a .brief .topic::before {
    width: 5px;
  }
}
#interview .interview .interview-list ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1091EB;
  position: relative;
  padding-left: 65px;
}
#interview .interview .interview-list ul li a .brief p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 55px;
  height: 1px;
  background-color: #1091EB;
}
#interview .interview .mascot-sp {
  display: none;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #interview .interview .mascot-sp {
    display: block;
  }
}
#interview .interview .mascot-sp .mascot {
  position: absolute;
  top: 15%;
  left: 13%;
  z-index: 1;
  width: 41.08527132%;
}
#interview .interview .mascot-sp .mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}

#interview-detail .row .content h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  color: #004098;
}
@media only screen and (max-width: 1180px) {
  #interview-detail .row .content h2 {
    font-size: 3.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview-detail .row .content h2 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}
#interview-detail .row .content h2::before {
  content: "・";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#interview-detail .row .content h3 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 1180px) {
  #interview-detail .row .content h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview-detail .row .content h3 {
    padding-left: 25px;
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
#interview-detail .row .content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  padding: 2px 0;
  background-color: #1091EB;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1000px;
}
#interview-detail .row#reason {
  overflow: hidden;
}
#interview-detail .row#reason .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason {
    display: block;
  }
}
#interview-detail .row#reason .reason .col-left {
  width: 44.231%;
  max-width: 460px;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-left {
    width: 100%;
    max-width: 100%;
  }
}
#interview-detail .row#reason .reason .col-right {
  width: 48.366%;
  max-width: 503px;
  position: relative;
  z-index: 1;
  padding-top: 6%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right {
    width: 84%;
    max-width: 84%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
#interview-detail .row#reason .reason .col-right .obj-top {
  content: "";
  position: absolute;
  top: -1.5%;
  left: -7%;
  z-index: 1;
  width: 66px;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-top {
    top: -20px;
    left: -30px;
  }
}
#interview-detail .row#reason .reason .col-right .obj-top .square-top {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  display: block;
  width: 52px;
  height: 81px;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-top .square-top {
    display: none;
  }
}
#interview-detail .row#reason .reason .col-right .obj-top .square-top-sp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 56px;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-top .square-top-sp {
    display: block;
  }
}
#interview-detail .row#reason .reason .col-right .obj-btm {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -6%;
  z-index: -1;
  width: 108px;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-btm {
    bottom: -40px;
    right: -30px;
  }
}
#interview-detail .row#reason .reason .col-right .obj-btm .square-btm {
  position: absolute;
  bottom: 5px;
  right: -5px;
  z-index: 1;
  display: block;
  width: 118px;
  height: 280px;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-btm .square-btm {
    display: none;
  }
}
#interview-detail .row#reason .reason .col-right .obj-btm .square-btm-sp {
  display: none;
  position: absolute;
  bottom: 5px;
  right: -5px;
  z-index: 1;
  width: 85px;
  height: 190px;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#reason .reason .col-right .obj-btm .square-btm-sp {
    display: block;
  }
}
#interview-detail .row#reason .reason .col-right > img {
  border-radius: 20px;
}
#interview-detail .row#list .list .list-row + .list-row {
  margin-top: 80px;
}
#interview-detail .row#list .list .list-row:nth-child(even) .img img {
  margin-left: auto;
}
#interview-detail .row#list .list .list-row:nth-child(even) .img::after {
  right: inherit;
  left: 0;
  background-image: url("/recruit/assets/images/interview/001/target-bg.png");
  background-position: bottom left;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#list .list .list-row:nth-child(even) .img::after {
    background-image: url("/recruit/assets/images/interview/001/target-bg-sp.png");
  }
}
#interview-detail .row#list .list .list-row .img {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 3.5%;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#list .list .list-row .img {
    padding-bottom: 10%;
  }
}
#interview-detail .row#list .list .list-row .img img {
  width: 86.042%;
  max-width: 1239px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#list .list .list-row .img img {
    width: 90%;
    max-width: 390px;
  }
}
#interview-detail .row#list .list .list-row .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 75.56%;
  max-width: 1088px;
  height: 100%;
  background-image: url("/recruit/assets/images/interview/001/rewarding-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#list .list .list-row .img::after {
    width: 75.59%;
    max-width: 325px;
    background-image: url("/recruit/assets/images/interview/001/rewarding-bg-sp.png");
  }
}
#interview-detail .row#profile {
  color: #fff;
  background-image: url("/recruit/assets/images/interview/001/profile-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#profile {
    background-image: url("/recruit/assets/images/interview/001/profile-bg-sp.jpg");
  }
}
#interview-detail .row#profile .profile {
  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;
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#profile .profile {
    display: block;
  }
}
#interview-detail .row#profile .profile .col-left {
  width: 262px;
  min-width: 262px;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#profile .profile .col-left {
    margin-left: auto;
    margin-right: auto;
  }
}
#interview-detail .row#profile .profile .col-right {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #interview-detail .row#profile .profile .col-right {
    margin-top: 40px;
  }
}
#interview-detail .row#profile .profile .col-right h2 {
  color: #fff;
}
#interview-detail .row#profile .profile .col-right h3::before {
  background-color: #fff;
}
#interview-detail .row#profile .profile .col-right p {
  line-height: 3rem;
}

/* Numbers */
#numbers {
  background: #0475FF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(4, 117, 255)), to(rgb(64, 218, 190)));
  background: linear-gradient(to top, rgb(4, 117, 255) 0%, rgb(64, 218, 190) 100%);
}
#numbers .numbers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #numbers .numbers {
    display: block;
    gap: 20px;
  }
}
#numbers .numbers .box {
  padding: 38px;
  background-color: #fff;
}
#numbers .numbers .box.full {
  -ms-grid-column: span 2;
  grid-column: span 2;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box + .box {
    margin-top: 20px;
  }
}
#numbers .numbers .box.banner-link {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  color: #fff;
  background-color: #C00014;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box.banner-link {
    padding: 0;
  }
}
#numbers .numbers .box.banner-link a {
  display: block;
  padding: 10px 10px 20px 10px;
  color: #fff;
}
#numbers .numbers .box.banner-link a .img {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers .box.banner-link a .img {
    padding: 10px;
  }
}
#numbers .numbers .box.banner-link a .text {
  margin: 25px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box.banner-link a .text {
    margin-top: 15px;
  }
}
#numbers .numbers .box.banner-link a .text p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers .box.banner-link a .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#numbers .numbers .box.banner-link a .text p span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers .box.banner-link a .text p span {
    font-size: 1.3rem;
  }
}
#numbers .numbers .box.banner-link a .button {
  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;
  gap: 6px;
  margin-top: 15px;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers .box.banner-link a .button {
    margin-top: 10px;
  }
}
#numbers .numbers .box.banner-link a .button .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1180px) {
  #numbers .numbers .box.banner-link a .button .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#numbers .numbers .box.banner-link a .button .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#numbers .numbers .box .txthead-box {
  margin-bottom: 20px;
}
#numbers .numbers .box .img {
  position: relative;
}
#numbers .numbers .box .img .abs {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
#numbers .numbers .box .img.img-01 .abs {
  display: block;
  top: 7%;
  right: 3%;
}
#numbers .numbers .box .img.img-01 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-01 .abs .counter {
    font-size: clamp(2rem, 16vw, 10rem);
  }
}
#numbers .numbers .box .img.img-01 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-01 .abs .txt {
    font-size: clamp(1rem, 8vw, 5rem);
  }
}
#numbers .numbers .box .img.img-02 .abs {
  display: block;
  top: 7%;
  right: 2%;
}
#numbers .numbers .box .img.img-02 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-02 .abs .counter {
    font-size: clamp(2rem, 16vw, 10rem);
  }
}
#numbers .numbers .box .img.img-02 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-02 .abs .txt {
    font-size: clamp(1rem, 8vw, 5rem);
  }
}
#numbers .numbers .box .img.img-03 {
  overflow: hidden;
}
#numbers .numbers .box .img.img-03 .abs {
  display: block;
  top: -8%;
  width: 100%;
  text-align: center;
}
#numbers .numbers .box .img.img-03 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-03 .abs .counter {
    font-size: clamp(2rem, 16vw, 10rem);
  }
}
#numbers .numbers .box .img.img-03 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-03 .abs .txt {
    font-size: clamp(1rem, 8vw, 5rem);
  }
}
#numbers .numbers .box .img.img-03 .graph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}
#numbers .numbers .box .img.img-03 > img {
  position: relative;
  z-index: 2;
}
#numbers .numbers .box .img.img-04 .abs {
  display: block;
  width: 100%;
  top: -8%;
  text-align: center;
}
#numbers .numbers .box .img.img-04 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .numbers .box .img.img-04 .abs .counter:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6A11), to(#E84003));
  background: linear-gradient(to bottom, #FF6A11, #E84003);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-04 .abs .counter {
    font-size: clamp(2rem, 16vw, 10rem);
  }
}
#numbers .numbers .box .img.img-04 .abs .txt {
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-04 .abs .txt {
    font-size: clamp(2rem, 15vw, 10rem);
  }
}
#numbers .numbers .box .img.img-05 .abs {
  display: block;
  right: 26.5%;
  top: 30.25%;
  text-align: center;
}
#numbers .numbers .box .img.img-05 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .numbers .box .img.img-05 .abs .counter:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6A11), to(#E84003));
  background: linear-gradient(to bottom, #FF6A11, #E84003);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .numbers .box .img.img-05 .abs .txt {
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 10px;
}
#numbers .numbers .box .img.img-05 .mascot {
  position: absolute;
  top: 16.5%;
  right: 10%;
  z-index: 1;
  width: 15.87136929%;
  height: 80.68181818%;
}
#numbers .numbers .box .img.img-05 .mascot img {
  width: 100%;
  height: auto;
  -webkit-animation: sway 5s infinite ease-in-out;
  animation: sway 5s infinite ease-in-out;
}
#numbers .numbers .box .img.img-06 .abs {
  display: block;
  top: -16.5%;
  left: 4.5%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-06 .abs {
    top: -30%;
  }
}
#numbers .numbers .box .img.img-06 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .numbers .box .img.img-06 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 2px;
}
#numbers .numbers .box .img.img-06 .level {
  width: 0;
  height: 47.08520179%;
  position: absolute;
  bottom: 9.5%;
  left: 27%;
  z-index: 1;
  background: #0475FF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 117, 255)), to(rgb(64, 218, 190)));
  background: linear-gradient(to right, rgb(4, 117, 255) 0%, rgb(64, 218, 190) 100%);
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}
#numbers .numbers .box .img.img-07 .abs {
  display: block;
  top: 19.5%;
  left: 17.5%;
}
#numbers .numbers .box .img.img-07 .abs:nth-child(2) {
  top: 19.5%;
  left: 65.5%;
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-07 .abs:nth-child(2) {
    top: 18.5%;
  }
}
@media only screen and (max-width: 750px) {
  #numbers .numbers .box .img.img-07 .abs {
    top: 18.5%;
  }
}
#numbers .numbers .box .img.img-07 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .numbers .box .img.img-07 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
  margin-left: 2px;
}
#numbers .numbers .box .img.img-08 .abs {
  display: block;
  top: 7%;
  left: 2.5%;
}
#numbers .numbers .box .img.img-08 .abs:nth-child(2) {
  top: 68.5%;
  left: 54%;
}
#numbers .numbers .box .img.img-08 .abs .counter {
  background: -webkit-gradient(linear, left top, left bottom, from(#40DABE), to(#0475FF));
  background: linear-gradient(to bottom, #40DABE, #0475FF);
  font-size: clamp(2rem, 8.615vw, 10rem);
  line-height: normal;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 10px;
}
#numbers .numbers .box .img.img-08 .abs .txt {
  font-size: clamp(1rem, 4.308vw, 5rem);
  line-height: normal;
  font-weight: 700;
  color: #004098;
}
#numbers .numbers .box .img.img-08 .mascot01 {
  position: absolute;
  top: 37%;
  right: 15.75%;
  z-index: 1;
  width: 20.95435685%;
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}
#numbers .numbers .box .img.img-08 .mascot02 {
  position: absolute;
  bottom: 2.2%;
  left: 8.7%;
  z-index: 1;
  width: 16.28630705%;
  -webkit-animation: sway 5s infinite ease-in-out;
  animation: sway 5s infinite ease-in-out;
}

/* Env Inner */
#env-inner .env-row .env-inner.office {
  position: relative;
}
#env-inner .env-row .env-inner.office .content > p {
  padding-right: 17.1154%;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content > p {
    padding-right: 0;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #C00014;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link {
    margin-top: 40px;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a {
  display: block;
  padding: 10px 10px 20px 10px;
  color: #fff;
}
#env-inner .env-row .env-inner.office .content .banner-link a .img {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link a .img {
    padding: 10px;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a .text {
  margin: 14px 0 4px 0;
  text-align: center;
}
#env-inner .env-row .env-inner.office .content .banner-link a .text p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link a .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a .text p span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link a .text p span {
    font-size: 1.3rem;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a .button {
  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;
  gap: 6px;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link a .button {
    margin-top: 10px;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a .button .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .banner-link a .button .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#env-inner .env-row .env-inner.office .content .banner-link a .button .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#env-inner .env-row .env-inner.office .content .office-list {
  margin-top: 60px;
}
#env-inner .env-row .env-inner.office .content .office-list .list-row + .list-row {
  margin-top: 60px;
}
#env-inner .env-row .env-inner.office .content .office-list .list-row h3 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding-left: 20px;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.office .content .office-list .list-row h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .office-list .list-row h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#env-inner .env-row .env-inner.office .content .office-list .list-row h3::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 50px;
  border-radius: 10px;
  background-color: #1091EB;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.office .content .office-list .list-row h3::before {
    width: 8px;
    height: 45px;
  }
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .content .office-list .list-row h3::before {
    width: 6px;
    height: 40px;
  }
}
#env-inner .env-row .env-inner.office .content .office-list .list-row p {
  margin-top: 25px;
}
#env-inner .env-row .env-inner.office .content .office-list .list-row .img {
  margin-top: 25px;
}
#env-inner .env-row .env-inner.office .mascot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 17.1154%;
  max-width: 178px;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.office .mascot {
    position: static;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
#env-inner .env-row .env-inner.office .mascot img {
  -webkit-animation: floatLoop 3s infinite ease-in-out;
  animation: floatLoop 3s infinite ease-in-out;
}
#env-inner .env-row .env-inner.benefits .content .benefits-list {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list {
    margin-top: 40px;
  }
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul li {
  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;
  aspect-ratio: 1/1;
  background-color: #EBFDFF;
  border-radius: 20px;
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul li.blank {
  background-color: transparent;
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul li.blank {
    aspect-ratio: auto;
  }
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .icn img {
  width: auto;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .icn img {
    height: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .icn img {
    height: 50px;
  }
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .txt {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#env-inner .env-row .env-inner.benefits .content .benefits-list ul li .box .mascot img {
  -webkit-animation: shakeLoop 4s infinite ease-in-out;
  animation: shakeLoop 4s infinite ease-in-out;
}

/* Interview */
#internship .internship .intro p {
  font-size: 2.2rem;
  line-height: 5.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .intro p {
    font-size: 2rem;
    line-height: 5.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  #internship .internship .intro p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
#internship .internship .btn-scroll {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .btn-scroll {
    margin-top: 40px;
  }
}
#internship .internship .btn-scroll ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .btn-scroll ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
  }
}
#internship .internship .btn-scroll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#internship .internship .btn-scroll ul li a .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
}
@media only screen and (max-width: 750px) {
  #internship .internship .btn-scroll ul li a .icn img {
    width: auto;
    height: 30px;
  }
}
#internship .internship .btn-scroll ul li a .txt {
  font-size: 2rem;
  line-height: 3rem;
  color: #1091EB;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .btn-scroll ul li a .txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#internship .internship .content {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content {
    margin-top: 60px;
  }
}
#internship .internship .content .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row + .row {
    margin-top: 60px;
  }
}
#internship .internship .content .row .ttl {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .ttl {
    margin-bottom: 25px;
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .ttl {
    margin-bottom: 20px;
  }
}
#internship .internship .content .row .ttl .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(40%) sepia(95%) saturate(1655%) hue-rotate(183deg) brightness(96%) contrast(92%);
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .ttl .icn img {
    width: auto;
    height: 44px;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .ttl .icn img {
    height: 36px;
  }
}
#internship .internship .content .row .ttl .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .ttl .txt {
    gap: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #internship .internship .content .row .ttl .txt {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .ttl .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#internship .internship .content .row .ttl .txt span {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #004098;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .ttl .txt span {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
#internship .internship .content .row .ttl .txt span.en {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #1091EB;
  opacity: 0.2;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .ttl .txt span.en {
    font-size: 3.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #internship .internship .content .row .ttl .txt span.en {
    display: block;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .table {
    overflow: auto;
  }
}
#internship .internship .content .row .table table {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #7597C7;
}
#internship .internship .content .row .table table tr td {
  padding: 15px;
  background-color: #fff;
}
#internship .internship .content .row .table table tr td:first-child {
  min-width: 140px;
  color: #004098;
  font-weight: 700;
  background-color: #BFEFFF;
}
#internship .internship .content .row .table table tr td a {
  text-decoration: underline;
}
#internship .internship .content .row .table table tr td p + .box-blue-light {
  margin-top: 10px;
}
#internship .internship .content .row .table table tr td .box-blue-light {
  padding: 10px;
  background-color: #F5FBFF;
}
#internship .internship .content .row .table table tr td .box-blue-light + .box-blue-light {
  margin-top: 10px;
}
#internship .internship .content .row .table table tr td .box-blue-light .topic {
  font-weight: 700;
}
#internship .internship .content .row .table table tr td .box-blue-light .text {
  margin-left: 14px;
}
#internship .internship .content .row .table table tr td .box-blue-light .text ul {
  margin-left: 20px;
}
#internship .internship .content .row .table table tr td .box-blue-light .text ul li {
  list-style: disc;
}
#internship .internship .content .row .table table tr td .box-blue-light .text ul + p {
  margin-top: 20px;
}
#internship .internship .content .row .table table tr td .box-blue-light .text p + p {
  margin-top: 20px;
}
#internship .internship .content .row .table table tr td .box-blue-light .text p strong {
  font-weight: 700;
}
#internship .internship .content .row .box-tel a {
  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;
  padding: 32px;
  gap: 20px;
  color: #fff;
  background: #B8B1E8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(184, 177, 232)), to(rgb(66, 126, 221)));
  background: linear-gradient(to top, rgb(184, 177, 232) 0%, rgb(66, 126, 221) 100%);
}
#internship .internship .content .row .box-tel a .icn {
  margin-top: 5px;
  padding: 5px 20px 8px 20px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #7A9BE3;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .box-tel a .icn {
    font-size: 2rem;
    line-height: 2rem;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-tel a .icn {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
#internship .internship .content .row .box-tel a .txt {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #internship .internship .content .row .box-tel a .txt {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-tel a .txt {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#internship .internship .content .row .box-form .form {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form {
    margin-top: 30px;
  }
}
#internship .internship .content .row .box-form .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form .form-row {
    display: block;
  }
}
#internship .internship .content .row .box-form .form .form-row + .form-row {
  margin-top: 20px;
}
#internship .internship .content .row .box-form .form .form-row.agree {
  margin-top: 40px;
  padding-left: 280px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form .form-row.agree {
    padding-left: 0;
  }
}
#internship .internship .content .row .box-form .form .form-row.agree .field p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#internship .internship .content .row .box-form .form .form-row .label {
  width: 280px;
  min-width: 280px;
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form .form-row .label {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#internship .internship .content .row .box-form .form .form-row .field {
  width: 100%;
}
#internship .internship .content .row .box-form .form .form-row .field.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 10px;
}
#internship .internship .content .row .box-form .form .form-row .field.grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 10px;
}
@media only screen and (max-width: 850px) {
  #internship .internship .content .row .box-form .form .form-row .field.grid3 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#internship .internship .content .row .box-form .form .form-row .field.grid3 .col.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#internship .internship .content .row .box-form .form .form-row .field .field-row + .field-row {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form .form-row .field .field-row + .field-row {
    margin-top: 10px;
  }
}
#internship .internship .content .row .box-form .form .form-row .field .field-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#internship .internship .content .row .box-form .form .form-row .field .field-row.flex .w100 {
  width: 100px;
  min-width: 100px;
}
#internship .internship .content .row .box-form .form .form-row .field .field-row.flex .w200 {
  width: 200px;
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  #internship .internship .content .row .box-form .form .form-row .field .field-row.flex .w200 {
    width: 150px;
    min-width: 150px;
  }
}