/* --------------------------------------------------
------------------- Header -------------------------
------------------------------------------------------*/
.h-box-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.h-box-logo {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 2110px;
}
.h-box-logo2 {
  background-color: #fff;
}
.h-box-logo a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 120px;
  padding-left: 99px;
  padding-top: 7px;
}

.h-box-logo a.logo:hover {
  opacity: 0.8;
}

.flex-contact {
  display: flex;
  justify-content: flex-end;
}

.h-nav-menu .flex-contact {
  padding-right: 0;
}
.flex-contact1 ul {
  padding-right: 36px !important;
}

.h-box-logo ul,
.flex-contact ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 850px;
  height: 120px;
  padding-right: 23px;
  padding-top: 9px;
}

.h-nav .flex-contact ul li:nth-of-type(3) {
  width: 138px !important;
}

.h-nav .flex-contact ul li:nth-of-type(2),
.h-nav .flex-contact ul li:nth-of-type(1) {
  width: 140px !important;
}

.h-box-logo ul li,
.flex-contact ul li {
  width: 150px;
}

.h-box-logo ul li a p,
.flex-contact ul li a p {
  text-align: center;
  color: #fff;
  letter-spacing: 2.5px;
}
.h-box-logo2 ul li a p {
  color: #111;
}

.h-box-logo ul li a:hover,
.flex-contact ul li a:hover {
  opacity: 0.8;
}

.h-box-logo ul li a p:first-of-type,
.flex-contact ul li a p:first-of-type {
  font-size: 14px;
  font-weight: bold;
}

.h-box-logo ul li a p:last-of-type,
.flex-contact li a p:last-of-type {
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: -3px;
  padding-right: 2px;
}

.h-box-logo ul li a {
  position: relative;
  display: block;
}

.h-box-logo ul li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #07bff2;
  margin: 0 auto 10px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.h-box-logo ul li a:hover:before {
  opacity: 1;
}

.h-box-logo ul li:last-of-type a::after {
  background: none;
}

/* .h-box-logo ul li a::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 47%;
  right: -6px;
  background: url("../images/common/ic-line-1.png") right center no-repeat;
  background-size: cover;
} */

.flex-contact ul li a {
  position: relative;
}

/* .h-nav-menu .flex-contact{
  padding-bottom: 3px;
} */

.h-nav-menu .flex-contact ul li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 47%;
  right: -16px;
  background: url("../images/common/ic-line-2.png") right center no-repeat;
  background-size: cover;
}

.flex-contact ul li:nth-of-type(2) a::after {
  right: -7px !important;
}

.h-nav-menu .flex-contact ul li:last-of-type a::after {
  background: none;
}

.h-box-logo .flex-contact ul li:nth-of-type(1) {
  width: 125px;
}

.h-box-logo ul li:nth-of-type(2) a::after,
.flex-contact ul li:nth-of-type(2) a::after {
  right: -5px;
}

.h-box-logo .flex-contact ul li:nth-of-type(3) {
  width: 130px;
}

.h-box-logo ul li:nth-of-type(4) a::after,
.flex-contact ul li:nth-of-type(4) a::after {
  right: -13px;
}

.btn-contact a {
  background: #07bff2;
  height: 120px;
  width: 120px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-top: 35px;
  letter-spacing: 2px;
}

.btn-contact a:hover {
  background: rgb(78 69 74 / 0.94);
}

.btn-contact a::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-contact-1.png) top center no-repeat;
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 16px;
}

.h-box-main {
  padding-top: 40px;
}

.h-box-txt {
  text-align: center;
  font-size: 28px;
  color: #ececec;
  line-height: 160%;
  font-weight: bold;
  padding-bottom: 80px;
  top: 56.4%;
  position: absolute;
  left: 49.9%;
  transform: translate(-50%, -50%);
}

.flex-social {
  position: fixed;
  bottom: 0;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 0%;
  width: 100%;
  z-index: 9;
}

.flex-social .flex-social-1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 441px;
  color: #fff;
}

.flex-social .flex-social-1 a {
  background: #007979;
  width: 220px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  padding-left: 30px;
  letter-spacing: 1.4px;
}

.flex-social .flex-social-1 a:hover,
.flex-social .flex-social-2 a:hover {
  opacity: 0.7;
}

.flex-social .flex-social-1 a:nth-of-type(2) {
  letter-spacing: 0.8px;
  padding-left: 28px;
}

