@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
}
.header-logo a {
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 1095px;
  width: 100%;
}
@media (max-width: 1420px) {
  .header-content {
    max-width: 984px;
  }
}
.header-info {
  max-width: 790px;
  width: 100%;
}
@media (max-width: 1420px) {
  .header-info {
    max-width: 690px;
  }
}
.header-tel {
  width: fit-content;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #813fe1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 14px;
  position: relative;
}
.header-tel::before {
  content: "";
  margin-right: 10px;
  width: 29px;
  height: 28px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  margin-top: 9px;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.header .global-nav-list-item a:hover {
  color: #813fe1 !important;
}
.header .global-nav-list-item.current a {
  color: #813fe1 !important;
}
.header-btn:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
}
.header .main-visual-list {
  width: 100%;
  flex-direction: column;
}
.header .main-visual-list-item {
  width: 100%;
  height: 270px;
}
.header .main-visual-list-item:first-child a {
  border: 5px solid rgba(168, 97, 173, 0.6);
  outline: none;
}
.header .main-visual-list-item:first-child .main-visual-title img {
  height: 52px;
}
.header .main-visual-list-item:nth-child(2) .main-visual-title img {
  height: 45px;
}
.header .main-visual-list-item:last-child .main-visual-title {
  margin-right: 20px;
  margin-bottom: 24px;
}
.header .main-visual-list-item:last-child .main-visual-title img {
  height: 140px;
}
.header .main-visual-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  outline: 1px solid rgba(129, 63, 225, 0.6);
  outline-offset: -1px;
  position: relative;
}
.header .main-visual-list-item a:hover .main-visual-img img {
  transform: scale(1.08);
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 180px;
  height: 169px;
  background: center/contain no-repeat url(../images/common/sub-visual-deco-l.png);
  z-index: -1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 178px;
  height: 168px;
  background: center/contain no-repeat url(../images/common/sub-visual-deco-r.png);
  z-index: -1;
}
.header .sub-visual-title img {
  height: 58px;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}
.header .drawer-sub-item a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.news {
  position: relative;
  z-index: 1;
}
.news-textbox {
  width: 100%;
  position: relative;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding: 20px 15px;
  background: -webkit-linear-gradient(51deg, #3f57ff 1%, #813fe1 95%);
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateX(8px);
}
.news-accent {
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-accent-tag:not(:last-child) {
  margin-right: 11px;
}
.news-accent-tag:not(:last-child)::after {
  content: "●";
  font-size: 1rem;
  margin-left: 11px;
}
.news-accent-tag-list {
  flex: 1;
  justify-content: flex-end;
}
.news-accent time {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  margin-right: 17px;
  margin-bottom: 10px;
}
.news-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.15em;
  transition: all 0.4s;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #813fe1;
  border: 2px solid #813fe1;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #813fe1;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #813fe1;
  border-bottom: 1px solid #813fe1;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #813fe1;
  border-right: 1px solid #813fe1;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #813fe1 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f57ff !important;
  transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about-content {
  flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
}
.about-right {
  max-width: 492px;
  width: 100%;
}
.about-title {
  margin-bottom: 20px;
}
.about-title img {
  height: 70px;
}
.about-textbox {
  padding: 13px 15px;
  background-color: #fff;
  border-radius: 20px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #813fe1;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-text .accent {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 900;
}

.welcome {
  background: center/cover no-repeat url(../images/about/welcome-bg.png);
}
.welcome-content {
  flex-direction: column;
}
.welcome-img {
  width: 80%;
  margin-bottom: 20px;
}
.welcome-textbox {
  max-width: 426px;
  width: 100%;
}
.welcome-title {
  margin-bottom: 20px;
}
.welcome-title img {
  height: 100px;
}
.welcome-list {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.welcome-list-item {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #813fe1;
}
.welcome-list-item:not(:last-child) {
  margin-bottom: 25px;
}

.works {
  position: relative;
  z-index: 1;
}
.works::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 40px;
  background: center/contain no-repeat url(../images/about/works-en.png);
  z-index: -1;
}
.works-inner {
  padding-top: 35px;
}
.works-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.works-list {
  flex-direction: column;
}
.works-list-item {
  max-width: 504px;
  width: 100%;
}
.works-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.works-list-title {
  font-size: 2rem;
  line-height: 1;
  color: #813fe1;
  margin-bottom: 20px;
}
.works-img {
  margin-bottom: 28px;
}
.works-text {
  line-height: 1.75;
}

.flow {
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 177px;
  height: 40px;
  background: center/contain no-repeat url(../images/about/flow-en.png);
  z-index: -1;
}
.flow-inner {
  padding-top: 80px;
}
.flow-content {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 15px 20px 15px;
  background: center/cover no-repeat url(../images/about/flow-box-bg.png);
  border-radius: 20px;
  position: relative;
}
.flow-title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.flow-title img {
  height: 45px;
}
.flow-text {
  line-height: 1;
  margin-bottom: 27px;
  text-align: center;
}
.flow-list {
  padding-left: 25px;
  position: relative;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 3px;
  height: 89%;
  background-color: #813fe1;
}
.flow-list-item {
  max-width: 350px;
  width: 100%;
}
.flow-list-item .gradation {
  width: 232px;
  margin-left: 4px;
  margin-bottom: 13px;
  border-radius: 17px;
  position: relative;
}
.flow-list-item .gradation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #813fe1;
  border-radius: 50%;
}
.flow-list-item .gradation::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: #813fe1;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.flow-list-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #813fe1;
}
.flow-time {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
  background-color: #fff;
  border-radius: 17px;
}
.flow-time .accent {
  display: inline-block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2rem;
  line-height: 1;
  background: linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit {
  position: relative;
  z-index: 1;
}
.benefit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  max-width: 1095px;
  width: 80%;
  height: 80%;
  background: center/cover no-repeat url(../images/about/benefit-bg-r-t.png);
  z-index: -1;
}
.benefit::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 251px;
  height: 40px;
  background: center/contain no-repeat url(../images/about/benefit-en.png);
  z-index: -1;
}
.benefit-inner {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.benefit-inner::before {
  position: absolute;
  content: "";
  right: -12px;
  bottom: -5px;
  width: 170px;
  height: 206px;
  background: center/contain no-repeat url(../images/about/benefit.png);
}
.benefit-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 auto 0 0;
  margin-bottom: 30px;
}
.benefit-list {
  max-width: 655px;
  width: 100%;
}
.benefit-list-item {
  max-width: 200px;
  width: 49%;
  height: 70px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.benefit-list-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
}
.benefit-list-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #813fe1;
  text-align: center;
}
.benefit-list-title .accent {
  display: inline-block;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.info {
  position: relative;
  z-index: 1;
}
.info-inner {
  position: relative;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: 231px;
  left: -274px;
  width: 105px;
  height: 111px;
  background: center/cover no-repeat url(../images/top/top-about-img-deco.png);
}
.info-inner .cmn-title {
  margin-bottom: 30px;
}
.info-table {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
.info-table tr {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 5px;
}
.info-table tr th {
  width: 130px;
  flex: none;
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(51deg, #3f57ff 24%, #813fe1 68%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-table tr td {
  flex: 1;
  padding: 15px 10px;
}

.reserve {
  overflow: hidden;
  background: left bottom/240px 225px no-repeat url(../images/about/reserve-bg-l-deco.png), right top/240px 225px no-repeat url(../images/about/reserve-bg-r-deco.png), center/cover no-repeat url(../images/about/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 0;
  width: 125px;
  height: 100px;
  background: center/contain no-repeat url(../images/about/reserve-bg-l.png);
}
.reserve::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -10px;
  width: 134px;
  height: 103px;
  background: center/contain no-repeat url(../images/about/reserve-bg-r.png);
  z-index: -1;
}
.reserve-title {
  text-align: center;
  margin-bottom: 25px;
}
.reserve-title img {
  height: 38px;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.reserve-btn {
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #813fe1 !important;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #813fe1;
  border-radius: 28px;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 19px;
  height: 14px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/about/reserve-mail-icon.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: center/cover no-repeat url(../images/about/reserve-arrow.png);
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::after {
  right: 10px;
}

/*========================================
career
==========================================*/
.career {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.career::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 187px;
  background: center left/cover no-repeat url(../images/career/career-title-bg.png);
  z-index: 1;
}
.career-inner {
  padding-top: 66px;
}
.career-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.career-title img {
  height: 94px;
}
.career-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 30px 20px;
  margin-top: -92px;
  background: center/cover no-repeat url(../images/career/career-box-bg.png);
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.career-img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 51px;
}
.career-flex {
  flex-direction: column;
}
.career-btn {
  max-width: 250px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  border-radius: 28px;
  position: relative;
}
.career-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 9px;
  height: 8px;
  background: center/cover no-repeat url(../images/career/career-btn-arrow.png);
  transition: all 0.4s;
}
.career-btn:not(:last-of-type) {
  margin-bottom: 30px;
}
.career-btn:hover {
  opacity: 0.8;
}
.career-btn:hover::after {
  top: 53%;
}

.step {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.step::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 365px;
  height: 19px;
  background: center/contain no-repeat url(../images/career/step-en.png);
}
.step-inner {
  padding-top: 30px;
}
.step-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}
.step-sub-title {
  display: block;
  width: fit-content;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 88px auto;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  border-radius: 5px;
  box-shadow: 5px 5px 0 0 #372c1e;
  position: relative;
}
.step-sub-title::before {
  position: absolute;
  content: "";
  left: 90px;
  bottom: -69px;
  width: 35px;
  height: 53px;
  background: center/cover no-repeat url(../images/career/step-title-arrow-l.png);
}
.step-sub-title::after {
  position: absolute;
  content: "";
  right: 90px;
  bottom: -69px;
  width: 35px;
  height: 53px;
  background: center/cover no-repeat url(../images/career/step-title-arrow-r.png);
}
.step-sub-title .accent {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 13px;
}
.step-flex {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.step-btn {
  max-width: 174px;
  width: 100%;
  height: 174px;
  padding-top: 36px;
  background: center/cover no-repeat url(../images/career/step-btn01.png);
  border-radius: 50%;
}
.step-btn:nth-of-type(2) {
  background: center/cover no-repeat url(../images/career/step-btn02.png);
}
.step-btn:hover {
  opacity: 0.8;
}
.step-btn:hover .step-btn-check:after {
  transform: translateY(10px);
}
.step-btn-text {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #813fe1;
  text-align: center;
}
.step-btn-check {
  font-weight: 700;
  color: #813fe1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-btn-check::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/career/step-btn-arrow.png);
  transition: all 0.4s;
}
.step-content {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  padding: 62px 15px 20px 15px;
  background: -webkit-linear-gradient(51deg, #3f57ff 1%, #813fe1 95%);
  border-radius: 20px;
  position: relative;
}
.step-content-title {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  border-radius: 5px;
  box-shadow: 3px 3px 0 0 #372c1e;
}
.step-content-title::before {
  position: absolute;
  content: "";
  top: -50px;
  left: -23px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/career/step-title-deco01.png);
}
.step-content-title-wrap {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.step-content-title-wrap .text-gradation {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  border-radius: 5px;
}
.step-list {
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}
.step-list::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  width: 3px;
  height: calc(100% - 200px);
  background-color: #fff;
}
@media (min-width: 400px) {
  .step-list::before {
    height: calc(100% - 193px);
  }
}
.step-list-item {
  max-width: 650px;
  width: 100%;
  color: #fff;
}
.step-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.step-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.step-age {
  font-family: "Dela Gothic One", sans-serif;
  display: block;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 1px 5px 10px;
  margin-bottom: 14px;
  background-color: #fff;
  border-radius: 17px;
  position: relative;
}
.step-age::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.step-age::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 26px;
  height: 3px;
  background-color: #fff;
}
.step-age .accent {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
}
.step-wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  margin-top: -80px;
}
.step-wrap:not(:last-of-type) {
  margin-bottom: 111px;
}
.step-wrap:nth-of-type(3) .step-content-title::before {
  background: center/cover no-repeat url(../images/career/step-title-deco02.png);
}
.step-sub-content-wrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.step-sub-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #813fe1;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.step-sub-content-title::before {
  content: "";
  flex: none;
  width: 28px;
  height: 28px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/career/step-sub-title-icon.png);
}
.step-sub-text {
  font-size: 1.6rem;
  line-height: 1.75;
}

#step02 {
  background: center/cover no-repeat url(../images/career/step-bg.png);
}
#step02::before {
  width: 370px;
  height: 21px;
  background: center/contain no-repeat url(../images/career/step-en02.png);
}

/*========================================
staff
==========================================*/
.tell-title {
  text-align: center;
  margin-bottom: 30px;
}
.tell-title img {
  height: 28px;
}
.tell-sub-title {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  border-radius: 5px;
  box-shadow: 5px 5px 0 0 #372c1e;
}
.tell-list {
  margin-bottom: 35px;
  flex-direction: column;
}
.tell-list-item {
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.tell-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.tell-sub-list {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.tell-sub-list-item {
  max-width: 224px;
  width: 49%;
  text-align: center;
  margin-bottom: 15px;
}
.tell-sub-list-title {
  width: 100%;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #813fe1;
  letter-spacing: 0.08em;
  padding-bottom: 13px;
  margin-bottom: 20px;
  background: center/cover no-repeat url(../images/staff/tell-txt-bg.png);
}
.tell-icon {
  margin-bottom: 16px;
}
.tell-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #813fe1;
}

.inter {
  background: center/cover no-repeat url(../images/staff/inter-bg.png);
}
.inter-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}
.inter-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 80px;
}
.inter-sub-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  margin-bottom: 35px;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  border-radius: 5px;
  box-shadow: 5px 5px 0 0 #372c1e;
}
.inter-content:first-of-type .inter-sub-title {
  position: relative;
}
.inter-content:first-of-type .inter-sub-title::before {
  position: absolute;
  content: "";
  bottom: 40px;
  right: -10px;
  width: 107px;
  height: 112px;
  background: center/contain no-repeat url(../images/staff/inter-deco.png);
  z-index: -1;
}
.inter-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.inter-flex {
  flex-direction: column;
}
.inter-img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.inter-list {
  flex-direction: column;
}
.inter-list-item {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
}
.inter-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.inter-list {
  max-width: 530px;
  width: 100%;
}
.inter-list-item {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.inter-list-item:not(:last-child) {
  margin-bottom: 16px;
}
.inter-list-title {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #813fe1;
  line-height: 1.3;
  margin-bottom: 12px;
}
.inter-textbox {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 20px;
}
.inter-sub-text {
  font-size: 1.5rem;
  line-height: 1.6;
}

/*========================================
business
==========================================*/
.intro-title {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
.intro-title .accent img {
  height: 32px;
}
.intro-content {
  flex-direction: column;
}
.intro-img {
  margin-bottom: 20px;
}
.intro-textbox {
  max-width: 500px;
  width: 100%;
}
.intro-sub-textbox {
  border-radius: 20px;
}
.intro-sub-textbox-wrap {
  padding: 22px 17px;
  background-color: #fff;
  border-radius: 20px;
}
.intro-sub-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #813fe1;
  margin-bottom: 14px;
}
.intro-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.strength {
  background: center/cover no-repeat url(../images/business/strength-bg.png);
}
.strength-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: left;
  margin: 0 auto 0 0;
  margin-bottom: 25px;
}
.strength-content {
  flex-direction: column;
}
.strength-img {
  margin-bottom: 20px;
}
.strength-textbox {
  max-width: 500px;
  width: 100%;
}
.strength-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 17px;
}
.strength-text .accent {
  font-size: 1.8rem;
  font-weight: 700;
  color: #813fe1;
}

.case {
  position: relative;
  z-index: 1;
}
.case::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 214px;
  height: 41px;
  background: center/contain no-repeat url(../images/business/case-en.png);
  z-index: -1;
}
.case-inner {
  padding-top: 35px;
}
.case-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
.case-text {
  font-size: 1.6rem;
  line-height: 1.777777;
  text-align: center;
  margin-bottom: 25px;
}
.case-list {
  flex-direction: column;
}
.case-list-item {
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.case-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.case-list-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #813fe1;
}
.case-img {
  margin-bottom: 9px;
}

.environment {
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
}
.environment-content {
  flex-direction: column;
}
.environment-img {
  margin-bottom: 10px;
}
.environment-textbox {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  border-radius: 20px;
}
.environment-textbox-wrap {
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.environment-title {
  margin-bottom: 20px;
}
.environment-title img {
  height: 34px;
}
.environment-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.environment-text .accent {
  font-size: 1.8rem;
  font-weight: 700;
  color: #813fe1;
}

.trans {
  position: relative;
  z-index: 1;
}
.trans::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 1096px;
  width: 80%;
  height: 100%;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  z-index: -1;
  opacity: 0.1;
}
.trans::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 195px;
  height: 47px;
  background: center/contain no-repeat url(../images/business/flow-en.png);
  z-index: -1;
}
.trans-inner {
  padding-top: 30px;
}
.trans-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
.trans-list {
  counter-reset: number 0;
  flex-direction: column;
}
.trans-list-item {
  max-width: 320px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.trans-list-item:not(:last-child) {
  margin-bottom: 59px;
}
.trans-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%) rotate(90deg);
  width: 40px;
  height: 25px;
  background: center/contain no-repeat url(../images/business/flow-arrow.png);
}
.trans-list-item:last-child::before {
  display: none;
}
.trans-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #813fe1;
  text-align: center;
  margin-bottom: 14px;
}
.trans-textbox {
  width: 100%;
  height: 100%;
  padding: 37px 25px 25px 25px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.trans-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  opacity: 0.1;
  counter-increment: number 1;
  content: "0" counter(number);
}
.trans-icon {
  margin-bottom: 26px;
}
.trans-text {
  text-align: left;
}

#business .reserve {
  background: center right -100px/cover no-repeat url(../images/business/reserve-bg.png);
  border-top: 1px solid #3f57ff;
  border-image: linear-gradient(51deg, #3f57ff 34%, #813fe1 59%) 1;
}
#business .reserve::before {
  display: none;
}
#business .reserve::after {
  display: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #813fe1;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #813fe1;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #813fe1;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #813fe1;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #813fe1;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #813fe1;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #813fe1;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #813fe1;
  border-right: 1px solid #813fe1;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #3f57ff !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: -webkit-linear-gradient(51deg, #3f57ff 34%, #813fe1 59%);
  position: relative;
  z-index: 1;
}
.footer-inner {
  padding: 35px 0;
  flex-direction: column;
  text-align: center;
}
.footer-logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}
.footer-content {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-link {
  justify-content: flex-start;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-tel {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 28px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-contact {
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #813fe1 !important;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #813fe1;
  border-radius: 28px;
  position: relative;
}
.footer-contact::before {
  content: "";
  width: 19px;
  height: 14px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/about/reserve-mail-icon.png);
}
.footer-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: center/cover no-repeat url(../../images/about/reserve-arrow.png);
  transition: all 0.4s;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-contact:hover::after {
  right: 10px;
}
.footer-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 392px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 260px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 42px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}

.en-footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 0;
  text-align: center;
  letter-spacing: 0.12em;
  background-color: #fff;
}/*# sourceMappingURL=style-sp.css.map */