@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url(../../fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../fonts/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background: #0C4497;
}
@media screen and (max-width: 767px) {
  html, body {
    width: 100%;
  }
}

.resnav-wrapper img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.ff-en {
  font-family: Montserrat, sans-serif;
}

.en-title {
  font-family: Montserrat, sans-serif;
  color: #66B8F4;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.en-title + h2 {
  font-size: 40px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .en-title + h2 {
    font-size: 32px;
  }
}
.en-title + h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FFF;
  margin: 10px auto 0;
}

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

.tbb {
  display: none;
}
@media screen and (max-width: 1030px) {
  .tbb {
    display: block;
  }
}

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

.pci {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pci {
    display: none;
  }
}

.spi {
  display: none;
}
@media screen and (max-width: 767px) {
  .spi {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .scroll-comparison {
    position: relative;
  }
  .scroll-comparison > img {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 #ccc;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}
header .header-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  width: 100%;
  max-width: 181px;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 1030px) {
  header h1 {
    min-width: 110px;
    max-width: 110px;
    margin-left: 15px;
  }
}
header .header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  header .header-nav {
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    top: -10px;
    left: 100%;
    width: 90%;
    height: auto;
    padding: 100px 0 40px;
    background: linear-gradient(180deg, #0B4396 0%, #3096C6 100%);
    transition: all 0.5s;
    text-align: center;
    letter-spacing: 0.05em;
    gap: 15px;
  }
  header .header-nav.menu-active {
    left: 10%;
    z-index: 100;
  }
  header .header-nav::before, header .header-nav::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 30px;
    width: 5px;
    height: 30px;
    background: #fff;
  }
  header .header-nav::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .header-nav::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .header-nav .navi-logo {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 110px;
  }
}
header .header-nav li {
  margin: 0 20px;
}
@media screen and (max-width: 1030px) {
  header .header-nav li {
    margin: 0;
    font-size: 20px;
    width: 80%;
  }
  header .header-nav li ul > li {
    width: 100%;
    margin-top: 20px;
  }
  header .header-nav li.btn-hum {
    width: 95%;
    position: initial;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
header .header-nav li:first-child {
  margin-left: 0;
}
header .header-nav li:last-child {
  margin-right: 0;
}
header .header-nav a {
  color: #150303;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  header .header-nav a {
    color: #fff;
  }
}
header .header-nav a:hover {
  color: #104094;
}
header .header-nav a.gnavi-btn {
  color: #fff;
}
@media screen and (max-width: 1030px) {
  header .header-nav a.gnavi-btn {
    font-size: 22px;
  }
  header .header-nav a.gnavi-btn span {
    font-size: 16px;
  }
}
header .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  right: 20px;
}
header .menu-btn span {
  position: absolute;
  display: inline-block;
  background: #104094;
  height: 3px;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .menu-btn span:first-child {
  top: 5px;
  transform: translateY(0);
}
header .menu-btn span:last-child {
  top: auto;
  bottom: 5px;
  transform: translateY(0);
}
header .btn-wrap.tbb {
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}
header .btn-wrap.tbb .gnavi-btn {
  font-size: 18px;
}
header .btn-wrap.tbb .gnavi-btn span {
  font-size: 14px;
}

.menu-overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.gnavi-btn {
  display: block;
  background: linear-gradient(90deg, #EF8700 0%, #FEC508 111.49%);
  color: #fff;
  padding: 10px 40px 12px 24px;
  border-radius: 40px;
  font-size: 26px;
  transition: all 0.3s;
  position: relative;
}
.gnavi-btn.tab-act01, .gnavi-btn.tab-act02 {
  font-size: 23px;
}
.gnavi-btn.tab-act01 span, .gnavi-btn.tab-act02 span {
  font-size: 16px;
  display: inline-block;
}
.gnavi-btn.tab-act02 {
  background: linear-gradient(90deg, #00A6CD 20.64%, #00EEF6 111.49%);
}
.gnavi-btn span {
  font-size: 20px;
}
.gnavi-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1030px) {
  .gnavi-btn {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .gnavi-btn span {
    display: block;
  }
}

.arrow {
  display: block;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin-left: 10px;
}
.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.fv {
  background: #f6f6f6 url(../../images/job/header-bg.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background: #f6f6f6 url(../../images/job/header-bg@2x.png) no-repeat 50% 0%;
    background-size: cover;
  }
}

.fv-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 175px 0 90px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .fv-inner {
    padding: 95px 2.5% 30px;
  }
}
@media screen and (max-width: 767px) {
  .fv-inner .gnavi-btn {
    font-size: 22px;
  }
  .fv-inner .gnavi-btn span {
    font-size: 16px;
    display: inline-block;
  }
}
.fv-inner .fv-caption {
  width: 100%;
  max-width: 285px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv-inner .fv-caption {
    max-width: 127px;
  }
}
.fv-inner .fv-title {
  width: 100%;
  max-width: 808px;
  margin-top: -20px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .fv-inner .fv-title {
    margin: -30px auto 0;
  }
}
.fv-inner .fv-btn_area {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
@media screen and (max-width: 1030px) {
  .fv-inner .fv-btn_area {
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 0;
  }
}
.fv-inner .fv-cta {
  width: 100%;
  max-width: 383px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-inner .fv-cta {
    width: 70%;
  }
}
.fv-inner .resnav-logo {
  width: 100%;
  max-width: 159px;
  margin-left: 30px;
}
@media screen and (max-width: 1030px) {
  .fv-inner .resnav-logo {
    position: absolute;
    top: 260px;
    right: 2.5%;
    max-width: 116px;
  }
}
.fv-inner .icon-honey {
  width: 100%;
  max-width: 272px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .fv-inner .icon-honey {
    position: inherit;
    max-width: 183px;
    margin-top: 180px;
    margin-left: -2.5%;
  }
}

.top-cv {
  padding: 30px 1.041vw 30px;
  background: #D8F2FF url(../../images/job/cv-cover-bg-t.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.top-cv::before {
  content: "";
  display: block;
  width: 80vw;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-cv::before {
    width: 150vw;
    top: 40%;
    left: 70%;
  }
}

.cta-appeal {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border: 4px solid;
  border-image-source: linear-gradient(180deg, #0B4396 0%, #3096C6 100%);
  border-image-slice: 1;
  padding: 30px 3.5% 25px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cta-appeal {
    padding: 20px;
  }
}

.appeal-title {
  background: #e63939;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .appeal-title {
    padding: 15px 10px;
    display: block;
  }
}

.appeal-read {
  background: #fff;
  color: #e63939;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 25px;
}
@media screen and (max-width: 767px) {
  .appeal-read {
    font-size: 18px;
    padding: 5px 0 0;
    text-align: center;
    display: block;
  }
}
.appeal-read span {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 64px;
  border-style: solid;
  border-width: 32px 0px 32px 15px;
  border-color: transparent #fff;
}
@media screen and (max-width: 767px) {
  .appeal-read span {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
    top: 99%;
    right: 0;
    left: 0;
  }
}

.appeal-time {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .appeal-time {
    font-size: 20px;
    margin-top: 25px;
    margin-left: 0;
    text-align: center;
  }
}
.appeal-time span {
  font-size: 94px;
}
@media screen and (max-width: 800px) {
  .appeal-time span {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .appeal-time span {
    font-size: 34px;
  }
}

.appeal-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .appeal-day {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .appeal-start_time {
    display: block;
  }
}
.appeal-start_time span {
  font-family: "Montserrat", sans-serif;
}

.appeal-start {
  font-size: 34px;
  color: #104094;
  font-weight: 700;
  padding-right: 15px;
}
@media screen and (max-width: 1030px) {
  .appeal-start {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .appeal-start {
    text-align: center;
    font-size: 24px;
  }
}

.appeal-weekdays,
.appeal-holiday {
  font-size: 23px;
  font-weight: 700;
  color: #104094;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .appeal-weekdays,
  .appeal-holiday {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
  }
}
.appeal-weekdays i,
.appeal-holiday i {
  font-style: normal;
}
.appeal-weekdays span,
.appeal-holiday span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .appeal-weekdays span,
  .appeal-holiday span {
    font-size: 34px;
    line-height: 1.5;
  }
}
.appeal-weekdays span.appeal-bg,
.appeal-holiday span.appeal-bg {
  font-size: 20px;
  color: #fff;
  background: #104094;
  padding: 4px 5px 5px;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .appeal-weekdays span.appeal-bg,
  .appeal-holiday span.appeal-bg {
    font-size: 18px;
    margin-top: 13px;
  }
}

.top-cv-rect {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #0B4396 url(../../images/job/cv-bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 25px 95px;
  position: relative;
  z-index: 2;
  border: 4px solid;
  border-image-source: linear-gradient(180deg, #0B4396 0%, #3096C6 100%);
  border-image-slice: 1;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .top-cv-rect {
    padding: 20px;
    border-radius: 5px;
    background: url(../../images/job/cv-bg.png) no-repeat 1% 0;
    background-size: cover;
  }
}

.top-cv-rect-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-inner {
    display: block;
  }
}

.top-cv-rect-text-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-text-wrap {
    width: 100%;
  }
}

.top-cv-rect-left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-left {
    text-align: left;
  }
}
.top-cv-rect-left p {
  color: #FFF;
  font-size: clamp(25px, 1.562vw, 30px);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-left p {
    font-size: 23px;
    display: block;
  }
}
.top-cv-rect-left p:first-child {
  background: #E63939;
  color: #FFF;
  font-size: clamp(18px, 1.145vw, 22px);
  padding: 5px 40px;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-left p:first-child {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.top-cv-rect-center {
  text-align: center;
  margin-top: 5px;
}
.top-cv-rect-center p {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  vertical-align: middle;
}
.top-cv-rect-center p:first-child {
  font-size: clamp(67px, 6.25vw, 120px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-center p:first-child {
    font-size: 64px;
    letter-spacing: 0.03em;
  }
}
.top-cv-rect-center span {
  font-size: clamp(26px, 1.875vw, 36px);
}
.top-cv-rect-center span:first-child {
  vertical-align: top;
}
.top-cv-rect-center span:nth-child(2) {
  font-size: clamp(45px, 3.125vw, 60px);
  font-weight: 400;
  margin-left: -30px;
}
.top-cv-rect-center span:nth-child(3) {
  vertical-align: bottom;
  margin-left: -20px;
}

.top-cv-rect-btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn {
    width: 100%;
  }
}
.top-cv-rect-btn .btn_read {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn .btn_read {
    font-size: 14px;
    margin-top: 20px;
  }
}
.top-cv-rect-btn a {
  display: block;
  background: #FAFF00 url(../../images/job/arrow-right.png) no-repeat 97.5% 50%;
  background-size: 1.145vw;
  width: 100%;
  max-width: 431px;
  border-radius: 50px;
  padding: 0.781vw 1.302vw;
  font-size: clamp(20px, 1.666vw, 32px);
  color: #104094;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn a {
    width: 100%;
    margin: 0 auto;
    background-size: 20px;
    padding: 2.5vw;
    font-size: 23px;
    text-align: center;
    position: relative;
  }
}
.top-cv-rect-btn a .btn-f-text {
  font-size: 16px;
  color: #FFF;
  background: #7C7E09;
  border-radius: 50%;
  padding: 0.7vw 1vw;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn a .btn-f-text {
    padding: 2vw;
  }
}
.top-cv-rect-btn a .btn-f-text i {
  font-style: normal;
  font-size: 24px;
}
.top-cv-rect-btn a .btn-m-text {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn a .btn-m-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-cv-rect-btn a .btn-m-text i {
  font-style: normal;
  font-size: clamp(14px, 1.145vw, 22px);
}
@media screen and (max-width: 767px) {
  .top-cv-rect-btn a .btn-m-text i {
    font-size: 16px;
  }
}
.top-cv-rect-btn a:hover {
  opacity: 0.9;
}

.top-cv-offer {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  margin: 15px auto 0;
  width: 100%;
  max-width: 1100px;
}
.top-cv-offer.spb {
  color: #9F9E9E;
  position: relative;
  z-index: 5;
  padding-bottom: 10px;
}
.top-cv-offer li {
  margin-top: 10px;
  line-height: 1;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .top-cv-offer li {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.worries {
  background: #0d2b4c;
  padding: 90px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries {
    padding: 25px 20px 10px;
  }
}
.worries::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  aspect-ratio: 4;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #0d2b4c;
}
.worries .worries-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.worries h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.worries h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .worries h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.worries ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .worries ul {
    font-size: 14px;
    line-height: 22.6px;
    padding-bottom: 20px;
  }
}
.worries ul span {
  color: #ffff00;
}
.worries ul li {
  position: relative;
  padding-left: 45px;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .worries ul li {
    margin-top: 10px;
    padding-left: 30px;
  }
}
.worries ul li:first-child {
  margin-top: 0;
}
.worries ul li::before, .worries ul li::after {
  content: "";
  display: block;
  position: absolute;
}
.worries ul li::before {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #fff;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .worries ul li::before {
    width: 14px;
    height: 14px;
  }
}
.worries ul li::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 20px;
  height: 10px;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .worries ul li::after {
    width: 14px;
    height: 7px;
  }
}
.worries h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #104094;
}
.worries h3 span {
  background: #faff00;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .worries h3 {
    font-size: 18px;
  }
}

.page-info {
  background: linear-gradient(0.55deg, #0B4396 5.03%, #3096C6 68.7%);
}

.page-info-wrap {
  background: url(../../images/job/page-info-bg.png) no-repeat 50% 7.5%;
}
@media screen and (max-width: 767px) {
  .page-info-wrap {
    background: none;
  }
}

.page-info-inner {
  text-align: center;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  padding: 110px 0 0 0;
  background: url(../../images/job/page-info-item.png) no-repeat;
  background-position: calc(50% + 420px) 25%;
}
@media screen and (max-width: 767px) {
  .page-info-inner {
    font-size: 16px;
    padding-top: 50px;
  }
  .page-info-inner figure {
    position: relative;
    z-index: 2;
  }
}
.page-info-inner p img {
  width: 144px;
  padding: 0 5px;
}
.page-info-inner h2 {
  font-size: 60px;
  line-height: 1.3;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-info-inner h2 {
    font-size: 32px;
  }
  .page-info-inner h2 + figure {
    margin-top: 10px;
  }
}

.page-info-strong-text {
  margin-top: 15px;
  line-height: 2;
}
.page-info-strong-text span {
  background: #104094;
  padding: 10px;
}
.page-info-strong-text span span {
  color: #F7CD62;
}

.page-info-offer {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-info-offer {
    font-size: 14px;
    padding: 0 10px;
  }
}

.page-info-anqBtns {
  width: 100%;
  max-width: 894px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-info-anqBtns {
    display: block;
    width: 80%;
    margin: 30px auto;
  }
  .page-info-anqBtns li {
    margin-bottom: 20px;
  }
}
.page-info-anqBtns img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.partner-comp {
  box-sizing: border-box;
  width: calc(100% - 2.082vw);
  max-width: 672px;
  margin: 40px auto 0;
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .partner-comp figure {
    margin-top: 0;
  }
}

.partner-comp-offer {
  font-size: 12px;
  color: #BABABA;
}

.awards-wrap {
  background: url(../../images/job/page-info-award-bg-all.png) no-repeat 50% 0;
  background-size: 1205px;
  width: 100%;
  max-width: 1205px;
  margin: 110px auto 0;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .awards-wrap {
    background: url(../../images/job/page-info-award-bg-all-sp.png) no-repeat 50% 50%;
    background-size: cover;
    margin-top: 40px;
  }
  .awards-wrap .award-pict01 {
    width: 100%;
    max-width: 235px;
    margin-left: 13.333vw;
  }
  .awards-wrap .award-pict02 {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
}

.award {
  box-sizing: border-box;
}
.award p {
  font-size: 16px;
  color: #FFF;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .award p {
    width: 100%;
  }
}
.award p:first-child {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .award p:first-child {
    font-size: 23px;
  }
}
.award h3 {
  font-size: 40px;
  color: #FFF;
  font-weight: 700;
  margin: 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .award h3 {
    font-size: 23px;
  }
}

.award-a {
  box-sizing: border-box;
  padding-left: calc(50% - 400px);
}
@media screen and (max-width: 767px) {
  .award-a {
    padding: 0 5vw 0 13.333vw;
  }
}

.award-b {
  box-sizing: border-box;
  margin-top: 65px;
  padding-left: calc(50% + 100px);
  padding-bottom: 100px;
}
.award-b p {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .award-b {
    padding: 0 13.333vw;
  }
}

.recommendation-yahoo,
.recommendation-google {
  width: 95%;
  max-width: 1100px;
  background: #fff;
  box-sizing: border-box;
  margin: 50px auto 0;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .recommendation-yahoo,
  .recommendation-google {
    display: block;
    padding: 5%;
  }
}

.recommendation-yahoo-text,
.recommendation-google-text {
  width: calc(95% - 380px);
}
@media screen and (max-width: 767px) {
  .recommendation-yahoo-text,
  .recommendation-google-text {
    width: 100%;
    text-align: center;
  }
}
.recommendation-yahoo-text h3,
.recommendation-google-text h3 {
  font-size: clamp(27px, 1.65vw, 33px);
  color: #d92115;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.recommendation-yahoo-text img,
.recommendation-google-text img {
  width: 100%;
  max-width: 197px;
  vertical-align: middle;
}
.recommendation-yahoo-text p,
.recommendation-google-text p {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recommendation-yahoo-text p,
  .recommendation-google-text p {
    font-size: 18px;
    text-align: left;
  }
}
.recommendation-yahoo-text p span,
.recommendation-google-text p span {
  color: #104094;
}

.recommendation-yahoo-img,
.recommendation-google-img {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .recommendation-yahoo-img,
  .recommendation-google-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .recommendation-yahoo-img img,
  .recommendation-google-img img {
    max-width: 100%;
  }
}

.recommendation-google-text {
  width: calc(95% - 239px);
}
@media screen and (max-width: 767px) {
  .recommendation-google-text {
    width: 100%;
  }
}

.recommendation-google-img {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .recommendation-google-img {
    width: 100%;
  }
}

.curriculum {
  margin-top: -1px;
  padding-bottom: 80px;
  padding-top: 130px;
  background: #0B4396;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .curriculum {
    padding-top: 60px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.curriculum h2 {
  font-size: 34px;
  color: #104094;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  background: #FFF;
  display: inline-block;
}
.curriculum h2 span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .curriculum h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.curriculum .curriculum-read {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .curriculum .curriculum-read + figure {
    max-width: 347px;
    margin: 20px auto 0;
  }
}
.curriculum .curriculum-read,
.curriculum figure {
  max-width: 1050px;
}

.curriculum-bg {
  background: #FFF;
  border-radius: 10px 0 0 10px;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  position: relative;
}
.curriculum-bg > figure {
  position: absolute;
  width: 419px;
  margin: 0 0 0 auto;
  right: 0;
  top: -40px;
}

.curriculum-inner {
  background: #FFF;
  border-radius: 10px 0 0 10px;
  margin-right: calc(50% - 49vw);
  padding: 70px 30px 70px 6.77vw;
}
@media screen and (max-width: 767px) {
  .curriculum-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    width: calc(100% - 20px);
  }
}

.curriculum-title {
  font-size: 60px;
  color: #E9F6FF;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .curriculum-title {
    font-size: 32px;
  }
}

.curriculum-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .curriculum-info {
    display: block;
  }
}
.curriculum-info li {
  list-style: none;
  margin-left: 2%;
  width: 31.333%;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 5px;
  padding: 15px 10px;
}
.curriculum-info li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .curriculum-info li {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
}
.curriculum-info li figure {
  height: 125px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curriculum-info li figure {
    width: 97px;
    height: auto;
    margin-right: 10px;
  }
}
.curriculum-info li figure img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .curriculum-info li figure img {
    width: 97px;
    height: auto;
  }
}
.curriculum-info li h3 {
  margin: 10px 0 5px;
  text-align: center;
  font-size: 20px;
  color: #104094;
}
@media screen and (max-width: 767px) {
  .curriculum-info li h3 {
    text-align: left;
    font-size: 18px;
  }
}
.curriculum-info li p {
  color: #181717;
  line-height: 1.6;
}
.curriculum-info li p span {
  font-size: 12px;
  color: #9f9e9e;
}
@media screen and (max-width: 767px) {
  .curriculum-info li p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.instructor {
  background: url(../../images/job/instructor-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .instructor {
    padding: 20px 2.666vw 90px;
  }
}
.instructor .en-title {
  color: #1479C2;
}

.instructor-read {
  width: 100%;
  max-width: 1100px;
  padding: 20px 2.041vw 0;
  margin: 0 auto 50px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instructor-read {
    text-align: left;
  }
}

.instructor-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.instructor-list li {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 444px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .instructor-list li {
    max-width: none;
  }
}
.instructor-list .instructor-text {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .instructor-list .instructor-text {
    padding: 15px 20px 20px;
  }
}
.instructor-list .instructor-name {
  font-size: 26px;
  color: #104094;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instructor-list .instructor-name {
    font-size: 23px;
  }
}
.instructor-list .instructor-position {
  font-size: 12px;
  color: #fff;
  background: #104094;
  display: inline-block;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .instructor-list .instructor-position {
    font-size: 14px;
  }
}
.instructor-list .instructor-industry {
  margin: 10px 0 8px;
}
@media screen and (max-width: 767px) {
  .instructor-list .instructor-comment {
    font-size: 14px;
  }
}

.slick-prev,
.slick-next {
  width: 56px;
  height: 56px;
  z-index: 3;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  background: url(../../images/job/icon-arrow.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  display: block;
}

.slick-prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    left: 30%;
    bottom: -74px;
  }
}

.slick-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: 30%;
    bottom: -100px;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.comparison {
  background: #0C4497;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.comparison figure {
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .comparison figure {
    overflow-x: scroll;
    padding: 0 20px;
  }
  .comparison figure::-webkit-scrollbar {
    height: 0;
  }
  .comparison figure img {
    width: 200vw;
  }
}

.cvArea {
  background: #D8F2FF;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cvArea {
    padding: 50px 0;
  }
}
.cvArea::before {
  content: "";
  width: 100%;
  max-width: 1530px;
  aspect-ratio: 1;
  max-height: 1530px;
  background: #FFF;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -115%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cvArea::before {
    display: none;
  }
}

.cvArea-inner {
  font-size: clamp(20px, 1.354vw, 26px);
  color: #104094;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.041vw;
}
@media screen and (max-width: 767px) {
  .cvArea-inner {
    font-size: 16px;
    text-align: center;
  }
}
.cvArea-inner p span {
  border: 1px solid #104094;
  margin-right: 5px;
  padding: 3px 5px;
  display: inline-block;
  letter-spacing: 0.04em;
}
.cvArea-inner h2 {
  font-size: clamp(38px, 2.604vw, 50px);
  letter-spacing: 0.04em;
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .cvArea-inner h2 {
    font-size: 26px;
    margin: 15px 0 20px;
  }
}
.cvArea-inner figure {
  width: 100%;
  max-width: 409px;
  position: absolute;
  top: -45%;
  right: 1.041vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cvArea-inner figure {
    width: 65%;
    position: initial;
    margin: 0 0 0 auto;
  }
}

