@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

main {
  margin-top: 60px;
}

iframe {
  box-sizing: border-box;
}

.inline-block {
  display: inline-block;
}

.is-md {
  display: none;
}

.is-lg {
  display: none;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-weight: 700;
  font-size: 20px;
  border-radius: 100vh;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(85, 85, 85, 0.2);
  transition: all 0.2s ease-out;
}
.button:hover {
  opacity: 0.6;
  box-shadow: none;
}
.button--primary {
  background-color: #f57c00;
}

.entry-button {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #f57c00;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.5);
  transition: all 0.2s ease-out;
}
.entry-button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.entry-button__text {
  position: relative;
  top: 0.2em;
  width: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.2s ease-out;
  /* &:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);

    @include md {
      bottom: -24px;
    }
  } */
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 8px 16px;
  background-color: #ffffff;
}
.header__logo {
  height: 40px;
}

.sp-nav {
  position: fixed;
  bottom: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all 0.2s;
}
.sp-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 400px;
}
.sp-nav__item {
  width: 100%;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.sp-hamburger__button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.sp-hamburger__button span:before {
  bottom: 8px;
}
.sp-hamburger__button span:after {
  top: 8px;
}

.sp-hamburger__button span,
.sp-hamburger__button span:before,
.sp-hamburger__button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #49aafa;
  position: absolute;
  transition: all 0.2s ease-out;
}

#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .sp-hamburger__button span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .sp-hamburger__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .sp-hamburger__button span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .sp-nav {
  bottom: 0;
}

.pc-nav {
  display: none;
}
.pc-nav__item {
  margin-right: 16px;
  font-weight: 700;
}
.pc-nav__item:last-child {
  margin-right: 0;
}
.pc-nav__button {
  width: 200px;
}
.fv__img {
  width: 100%;
  height: 240px;
  background-image: url(../images/fv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fv__texts {
  padding: 20px;
}
.fv__baloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #49aafa;
  padding-bottom: 8px;
  margin-bottom: 24px;
  width: 100%;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  text-align: center;
  color: #49aafa;
}
.fv__baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(400%);
  border: solid 12px transparent;
  border-top: solid 12px #49aafa;
  border-left: solid 12px #49aafa;
}
.fv__baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(335%);
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  border-left: solid 14px #fff;
  margin-top: -10px;
  margin-left: 5px;
}
.fv__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.fv__title {
  font-size: clamp(28px, 8vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
.fv__button {
  display: none;
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}

.message {
  font-size: 2rem;
  line-height: 2;
  background-color: #49aafa;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) inset;
}
.message__inner {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.message__want {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 3.4rem);
  font-weight: 700;
}
.message__want li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.message__want li:first-child {
  margin-bottom: 20px;
}
.message__want li span {
  display: inline;
  width: 100%;
  border-bottom: 3px solid #ffffff;
}
.message__text {
  font-size: 1.8rem;
  line-height: 2;
  color: #ffffff;
  text-align: justify;
}
.message__text--strong {
  margin: 0 4px;
  font-size: 1.2em;
  font-weight: 700;
}
.message__text a {
  margin: 0 4px;
  text-decoration: underline;
}

.jobs {
  width: 100%;
  background-color: #ffffff;
}
.jobs__container {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.jobs__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.jobs__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}
.jobs__lead {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  color: #0240c5;
}
.jobs__description {
  margin-bottom: 2rem;
}
.jobs__img {
  width: 100%;
}

.client {
  border: 2px solid #49aafa;
  padding: 20px;
  margin-bottom: 24px;
}
.client__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #49aafa;
}
.client__troubles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.client__trouble {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}
.client__icon {
  width: 100px;
  height: 100px;
}
.client__text {
  width: 160px;
}

.former-job__title {
  position: relative;
  padding: 8px 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #49aafa;
  color: #ffffff;
}
.former-job__title::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-top: 10px solid #49aafa;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.former-job__texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 16px 12px;
  background-color: #e3f2ff;
}
.former-job__text {
  font-size: 18px;
}
.former-job__text--big {
  font-size: 1.5em;
  font-weight: 700;
  color: #0240c5;
}

.top5__inner {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.top5__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.top5__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}
.top5__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.card {
  position: relative;
  min-height: 180px;
  padding: 2rem 2rem 4.4rem;
  text-align: center;
  cursor: pointer;
}
.card--no1 {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/oLimg-01.jpg");
  background-size: cover;
  transition: all 0.3s ease-out;
}
.card--no1:hover {
  background: linear-gradient(130deg, rgba(68, 121, 226, 0.8), rgba(68, 121, 226, 0.8)), url("../images/oLimg-01.jpg");
  background-size: cover;
}
.card--no2 {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/oLimg-02.jpg");
  background-size: cover;
  transition: all 0.3s ease-out;
}
.card--no2:hover {
  background: linear-gradient(130deg, rgba(68, 121, 226, 0.8), rgba(68, 121, 226, 0.8)), url("../images/oLimg-02.jpg");
  background-size: cover;
}
.card--no3 {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/oLimg-03.jpg");
  background-size: cover;
  transition: all 0.3s ease-out;
}
.card--no3:hover {
  background: linear-gradient(130deg, rgba(68, 121, 226, 0.8), rgba(68, 121, 226, 0.8)), url("../images/oLimg-03.jpg");
  background-size: cover;
}
.card--no4 {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/oLimg-04.jpg");
  background-size: cover;
  transition: all 0.3s ease-out;
}
.card--no4:hover {
  background: linear-gradient(130deg, rgba(68, 121, 226, 0.8), rgba(68, 121, 226, 0.8)), url("../images/oLimg-04.jpg");
  background-size: cover;
}
.card--no5 {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/oLimg-05.jpg");
  background-size: cover;
  transition: all 0.3s ease-out;
}
.card--no5:hover {
  background: linear-gradient(130deg, rgba(68, 121, 226, 0.8), rgba(68, 121, 226, 0.8)), url("../images/oLimg-05.jpg");
  background-size: cover;
}
.card__number {
  font-size: 3rem;
  font-weight: 700;
  color: #0240c5;
}
.card__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.card:before {
  content: "+";
  position: absolute;
  bottom: 0.8rem;
  right: 1.2rem;
  font-size: 4rem;
  font-weight: 700;
  color: #0240c5;
  line-height: 1;
}
.card:hover .card__number,
.card:hover .card__title, .card:hover:before {
  color: #ffffff;
}

.slider {
  background-color: #e3f2ff;
}
.slider__text {
  width: 90%;
  margin: 5px auto 0;
  font-size: 1.6rem;
}

.slick-dots {
  background-color: #e3f2ff;
}

.flow__wrapper {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.flow__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.flow__steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 40px 0;
}
.flow__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}

.step {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  background-color: #e3f2ff;
}
.step__number {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #0240c5;
  color: #ffffff;
  border-radius: 15px;
}
.step__title {
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.step__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 0 1.2rem;
  text-align: center;
}
.step__icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step__description {
  margin-bottom: 0.5em;
}
.step__description:last-child {
  margin-bottom: 0;
}

.entry {
  padding: 12rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.entry__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.entry__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}

