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

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

/* anchor */
.c-anchor-nav {
  transition: 0.6s ease;
  background-color: #fff;
  position: fixed;
  top: 64px;
  width: 100%;
  height: 44px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 9998;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav {
    width: calc(100% - 175px);
    max-width: 1825px;
    height: 60px;
    top: 0;
  }
}
@media screen and (max-width: 899px) {
  .c-anchor-nav {
    border-top: #F5F7F9 solid 1px;
  }
}
.c-anchor-nav-wrapper {
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-wrapper {
    padding: 0 0 0 175px;
  }
}
.c-anchor-nav-wrapper.is-fade {
  visibility: visible;
  opacity: 1;
}
.c-anchor-nav-wrapper.is-fade {
  top: 64px;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-wrapper.is-fade {
    top: 0;
  }
}
.c-anchor-nav-ttl {
  width: 100%;
  height: 44px;
  max-width: 1060px;
  color: #666666;
  font-size: 4vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-ttl {
    height: 60px;
    font-size: 1.8rem;
  }
  .c-anchor-nav-ttl:hover {
    opacity: 0.7;
  }
}
.c-anchor-nav-ttl::after {
  display: block;
  content: "\e911";
  font-family: "icomoon" !important;
  color: #6F2FFF;
  font-size: 1.6rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-ttl::after {
    font-size: 2rem;
    right: 30px;
  }
}
.c-anchor-nav-ttl.is-opened::after {
  content: "\e90c";
}
.c-anchor-nav-list {
  display: none;
  width: 100%;
  position: absolute;
  top: 43px;
  left: 0;
  border-top: #F5F7F9 solid 1px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-list {
    top: 60px;
  }
}
.c-anchor-nav-list-item {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.c-anchor-nav-list-item:not(:last-child) {
  border-bottom: #F5F7F9 solid 1px;
}
.c-anchor-nav-list-item.js-active {
  background-color: #EEFFBB;
}
.c-anchor-nav-link {
  width: 100%;
  height: 44px;
  max-width: 1060px;
  color: #666666;
  font-size: 3.733333vw;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-link {
    height: 60px;
    font-size: 1.6rem;
  }
  .c-anchor-nav-link:hover {
    opacity: 0.7;
  }
}
.c-anchor-nav-link::after {
  display: block;
  content: "\e900";
  font-family: "icomoon" !important;
  color: #6F2FFF;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-link::after {
    font-size: 2rem;
    right: 32px;
  }
}

/* flow */
.c-flow-list {
  display: grid;
  align-content: center;
  gap: 20px;
}
.c-flow-list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-flow-list-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: #F5F7F9 solid 2px;
}
@media screen and (min-width: 900px) {
  .c-flow-list-item:not(:last-child) {
    border-bottom-width: 3px;
  }
}
.c-flow-icon {
  width: 72px;
}
@media screen and (min-width: 900px) {
  .c-flow-icon {
    width: 80px;
  }
}
.c-flow-detail {
  width: calc(100% - 80px);
}
.c-flow-detail > *:first-child {
  margin-top: 0;
}
.c-flow-detail > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .c-flow-detail {
    width: calc(100% - 92px);
  }
}
.c-flow-detail p {
  margin-bottom: 0.5em;
}
.c-flow-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .c-flow-ttl {
    font-size: 1.8rem;
  }
}
.c-flow-image {
  margin-bottom: 8px;
}

.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;
  }
}