.cvArea-btn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 6;
  box-sizing: border-box;
  background: url(../../images/job/cv-bg.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cvArea-btn {
    width: 90%;
    padding: 0 0 30px;
    background: url(../../images/job/cv-bg.png) no-repeat 1% 0;
    background-size: cover;
    border-radius: 0 0 5px 5px;
  }
}
.cvArea-btn .btn_read {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .cvArea-btn .btn_read {
    font-size: 14px;
  }
}
.cvArea-btn ul {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cvArea-btn ul {
    display: block;
    padding-top: 15px;
  }
}
.cvArea-btn li {
  list-style: none;
  margin: 0 10px;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .cvArea-btn li {
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 10px 0;
  }
}
.cvArea-btn li a {
  display: flex;
  align-items: center;
  max-width: 700px;
  text-align: center;
  color: #104094;
  font-size: clamp(22px, 1.562vw, 30px);
  border-radius: 80px;
  padding: 0.781vw 12px;
  transition: all 0.3s;
  position: relative;
}
.cvArea-btn li a:hover {
  opacity: 0.9;
}
.cvArea-btn li a .btn-f-text {
  font-size: 16px;
  color: #FFF;
  background: #7C7E09;
  border-radius: 80px;
  padding: 0.5vw 1.3vw;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cvArea-btn li a .btn-f-text {
    padding: 2vw;
  }
}
.cvArea-btn li a .btn-f-text i {
  font-style: normal;
  font-size: 24px;
}
.cvArea-btn li a .btn-m-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  width: 100%;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cvArea-btn li a .btn-m-text {
    font-size: 23px;
  }
}
.cvArea-btn li a .btn-m-text span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .cvArea-btn li a .btn-m-text span {
    font-size: 16px;
  }
}
.cvArea-btn li a.tab-act01 {
  background: linear-gradient(90deg, #EF8700 0%, #FEC508 111.49%);
  color: #fff;
}
.cvArea-btn li a.tab-act02 {
  background: linear-gradient(90deg, #00A6CD 20.64%, #00EEF6 111.49%);
  color: #fff;
}

.cvArea-circle {
  width: 14.427vw;
  min-width: 195px;
  max-width: 250px;
  aspect-ratio: 1;
  background: #F5A321;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4%;
  position: absolute;
  top: 7%;
  right: 0;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .cvArea-circle {
    min-width: 155px;
    max-width: 155px;
    padding-top: 20px;
    right: initial;
    left: 2.5%;
    top: 25%;
  }
}
.cvArea-circle::before {
  content: "";
  display: block;
  width: 19.791vw;
  min-width: 240px;
  max-width: 380px;
  aspect-ratio: 1;
  background: radial-gradient(50% 50% at 50% 50%, #FFF731 0%, rgba(255, 247, 49, 0.466667) 74%, rgba(254, 181, 40, 0) 99%) no-repeat;
  border-radius: 100%;
  position: absolute;
  top: -45%;
  left: -30%;
}
@media screen and (max-width: 767px) {
  .cvArea-circle::before {
    top: -75%;
    left: -50%;
  }
}
.cvArea-circle p.cvArea-circle-price span {
  border: none;
  margin: 0;
  padding: 0;
}

.cvArea-circle-read {
  display: inline-block;
  background: #104094;
  font-size: clamp(14px, 1.041vw, 20px);
  color: #FFF;
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cvArea-circle-read {
    font-size: 12px;
    padding: 3px 4px;
  }
}

.cvArea-circle-title {
  font-size: clamp(16px, 1.354vw, 26px);
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #104094;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .cvArea-circle-title {
    font-size: 14px;
  }
}

.cvArea-circle-price {
  color: #FFF;
  font-weight: 700;
  font-size: clamp(50px, 3.125vw, 60px);
  line-height: 1;
  font-family: Montserrat, sans-serif;
  margin-top: -15px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cvArea-circle-price {
    font-size: 32px;
    margin-top: -5px;
  }
}
.cvArea-circle-price span:first-child {
  vertical-align: sub;
}
.cvArea-circle-price i {
  font-size: clamp(12px, 0.885vw, 17px);
}
@media screen and (max-width: 767px) {
  .cvArea-circle-price i {
    font-size: 10px;
  }
}
.cvArea-circle-price i:first-child {
  vertical-align: middle;
}
.cvArea-circle-price i:nth-child(2) {
  font-size: clamp(14px, 1.875vw, 20px);
  font-weight: 500;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .cvArea-circle-price i:nth-child(2) {
    margin-left: -5px;
  }
}
.cvArea-circle-price i:nth-child(3) {
  vertical-align: text-bottom;
  margin-left: -10px;
}

.cvArea-circle-offer {
  color: #fafafa;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cvArea-circle-offer {
    margin-top: 5px;
    font-size: 10px;
  }
}

.value {
  background: #0C4497;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .value {
    padding: 0 0 50px;
  }
}
.value > p {
  background: #0D2B4C;
  display: inline-block;
  padding: 3px 10px;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .value > p {
    font-size: 16px;
  }
}
.value h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #FFF;
  margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
  .value h2 {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.value-info {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value-info {
    display: block;
    padding: 0 2.5%;
  }
}
.value-info .value-icon {
  position: absolute;
  right: -1%;
  top: -13%;
  width: 7.916vw;
  min-width: 120px;
  max-width: 152px;
}
@media screen and (max-width: 767px) {
  .value-info .value-icon {
    width: 100%;
    max-width: 116px;
    min-width: 90px;
    top: -2%;
  }
}

.value-info-box {
  width: 100%;
  max-width: 549px;
  background: #0D2B4C;
}
@media screen and (max-width: 767px) {
  .value-info-box {
    position: relative;
    margin: 0 auto;
  }
  .value-info-box:first-child {
    margin-bottom: 40px;
  }
}
.value-info-box:first-child {
  width: 100%;
  max-width: 525px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .value-info-box:first-child {
    max-width: 549px;
  }
}
.value-info-box h3 {
  padding: 15px 25px 10px;
  text-align: left;
  color: #FFF;
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .value-info-box h3 {
    font-size: 20px;
  }
}
.value-info-box h3 span {
  background: linear-gradient(90deg, #23FFFF 0%, #05A7F3 42.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.value-info-box h3::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #FFF;
  margin-top: 10px;
}
.value-info-box p {
  font-size: 16px;
  color: #FFF;
  text-align: left;
  padding: 10px 25px 25px;
}
@media screen and (max-width: 767px) {
  .value-info-box p {
    font-size: 14px;
  }
}

.points {
  background: #0C4497;
  padding: 50px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .points {
    margin-top: -1px;
    padding: 0 2.5% 20px;
  }
}
.points .points-read {
  display: inline-block;
  font-size: 21px;
  color: #FFF;
  font-weight: 700;
  background: #0D2B4C;
  padding: 3px 5px;
}
@media screen and (max-width: 767px) {
  .points .points-read {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.points h2 {
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(-90deg, #0B4396 8.64%, #3096C6 87.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .points h2 {
    font-size: 32px;
    margin-top: 15px;
  }
}
.points .stikyItem-title {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 20px;
  background: url(../../images/job/points-pict01-bg.png) no-repeat 0 0;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .points .stikyItem-title {
    text-align: center;
    background: url(../../images/job/points-pict01-bg.png) no-repeat 50% 50%;
  }
}
.points .stikyItem-title-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .points .stikyItem-title-inner {
    padding: 0;
  }
}

.stikyItem {
  background: url(../../images/job/points-pict01-bg.png) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto 50px;
  padding: 50px 0;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .stikyItem {
    height: auto;
    padding: 25px 2.5% 0;
    margin-bottom: 20px;
  }
}
.stikyItem h3 {
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 600;
  background: linear-gradient(180deg, #0B4396 0%, #3096C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .stikyItem h3 {
    font-size: 40px;
    padding: 10px 0;
  }
}
.stikyItem h4 {
  font-size: 34px;
  font-weight: 700;
  color: #104094;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .stikyItem h4 {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .stikyItem h4 + p {
    font-size: 14px;
  }
}

.stikyItem-num {
  font-size: 18px;
  font-weight: 700;
  color: #104094;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.stikyItem-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 0 220px 0;
}
@media screen and (max-width: 767px) {
  .stikyItem-content {
    padding: 25px 0;
  }
}

.stikyItem-inner {
  width: 100%;
  max-width: 620px;
}

.stikyItem-content-01 {
  background: url(../../images/job/points-pict01.png) no-repeat 653px 10%;
  margin-top: -100px;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .stikyItem-content-01 {
    background: none;
    margin-top: 0;
    padding-top: 25px;
  }
  .stikyItem-content-01 h3 img {
    width: 45%;
    padding-left: 5%;
    margin-top: -12.5%;
  }
  .stikyItem-content-01 figure {
    width: 50%;
    margin: 20px auto 0;
  }
}

.stikyItem-content-02 {
  background: url(../../images/job/points-pict02.png) no-repeat 0% 50%;
  padding-top: 120px;
}
.stikyItem-content-02 .stikyItem-inner {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .stikyItem-content-02 {
    background: none;
    padding-top: 0;
  }
  .stikyItem-content-02 figure {
    margin-top: 20px;
  }
}

.stikyItem-content-03 {
  background: url(../../images/job/points-pict03.png) no-repeat 264px 0%;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .stikyItem-content-03 {
    background: none;
    padding-top: 0;
  }
  .stikyItem-content-03 figure {
    margin-top: 20px;
  }
}

.stiky-pin {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.introduction {
  background: #E4E2E1;
  width: 98%;
  max-width: 1720px;
  margin: 100px auto;
  position: relative;
  z-index: 3;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .introduction {
    margin-top: -1px;
    padding: 0 0 30px;
    margin: 60px 2.5% 0;
    width: 95%;
    border-radius: 5px 5px 0 0;
  }
}

.introduction-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduction-inner {
    display: block;
    padding: 0 0 20px;
    border-radius: 5px;
  }
  .introduction-inner::after {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background: #104094;
    margin: 25px 2.5% 0;
  }
}
.introduction-inner figure {
  width: 100%;
  max-width: 611px;
}
@media screen and (max-width: 767px) {
  .introduction-inner figure {
    max-width: 100%;
  }
}
.introduction-inner li {
  list-style: none;
  display: inline-block;
  background: #0D2B4C;
  color: #FFF;
  font-size: 18px;
  padding: 3px 7px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .introduction-inner li {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.introduction-inner h2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(269.94deg, #0B4396 28.59%, #3096C6 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .introduction-inner h2 {
    font-size: 23px;
  }
}
.introduction-inner h3 {
  font-size: 26px;
  font-weight: 700;
  color: #104094;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .introduction-inner h3 {
    margin-top: 15px;
    font-size: 18px;
  }
  .introduction-inner h3 + p {
    font-size: 14px;
  }
}

.introduction-right {
  margin-left: 5%;
  width: 100%;
  padding-top: 15px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .introduction-right {
    margin-left: 0;
    padding: 15px 2.5% 0;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.introduction-right span {
  font-weight: 700;
}

.introduction-circle {
  width: 7.916vw;
  min-width: 140px;
  max-width: 152px;
  aspect-ratio: 1;
  color: #104094;
  background: linear-gradient(180deg, #0B4396 0%, #50C7FF 100%);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 75%;
  filter: drop-shadow(50px 60px 30px rgba(95, 245, 255, 0.5));
}
@media screen and (max-width: 767px) {
  .introduction-circle {
    top: -5%;
    right: -1%;
    left: auto;
    width: 40%;
    filter: drop-shadow(-40px 340px 50px rgba(95, 245, 255, 0.5));
  }
}
.introduction-circle .introduction-circle-inner {
  background: #FFF;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
}
.introduction-circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding-top: 7px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .introduction-circle p {
    font-size: 14px;
  }
}

.introduction-sch {
  margin: 0 auto;
  max-width: 1412px;
  padding: 0 10px 30px;
}
.introduction-sch figure {
  margin: 0 auto;
  max-width: 1392px;
  position: relative;
  z-index: 2;
}
.introduction-sch .introduction-sch-text-boxs {
  display: flex;
  justify-content: space-evenly;
  margin-top: -10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduction-sch .introduction-sch-text-boxs {
    display: block;
  }
  .introduction-sch .introduction-sch-text-boxs .timeLine {
    width: 2px;
    height: 100px;
    background: #104094;
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
  }
  .introduction-sch .introduction-sch-text-boxs figure {
    width: 100%;
    max-width: 93px;
    margin: 20px 0 0;
  }
}
.introduction-sch .introduction-sch-text-box {
  width: 98%;
  max-width: 400px;
  background: #fff;
  padding: 25px 30px;
  margin: -15px 1% 0;
}
@media screen and (max-width: 767px) {
  .introduction-sch .introduction-sch-text-box {
    padding: 15px 20px;
    max-width: 100%;
  }
}
.introduction-sch .introduction-sch-text-box h3 {
  text-align: center;
  margin-bottom: 10px;
  color: #104094;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .introduction-sch .introduction-sch-text-box p {
    font-size: 14px;
  }
}

.voice {
  background: #0C4497;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 25px;
    margin-top: 50px;
  }
}
.voice h2::after {
  display: none;
}

.voice-member {
  width: 98%;
  max-width: 1409px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .voice-member {
    display: block;
    margin-top: 55px;
  }
}

.member-comment {
  width: 100%;
  max-width: 444px;
  padding: 20px;
  background: #0D2B4C;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .member-comment {
    width: calc(100% - 20px);
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.member-comment .member-name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-name {
    font-size: 18px;
  }
  .member-comment .member-name span {
    font-size: 14px;
  }
}
.member-comment .member-career {
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .member-comment .member-career {
    font-size: 14px;
  }
}
.member-comment .member-text {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-text {
    font-size: 18px;
  }
}
.member-comment .member-faq-box {
  background: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}
.member-comment .member-q {
  color: #104094;
  font-size: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .member-comment .member-q {
    font-size: 18px;
  }
}
.member-comment .member-q::before {
  content: "Q";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-top: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-q::before {
    font-size: 26px;
  }
}
.member-comment .member-a {
  color: #181717;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sp-close {
    display: none;
  }
  .member-acc-btn {
    background: #fff;
    width: 43px;
    height: 43px;
    position: relative;
    border-radius: 50%;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .member-acc-btn::before, .member-acc-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 14px;
    height: 2px;
    background-color: #104094;
  }
  .member-acc-btn::after {
    transition: all 0.5s;
    transform: translate(-50%) rotate(90deg);
  }
  .member-acc-btn.voice-active::after {
    transform: translate(-50%) rotate(0deg);
  }
}
.curriculumInfo {
  position: relative;
  z-index: 3;
  padding: 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .curriculumInfo {
    padding-top: 20px;
  }
}
.curriculumInfo .en-title {
  color: #66B8F4;
}
.curriculumInfo h3 {
  font-size: 34px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo h3 {
    font-size: 23px;
    margin-top: 50px;
  }
}
.curriculumInfo h3 + p {
  color: #FFF;
  text-align: center;
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo h3 + p {
    font-size: 14px;
    margin-top: 15px 0 25px;
    text-align: left;
    line-height: 1.6;
  }
}
.curriculumInfo .curriculumInfo-title-read {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}
.curriculumInfo::after {
  content: "";
  display: block;
  width: 1021px;
  height: 1021px;
  aspect-ratio: 1;
  background: linear-gradient(42deg, #0B4396 68.77%, #3096C6 96.34%);
  position: absolute;
  bottom: -684px;
  right: calc(50% + 510px);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .curriculumInfo::after {
    bottom: -70%;
    right: 55%;
  }
}
.curriculumInfo picture {
  width: 100%;
  max-width: 999px;
  position: absolute;
  top: -32%;
  right: -34%;
  animation: rotation 60s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.curriculumInfo-img {
  width: 100%;
  max-width: 1572px;
  margin: 30px auto 0;
  padding: 0 2.082vw;
  box-sizing: border-box;
}

.weekly-study {
  width: 100%;
  max-width: 1720px;
  margin: 80px auto 0;
  background: #011C39;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .weekly-study {
    margin-left: 5%;
    padding-bottom: 50px;
    width: 95%;
    margin-top: 50px;
  }
}

.weekly-study-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.082vw;
  box-sizing: border-box;
  text-align: center;
}
.weekly-study-inner h4 {
  font-size: 34px;
  color: #FFF;
  font-weight: 700;
  padding: 10px 10px 10px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .weekly-study-inner h4 {
    font-size: 23px;
  }
}
.weekly-study-inner h4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #0C4497;
  transform: scaleY(1.2) perspective(0.6em) rotateX(178deg);
  transform-origin: middle;
}
.weekly-study-inner p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .weekly-study-inner p {
    margin: 5px 0 15px 2.5%;
    font-size: 12px;
  }
}
.weekly-study-inner figure {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .weekly-study-inner figure {
    margin-left: 2.5%;
    overflow-x: scroll;
  }
  .weekly-study-inner figure img {
    width: 859px;
    height: 437px;
    padding-bottom: 20px;
  }
}

.curriculumInfo-flow {
  width: calc(98% - 20px);
  max-width: 1387px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo-flow {
    margin-top: 30px;
  }
}

.curriculumInfo .lesson-content {
  width: 98%;
  max-width: 1387px;
  margin: 0 auto;
}
.curriculumInfo .lesson-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .lesson-content ul {
    display: block;
  }
}
.curriculumInfo .lesson-content ul li {
  width: calc((100% - 58px) / 3);
  margin-top: 50px;
  background: #EFF3F9;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .lesson-content ul li {
    width: 95%;
    margin: 30px auto 0;
  }
}
.curriculumInfo .lesson-content .frames {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.curriculumInfo .lesson-content .lesson-content-title {
  font-size: 20px;
  background: #011C39;
  color: #fff;
  padding: 8px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .lesson-content .lesson-content-title {
    font-size: 18px;
  }
}
.curriculumInfo .lesson-content .lesson-content-title span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .lesson-content .lesson-content-title span {
    font-size: 14px;
  }
}
.curriculumInfo .preparatory-study {
  background: #0D2B4C;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study {
    padding: 60px 0;
    margin-top: 60px;
  }
}
.curriculumInfo .preparatory-study-inner {
  width: 98%;
  max-width: 1387px;
  margin: 0 auto;
}
.curriculumInfo .preparatory-study-inner .curriculumInfo-subTitle {
  margin-top: 0;
}
.curriculumInfo .preparatory-study-inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-inner ul {
    display: block;
  }
}
.curriculumInfo .preparatory-study-inner ul li {
  width: calc((100% - 58px) / 3);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-inner ul li {
    width: 88%;
    margin-left: 6%;
    margin-top: 30px;
  }
}
.curriculumInfo .preparatory-study-inner ul li figure {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.curriculumInfo .preparatory-study-comment {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-comment {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
  }
}
.curriculumInfo .preparatory-study-comment span {
  font-size: 21px;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #1479C2 55%);
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-comment span {
    font-size: 20px;
  }
}
.curriculumInfo .preparatory-study-more {
  width: 98%;
  max-width: 647px;
  margin: 65px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-more {
    width: 88%;
    margin: 55px 0 0 6%;
  }
}
.curriculumInfo .preparatory-study-more .shoulder-title {
  position: absolute;
  top: -20px;
  left: -30px;
  background: #1479C2;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  width: 160px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .preparatory-study-more .shoulder-title {
    font-size: 20px;
    width: auto;
    padding: 5px 10px;
    left: -2%;
  }
}
.curriculumInfo .curriculum-introduction {
  width: 98%;
  max-width: 1100px;
  background: #E4E2E1;
  margin: 100px auto 0;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction {
    width: 92.5%;
    margin-top: 60px;
    padding: 50px 3%;
  }
}
.curriculumInfo .curriculum-introduction h3 {
  color: #104094;
  margin-top: 0;
}
.curriculumInfo .curriculum-introduction h3 + p {
  color: #181717;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction h3 + p {
    font-size: 12px;
  }
}
.curriculumInfo .curriculum-introduction .frames {
  width: 100%;
  max-width: 644px;
  aspect-ratio: 16/9;
  margin: 40px auto 0;
}
.curriculumInfo .curriculum-introduction .curriculum-introduction-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction .curriculum-introduction-bottom {
    display: block;
    margin-top: 40px;
  }
}
.curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-left {
  background: linear-gradient(to bottom, #0B4396 0%, #3096C6 100%);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  width: 198px;
  padding: 18px 0 20px;
  text-align: center;
  letter-spacing: 1.84px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-left {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}
.curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right {
    font-size: 14px;
    text-align: center;
  }
}
.curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right em {
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right em {
    font-size: 18px;
  }
}
.curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right span {
  font-size: 34px;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #FAFF00 55%);
  color: #104094;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculum-introduction .curriculum-introduction-buttom-right span {
    font-size: 22px;
  }
}
.curriculumInfo .skills-acquired {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .skills-acquired {
    width: 92.5%;
  }
  .curriculumInfo .skills-acquired .illust {
    margin: 0 8%;
  }
}
.curriculumInfo .skills-acquired ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .skills-acquired ul {
    margin-top: 10px;
  }
}
.curriculumInfo .skills-acquired ul li {
  width: calc((100% - 56px) / 3);
  background: #fff;
  text-align: center;
  margin-top: 28px;
  padding-bottom: 27px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .skills-acquired ul li {
    width: calc((100% - 20px) / 2);
    padding: 20px 10px;
    font-size: 18px;
  }
}
.curriculumInfo .skills-acquired ul li span {
  color: #104094;
}
.curriculumInfo .skills-acquired .icon-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #104094;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .skills-acquired .icon-right {
    width: 8px;
    height: 10px;
  }
}
.curriculumInfo .curriculumInfo-endText {
  font-size: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculumInfo-endText {
    font-size: 20px;
  }
}
.curriculumInfo .curriculumInfo-endText span {
  color: #FAFF00;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #4884C7 60%);
  font-size: 70px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .curriculumInfo .curriculumInfo-endText span {
    font-size: 36px;
  }
}

.support {
  background: #0C4497;
  position: relative;
  z-index: 3;
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .support {
    padding-top: 25px;
  }
}
.support::before {
  content: "";
  width: 1530px;
  height: 1530px;
  background: radial-gradient(50% 50% at 50% 50%, #08D3FF 0%, rgba(8, 211, 255, 0.2) 74%, rgba(8, 211, 255, 0) 99%);
  display: block;
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  top: -80%;
  right: -800px;
}
@media screen and (max-width: 767px) {
  .support::before {
    display: none;
  }
}

.support-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5%;
}
.support-title .en-title {
  text-align: left;
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1B53A6;
}
@media screen and (max-width: 767px) {
  .support-title .en-title {
    font-size: 50px;
  }
}
.support-title h2 {
  text-align: left;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .support-title h2 {
    font-size: 23px;
  }
}
.support-title h2::after {
  display: none;
}

.support-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .support-inner {
    display: block;
    padding: 0 2.5%;
  }
}

.support-box {
  width: 100%;
  max-width: 525px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .support-box {
    margin: 0 auto;
    width: 95%;
  }
}
.support-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: -30px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .support-box h3 {
    font-size: 18px;
  }
}
.support-box h3 span {
  display: inline-block;
  background: #FFF;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.support-box h3 i {
  background: linear-gradient(180deg, #0B4396 0%, #3096C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.support-box p {
  padding: 0 15px;
  color: #FFF;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .support-box p {
    font-size: 14px;
  }
}
.support-box:last-child {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .support-box:last-child {
    margin-top: 30px;
  }
}

.flow {
  background: #0C4497;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: -1px;
  }
}
.flow .flow-inner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  background: #E9E8E7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flow .flow-inner {
    border-radius: 5px;
    margin: 0 2.5%;
    width: 95%;
    padding-bottom: 20px;
  }
}

.flow-inner-list {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 70px 2.082vw 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow-inner-list {
    padding: 25px 5% 10px;
    text-align: center;
  }
}
.flow-inner-list h2 {
  background: linear-gradient(269.99deg, #0B4396 8.64%, #3096C6 87.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-inner-list h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.flow-inner-list li {
  list-style: none;
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .flow-inner-list li {
    display: block;
    padding: 15px;
  }
}
.flow-inner-list li p:first-child {
  width: 35%;
  font-size: 26px;
  font-weight: 700;
  color: #104094;
  border-right: 1px solid #104094;
}
@media screen and (max-width: 767px) {
  .flow-inner-list li p:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #104094;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.flow-inner-list li p:first-child span {
  font-size: 50px;
  background: linear-gradient(270deg, #0B4396 -11.11%, #3096C6 88.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat, sans-serif;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flow-inner-list li p:first-child span {
    font-size: 32px;
    margin-right: 10px;
  }
}
.flow-inner-list li p:last-child {
  width: 65%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .flow-inner-list li p:last-child {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .flow-loop-igm {
    padding-bottom: 30px;
  }
}
.flow-loop-igm picture {
  position: absolute;
  top: 0;
  right: 2.604vw;
  width: 100%;
  max-width: 339px;
  height: 3388px;
}
@media screen and (max-width: 767px) {
  .flow-loop-igm picture {
    position: inherit;
    width: 981px;
    height: 91px;
    display: flex;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .flow-loop-igm picture img {
    width: 490.5px;
    height: 91px;
    display: block;
    display: inline;
  }
}
.flow-loop-igm picture img:first-child {
  animation: loop 75s -37.5s linear infinite;
}
@media screen and (max-width: 767px) {
  .flow-loop-igm picture img:first-child {
    animation: loop-sp 40s -20s linear infinite;
  }
}
.flow-loop-igm picture img:last-child {
  animation: loop2 75s linear infinite;
}
@media screen and (max-width: 767px) {
  .flow-loop-igm picture img:last-child {
    animation: loop2-sp 40s linear infinite;
  }
}

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes loop-sp {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2-sp {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.coursePlace {
  background: #FFF;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .coursePlace {
    padding-top: 50px;
    margin-top: -1px;
  }
}
.coursePlace h2 {
  color: #104094;
  line-height: 1;
}
.coursePlace .price-offer {
  font-size: 12px;
  text-align: center;
  color: #104094;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.coursePlace .price-offer::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #104094;
  margin: 20px auto 0;
}

.coursePlace-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 2.5vw 100px;
}
@media screen and (max-width: 767px) {
  .coursePlace-inner {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.coursePlace-read {
  font-size: 20px;
  color: #104094;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .coursePlace-read {
    font-size: 16px;
    color: #181717;
    margin-bottom: 15px;
  }
}
.coursePlace-read span {
  text-decoration: underline;
  color: #E63939;
}

.coursePlace-offer {
  color: #9F9E9E;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .coursePlace-offer {
    margin: 5px auto 25px;
  }
}
.coursePlace-offer li {
  list-style: none;
}

.faq {
  background: #0C4497;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 50px 2.5%;
    margin-top: -1px;
  }
}
.faq h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq h2 {
    margin-bottom: 25px;
  }
}

.faq-list {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background: #011C39;
  color: #FFF;
  position: relative;
}
.faq-list:hover {
  cursor: pointer;
}
.faq-list h3 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-list h3 {
    font-size: 18px;
    width: 80%;
    text-indent: -1.3em;
    margin-left: 45px;
  }
}
.faq-list h3 span {
  vertical-align: middle;
  font-size: 46px;
  display: inline-block;
  margin-right: 20px;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .faq-list h3 span {
    font-size: 30px;
  }
}
.faq-list h3::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 4.8%;
  transform: translate(50%, 50%);
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #FFF;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq-list h3::before {
    top: 45px;
    right: 6%;
  }
}
.faq-list h3::after {
  content: "";
  position: absolute;
  top: 52px;
  right: 4.6%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 30px;
  border-radius: 10px;
  background: #FFF;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .faq-list h3::after {
    top: 47px;
    right: 5.7%;
  }
}
.faq-list h3.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-list p {
  margin-left: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq-list p {
    margin-left: 0;
    margin-top: 15px;
    font-size: 14px;
  }
}
.faq-list:last-child {
  margin-bottom: 0;
}

.entry {
  background: #0C4497 url(../../images/job/page-bottom-bg.png) no-repeat 50% 70px;
  background-size: contain;
  padding-top: 400px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 50px 0 50px 2.5%;
    background-position: 0 0;
  }
}

.entry-bg {
  background: #FFF;
  border-radius: 10px 0 0 10px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

.entry-inner {
  background: #FFF;
  border-radius: 10px 0 0 10px;
  margin-right: calc(50% - 49vw);
  padding: 70px 30px 70px 6.77vw;
}
@media screen and (max-width: 767px) {
  .entry-inner {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.entry-inner h2 {
  width: 100%;
  max-width: 468px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .entry-inner h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.entry-inner h2 + p {
  width: 100%;
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  .entry-inner h2 + p {
    font-size: 14px;
  }
}

.entry-top,
.entry-content {
  width: 100%;
  max-width: 1100px;
}

.entry-top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-top {
    display: block;
    text-align: left;
  }
}

.entry-top-right {
  margin-top: -10vw;
}

@media screen and (max-width: 767px) {
  .entry-content {
    margin-top: 10px;
  }
}
.entry-content h2::after {
  background: #104094;
}

.form-caption {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-caption {
    margin-top: 50px;
  }
}
.form-caption li {
  margin: 0 10px;
  padding: 25px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 0 10px 0 #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-caption li {
    padding: 25px 8px 20px;
    max-width: 100%;
    font-size: 14px;
  }
}
.form-caption figure {
  width: 46px;
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
}

.form-tab {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-tab li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0 15px;
  border-top: 10px solid #F5F5F5;
  background: #F5F5F5;
  cursor: pointer;
}
.form-tab li.formTab-active {
  background: #fff;
  border-top-color: #104094;
}

.form-tab-subTitle {
  font-family: "Montserrat", sans-serif;
  color: #1479C2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form-tab-subTitle {
    font-size: 14px;
  }
}

.form-tab-mainTitle {
  color: #104094;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form-tab-mainTitle {
    font-size: 20px;
  }
}

.form-embed {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .form-embed {
    padding: 30px 0;
  }
}
.form-embed .select-form {
  display: none;
}
.form-embed .select-form.formTabBody-active {
  display: block;
}

.kairosForm {
  width: 95%;
  max-width: 535px;
  margin: 0 auto;
}
.kairosForm input, .kairosForm textarea, .kairosForm select {
  width: 100%;
  background: #E4EDF8;
  padding: 10px 12px;
}
.kairosForm .select-wrap {
  position: relative;
}
.kairosForm .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #181717;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.kairosForm .name-box {
  display: flex;
  justify-content: space-between;
}
.kairosForm .name-box p {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .kairosForm .name-box p {
    font-size: 12px;
  }
}
.kairosForm .name-box-inner {
  width: 49%;
}
.kairosForm p {
  margin-top: 40px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #181717;
}
.kairosForm p span {
  background: #193693;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  margin-right: 5px;
}
.kairosForm ::placeholder {
  color: #D1D1D1;
}
@media screen and (max-width: 767px) {
  .kairosForm .pp-info {
    text-align: center;
  }
}
.kairosForm .pp-info a {
  color: #193693;
  text-decoration: underline;
}
.kairosForm .pp-info a:hover {
  text-decoration: none;
}
.kairosForm .submit-wrap {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kairosForm .submit-wrap {
    margin-top: 15px;
  }
}
.kairosForm .submit-wrap i {
  right: 15%;
}
.kairosForm .submitBtn {
  background: #104094;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 50px;
  width: 80%;
  transition: all 0.5s;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .kairosForm .submitBtn {
    font-size: 14px;
    width: 90%;
    padding: 10px 0;
  }
}
.kairosForm .submitBtn:hover {
  opacity: 0.8;
}
.kairosForm .submitBtn:disabled {
  background: #D1D1D1;
}

.form-info {
  width: 95%;
  max-width: 775px;
  margin: 50px auto 0;
}
.form-info p {
  font-size: 12px;
  color: #181717;
  margin-top: 17px;
  letter-spacing: 0.04em;
}
.form-info .form-info-upper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .form-info .form-info-upper {
    display: block;
  }
}
.form-info .form-info-upper-img {
  width: 152px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-info .form-info-upper-img {
    margin-bottom: 15px;
  }
}
.form-info .form-info-upper-text p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .form-embed {
    margin: 0 -30px 0 -6.77vw;
  }
}
.form-embed iframe {
  display: block;
  margin: 0 auto;
}

.form-pp {
  text-align: center;
  text-decoration: underline;
}
.form-pp:hover {
  text-decoration: none;
}
.form-pp::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: #011C39;
  margin-right: 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.validate-box {
  position: relative;
}
.validate-box p.validate-error {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 14px;
  color: #d7170a;
}
.validate-box p.validate-error.hidden {
  display: none;
}
.validate-box p.validate-error.fname-error {
  left: 52%;
}

.company {
  background: #0C4497;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: -1px;
    padding: 0 2.5% 100px;
  }
}

.company-info {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .company-info {
    display: block;
  }
}
.company-info h3 {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .company-info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.company-info table {
  margin-top: 30px;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .company-info table {
    width: 100%;
    margin-top: 10px;
  }
  .company-info table tr:last-child td:last-child {
    font-size: 12px;
  }
}
.company-info td {
  vertical-align: top;
  padding: 7px 0;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .company-info td {
    font-size: 14px;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-info td:last-child {
    margin-bottom: 15px;
  }
}
.company-info td:first-child {
  color: #5FD8F3;
  width: 150px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .company-info td:first-child {
    width: 100%;
  }
}

.company-info-left {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .company-info-left {
    width: 100%;
  }
}

.company-info-right {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .company-info-right {
    max-width: 100%;
  }
}

footer {
  background: #181717;
  padding: 50px 0;
  margin-bottom: 167px;
}
footer .footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    text-align: center;
  }
}
footer h2 {
  width: 285px;
}
@media screen and (max-width: 767px) {
  footer h2 {
    width: 213px;
    margin: 0 auto;
  }
}
footer .footer-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer-right {
    justify-content: center;
  }
}
footer .footer-right li {
  list-style: none;
}
footer .footer-right li:first-child {
  width: 80px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:first-child {
    width: 60px;
  }
}
footer .footer-right li:nth-child(2) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:nth-child(2) {
    width: 110px;
  }
}
footer .footer-right li:last-child {
  width: 69px;
}
@media screen and (max-width: 767px) {
  footer .footer-right li:last-child {
    width: 51px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-top {
    display: block;
    text-align: center;
  }
}

.footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    display: block;
  }
}
.footer-bottom address {
  color: #FFF;
  font-style: normal;
  font-size: 14px;
}

.footer-bottom-right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bottom-right {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.footer-bottom-right li {
  list-style: none;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-right li {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.footer-bottom-right li a {
  color: #FFF;
}
.footer-bottom-right li a:hover {
  color: #5FD8F3;
  text-decoration: underline;
}

.modal-content {
  width: 100%;
  max-width: 1100px;
  background: #E4E2E1;
  padding: 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}
.modal-content .close-btn {
  width: 78px;
  position: absolute;
  top: -49px;
  right: -49px;
}
@media screen and (max-width: 767px) {
  .modal-content .close-btn {
    width: 50px;
    top: -25px;
    right: -10px;
  }
}

.modal-content-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal-content-inner {
    display: block;
  }
}
.modal-content-inner figure {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .modal-content-inner figure {
    max-width: 100%;
  }
}

.modal-content-inner-right {
  width: 100%;
  max-width: 565px;
}
@media screen and (max-width: 767px) {
  .modal-content-inner-right {
    max-width: 100%;
    padding: 0 20px 20px;
  }
}
.modal-content-inner-right p {
  display: inline-block;
  background: #0D2B4C;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 10px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .modal-content-inner-right p {
    font-size: 14px;
  }
}
.modal-content-inner-right h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 20px 0 35px;
  line-height: 1.4;
  background: linear-gradient(269.94deg, #0B4396 28.59%, #3096C6 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .modal-content-inner-right h3 {
    font-size: 23px;
    margin: 10px 0 15px;
  }
}
.modal-content-inner-right dl {
  background: #FFF;
  margin-bottom: 15px;
  padding: 10px;
}
.modal-content-inner-right dt {
  font-size: 20px;
  color: #104094;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal-content-inner-right dt {
    font-size: 18px;
  }
}
.modal-content-inner-right dt span {
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  margin-right: 10px;
}
.modal-content-inner-right dd {
  font-size: 14px;
}
.modal-content-inner-right dd span {
  font-weight: bold;
}

.modalContentsArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
  padding-top: 50px;
}

.modalContentsArea.active {
  opacity: 1;
  visibility: visible;
}

.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  display: none;
}
.floating .cvArea {
  padding: 10px 0;
  background: linear-gradient(180deg, #0B4396 0%, #3096C6 222.82%);
}
@media screen and (max-width: 767px) {
  .floating .cvArea {
    padding: 5px 0;
  }
}
.floating .cvArea::before {
  display: none;
}
.floating .cvArea .pci {
  font-size: clamp(18px, 1.354vw, 26px);
}
.floating .cvArea .cvArea-btn {
  padding: 0;
  background: none;
}
.floating .cvArea .cvArea-btn a {
  height: 54px;
}
@media screen and (max-width: 767px) {
  .floating .cvArea .cvArea-btn {
    margin-top: 0;
    padding: 5px 0;
    width: 100%;
  }
  .floating .cvArea .cvArea-btn ul {
    display: flex;
    padding-top: 0;
  }
  .floating .cvArea .cvArea-btn li {
    padding: 0;
    margin: 0 5px;
  }
  .floating .cvArea .cvArea-btn a {
    padding: 1.5vw 2vw;
  }
  .floating .cvArea .cvArea-btn a span {
    display: block;
  }
}
.floating .cvArea::before {
  top: -365%;
}
.floating .cvArea .btn-f-text {
  font-size: 14px;
  padding: 0.3vw 1.5vw;
}
@media screen and (max-width: 767px) {
  .floating .cvArea .btn-f-text {
    font-size: 10px;
  }
}
.floating .cvArea .btn-f-text i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .floating .cvArea .btn-f-text i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .floating .cvArea .btn-m-text {
    font-size: 18px;
  }
  .floating .cvArea .btn-m-text i {
    display: none;
  }
}
.floating .cvArea-btn_line-link a {
  font-size: clamp(14px, 1.354vw, 26px);
  align-items: center;
  justify-content: center;
}
.floating .cvArea-btn_line-link span {
  font-size: clamp(22px, 1.666vw, 32px);
}
.floating .cvArea-btn_line-link i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .floating .cvArea-btn_line-link i {
    display: none;
  }
}

.thanks, .law {
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks, .law {
    padding-top: 15px;
  }
}
.thanks::before, .law::before {
  content: "";
  display: block;
  width: 495px;
  height: 467px;
  background: radial-gradient(50% 50% at 50% 50%, #08D3FF 0%, rgba(8, 211, 255, 0.2) 74%, rgba(8, 211, 255, 0) 99%);
  position: absolute;
  transform-origin: left top 0;
  left: calc(50% - 1050px);
  top: -234px;
}
.thanks::after, .law::after {
  content: "";
  display: block;
  height: 1531px;
  width: 1686px;
  background: linear-gradient(282.56deg, #0B4396 78.77%, #3096C6 96.34%);
  border-radius: 50%;
  position: absolute;
  top: -242px;
  left: calc(50% - 323px);
  transform-origin: left top 0;
  transform: rotate(20.59deg);
}
.thanks .header-logo, .law .header-logo {
  margin-left: 4%;
  position: relative;
  z-index: 5;
}
.thanks .thanks-read, .law .thanks-read {
  background: #FFF;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 4;
  margin: 140px auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-read, .law .thanks-read {
    margin: 7px auto 0;
  }
}
.thanks .thanks-read-inner, .law .thanks-read-inner {
  background: #FFF;
  margin-right: calc(50% - 50vw);
  margin-left: -10%;
  padding: 140px 0 140px 10%;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-read-inner, .law .thanks-read-inner {
    padding: 20px 0 20px 10%;
  }
}
.thanks .thanks-read-inner-text, .law .thanks-read-inner-text {
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-read-inner-text, .law .thanks-read-inner-text {
    padding: 10px;
  }
  .thanks .thanks-read-inner-text h2, .law .thanks-read-inner-text h2 {
    font-size: 24px;
  }
  .thanks .thanks-read-inner-text p:not(.en-title), .law .thanks-read-inner-text p:not(.en-title) {
    text-align: left;
  }
  .thanks .thanks-read-inner-text p.thanks-text-link, .law .thanks-read-inner-text p.thanks-text-link {
    text-align: right;
  }
}
.thanks footer, .law footer {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thanks footer img, .law footer img {
    width: 100%;
  }
}
.thanks .thanks-read h2, .law .thanks-read h2 {
  color: #104094;
}
.thanks .thanks-read h2::after, .law .thanks-read h2::after {
  background: #104094;
}
.thanks .thanks-text, .law .thanks-text {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.7;
}
.thanks .thanks-text ul, .law .thanks-text ul {
  margin-top: 50px;
}
.thanks .thanks-text .cvArea-btn_line-link, .law .thanks-text .cvArea-btn_line-link {
  background: #06c755 url(../../images/job/arrow-right-w.png) no-repeat 95% 50%;
  list-style: none;
  width: 50%;
  margin: 0 auto;
  border-radius: 50px;
}
.thanks .thanks-text .cvArea-btn_line-link a, .law .thanks-text .cvArea-btn_line-link a {
  color: #fff;
  font-size: clamp(14px, 1.354vw, 26px);
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  display: block;
}
.thanks .thanks-text .cvArea-btn_line-link span, .law .thanks-text .cvArea-btn_line-link span {
  font-size: clamp(22px, 1.666vw, 32px);
}
.thanks .thanks-text .cvArea-btn_line-link i, .law .thanks-text .cvArea-btn_line-link i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-text .cvArea-btn_line-link i, .law .thanks-text .cvArea-btn_line-link i {
    display: none;
  }
}
.thanks .thanks-text-link, .law .thanks-text-link {
  margin-top: 50px;
}
.thanks .thanks-text-link a:hover, .law .thanks-text-link a:hover {
  text-decoration: underline;
}

.lawData {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 50px;
  padding: 50px;
  position: relative;
  z-index: 3;
  line-height: 1.7;
  color: #5a5f64;
}
@media screen and (max-width: 767px) {
  .lawData {
    padding: 20px;
  }
}
.lawData h2, .lawData h3 {
  text-align: center;
}
.lawData h2 {
  color: #104094;
  font-size: 32px;
  margin-bottom: 30px;
}
.lawData h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
}
.lawData h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 18px;
}
.lawData li {
  list-style: none;
}
.lawData .text-right {
  padding-top: 40px;
  text-align: right;
}
.lawData .law2 {
  padding-top: 100px;
}
.lawData .law-contact {
  margin-top: 40px;
}
.lawData table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}
.lawData th, .lawData td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  word-break: break-all;
}
.lawData th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.lawData td:first-child {
  width: 30%;
}
.lawData tr:nth-child(even) {
  background-color: #f9f9f9;
}

.countdown {
  background: linear-gradient(180deg, #12519E 34.23%, #2B8ABF 100%);
  padding: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .countdown {
    padding: 20px 0;
  }
}

.countdown-inner {
  text-align: center;
}
.countdown-inner h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown-inner h3 {
    font-size: 19px;
  }
}
.countdown-inner h3 span {
  color: #faff00;
}
.countdown-inner .countdown-rest {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .countdown-inner .countdown-rest {
    font-size: 16px;
    padding: 5px 0 7px;
  }
}
.countdown-inner .countdown-rest::before, .countdown-inner .countdown-rest::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 97px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10em);
}
@media screen and (max-width: 767px) {
  .countdown-inner .countdown-rest::before, .countdown-inner .countdown-rest::after {
    width: 10.6666666667%;
  }
}
.countdown-inner .countdown-rest::after {
  transform: translateX(6em);
}
.countdown-inner .countdown-time {
  display: flex;
  justify-content: center;
}
.countdown-inner .countdown-num {
  font-size: 70px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .countdown-inner .countdown-num {
    font-size: 40px;
    margin-left: 0;
  }
}
.countdown-inner .countdown-num span {
  color: #104094;
  font-weight: 700;
  line-height: 1;
}
.countdown-inner .countdown-num span:first-child {
  background: #faff00;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 20px 5px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .countdown-inner .countdown-num span:first-child {
    display: block;
  }
}
.countdown-inner .countdown-num span:last-child {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown-inner .countdown-num span:last-child {
    font-size: 16px;
    margin-top: 8px;
    display: block;
  }
}
.countdown-inner .overTimeText {
  display: none;
}

.countdown_cv {
  background: linear-gradient(180deg, #12519E 34.23%, #2B8ABF 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3.6363636364%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .countdown_cv {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 5.3333333333%;
    border-radius: 5px 5px 0 0;
  }
}
.countdown_cv h3 {
  width: 30%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown_cv h3 {
    width: 100%;
    font-size: 19px;
  }
}
.countdown_cv h3 span {
  display: block;
  color: #faff00;
}
@media screen and (max-width: 767px) {
  .countdown_cv h3 span {
    display: inline-block;
  }
}
.countdown_cv .countdown_cv-right {
  width: 59.9090909091%;
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right {
    width: 100%;
    text-align: center;
  }
}
.countdown_cv .countdown_cv-right .countdown-rest {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right .countdown-rest {
    font-size: 16px;
    margin-top: 5px;
  }
}
.countdown_cv .countdown_cv-right .countdown-rest::before, .countdown_cv .countdown_cv-right .countdown-rest::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 85px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-10em);
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right .countdown-rest::before, .countdown_cv .countdown_cv-right .countdown-rest::after {
    width: 10.6666666667%;
    transform: translateX(-8em);
  }
}
.countdown_cv .countdown_cv-right .countdown-rest::after {
  transform: translateX(5.5em);
}
.countdown_cv .countdown_cv-right .countdown-time {
  display: flex;
  justify-content: center;
}
.countdown_cv .countdown_cv-right .countdown-num {
  font-size: 58px;
  margin-left: 1.8181818182%;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right .countdown-num {
    font-size: 28px;
  }
}
.countdown_cv .countdown_cv-right .countdown-num span {
  color: #104094;
  font-weight: 700;
  line-height: 1;
  border: none;
}
.countdown_cv .countdown_cv-right .countdown-num span:first-child {
  display: inline-block;
  background: #faff00;
  border-radius: 5px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right .countdown-num span:first-child {
    padding: 3px 20px 7px;
  }
}
.countdown_cv .countdown_cv-right .countdown-num span:last-child {
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown_cv .countdown_cv-right .countdown-num span:last-child {
    font-size: 14px;
    margin-top: 5px;
  }
}

.completion {
  width: 100%;
  max-width: 1100px;
  margin: 140px auto 0;
  background: #fff;
  border-radius: 5px;
  padding: 45px 50px 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .completion {
    display: block;
    padding: 15px;
    margin: 50px 15px 0;
    width: calc(100% - 30px);
  }
}
.completion figure {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .completion figure {
    width: 85px;
  }
  .completion figure img {
    width: 85px;
  }
}
.completion .textArea {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .completion .textArea {
    margin-right: 0;
  }
}
.completion .imgArea {
  margin-top: -10%;
}
@media screen and (max-width: 767px) {
  .completion .imgArea {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
.completion h4 {
  font-size: 26px;
  color: #104094;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .completion h4 {
    font-size: 18px;
  }
}
.completion h4::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  margin: 20px 0;
  background: #104094;
}
@media screen and (max-width: 767px) {
  .completion h4::after {
    display: none;
  }
}
.completion p {
  color: #181717;
}
@media screen and (max-width: 767px) {
  .completion p {
    font-size: 14px;
    border-top: 1px solid #104094;
    padding-top: 10px;
    margin-top: 15px;
    margin-right: 5px;
  }
}

.support-image {
  margin: 90px auto 0;
  text-align: center;
  width: 90%;
  max-width: 1100px;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .support-image {
    margin-top: 45px;
  }
}
.support-image h3 {
  font-size: 34px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .support-image h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.support-image p {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .support-image p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
  }
}

.casestudy {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .casestudy {
    margin-top: 60px;
  }
}
.casestudy h2::after {
  display: none;
}

.member-member {
  width: 98%;
  max-width: 1409px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .member-member {
    display: block;
    margin-top: 55px;
  }
}

.price-course-info {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .price-course-info {
    width: calc(98% - 20px);
  }
}
.price-course-info .price-course-info-title {
  display: flex;
}
.price-course-info .price-course-info-title div {
  width: 23.5454545455%;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title div {
    display: none;
  }
}
.price-course-info .price-course-info-title h3 {
  width: 38%;
  border-radius: 20px 20px 0 0;
  background: #1479C2;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title h3 {
    width: calc(50% - 1px);
    font-size: 20px;
    padding: 20px 0;
  }
}
.price-course-info .price-course-info-title h3.price-course-info-cource02 {
  background: #104094;
  margin-left: 2px;
}
.price-course-info .price-course-info-title img {
  position: absolute;
  width: 138px;
  height: 172px;
  top: -40px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title img {
    width: 67px;
    height: auto;
    right: 0;
    top: -60px;
  }
}

.price-course-info-lists {
  display: flex;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists {
    flex-wrap: wrap;
  }
}
.price-course-info-lists .lists-title {
  background: #e3e3e3;
  width: 23.5454545455%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .lists-title {
    width: 100%;
    border: none;
    padding: 2px 0 5px;
  }
}
.price-course-info-lists p {
  width: 38%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists p {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #e3e3e3;
    border-right: none;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-course-info-lists p:last-child {
    border-right: 1px solid #e3e3e3;
  }
}
.price-course-info-lists p img {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists p img {
    width: 90%;
  }
}
.price-course-info-lists .brtl {
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brtl {
    border-radius: 0;
  }
}
.price-course-info-lists .brbl {
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brbl {
    border-radius: 0;
  }
}
.price-course-info-lists .brbr {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brbr {
    border-radius: 0;
  }
}
.price-course-info-lists .list-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.price-course-info-lists .icon-check {
  display: block;
  font-size: 14px;
  text-align: left;
  width: 55%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 27px;
  background: url(../../images/job/icon-check.png) no-repeat 0 50%;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .icon-check {
    font-size: 12px;
    width: 97.5%;
    min-height: 20px;
  }
}
.price-course-info-lists .icon-check:last-child {
  margin-bottom: 0;
}

.price-course-info-list01 p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-course-info-list02 p,
.price-course-info-list03 p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price-course-info-list02 p,
  .price-course-info-list03 p {
    font-size: 16px;
  }
}

.price-course-info-list03 em, .price-course-info-list03 span {
  display: block;
}
.price-course-info-list03 em {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 em {
    margin: 10px 0;
  }
}
.price-course-info-list03 span {
  background: #FCFF58;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 span {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 p {
    display: block;
    text-align: center;
  }
}

.price-course-info-list04 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .price-course-info-list04 p {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.price-course-info-list04 span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .price-course-info-list04 span {
    font-size: 12px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .price-guarantee {
    padding-bottom: 20px;
  }
}
.price-guarantee .offer {
  font-size: 12px;
  color: #9F9E9E;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
.price-guarantee .price-guarantee-ex {
  font-size: 28px;
  color: #104094;
  font-weight: 700;
  margin: 40px 0 15px;
}
@media screen and (max-width: 767px) {
  .price-guarantee .price-guarantee-ex {
    font-size: 23px;
  }
}

.casestudy-offer,
.voice-offer {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.casestudy-offer::after,
.voice-offer::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FFF;
  margin: 20px auto 0;
}

.bnrArea {
  width: 100%;
  max-width: 1100px;
}
.bnrArea .bnr-img {
  width: 100%;
  max-width: 641px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .bnrArea .bnr-img {
    margin-top: 40px;
  }
}

.member-member .slick-prev,
.member-member .slick-next,
.member-member .slick-prev:hover, .member-member .slick-prev:focus, .member-member .slick-next:hover, .member-member .slick-next:focus,
.voice-member .slick-prev,
.voice-member .slick-next,
.voice-member .slick-prev:hover,
.voice-member .slick-prev:focus,
.voice-member .slick-next:hover,
.voice-member .slick-next:focus {
  width: 30px;
  height: 30px;
  top: 50%;
  background: url(/images/icon-arrow.png) no-repeat;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.member-member .slick-prev::before,
.member-member .slick-next::before,
.member-member .slick-prev:hover::before, .member-member .slick-prev:focus::before, .member-member .slick-next:hover::before, .member-member .slick-next:focus::before,
.voice-member .slick-prev::before,
.voice-member .slick-next::before,
.voice-member .slick-prev:hover::before,
.voice-member .slick-prev:focus::before,
.voice-member .slick-next:hover::before,
.voice-member .slick-next:focus::before {
  display: none;
}
.member-member .slick-prev,
.voice-member .slick-prev {
  left: 0;
  z-index: 2;
  transform: rotate(180deg) translateY(50%);
}
.member-member .slick-prev::before,
.voice-member .slick-prev::before {
  content: "";
}
.member-member .slick-next,
.voice-member .slick-next {
  right: 0;
}
.member-member .slick-next::before,
.voice-member .slick-next::before {
  content: "";
}