.flex-social .flex-social-1 a:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-insta-1.png) left center no-repeat;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.flex-social .flex-social-1 a:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-fb-1.png) left center no-repeat;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.flex-social .flex-social-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #800040;
  color: #fff;
  width: 60px;
  height: 180px;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: relative;
  margin-top: 1px;
  z-index: 3;
  letter-spacing: 1.8px;
  padding-top: 29px;
}

.flex-social .flex-social-2 a:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-shop-1.png) top center no-repeat;
  left: 45%;
  top: 20%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

.flex-social .flex-social-2 a:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-search-1.png) top center no-repeat;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

.flex-social .flex-social-2 a:nth-of-type(3)::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-prote-1.png) top center no-repeat;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

.txt-container {
  position: absolute;
  bottom: 0;
  padding: 49px 182px;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
  right: 0;
  letter-spacing: 1.1px;
}

.txt-container p {
  font-size: 12px;
  line-height: 200%;
  margin-top: 14px;
}

.h-box-btn {
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(190, 44, 9, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #ececec;
  font-weight: bold;
  position: relative;
}

.h-box-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ic-1.png);
  background-size: cover;
  margin-right: 7px;
}

.h-box-btn:after {
  content: "";
  width: 15px;
  height: 9px;
  background-image: url(../img/common/h-ic-btn.png);
  background-size: cover;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 90;
}

.h-nav.fixed {
  display: none;
}

.h-nav-wrap {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px;
  -webkit-box-shadow: 0 5px 4px -6px #333;
  box-shadow: 0 5px 4px -6px #333;
}

.h-nav-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h-nav-inner-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-nav-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-nav-menu ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 17px;
  background: url(../images/top/icon_5.png) right center no-repeat;
  background-size: contain;
}

.h-nav-menu ul li:first-of-type::before {
  background: none;
}

.h-nav-menu ul li a {
  display: block;
  padding: 0 20px;
}

.h-nav-menu ul li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #07bff2;
  margin: 0 auto 10px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.h-nav-menu ul li a:hover::before {
  opacity: 1;
}

.h-nav-menu ul li a p {
  text-align: center;
  line-height: 120%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.h-nav-menu ul li a p:nth-of-type(1) {
  color: #111;
  font-weight: bold;
}

.h-nav-menu ul li a p:nth-of-type(2) {
  font-size: 10px;
  color: #111;
  padding-top: 5px;
}

.h-nav-menu ul li a:hover p:nth-of-type(1) {
  color: #000;
}

.logo2:hover {
  opacity: 0.8;
}

.logo3:hover {
  opacity: 0.8;
}

/* Index background video */
.bg_h {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bg_h:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/h-bg.png);
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.bg_h video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.fc__main {
  height: 400px;
  background-size: cover;
  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;
  position: relative;
}

.fc__main::after {
  position: absolute;
  content: "";
  background: url(../images/common/h-bg-sec.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bor {
  margin-bottom: 25px;
  margin-top: -4px;
}
.bor::after {
  display: none !important;
  margin-bottom: 15px;
}

@media all and (max-width: 1024px) {
  .fc__main {
    height: 300px;
  }
  .top-pallarax {
    height: auto !important;
  }
}

@media all and (max-width: 768px) {
  .fc__main {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.bread {
  background-color: rgb(78 69 74 / 0.06);
  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;
  position: relative;
}

.bread li a {
  font-size: 13px;
  line-height: 80px;
  letter-spacing: 1.6px;
}

.bread li a span {
  padding: 0 20px;
}

@media all and (max-width: 1024px) {
  .bread li a {
    font-size: 12px;
    line-height: 60px;
  }
}

@media all and (max-width: 768px) {
  .bread li a {
    font-size: 11px;
    line-height: 50px;
  }

  /* .bread li:nth-of-type(2) a{
    display: block;
    display: -webkit-box;
    width: 70px;
    margin: 0 auto;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
}

.logo2 {
  padding-top: 7px;
  display: block;
}
/* Title
-------------------------------------------------*/
.ttl p {
  text-align: center;
}

.ttl-1 {
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 2.4px;
}

.ttl-1 span {
  display: block;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}

.ttl-1 .bg-sec .top-block2 {
  padding-top: 0;
  /* padding-bottom: 50px; */
  background: none;
}

.ttl-2 {
  font-size: 26px;
  line-height: 200%;
  letter-spacing: 5.4px;
  font-weight: bold;
  padding-top: 8px;
}

.ttl-2::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background-color: #07bff2;
  margin: 23px auto 9px;
}

/* Button
-------------------------------------------------*/
.button {
  width: 340px;
  line-height: 80px;
  font-size: 16px;
  color: #cb7683;
  background-color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow: hidden;
  position: relative;
  border: 2px solid #cb7683;
  border-radius: 8px;
}

@media all and (max-width: 1024px) {
  .button {
    width: 100%;
    max-width: 280px;
    line-height: 64px;
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .button {
    max-width: 260px;
    line-height: 50px;
    font-size: 12px;
  }
}

.button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ic-btn.png);
  background-size: cover;
  margin-right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 1024px) {
  .button:before {
    width: 16px;
    height: 16px;
  }
}

@media all and (max-width: 768px) {
  .button:before {
    width: 14px;
    height: 14px;
  }
}

.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(203, 118, 131, 0.96);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  background-image: url(../img/common/ic-btn-over.png);
}

.button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Toggle
-------------------------------------------------*/
.toggle {
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 46px 0px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #07bff2;
  display: none;
}

@media all and (max-width: 1024px) {
  .toggle {
    width: 100px;
    height: 100px;
    padding: 36px 0;
  }
}

@media all and (max-width: 768px) {
  .toggle {
    width: 80px;
    height: 80px;
    padding: 26px 0;
  }
}

.toggle.active span,
.toggle.sub span {
  background-color: #fff;
}

.toggle div {
  width: 37px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.toggle span {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin: 4px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle span:nth-of-type(1) {
  width: 37px;
}

.toggle.change span {
  background-color: #fff;
}

.toggle.change span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.toggle.change span:nth-of-type(2) {
  opacity: 0;
}

.toggle.change span:nth-of-type(3) {
  width: 37px;
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

/* Container
-------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
}

.img2 {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  text-indent: -999px;
}

p.la {
  position: relative;
  top: -120px;
}

@media all and (max-width: 1024px) {
  p.la {
    top: -100px;
  }
}

@media all and (max-width: 768px) {
  p.la {
    top: -80px;
  }
}

.over {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.over:hover {
  opacity: 0.8;
}

.box {
  padding-top: 94px;
}

.prl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

/* Footer
-------------------------------------------------*/
.ft-bg {
  padding: 84px 0 54px;
  background-size: cover;
  text-align: center;
}

.f-box-logo1 {
  width: 500px;
  margin: 0 auto 0;
  padding-left: 2px;
}

.f-box-logo1 .logo3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  display: block;
  letter-spacing: 6.1px;
  text-align: center;
}

.f-box-logo1 p.tel {
  margin-top: 35px;
  margin-bottom: 3px;
  letter-spacing: 2px;
  font-size: 13px;
}

.f-box-logo1 p span {
  font-size: 16px;
  letter-spacing: 3.8px;
  font-weight: bold;
}

.f-box-logo1 p {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 5px;
  letter-spacing: 2.3px;
  text-align: center;
}

.copyright {
  font-size: 11px;
  line-height: 180%;
  padding: 56px 0;
  background: #f8f8f8;
  text-align: center;
  letter-spacing: 2.5px;
}

.btnScroll {
  position: absolute;
  bottom: 95px;
  -webkit-transition: opacity 2.2s 2s;
  transition: opacity 2.2s 2s;
  left: 50%;
  transform: translateX(-50%);
}

.btnScroll span {
  display: block;
  height: 30px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.btnScroll span.top {
  top: -40px;
}

.btnScroll span.bottom {
  bottom: -40px;
}

.btnScroll span.top:before {
  -webkit-animation: scrollAnimeTop 2.2s ease-in infinite;
  animation: scrollAnimeTop 2.2s ease-in infinite;
}

.btnScroll span.bottom:before {
  -webkit-animation: scrollAnimeBottom 2.2s ease-out infinite;
  animation: scrollAnimeBottom 2.2s ease-out infinite;
}

.btnScroll span:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btnScroll a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
/* CONTAINER */
.l-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--1400 {
  max-width: 1400px;
}
.l-container--1336 {
  max-width: 1336px;
}
.l-container--1300 {
  max-width: 1300px;
}
.l-container--1160 {
  max-width: 1160px;
}
/* BREAD CRUMB */
.c-breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 96px;
  font-size: 12px;
  letter-spacing: 0.032em;
}
.c-breadcrumbs li {
  float: left;
  margin-bottom: 10px;
}
.c-breadcrumbs li:not(:last-child) {
  margin-right: 15px;
}
.c-breadcrumbs li:not(:last-child)::after {
  content: "＞";
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
/* PAGE */
.l-page {
  line-height: 1.5;
}
/* RECRUIT */
.bg-blur {
  position: relative;
}
.bg-blur::before {
  position: absolute;
  content: "";
  background-color: rgba(196, 202, 205, 0.96);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-heading {
  padding-top: 120px;
  display: flex;
}
.page-heading__title {
  padding: 40px 60px;
  padding-right: 52px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  background-image: url("./../images/recruit/bg-contact.jpg");
  background-position: 59% 100%;
  min-height: 450px;
  min-width: 204px;
}

.page-heading__title p {
  writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: 10px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  padding-top: 25px;
}
.page-heading__title p::after {
  content: "";
  width: 1px;
  height: 90px;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.page-heading__title p span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.page-heading__bg {
  flex: 1;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .page-heading {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-heading {
    padding-top: 80px;
  }
  .page-heading__title {
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    flex-direction: column-reverse;
  }
  .page-heading__bg {
    width: 100%;
    height: 220px;
    flex: 0 1 auto;
  }
  .page-heading__title {
    width: 100%;
  }
  .page-heading__title p {
    writing-mode: horizontal-tb;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
    font-size: 32px;
    padding-bottom: 10px;
    line-height: 1;
  }
  .page-heading__title p::after {
    width: 50px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
  .page-heading__title p span {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.c-border-bottom {
  border-bottom: 2px solid #0c2543;
}
/* TITLE */
.c-title1 {
  font-weight: 700;
  padding-left: 10px;
}
.c-title1 i {
  color: #07bff2;
}
.c-title1 strong,
.c-title1 small {
  display: inline-block;
  padding-bottom: 14px;
}
.c-title1 strong {
  font-size: 34px;
  letter-spacing: 0.02em;
  margin-right: 26px;
}
.c-title1 small {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-title2 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.c-title3 {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 38px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 82px;
}
.c-title3::after {
  content: "";
  background-color: #07bff2;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-title1 strong {
    font-size: 30px;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .c-title1 small {
    display: block;
    font-size: 13px;
    padding-bottom: 15px;
  }
  .c-title3 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
/* SLICK DOTS */
.c-slide__dots.slick-slider {
  margin-bottom: 0 !important;
  padding-bottom: 28px;
}
.c-slide__dots .slick-dots li {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background-color: #707070;
  margin: 0 5px;
}
.c-slide__dots .slick-dots li.slick-active {
  background-color: #000000;
}
.c-slide__dots .slick-dots li button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-slide__dots.slick-slider {
    padding-bottom: 15px;
  }
}
/* SECTION 1  */
.section01-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 70px;
  padding-left: 30px;
  padding-bottom: 126px;
}
.section01-content .slider-recruit {
  width: 58.4%;
  margin-right: -7.2%;
}
.section01-content .slider-recruit .slick-list,
.section01-content .slider-recruit .slick-slide {
  width: 100%;
}
.section01-content .slider-recruit .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  min-width: 1px;
  min-height: 1px;
}
.section01-content .slider-recruit .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section01-content .c-box {
  flex: 1;
  min-height: 390px;
  position: relative;
  z-index: 2;
}
.section01-content .c-box .c-title2 {
  margin-bottom: 15px;
}
.section01-content .c-box .c-text {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .section01-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .section01-content .slider-recruit {
    width: 100%;
    margin-right: 0;
  }
  .section01-content .c-box {
    width: 100%;
    margin-top: 50px;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .section01-content {
    padding-bottom: 70px;
  }
  .section01-content .c-box .c-text {
    padding: 0;
  }
}
/* END RECRUIT */
/* TEXT */
.c-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.c-text--blue2 {
  color: #0c2543;
}
.c-text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 13px;
    line-height: 25px;
  }
}
/* BOX */
.c-box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 56px 30px;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 40px 20px;
  }
}
/* IMG */
.svg-img {
  object-fit: contain;
}
.img-wrapper {
  position: relative;
  width: 100%;
}
.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-bg {
  width: 100%;
  height: 590px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-bg {
    height: 250px;
  }
}
/* HOVER */
.c-hover__wrapper {
  position: relative;
}
.c-hover__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.2s;
}
.c-hover__wrapper img.hover-hide {
  opacity: 1;
}
.c-hover__trigger:hover img.hover-hide {
  opacity: 0;
}
.c-hover__trigger:hover img.hover-show {
  opacity: 1;
}
/* LIST */
.c-list {
  display: flex;
  flex-wrap: wrap;
}
.c-list.col-3 {
  margin: 0 10px;
}
.c-list.col-3 .item {
  flex-basis: 33.333333%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .c-list.col-3 .item {
    flex-basis: 50%;
  }
  .c-list.col-3 .item:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.col-3 .item {
    flex-basis: 100%;
  }
  .c-list.col-3 .item:nth-child(n + 2) {
    margin-top: 40px;
  }
}
/* CARD 1 */
.c-card1 .img-wrapper {
  padding-top: 75%;
}
.c-card1 .c-box {
  width: 95%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -54px;
  padding: 38px 20px 34px;
  position: relative;
  z-index: 2;
}
.c-card1 .c-title2 {
  margin-bottom: 8px;
}
/* LINK 1 */
.c-link1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
}
.c-link1::after {
  content: "";
  display: inline-block;
  background-image: url(./../images/common/arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
}

/* SECTION 02 */
.section02 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section02 {
    padding-bottom: 70px;
  }
}
/* SECTION 03 */
.section03 + .section03 {
  margin-top: 110px;
}
.section03 .c-bg {
  margin-bottom: 62px;
}
.section03 .c-btn1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section03 + .section03 {
    margin-top: 60px;
  }
  .section03 .c-bg {
    margin-bottom: 40px;
  }
  .section03 .c-btn1 {
    margin-top: 20px;
  }
}
/* DATA LIST */
.c-dl + .c-dl {
  margin-top: 46px;
}
.c-dl .c-dl__heading {
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
  border-bottom: 1px solid #707070;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.c-dl iframe {
  width: 100%;
  max-width: 600px;
  display: block;
}
.c-dl iframe + p {
  margin-top: 30px;
}
.c-dl .icon {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
}
.c-dl__item .c-dl-padding,
.c-dl__item p {
  padding: 35px 20px;
}
.c-dl__item.c-dl-padding-bottom {
  padding-bottom: 35px;
}

.c-dl__item .c-dl-padding.no-padding,
.c-dl__item p.no-padding {
  padding: 0;
}
.c-dl__item p + dl {
  margin-top: 30px;
}
.c-dl .c-dl__item + .c-dl__heading {
  margin-top: 42px;
}
.c-dl ul + ul {
  margin-top: 30px;
}
.c-dl .c-text .block-p {
  display: block;
}
.c-dl .c-text .block-p + .block-p {
  margin-top: 35px;
}
.c-dl2 .c-dl__item dl {
  display: flex;
}
.c-dl2 .c-dl__item dt,
.c-dl2 .c-dl__item dd {
  padding: 30px 0;
}
.c-dl2 .c-dl__item dt {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
  border-bottom: 1px solid #111111;
  font-weight: 400;
  font-size: 15px;
  margin-right: 17px;
}
.c-dl2 .c-dl__item-blue dt {
  border-bottom: 1px solid #07bff2;
  color: #07bff2;
}
.c-dl2 .c-dl__item.c-dl__item-blue dt {
  border-bottom: 1px solid #07bff2;
}
.c-dl2 .c-dl__item dd {
  flex: 1;
  border-bottom: 1px solid #cccccc;
  padding-left: 26px;
}
.c-dl2 .c-dl__bordertop dt,
.c-dl2 .c-dl__bordertop.c-dl__item-blue dt {
  border-top: 1px solid #07bff2;
}
.c-dl2 .c-dl__bordertop dd {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .c-dl + .c-dl {
    margin-top: 30px;
  }

  .c-dl .c-dl__heading {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-dl .icon {
    width: 15px;
    margin-right: 5px;
  }
  .c-dl iframe + p {
    margin-top: 15px;
  }
  .c-dl__item .c-dl-padding,
  .c-dl__item p {
    padding: 15px 10px;
  }
  .c-dl__item.c-dl-padding-bottom {
    padding-bottom: 20px;
  }
  .c-dl ul + ul {
    margin-top: 10px;
  }
  .c-dl .c-text .block-p + .block-p {
    margin-top: 10px;
  }
  .c-dl2 .c-dl__item dt,
  .c-dl2 .c-dl__item dd {
    padding: 20px 0;
  }
  .c-dl2 .c-dl__item dt {
    width: 110px;
    font-size: 14px;
  }
}
/* BTN 1 */
.c-btn1 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  color: #07bff2;
  border: 2px solid currentColor;
  padding: 25px;
  transition: 0.4s;
}
.c-btn1:hover {
  opacity: 1;
  background-color: #07bff2;
  border-color: #07bff2;
  color: #fff;
}
.c-btn1__icon {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
