.kv {
  position: relative;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    margin-bottom: 60px;
  }
}
.kv .background-image {
  display: flex;
  justify-content: center;
}
.kv .background-image img {
  width: 50vw;
  height: 780px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kv .background-image img {
    height: 50vw;
  }
}
.kv .tips-ttl-1 {
  font-size: 35px;
  margin: 30px 0 22px 0;
  color: #243369;
  text-align: center;
  font-weight: bold;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .kv .tips-ttl-1 {
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
  }
}
.kv .kv-intro-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.92);
  width: 700px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-content {
    width: 100%;
    position: relative;
  }
}
.kv .kv-intro-content .kv-tag {
  position: absolute;
  left: -40px;
  width: 155px;
  top: 30px;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-content .kv-tag {
    width: 80px;
    left: 10px;
  }
}
.kv .kv-intro-content .kv-ttl {
  padding: 20px 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-content .kv-ttl {
    padding: 0 40px 0 40px;
  }
}
.kv .kv-intro-content .top {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #243369;
  color: #ffe200;
  font-size: 24px;
  align-items: center;
  gap: 10px;
  position: relative;
}
.kv .kv-intro-content .top span {
  font-size: 40px;
  color: #ffe200;
}
.kv .kv-intro-content .top img {
  width: 18px;
}
.kv .kv-intro-content .top::after {
  content: "";
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  bottom: -20px;
  background-color: #243369;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 40% 100%);
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-content .top {
    font-size: 16px;
  }
  .kv .kv-intro-content .top span {
    font-size: 20px;
  }
}
.kv .kv-intro-list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-list {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.kv .kv-intro-list .intro-item {
  background-color: #fffdeb;
  border: 2px solid #ffe200;
  max-width: 210px;
  width: 30%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}
.kv .kv-intro-list .intro-item .check {
  position: absolute;
  left: 50%;
  top: -13px;
  width: 26px;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-list .intro-item .check {
    left: -11px;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: 22px;
  }
}
.kv .kv-intro-list .intro-item .sub-title {
  line-height: 32px;
  font-weight: bold;
}
.kv .kv-intro-list .intro-item .sub-title span {
  font-size: 48px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 10px;
  color: #f03748;
}
@media screen and (max-width: 768px) {
  .kv .kv-intro-list .intro-item {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    height: 46px;
    font-size: 18px;
    align-items: center;
  }
  .kv .kv-intro-list .intro-item .sub-title {
    font-size: 16px;
  }
  .kv .kv-intro-list .intro-item .sub-title span {
    font-size: 26px;
  }
}
.kv .btns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
.kv .tel-part {
  display: flex;
  gap: 10px;
  padding: 20px 20px 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kv .tel-part {
    flex-direction: column;
  }
}
.kv .tel-part .tag {
  background-color: #1d2b5d;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  width: 146px;
}
@media screen and (max-width: 768px) {
  .kv .tel-part .tag {
    width: 100%;
    border-radius: 2px;
    font-size: 11px;
    height: 28px;
  }
}
.kv .tel-part .tel {
  color: #1d2b5d;
  font-size: 40px;
  font-weight: bold;
}
.kv .tel-part .time {
  font-size: 16px;
  font-weight: bold;
}
.kv .tel-part .time span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .kv .tel-part .time {
    font-size: 12px;
  }
  .kv .tel-part .time span {
    font-size: 12px;
  }
}
.supportSection-new {
  background-image: url("../images/new/square_bg.webp");
  background-size: contain;
  background-repeat: repeat;
}
.supportSection-new .supportSection-new__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner {
    padding-top: 50px;
  }
}
.supportSection-new .supportSection-new__inner .ttl {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.supportSection-new .supportSection-new__inner .ttl .support-tag {
  margin: 0 auto;
  width: 352px;
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .ttl .support-tag {
    width: 50vw;
    max-width: 302px;
    margin-bottom: 20px;
  }
}
.supportSection-new .supportSection-new__inner .ttl h3 {
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.supportSection-new .supportSection-new__inner .ttl .fukidashi {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .ttl .fukidashi {
    top: 54px;
    max-width: 235px;
  }
}
.supportSection-new .supportSection-new__inner .cross-image {
  margin-top: 100px;
  width: 46px;
  min-width: 46px;
}
.supportSection-new .supportSection-new__inner .support-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .support-list {
    overflow-y: scroll;
    margin-left: 30px;
    gap: 2px;
  }
}
.supportSection-new .supportSection-new__inner .support-list .support-item {
  flex: 1;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .support-list .support-item {
    gap: 20px;
    min-width: 250px;
  }
}
.supportSection-new .supportSection-new__inner .support-list .support-item .item-circle {
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  border: 15px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom right, #243369, #121a35);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.supportSection-new .supportSection-new__inner .support-list .support-item .item-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 140px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .support-list .support-item .item-circle {
    width: 180px;
    height: 180px;
  }
}
.supportSection-new .supportSection-new__inner .support-list .support-item .desc {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .supportSection-new .supportSection-new__inner .support-list .support-item .desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.successSection {
  position: relative;
  margin-bottom: 200px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .successSection {
    margin-bottom: 100px;
  }
}
.successSection .yellow-cross-bg {
  position: absolute;
      left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .successSection .yellow-cross-bg {
    width: auto;
    height: 400px;
    object-fit: cover;
  }
}
.successSection .successSection__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
  padding: 80px 0;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 84px;
}
.successSection .successSection__inner h1 {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  color: #f03748;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .successSection .successSection__inner h1 {
    font-size: 36px;
  }
}
.successSection .successSection__inner .support-man-1 {
  position: absolute;
  top: -61px;
  left: -150px;
  z-index: 2;
  max-width: 367px;
}
@media screen and (max-width: 768px) {
  .successSection .successSection__inner .support-man-1 {
    width: 120px;
    top: 170px;
    left: 0;
  }
}
.successSection .successSection__inner .support-man-2 {
  position: absolute;
  top: -200px;
  right: -120px;
  z-index: 2;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .successSection .successSection__inner .support-man-2 {
    width: 154px;
    right: -47px;
    top: -109px;
  }
}
.experienceSection .experienceSection__inner {
  padding: 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner {
    padding: 60px 0 40px 0;
  }
}
.experienceSection .experienceSection__inner .head-title {
  max-width: 860px;
  margin: 20px auto;
}
.experienceSection .experienceSection__inner .tips-ttl {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .tips-ttl {
    font-size: 16px;
  }
}
.experienceSection .experienceSection__inner .tips-ttl span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .tips-ttl span {
    font-size: 20px;
  }
}
.experienceSection .experienceSection__inner .tips-ttl .shield {
  width: 28px;
  margin-right: 20px;
}
.experienceSection .experienceSection__inner .tips-ttl .left-line,
.experienceSection .experienceSection__inner .tips-ttl .right-line {
  width: 28px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .tips-ttl .left-line,
  .experienceSection .experienceSection__inner .tips-ttl .right-line {
    width: 14px;
  }
}
.experienceSection .experienceSection__inner .tips-ttl .left-line {
  left: 0;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .tips-ttl .left-line {
    left: 40px;
  }
}
.experienceSection .experienceSection__inner .tips-ttl .right-line {
  right: 0;
  transform: rotateZ(76deg);
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .tips-ttl .right-line {
    right: 40px;
  }
}
.experienceSection .experienceSection__inner .ttl {
  font-size: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .ttl {
    font-size: 24px;
  }
}
.experienceSection .experienceSection__inner .ttl::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #ffe200;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .ttl::after {
    display: none;
  }
}
.experienceSection .experienceSection__inner .ttl span {
  font-size: 64px;
  color: #f03748;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .ttl span {
    font-size: 32px;
  }
}
.experienceSection .experienceSection__inner .right-tips {
  text-align: right;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .right-tips {
    text-align: center;
    font-size: 12px;
  }
}
.experienceSection .experienceSection__inner .section-pad {
  border-radius: 10px;
  background-color: white;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .section-pad {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 4px;
  }
}
.experienceSection .experienceSection__inner .section-pad .pad-title {
  background-color: #243369;
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 15px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .section-pad .pad-title {
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 0;
  }
}
.experienceSection .experienceSection__inner .section-pad .pad-inner {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .section-pad .pad-inner {
    padding: 20px 10px;
  }
}
.experienceSection .experienceSection__inner .section-pad .pad-inner ul {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .section-pad .pad-inner ul {
    width: 45%;
  }
}
.experienceSection .experienceSection__inner .section-pad .pad-inner ul li {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .section-pad .pad-inner ul li {
    font-size: 14px;
  }
}
.experienceSection .experienceSection__inner .btn {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .btn {
    width: 76%;
  }
}
.experienceSection .experienceSection__inner .btn .text {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  padding: 24px 0;
  color: #fff;
}
.experienceSection .experienceSection__inner .btn .text .icon {
  width: 18px;
  display: inline-block;
  margin: 0 0 0 3px;
}
@media only screen and (max-width: 768px) {
  .experienceSection .experienceSection__inner .btn {
    padding: 3px;
  }
  .experienceSection .experienceSection__inner .btn .text {
    font-size: 12px;
    padding: 14px 0;
  }
  .experienceSection .experienceSection__inner .btn .text .icon {
    width: 9px;
  }
}
.operationSection .new-title-text {
  position: relative;
  margin-bottom: 40px;
}
.operationSection .operationSection__ttl {
  position: relative;
}
.operationSection .title-icon {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  max-width: 700px;
  width: 90vw;
}
@media only screen and (max-width: 768px) {
  .operationSection .title-icon {
    top: 10px;
  }
}
.operationSection .text,
.operationSection .ttl {
  position: relative;
  z-index: 4;
}
.operationSection .support-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 1040px;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .operationSection .support-list {
    margin-left: 20px;
    overflow-y: scroll;
  }
  .operationSection .support-list .cross-image {
    min-width: 28px;
  }
}
.operationSection .support-list .support-item {
  flex: 1;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.operationSection .support-list .support-item .item-circle {
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  border: 15px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom right, #243369, #121a35);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .operationSection .support-list .support-item .item-circle {
    width: 180px;
    height: 180px;
    font-size: 24px;
    border-width: 8px;
    line-height: 1.5;
  }
}
.operationSection .operationSection-new__des {
  max-width: 1000px;
  margin: 50px auto 0 auto;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .operationSection .operationSection-new__des {
    width: 90vw;
    font-size: 14px;
    text-align: left;
  }
}
.stepSection {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .stepSection {
    padding-top: 60px;
  }
}
.stepSection .stepSection__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stepSection .stepSection__inner .operationSection__ttl {
  position: relative;
}
.stepSection .stepSection__inner .operationSection__ttl .text {
  margin-bottom: 20px;
}
.stepSection .stepSection__inner .operationSection__ttl .step-center-english {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 380px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stepSection .stepSection__inner .operationSection__ttl .step-center-english {
    width: 180px;
    top: -30px;
  }
}
.stepSection .stepSection__inner .top-step-image {
  max-width: 922px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .top-step-image {
    width: 90vw;
  }
}
.stepSection .stepSection__inner .oper-desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .oper-desc {
    font-size: 14px;
    line-height: 28px;
  }
}
.stepSection .stepSection__inner .step-list-container {
  background-image: url("../images/new/cross_line_bg_ye.webp");
  width: 100vw;
  padding-top: 82px;
  padding-bottom: 120px;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stepSection .stepSection__inner .step-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list {
    width: 90vw;
  }
}
.stepSection .stepSection__inner .step-list .step-item {
  display: flex;
  justify-content: flex-start;
  background-color: white;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item {
    flex-direction: column;
  }
}
.stepSection .stepSection__inner .step-list .step-item .step-num {
  background-color: #ffe200;
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 0 10px;
  position: relative;
  left: -5px;
  border-top-left-radius: 4px;
}
.stepSection .stepSection__inner .step-list .step-item .step-num .step-ttl {
  display: none;
}
.stepSection .stepSection__inner .step-list .step-item .step-num .step-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item .step-num {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 18px 15px 18px;
    left: 0;
  }
  .stepSection .stepSection__inner .step-list .step-item .step-num img {
    width: 50px;
  }
  .stepSection .stepSection__inner .step-list .step-item .step-num .step-ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .stepSection .stepSection__inner .step-list .step-item .step-num .step-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
  }
  .stepSection .stepSection__inner .step-list .step-item .step-num .step-btn img {
    width: 20px;
  }
}
.stepSection .stepSection__inner .step-list .step-item .step-info {
  display: flex;
  gap: 30px;
  padding: 30px 20px 30px 60px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item .step-info {
    flex-direction: column;
    padding: 30px;
    gap: 10px;
  }
}
.stepSection .stepSection__inner .step-list .step-item .step-info .step-ttl {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item .step-info .step-ttl {
    display: none;
  }
}
.stepSection .stepSection__inner .step-list .step-item .step-info .step-content {
  max-width: 560px;
  font-size: 14px;
  line-height: 32px;
  margin-top: 17px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item .step-info .step-content {
    line-height: 22px;
  }
}
.stepSection .stepSection__inner .step-list .step-item .step-image {
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-item .step-image {
    width: 150px;
  }
}
.stepSection .stepSection__inner .step-list .last-step-item {
  border: 1px solid #243369;
}
.stepSection .stepSection__inner .step-list .last-step-item .step-num {
  background-color: #243369;
    padding: 0 1px;
}
@media only screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .last-step-item .step-num {
    left: 0 !important;
    padding: 13px 18px;
  }
  .stepSection .stepSection__inner .step-list .last-step-item .step-num .step-ttl {
    color: #ffe200;
    line-height: 1.4;
  }
}
.stepSection .stepSection__inner .step-list .last-step-item .step-ttl {
  font-size: 28px;
  line-height: 40px;
  color: #243369;
}
.stepSection .stepSection__inner .step-list .step-item:has(.step-close) .step-btn {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .stepSection .stepSection__inner .step-list .step-close {
    display: none !important;
  }
}
.youtubeSection-container {
  position: relative;
}
.youtubeSection-container .background-image {
  position: absolute;
  left: 0;
  top: -180px;
  width: 100vw;
  z-index: -1;
}
.consultantSection {
  padding: 100px 0;
  margin-bottom: 0;
}
.consultantSection .head-title {
  position: relative;
  padding: 50px 0;
}
.consultantSection .head-title .new-title-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 950px;
}
.consultantSection .head-title h2 {
  font-size: 46px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .consultantSection .head-title h2 {
    font-size: 25px;
  }
}
.consultantSection .staff-container {
  background-color: white;
  width: 960px;
  margin: 0 auto;
  padding: 60px 80px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-container {
    width: 90vw;
    padding: 30px 40px;
  }
}
.consultantSection .consultant-staff {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .consultant-staff {
    flex-direction: column;
    margin-top: 0;
  }
}
.consultantSection .consultant-staff .sec-left .mana-title {
  font-size: 18px;
}
.consultantSection .consultant-staff .sec-left .mana-name {
  font-size: 44px;
  padding: 15px 0 8px 0;
}
.consultantSection .consultant-staff .sec-left .mana-eng-name {
  font-size: 20px;
  color: #e5e5e5;
  margin-bottom: 30px;
}
.consultantSection .consultant-staff .sec-left .mana-avatar {
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .consultant-staff .sec-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .consultantSection .consultant-staff .sec-left .mana-title {
    font-size: 14px;
  }
  .consultantSection .consultant-staff .sec-left .mana-name {
    font-size: 22px;
    text-align: center;
  }
  .consultantSection .consultant-staff .sec-left .mana-eng-name {
    font-size: 16px;
    text-align: center;
  }
  .consultantSection .consultant-staff .sec-left .mana-avatar {
    width: 200px;
  }
}
.consultantSection .consultant-staff .history-part {
  max-width: 560px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .consultant-staff .history-part {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.consultantSection .consultant-staff .intro-tag {
  background-color: #243369;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
  color: white;
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
@media only screen and (max-width: 768px) {
  .consultantSection .consultant-staff .intro-tag {
    font-size: 14px;
  }
}
.consultantSection .consultant-staff .second-intro-tag {
  margin-top: 20px;
}
.consultantSection .consultant-staff .history-list {
  max-width: 420px;
}
.consultantSection .consultant-staff .history-list p {
  line-height: 2;
  font-weight: bold;
}
.consultantSection .consultant-staff .history-list .his-line {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.consultantSection .consultant-staff .history-list .his-line .his-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.consultantSection .consultant-staff .history-list .his-line .his-content {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .consultant-staff .history-list .his-line {
    padding: 12px 0;
  }
  .consultantSection .consultant-staff .history-list .his-line .his-title {
    font-size: 14px;
    line-height: 18px;
    min-width: 60px;
  }
  .consultantSection .consultant-staff .history-list .his-line .his-content {
    font-size: 14px;
    line-height: 18px;
  }
}
.consultantSection .more-intro {
  position: relative;
  margin-top: 80px;
  padding: 64px 0 70px 0;
}
.consultantSection .more-intro .background-image {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .consultantSection .more-intro .background-image {
    height: 700px;
    object-fit: cover;
  }
}
.consultantSection .more-intro .crown-icon {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 80px;
}
.consultantSection .more-intro .ttl {
  text-align: center;
  padding: 40px 0;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .consultantSection .more-intro .ttl {
    font-size: 20px;
    padding: 10px 0 20px 0;
  }
}
.consultantSection .more-intro .intro-content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .more-intro .intro-content {
    width: 90vw;
    font-size: 14px;
    line-height: 24px;
  }
}
.consultantSection .staff-movie-pad {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 960px;
  margin: 25px auto 0 auto;
  position: relative;
  z-index: 4;
  padding: 72px 80px 50px 80px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-movie-pad {
    width: 90vw;
    padding: 72px 30px 50px 30px;
  }
}
.consultantSection .staff-movie-pad .slogan-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 160px;
}
.consultantSection .staff-movie-pad .slogan-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-movie-pad .slogan-title {
    font-size: 18px;
  }
}
.consultantSection .staff-movie-pad .slogan-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 55px;
  height: 4px;
  background-color: #ffeb00;
}
.consultantSection .staff-movie-pad .movie-group img {
  width: 100%;
  margin: 0 10px;
}
.consultantSection .staff-movie-pad .movie-group iframe {
  width: 100%;
  margin: 0 10px;
}
.consultantSection .staff-slogan-pad {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  padding: 42px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan-pad {
    width: 90vw;
  }
}
.consultantSection .staff-slogan-pad .slogan-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 160px;
}
.consultantSection .staff-slogan-pad .slogan-content {
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  z-index: 4;
  padding: 0 80px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan-pad .slogan-content {
    font-size: 14px;
    padding: 0 30px;
    line-height: 24px;
  }
}
.consultantSection .staff-slogan-pad .slogan-tips {
  text-align: center;
  position: relative;
  z-index: 4;
  margin-bottom: 15px;
}
.consultantSection .staff-slogan-pad .slogan-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan-pad .slogan-title {
    font-size: 20px;
  }
}
.consultantSection .staff-slogan-pad .slogan-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 55px;
  height: 4px;
  background-color: #ffeb00;
}
.consultantSection .staff-movie {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  padding: 72px 80px 50px 80px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-movie {
    width: 90vw;
    padding: 72px 30px 50px 30px;
  }
}
.consultantSection .staff-movie .slogan-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 160px;
}
.consultantSection .staff-movie .slogan-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-movie .slogan-title {
    font-size: 20px;
  }
}
.consultantSection .staff-movie .slogan-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 55px;
  height: 4px;
  background-color: #ffeb00;
}
.consultantSection .staff-movie .movie-group img {
  width: 100%;
  margin: 0 5px;
}
.consultantSection .staff-movie .movie-group iframe {
  margin: 0 10px;
}
.consultantSection .staff-slogan {
  background-color: #fffdeb;
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  padding: 42px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan {
    width: 90vw;
  }
}
.consultantSection .staff-slogan .slogan-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 160px;
}
.consultantSection .staff-slogan .slogan-content {
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan .slogan-content {
    width: 86%;
    margin: 0 auto;
  }
}
.consultantSection .staff-slogan .slogan-tips {
  text-align: center;
  position: relative;
  z-index: 4;
  margin-bottom: 15px;
}
.consultantSection .staff-slogan .slogan-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .consultantSection .staff-slogan .slogan-title {
    font-size: 20px;
  }
}
.consultantSection .staff-slogan .slogan-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 55px;
  height: 4px;
  background-color: #ffeb00;
}
.costSection__bottom__cost_1 > dl dd .ele-or {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding: 16px 0;
  line-height: 1;
}
.last-ele {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.last-ele p,
.last-ele h3 {
  text-align: center;
}
.diff {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.diff img {
  width: 100vw;
  opacity: 0.5;
}
.main_lead .text {
  font-size: 16px;
}
.movie-group .slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
.movie-group .slick-dots li {
  display: inline-block;
  width: 15px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .movie-group .slick-dots li {
    width: 12px;
  }
}
.movie-group .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}
.movie-group .slick-dots li.slick-active button:before {
  background-color: #243369;
}
.movie-group .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
}
.movie-group .slick-dots li button:before {
  content: '';
  display: block;
  background-color: #ffffff;
  border: 2px solid #243369;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .movie-group .slick-dots li button:before {
    border: 1px solid #243369;
    width: 12px;
    height: 12px;
  }
}
.hide {
  display: none !important;
}


/* add 2507 */

.kv2 {
  background: url("../images/new/kv2507_bg01.webp") no-repeat 50% 50% / cover;
}
.kv2-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1290px;
  width: calc(100% - 30px);
}
.kv2-topblock {
  padding: 5px 0 35px;
  max-width: calc(660/1290*100%);
}
.kv2-ttl01 {
  margin: 0 0 5px -15px;
  width: calc(650/660*100%);
}
.kv2-ttl02 {
  margin: 0 auto;
  width: calc(480/660*100%);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1.0));
}
.kv2 .kv-intro-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
  margin: 35px 0 0 0;
}
.kv2 .kv-intro-list .intro-item {
  background-color: #fff;
  border: 3px solid #243369;
  min-height: 150px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}
.kv2 .kv-intro-list .intro-item .check {
  position: absolute;
  left: 50%;
  top: -13px;
  width: 26px;
  transform: translateX(-50%);
  z-index: 4;
}
.kv2 .kv-intro-list .intro-item .sub-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.kv2 .kv-intro-list .intro-item .sub-title .num {
  font-size: 48px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.0;
  padding: 0 5px;
  color: #f03748;
}
.kv2 .kv-intro-list .intro-item .sub-title .red {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #F03748;
}
.kv2-bottomblock {
  position: absolute;
  z-index: 5;
  bottom: 36px;
  right: 0;
  width: calc(580/1290*100%);
}
.kv2-bottomblock .btns {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.kv2-bottomblock .btns .ele {
  width: 100%;
  transition: .4s;
}
@media only screen and (min-width: 769px) {
  .kv2-bottomblock .btns .ele:hover {
    transform: translateY(-10px);
  }
}

.kv2-bottomblock .tel-part {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.kv2-bottomblock .tel-part .tag {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  height: 56px;
  width: 86px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2143;
  font-weight: 700;
  color: #243369;
  text-align: center;
}
.kv2-bottomblock .tel-part .tel {
  flex-shrink: 0;
  color: #fff;
  font-size: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.kv2-bottomblock .tel-part .time {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.kv2-bottomblock .tel-part .time span {
  font-size: 14px;
}

.appear {
  position: relative;
  padding: 100px 0;
  background: repeating-linear-gradient(-45deg,rgba(251,235,79,0.4) 0 2px,#fff 2px 8px),#fff;
}
.appear-inner {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 960px;
}
.appear-ttl {
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1.3333;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;

}
.appear-text {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
}
.appear-movie {
  margin: 30px 0 0;
}
.appear-movie iframe {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.recruit {
  padding: 130px 0 100px;
  background: repeating-linear-gradient(-45deg,rgba(255,255,255,0.4) 0 2px,#FFE200 2px 8px),#FFE200;
}
.recruit-inner {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 960px;
}
.recruit-box {
  padding: 0 70px 0;
  background-color: #fff;
}
.recruit-ttl {
  position: relative;
  top: -24px;
  margin-bottom: -24px;

}
.recruit-figure {
  margin: 40px 0 35px;
}
.recruit-paragraph {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.recruit-paragraph strong {
  font-weight: 700;
  text-decoration: underline;
}
.recruit-bnr {
  margin-top: 40px;

}
.recruit-bnr a {
  display: block;
  transition: .4s;
}
@media only screen and (min-width: 769px) {
  .recruit-bnr a:hover {
    transform: translateY(-10px);
  }
}
.recruit-bnr img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.recruit-select {
  margin: 94px -70px 0;
  padding: 0 70px 70px;
  background: repeating-linear-gradient(-45deg,rgba(251,235,79,0.4) 0 2px,#fff 2px 8px),#fff;

}
.recruit-select-popup {
  position: relative;
  transform: translateY(-50%);
  margin: 0;
  padding: 17px;
  border-radius: 5px;
  background-color: #243369;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7273;
  font-family: inherit;
  text-align: center;
}
.recruit-select-popup:after {
  position: absolute;
  content: "";
  top: 99.9%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.6);
  border: 16px solid transparent;
  border-top-color: #243369;
  z-index: 1;
}
.recruit-select-ttl {
  max-width: 784px;
  margin: 0 auto;
}
.recruit-media {
  display: flex;
  gap: 0 40px;
  margin-top: 50px;
}
.recruit-media:nth-of-type(even) {
  flex-direction: row-reverse;
}
.recruit-media-image {
  flex-shrink: 0;
  width: 300px;
}
.recruit-media-detail {
  flex-grow: 1;
}
.recruit-media-ttl {
  margin: 0 0 0.6em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7273;
  font-family: inherit;
}
.recruit-media-paragraph {
  font-size: 16px;
  line-height: 2;
  font-family: inherit;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .kv2 {
      background-position: 80% 0%;
  }
  .kv2-bottomblock .tel-part {
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px;
      margin-top: 12px;
  }
  .kv2-bottomblock .tel-part .tag .pc_block {
      display: none;
  }
  .kv2-bottomblock .tel-part .tag {
      height: auto;
      width: 100%;
      padding: 5px;
  }
  .kv2-bottomblock .tel-part .tel {
      font-size: 36px;
  }
  .kv2-bottomblock .tel-part .time {
      font-size: 12px;
  }
  .kv2 .kv-intro-list .intro-item .sub-title {
      font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .kv2 {
      background: url("../images/new/kv2507_bg01_sp.webp") no-repeat 50% 0% / 100% auto;
      aspect-ratio: 1280 / 2464;
  }
  .kv2-inner {
      width: auto;
  }
  .kv2-topblock {
      padding: calc(10/640*100vw) 6.25vw 6.25vw;
      max-width: 100%;
  }
  .kv2-ttl01 {
      margin: 0 0 5px;
      width: auto;
  }
  .kv2-ttl02 {
      width: calc(480/640*100vw);
  }
  .kv2 .kv-intro-list {
      margin-top: calc(30/640*100vw);
      gap: calc(10/640*100vw);
  }
  .kv2 .kv-intro-list .intro-item .check {
      top: calc(-13/640*100vw);
      width: calc(22/640*100vw);
  }
  .kv2 .kv-intro-list .intro-item {
      flex-direction: column;
      max-width: 100%;
      width: 100%;
      min-height: calc(130/640*100vw);
      padding: calc(6/640*100vw);
      font-size: calc(18/640*100vw);
      align-items: center;
      border-width: 1px;
  }
  .kv2 .kv-intro-list .intro-item .sub-title {
      font-size: inherit;
      line-height: 1.4444;
  }
  .kv2 .kv-intro-list .intro-item .sub-title span {
      font-size: calc(18/640*100vw);
  }
  .kv2 .kv-intro-list .intro-item .sub-title .num {
      font-size: calc(40/640*100vw);
  }
  .kv2-bottomblock {
      position: static;
      width: auto;
      margin-top: calc(530/640*100vw);
      padding: 0 calc(40/640*100vw) calc(40/640*100vw);
  }
  .kv2-bottomblock .tel-part {
      display: block;
      margin-top: calc(40/640*100vw);
  }
  .kv2-bottomblock .tel-part .tag {
      height: auto;
      width: auto;
      padding: calc(12/640*100vw);
      background-color: #243369;
      color: #fff;
      font-size: calc(20/640*100vw);
      text-align: center;
      border-radius: 3px;
  }
  .kv2-bottomblock .tel-part .tel {
      margin-top: calc(20/640*100vw);
      text-align: center;
      font-size: calc(66/640*100vw);
      color: #000;
  }
  .kv2-bottomblock .tel-part .pc_block {
      display: none;
  }
  .kv2-bottomblock .tel-part .time {
      margin-top: calc(25/640*100vw);
      font-size: calc(20/640*100vw);
      text-align: center;
      line-height: 1.3;
  }
  .kv2-bottomblock .tel-part .time span {
      font-size: inherit;
  }
  .appear {
      position: relative;
      padding: calc(80/640*100vw) 0;
      background: repeating-linear-gradient(-45deg,rgba(251,235,79,0.4) 0 1px,#fff 1px 6px),#fff;
  }
  .appear-inner {
      width: 100%;
      max-width: 100%;
      padding: 0 calc(40/640*100vw);
  }
  .appear-ttl {
      font-size: calc(42/640*100vw);
      line-height: 1.3333;
      letter-spacing: normal;
  }
  .appear-text {
      margin-top: calc(40/640*100vw);
      font-size: calc(22/640*100vw);
      line-height: 2;
  }
  .appear-movie {
      margin: calc(40/640*100vw) 0 0;
  }
  .appear-movie iframe {
      border-radius: 10px;
  }

  .recruit {
      padding: calc(330/640*100vw) 0 calc(80/640*100vw);
      background: repeating-linear-gradient(-45deg,rgba(255,255,255,0.4) 0 1px,#FFE200 1px 6px),#FFE200;
  }
  .recruit-inner {
      width: 100%;
      max-width: 100%;
      padding: 0 calc(40/640*100vw);
  }
  .recruit-box {
      padding: 0 calc(40/640*100vw) 0;
      background-color: #fff;
  }
  .recruit-ttl {
      position: relative;
      top: calc(-250/640*100vw);
      margin: 0 calc(-40/640*100vw) calc(-250/640*100vw);

  }
  .recruit-figure {
      margin: calc(68/640*100vw) 0 calc(40/640*100vw);
  }
  .recruit-paragraph {
      font-feature-settings: "palt";
      font-size: calc(21/640*100vw);
  }
  .recruit-paragraph strong {
      font-weight: 700;
      text-decoration: underline;
  }
  .recruit-bnr {
      margin-top: calc(100/640*100vw);
  }
  .recruit-select {
      margin: calc(114/640*100vw) calc(-40/640*100vw) 0;
      padding: 0 calc(40/640*100vw) calc(40/640*100vw);
      background: repeating-linear-gradient(-45deg,rgba(251,235,79,0.4) 0 1px,#fff 1px 6px),#fff;
  }
  .recruit-select-popup {
      position: relative;
      transform: translateY(-50%);
      padding: calc(20/640*100vw);
      border-radius: 3px;
      font-size: calc(20/640*100vw);
  }
  .recruit-select-popup:after {
      top: 99.4%;
      border-width: calc(16/640*100vw);
  }
  .recruit-select-ttl {
      max-width: 100%;
      margin: 0 auto calc(50/640*100vw);
  }
  .recruit-media {
      display: flex;
      flex-direction: column;
      gap: calc(32/640*100vw);
      margin: 0;
  }
  .recruit-media:nth-of-type(even) {
      flex-direction: column;
  }
  .recruit-media-image {
      margin: 0 auto calc(30/640*100vw);
      width: calc(300/640*100vw);
  }
  .recruit-media-detail {
      flex-grow: 1;
  }
  .recruit-media-ttl {
      margin: 0 0 0.6em;
      font-size: calc(26/640*100vw);
  }
  .recruit-media-paragraph {
      font-size: calc(22/640*100vw);
      line-height: 2;
  }
}

.recruit-media-wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.recruit-media-wrap .slick-dots li {
}
.recruit-media-wrap .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #243369;
  width: 12px;
  height: 12px;
}
.recruit-media-wrap .slick-dots li.slick-active button {
  background-color: #243369;
}

.nextstore {
  margin: 80px auto 0;
  max-width: 1000px;
  width: calc(100% - 60px);
}

.nextstore-headline {
  margin: 0 0 20px;
}

.nextstore-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 59% 1fr;
  gap: 40px;
}

.nextstore-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 10px;
}

.nextstore-list-item img {
  width: 100%;
}

.nextstore-list-caption {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px auto 0;
  height: 50px;
  width: 200px;
  background-color: #243369;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-clip-path: polygon(4.706% 0%, 95.294% 0%, 100% 50%, 95.294% 100%, 4.706% 100%, 0% 50%);
          clip-path: polygon(4.706% 0%, 95.294% 0%, 100% 50%, 95.294% 100%, 4.706% 100%, 0% 50%);
}

.nextstore-list-caption span {
  color: inherit;
}

.nextstore-detail p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3333;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .nextstore {
    margin: 12.5vw auto 0;
    width: 90vw;
  }
  .nextstore-headline {
    margin: 0 0 4.375vw;
  }
  .nextstore-layout {
    grid-template-columns: 100%;
    gap: 7.8125vw;
  }
  .nextstore-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875vw 1.5625vw;
  }
  .nextstore-list-caption {
    margin: -3.90625vw auto 0;
    height: 7.8125vw;
    width: 29.6875vw;
    font-size: 2.96875vw;
  }
  .nextstore-list-caption span {
    color: inherit;
  }
  .nextstore-detail p {
    font-size: 3.75vw;
    line-height: 2;
  }
}
.jissekiSection {
  margin: 80px auto;
  max-width: 960px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 768px) {
  .jissekiSection {
    margin: 15.625vw auto;
    width: 90vw;
  }
}

.jissekiSection * {
  font-family: "Noto Sans JP", sans-serif;
}

.jissekiSection__ttl {
  margin: 0 auto 30px;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .jissekiSection__ttl {
    margin: 0 auto 5vw;
  }
}

.jisseki-box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.jisseki-box__year {
  padding: 30px;
  background-color: #F7FBFF;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year {
    padding: 4.6875vw;
  }
}

.jisseki-box__detail {
  position: relative;
  padding: 60px 80px 80px;
  background: repeating-linear-gradient(-45deg, rgba(251, 235, 79, 0.4) 0 2px, #fff 2px 8px), #fff;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail {
    padding: 11.875vw 6.25vw 12.5vw;
    background: repeating-linear-gradient(-45deg, rgba(251, 235, 79, 0.4) 0 1px, #fff 1px 6px), #fff;
  }
}

.jisseki-box__year__ttl {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__ttl {
    margin: 0 0 5vw;
    gap: 3.4375vw;
    font-size: 3.75vw;
  }
}

.jisseki-box__year__ttl:before,
.jisseki-box__year__ttl:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/new/jisseki_bg01.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__ttl:before,
  .jisseki-box__year__ttl:after {
    width: 4.0625vw;
  }
}

.jisseki-box__year__ttl span {
  color: #243369;
}

.jisseki-box__year__result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__result {
    gap: 0 4.6875vw;
    margin-top: 0.78125vw;
  }
}

.jisseki-box__year__result dt {
  font-size: 24px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__result dt {
    font-size: 4.0625vw;
  }
}

.jisseki-box__year__result dd {
  font-size: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__result dd {
    font-size: 5vw;
  }
}

.jisseki-box__year__result dd em {
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  color: #F03748;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__result dd em {
    margin-right: 0.1em;
    font-size: 8.75vw;
  }
}

.jisseki-box__year__note {
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__year__note {
    font-size: 3.125vw;
  }
}

.jisseki-box__month {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month {
    padding: 10vw 0 21.25vw;
    text-align: center;
  }
}

.jisseki-box__month__subttl {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__subttl {
    margin-bottom: 0.3em;
    font-size: 6.25vw;
  }
}

.jisseki-box__month__ttl {
  margin: 0.5em auto 0;
  padding: 0 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 46px;
  text-align: center;
  background-image: linear-gradient(to top, #FFE200 20px, transparent 20px);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__ttl {
    display: inline;
    line-height: 1.5;
    font-size: 7.8125vw;
    background-image: linear-gradient(to top, #FFE200 10px, transparent 10px);
  }
}

.jisseki-box__month__ttl span {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__ttl span {
    font-size: 5.625vw;
  }
}

.jisseki-box__month__ttl em {
  font-style: normal;
  font-size: 52px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__ttl em {
    font-size: 8.75vw;
  }
}

.jisseki-box__month__block {
  margin: 0 auto;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__block {
    padding: 0 6.25vw;
  }
}

.jisseki-box__month__1st {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__1st {
    flex-direction: column;
    margin: 6.25vw 0 0;
    gap: 3.125vw;
  }
}

.jisseki-box__month__1st dt {
  display: flex;
  align-items: flex-end;
  font-size: 26px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__1st dt {
    align-items: center;
    font-size: 4.0625vw;
  }
}

.jisseki-box__month__1st dt:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 73px;
  height: 65px;
  background: url(../images/new/jisseki_ic01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__1st dt:before {
    top: -1vw;
    margin-right: 2.65625vw;
    width: 9.375vw;
    height: 8.4375vw;
  }
}

.jisseki-box__month__1st dd {
  font-size: 34px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__1st dd {
    font-size: 5.3125vw;
  }
}

.jisseki-box__month__1st dd em {
  font-size: 72px;
  font-style: normal;
  color: #F03748;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__1st dd em {
    font-size: 11.25vw;
  }
}

.jisseki-box__month__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 3px dotted #243369;
  max-width: 500px;
  margin: 25px auto;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__bottom {
    justify-content: space-around;
    border-top-width: 2px;
    max-width: 100%;
    margin: 4.6875vw auto;
    padding-top: 4.6875vw;
  }
}

.jisseki-box__month__bottom dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__bottom dl {
    flex-direction: column;
    gap: 3.125vw;
  }
}

.jisseki-box__month__bottom dl dt {
  font-size: 26px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__bottom dl dt {
    font-size: 4.0625vw;
  }
}

.jisseki-box__month__bottom dl dd {
  font-size: 34px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__bottom dl dd {
    font-size: 5.3125vw;
  }
}

.jisseki-box__month__bottom dl dd em {
  font-size: 54px;
  font-weight: 900;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__bottom dl dd em {
    font-size: 8.4375vw;
  }
}

.jisseki-box__month__flat {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  border-radius: 5px;
  background-color: #FFF9C4;
  font-size: 18px;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__flat {
    gap: 0 3.125vw;
    margin-top: 6.25vw;
    padding: 3.125vw;
    font-size: 3.4375vw;
  }
}

.jisseki-box__month__flat dt {
  font-weight: 700;
}

.jisseki-box__month__flat dd {
  font-weight: 900;
}

.jisseki-box__month__flat dd em {
  font-size: 28px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__month__flat dd em {
    font-size: 5vw;
  }
}

.jisseki-box__detail__ttl {
  position: absolute;
  z-index: 5;
  top: -0.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

.jisseki-box__detail__ttl:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  content: "";
  display: block;
  width: 247px;
  height: 78px;
  background: url(../images/new/jisseki_bg02.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__ttl:after {
    transform: translate(-50%, -60%);
    width: 31.5625vw;
    height: 10vw;
  }
}

.jisseki-box__detail__ttl span {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 25px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__ttl span {
    font-size: 4.6875vw;
  }
}

.jisseki-box__detail__lead {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__lead {
    font-size: 3.75vw;
    line-height: 7.1875vw;
  }
}

.jisseki-box__detail__iframe {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__iframe {
    margin-top: 6.25vw;
  }
}

.jisseki-box__detail__iframe iframe {
  display: block;
  aspect-ratio: 16/9;
  border-radius: 15px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__iframe iframe {
    border-radius: 1.25vw;
  }
}

.jisseki-box__detail__paragraph {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__detail__paragraph {
    margin-top: 7.8125vw;
    font-size: 3.4375vw;
    line-height: 6.875vw;
  }
}

.jisseki-box__popup {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  width: 620px;
  gap: 12px;
  margin: 34px auto 0;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__popup {
    margin-top: 12.5vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
    width: 100%;
  }
}

.jisseki-box__popup--center {
  justify-content: center;
}

.jisseki-box__popup__item {
  width: calc(25% - 9px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #243369;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #243369;
}
@media only screen and (max-width: 768px) {
  .jisseki-box__popup__item {
    border-width: 1px;
    border-radius: 3px;
    gap: 0 5px;
    flex-direction: row;
    width: auto;
    height: 14.0625vw;
    font-size: 3.75vw;
  }
}

.jisseki-box__popup__item:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arr_8.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.jisseki-box__popup__item:hover {
  background-color: #243369;
  color: #fff;
}

.jisseki-box__popup__item:hover:after {
  background: url(../images/ico_arr_1.svg) no-repeat center center/contain;
  transform: rotate(0deg);
}

.jisseki-box__more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.jisseki-box__more a {
  position: relative;
  display: block;
  width: 82%;
  max-width: 582px;
  border: 2px solid #0a0a0a;
  background-color: #0a0a0a;
  color: #F9E24C;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  padding: 16px 0;
}

@media only screen and (max-width: 768px) {
  .jisseki-box__more {
    margin-top: 9.375vw;
  }
  .jisseki-box__more a {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 5px 18px;
    border-radius: 5px;
    line-height: 1.5;
  }
}
.jisseki-box__more a:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}

.jisseki-box__more a:hover .icon.def {
  display: none;
}

.jisseki-box__more a:hover .icon.col {
  display: inline-block;
}

.jisseki-box__more a .icon {
  width: 19px;
  margin: 0 0 -2px 7px;
}

@media only screen and (max-width: 768px) {
  .jisseki-box__more a .icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 12px;
    transform: translateY(-50%);
    margin: 0;
  }
}
.jisseki-box__more a .icon.def {
  display: inline-block;
}

.jisseki-box__more a .icon.col {
  display: none;
}

.jisseki-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
}

.jisseki-modal.is-open {
  display: grid;
  place-items: center;
}

.jisseki-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.jisseki-modal__content-wrap {
  position: relative;
  max-width: 90%;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal__content-wrap {
    width: 90%;
  }
}

.jisseki-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.jisseki-modal__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/new/jisseki_bg03.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal__close {
    transform: translate(40%, -50%);
    width: 9.375vw;
  }
}

.jisseki-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-close {
    padding: 3.75vw;
    font-size: 3.125vw;
  }
}
.jisseki-modal-close:after {
  content: "×";
  margin-left: 8px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-close:after {
    margin-left: 1.25vw;
    font-size: 2.5vw;
  }
}

.jisseki-modal-control {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-control {
    margin-top: 12.5vw;
  }
}
.jisseki-modal-control:after {
  content: "";
  display: block;
  clear: both;
}

.jisseki-modal-control__item {
  font-size: 18px;
  line-height: 1.3333;
  font-weight: 900;
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  gap: 0 25px;
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-control__item {
    gap: 0 3.90625vw;
    font-size: 2.8125vw;
  }
}
.jisseki-modal-control__item.is-prev {
  float: left;
  text-align: left;
}
.jisseki-modal-control__item.is-prev:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/40;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-control__item.is-prev:before {
    width: 3.125vw;
  }
}
.jisseki-modal-control__item.is-next {
  float: right;
  text-align: right;
}
.jisseki-modal-control__item.is-next:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/40;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .jisseki-modal-control__item.is-next:after {
    width: 3.125vw;
  }
}
.jisseki-modal-slider__item:first-child .jisseki-modal-control__item.is-next, .jisseki-modal-slider__item:last-child .jisseki-modal-control__item.is-prev {
  display: none !important;
}
