@charset "UTF-8";
/**********************
* Common
**********************/
@import url("https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("/ja/kose/info/bases/kose-sales/recruit/css/font/Hiragino-Kaku-Gothic-ProN-W3.otf");
}
main {
  font-family: "IBM Plex Sans JP";
  margin: 0 auto !important;
  max-width: none !important;
}
@media only screen and (max-width: 1040px) {
  main {
    padding: 0 !important;
  }
}

.content.recruit:not(.sub-page) main section {
  margin-bottom: 0;
}

.container {
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
}

/**********************
* AOS
**********************/
@media (max-width: 768px) {
  .aos-element {
    opacity: 1 !important; /* Bỏ hiệu ứng mờ */
    -webkit-transform: none !important;
            transform: none !important; /* Bỏ hiệu ứng dịch chuyển */
    -webkit-transition: none !important;
    transition: none !important; /* Loại bỏ chuyển động */
  }
}
/**********************
* Animation
**********************/
@-webkit-keyframes mv-line-01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20%, -35%);
            transform: translate(-20%, -35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mv-line-01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20%, -35%);
            transform: translate(-20%, -35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mv-line-02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mv-line-02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mv-line-04 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mv-line-04 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mv-line-03 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mv-line-03 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideIn2 {
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn2 {
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/**********************
* Component
**********************/
.only-PC {
  display: block;
}
@media only screen and (max-width: 768px) {
  .only-PC {
    display: none;
  }
}

.only-SP {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .only-SP {
    display: block !important;
  }
}

.overlay-main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
  width: 100%;
  height: 1000%;
}
.overlay-main.active {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-menu-recruit {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1000%;
  background-color: rgba(23, 40, 82, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.overlay-menu-recruit.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-menu-recruit-2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 1000%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.overlay-menu-recruit-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-close, .btn-close-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-close:hover, .btn-close-inner:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-close .btn-wrapper, .btn-close-inner .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  padding-top: 15px;
  cursor: pointer;
}
.btn-close .btn-wrapper .line-wrapper .line, .btn-close-inner .btn-wrapper .line-wrapper .line {
  width: 36px;
  height: 1px;
  background-color: #fff;
}
.btn-close .btn-wrapper .line-wrapper .line1, .btn-close-inner .btn-wrapper .line-wrapper .line1 {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.btn-close .btn-wrapper .line-wrapper .line2, .btn-close-inner .btn-wrapper .line-wrapper .line2 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.btn-close .btn-wrapper span, .btn-close-inner .btn-wrapper span {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.submenu-recruit {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 554px;
  height: 100vh;
  padding: 40px 80px;
  background-color: rgb(65, 143, 222);
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .submenu-recruit {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0;
  }
}
.submenu-recruit.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .submenu-recruit .btn-close, .submenu-recruit .btn-close-inner {
    margin-bottom: 28px;
  }
}
.submenu-recruit .btn-entry {
  display: none;
  padding: 22px;
  background-color: rgb(23, 40, 82);
  margin-bottom: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .submenu-recruit .btn-entry {
    display: block;
  }
}
.submenu-recruit ul li > a.mainmenu {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .submenu-recruit ul li > a.mainmenu {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 48px;
  }
}
.submenu-recruit ul li > a.mainmenu.-disabled {
  pointer-events: none;
}
.submenu-recruit ul li > a.mainmenu.-disabled span {
  opacity: 0.2;
}
.submenu-recruit ul li > a.mainmenu span {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  line-height: 30px;
}
.submenu-recruit ul li > a.mainmenu span::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu-recruit ul li > a.mainmenu.none-border {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.submenu-recruit ul li > a.mainmenu:hover span::after {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu-recruit ul li div.submenu {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .submenu-recruit ul li div.submenu {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 48px;
  }
}
.submenu-recruit ul li div.submenu a {
  display: block;
}
.submenu-recruit ul li div.submenu a span {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submenu-recruit ul li div.submenu a span::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu-recruit ul li div.submenu a:hover span::after {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu-recruit ul li div.submenu p.title {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.submenu-recruit ul li div.submenu p.title span {
  font-size: 20px;
  line-height: 30px;
}
.submenu-recruit ul li div.submenu a.item {
  color: #fff;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.submenu-recruit ul li div.submenu a.item span {
  font-size: 16px;
  line-height: 26px;
}
.submenu-recruit ul li div.submenu a.item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  margin-right: 8px;
}
.submenu-recruit ul li div.submenu a.item:last-child {
  margin-bottom: 0;
}

.entry-recruit {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 640px;
  height: 100vh;
  padding: 40px 80px;
  overflow: auto;
  background-color: rgb(23, 40, 82);
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .entry-recruit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    z-index: 200;
    border-radius: 8px;
    padding: 24px 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 200;
    min-width: 336px;
    width: auto;
    border-radius: 8px;
    padding: 24px 16px;
  }
}
.entry-recruit.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  .entry-recruit.active {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .entry-recruit .btn-close, .entry-recruit .btn-close-inner {
    margin-bottom: 16px;
  }
}
.entry-recruit ul li {
  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;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #fff;
}
.entry-recruit ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .entry-recruit ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.entry-recruit ul li h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .entry-recruit ul li h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }
}
.entry-recruit ul li .-disabled {
  pointer-events: none;
}
.entry-recruit ul li .-disabled .main-text {
  color: rgba(23, 40, 92, 0.2);
}
.entry-recruit ul li span.caption {
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
.entry-recruit ul li > div.text, .entry-recruit ul li > div.img {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 992px) {
  .entry-recruit ul li > div.text, .entry-recruit ul li > div.img {
    width: calc(50% - 6px);
  }
}
.entry-recruit ul li div a picture {
  display: block;
}
.entry-recruit ul li div a picture img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .entry-recruit ul li div a picture img {
    height: 44px;
  }
}
.entry-recruit ul li div a .main-text {
  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;
  border-radius: 6px;
  height: 70px;
  font-size: 18px;
  line-height: 18px;
  color: rgb(23, 40, 82);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .entry-recruit ul li div a .main-text {
    height: 44px;
    font-size: 14px;
    line-height: 14px;
  }
}
.entry-recruit ul li div a .small-text {
  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;
  border-radius: 6px;
  height: 53px;
  font-size: 14px;
  line-height: 130%;
  color: rgb(23, 40, 82);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .entry-recruit ul li div a .small-text {
    height: 44px;
    font-size: 12px;
  }
}
.entry-recruit ul li div a picture, .entry-recruit ul li div a .main-text, .entry-recruit ul li div a .small-text {
  position: relative;
  overflow: hidden;
}
.entry-recruit ul li div a picture::after, .entry-recruit ul li div a .main-text::after, .entry-recruit ul li div a .small-text::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
}
.entry-recruit ul li div a:hover picture:after, .entry-recruit ul li div a:hover .main-text:after, .entry-recruit ul li div a:hover .small-text:after {
  opacity: 0.4;
}

.entry-recruit-sp {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  min-width: 336px;
  overflow: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  padding: 24px 16px;
  background-color: rgb(23, 40, 82);
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.entry-recruit-sp.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp .btn-close-inner {
    margin-bottom: 16px;
  }
}
.entry-recruit-sp ul li {
  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;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #fff;
}
.entry-recruit-sp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.entry-recruit-sp ul li h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp ul li h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }
}
.entry-recruit-sp ul li .-disabled {
  pointer-events: none;
}
.entry-recruit-sp ul li .-disabled .main-text {
  color: rgba(23, 40, 92, 0.2);
}
.entry-recruit-sp ul li span.caption {
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
.entry-recruit-sp ul li > div.text, .entry-recruit-sp ul li > div.img {
  width: calc(50% - 6px);
}
.entry-recruit-sp ul li div a picture {
  display: block;
}
.entry-recruit-sp ul li div a picture img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp ul li div a picture img {
    height: 44px;
  }
}
.entry-recruit-sp ul li div a span.main-text {
  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;
  border-radius: 6px;
  height: 70px;
  font-size: 18px;
  line-height: 18px;
  color: rgb(23, 40, 82);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp ul li div a span.main-text {
    height: 44px;
    font-size: 14px;
    line-height: 14px;
  }
}
.entry-recruit-sp ul li div a span.small-text {
  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;
  border-radius: 6px;
  height: 53px;
  font-size: 14px;
  line-height: 130%;
  color: rgb(23, 40, 82);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .entry-recruit-sp ul li div a span.small-text {
    height: 44px;
    font-size: 12px;
  }
}
.entry-recruit-sp ul li div a picture, .entry-recruit-sp ul li div a .main-text, .entry-recruit-sp ul li div a .small-text {
  position: relative;
  overflow: hidden;
}
.entry-recruit-sp ul li div a picture::after, .entry-recruit-sp ul li div a .main-text::after, .entry-recruit-sp ul li div a .small-text::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
}
.entry-recruit-sp ul li div a:hover picture:after, .entry-recruit-sp ul li div a:hover .main-text:after, .entry-recruit-sp ul li div a:hover .small-text:after {
  opacity: 0.4;
}

.animated span {
  -webkit-animation: slideIn 0.8s forwards;
          animation: slideIn 0.8s forwards;
}

.heading .h2-heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .heading .h2-heading {
    margin-bottom: 24px;
  }
}
.heading .h2-heading .main-heading {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .heading .h2-heading .main-heading {
    font-size: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .heading .h2-heading .main-heading {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .heading .h2-heading .main-heading {
    font-size: 40px;
    letter-spacing: -1px;
  }
}
.heading .h2-heading .main-heading span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.5%, #98D4FF), to(#FFF));
  background: linear-gradient(180deg, #98D4FF -14.5%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.heading .h2-heading .main-heading span.active-animated {
  -webkit-animation: slideIn 0.8s forwards;
          animation: slideIn 0.8s forwards;
}
.heading .h2-heading .main-heading .space {
  width: 12px;
  display: inline-block;
}
.heading .h2-heading .main-heading p.break {
  display: none;
}
@media only screen and (max-width: 365px) {
  .heading .h2-heading .main-heading p.break {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.heading .h2-heading .sub-heading {
  color: #172852;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  line-height: 100%;
  margin-top: -32px;
  display: block;
  letter-spacing: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .heading .h2-heading .sub-heading {
    margin-top: -14px;
  }
}
@media only screen and (max-width: 992px) {
  .heading .h2-heading .sub-heading {
    margin-top: -13px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .heading .h2-heading .sub-heading {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 365px) {
  .heading .h2-heading .sub-heading {
    margin-top: -5px;
  }
}
.heading .h2-heading .sub-heading span {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.heading p {
  color: #172852;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .heading p {
    font-size: 16px;
    line-height: 180%;
    text-align: left;
  }
}
.heading p .onlypc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .heading p .onlypc {
    display: none;
  }
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
}
@media only screen and (max-width: 992px) {
  .list-btn {
    gap: 16px;
  }
}
.list-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(53.2% - 32px);
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .list-btn li {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 540px) {
  .list-btn li {
    width: calc(50% - 8px);
  }
}
.list-btn li a {
  padding: 25px 16px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
  width: 100%;
  color: #2272D2;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  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;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media only screen and (max-width: 992px) {
  .list-btn li a {
    font-size: 16px;
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 768px) {
  .list-btn li a {
    font-size: 14px;
    padding: 20px 14px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .list-btn li a {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .list-btn li a img {
    width: 12px;
    height: 10px;
  }
}
.list-btn li a:hover {
  background-color: #2272d2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.list-btn li a:hover .text {
  color: #fff;
}
.list-btn li a:hover .arr {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(60deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(60deg) brightness(106%) contrast(101%);
}
.list-btn li a .text {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (max-width: 320px) {
  .list-btn li a .text {
    letter-spacing: -0.3px;
  }
}
.list-btn li a .arr {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.viewmore, .viewmore-solid, .viewmore-3, .viewmore-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.viewmore:hover .circle, .viewmore-solid:hover .circle, .viewmore-3:hover .circle, .viewmore-2:hover .circle {
  background-color: #2272D2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.viewmore:hover .circle img, .viewmore-solid:hover .circle img, .viewmore-3:hover .circle img, .viewmore-2:hover .circle img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(282deg) brightness(111%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(282deg) brightness(111%) contrast(101%);
}
.viewmore.-disabled, .-disabled.viewmore-solid, .-disabled.viewmore-3, .-disabled.viewmore-2 {
  pointer-events: none;
  opacity: 0.2;
}
.viewmore span, .viewmore-solid span, .viewmore-3 span, .viewmore-2 span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .viewmore span, .viewmore-solid span, .viewmore-3 span, .viewmore-2 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .viewmore span, .viewmore-solid span, .viewmore-3 span, .viewmore-2 span {
    line-height: 150%;
  }
}
.viewmore .circle, .viewmore-solid .circle, .viewmore-3 .circle, .viewmore-2 .circle {
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .viewmore .circle, .viewmore-solid .circle, .viewmore-3 .circle, .viewmore-2 .circle {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .viewmore .circle, .viewmore-solid .circle, .viewmore-3 .circle, .viewmore-2 .circle {
    width: 56px;
    height: 56px;
  }
}
.viewmore .circle img, .viewmore-solid .circle img, .viewmore-3 .circle img, .viewmore-2 .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .viewmore .circle img, .viewmore-solid .circle img, .viewmore-3 .circle img, .viewmore-2 .circle img {
    width: 12px;
    height: 10px;
  }
}

.viewmore-2 img {
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(3434%) hue-rotate(153deg) brightness(100%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(3434%) hue-rotate(153deg) brightness(100%) contrast(87%);
}
.viewmore-2:hover .circle {
  background-color: #11B3D9;
}
.viewmore-2:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(829%) hue-rotate(235deg) brightness(119%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(829%) hue-rotate(235deg) brightness(119%) contrast(100%);
}

.viewmore-3 span {
  color: #1294E3;
}
.viewmore-3 .circle {
  border-color: #1294E3;
  background-color: #fff;
}
.viewmore-3 img {
  -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(58%) saturate(697%) hue-rotate(158deg) brightness(106%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(42%) sepia(58%) saturate(697%) hue-rotate(158deg) brightness(106%) contrast(101%);
}
.viewmore-3:hover .circle {
  background-color: #1294E3;
}
.viewmore-3:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7464%) hue-rotate(94deg) brightness(119%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7464%) hue-rotate(94deg) brightness(119%) contrast(100%);
}

.viewmore-solid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.viewmore-solid span {
  color: #fff;
}
.viewmore-solid .circle {
  background-color: #fff;
  border-color: #fff;
  fill: #418fde;
}
.viewmore-solid:hover .circle {
  border: 1px solid #418fde;
}

.c-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 117px;
}
@media only screen and (max-width: 992px) {
  .c-block-1 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-1 {
    margin-bottom: 32px;
  }
}
.c-block-1 .block-430 {
  width: 43%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .c-block-1 .block-430 {
    text-align: end;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-430 {
    display: none;
  }
}
.c-block-1 .block-430 picture {
  position: absolute;
}
.c-block-1 .block-430 picture img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block-1 .block-485 {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 {
    width: 100%;
  }
}
.c-block-1 .block-485 h3 {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.5px;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 h3 {
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-block-1 .block-485 h3 span {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .c-block-1 .block-485 h3 span {
    font-size: 40px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 h3 span {
    font-size: 32px;
  }
}
.c-block-1 .block-485 h3 span.active-animated {
  -webkit-animation: slideIn 0.5s forwards;
          animation: slideIn 0.5s forwards;
}
.c-block-1 .block-485 h3 p.break {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 h3 p.break {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.c-block-1 .block-485 picture {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 picture {
    display: block;
  }
}
.c-block-1 .block-485 picture img {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 picture img {
    width: 100%;
  }
}
.c-block-1 .block-485 p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.c-block-1 .block-485 .list-btn {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .c-block-1 .block-485 .list-btn {
    margin: 24px 0;
  }
}
.c-block-1 .block-485 .btn {
  text-align: right;
}

.c-block-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
}
@media only screen and (max-width: 1280px) {
  .c-block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .c-block-2 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .c-block-2 {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-block-2 .block-258 {
  width: 225px;
}
@media only screen and (max-width: 1280px) {
  .c-block-2 .block-258 {
    width: 231px;
  }
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-258 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-258 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.c-block-2 .block-258 h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-258 h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-258 h4 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
.c-block-2 .block-258 p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-258 p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.c-block-2 .block-258 .btn {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-258 .btn .viewmore, .c-block-2 .block-258 .btn .viewmore-2, .c-block-2 .block-258 .btn .viewmore-3, .c-block-2 .block-258 .btn .viewmore-solid {
    display: none;
  }
}
.c-block-2 .block-742 {
  width: 742px;
}
@media only screen and (max-width: 1280px) {
  .c-block-2 .block-742 {
    width: 715px;
  }
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-742 {
    width: 600px;
  }
}
@media only screen and (max-width: 850px) {
  .c-block-2 .block-742 {
    width: 525px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 {
    width: 100%;
  }
}
.c-block-2 .block-742 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 ul {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 668px) {
  .c-block-2 .block-742 ul {
    margin-right: -20px;
  }
}
.c-block-2 .block-742 ul .slick-list.draggable .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
  margin-right: 24px;
  min-width: 226px;
}
@media only screen and (max-width: 1280px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
    min-width: unset;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 668px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
    min-width: 250px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
    min-width: 230px;
  }
}
@media only screen and (max-width: 540px) and (max-width: 768px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide .coming-soon:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide {
    min-width: 218px;
  }
}
.c-block-2 .block-742 ul .slick-list.draggable .slick-track .slick-slide:nth-child(3) {
  margin-right: 0px;
}
.c-block-2 .block-742 ul li {
  position: relative;
}
.c-block-2 .block-742 ul li:hover figure img {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
  .c-block-2 .block-742 ul li {
    width: calc(33% - 12px);
  }
}
.c-block-2 .block-742 ul li span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 8px 0;
  padding: 9px 13px;
  z-index: 1;
  color: #2272d2;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 ul li span {
    font-size: 12px;
    padding: 6px 9px;
  }
}
.c-block-2 .block-742 ul li figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.c-block-2 .block-742 ul li figure.coming-soon:before {
  content: "Coming soon";
  position: absolute;
  inset: 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: rgba(65, 75, 99, 0.8);
  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;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 ul li figure.coming-soon:before {
    font-size: 14px;
  }
}
.c-block-2 .block-742 ul li figure.coming-soon img {
  -webkit-transform: none !important;
          transform: none !important;
}
.c-block-2 .block-742 ul li figure img {
  background-color: #dee2e3;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  width: 100%;
  margin-block: -1px;
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-742 ul li figure img {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 ul li figure img {
    height: 300px;
  }
}
@media only screen and (max-width: 668px) {
  .c-block-2 .block-742 ul li figure img {
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .c-block-2 .block-742 ul li figure img {
    height: 280px;
  }
}
.c-block-2 .block-742 ul li figcaption {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media only screen and (max-width: 992px) {
  .c-block-2 .block-742 ul li figcaption {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-block-2 .block-742 ul li figcaption {
    font-size: 14px;
  }
}
.c-block-2 .block-742 ul li figcaption.color-2 {
  color: #172852;
}
.c-block-2 .block-742 .icon-scroll {
  display: none;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 668px) {
  .c-block-2 .block-742 .icon-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-block-2 .block-742 .icon-scroll picture {
  width: 17px;
  border-radius: 0;
}
.c-block-2 .block-742 .icon-scroll span {
  color: #FFF;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  line-height: 100%; /* 16px */
}
.c-block-2 .block-742 .slider-892 .slick-list.draggable .slick-track .slick-slide:last-child, .c-block-2 .block-742 .slider-158 .slick-list.draggable .slick-track .slick-slide:last-child {
  opacity: 0;
}
.c-block-2 .btn-viewmore-sp {
  display: none;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .c-block-2 .btn-viewmore-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.c-slider picture {
  padding: 0 20px;
}
@media only screen and (max-width: 540px) {
  .c-slider picture {
    padding: 0 10px;
  }
}
.c-slider picture img {
  border-radius: 8px;
  width: 100%;
}
.c-slider .slick-list.draggable {
  padding: 50px 0;
}
.c-slider .slick-list.draggable .slick-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 300px !important;
}
.c-slider .slick-list.draggable .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-slider .slider-1 {
  -webkit-transform: translate(0px, 70px);
          transform: translate(0px, 70px);
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-1 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.c-slider .slider-2, .c-slider .slider-5, .c-slider .slider-6, .c-slider .slider-7, .c-slider .slider-8 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  max-width: 228px;
  padding-right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-2, .c-slider .slider-5, .c-slider .slider-6, .c-slider .slider-7, .c-slider .slider-8 {
    margin-right: 10px;
  }
}
.c-slider .slider-5, .c-slider .slider-6, .c-slider .slider-7, .c-slider .slider-8 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  max-width: 350px;
  padding-right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-5, .c-slider .slider-6, .c-slider .slider-7, .c-slider .slider-8 {
    margin-right: 10px;
  }
}
.c-slider .slider-3 {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  max-width: 423px;
  margin-right: 40px;
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-3 {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
.c-slider .slider-4 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-4 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.c-slider .slider-5 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.c-slider .slider-6 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media only screen and (max-width: 540px) {
  .c-slider .slider-6 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.c-slider .slider-7 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.c-slider .slider-8 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.loading {
  top: -100%;
  position: fixed;
}

.loading.active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}
.loading.active .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
}
.loading.active .logo img {
  margin-left: 8%;
}

.tri {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky {
  z-index: 10;
  position: unset;
  top: 73px;
  padding-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .sticky {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky {
    padding-top: 24px;
    display: inline-block;
    top: 69px;
  }
}
.sticky a {
  text-align: left;
}
.sticky .container {
  max-width: 1200px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) {
  .sticky .container {
    max-width: unset;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1240px) {
  .sticky .container {
    padding: 0 20px;
  }
}
.sticky .container p {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .sticky .container p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .container p {
    font-size: 16px;
    display: inline-block;
  }
}
.sticky .container p a {
  color: #333;
}
.sticky .container p span {
  margin-left: 16px;
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media only screen and (max-width: 992px) {
  .sticky .container p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .container p span {
    font-size: 12px;
    margin-left: 0;
    display: block;
    margin-top: 4px;
    text-align: left;
  }
}
.sticky.active {
  position: fixed;
  top: 100px;
  left: 100px;
}
@media only screen and (max-width: 1240px) {
  .sticky.active {
    left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky.active {
    top: 80px;
  }
}

.sticky.fixed {
  position: fixed;
  padding: 14.5px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #EBE9E9;
  z-index: 20;
}

/**********************
* Main
**********************/
.recruit {
  overflow: hidden;
  background: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_1.jpg) top left/100% no-repeat;
  color: #172852;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .recruit {
    background-size: 130%;
  }
}
@media only screen and (max-width: 992px) {
  .recruit {
    background-size: 152%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit {
    background: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_13.png) top left/100% no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit .breadcrumbs-area {
    max-width: unset !important;
    padding: 0 100px;
  }
}
.recruit section.submenu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media only screen and (max-width: 1024px) {
  .recruit section.submenu {
    top: 71px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.recruit section.submenu .menu {
  width: 70px;
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
  background-color: #418fde;
  border: 2px solid #418fde;
  border-right: none;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .recruit section.submenu .menu {
    padding: 10px 0 17px 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .recruit section.submenu .menu {
    padding: 10px 0 17px 10px;
  }
}
.recruit section.submenu .menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit section.submenu .menu:hover {
  background-color: #fff;
  color: #418fde;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit section.submenu .menu:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(1375%) hue-rotate(188deg) brightness(93%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(1375%) hue-rotate(188deg) brightness(93%) contrast(85%);
}
.recruit section.submenu .menu span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .recruit section.submenu .menu span {
    color: #418fde;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit section.submenu .menu img {
    -webkit-filter: invert(53%) sepia(18%) saturate(2289%) hue-rotate(174deg) brightness(95%) contrast(82%);
            filter: invert(53%) sepia(18%) saturate(2289%) hue-rotate(174deg) brightness(95%) contrast(82%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.recruit section.submenu .retry {
  width: 70px;
  height: 160px;
  border-radius: 10px 0 0 10px;
  background-color: #172852;
  border: 2px solid #172852;
  border-right: none;
  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;
  cursor: pointer;
}
.recruit section.submenu .retry:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit section.submenu .retry:hover span {
  color: #172852;
}
@media only screen and (max-width: 1024px) {
  .recruit section.submenu .retry {
    display: none;
  }
}
.recruit section.submenu .retry span {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
.recruit .sec-184 {
  margin-top: 108px;
  position: relative;
  height: 770px;
  margin-inline: auto;
  padding-inline: 100px;
}
@media only screen and (min-width: 1920px) {
  .recruit .sec-184 {
    height: 820px;
  }
}
@media only screen and (min-width: 2100px) {
  .recruit .sec-184 {
    height: 1000px;
  }
}
@media only screen and (min-width: 2500px) {
  .recruit .sec-184 {
    height: 1100px;
  }
}
@media only screen and (min-width: 2700px) {
  .recruit .sec-184 {
    height: 1250px;
  }
}
@media only screen and (min-width: 3000px) {
  .recruit .sec-184 {
    height: 1400px;
  }
}
@media only screen and (min-width: 4000px) {
  .recruit .sec-184 {
    height: 1500px;
  }
}
@media only screen and (min-width: 5000px) {
  .recruit .sec-184 {
    height: 1600px;
  }
}
@media only screen and (max-width: 1240px) {
  .recruit .sec-184 {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-184 {
    height: 650px;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-184 {
    height: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 {
    margin-bottom: 20px !important;
    margin-top: 24px;
    height: auto;
    padding-inline: unset;
  }
}
.recruit .sec-184 .sec-184-wrapper {
  margin-bottom: 50px;
  max-width: 1200px;
}
@media only screen and (min-width: 1400px) {
  .recruit .sec-184 .sec-184-wrapper {
    max-width: unset;
  }
}
@media only screen and (max-width: 1240px) {
  .recruit .sec-184 .sec-184-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper {
    margin-bottom: 0px;
    margin-inline: 20px;
    padding: 0;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img184 {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border-radius: 6px;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img184 img {
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
  width: 66%;
}
@media only screen and (min-width: 1920px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
    width: 71%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner {
    width: 100%;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 {
  color: #fff;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-size: 54px;
  font-style: normal;
  line-height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  margin-left: 47px;
  letter-spacing: -1px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1920px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 2200px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 {
    -ms-grid-column-align: right;
        justify-self: right;
    margin-left: 0;
    width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 {
    font-size: 50px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 24px;
    margin-left: 0;
    font-weight: 400;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 span {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner h2 span.active-animated {
  -webkit-animation: slideIn2 0.8s forwards;
          animation: slideIn2 0.8s forwards;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  line-height: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 47px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1900px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 2200px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
    -ms-grid-column-align: right;
        justify-self: right;
    margin-left: 0;
    width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
    font-size: 18px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p {
    font-size: 16px;
    line-height: 180%;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p span {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p span.active-animated {
  -webkit-animation: slideIn 0.8s forwards;
          animation: slideIn 0.8s forwards;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p span.break {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner p span.break {
    display: block;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner span.break {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner .img184-4 {
  margin-top: 101px;
  display: block;
  width: 31.6vw;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .text-inner .img184-4 {
    display: none;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
  width: calc(48% - 56px);
}
@media only screen and (max-width: 1280px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
    width: 34%;
  }
}
@media only screen and (max-width: 1200px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
    width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
    width: 20%;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}
@media only screen and (max-width: 850px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
    width: 10%;
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner {
    display: none;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
  margin-top: -134px;
  margin-left: -110px;
  width: 24.9vw;
}
@media only screen and (min-width: 1900px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    z-index: 2;
  }
}
@media only screen and (max-width: 1280px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    margin-bottom: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    margin-bottom: 130%;
    width: 30vw;
  }
}
@media only screen and (max-width: 850px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    margin-bottom: 270px;
    margin-left: -64px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-1 {
    display: none;
    margin-bottom: 144%;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-2 {
  margin-left: 14.7vw;
  margin-top: -27px;
  width: 23.3vw;
}
@media only screen and (max-width: 1280px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-2 {
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 850px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-2 {
    width: 26.3vw;
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-2 {
    display: none;
  }
}
.recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-3 {
  margin-top: -46px;
  width: 20vw;
}
@media only screen and (max-width: 850px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-3 {
    width: 23vw;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .sec-184-wrapper .sec-184-inner .img-inner .img184-3 {
    display: none;
  }
}
.recruit .sec-184 .imgSP184-wrapper-1, .recruit .sec-184 .imgSP184-wrapper-2 {
  margin-bottom: 73px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .imgSP184-wrapper-1, .recruit .sec-184 .imgSP184-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-184 .imgSP184-wrapper-1, .recruit .sec-184 .imgSP184-wrapper-2 {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
}
.recruit .sec-184 .imgSP184-wrapper-1 img, .recruit .sec-184 .imgSP184-wrapper-2 img {
  border-radius: 4px;
}
.recruit .sec-184 .imgSP184-wrapper-1 .imgSP184-1, .recruit .sec-184 .imgSP184-wrapper-2 .imgSP184-1 {
  margin-bottom: -32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 375px) {
  .recruit .sec-184 .imgSP184-wrapper-1 .imgSP184-1, .recruit .sec-184 .imgSP184-wrapper-2 .imgSP184-1 {
    max-width: 140px;
  }
}
.recruit .sec-184 .imgSP184-wrapper-1 .imgsp, .recruit .sec-184 .imgSP184-wrapper-2 .imgsp {
  max-width: 360px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 375px) {
  .recruit .sec-184 .imgSP184-wrapper-1 .imgsp, .recruit .sec-184 .imgSP184-wrapper-2 .imgsp {
    max-width: 183px;
  }
}
.recruit .sec-184 .imgSP184-wrapper-2 {
  margin-bottom: 185px;
  padding-top: 42px;
}
@media only screen and (max-width: 540px) {
  .recruit .sec-184 .imgSP184-wrapper-2 {
    margin-bottom: 156px;
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-184 .imgSP184-wrapper-2 .imgSP184-3 {
    max-width: 144px;
  }
}
.recruit .sec-184 .imgSP184-wrapper-2 .imgSP184-2 {
  margin-bottom: -120px;
}
@media only screen and (max-width: 540px) {
  .recruit .sec-184 .imgSP184-wrapper-2 .imgSP184-2 {
    margin-bottom: -80px;
  }
}
.recruit .sec-184 .bg184-2 {
  position: absolute;
  top: 41%;
  left: 34%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .bg184-2 {
    display: none;
  }
}
.recruit .sec-184 .bg184-3 {
  position: absolute;
  bottom: 2%;
  right: 8%;
}
@media only screen and (min-width: 1900px) {
  .recruit .sec-184 .bg184-3 {
    right: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .recruit .sec-184 .bg184-3 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .bg184-3 {
    display: none;
  }
}
.recruit .sec-184 .bg184-4 {
  position: absolute;
  top: -13%;
  left: 2%;
  z-index: 2;
}
@media only screen and (min-width: 2400px) {
  .recruit .sec-184 .bg184-4 {
    right: unset;
    left: 20%;
  }
}
@media only screen and (min-width: 1900px) {
  .recruit .sec-184 .bg184-4 {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .bg184-4 {
    display: none;
  }
}
.recruit .sec-184 .bg184-5 {
  position: absolute;
  top: 45%;
  right: 8%;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-184 .bg184-5 {
    display: block;
  }
}
.recruit .sec-723 {
  margin-bottom: 160px !important;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 {
    margin-bottom: 80px !important;
  }
}
.recruit .sec-723 .heading {
  margin-bottom: 72px;
}
@media only screen and (min-width: 1500px) {
  .recruit .sec-723 .heading {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .heading {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram {
    margin-top: 48px;
  }
}
.recruit .sec-723 .diagram .diagram-1 {
  padding: 28px 54px;
  color: #172852;
  font-style: normal;
  font-style: normal;
  line-height: 100%;
  background-color: rgb(240, 240, 240);
  position: relative;
  border-radius: 8px;
  border: 1px solid #CDD6DB;
  line-height: 1;
  max-height: 80px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-1 {
    padding: 24px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-1 {
    padding: 24px 15px;
    text-align: center;
    border-radius: 6px;
    max-height: unset;
  }
}
.recruit .sec-723 .diagram .diagram-1 span:first-child {
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-1 span:first-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-1 span:first-child {
    font-size: 16px;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cdd6db;
  }
}
.recruit .sec-723 .diagram .diagram-1 span:last-child {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-1 span:last-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-1 span:last-child {
    font-size: 14px;
    position: unset;
  }
}
.recruit .sec-723 .diagram .arr-1 {
  text-align: center;
  margin-top: -9px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .arr-1 {
    margin-top: -6px;
  }
}
.recruit .sec-723 .diagram .arr-1 picture {
  position: relative;
  z-index: 100;
}
.recruit .sec-723 .diagram .arr-1 picture img {
  width: 54.472px;
  height: 108.404px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .arr-1 picture img {
    width: 50px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .arr-1 picture img {
    width: 38px;
    height: 78px;
  }
}
.recruit .sec-723 .diagram .arr-1 picture figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .arr-1 picture figcaption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .arr-1 picture figcaption {
    font-size: 12px;
    width: 58vw;
    line-height: 131%;
  }
}
@media only screen and (max-width: 350px) {
  .recruit .sec-723 .diagram .arr-1 picture figcaption {
    width: 70vw;
  }
}
.recruit .sec-723 .diagram .diagram-2 {
  padding: 48px 54px;
  border-radius: 8px;
  background: #effbff;
  margin-top: -15px;
  border: 1px solid #CDD6DB;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 {
    padding: 24px 15px;
    margin-top: -6px;
    border-radius: 6px;
  }
}
.recruit .sec-723 .diagram .diagram-2 h3 {
  color: #172852;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 {
  padding: 32px;
  border-radius: 8px;
  background-color: #2272D2;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 {
    padding: 16px 10px;
    border-radius: 6px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 h4 {
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block {
    width: 100%;
    gap: 6px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .title {
  width: 100%;
  color: #2272d2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .title {
    font-size: 12px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .title {
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .title {
    font-size: 12px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .sub {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 37px 12px;
  background-color: #fff;
  border-radius: 4px;
  color: #2272d2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .sub {
    font-size: 14px;
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper .block .sub {
    font-size: 12px;
    padding: 14px 12px;
    border-radius: 4px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture {
    position: relative;
    margin-block: 10px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture {
    margin-block: 6px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture figcaption {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture figcaption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 12px;
    width: 100%;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture figcaption .onlysp {
  display: block;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture figcaption .onlysp {
    display: none;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture img {
  width: 141px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture img {
    width: 100px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture img {
    width: 50px;
    height: 65px;
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-1 .wrapper picture img {
    width: 38px;
    height: 54px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 {
  margin-top: 64px;
}
@media only screen and (max-width: 830px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 {
    margin-top: 42px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 42px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block {
    padding: 16px 10px;
    border-radius: 6px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block h4 {
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block p {
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block p {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 {
  width: 51.7%;
  background-color: #11B3D9;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 83.9%;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 h4 {
  color: #fff;
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 p {
  margin-left: 25px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 p {
    margin-left: 0px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .wrap div {
  width: 50%;
  padding: 37px 12px;
  color: #11B3D9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  background-color: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .wrap div {
    font-size: 14px;
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .wrap div {
    font-size: 12px;
    border-radius: 4px;
    padding: 14px 8px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption {
  position: absolute;
  top: -75px;
  left: -45px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption {
    top: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption {
    top: -50px;
    left: 0px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture {
  position: relative;
  display: block;
  text-align: center;
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture figcaption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture figcaption {
    font-size: 12px;
    line-height: 131%;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture img {
  width: 54.472px;
  height: 88.404px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture img {
    width: 46px;
    height: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-462 .arr-caption picture img {
    width: 38px;
    height: 54px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 {
  width: 42.1%;
  background-color: #1294E3;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 {
    width: 100%;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 h4, .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 p {
  color: #fff;
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 div.content {
  padding: 37px 12px;
  color: #1294E3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  background-color: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 div.content {
    font-size: 14px;
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 div.content {
    font-size: 12px;
    border-radius: 4px;
    padding: 14px 8px;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption {
  position: absolute;
  top: -96px;
  left: -140px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption {
    top: -78px;
    left: -115px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption {
    top: -209px;
    left: 0;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture {
  position: relative;
  display: block;
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture figcaption {
  position: absolute;
  top: 53%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture figcaption {
    font-size: 14px;
    top: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture figcaption {
    font-size: 12px;
    top: 87%;
    left: 50%;
    line-height: 131%;
  }
}
.recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture img {
  width: 151.515px;
  height: 117.451px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture img {
    width: 126px;
    height: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .diagram .diagram-2 .inner-diagram-2 .wrapper .block-376 .arr-caption picture img {
    width: 38px;
    height: 213px;
  }
}
.recruit .sec-723 .bg723-1 {
  position: absolute;
  top: 11%;
  left: 6%;
  z-index: -1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-1 {
    display: none;
  }
}
.recruit .sec-723 .bg723-2 {
  position: absolute;
  top: 53%;
  right: 0%;
  z-index: -1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-2 {
    display: none;
  }
}
.recruit .sec-723 .bg723-3 {
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-3 {
    display: none;
  }
}
.recruit .sec-723 .bg723-4 {
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-4 {
    display: block;
  }
}
.recruit .sec-723 .bg723-5 {
  position: absolute;
  top: -4%;
  left: -5%;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-5 {
    display: block;
  }
}
.recruit .sec-723 .bg723-6 {
  position: absolute;
  bottom: -11%;
  left: -1%;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-723 .bg723-6 {
    display: block;
  }
}
.recruit .sec-835 {
  position: relative;
}
.recruit .sec-835 .heading {
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .heading {
    margin-bottom: 48px;
  }
}
.recruit .sec-835 .sec-835-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_30.jpg);
  padding-block: 161px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .sec-835-wrapper {
    padding-block: 80px;
    background-image: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_43.png);
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-835 .sec-835-wrapper {
    padding-block: 56px;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-1 {
  top: 0px;
  right: 0;
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-1 img {
  width: 382px;
  height: 268.93px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-1 img {
    width: 90%;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-2 {
  bottom: 3.2%;
  left: -25%;
}
@media only screen and (max-width: 1280px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-2 {
    left: -4%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-2 {
    left: 0%;
  }
}
@media only screen and (max-width: 992px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-2 {
    bottom: 8%;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-1 .block-430 .pic-2 img {
  width: 281.2px;
  height: 197.94px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-2 {
  padding-bottom: 160px;
  margin-bottom: 160px;
  border-bottom: 1px solid #47B7FC;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-2 {
    padding-bottom: 48px;
    margin-bottom: 56px;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-1 .c-block-2 .block-258 p {
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 668px) {
  .recruit .sec-835 .sec-835-wrapper .group-1 .c-block-2 .block-742 .slider-892 {
    margin-right: -20px;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 h3 {
  color: #fff;
  width: 575px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 h3 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 h3 {
    width: unset;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 .list-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 .list-btn li a {
  color: #11B3D9;
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 .list-btn li a img {
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(3434%) hue-rotate(153deg) brightness(100%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(3434%) hue-rotate(153deg) brightness(100%) contrast(87%);
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-485 .list-btn li:hover a {
  background-color: #11B3D9;
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 {
  top: 0px;
  left: 166px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1300px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 {
    left: 120px;
  }
}
@media only screen and (max-width: 1120px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 {
    left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 {
    left: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 {
    left: unset;
    right: 0px;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 img {
  width: 359.36px;
  height: 252.99px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-1 img {
    width: 90%;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-2 {
  bottom: -12px;
  left: 27px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-2 {
    bottom: -2%;
    left: 0px;
  }
}
@media only screen and (max-width: 800px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-2 {
    bottom: 30px;
  }
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-1 .block-430 .pic-2 img {
  width: 222.76px;
  height: 285.53px;
}
.recruit .sec-835 .sec-835-wrapper .group-2 .c-block-2 {
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
}
@media only screen and (max-width: 1280px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .sec-835-wrapper .group-2 .c-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recruit .sec-835 .bg835-1 {
  position: absolute;
  top: -2%;
  right: 8%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .bg835-1 {
    display: none;
  }
}
.recruit .sec-835 .bg835-2 {
  position: absolute;
  top: 3.5%;
  right: -4%;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-835 .bg835-2 {
    display: block;
    top: 2%;
    right: 4%;
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-835 .bg835-2 {
    top: 3.5%;
    right: -4%;
  }
}
.recruit .sec-278 {
  background-color: #effbff;
  padding: 160px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 {
    padding: 56px 0;
  }
}
.recruit .sec-278 .container .block {
  padding: 64px 54px;
  border-radius: 14px;
  border: 1px solid #cdd6db;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block {
    padding: 32px 30px;
  }
}
.recruit .sec-278 .container .block-1 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 {
    margin-bottom: 24px;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 {
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 {
    display: block;
    margin-bottom: 32px;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 {
  width: 54.5%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-485 {
    width: 100%;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 h3 {
  color: #172852;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-485 h3 span {
    font-size: 24px;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 p {
  color: #172852;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li {
    width: 100%;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li a {
  border-color: #1294E3;
  background-color: #1294e3;
  color: #fff;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(40deg) brightness(124%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(40deg) brightness(124%) contrast(101%);
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li a:hover {
  background-color: #fff;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li a:hover .text {
  color: #1294E3;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 .list-btn li a:hover .arr {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(71%) saturate(1101%) hue-rotate(170deg) brightness(106%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(71%) saturate(1101%) hue-rotate(170deg) brightness(106%) contrast(88%);
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-485 picture {
  margin-inline: -30px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-485 picture img {
    border-radius: 0;
  }
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-430 {
  width: 38.6%;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-430 .inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-430 .inner picture.pic {
  position: unset;
}
.recruit .sec-278 .container .block-1 .c-block-1 .block-430 .inner picture.pic figcaption {
  position: absolute;
  bottom: 15px;
  padding: 6px 15px;
  background-color: #d9d9d9;
  right: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #262c3b;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  line-height: 180%;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-430 .inner picture.pic figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  .recruit .sec-278 .container .block-1 .c-block-1 .block-430 .inner picture.pic figcaption {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recruit .sec-278 .container .block-1 .c-block-2 .block-742 {
  width: 54.5%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media only screen and (max-width: 668px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul {
    margin-right: 0;
  }
}
.recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 992px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li figure img {
    width: 100%;
    height: auto;
    max-height: 400px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 668px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li figure img {
    max-height: 320px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li figure img {
    max-height: 270px;
    min-height: 270px;
  }
}
@media only screen and (max-width: 375px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li figure img {
    max-height: 167px;
    min-height: 167px;
  }
}
.recruit .sec-278 .container .block-1 .c-block-2 .block-742 ul li span {
  color: #fff;
  background-color: #1294E3;
}
.recruit .sec-278 .container .block-1 .c-block-2 .block-258 {
  width: 38.6%;
}
.recruit .sec-278 .container .block-1 .c-block-2 .block-258 h4, .recruit .sec-278 .container .block-1 .c-block-2 .block-258 p {
  color: #172852;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-1 .c-block-2 .block-258 {
    width: 100%;
  }
}
.recruit .sec-278 .container .block-2 {
  padding: 71px 54px 57px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 {
    padding: 32px 30px !important;
  }
}
.recruit .sec-278 .container .block-2 .wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper {
    display: block;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text {
    width: 100%;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text h3 {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 40px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-278 .container .block-2 .wrapper .text h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 18px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text h3 span {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text h3 span {
    font-size: 24px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text .sub-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text .sub-text p {
  color: #172852;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 40px;
}
.recruit .sec-278 .container .block-2 .wrapper .text .sub-text p br {
  display: block;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text .sub-text p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-278 .container .block-2 .wrapper .text .sub-text p {
    max-width: 170px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text .sub-text picture {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text .sub-text picture {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .recruit .sec-278 .container .block-2 .wrapper .text .sub-text picture img {
    width: 80px;
    height: 69px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text h4 {
  color: #172852;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-278 .container .block-2 .wrapper .text h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text p {
  margin-bottom: 6px;
}
.recruit .sec-278 .container .block-2 .wrapper .text p span:first-child {
  color: #172852;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text p span:first-child {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text p span:last-child {
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text p span:last-child {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .text p br {
  display: none;
}
@media only screen and (max-width: 900px) {
  .recruit .sec-278 .container .block-2 .wrapper .text p br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .text p:last-child {
    margin-bottom: 24px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .img {
  width: 29%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .img {
    width: 100%;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .img picture {
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .img picture {
    display: none;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .img .btn {
  text-align: right;
}
.recruit .sec-278 .container .block-2 .wrapper .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .buttons a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  width: 390px;
  padding: 15px 52px 15px 24px;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: #fff;
  border: 1px solid #1294E3;
  border-radius: 6px;
  background-color: #1294E3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-278 .container .block-2 .wrapper .buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_61.svg);
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .buttons a::after {
    background-image: url(/ja/kose/info/bases/kose-sales/recruit/img/img_recruit_62.svg);
    width: 11px;
    height: 11px;
    right: 16px;
  }
}
.recruit .sec-278 .container .block-2 .wrapper .buttons a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1294E3;
  background-color: #fff;
}
.recruit .sec-278 .container .block-2 .wrapper .buttons a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(541%) hue-rotate(161deg) brightness(100%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(541%) hue-rotate(161deg) brightness(100%) contrast(97%);
}
@media only screen and (max-width: 992px) {
  .recruit .sec-278 .container .block-2 .wrapper .buttons a {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-278 .container .block-2 .wrapper .buttons a {
    padding: 15px 30px 15px 16px;
    min-height: 56px;
    width: 100%;
    font-size: 13px;
  }
}
.recruit .sec-278 .bg278-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.recruit .sec-278 .bg278-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.recruit .sec-692 {
  padding: 80px 80px 44px 80px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 {
    padding: 48px 0px;
  }
}
.recruit .sec-692:hover .background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.recruit .sec-692:hover .container .btn a .circle {
  background-color: #418fde;
  border: 1px solid #418fde;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-692:hover .container .btn a .circle img {
  -webkit-filter: invert(100%) brightness(1000%);
          filter: invert(100%) brightness(1000%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-692 .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.recruit .sec-692 .background img {
  width: 100%;
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .sec-692 .overlay {
  background: rgba(38, 54, 68, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.recruit .sec-692 .container {
  position: relative;
  z-index: 1;
}
.recruit .sec-692 .container h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 33px;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-692 .container h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container h3 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 140%;
  }
}
.recruit .sec-692 .container h3 span {
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container h3 span {
    margin-bottom: 8px;
  }
}
.recruit .sec-692 .container p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container p br:not(:first-child) {
    display: none;
  }
}
.recruit .sec-692 .container .btn {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container .btn {
    text-align: right;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.recruit .sec-692 .container .btn .viewmore, .recruit .sec-692 .container .btn .viewmore-2, .recruit .sec-692 .container .btn .viewmore-3, .recruit .sec-692 .container .btn .viewmore-solid {
  padding: 36px 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-692 .container .btn .viewmore, .recruit .sec-692 .container .btn .viewmore-2, .recruit .sec-692 .container .btn .viewmore-3, .recruit .sec-692 .container .btn .viewmore-solid {
    padding: 0;
  }
}
.recruit .sec-692 .section-url {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}
.recruit .sec-916 {
  padding-block: 83px 139px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .recruit .sec-916 {
    padding-block: 32px 139px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 {
    padding-block: 32px 72px;
  }
}
.recruit .sec-916 .btn a {
  width: 360px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  background-color: #418FDE;
  border: 1px solid #418FDE;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 .btn a {
    width: 80%;
    margin: 0 auto;
    min-width: 275px;
    position: relative;
  }
}
.recruit .sec-916 .btn a span {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "IBM Plex Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 .btn a span {
    font-size: 14px;
    line-height: 150%;
  }
}
.recruit .sec-916 .btn a span br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 .btn a span br {
    display: block;
  }
}
.recruit .sec-916 .btn a span > span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 .btn a span > span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .recruit .sec-916 .btn a picture {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.recruit .sec-916 .btn a picture img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.recruit .sec-916 .btn a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-916 .btn a:hover span {
  color: #418FDE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit .sec-916 .btn a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(17%) saturate(5070%) hue-rotate(187deg) brightness(89%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(17%) saturate(5070%) hue-rotate(187deg) brightness(89%) contrast(96%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/**********************************/
.c-barba-filter {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.c-barba-filter__path.--orange {
  fill: url(#g);
}

.c-barba-filter__path.--white {
  fill: #fff;
}

.c-barba-progressbar {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  width: 10rem;
  height: 100%;
}

.scroller {
  max-width: 100vw;
}
.scroller .scroller__inner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .scroller .scroller__inner {
    gap: 20px;
  }
}
@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 25px));
            transform: translate(calc(-50% - 25px));
    @media only screen and (max-width: 768px) {
      .scroller {
        -webkit-transform: translate(calc(-50% - 10px));
                transform: translate(calc(-50% - 10px));
      }
    }
  }
}
@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 25px));
            transform: translate(calc(-50% - 25px));
    @media only screen and (max-width: 768px) {
      .scroller {
        -webkit-transform: translate(calc(-50% - 10px));
                transform: translate(calc(-50% - 10px));
      }
    }
  }
}
.scroller .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.scroller .tag-list li img {
  border-radius: 10px;
  width: 100%;
}
.scroller .tag-list .slider-1 {
  width: 325px;
  margin-top: 90px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-1 {
    width: 300px;
  }
}
.scroller .tag-list .slider-2 {
  width: 228px;
  margin-top: -80px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-2 {
    width: 180px;
    margin-top: -4px;
  }
}
.scroller .tag-list .slider-3 {
  width: 423px;
  margin-top: 50px;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-3 {
    margin-top: 70px;
    width: 270px;
  }
}
.scroller .tag-list .slider-4 {
  width: 342px;
  margin-top: -50px;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-4 {
    width: 270px;
    margin-top: 0px;
  }
}
.scroller .tag-list .slider-5 {
  margin-top: 70px;
  width: 228px;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-5 {
    width: 180px;
  }
}
.scroller .tag-list .slider-6 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-6 {
    width: 180px;
  }
}
.scroller .tag-list .slider-7 {
  margin-top: 100px;
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-7 {
    width: 180px;
  }
}
.scroller .tag-list .slider-8 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .scroller .tag-list .slider-8 {
    width: 180px;
  }
}

.scroller[data-animated=true] {
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .scroller[data-animated=true] {
    padding-top: 32px;
    padding-bottom: 50px;
  }
}

.scroller[data-animated=true] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media only screen and (max-width: 768px) {
  .scroller[data-animated=true] .scroller__inner {
    -webkit-animation: scroll 35s linear infinite;
            animation: scroll 35s linear infinite;
  }
}

.scroller[data-speed=fast] {
  --_animation-duration: 90s;
}

.slider {
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
}

/* Slides wrapper */
.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

/* Slide item */
.slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 24px;
}

.slide1 {
  min-width: 325px;
  -webkit-transform: translateY(158px);
          transform: translateY(158px);
}

.slide2 {
  min-width: 229px;
}

.slide3 {
  min-width: 423px;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.slide4 {
  min-width: 342px;
}

.slide5 {
  min-width: 342px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.slide6 {
  min-width: 223px;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.slide7 {
  min-width: 226px;
}

.slide8 {
  min-width: 226px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

@media (max-width: 540px) {
  .slider {
    padding-bottom: 64px;
  }
  .slide {
    margin: 0 10px;
  }
  .slide1 {
    min-width: 255px;
    -webkit-transform: translateY(103px);
            transform: translateY(103px);
  }
  .slide2 {
    min-width: 171px;
  }
  .slide3 {
    min-width: 331px;
    -webkit-transform: translateY(54px);
            transform: translateY(54px);
  }
  .slide4 {
    min-width: 275px;
  }
  .slide5 {
    min-width: 275px;
    -webkit-transform: translateY(34px);
            transform: translateY(34px);
  }
  .slide6 {
    min-width: 171px;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  .slide7 {
    min-width: 171px;
  }
  .slide8 {
    min-width: 171px;
    -webkit-transform: translateY(34px);
            transform: translateY(34px);
  }
}
.slider img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

/* CUSTOM AOS */
html:not(.no-js) .block-430[data-aos=fade-up],
html:not(.no-js) .aos-element[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

html:not(.no-js) .custome-aos-fadeup[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
}