@charset "UTF-8";
* {
  font-family: "Noto Sans", "Noto Sans KR", "Noto Sans SC", sans-serif;
}

.l-box-top {
  background-color: #F5F7F9;
  border-radius: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 900px) {
  .p-slider-button-position .l-inner-wide .c-bnr .swiper-button-prev {
    left: 3.8%;
  }
  .p-slider-button-position .l-inner-wide .c-bnr .swiper-button-next {
    right: 4%;
  }
}

@media screen and (min-width: 900px) {
  .p-slider-button-position2 .l-inner-wide .c-bnr .swiper-button-prev {
    left: 18.7%;
  }
  .p-slider-button-position2 .l-inner-wide .c-bnr .swiper-button-next {
    right: 18.7%;
  }
}

@media screen and (min-width: 900px) {
  .p-slider .l-box2-shadow-inner {
    padding: 40px 100px 60px;
  }
}
@media screen and (max-width: 540px) {
  .p-slider .l-box2-shadow-inner {
    padding: 32px 3.73vw;
  }
}

.p-slider-img-mv {
  margin: 0 auto 20px;
  max-width: 244px;
}
@media screen and (min-width: 900px) {
  .p-slider-img-mv {
    max-width: 386px;
  }
}
.p-slider-img-mv-space {
  margin-top: 50px;
}
@media screen and (min-width: 900px) {
  .p-slider-img-mv-space {
    margin-top: 66px;
  }
}

.p-slider-box {
  text-align: center;
  background-color: #F5F7F9;
  border-radius: 0;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .p-slider-box-plpm .l-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-tabcolor-yellow {
  background-color: #FFFFA0 !important;
}
.p-tabcolor-green {
  background-color: #EEFFBB !important;
}

.p-phone {
  position: relative;
}
.p-phone-number {
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  top: 25%;
  left: 50%;
  transform: translate(-40%, -50%);
  white-space: nowrap;
}

.p-triangle {
  position: relative;
}
.p-triangle::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #F5F7F9 transparent transparent transparent;
  border-width: 24px 28.5px 0 28.5px;
}
@media screen and (min-width: 900px) {
  .p-triangle::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #F5F7F9 transparent transparent transparent;
    border-width: 42px 50px 0 50px;
  }
}

[data-show] {
  display: none;
}

.p-step-fixed {
  z-index: 100;
  position: fixed;
  bottom: 12px;
  width: 100%;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .p-step-fixed {
    padding-left: 175px;
    bottom: 15px;
  }
}
.p-step-fixed.swiper-container-horizontal {
  opacity: 1;
}
.p-step-fixed .swiper-slide {
  width: auto;
  height: auto;
}
.p-step-fixed .swiper-slide:not(.swiper-slide-active) .l-box2 {
  transform: scale(0.77, 0.77);
}
.p-step-fixed .l-box2-shadow {
  width: 130px;
}
@media screen and (min-width: 900px) {
  .p-step-fixed .l-box2-shadow {
    width: 180px;
  }
}
.p-step-fixed .l-box2-shadow-inner {
  padding: 20px 9px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .p-step-fixed .l-box2-shadow-inner {
    padding: 24px 30px 12px;
  }
}
.p-step-fixed .l-box2-shadow-inner a {
  text-decoration: none;
  color: #333333;
}
.p-step-fixed .l-box2-shadow-inner p {
  line-height: 1.5;
}
.p-step-fixed .l-box2-title {
  border: 3px solid #333333;
  color: #333333;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .p-step-fixed .l-box2-title {
    width: 85px;
  }
}
@media screen and (min-width: 900px) {
  .p-step-fixed .l-box2-title {
    font-size: 1.6rem;
  }
}
.p-step-fixed-sbym .l-box2-title, .p-step-fixed-sbymesim .l-box2-title {
  background-color: #A6FF04;
}
@media screen and (min-width: 900px) {
  .p-step-fixed-sbym .l-box2[href]:hover > *, .p-step-fixed-sbymesim .l-box2[href]:hover > * {
    background-color: #A6FF04;
  }
}
.p-step-fixed-mnp .l-box2-title, .p-step-fixed-mnpesim .l-box2-title {
  background-color: #14CD0A;
  color: #FFF;
}
@media screen and (min-width: 900px) {
  .p-step-fixed-mnp .l-box2[href]:hover > *, .p-step-fixed-mnpesim .l-box2[href]:hover > * {
    background-color: #14CD0A;
  }
}
.p-step-fixed-new .l-box2-title, .p-step-fixed-newesim .l-box2-title {
  background-color: #FFFF00;
}
@media screen and (min-width: 900px) {
  .p-step-fixed-new .l-box2[href]:hover > *, .p-step-fixed-newesim .l-box2[href]:hover > * {
    background-color: #FFFF00;
  }
}

.p-home {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffffff;
  cursor: pointer;
  border-left: 1px solid #F5F7F9;
  border-bottom: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-home {
    display: none;
  }
}
.p-home span {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 18px;
  transition: all 0.25s ease;
}
.p-home span:nth-child(1) {
  top: 18px;
}
.p-home span:nth-child(2) {
  top: 25px;
}
.p-home span:nth-child(3) {
  top: 32px;
}
.p-home p {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  line-height: 1;
  font-size: 0.8rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}
.p-home-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.p-home-img img {
  width: 34px;
  max-width: none;
}

.p-header-menu-list {
  display: flex;
  justify-content: space-between;
  width: 64px;
  position: absolute;
  right: 64px;
  top: 0;
  border-left: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list {
    position: relative;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px 0 20px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li {
    margin-bottom: 20px;
  }
}
.p-header-menu-list > li a {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  color: #6F2FFF;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 43px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li a {
    width: 135px;
    box-shadow: 0 3px 0 0 #3900BA;
    font-size: 1.5rem;
    border: 2px solid transparent;
    padding: 10px 8px 10px 20px;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: auto;
  }
  .p-header-menu-list > li a:hover {
    opacity: 0.75;
  }
}
.p-header-menu-home {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a {
    border-color: #6F2FFF !important;
    color: #6F2FFF;
  }
}
.p-header-menu-home a::after {
  display: block;
  content: "";
  background: url("../images/common/icon/ico_login.svg") no-repeat center 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a::after {
    background: none;
    left: auto;
    right: 12px;
    top: 50%;
    border-top: 2px solid #6F2FFF;
    border-right: 2px solid #6F2FFF;
    width: 8px;
    height: 8px;
    transform: translate(0%, -50%) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-home a::before {
    display: block;
    content: "";
    background: url("/assets/images/language/process/home_purple.svg") no-repeat center 0px;
    background-size: 100%;
    position: absolute;
    font-size: 1.8rem;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 22px;
  }
}