.entry-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 3.4rem 1rem;
  background-color: #49aafa;
  transition: opacity 0.3s ease-out;
}
.entry-card__text {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
.entry-card__text::after {
  content: url(../img/ionic-ios-arrow-dropright-circle-2.png);
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.3 ease-out;
}
.entry-card__border {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  margin-right: 20px;
}
.entry-card:hover {
  opacity: 0.6;
  transition: opacity 0.15s ease-out;
}
.entry-card:hover .entry-card__text::after {
  right: 10px;
  transition: all 0.15 ease-out;
}

.check {
  background-color: #49aafa;
}
.check__container {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.check__inner {
  padding: 28px 20px;
  background-color: #ffffff;
  border: 8px double #49aafa;
}
.check__title {
  font-size: 3.2rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.check__catch {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  color: #49aafa;
}
.check__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 4px auto 20px;
  padding: 24px 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  border-radius: 100vh;
  text-align: center;
  color: #ffffff;
  background-color: #f57c00;
  box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.5);
  transition: all 0.2s ease-out;
}
.check__description {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  text-align: center;
}

.footer {
  text-align: center;
}
.footer__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.footer__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__box {
  text-align: center;
  padding: 24px 0 84px;
  background-color: #252525;
  color: #ffffff;
}
.footer__logo {
  margin-bottom: 10px;
}

.fullOverlay {
  display: none;
}

.fullOverlay__wrapper {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.fullOverlay__inner {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  max-height: 100%;
  margin: 0 auto;
  color: #fff;
}

.fullOverlay__title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.fullOverlay__title span {
  font-size: 24px;
}

.fullOverlay__contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 60px;
}

.fullOverlay__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.fullOverlay__description {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.fullOverlay__description a {
  color: royalblue;
}

.fullOverlay__close {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fullOverlay__close img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.fullOverlay__close img:hover {
  opacity: 0.5;
}
.features {
  padding: 24px 0;
}
.features__item {
  margin-bottom: 12px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #49aafa;
  border-radius: 100vh;
}
.features__item:last-child {
  margin-bottom: 0;
}

.about-us {
  background-color: #e3f2ff;
}
.about-us__inner {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.about-us__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.about-us__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}
.about-us__strengths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-bottom: 60px;
}

.strength {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.strength img {
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
.strength__description {
  text-align: justify;
}

.company-info {
  margin: 0 auto;
}
.company-info th,
.company-info td {
  padding: 0.8em 0;
}
.company-info th {
  width: 80px;
  padding-right: 1em;
}

.baroon {
  display: flex;
  position: relative;
}
.baroon p {
  width: 300px;
  background-color: #ffffff;
  padding: 12px 32px;
  font-size: 2.4rem;
  color: #0240c5;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 5px;
}
.baroon--left::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -24px;
  bottom: 20px;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #ffffff transparent;
}
.baroon--right::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -24px;
  bottom: 20px;
  border-style: solid;
  border-width: 24px 0 0 24px;
  border-color: transparent transparent transparent #ffffff;
}

.trouble {
  background-color: #e3f2ff;
}
.trouble__inner {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.trouble__baroons {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.trouble__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
}
.trouble__text--strong {
  margin: 0 4px;
  font-size: 1.2em;
  font-weight: 700;
  color: #0240c5;
}
.trouble__text a {
  margin: 0 8px;
  padding: 4px 8px;
  font-weight: 700;
  color: #0240c5;
  border: 2px solid #0240c5;
  transition: all 0.25s ease-out;
}
.trouble__text a:hover {
  opacity: 0.6;
}
.trouble__notion {
  font-size: 14px;
  line-height: 1.5;
}
.trouble__answer {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.trouble__answer img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  opacity: 0.9;
}

.sp-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}
.sp-entry__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60px;
  border-radius: 100vh;
  font-size: 20px;
  font-weight: 700;
  background-color: #f57c00;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.5);
}

.interview {
  background-color: #e3f2ff;
  min-height: 120px;
}
.interview__container {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.interview__title {
  font-size: 3.2rem;
  color: #0240c5;
  text-align: center;
}
.interview__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}
.interview__movie {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.interview__baloon {
  position: relative;
  padding: 8px 16px;
  margin: 40px auto 40px;
  width: 100%;
  max-width: 400px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #49aafa;
  border-radius: 999px;
  color: #49aafa;
}
.interview__baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(400%);
  border: solid 12px transparent;
  border-top: solid 12px #49aafa;
  border-left: solid 12px #49aafa;
}
.interview__baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(335%);
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  border-left: solid 14px #fff;
  margin-top: -10px;
  margin-left: 5px;
}

.interviews {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px 0 60px;
}

.interviewCard {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.interviewCard__contents {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.interviewCard__contents--close {
  height: calc(50vw + 8em);
}
.interviewCard__image {
  width: 100%;
}
.interviewCard__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewCard__title {
  text-align: center;
  color: #0240c5;
  font-weight: 700;
  margin-bottom: 12px;
}
.interviewCard__year, .interviewCard__name {
  display: inline-block;
}
.interviewCard__year {
  margin-right: 10px;
}
.interviewCard__description {
  display: inline;
  overflow: hidden;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
  font-size: 17px;
}
.interviewCard__description strong {
  display: block;
  font-size: 1.2em;
  margin-top: 24px;
  color: #0240c5;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  -webkit-text-decoration-color: #cccccc;
          text-decoration-color: #cccccc;
}
.interviewCard__description strong:first-child {
  margin-top: 16px;
}
.interviewCard__description p {
  margin-top: 10px;
}
.interviewCard__description ul {
  margin-top: 10px;
}
.interviewCard__description ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}
.interviewCard__description ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  margin-right: 0.5em;
  color: #cccccc;
}
.interviewCard__button {
  display: block;
  padding: 8px 40px;
  margin: 0 auto;
  min-width: 200px;
  color: #ffffff;
  border-radius: 100vh;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.interviewCard__button--open {
  background-color: #49aafa;
}
.interviewCard__button--cv {
  background-color: #f57c00;
}
.interviewCard__close {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 46px);
  display: block;
  padding: 4px 16px;
  font-size: 14px;
  color: #888888;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.interviewCard:nth-child(odd) .interviewCard__contents--close::after {
  content: "・・・";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 0 2px 14px;
  background-color: #ffffff;
}
.interviewCard:nth-child(odd) .interviewCard__image {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.interviewCard:nth-child(even) .interviewCard__contents--close::after {
  content: "・・・";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 0 2px 14px;
  background-color: #ffffff;
}
.interviewCard:nth-child(even) .interviewCard__image {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.about-company {
  background-color: #49aafa;
}
.about-company__container {
  padding: 6rem 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
}
.about-company__title {
  margin-bottom: 20px;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.about-company__description {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.about-company__movie {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  html {
    margin: 0;
  }
  .message__want li {
    display: inline-block;
  }
  .message__want li span {
    width: auto;
  }
  .message__break {
    display: none;
  }
  .client__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .client__troubles {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
  .client__trouble {
    flex-direction: column;
    width: min(30%, 200px);
  }
  .client__icon {
    width: 150px;
    height: 150px;
  }
  .client__text {
    width: auto;
    text-align: center;
  }
  .former-job__texts {
    padding: 24px 16px 16px;
    text-align: center;
  }
  .strength {
    width: calc(50% - 40px);
  }
  .company-info th {
    width: 140px;
  }
  .trouble__answer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .trouble__answer p {
    width: 56%;
  }
  .trouble__answer img {
    width: 36%;
    margin: 0;
  }
  .trouble__answer--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  html {
    margin: 0;
  }
  main {
    margin-top: 80px;
  }
  .is-sm {
    display: none;
  }
  .is-md {
    display: block;
  }
  .entry-button {
    width: 120px;
    height: 120px;
    right: 40px;
    bottom: 40px;
  }
  .entry-button:hover {
    transform: scale(1.05);
    background-color: #ffa726;
  }
  .entry-button__text {
    font-size: 1.8rem;
  }
  .header {
    height: 80px;
    padding: 16px 24px;
  }
  .header__logo {
    height: 48px;
    margin-right: 40px;
  }
  .sp-hamburger__button {
    top: 20px;
    right: 20px;
  }
  .fv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .fv__img {
    width: 48%;
    height: auto;
    border-radius: 0 0 0 60px;
  }
  .fv__texts {
    width: 48%;
    padding: 40px 0 40px 40px;
  }
  .fv__subtitle {
    font-size: clamp(20px, 2vw, 28px);
  }
  .fv__title {
    font-size: clamp(28px, 3.5vw, 60px);
  }
  .fv__button {
    display: block;
  }
  .message__text {
    font-size: 2.2rem;
  }
  .jobs__title {
    font-size: 4rem;
  }
  .jobs__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .jobs__lead {
    font-size: 3rem;
  }
  .jobs__description {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  .client__troubles {
    gap: 40px;
  }
  .top5__title {
    font-size: 4rem;
  }
  .top5__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .top5__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    width: 45%;
  }
  .slider__text {
    font-size: 1.8rem;
    text-align: center;
  }
  .flow__title {
    font-size: 4rem;
  }
  .step__description {
    font-size: 1.6rem;
  }
  .entry__title {
    font-size: 4rem;
  }
  .entry__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .check__inner {
    border: 10px double #49aafa;
  }
  .check__title {
    font-size: 4rem;
  }
  .check__button:hover {
    transform: scale(1.05);
    background-color: #ffa726;
  }
  .fullOverlay__title {
    font-size: 36px;
  }

  .fullOverlay__title span {
    font-size: 28px;
  }

  .fullOverlay__contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .fullOverlay__img {
    width: 54%;
    margin-bottom: 0;
  }

  .fullOverlay__description {
    width: 44%;
    font-size: 20px;
  }
  .about-us__title {
    font-size: 4rem;
  }
  .about-us__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .baroon p {
    width: 340px;
  }
  .baroon--right {
    bottom: -36px;
  }
  .trouble__baroons {
    margin-bottom: 100px;
    flex-direction: row;
    justify-content: center;
  }
  .trouble__text {
    font-size: 2.2rem;
  }
  .trouble__notion {
    font-size: 16px;
  }
  .interview__title {
    font-size: 4rem;
  }
  .interview__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .interviewCard__description p {
    line-height: 1.75;
  }
  .about-company__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-company__title {
    text-align: left;
  }
  .about-company__texts {
    width: 45%;
  }
  .about-company__movie {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  html {
    margin: 0;
  }
  .is-lg {
    display: block;
  }
  .is-not-lg {
    display: none;
  }
  .sp-hamburger {
    display: none;
  }
  .pc-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fv__texts {
    padding: 40px 0 40px 60px;
  }
  .message__inner {
    padding: 8rem 0;
  }
  .jobs__container {
    padding: 8rem 0;
  }
  .top5__inner {
    padding: 8rem 0;
  }
  .card {
    width: 30%;
  }
  .flow__wrapper {
    padding: 8rem 0;
  }
  .flow__steps {
    flex-direction: row;
    align-items: stretch;
  }
  .flow__arrow {
    transform: rotate(0deg);
  }
  .step {
    width: 270px;
  }
  .entry {
    padding: 16rem 0;
  }
  .check__container {
    padding: 12rem 0;
  }
  .check__inner {
    padding: 40px 20px;
  }
  .check__button {
    min-width: 400px;
  }
  .footer__img {
    min-height: 400px;
  }
  .features {
    display: flex;
    justify-content: center;
  }
  .features__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(12vw, 160px);
    height: min(12vw, 160px);
    margin-right: 24px;
    padding: 20px;
  }
  .features__item:last-child {
    margin-right: 0;
  }
  .about-us__inner {
    padding: 8rem 0;
  }
  .about-us__strengths {
    justify-content: space-between;
    gap: 0;
  }
  .strength img {
    width: 100%;
  }
  .strength {
    width: 22%;
  }
  .baroon p {
    width: 400px;
    padding: 16px 32px;
    font-size: 2.8rem;
  }
  .trouble__inner {
    padding: 8rem 0;
  }
  .trouble__baroons {
    gap: 40px;
  }
  .trouble__answer p {
    width: 64%;
  }
  .trouble__answer img {
    width: 28%;
    margin: 0;
  }
  .sp-entry {
    display: none;
  }
  .interview__container {
    padding: 8rem 0;
  }
  .interviewCard__contents--close {
    height: 236px;
  }
  .interviewCard__contents {
    margin-bottom: 40px;
  }
  .interviewCard__image {
    width: 460px;
    aspect-ratio: 2/1;
    overflow: hidden;
  }
  .interviewCard__title {
    font-size: 18px;
  }
  .interviewCard:nth-child(odd) .interviewCard__title {
    text-align: left;
  }
  .interviewCard:nth-child(even) .interviewCard__contents--close::after {
    right: 496px;
  }
  .interviewCard:nth-child(even) .interviewCard__title {
    text-align: right;
  }
  .about-company__container {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  html {
    margin: 0;
  }
  .fv__texts {
    padding: 40px 0 40px 80px;
  }
  .fv__baloon {
    margin-bottom: 36px;
  }
  .message__text {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  html {
    margin: 0;
  }
  .entry-button {
    width: 180px;
    height: 180px;
    right: 60px;
    bottom: 60px;
  }
  .entry-button__text {
    font-size: 2.4rem;
  }
  .fv__texts {
    padding: 40px 0 40px 100px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */