@font-face {
  font-family: AvenirNextCondensed-DemiBold;
  src: url(../font/avenir-next-condensed-demi-bold.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
html {
  font-size: 0.0694vw;
}

.main__sp {
  width: 26.0416666667vw;
  margin: auto;
  position: relative;
}

.main__wrapper {
  display: flex;
  justify-content: space-between;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.left__content {
  width: 46.5277777778vw;
}
.left__content .content__text {
  width: 46.5277777778vw;
  height: 100vh;
  padding: 30rem;
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #f0e7e0 0%, #f9f0ed 24.64%, #faf4f1 50.92%, #f9f3f2 76.67%, #f7f1ef 100%);
}
.left__content .content__text .fixed__btns {
  width: calc(100% - 60rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  visibility: visible;
}
.left__content .content__text .fixed__btns .f__btn {
  height: 80rem;
}
.left__content .t__title {
  font-weight: normal;
  font-size: 60rem;
  line-height: 105rem;
  text-align: center;
  color: #000;
}
.left__content .c__txt {
  font-weight: normal;
  font-size: 18rem;
  line-height: 60rem;
  text-align: center;
  color: #000;
}
.left__content .p__txt {
  font-weight: bold;
  font-size: 24rem;
  line-height: 33.6rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}
.left__content .c__image {
  width: 100%;
  margin-top: 10rem;
  display: flex;
}

.right__content {
  width: 20.8333333333vw;
  height: 100vh;
  padding-top: 10rem;
}
.right__content .right__list {
  width: 20.8333333333vw;
  height: 100%;
  padding: 0 12rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right__content .right__list .p__item {
  width: 100%;
  height: auto;
  margin: 10rem 0;
  padding: 10rem 20rem;
  border-radius: 10rem;
  background: #f7f8f8;
}
.right__content .right__list .p__item ul {
  width: 100%;
}
.right__content .right__list .p__item ul li {
  margin-bottom: 20rem;
}
.right__content .right__list .p__item ul li a {
  font-weight: bold;
  font-size: 20rem;
  line-height: 1.5;
  text-align: left;
  color: transparent;
  background: linear-gradient(to right, #56CCF2 0%, #2F80ED 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.right__content .right__list .p__item ul li ul.child {
  width: 100%;
  margin-top: 7rem;
}
.right__content .right__list .p__item ul li ul.child li {
  margin-bottom: 5rem;
}
.right__content .right__list .p__item ul li ul.child li a {
  font-weight: normal;
  font-size: 14rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
  background: transparent;
}

header {
  width: 100%;
  height: 60rem;
  padding: 0 20rem;
  background: #fff;
  box-shadow: 0rem 2rem 3rem rgba(206, 206, 206, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
}
header.fixed {
  position: sticky;
  animation: fadeIn 0.3s forwards;
}
header .logo {
  width: 80rem;
  display: flex;
  position: relative;
  z-index: 1;
}
header .sp-menu {
  width: 20rem;
  height: 16rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  top: 8rem;
  transform: rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 8rem;
  transform: rotate(-45deg);
}
header .sp-menu span {
  width: 20rem;
  height: 0rem;
  background: transparent;
  border-top: 1.5rem solid #322828;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 8rem;
}
header .sp-menu span + span + span {
  top: 16rem;
}

.hambeg__menu {
  width: 375rem;
  height: 100vh;
  padding-top: 90rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.hambeg__menu .hambeg__inner {
  height: calc(100vh - 150rem);
  overflow: auto;
}
.hambeg__menu ul {
  width: 335rem;
  margin: auto;
}
.hambeg__menu ul li {
  margin-bottom: 20rem;
}
.hambeg__menu ul li a {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: left;
  color: transparent;
  background: linear-gradient(to right, #56CCF2 0%, #2F80ED 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hambeg__menu ul li ul.child {
  width: 100%;
  margin-top: 7rem;
}
.hambeg__menu ul li ul.child li {
  margin-bottom: 5rem;
}
.hambeg__menu ul li ul.child li a {
  font-weight: normal;
  font-size: 16rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
  background: transparent;
}

.fixed__btns {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
  top: calc(100% - 60rem);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.fixed__btns.visible {
  visibility: visible;
  opacity: 1;
}
.fixed__btns .f__btn {
  width: 50%;
  height: 60rem;
  background: #22ac38;
  border: 2rem solid #22ac38;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed__btns .f__btn span {
  font-weight: bold;
  font-size: 15rem;
  line-height: 26.25rem;
  text-align: center;
  color: #fff;
}
.fixed__btns .f__btn:last-child {
  background: white;
}
.fixed__btns .f__btn:last-child span {
  color: #22ac38;
}

.frontview {
  width: 100%;
  margin-top: -60rem;
  display: flex;
  position: relative;
}
.frontview .catch__text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100rem;
}
.frontview .catch__text .en__title {
  font-weight: normal;
  font-size: 42rem;
  line-height: 73.5rem;
  text-align: center;
  color: #fff;
}
.frontview .catch__text .ja__title {
  font-weight: normal;
  font-size: 20rem;
  line-height: 50rem;
  margin-top: 15rem;
  text-align: center;
  color: #fff;
}
.frontview .catch__mark {
  width: 320rem;
  height: 100rem;
  border-radius: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.frontview .catch__mark p {
  font-weight: 500;
  font-size: 18rem;
  line-height: 28rem;
  text-align: center;
  color: #000;
}
.frontview .catch__mark p span {
  font-weight: 900;
  font-size: 26rem;
  display: block;
}

.content__list {
  width: 335rem;
  margin: auto;
  margin-top: 100rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__list .c__link {
  width: 162.5rem;
  height: 60rem;
  margin-bottom: 10rem;
  border-radius: 10rem;
  background: linear-gradient(to top, #56b1f2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content__list .c__link:nth-child(3), .content__list .c__link:nth-child(4) {
  background: linear-gradient(to top, #56ccf2 0%, #7cbeeb 100%);
}
.content__list .c__link .c__lbl {
  font-weight: 500;
  font-size: 14rem;
  line-height: 27rem;
  text-align: center;
  color: #fff;
}
.content__list .c__link .icon {
  width: 12rem;
  margin-top: 5rem;
  display: flex;
}

.content__title .en__txt {
  width: 80rem;
  height: 20rem;
  margin: auto;
  border-radius: 10rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #56CCF2 0%, #2F80ED 100%);
  position: relative;
}
.content__title .en__txt.w-120 {
  width: 120rem;
}
.content__title .en__txt.w-200 {
  width: 200rem;
}
.content__title .en__txt.w-100 {
  width: 100rem;
}
.content__title .en__txt:after {
  content: "";
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 10rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content__title .en__txt span {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: center;
  color: transparent;
  background: linear-gradient(to right, #56CCF2 0%, #2F80ED 100%);
  -webkit-background-clip: text; /* For WebKit browsers */
  background-clip: text;
  position: relative;
  z-index: 2;
}
.content__title .ja__txt {
  font-weight: bold;
  font-size: 26rem;
  letter-spacing: 0;
  line-height: 42rem;
  margin-top: 8rem;
  text-align: center;
  color: #000;
}
.content__title .ja__txt.c01 {
  font-size: 30rem;
}
.content__title .ja__txt.italic {
  font-style: italic;
}

.united__content {
  padding-top: 100rem;
}
.united__content .t__lbl {
  font-weight: 500;
  font-size: 22rem;
  text-align: center;
  line-height: 1.5;
}
.united__content .about__cap {
  width: 275rem;
  margin: auto;
  margin-top: 33rem;
}
.united__content .c__txt {
  width: 335rem;
  margin: auto;
  margin-top: 20rem;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: justify;
  color: #000;
}
.united__content .about__man {
  width: 260rem;
  margin: auto;
  margin-top: 25rem;
}
.united__content .content__items {
  width: 335rem;
  margin: auto;
  margin-top: 40rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.united__content .content__items .c__item {
  width: 105rem;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 24.5rem;
  padding: 2rem 1rem;
  margin-bottom: 10rem;
  text-align: center;
  display: inline-block;
  color: #000;
  border: 1rem solid #000;
}
.united__content .content__items .c__item:nth-child(2) {
  width: 220rem;
}
.united__content .content__items .c__item:nth-child(3) {
  width: 190rem;
}
.united__content .content__items .c__item:nth-child(4) {
  width: 135rem;
}
.united__content .content__items .c__item:nth-child(5) {
  width: 160rem;
}
.united__content .content__items .c__item:nth-child(6) {
  width: 165rem;
}

.reason__content {
  padding-top: 50rem;
}
.reason__content .content__text {
  margin-top: 20rem;
  padding: 50rem 0;
  background: #f7f8f8;
}
.reason__content .content__text .c__text {
  width: 300rem;
  height: auto;
  padding: 25rem 0;
  margin: auto;
  margin-bottom: 20rem;
  border-radius: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reason__content .content__text .c__text .t__txt {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 27rem;
  text-align: center;
  color: #000;
}
.reason__content .content__text .c__text .line {
  width: 40rem;
  height: 0rem;
  margin: 15rem 0;
  background: transparent;
  border-top: 2rem solid #2f80ed;
}
.reason__content .content__text .c__text .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: center;
  color: #000;
}

.salary__content {
  margin: 80rem 0;
}
.salary__content.flow__content .content__items .c__item:last-child .c__lbl:after {
  content: unset;
}
.salary__content.flow__content .content__items .c__lbl {
  flex-direction: column;
  position: relative;
}
.salary__content.flow__content .content__items .c__lbl:after {
  content: "";
  width: 0;
  height: 40rem;
  border-left: 1rem dashed #b5b5b6;
  position: absolute;
  left: 50%;
  bottom: -35rem;
  transform: translate(-50%);
  z-index: -1;
}
.salary__content.flow__content .content__items .c__lbl .s__lbl {
  font-weight: bold;
  font-size: 12rem;
  line-height: 16rem;
  text-align: center;
  color: #fff;
}
.salary__content.flow__content .content__items .c__lbl .num {
  font-weight: bold;
  font-size: 20rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}
.salary__content .n__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 1rem;
  text-align: center;
  color: #000;
}
.salary__content .content__items {
  width: 335rem;
  margin: auto;
  margin-top: 30rem;
}
.salary__content .content__items .c__item {
  margin-bottom: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.salary__content .content__items .c__item .c__lbl {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}
.salary__content .content__items .c__item .c__text {
  width: calc(100% - 60rem - 20rem);
}
.salary__content .content__items .c__item .c__text .price {
  font-weight: bold;
  font-size: 16rem;
  line-height: 22rem;
  text-align: left;
  color: #000;
}
.salary__content .content__items .c__item .c__text .c__txt {
  font-weight: normal;
  font-size: 12rem;
  line-height: 14rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}

.working__content {
  padding-top: 50rem;
}
.working__content .work__list {
  width: 350rem;
  margin: auto;
  margin-top: 20rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.working__content .work__list .w__link {
  width: 170rem;
  height: 90rem;
  margin-bottom: 10rem;
  background: #f7f8f8;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  cursor: pointer;
}
.working__content .work__list .w__link:hover {
  background: #2f80ed;
}
.working__content .work__list .w__link:hover .icon svg path {
  fill: #fff;
}
.working__content .work__list .w__link:hover .t__lbl {
  color: white;
}
.working__content .work__list .w__link:hover .line {
  border-color: white;
}
.working__content .work__list .w__link:hover .c__txt {
  color: white;
}
.working__content .work__list .w__link.active {
  background: #2f80ed;
}
.working__content .work__list .w__link.active .icon svg path {
  fill: #fff;
}
.working__content .work__list .w__link.active .t__lbl {
  color: white;
}
.working__content .work__list .w__link.active .line {
  border-color: white;
}
.working__content .work__list .w__link.active .c__txt {
  color: white;
}
.working__content .work__list .w__link .icon {
  width: 16rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translate(-50%);
}
.working__content .work__list .w__link .icon svg {
  width: 100%;
  height: 100%;
}
.working__content .work__list .w__link .icon svg path {
  transition: 0.3s;
}
.working__content .work__list .w__link .t__lbl {
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #c9caca;
  transition: 0.3s;
}
.working__content .work__list .w__link .line {
  width: 140rem;
  height: 0rem;
  margin: 4rem 0;
  background: transparent;
  border: 1rem solid #c9caca;
  transition: 0.3s;
}
.working__content .work__list .w__link .c__txt {
  font-size: 10rem;
  line-height: 17.5rem;
  text-align: center;
  color: #c9caca;
  transition: 0.3s;
}
.working__content .work__item {
  margin-top: 30rem;
  margin-bottom: 40rem;
  display: none;
}
.working__content .work__item.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}
.working__content .work__item .w__mark {
  width: 100%;
  height: 100rem;
  background: #f7f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.working__content .work__item .w__mark .w__lbl {
  font-weight: 600;
  font-size: 22rem;
  line-height: 38.5rem;
  text-align: center;
  color: #000;
}
.working__content .work__item .w__mark .line {
  width: 269.29rem;
  height: 0rem;
  margin: 7rem 0;
  background: transparent;
  border-top: 2rem solid #000;
}
.working__content .work__item .w__mark .w__txt {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: center;
  color: #000;
}
.working__content .work__item .month__mark {
  width: 200rem;
  height: 25rem;
  margin: auto;
  margin-top: 50rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.working__content .work__item .month__mark span {
  font-weight: bold;
  font-size: 18rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.working__content .work__item .month__schedule {
  width: 100%;
  margin-top: 30rem;
}
.working__content .work__item .point__lbl {
  width: 90rem;
  height: 22.13rem;
  margin: auto;
  margin-top: 40rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.working__content .work__item .p__txt {
  width: 325rem;
  margin: auto;
  margin-top: 20rem;
  font-weight: normal;
  font-size: 14rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.working__content .schedule__item {
  width: 335rem;
  margin: auto;
  margin-top: 40rem;
}
.working__content .schedule__item table {
  border-collapse: collapse;
}
.working__content .schedule__item table tr:last-child td .time:after {
  content: unset;
}
.working__content .schedule__item table tr td {
  padding: 20rem 0;
}
.working__content .schedule__item table tr td:first-child {
  position: relative;
}
.working__content .schedule__item table tr td .time {
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  background: #56ccf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13rem;
  line-height: 14rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.working__content .schedule__item table tr td .time:after {
  content: "";
  width: 0;
  height: 55rem;
  border-left: 2rem solid #56ccf2;
  position: absolute;
  left: 50%;
  bottom: -55rem;
  transform: translate(-50%);
}
.working__content .schedule__item table tr td:last-child {
  width: calc(100% - 70rem);
  padding-left: 20rem;
}
.working__content .schedule__item table tr td:last-child .t__lbl {
  font-weight: bold;
  font-size: 16rem;
  line-height: 21rem;
  text-align: left;
  color: #000;
}
.working__content .schedule__item table tr td:last-child .c__txt {
  font-weight: normal;
  font-size: 11rem;
  line-height: 15rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.working__content .schedule__item table tr td:last-child .c__txt span {
  background: #f6ea04;
}

.worklife__content {
  padding-top: 50rem;
}
.worklife__content .life__txt {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 20rem;
  text-align: center;
  color: #000;
}
.worklife__content .life__items {
  width: 335rem;
  margin: auto;
  margin-top: 30rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.worklife__content .life__items .f__item {
  width: 160rem;
  display: flex;
  position: relative;
  margin-top: 20rem;
}
.worklife__content .life__items .f__item:nth-child(2n) {
  margin-top: 100rem;
}
.worklife__content .life__items .f__item .p__lbl {
  width: 71rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: -11rem;
  transform: translate(-50%);
}
.worklife__content .life__items .f__item .c__txt {
  width: 100%;
  height: 40rem;
  font-weight: 600;
  font-size: 13rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  padding-top: 5rem;
  text-align: center;
  color: #000;
  background: white;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -20rem;
  z-index: 1;
}

.free__lbl {
  font-weight: 500;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 33rem;
  margin-top: 35rem;
  text-align: center;
  color: #000;
}

.free__items {
  width: 355rem;
  margin: auto;
  margin-top: 50rem;
}
.free__items .f__item {
  width: 100%;
  display: flex;
  margin-bottom: 20rem;
}

.line__mark {
  font-weight: 500;
  font-size: 18rem;
  line-height: 28rem;
  margin-top: 40rem;
  text-align: center;
  color: #000;
}
.line__mark span {
  font-size: 26rem;
  font-weight: bold;
  display: block;
}

.line__link {
  width: 335rem;
  height: 60rem;
  margin: auto;
  margin-top: 25rem;
  background: #22ac38;
  border: 2rem solid #22ac38;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.line__link .lbl {
  font-weight: bold;
  font-size: 18rem;
  line-height: 31.5rem;
  text-align: center;
  color: #fff;
}
.line__link .icon {
  width: 6rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
}

.career__content {
  margin-top: 100rem;
  padding: 40rem 0;
  background: #f7f8f8;
}
.career__content .cr__txt {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 30rem;
  text-align: center;
  color: #000;
}
.career__content .career__img {
  width: 335rem;
  display: flex;
  margin: 20rem auto;
}
.career__content .cb__lbl {
  font-weight: bold;
  font-style: italic;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: center;
  color: #000;
}
.career__content .c__txt {
  width: 335rem;
  margin: auto;
  margin-top: 20rem;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: left;
  color: #000;
}

.career__items {
  width: 335rem;
  margin: auto;
  margin-top: 60rem;
}
.career__items .c__item {
  width: 100%;
  margin-bottom: 40rem;
}
.career__items .c__item .c__part {
  display: flex;
  align-items: center;
}
.career__items .c__item .c__part .point {
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.career__items .c__item .c__part .point .lbl {
  font-weight: bold;
  font-size: 10rem;
  line-height: 12rem;
  text-align: center;
  color: #fff;
}
.career__items .c__item .c__part .point .num {
  font-weight: bold;
  font-size: 22rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}
.career__items .c__item .c__part .c__lbl {
  font-weight: bold;
  font-style: italic;
  font-size: 19rem;
  margin-left: 15rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}
.career__items .c__item .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.worry__content {
  margin-top: 100rem;
}
.worry__content .worry__items {
  width: 335rem;
  margin: auto;
  margin-top: 30rem;
}
.worry__content .worry__items .w__item {
  width: 100%;
  height: 62rem;
  margin-bottom: 10rem;
  border-radius: 10rem;
  background: #b5b5b6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.worry__content .worry__items .w__item:nth-child(2n) {
  background: #c9caca;
}
.worry__content .worry__items .w__item .w__lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.worry__content .worry__items .w__item .w__txt {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  margin-top: 5rem;
  text-align: center;
  color: #fff;
}
.worry__content .p__arrow {
  width: 60rem;
  margin: 30rem auto;
  display: flex;
}
.worry__content .m__txt {
  font-weight: bold;
  font-style: italic;
  font-size: 23rem;
  letter-spacing: 0.05em;
  line-height: 43rem;
  text-align: center;
  color: #000;
}
.worry__content .pep__image {
  width: 215rem;
  margin: 30rem auto;
  display: flex;
}
.worry__content .worry__terms {
  width: 335rem;
  margin: auto;
}
.worry__content .worry__terms .wt__item {
  width: 335rem;
  height: auto;
  margin-bottom: 20rem;
  padding: 15rem;
  border-radius: 10rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.worry__content .worry__terms .wt__item .w__lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}
.worry__content .worry__terms .wt__item .w__txt {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  margin-top: 5rem;
  text-align: center;
  color: #fff;
}
.worry__content .worry__terms .wt__item .c__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  margin-top: 10rem;
  text-align: left;
  color: #fff;
}

.flow__content {
  padding-top: 70rem;
}
.flow__content .f__txt {
  width: 335rem;
  margin: auto;
  margin-top: 30rem;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  text-align: left;
  color: #000;
}

.voice__content {
  margin-top: 60rem;
}
.voice__content .voice__items {
  width: 335rem;
  margin: auto;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.voice__content .voice__items .v__item {
  width: 160rem;
  display: flex;
  position: relative;
  margin-top: 30rem;
}
.voice__content .voice__items .v__item:nth-child(2n) {
  margin-top: 140rem;
}
.voice__content .voice__items .v__item .ct__text {
  width: 100%;
  padding-top: 6rem;
  background: white;
  position: absolute;
  top: 145rem;
  left: 0;
  z-index: 1;
}
.voice__content .voice__items .v__item .ct__text .ct__lbl {
  font-weight: bold;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  text-align: center;
  color: #000;
}
.voice__content .voice__items .v__item .ct__text .ct__txt {
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.05em;
  line-height: 14rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}

.faq__content {
  margin-top: 200rem;
}
.faq__content .faq__items {
  width: 335rem;
  margin: auto;
  margin-top: 30rem;
}
.faq__content .faq__items .f__item {
  margin-bottom: 20rem;
}
.faq__content .faq__items .f__item .f__lbl {
  width: 335rem;
  height: auto;
  font-style: italic;
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  padding: 10rem;
  text-align: left;
  color: #000;
  background: #efefef;
}
.faq__content .faq__items .f__item .f__text {
  width: 335rem;
  height: auto;
  padding: 10rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
}
.faq__content .faq__items .f__item .f__text .a__txt {
  font-weight: bold;
  font-style: italic;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  text-align: left;
  color: #fff;
}
.faq__content .faq__items .f__item .f__text .txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 16rem;
  margin-top: 5rem;
  text-align: left;
  color: #fff;
}

.fp__lbl {
  font-style: italic;
  font-weight: bold;
  font-size: 30rem;
  margin-top: 60rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}
.fp__lbl span {
  display: block;
}

.company__content {
  margin-top: 100rem;
}
.company__content .c__image {
  width: 335rem;
  display: flex;
  margin: auto;
  margin-top: 30rem;
}
.company__content .cb__lbl {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 34rem;
  margin-top: 30rem;
  text-align: center;
  color: #000;
}
.company__content .company__inner {
  width: 300rem;
  margin: auto;
  margin-top: 20rem;
  margin-bottom: 50rem;
  position: relative;
}
.company__content .company__inner .swiper-button-prev {
  width: 11rem;
  height: 30.21rem;
  left: -15rem;
  background: url(../img/c_left.webp);
  background-size: 100% 100%;
  color: transparent;
}
.company__content .company__inner .swiper-button-next {
  width: 11rem;
  height: 30.21rem;
  right: -15rem;
  background: url(../img/c_right.webp);
  background-size: 100% 100%;
  color: transparent;
}
.company__content .company__inner .company__slider .c__item {
  width: 300rem;
  height: 160rem;
  padding: 16rem;
  border-radius: 20rem;
  background: #f7f8f8;
}
.company__content .company__inner .company__slider .c__item .c__lbl {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  text-align: center;
  color: #2f80ed;
}
.company__content .company__inner .company__slider .c__item .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
.company__content .cb__txt {
  width: 334.6rem;
  margin: auto;
  margin-top: 5rem;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.company__content .enter__terms {
  padding: 30rem 0;
  margin-top: 30rem;
  background: #f7f8f8;
  text-align: center;
}
.company__content .enter__terms .et__lbl {
  font-weight: normal;
  font-size: 17.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 3rem 15rem;
  margin-bottom: 20rem;
  border-radius: 12.5rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
}
.company__content .enter__terms .e__item {
  width: 315rem;
  height: auto;
  margin: auto;
  padding: 10rem 25rem;
  border-radius: 10rem;
  background: #fff;
}
.company__content .enter__terms .e__item .num {
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.company__content .enter__terms .e__item .e__lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 34rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}
.company__content .enter__terms .e__item .line {
  width: 30rem;
  height: 2rem;
  margin: 12rem auto;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
}
.company__content .enter__terms .e__item .e__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: left;
  color: #000;
}
.company__content .enter__terms .e__item .ep__txt {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 34rem;
  margin-top: 10rem;
  text-align: center;
  color: #000;
}
.company__content .enter__terms .e__item .et__term {
  width: 100%;
  margin-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #000;
}
.company__content .enter__terms .e__item .et__term .eq__txt {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: center;
  color: #000;
}
.company__content .enter__terms .e__item .et__term .er__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 4rem;
  text-align: left;
  color: #000;
}
.company__content .enter__terms .arrow {
  width: 30rem;
  margin: 10rem auto;
}
.company__content .dt__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.interview__content {
  margin-top: 70rem;
}
.interview__content .inter__info {
  margin-top: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interview__content .inter__info .c__image {
  width: 30rem;
  margin-right: 50rem;
  display: flex;
}
.interview__content .inter__info .c__txt {
  font-weight: normal;
  font-size: 15rem;
  letter-spacing: 0.05em;
  line-height: 40rem;
  text-align: left;
  color: #000;
}
.interview__content .content__text {
  width: 100%;
  height: auto;
  margin-top: 20rem;
  padding: 30rem 20rem;
  background: #f7f8f8;
}
.interview__content .content__text .t__txt {
  font-weight: bold;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 40rem;
  text-align: left;
  color: #000;
}
.interview__content .content__text .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}

.job__content {
  margin-top: 70rem;
}
.job__content .content__text {
  margin-top: 28rem;
  margin-bottom: 80rem;
}
.job__content .content__text table {
  width: 100%;
  border-collapse: collapse;
}
.job__content .content__text table tr {
  border-top: 1rem solid #231815;
  display: grid;
}
.job__content .content__text table tr:last-child {
  border-bottom: 1rem solid #231815;
}
.job__content .content__text table tr td {
  font-weight: normal;
  font-size: 13rem;
  letter-spacing: 0.05em;
  line-height: 18rem;
  padding: 15rem 5rem;
  text-align: left;
  color: #000;
}
.job__content .content__text table tr td:last-child {
  padding-top: 5rem;
}
.job__content .content__text table tr td:first-child {
  font-weight: bold;
  padding-bottom: 0;
}

footer {
  width: 100%;
  height: auto;
  padding: 35rem 30rem 100rem;
  margin-top: 40rem;
  background: linear-gradient(to right, #56ccf2 0%, #2f80ed 100%);
  text-align: center;
}
footer .c__lbl {
  font-weight: bold;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: center;
  color: #fff;
}
footer .address__txt {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}
footer .tel {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  margin-top: 10rem;
  display: inline-block;
  text-align: center;
  color: #fff;
}
footer .line {
  width: 100%;
  height: 0rem;
  margin: 12rem 0;
  background: transparent;
  border-top: 1rem solid #fff;
}
footer .copyright {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666vw;
  }
  .main__sp {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */