@charset "UTF-8";
.student_top {
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .student_top {
    padding-top: 14vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .student_top {
    zoom: 80%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .student_top {
    zoom: 90%;
  }
}
@media only screen and (min-width: 1000px) {
  .student_top .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .student_top .pc-only {
    display: none !important;
  }
}
.student_top .inner {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .inner {
    padding: 0;
  }
}
.student_top img {
  max-width: 100%;
}
.student_top .data-text {
  position: relative;
}
.student_top .data-text:before {
  content: attr(data-text);
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  .student_top .data-text:before {
    font-size: 2.8vw;
    top: -10vw;
    left: -1.6vw;
  }
}
.student_top #header {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 5px solid #CAA91F;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}
@media only screen and (max-width: 999px) {
  .student_top #header {
    height: 14vw;
    padding-left: 3.6vw;
    border-bottom-width: 0.68vw;
    padding-right: 4vw;
  }
}
.student_top #header .header-logo {
  font-size: 42px;
  font-weight: bold;
  color: #CAA91F;
  letter-spacing: 2px;
}
@media only screen and (max-width: 999px) {
  .student_top #header .header-logo {
    font-size: 7.2vw;
  }
}
.student_top #header .header-btn {
  width: 8vw;
  height: 8vw;
  position: relative;
}
.student_top #header .header-btn span {
  width: 100%;
  height: 0.28vw;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.student_top #header .header-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.28vw;
  background: #333;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.14vw);
  transform: translate(-50%, -2.28vw);
  transition: 0.3s;
}
.student_top #header .header-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.28vw;
  background: #333;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.14vw);
  transform: translate(-50%, 2.28vw);
  transition: 0.3s;
}
@media only screen and (max-width: 999px) {
  .student_top #header .header-btn.active span {
    width: 0;
  }
  .student_top #header .header-btn.active:before {
    transform: translate(-50%, 0) rotateZ(135deg);
  }
  .student_top #header .header-btn.active:after {
    transform: translate(-50%, 0) rotateZ(-135deg);
  }
  .student_top #header .header-btn.active + .header-navi {
    display: block;
  }
}
.student_top #header .header-navi {
  display: flex;
  gap: 2.6vw;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .student_top #header .header-navi {
    display: none;
    position: fixed;
    left: 0;
    top: 14vw;
    width: 100%;
    height: calc(100vh - 14vw);
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 2.8vw 8vw;
    margin-bottom: 13.2vw;
  }
}
.student_top #header .header-navi-menu {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media only screen and (max-width: 999px) {
  .student_top #header .header-navi-menu {
    flex-direction: column;
    gap: 0;
  }
}
.student_top #header .header-navi-menu .menu {
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  .student_top #header .header-navi-menu .menu {
    padding: 4vw 0;
    position: relative;
    width: 100%;
    font-size: 3.48vw;
    font-weight: bold;
    border-bottom: 0.4vw solid #ccc;
    background: url("../../img/student/top/sec07-arrow.svg") no-repeat right 1.2vw center;
    background-size: 1.2vw auto;
  }
}
.student_top #header .header-navi-contact {
  width: 230px;
  height: 75px;
  background: #CAA91F;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 7.5px;
  font-size: 16px;
  font-weight: bold;
  border-top: 5px solid #CAA91F;
}
.student_top #header .header-navi-contact img {
  width: 27.5px;
}
.student_top #footer {
  background: #333333;
  padding: 100px 0 90px;
}
@media only screen and (max-width: 999px) {
  .student_top #footer {
    padding: 8vw 8vw 10vw;
  }
}
.student_top #footer .inner {
  max-width: 1150px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .student_top #footer .inner {
    display: grid;
    grid-gap: 9.6vw 5.36vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.student_top #footer .inner .line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 999px) {
  .student_top #footer .inner .line {
    gap: 2.8vw;
  }
}
.student_top #footer .inner .line .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .student_top #footer .inner .line .title {
    font-size: 3.2vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.8vw;
    margin-bottom: 2vw;
  }
}
.student_top #footer .inner .line .text {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 999px) {
  .student_top #footer .inner .line .text {
    font-size: 2.8vw;
  }
}
.student_top .sec-mv {
  background: url("../../img/student/top/mv-pc.webp") no-repeat center center/cover;
  padding: 80px 0 94px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv {
    background: url("../../img/student/top/mv-sp.png") no-repeat top -14vw center;
    background-size: 100% auto;
    padding: 4vw 0 7.2vw;
  }
}
.student_top .sec-mv-info {
  display: inline-block;
  padding-left: 46%;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info {
    padding: 0;
    display: block;
  }
}
.student_top .sec-mv-info-title {
  font-size: 80px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info-title {
    font-size: 8.96vw;
    padding-left: 8vw;
    letter-spacing: 2px;
  }
}
.student_top .sec-mv-info-title b {
  font-size: 70px;
  display: block;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info-title b {
    font-size: 8vw;
  }
}
.student_top .sec-mv-info-title span {
  display: inline-block;
  border: 3px solid #000;
  background: #fff;
  line-height: 100px;
  margin: 0 8px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info-title span {
    border-width: 0.4vw;
    padding: 0 1.6vw;
    line-height: 11.48vw;
    margin: 0;
  }
}
.student_top .sec-mv-info-text {
  margin: 54px auto 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 393px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info-text {
    width: 86.8vw;
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
    margin-top: 88.2vw;
  }
}
.student_top .sec-mv-info-text .line {
  width: 393px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 3px solid #000;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-mv-info-text .line {
    width: 26.8vw;
    height: 26.8vw;
    border-radius: 50%;
    border-width: 0.4vw;
    font-size: 3.46vw;
    text-align: center;
    padding-top: 7px;
  }
}
.student_top .sec-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  max-width: 1200px;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-btns {
    margin-top: 8vw;
    display: block;
    max-width: 78.8vw;
  }
}
.student_top .sec-btns .btn01 {
  flex: 1;
  max-width: 600px;
  height: 100px;
  background: #CAA91F url("../../img/student/top/i-btn-w.svg") no-repeat right 30px center;
  background-size: 60px auto;
  border: 5px solid #CAA91F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  transition: 0.3s;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-btns .btn01 {
    width: 100%;
    height: 17.2vw;
    border-width: 0.68vw;
    border-radius: 2vw;
    font-size: 4vw;
    background-image: url("../../img/student/top/i-btn-sp-w.svg");
    background-position: right 4vw center;
    background-size: 4.8vw auto;
  }
}
.student_top .sec-btns .btn01:hover {
  background-color: #fff;
  background-image: url("../../img/student/top/i-btn-y.svg");
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-btns .btn01:hover {
    background-image: url("../../img/student/top/i-btn-sp-y.svg");
  }
}
.student_top .sec-btns .btn02 {
  flex: 1;
  max-width: 600px;
  height: 100px;
  background: #fff url("../../img/student/top/i-btn-y.svg") no-repeat right 30px center;
  background-size: 60px auto;
  border: 5px solid #CAA91F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #CAA91F;
  border-radius: 15px;
  transition: 0.3s;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-btns .btn02 {
    width: 100%;
    height: 17.2vw;
    border-width: 0.68vw;
    border-radius: 2vw;
    font-size: 4vw;
    background-image: url("../../img/student/top/i-btn-sp-y.svg");
    background-position: right 4vw center;
    background-size: 4.8vw auto;
    margin-top: 6.67vw;
  }
}
.student_top .sec-btns .btn02:hover {
  background-color: #CAA91F;
  background-image: url("../../img/student/top/i-btn-w.svg");
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-btns .btn02:hover {
    background-image: url("../../img/student/top/i-btn-sp-w.svg");
  }
}
.student_top .sec-cta {
  background: #323333;
  padding: 60px 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-cta {
    padding: 8vw 0 13.2vw;
  }
}
.student_top .sec-cta-text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec-cta-text {
    font-size: 6vw;
    line-height: 13.6vw;
  }
}
.student_top .sec01 {
  background: #fff url("../../img/student/top/sec01-bg.png") no-repeat center center;
  padding: 80px 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01 {
    background: #fff;
    overflow: hidden;
    padding: 12vw 8vw;
  }
}
.student_top .sec01-box01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  padding-left: 680px;
  padding-top: 60px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01 {
    padding: 0;
  }
}
.student_top .sec01-box01-title {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01-title {
    font-size: 5.36vw;
    text-align: center;
  }
}
.student_top .sec01-box01-title b {
  font-size: 45px;
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01-title b {
    font-size: 6.68vw;
  }
}
.student_top .sec01-box01-img {
  position: absolute;
  width: 600px;
  left: 10px;
  top: 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01-img {
    position: relative;
    left: 0;
    margin: 6.68vw auto 0;
    width: 80vw;
  }
}
.student_top .sec01-box01-img:before {
  content: "";
  background: #F5F1E2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -70px;
  top: 60px;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01-img:before {
    top: 8.8vw;
    left: -19.6vw;
  }
}
.student_top .sec01-box01-img img {
  position: relative;
  z-index: 1;
}
.student_top .sec01-box01-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 45px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box01-text {
    margin-top: 12vw;
    font-size: 3.2vw;
    line-height: 1.9;
    letter-spacing: 0.12vw;
  }
}
.student_top .sec01-box01-text b {
  text-decoration: underline;
}
.student_top .sec01-box02 {
  max-width: 1220px;
  margin: 200px auto 0;
  padding: 0 10px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box02 {
    margin-top: 12vw;
    padding: 0;
  }
}
.student_top .sec01-box02-title {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box02-title {
    font-size: 5.36vw;
    line-height: 1.8;
    text-align: center;
  }
}
.student_top .sec01-box02-img {
  position: absolute;
  width: 496px;
  right: 10px;
  top: -54px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box02-img {
    position: relative;
    right: 0;
    top: 0;
    width: 66vw;
    margin: 4vw auto 0;
  }
}
.student_top .sec01-box02-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 45px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec01-box02-text {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.9;
    letter-spacing: 0.12vw;
  }
}
.student_top .sec02 {
  background: #F7F6F2;
  padding: 120px 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02 {
    padding: 12vw 0;
  }
}
.student_top .sec02-title {
  font-size: 50px;
  margin-bottom: 140px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-title {
    font-size: 6vw;
    margin-bottom: 0;
  }
}
.student_top .sec02-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-title:after {
    width: 10.8vw;
    height: 0.56vw;
    bottom: -4.8vw;
  }
}
.student_top .sec02-box {
  max-width: 1520px;
  padding: 0 10px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box {
    padding: 0 8vw;
    margin-top: 10.8vw;
  }
}
.student_top .sec02-box-top {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top {
    padding-top: 3.2vw;
    text-align: left;
  }
}
.student_top .sec02-box-top .bt-img {
  position: absolute;
  width: 172px;
  left: 80px;
  bottom: -20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top .bt-img {
    left: -4vw;
    width: 30vw;
    top: 0;
  }
}
.student_top .sec02-box-top .bt-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top .bt-title {
    display: block;
    padding-left: 28vw;
  }
}
.student_top .sec02-box-top .bt-title-tag {
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  background: #333333;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top .bt-title-tag {
    display: inline-flex;
    height: 6.8vw;
    font-size: 2.68vw;
    letter-spacing: 0;
    padding-left: 2.4vw;
    padding-right: 1.2vw;
  }
}
.student_top .sec02-box-top .bt-title-info {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top .bt-title-info {
    font-size: 4.68vw;
    margin-top: 4vw;
    line-height: 1.6;
  }
}
.student_top .sec02-box-top .bt-title-info span {
  color: #CAA91F;
}
.student_top .sec02-box-top .bt-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-top .bt-text {
    margin-top: 6vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.student_top .sec02-box-list {
  margin-top: 80px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list {
    max-width: 100%;
    overflow-x: auto;
    margin-top: 6.4vw;
    gap: 2.8vw;
    padding-bottom: 3.6vw;
  }
  .student_top .sec02-box-list::-webkit-scrollbar {
    height: 0.68vw;
    background: transparent;
  }
  .student_top .sec02-box-list::-webkit-scrollbar-thumb {
    height: 0.68vw;
    width: 10.4vw;
    background: #D9D9D9;
    border-radius: 0.34vw;
  }
}
.student_top .sec02-box-list .bl-block {
  flex: 1;
  background: #fff;
  text-align: center;
  padding: 60px 0 40px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block {
    min-width: 53.6vw;
    padding: 5.36vw 0;
    gap: 2.8vw;
    justify-content: unset;
  }
}
.student_top .sec02-box-list .bl-block:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #D9D9D9;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block:not(:last-child):after {
    display: none;
  }
}
.student_top .sec02-box-list .bl-block:nth-child(1) .bl-block-tag {
  background: #EEE080;
}
.student_top .sec02-box-list .bl-block:nth-child(2) .bl-block-tag {
  background: #E5D268;
}
.student_top .sec02-box-list .bl-block:nth-child(3) .bl-block-tag {
  background: #DCC450;
}
.student_top .sec02-box-list .bl-block:nth-child(4) .bl-block-tag {
  background: #CAA91F;
}
.student_top .sec02-box-list .bl-block-tag {
  position: absolute;
  width: 260px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22.5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: -22.5px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-tag {
    position: relative;
    left: 0;
    transform: unset;
    top: 0;
    width: 34.8vw;
    height: 7.2vw;
    border-radius: 3.6vw;
    font-size: 3.2vw;
    margin: 0 auto;
  }
}
.student_top .sec02-box-list .bl-block-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-title {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.student_top .sec02-box-list .bl-block-title span {
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-img {
    margin-top: 4.8vw;
    display: flex;
    justify-content: center;
  }
  .student_top .sec02-box-list .bl-block-img.img01 img {
    width: 33.36vw;
  }
  .student_top .sec02-box-list .bl-block-img.img02 {
    margin-top: -2vw;
  }
  .student_top .sec02-box-list .bl-block-img.img02 img {
    width: 33.6vw;
  }
  .student_top .sec02-box-list .bl-block-img.img03 {
    padding-top: 8vw;
  }
  .student_top .sec02-box-list .bl-block-img.img03 img {
    width: 43.6vw;
  }
  .student_top .sec02-box-list .bl-block-img.img04 {
    padding-right: 3.6vw;
  }
  .student_top .sec02-box-list .bl-block-img.img04 img {
    width: 31.2vw;
  }
  .student_top .sec02-box-list .bl-block-img.img05 {
    padding-bottom: 6vw;
  }
  .student_top .sec02-box-list .bl-block-img.img05 img {
    width: 33.36vw;
  }
  .student_top .sec02-box-list .bl-block-img.img06 img {
    width: 34.8vw;
  }
  .student_top .sec02-box-list .bl-block-img.img07 {
    padding-top: 3.2vw;
  }
  .student_top .sec02-box-list .bl-block-img.img07 img {
    width: 30vw;
  }
  .student_top .sec02-box-list .bl-block-img.img08 img {
    width: 40vw;
  }
}
.student_top .sec02-box-list .bl-block-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-text {
    font-size: 3.2vw;
    line-height: 1.9;
    margin-top: 4vw;
  }
}
.student_top .sec02-box-list .bl-block-list {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-list {
    width: 42.8vw;
    margin-top: 4vw;
  }
}
.student_top .sec02-box-list .bl-block-list-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-list-title {
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.student_top .sec02-box-list .bl-block-list-line {
  height: 2px;
  width: 100%;
  background: #333;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-list-line {
    margin-top: 0;
    margin-bottom: 2vw;
    height: 0.28vw;
  }
}
.student_top .sec02-box-list .bl-block-list-text {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-list-text {
    gap: 1.6vw;
    padding-left: 0;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.student_top .sec02-box-list .bl-block-list-text:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .student_top .sec02-box-list .bl-block-list-text:before {
    width: 0.96vw;
    height: 0.96vw;
  }
}
.student_top .sec03 {
  padding: 80px 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec03 {
    padding: 10vw 0 0;
  }
}
.student_top .sec03-title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 80px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec03-title {
    font-size: 6.68vw;
    line-height: 1.7;
  }
}
.student_top .sec03-title span {
  font-size: 40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec03-title span {
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.student_top .sec03-title b {
  color: #CAA91F;
}
.student_top .sec03-box {
  margin: 60px auto 0;
  max-width: 1420px;
  padding: 0 10px 40px;
  position: relative;
}
.student_top .sec03-box-top {
  display: flex;
  height: 310px;
}
.student_top .sec03-box-top .top-title {
  width: 94px;
}
.student_top .sec03-box-top .top-step {
  width: 206px;
}
.student_top .sec03-box-top .top-block {
  width: calc((100% - 300px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.student_top .sec03-box-top .top-block span {
  font-size: 30px;
  font-weight: bold;
}
.student_top .sec03-box-line {
  display: flex;
}
.student_top .sec03-box-line:not(:last-child) .line-step,
.student_top .sec03-box-line:not(:last-child) .line-text {
  border-bottom: 1px dashed #333;
}
.student_top .sec03-box-line .line-title {
  width: 94px;
  min-width: 94px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.student_top .sec03-box-line .line-title span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.student_top .sec03-box-line .line-step {
  width: 206px;
  min-width: 206px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.student_top .sec03-box-line .line-text {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 30px;
  width: calc((100% - 300px) / 2);
}
.student_top .sec03-box-bar {
  width: 9px;
  height: 100%;
  background: linear-gradient(to bottom, #D9D9D9, #CAA91F);
  position: absolute;
  top: 0;
  left: 95px;
}
.student_top .sec03-box:before {
  content: "";
  display: block;
  position: absolute;
  width: calc((100% - 300px) / 2);
  height: 100%;
  border: 15px solid #C5C5C5;
  top: 0;
  left: 300px;
}
.student_top .sec03-box:after {
  content: "";
  display: block;
  position: absolute;
  width: calc((100% - 300px) / 2);
  height: 100%;
  border: 15px solid #CAA91F;
  top: 0;
  right: 0;
}
.student_top .sec03-list-line {
  width: 84vw;
  margin: 6vw auto 0;
  padding: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.68vw;
  border-radius: 3.34vw;
  background: linear-gradient(to right, #333333, #CAA91F);
}
.student_top .sec03-list-line span {
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
}
.student_top .sec03-list-box {
  border-bottom: 1.2vw solid #D9D9D9;
  margin-top: 2.8vw;
  display: flex;
}
.student_top .sec03-list-box-fixed {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.student_top .sec03-list-box-fixed .fixed-block {
  height: 45.6vw;
  width: 36.4vw;
  border-right: 0.96vw solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.8vw;
  position: relative;
  box-shadow: 3px 0px 9px rgba(0, 0, 0, 0.2);
}
.student_top .sec03-list-box-fixed .fixed-block img {
  width: 24.8vw;
}
.student_top .sec03-list-box-fixed .fixed-block span {
  font-size: 4vw;
  font-weight: bold;
}
.student_top .sec03-list-box-fixed .fixed-block:first-child:before {
  content: "";
  width: 36.4vw;
  height: 1.2vw;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: -1.2vw;
}
.student_top .sec03-list-box-fixed .fixed-block:last-child {
  border-bottom: none;
  border-right-color: #CAA91F;
}
.student_top .sec03-list-box-fixed .fixed-block:last-child img {
  width: 20.8vw;
}
.student_top .sec03-list-box-scroll {
  width: calc(100% - 36.4vw);
  overflow-x: auto;
  display: flex;
}
.student_top .sec03-list-box-line {
  width: 44.8vw;
  min-width: 44.8vw;
}
.student_top .sec03-list-box-line .line-step {
  height: 8.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.76vw;
  font-weight: bold;
  color: #333;
}
.student_top .sec03-list-box-line .line-text {
  height: 45.6vw;
  padding: 2.8vw 5.6vw;
  font-size: 3.2vw;
  line-height: 1.875;
  border-right: 1px solid #333;
  border-bottom: 1px dashed #333;
  position: relative;
}
.student_top .sec03-list-box-line .line-text:nth-child(2):before {
  content: "";
  width: 44.8vw;
  height: 1.2vw;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: -1.2vw;
}
.student_top .sec03-list-box-line .line-text:last-child {
  border-bottom: none;
}
.student_top .sec04 {
  background: #CAA91F;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec04 {
    padding: 4vw 0;
    font-size: 4vw;
    line-height: 1.9;
  }
}
.student_top .sec04:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid #CAA91F;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec04:after {
    bottom: -3.76vw;
    border-top-width: 8vw;
    border-left-width: 8.8vw;
    border-right-width: 8.8vw;
  }
}
.student_top .sec05 {
  background: #fff url("../../img/student/top/sec05-bg.svg") no-repeat top 100px center;
  padding: 100px 0 210px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05 {
    background: #fff;
    padding: 6.4vw 5.36vw 13.2vw;
  }
}
.student_top .sec05-title {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-title {
    font-size: 6vw;
  }
}
.student_top .sec05-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-title:after {
    width: 10.8vw;
    height: 0.56vw;
    bottom: -4.8vw;
  }
}
.student_top .sec05-sub-title {
  font-size: 16px;
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-sub-title {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.student_top .sec05-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1520px;
  padding: 0 10px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list {
    margin-top: 6.8vw;
    grid-gap: 1.32vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.student_top .sec05-list .block {
  border: 1px solid #CCCCCC;
  padding: 24px 40px;
  background: #fff;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block {
    height: 71.6vw;
    padding: 5.36vw 4vw 0;
  }
}
.student_top .sec05-list .block-top {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-top {
    display: block;
  }
}
.student_top .sec05-list .block-img {
  width: 160px;
  height: 140px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-img {
    align-items: flex-end;
    justify-content: center;
    width: 21.6vw;
    height: 18.4vw;
    margin: 0 auto;
  }
  .student_top .sec05-list .block-img img {
    max-width: 100%;
    max-height: 100%;
  }
}
.student_top .sec05-list .block-img.pl {
  padding-left: 17px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-img.pl {
    padding-left: 0;
  }
}
.student_top .sec05-list .block-title {
  font-size: 26px;
  font-weight: bold;
  padding-top: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-title {
    font-size: 3.74vw;
    padding-top: 0;
    margin-top: 2.4vw;
    line-height: 1.6;
    text-align: center;
    min-height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.student_top .sec05-list .block-title.pt {
  padding-top: 40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-title.pt {
    padding-top: 0;
  }
}
.student_top .sec05-list .block-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec05-list .block-text {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 2.8vw;
    letter-spacing: 0.16vw;
  }
}
.student_top .sec06 {
  padding: 120px 0 150px;
  background: #F7F6F2;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06 {
    padding: 12vw 8vw 13.2vw;
  }
}
.student_top .sec06-title {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-title {
    font-size: 6vw;
  }
}
.student_top .sec06-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-title:after {
    width: 10.8vw;
    height: 0.56vw;
    bottom: -4.8vw;
  }
}
.student_top .sec06-tabs {
  display: flex;
  gap: 6px;
  margin: 120px auto 0;
  max-width: 1520px;
  padding: 0 10px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-tabs {
    padding: 0;
    margin-top: 14.8vw;
    display: grid;
    grid-gap: 4vw 2.8vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.student_top .sec06-tabs .tab {
  flex: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #333;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-tabs .tab {
    height: 12vw;
    border-width: 0.28vw;
    font-size: 3.2vw;
  }
}
.student_top .sec06-tabs .tab:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  transition: 0.3s;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-tabs .tab:after {
    display: none;
  }
}
.student_top .sec06-tabs .tab.active, .student_top .sec06-tabs .tab:hover {
  background: #333;
  color: #fff;
}
.student_top .sec06-tabs .tab.active:after, .student_top .sec06-tabs .tab:hover:after {
  border-top: 12px solid #333;
}
.student_top .sec06-content {
  display: none;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1520px;
  padding: 0 10px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-content {
    padding: 0;
    margin-top: 9.2vw;
  }
}
.student_top .sec06-content.active {
  display: grid;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-content.active {
    display: block;
  }
}
.student_top .sec06-content .block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 30px 40px;
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-content .block {
    height: unset;
    padding: 4.8vw 6.68vw;
    display: block;
    border-radius: 2vw;
  }
  .student_top .sec06-content .block + .block {
    margin-top: 2.8vw;
  }
}
.student_top .sec06-content .block-title {
  font-size: 24px;
  font-weight: bold;
  width: 210px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 3px solid #C9C9C9;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-content .block-title {
    border-right: none;
    display: block;
    border-bottom: 0.4vw solid #C9C9C9;
    width: 100%;
    height: unset;
    font-size: 3.76vw;
    padding-bottom: 2vw;
    line-height: 1.9;
  }
}
.student_top .sec06-content .block-text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec06-content .block-text {
    font-size: 3.2vw;
    line-height: 1.9;
    padding-left: 0;
    padding-top: 2.8vw;
  }
}
.student_top .sec07 {
  padding: 140px 0 90px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07 {
    padding: 12vw 0 10.8vw;
  }
}
.student_top .sec07-title {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-title {
    font-size: 6vw;
  }
}
.student_top .sec07-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-title:after {
    width: 10.8vw;
    height: 0.56vw;
    bottom: -4.8vw;
  }
}
.student_top .sec07-list {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  margin: 100px auto 0;
  max-width: 1520px;
  padding: 0 10px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 13.2vw;
    gap: 10vw;
  }
}
.student_top .sec07-list .block {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #F7F6F2;
  display: block;
  padding-top: 55px;
  position: relative;
  text-align: center;
  counter-increment: counter1 1;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block {
    width: 53.6vw;
    height: 53.6vw;
    padding-top: 6vw;
  }
}
.student_top .sec07-list .block:before {
  content: counter(counter1);
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #CAA91F;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 42px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block:before {
    width: 12.4vw;
    height: 12.4vw;
    font-size: 6.68vw;
    left: -4.8vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.student_top .sec07-list .block:not(:last-child):after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  background: url("../../img/student/top/sec07-arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block:not(:last-child):after {
    height: 3.6vw;
    width: 7.6vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
    bottom: -6.8vw;
    background-image: url("../../img/student/top/sec07-arrow-sp.svg");
  }
}
.student_top .sec07-list .block-img {
  height: 95px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block-img {
    height: 20vw;
  }
  .student_top .sec07-list .block-img img {
    max-height: 100%;
    max-width: 16.8vw;
  }
}
.student_top .sec07-list .block-img.img01 {
  padding-left: 16px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block-img.img01 {
    padding-left: 2.8vw;
  }
}
.student_top .sec07-list .block-img.img02 {
  padding-left: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block-img.img02 {
    padding-left: 0;
  }
}
.student_top .sec07-list .block-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block-title {
    font-size: 3.76vw;
    margin-top: 2.8vw;
  }
}
.student_top .sec07-list .block-text {
  font-size: 16px;
  margin-top: 4px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec07-list .block-text {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.student_top .sec08 {
  padding: 90px 0 160px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08 {
    padding: 12vw 0 6vw;
    background: #F7F6F2;
  }
}
.student_top .sec08-title {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-title {
    font-size: 6vw;
  }
}
.student_top .sec08-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-title:after {
    width: 10.8vw;
    height: 0.56vw;
    bottom: -4.8vw;
  }
}
.student_top .sec08-swiper {
  max-width: 1554px;
  padding: 80px 27px 10px;
  margin: 110px auto 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper {
    margin-top: 10vw;
    padding: 1.6vw 6vw 0;
  }
}
.student_top .sec08-swiper:before {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper:before {
    width: 4.8vw;
    background: #F7F6F2;
  }
}
.student_top .sec08-swiper:after {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  background: #fff;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper:after {
    width: 4.8vw;
    background: #F7F6F2;
  }
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .swiper {
    padding-bottom: 6vw;
  }
}
.student_top .sec08-swiper .block {
  height: 290px;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  padding-top: 140px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .block {
    padding-top: 6.68vw;
    height: 57.6vw;
  }
}
.student_top .sec08-swiper .block-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  top: -75px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .block-img {
    position: relative;
    left: 0;
    transform: unset;
    top: 0;
    width: 30.8vw;
    margin: 0 auto;
  }
}
.student_top .sec08-swiper .block-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .block-text {
    font-size: 3.2vw;
    line-height: 1.9;
    margin-top: 3.2vw;
  }
}
.student_top .sec08-swiper .swiper-button-prev {
  width: 52px;
  height: 52px;
  background: url("../../img/student/top/sec08-prev.svg") no-repeat center center/contain;
  left: 0;
  top: calc(50% + 35px);
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .swiper-button-prev {
    width: 8.8vw;
    height: 8.8vw;
    top: 50%;
    left: 1.2vw;
  }
}
.student_top .sec08-swiper .swiper-button-prev:after {
  display: none;
}
.student_top .sec08-swiper .swiper-button-next {
  width: 52px;
  height: 52px;
  background: url("../../img/student/top/sec08-next.svg") no-repeat center center/contain;
  right: 0;
  top: calc(50% + 35px);
}
@media only screen and (max-width: 999px) {
  .student_top .sec08-swiper .swiper-button-next {
    width: 8.8vw;
    height: 8.8vw;
    top: 50%;
    right: 1.2vw;
  }
}
.student_top .sec08-swiper .swiper-button-next:after {
  display: none;
}
.student_top .sec08-swiper .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.student_top .sec08-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  margin: 0 0.4vw;
  width: 1.36vw;
  height: 1.36vw;
}
.student_top .sec08-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #CAA91F;
  opacity: 1;
}
.student_top .sec09 {
  padding: 80px 0 40px;
  background: #F7F6F2;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09 {
    padding: 6vw 5.36vw 9.6vw;
  }
}
.student_top .sec09-title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-title {
    font-size: 6vw;
  }
}
.student_top .sec09-box {
  max-width: 1200px;
  margin: 36px auto 0;
  background: #fff;
  padding: 35px 60px 60px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box {
    margin-top: 4.8vw;
    padding: 0;
    background: unset;
  }
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-inner {
    padding: 2.4vw 4vw 8vw;
    background: #fff;
  }
}
.student_top .sec09-box-news {
  padding: 25px 0 20px;
  border-bottom: 1px dashed #C9C9C9;
  display: block;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-news {
    padding: 4.4vw 0 4vw;
  }
}
.student_top .sec09-box-news .news-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-news .news-info {
    gap: 1.6vw;
  }
}
.student_top .sec09-box-news .news-date {
  font-size: 16px;
  font-weight: bold;
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-news .news-date {
    font-size: 3.2vw;
  }
}
.student_top .sec09-box-news .news-tag {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  color: #AAAAAA;
  padding: 0 6px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-news .news-tag {
    height: 4vw;
    border-radius: 0.4vw;
    padding: 0 1vw;
    font-size: 2.4vw;
  }
}
.student_top .sec09-box-news .news-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-news .news-text {
    font-size: 3.2vw;
    line-height: 6vw;
    margin-top: 2.8vw;
  }
}
.student_top .sec09-box-btn {
  width: 350px;
  height: 70px;
  margin: 50px auto 0;
  box-shadow: 0px 3px 7px rgba(93, 93, 93, 0.2);
  border: 3px solid #333;
  background: #333 url("../../img/student/top/i-btn-w.svg") no-repeat right 20px center;
  background-size: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 999px) {
  .student_top .sec09-box-btn {
    margin-top: 6.4vw;
    width: 66.67vw;
    height: 13.2vw;
    border-width: 0.4vw;
    background-position: right 4vw center;
    background-size: 11.2vw auto;
    font-size: 2.96vw;
  }
}
.student_top .sec09-box-btn:hover {
  background-color: #fff;
  color: #333;
  background-image: url("../../img/student/top/i-btn-b.svg");
}
.student_top .sec10 {
  padding: 40px 0 100px;
  background: #F7F6F2;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10 {
    padding: 9.6vw 5.36vw 13.2vw;
  }
}
.student_top .sec10-title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-title {
    font-size: 6vw;
  }
}
.student_top .sec10-box {
  max-width: 1200px;
  margin: 36px auto 0;
  background: #fff;
  padding: 10px 30px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box {
    padding: 0 4vw;
    margin-top: 5.36vw;
  }
}
.student_top .sec10-box .faq {
  padding: 30px 0;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box .faq {
    padding: 5.36vw 0;
  }
}
.student_top .sec10-box .faq:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.student_top .sec10-box .faq .q {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box .faq .q {
    font-size: 3.2vw;
    padding-right: 5.36vw;
    line-height: 6.68vw;
    position: relative;
  }
  .student_top .sec10-box .faq .q:after {
    width: 4vw;
    height: 4vw;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 1.34vw;
    background: url("../../img/student/top/sec10-closed.svg") no-repeat center center/contain;
  }
  .student_top .sec10-box .faq .q.active:after {
    background-image: url("../../img/student/top/sec10-opened.svg");
  }
  .student_top .sec10-box .faq .q.active + .a {
    display: flex;
  }
}
.student_top .sec10-box .faq .q:before {
  content: "Q";
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  width: 25px;
  min-width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  border-radius: 2px;
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box .faq .q:before {
    width: 6.68vw;
    height: 6.68vw;
    min-width: 6.68vw;
    font-size: 4vw;
    border-radius: 0.28vw;
    margin-right: 2.8vw;
  }
}
.student_top .sec10-box .faq .a {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box .faq .a {
    font-size: 3.2vw;
    line-height: 6.68vw;
    margin-top: 5.36vw;
    display: none;
  }
}
.student_top .sec10-box .faq .a:before {
  content: "A";
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  width: 25px;
  height: 25px;
  min-width: 25px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #D2AE14;
  border-radius: 2px;
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec10-box .faq .a:before {
    width: 6.68vw;
    height: 6.68vw;
    min-width: 6.68vw;
    font-size: 4vw;
    border-radius: 0.28vw;
    margin-right: 2.8vw;
  }
}
.student_top .sec11 {
  background: #fff url("../../img/student/top/sec11-bg.png") no-repeat center center/cover;
  padding: 160px 0 140px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11 {
    padding: 13.2vw 6.68vw 6.68vw;
    background-image: url("../../img/student/top/sec11-bg.webp");
  }
}
.student_top .sec11:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.student_top .sec11-title {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-title {
    font-size: 6vw;
    line-height: 13.6vw;
  }
}
.student_top .sec11-box {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 100px auto 0;
  background: #fff;
  padding: 60px;
  padding-left: 410px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box {
    margin-top: 13.2vw;
    padding: 10.8vw 0 13.2vw;
  }
}
.student_top .sec11-box .box-qr {
  width: 300px;
  height: 300px;
  background: #CFCFCF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 60px;
  top: 60px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-qr {
    position: relative;
    left: 0;
    top: 0;
    width: 40vw;
    height: 40vw;
    margin: 7.2vw auto 0;
    border-radius: 2.8vw;
  }
}
.student_top .sec11-box .box-qr:before {
  content: "QRコード";
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-qr:before {
    font-size: 5.36vw;
  }
}
.student_top .sec11-box .box-info {
  padding-top: 20px;
  min-height: 300px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-info {
    padding-top: 0;
    min-height: unset;
  }
}
.student_top .sec11-box .box-info-title {
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-info-title {
    font-size: 6.68vw;
    line-height: 10.8vw;
    text-align: center;
  }
}
.student_top .sec11-box .box-info-title span {
  color: #00B900;
}
.student_top .sec11-box .box-info-text {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-info-text {
    font-size: 3.2vw;
    line-height: 2.5;
    margin-top: 6vw;
  }
}
.student_top .sec11-box .box-info-btn {
  width: 400px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  color: #fff;
  background: #00B900;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .student_top .sec11-box .box-info-btn {
    width: 66.67vw;
    height: 13.2vw;
    margin-top: 6vw;
    font-size: 4vw;
  }
}

.company_top {
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 79px;
  overflow-x: hidden;
}
@media only screen and (max-width: 999px) {
  .company_top {
    padding-top: 13vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .company_top {
    zoom: 80%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .company_top {
    zoom: 90%;
  }
}
@media only screen and (min-width: 1000px) {
  .company_top .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .pc-only {
    display: none !important;
  }
}
.company_top .inner {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .inner {
    padding: 0;
  }
}
.company_top img {
  max-width: 100%;
}
.company_top .btn-download,
.company_top .scroll-btn {
  cursor: pointer;
}
.company_top .header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0 0 0 30px;
  border-bottom: 5px solid #CAA91F;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .company_top .header {
    padding: 0 2.8vw 0 3.6vw;
    border-bottom: 0.67vw solid #CAA91F;
  }
}
.company_top .header .logo-link {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .company_top .header .logo-link {
    height: 13.3vw;
  }
}
.company_top .header .logo-link .ll-logo {
  font-size: 42px;
  color: #CAA91F;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .company_top .header .logo-link .ll-logo {
    font-size: 7.2vw;
  }
}
.company_top .header .logo-link .link-blk {
  display: flex;
  align-items: center;
  gap: 50px;
}
.company_top .header .logo-link .link-blk .link-group {
  display: flex;
  gap: 40px;
}
.company_top .header .logo-link .link-blk .link-group .link {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.company_top .header .logo-link .link-blk .form-link {
  width: 233px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #CAA91F;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.company_top .header .logo-link .link-blk .form-link:before {
  content: "";
  display: block;
  background: url("../../img/company_top/icon-email-white.svg") no-repeat;
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}
.company_top .header .logo-link .menu-line {
  width: 9.3vw;
  height: 4.53vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_top .header .logo-link .menu-line .ml-link {
  width: 100%;
  height: 0.267vw;
  background: #000000;
  opacity: 1;
  transition: 0.3s;
}
.company_top .header .logo-link .menu-line .ml-link.link01 {
  position: absolute;
  top: 0;
  left: 0;
}
.company_top .header .logo-link .menu-line .ml-link.link03 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.company_top .header .logo-link .menu-line.active .ml-link {
  transform-origin: center center;
}
.company_top .header .logo-link .menu-line.active .ml-link.link02 {
  opacity: 0;
}
.company_top .header .logo-link .menu-line.active .ml-link.link01 {
  top: 50%;
  left: 50%;
  width: 8vw;
  transform: translate(-50%, -50%) rotate(45deg);
}
.company_top .header .logo-link .menu-line.active .ml-link.link03 {
  top: 50%;
  left: 50%;
  width: 8vw;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.company_top .header .sp-menu-pop {
  background: #ffffff;
  padding: 8.58vw 8vw;
  width: 100vw;
  height: calc(100vh - 13.97vw);
  position: absolute;
  top: 13.97vw;
  left: 0;
  display: none;
  transition: 0.3s;
  z-index: 999;
  overflow: auto;
}
.company_top .header .sp-menu-pop.active {
  display: block;
}
.company_top .header .sp-menu-pop .menu-list-group .menu-list {
  padding: 5.6vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #CCCCCC;
  line-height: 1;
  cursor: pointer;
  font-size: 3.5vw;
  font-weight: bold;
  color: #333333;
}
.company_top .header .sp-menu-pop .menu-list-group .menu-list:first-of-type {
  padding-top: 0;
}
.company_top .header .sp-menu-pop .menu-list-group .menu-list:after {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-arrow-gold.svg") no-repeat;
  background-size: 1.2vw 2.267vw;
  width: 1.2vw;
  height: 2.267vw;
}
.company_top .header .sp-menu-pop .btn-blk-group {
  margin-top: 14.67vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6.67vw;
}
.company_top .header .sp-menu-pop .btn-blk-group .btn-blk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.67vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  width: 78.67vw;
  height: 17.3vw;
  border-radius: 17vw;
  border: 3px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 7px rgba(93, 93, 93, 0.2);
}
.company_top .header .sp-menu-pop .btn-blk-group .btn-blk.btn01 {
  background: #CAA91F;
}
.company_top .header .sp-menu-pop .btn-blk-group .btn-blk.btn01:before {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-email-white.svg") no-repeat;
  background-size: 3.867vw 3.1vw;
  width: 3.867vw;
  height: 3.1vw;
}
.company_top .header .sp-menu-pop .btn-blk-group .btn-blk.btn02 {
  background: #192655;
}
.company_top .header .sp-menu-pop .btn-blk-group .btn-blk.btn02:before {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-download-white.svg") no-repeat;
  background-size: 3.1vw 3.3vw;
  width: 3.1vw;
  height: 3.3vw;
}
.company_top .footer {
  background: #333333;
  padding: 100px 0 90px;
}
@media only screen and (max-width: 999px) {
  .company_top .footer {
    padding: 10.67vw 6.67vw 7.67vw;
  }
}
.company_top .footer .inner {
  max-width: 1147px;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .inner {
    padding: 0;
  }
}
.company_top .footer .f-list-group {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .f-list-group {
    flex-wrap: wrap;
    gap: 10.67vw 5.3vw;
  }
}
.company_top .footer .f-list-group .list-blk {
  width: fit-content;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .f-list-group .list-blk {
    width: calc((100% - 5.3vw) / 2);
  }
}
.company_top .footer .f-list-group .list-blk .lb-til {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .f-list-group .list-blk .lb-til {
    font-size: 3.2vw;
    padding-bottom: 4.3vw;
    border-bottom: 1px solid #ffffff;
  }
}
.company_top .footer .f-list-group .list-blk .lb-detail-group {
  margin-top: 26px;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .f-list-group .list-blk .lb-detail-group {
    margin-top: 4vw;
  }
}
.company_top .footer .f-list-group .list-blk .lb-detail-group .lb-detail {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.875;
  display: block;
}
@media only screen and (max-width: 999px) {
  .company_top .footer .f-list-group .list-blk .lb-detail-group .lb-detail {
    font-size: 2.67vw;
    line-height: 3;
    color: #FFFFFF;
  }
}
.company_top .sec01 {
  background: url("../../img/company_top/sec01-01.png") center bottom no-repeat;
  background-size: cover;
  padding: 115px 0 80px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 {
    padding: 15.2vw 0 13.3vw;
    background: linear-gradient(to right, #252525, #67655C);
  }
}
.company_top .sec01 .sec-txt01 {
  margin: 0 auto;
  width: fit-content;
  line-height: 1;
  font-size: 43px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 15px 22px 10px;
  background: #CAA91F;
  transform-origin: left bottom;
  transform: skewY(-6.58deg) translateX(-83px);
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .sec-txt01 {
    font-size: 5.7vw;
    padding: 2.613vw 5.73vw 2.3vw 11.6vw;
    transform: skewY(-6.58deg);
    margin-left: -4.93vw;
  }
}
.company_top .sec01 .sec-txt01:before {
  content: "";
  border-left: 21px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #977F1D;
  border-right: 18px solid #977F1D;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: skewY(15deg);
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .sec-txt01:before {
    display: none;
  }
}
.company_top .sec01 .sec-txt02 {
  text-align: center;
  color: #FFFFFF;
  font-size: 93px;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .sec-txt02 {
    font-size: 14vw;
    line-height: 1.4;
    margin-top: -2vw;
  }
}
.company_top .sec01 .sec-txt02 span {
  font-size: 70px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .sec-txt02 span {
    font-size: 10.67vw;
  }
}
.company_top .sec01 .sec-txt03 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  color: #ffffff;
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
  padding: 24px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .sec-txt03 {
    margin-top: 2.5vw;
    font-size: 7.2vw;
    padding: 3.73vw 0;
  }
}
.company_top .sec01 .sec01-01 {
  display: flex;
  width: 100%;
  margin-top: 6.67vw;
}
.company_top .sec01 .sec01-01 img {
  width: 100%;
}
.company_top .sec01 .btn-blk-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .btn-blk-group {
    gap: 6.67vw;
    margin-top: 10.67vw;
  }
}
.company_top .sec01 .btn-blk-group .btn-blk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 460px;
  height: 80px;
  border-radius: 80px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .btn-blk-group .btn-blk {
    gap: 2.67vw;
    width: 78.67vw;
    height: 17.3vw;
    border-radius: 20vw;
    font-size: 4vw;
  }
}
.company_top .sec01 .btn-blk-group .btn-blk.btn01 {
  background: #CAA91F;
}
.company_top .sec01 .btn-blk-group .btn-blk.btn01:before {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-email-white.svg") no-repeat;
  background-size: 24px 19px;
  width: 24px;
  height: 19px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .btn-blk-group .btn-blk.btn01:before {
    background-size: 3.867vw 3.1vw;
    width: 3.867vw;
    height: 3.1vw;
  }
}
.company_top .sec01 .btn-blk-group .btn-blk.btn02 {
  background: #192655;
}
.company_top .sec01 .btn-blk-group .btn-blk.btn02:before {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-download-white.svg") no-repeat;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec01 .btn-blk-group .btn-blk.btn02:before {
    background-size: 3.1vw 3.3vw;
    width: 3.1vw;
    height: 3.3vw;
  }
}
.company_top .swiper-blk {
  background: #ffffff;
  padding: 23px 0;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .company_top .swiper-blk {
    padding: 3.1vw 0;
  }
}
.company_top .swiper-blk .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.company_top .swiper-blk .swiper-wrapper .swiper-slide {
  height: 74px;
  width: auto;
  margin-right: 26px;
}
@media only screen and (max-width: 999px) {
  .company_top .swiper-blk .swiper-wrapper .swiper-slide {
    height: 9.867vw;
    margin-right: 3.3vw;
  }
}
.company_top .swiper-blk .swiper-wrapper .swiper-slide img {
  height: 100%;
}
.company_top .til-blk {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .company_top .til-blk {
    font-size: 6vw;
  }
}
.company_top .til-blk.have-unline {
  position: relative;
}
.company_top .til-blk.have-unline:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #CAA91F;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .til-blk.have-unline:after {
    width: 10.67vw;
    height: 0.53vw;
    bottom: -6.13vw;
  }
}
.company_top .til-blk.font-40 {
  font-size: 40px;
  line-height: 1.525;
}
@media only screen and (max-width: 999px) {
  .company_top .til-blk.font-40 {
    font-size: 6vw;
    line-height: 1.56;
  }
}
.company_top .til-blk.font-40 span {
  color: #CAA91F;
}
.company_top .til-blk.font-40.have-unline:after {
  bottom: -46px;
}
@media only screen and (max-width: 999px) {
  .company_top .til-blk.font-40.have-unline:after {
    bottom: -4.5vw;
  }
}
.company_top .sec02 {
  padding: 70px 0 120px;
  background: url("../../img/company_top/sec02-01.png") no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 {
    padding: 13.3vw 5.3vw 13.3vw;
    background: url("../../img/company_top/sec02-01.png") top -21vw left -15.467vw no-repeat;
    background-size: 148.53vw;
  }
}
.company_top .sec02 .sec-til {
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .sec-til {
    font-size: 6.67vw;
  }
}
.company_top .sec02 .sec-til span {
  font-size: 45px;
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .sec-til span {
    font-size: 5.3vw;
  }
}
.company_top .sec02 .sec-art {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 2.8;
  margin-top: 30.5px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .sec-art {
    font-size: 3.2vw;
    line-height: 1.9;
    text-align: left;
    margin-top: 12.83vw;
    padding: 0 2.67vw;
  }
}
.company_top .sec02 .sec-art span {
  font-weight: bold;
}
.company_top .sec02 .til-blk {
  margin-top: 251.5px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .til-blk {
    margin-top: 12.89vw;
  }
}
.company_top .sec02 .reason-group {
  margin-top: 115px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group {
    margin-top: 12.5vw;
    gap: 1.3vw;
  }
}
.company_top .sec02 .reason-group .reason {
  width: calc((100% - 56px) / 3);
  background: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 42px 40px 35px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason {
    width: calc((100% - 1.3vw) / 2);
    padding: 6.4vw 4vw 5vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til {
    display: block;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 108px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img {
    width: unset;
    height: 18vw;
    margin: 0 auto;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img .sec02-02 {
  width: 105px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img .sec02-02 {
    width: 15.73vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img .sec02-03 {
  width: 92px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img .sec02-03 {
    width: 15.867vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img .sec02-04 {
  width: 80px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img .sec02-04 {
    width: 12.636vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img .sec02-05 {
  width: 106px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img .sec02-05 {
    width: 18.1vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-img .sec02-06 {
  width: 113px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-img .sec02-06 {
    width: 18vw;
  }
}
.company_top .sec02 .reason-group .reason .img-til .r-til {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .img-til .r-til {
    font-size: 3.73vw;
    line-height: 1.6;
    margin-top: 2.867vw;
    text-align: center;
  }
}
.company_top .sec02 .reason-group .reason .r-art {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #333333;
  margin-top: 34px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec02 .reason-group .reason .r-art {
    font-size: 3.2vw;
    line-height: 1.67;
    margin-top: 2.3vw;
  }
}
.company_top .sec03 {
  padding: 120px 0;
  background: #F7F6F2;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 {
    padding: 13.867vw 8vw 13.3vw;
  }
}
.company_top .sec03 .sec-sbtil {
  margin-top: 120px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .sec-sbtil {
    font-size: 3.2vw;
    line-height: 1.875;
    margin-top: 13.5vw;
  }
}
.company_top .sec03 .list-blk-group {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group {
    margin-top: 6.6vw;
    gap: 2.67vw;
  }
}
.company_top .sec03 .list-blk-group .list {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list {
    width: 100%;
    border-radius: 2vw;
  }
}
.company_top .sec03 .list-blk-group .list .l-txt {
  flex: 1;
  padding: 40px 40px 0;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt {
    padding: 0;
  }
}
.company_top .sec03 .list-blk-group .list .l-txt .txt-til {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til {
    height: 26.67vw;
    padding: 6.67vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.73vw;
    border-bottom: 0.53vw solid #CAA91F;
  }
}
.company_top .sec03 .list-blk-group .list .l-txt .txt-til:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #CAA91F;
  position: absolute;
  left: 0;
  bottom: -25px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til:after {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.sec03-01 {
    background: url("../../img/company_top/sec03-01-sp.png") no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.sec03-02 {
    background: url("../../img/company_top/sec03-02-sp.png") no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.sec03-03 {
    background: url("../../img/company_top/sec03-03-sp.png") no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.sec03-04 {
    background: url("../../img/company_top/sec03-04-sp.png") no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.sec03-05 {
    background: url("../../img/company_top/sec03-05-sp.png") no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-til.no-img {
    height: 17.6vw;
  }
}
.company_top .sec03 .list-blk-group .list .l-txt .txt-art {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.876;
  margin-top: 35px;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-txt .txt-art {
    font-size: 3.2vw;
    line-height: 1.9;
    padding: 3.89vw 6.67vw 5.63vw;
    margin-top: 0;
  }
}
.company_top .sec03 .list-blk-group .list .l-img {
  width: 280px;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .company_top .sec03 .list-blk-group .list .l-img {
    display: none;
  }
}
.company_top .sec03 .list-blk-group .list .l-img img {
  width: 100%;
}
.company_top .sec04 {
  padding: 108px 0 120px;
  background: url("../../img/company_top/sec04-01.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 {
    background: url("../../img/company_top/sec04-01.png") left 73.5vw bottom no-repeat;
    background-size: auto 100%;
    padding: 14.3vw 0 20vw;
  }
}
.company_top .sec04:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.company_top .sec04 .inner {
  z-index: 2;
}
.company_top .sec04 .sec04-blk {
  margin: 127px 0 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk {
    margin: 14.3vw auto 0;
    width: 86.67vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-ot {
  margin: 0 -7px 0;
  padding: 7px 7px 7px;
  overflow: hidden;
}
.company_top .sec04 .sec04-blk .swiper-container {
  overflow: unset;
}
.company_top .sec04 .sec04-blk .swiper-slide {
  width: 490px;
  display: flex;
  margin-right: 15px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide {
    width: 86.67vw;
    height: auto;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice {
  width: 100%;
  height: 381px;
  background: #ffffff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
  padding: 40px 48px 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice {
    height: 100%;
    padding: 6.67vw 11.3vw 7.5vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .img-til {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .img-til {
    display: block;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #999999;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-img {
    width: 30.67vw;
    height: 30.67vw;
    margin: 0 auto;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-til {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.67;
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-til {
    margin-top: 4.67vw;
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-art {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.875;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-art {
    font-size: 3.2vw;
    margin-top: 6vw;
    line-height: 1.9;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-art span {
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-art span {
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 3.89vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-link {
    position: unset;
    gap: 0.93vw;
    font-size: 2.93vw;
    justify-content: center;
    margin-top: 8.83vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-slide .voice .v-link:after {
  content: "";
  display: block;
  background: url("../../img/company_top/link-round-arrow.svg") no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-slide .voice .v-link:after {
    background-size: 3.2vw 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-button-prev,
.company_top .sec04 .sec04-blk .swiper-button-next {
  width: 53px;
  height: 53px;
  background: transparent no-repeat;
  background-size: 53px 53px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-button-prev,
  .company_top .sec04 .sec04-blk .swiper-button-next {
    background-size: 8.67vw 8.67vw;
    width: 8.67vw;
    height: 8.67vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-button-prev:after,
.company_top .sec04 .sec04-blk .swiper-button-next:after {
  display: none;
}
.company_top .sec04 .sec04-blk .swiper-button-prev {
  background-image: url("../../img/company_top/icon-swiper-prev.svg");
  left: -27px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-button-prev {
    left: -6vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-button-next {
  background-image: url("../../img/company_top/icon-swiper-next.svg");
  right: -27px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-button-next {
    right: -6vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 999px) {
  .company_top .sec04 .sec04-blk .swiper-pagination {
    display: flex;
    gap: 0.8vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5.67vw;
  }
}
.company_top .sec04 .sec04-blk .swiper-pagination .swiper-pagination-bullet {
  width: 1.3vw;
  height: 1.3vw;
}
.company_top .sec04 .sec04-blk .swiper-pagination .swiper-pagination-bullet-active {
  background: #CAA91F;
}
.company_top .sec05 {
  padding: 105px 0 100px;
  background: #F7F6F2;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 {
    padding: 13.5vw 5.3vw;
  }
}
.company_top .sec05 .notice-faq {
  display: flex;
  flex-direction: column;
  gap: 106px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq {
    gap: 40.93vw;
  }
}
.company_top .sec05 .notice-faq .notice-blk {
  width: 1200px;
  margin: 54px auto 0;
  background: #FFFFFF;
  padding: 60px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk {
    width: 100%;
    margin: 7.3vw auto 0;
    padding: 6.67vw 4vw 8vw;
    position: relative;
  }
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice {
  padding: 26px 0;
  border-bottom: 1px solid #C9C9C9;
  border-bottom-style: dashed;
  display: block;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .notice-group .notice {
    padding: 4.13vw 0;
  }
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice:first-of-type {
  padding-top: 0;
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign {
  display: flex;
  gap: 9px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign {
    gap: 1.73vw;
  }
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign .n-date {
  font-size: 16px;
  font-weight: bold;
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign .n-date {
    font-size: 3.2vw;
  }
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign .n-sign {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  display: flex;
  align-items: center;
  height: 20px;
  padding: 4px 6px 0;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .notice-group .notice .date-sign .n-sign {
    font-size: 2.4vw;
    border-radius: 0.4vw;
    height: 4vw;
    padding: 0.2vw 1.1vw 0;
  }
}
.company_top .sec05 .notice-faq .notice-blk .notice-group .notice .n-art {
  margin-top: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .notice-group .notice .n-art {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.company_top .sec05 .notice-faq .notice-blk .nb-link {
  margin: 0 auto;
  margin-top: 50px;
  width: 350px;
  height: 70px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .nb-link {
    width: 66.67vw;
    height: 13.3vw;
    margin: 0;
    font-size: 2.93vw;
    position: absolute;
    left: 50%;
    bottom: -6.67vw;
    transform: translate(-50%, 100%);
  }
}
.company_top .sec05 .notice-faq .notice-blk .nb-link:after {
  content: "";
  display: block;
  background: url("../../img/company_top/icon-link-half-white.png") no-repeat;
  background-size: 60px 4px;
  width: 60px;
  height: 4px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .notice-blk .nb-link:after {
    background-size: 11.3vw 0.8vw;
    width: 11.3vw;
    height: 0.8vw;
    right: 4.1vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop {
  margin: 0 auto;
  margin-top: 54px;
  width: 1200px;
  background: #FFFFFF;
  padding: 40px 30px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop {
    width: 100%;
    margin-top: 7.5vw;
    padding: 5.3vw 4vw 6.67vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq {
  padding: 30px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq {
    padding: 5.3vw 0;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq:first-of-type {
  padding-top: 0;
}
.company_top .sec05 .notice-faq .faq-grouop .faq:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.company_top .sec05 .notice-faq .faq-grouop .faq .q {
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .q {
    gap: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.6;
    padding-right: 8vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq .q:before {
  content: "Q";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .q:before {
    font-size: 4.13vw;
    width: 6.67vw;
    height: 6.67vw;
    min-width: 6.67vw;
    padding-bottom: 1vw;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .q span {
    padding-top: 1vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq .q .icon {
  display: none;
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 0;
  top: 1.3vw;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .q .icon {
    display: block;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq .q .icon:before {
  content: "";
  width: 100%;
  height: 0.267vw;
  display: block;
  background: #CAA91F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_top .sec05 .notice-faq .faq-grouop .faq .q .icon:after {
  content: "";
  height: 100%;
  width: 0.267vw;
  display: block;
  background: #CAA91F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.company_top .sec05 .notice-faq .faq-grouop .faq .a {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .a {
    font-size: 3.2vw;
    margin-top: 2.6vw;
    line-height: 1.875;
    gap: 2.67vw;
    display: none;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq .a:before {
  content: "A";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #D2AE14;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .a:before {
    font-size: 4.13vw;
    width: 6.67vw;
    height: 6.67vw;
    min-width: 6.67vw;
    padding-bottom: 1vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq .a span {
  padding-top: 2px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec05 .notice-faq .faq-grouop .faq .a span {
    padding: 0;
    margin-top: -1vw;
  }
}
.company_top .sec05 .notice-faq .faq-grouop .faq.active .q .icon:after {
  opacity: 0;
}
.company_top .sec05 .notice-faq .faq-grouop .faq.active .a {
  display: flex;
}
.company_top .sec06 {
  background: #ffffff;
  padding: 110px 0 120px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 {
    padding: 15vw 0 13.3vw;
  }
}
.company_top .sec06 .flow-group {
  margin-top: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 73px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group {
    margin-top: 15.6vw;
    flex-direction: column;
    gap: 10.3vw;
  }
}
.company_top .sec06 .flow-group .flow {
  width: calc((100% - 219px) / 4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F7F6F2;
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow {
    width: 53.3vw;
    height: 53.3vw;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.company_top .sec06 .flow-group .flow .f-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #CAA91F;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -6px;
  left: 42px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-num {
    width: 12.5vw;
    height: 12.5vw;
    font-size: 6.67vw;
    top: 50%;
    left: -4.8vw;
    transform: translateY(-50%);
  }
}
.company_top .sec06 .flow-group .flow .f-img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-img {
    min-height: 17.04vw;
  }
}
.company_top .sec06 .flow-group .flow .f-img .sec06-01 {
  width: 74px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-img .sec06-01 {
    width: 14.3vw;
  }
}
.company_top .sec06 .flow-group .flow .f-img .sec06-02 {
  width: 79px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-img .sec06-02 {
    width: 16.5vw;
  }
}
.company_top .sec06 .flow-group .flow .f-img .sec06-03 {
  width: 85px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-img .sec06-03 {
    width: 18.13vw;
  }
}
.company_top .sec06 .flow-group .flow .f-img .sec06-04 {
  width: 82px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-img .sec06-04 {
    width: 17.04vw;
  }
}
.company_top .sec06 .flow-group .flow .f-til {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-top: 25px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-til {
    font-size: 3.73vw;
    margin-top: 3.361vw;
  }
}
.company_top .sec06 .flow-group .flow .f-art {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 8px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow .f-art {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: unset;
    margin-top: 3vw;
  }
}
.company_top .sec06 .flow-group .flow:not(:last-of-type):after {
  content: "";
  display: block;
  background: url("../../img/company_top/sec06-05.svg") no-repeat;
  background-size: 11px 23px;
  width: 11px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .sec06 .flow-group .flow:not(:last-of-type):after {
    background-size: 3.6vw 7.5vw;
    width: 3.6vw;
    height: 7.5vw;
    bottom: -8.93vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: unset;
    right: unset;
    transform-origin: center center;
  }
}
.company_top .sec07 {
  background: #ffffff url("../../img/company_top/sec07-bg.png") center top no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 {
    background: #F7F6F2;
  }
}
.company_top .sec07 .img-txt {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 68.5px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt {
    width: 100%;
    background: #ffffff url("../../img/company_top/sec07-bg-sp.png") no-repeat;
    background-size: 100% auto;
    padding: 10vw 7vw 0;
    position: relative;
  }
}
.company_top .sec07 .img-txt .it-img {
  display: flex;
  width: 1198px;
  position: absolute;
  left: -174px;
  top: -113px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .it-img {
    display: none;
  }
}
.company_top .sec07 .img-txt .it-img img {
  width: 100%;
}
.company_top .sec07 .img-txt .link-txt {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .link-txt {
    position: unset;
  }
}
.company_top .sec07 .img-txt .link-txt .it-txt {
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.583;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .link-txt .it-txt {
    font-size: 6.4vw;
    writing-mode: tb;
    text-align: end;
    line-height: 1.8953;
    letter-spacing: 6px;
  }
}
.company_top .sec07 .img-txt .link-txt .it-txt .gold {
  color: #CAA91F;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .link-txt .it-txt .sp-mb {
    margin-bottom: 8vw;
  }
}
.company_top .sec07 .img-txt .link-txt .it-link {
  margin-top: 37.5px;
  width: 460px;
  height: 80px;
  border-radius: 80px;
  background: #192655;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 3px 7px rgba(93, 93, 93, 0.2);
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .link-txt .it-link {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: -10.67vw;
    transform: translate(-50%, 100%);
    width: 78.67vw;
    height: 17.3vw;
    border-radius: 20vw;
    gap: 2.63vw;
    font-size: 4vw;
    border: 0.4vw solid rgba(255, 255, 255, 0.6);
  }
}
.company_top .sec07 .img-txt .link-txt .it-link:before {
  content: "";
  display: block;
  background: url("../../img/company_top/icon-download-white.svg") no-repeat;
  background-size: 17px 18px;
  width: 17px;
  height: 18px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .img-txt .link-txt .it-link:before {
    background-size: 3.1vw 3.292vw;
    width: 3.1vw;
    height: 3.292vw;
  }
}
.company_top .sec07 .form-ot-blk {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 74px;
  background: #F7F6F2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1490196078);
  padding: 76px 100px 120px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk {
    position: unset;
    width: 100%;
    margin: 0;
    padding: 44.53vw 6.67vw 13.3vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form {
  margin-top: 99px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form {
    margin-top: 13.3vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk {
    gap: 2.8vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk:not(:first-of-type) {
    margin-top: 3.1vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til {
    justify-content: space-between;
    gap: unset;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til label {
    font-size: 3.2vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding: 4px 3px 3px;
  background: #F73E00;
  border-radius: 5px;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-til span {
    font-size: 3.2vw;
    padding: 0.67vw 0.73vw 0;
    border-radius: 1.15vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input {
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input {
    flex-direction: column;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input input, .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input textarea {
  width: 100%;
  height: 46px;
  border-radius: 7px;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input input, .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input textarea {
    height: 9.3vw;
    border-radius: 0.93vw;
    border: none;
    padding: 0 2.53vw;
    font-size: 3.2vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input div {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  color: #ff0000;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input div {
    font-size: 3vw;
    display: block;
    margin-top: 1vw;
    position: unset;
    transform: unset;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input textarea {
  padding: 17px 20px;
  height: 120px;
  resize: none;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .input-blk .ib-input textarea {
    padding: 3.5vw 2.53vw;
    height: 43.5vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .check-blk {
  margin: 0px auto;
  margin-top: 40px;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .check-blk {
    margin-top: 8vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .check-blk label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .check-blk label {
    gap: 1.867vw;
    font-size: 3.2vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .check-blk label a {
  text-decoration: underline;
  color: #333333;
}
.company_top .sec07 .form-ot-blk .chat-form .check-blk label input {
  border: 1px solid #B7B7B7;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: unset;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .check-blk label input {
    width: 8vw;
    height: 8vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .check-blk div {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  color: #ff0000;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .check-blk div {
    font-size: 3vw;
    bottom: -1vw;
    font-weight: 500;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .form-submit {
  margin: 0 auto;
  margin-top: 50px;
  background: #CAA91F;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 70px;
  border-radius: 70px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .form-submit {
    margin-top: 9.3vw;
    width: 100%;
    height: 16vw;
    border-radius: 16vw;
    font-size: 4.3vw;
  }
}
.company_top .sec07 .form-ot-blk .chat-form .form-submit:after {
  content: "";
  display: block;
  background: url("../../img/company_top/icon-arrow-white.svg") no-repeat;
  background-size: 11px 7px;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .sec07 .form-ot-blk .chat-form .form-submit:after {
    display: none;
  }
}
.company_top #download-modal {
  z-index: 999;
  overflow: auto;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal {
    padding: 8vw 0;
    overflow: auto;
    align-items: center;
    justify-content: center;
  }
}
.company_top #download-modal .pop-form-ot {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 14px;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot {
    width: 84vw;
    padding: 0;
    border-radius: 2.67vw;
    transform: unset;
    position: relative;
    margin: 0 auto;
    top: unset;
    left: unset;
    max-height: calc(100vh - 16vw);
    display: flex;
    flex-direction: column;
  }
}
.company_top #download-modal .pop-form-ot .pop-form {
  padding: 0 0 54px;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .pop-form {
    padding: 0 0 11.2vw;
    flex: 1;
    overflow: auto;
  }
}
.company_top #download-modal .pop-form-ot .download-modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .download-modal-close {
    top: -4vw;
    right: 0;
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 50%;
    box-shadow: 0 0 1.3vw rgba(0, 0, 0, 0.16);
    font-size: 10vw;
    padding-bottom: 0;
    padding-top: 0.2vw;
  }
}
.company_top #download-modal .pop-form-ot h3 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: #192655;
  text-align: center;
  padding: 37px 0 25px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 !important;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot h3 {
    border-top-left-radius: 2.67vw;
    border-top-right-radius: 2.67vw;
    padding: 5.6vw 0 4.53vw;
    font-size: 5.3vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group {
  padding: 0 95px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group {
    padding: 6.67vw 8vw 0;
    margin: 0;
    gap: 3.73vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk {
    flex-direction: column;
    gap: 1.3vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-til {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 167px;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-til {
    width: 100%;
    font-size: 3.73vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-til span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 23px;
  background: #F73E00;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-til span {
    width: 8.8vw;
    height: 5.6vw;
    border-radius: 1.3vw;
    font-size: 2.67vw;
    padding-top: 0.5vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write {
  flex: 1;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write {
    width: 100%;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write > :not(.form-error-msg) {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 12px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border: none;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write > :not(.form-error-msg) {
    height: 10.93vw;
    border-radius: 1.3vw;
    padding: 2.67vw 4.5vw;
    font-size: 3.73vw;
  }
}
.company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write .form-error-msg {
  font-size: 0.73vw;
  color: #c42f27;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .main-blk-group .main-blk .mb-write .form-error-msg {
    font-size: 3vw;
  }
}
.company_top #download-modal .pop-form-ot .form-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-art {
    margin-top: 6.13vw;
    gap: 0.8vw;
    font-size: 2.93vw;
  }
}
.company_top #download-modal .pop-form-ot .form-art a {
  text-decoration: underline;
  color: #505050;
}
.company_top #download-modal .pop-form-ot .form-art .check-agree {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #B4B4B4;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-art .check-agree {
    width: 4.267vw;
    height: 4.267vw;
  }
}
.company_top #download-modal .pop-form-ot .form-art .check-agree:checked:after {
  content: "";
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-art .check-agree:checked:after {
    background-size: 4.267vw 4.267vw;
    width: 4.267vw;
    height: 4.267vw;
  }
}
.company_top #download-modal .pop-form-ot .form-art .form-error-msg {
  font-size: 0.73vw;
  color: #C42F27;
  font-weight: normal;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-art .form-error-msg {
    font-size: 3vw;
  }
}
.company_top #download-modal .pop-form-ot .form-submit {
  margin: 0 auto;
  margin-top: 37px;
  width: 354px;
  height: 52px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #0061A8;
  cursor: pointer;
  position: relative;
  border: none;
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-submit {
    margin-top: 5.6vw;
    width: 68vw;
    height: 12.8vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
.company_top #download-modal .pop-form-ot .form-submit:after {
  content: "";
  background-size: 10.72px 10.72px;
  width: 10.72px;
  height: 10.72px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 35.6px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top #download-modal .pop-form-ot .form-submit:after {
    background-size: 2.5vw 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    right: 6.56vw;
  }
}
.company_top .company_top_thanks {
  padding: 45px 0 50px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks {
    padding: 7.3vw 5.3vw 8vw;
  }
}
.company_top .company_top_thanks .main-blk {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #F7F6F2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  padding: 80px 72px 60px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk {
    box-shadow: unset;
    padding: 10.67vw 8vw 13.3vw;
  }
}
.company_top .company_top_thanks .main-blk .t-til {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #CAA91F;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .t-til {
    font-size: 5.3vw;
    line-height: 1.625;
  }
}
.company_top .company_top_thanks .main-blk .img-txt {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 53px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt {
    display: block;
    margin-top: 7.2vw;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .it-img {
  display: flex;
  width: 296px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .it-img {
    width: 46.67vw;
    margin: 0 auto;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .it-img img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .txt-group {
    text-align: center;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt01 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 2.2;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt01 {
    font-size: 3.2vw;
    line-height: 1.875;
    margin-top: 8.8vw;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt02 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 2.5;
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt02 {
    margin-top: 6.53vw;
    font-size: 3.2vw;
    line-height: 1.875;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt03 {
  margin-top: 30px;
  width: 250px;
  height: 58px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt03 {
    margin-top: 5.3vw;
    width: 100%;
    height: 13.1vw;
    font-size: 3.2vw;
  }
}
.company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt04 {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .img-txt .txt-group .it-txt04 {
    margin-top: 5.3vw;
    font-size: 3.2vw;
  }
}
.company_top .company_top_thanks .main-blk .link-btn {
  width: 270px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 0 33px #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .link-btn {
    width: 66.5vw;
    height: 13.3vw;
    border-radius: 10vw;
    margin-top: 12vw;
    font-size: 4vw;
  }
}
.company_top .company_top_thanks .main-blk .link-btn:after {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-arrow-white.svg") no-repeat;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .company_top_thanks .main-blk .link-btn:after {
    background-size: 1.3vw 2.6vw;
    width: 1.3vw;
    height: 2.6vw;
    right: 2.6vw;
  }
}
.company_top .company_download_thanks {
  padding: 50px 10px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks {
    padding: 7.2vw 5.36vw 8vw;
    background: #F7F6F2;
  }
}
.company_top .company_download_thanks .inner {
  max-width: 1200px;
  padding: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .inner {
    box-shadow: unset;
  }
}
.company_top .company_download_thanks .cdt-title {
  background: #192655;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-title {
    height: 13.2vw;
    font-size: 5.36vw;
  }
}
.company_top .company_download_thanks .cdt-box {
  background: #F7F6F2;
  padding: 60px 72px;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box {
    display: block;
    text-align: center;
    padding: 9.6vw 0 13.2vw;
    background: #fff;
  }
}
.company_top .company_download_thanks .cdt-box .box-img {
  width: 296px;
  padding-top: 80px;
  min-width: 296px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-img {
    width: 46.8vw;
    margin: 0 auto;
    min-width: unset;
    padding-top: 0;
  }
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info {
    margin-top: 8vw;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-text {
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-text {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-text b {
  display: block;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-text b {
    margin-bottom: 6.4vw;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-mail {
  margin-top: 35px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-mail {
    margin-top: 9.6vw;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-mail span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-mail span {
    font-size: 3.2vw;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-mail a {
  display: inline-flex;
  width: 250px;
  height: 58px;
  background: #fff;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-mail a {
    width: 73.6vw;
    height: 13.2vw;
    font-size: 3.2vw;
    background: #F7F6F2;
    margin-top: 2vw;
    text-decoration: underline;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-link {
  width: 270px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  margin-top: 50px;
  margin-left: 60px;
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-link {
    width: 66.5vw;
    height: 13.3vw;
    border-radius: 10vw;
    font-size: 4vw;
    margin: 13.2vw auto 0;
  }
}
.company_top .company_download_thanks .cdt-box .box-info-link:after {
  content: "";
  display: flex;
  background: url("../../img/company_top/icon-arrow-white.svg") no-repeat;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .company_top .company_download_thanks .cdt-box .box-info-link:after {
    background-size: 1.3vw 2.6vw;
    width: 1.3vw;
    height: 2.6vw;
    right: 2.6vw;
  }
}

/*# sourceMappingURL=page.css.map */
