@charset "UTF-8";
/*======================================================
Import
======================================================*/
@import "./ress.min.css";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #3e3a39;
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  padding-top: 175px;
}
@media (max-width: 771px) {
  body {
    padding-top: 84px;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #3e3a39;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.sp__only {
  display: none;
}
@media (max-width: 520px) {
  .sp__only {
    display: block;
  }
}

.pc__only {
  display: block;
}
@media (max-width: 520px) {
  .pc__only {
    display: none;
  }
}

.l-header {
  border-top: 8px solid #209685;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 771px) {
  .l-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
  }
}
.l-header__content__main__logo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  opacity: 1;
  transition: ease 0.4s;
  height: 112px;
  overflow: hidden;
}
@media (max-width: 771px) {
  .l-header__content__main__logo {
    max-width: 200px;
    height: auto;
    margin: 0;
    background-color: transparent;
  }
}
.l-header__content__main__logo img {
  width: 100%;
  padding: 24px 0;
  display: block;
  margin: 0 auto;
}
@media (max-width: 771px) {
  .l-header__content__main__logo img {
    max-width: 210px;
    margin: 0;
    padding: 17px 0;
  }
}
.l-header__content__nav {
  background-image: url(/images/header-decoration.svg);
  background-repeat: repeat;
  background-size: auto;
  height: 57.33px;
}
@media (max-width: 771px) {
  .l-header__content__nav {
    display: none;
  }
}
.l-header__content__nav__list {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  height: 52px;
}
.l-header__content__nav__list li {
  width: 16.6666666667%;
}
.l-header__content__nav__list li a {
  width: 100%;
  padding: 16px 2px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #3e3a39;
  border-top: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
  letter-spacing: 1.28px;
}
.l-header__content__nav__list li a:hover {
  opacity: 1;
  background-color: #e3f2ef;
}
.l-header__content__nav__list li a.is-current {
  background-color: #e3f2ef;
}
.l-header__content__nav__list li:first-of-type a {
  border-left: 1px solid #3e3a39;
}
.l-header__content__nav__list li .home__logo {
  display: none;
}
.l-header__content .sp__hamburger {
  display: none;
  cursor: pointer;
}
@media (max-width: 771px) {
  .l-header__content .sp__hamburger {
    display: block;
    width: 32px;
    height: 26px;
    position: relative;
    z-index: 999;
  }
  .l-header__content .sp__hamburger span {
    background: #aeaeae;
    width: 100%;
    display: block;
    height: 2px;
    position: relative;
    transition: ease 0.4s;
  }
  .l-header__content .sp__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__content .sp__hamburger span:nth-child(2) {
    top: 10px;
  }
  .l-header__content .sp__hamburger span:nth-child(3) {
    top: 20px;
  }
}
.l-header__nav__sp .hamburger__back {
  height: 100vh;
  width: 100vw;
  background: transparent;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  padding: 88px 45px 0;
  transform: translateX(100%);
  transition: ease 0.4s;
  opacity: 0;
}
.l-header__nav__sp__list {
  background: #e3f2ef;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 200px;
  right: 0;
  padding: 88px 0 0;
  opacity: 1;
  transform: translateX(100%);
  transition: ease 0.4s;
  z-index: 888;
  text-align: center;
}
.l-header__nav__sp__list::after {
  content: "";
  background-image: url(/images/sp-menu-decoration.svg);
  background-repeat: repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-header__nav__sp__list .list__container li:not(:last-of-type)::after {
  content: "";
  background: #aee3db;
  width: 20px;
  height: 2px;
  display: block;
  margin: 0 auto;
}
.l-header__nav__sp__list .list__container li a {
  width: 100%;
  display: block;
  padding-bottom: 26px;
  padding-top: 26px;
  font-weight: bold;
}
@media (min-width: 771px) {
  .l-header__nav__sp {
    display: none;
  }
}
.l-header.open .sp__hamburger span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.l-header.open .sp__hamburger span:nth-child(2) {
  opacity: 0;
}
.l-header.open .sp__hamburger span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.l-header.open .l-header__nav__sp {
  pointer-events: auto;
}
.l-header.open .l-header__nav__sp .hamburger__back {
  opacity: 1;
  transform: translateX(0);
}
.l-header.open .l-header__nav__sp .l-header__nav__sp__list {
  opacity: 1;
  transform: translateX(0);
}
.l-header.scroll .home__text {
  display: none;
}
.l-header.scroll .l-header__content__nav__list.c-inner {
  max-width: 1220px;
}
.l-header.scroll .l-header__content__nav__list li a {
  height: 58px;
}
.l-header.scroll .l-header__content__nav__list li .home__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.l-header.scroll .l-header__content__nav__list li .home__logo img {
  width: 126px;
}
@media (min-width: 771px) {
  .l-header.scroll .l-header__content__main__logo {
    height: 0;
  }
}
.l-header.scroll.is-home .l-header__content__nav__list li:first-of-type a {
  background-color: #e3f2ef;
}

.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("/images/decoration.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
}
.l-footer.c-section {
  padding-top: 306px;
}
@media (max-width: 520px) {
  .l-footer.c-section {
    padding-top: 193px;
  }
}
.l-footer .c-top__heading::before {
  content: "Site MAP" !important;
}
@media (max-width: 850px) {
  .l-footer .c-top__heading::before {
    top: -82px !important;
  }
}
@media (max-width: 520px) {
  .l-footer .c-top__heading::before {
    top: -73px !important;
  }
}
.l-footer__nav {
  margin-top: 40px;
  background-color: #e3f2ef;
  padding: 40px 0;
}
@media (max-width: 520px) {
  .l-footer__nav {
    padding: 54px 0 48px;
  }
}
.l-footer__nav .c-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 520px) {
  .l-footer__nav .c-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .l-footer__nav__wrap {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 520px) {
  .l-footer__nav__wrap {
    width: 100%;
  }
}
.l-footer__nav__wrap__heading {
  font-size: 24px;
  letter-spacing: 1.92px;
  padding-bottom: 16px;
  display: block;
}
@media (max-width: 520px) {
  .l-footer__nav__wrap__heading {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.l-footer__nav__wrap__heading::after {
  content: "";
  background: #fff;
  width: 48px;
  height: 2px;
  display: block;
}
.l-footer__nav__wrap__heading a {
  padding-bottom: 16px;
  display: block;
}
.l-footer__nav__wrap__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer__nav__wrap__list .text__color {
  color: #209685;
  font-weight: bold;
}
.l-footer__nav__wrap__list li a {
  display: block;
}
.l-footer__nav__group__contact {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 1.92px;
}
@media (max-width: 520px) {
  .l-footer__nav__group__contact {
    font-size: 20px;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}
.l-footer__nav__group__privacy {
  font-size: 20px;
  letter-spacing: 1.6;
}
@media (max-width: 520px) {
  .l-footer__nav__group__privacy {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.l-footer__area {
  background: #209685;
  padding: 52px 0;
}
.l-footer__area .c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 920px) {
  .l-footer__area .c-inner {
    flex-direction: column;
  }
}
.l-footer__area .c-inner img {
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 920px) {
  .l-footer__area .c-inner img {
    margin-bottom: 40px;
    max-width: 240px;
  }
}
.l-footer__area__text {
  display: flex;
  flex-direction: column;
  letter-spacing: 1.28px;
  color: #fff;
  align-items: flex-end;
}
@media (max-width: 920px) {
  .l-footer__area__text {
    gap: 20px;
    align-items: center;
  }
}
.l-footer__area__text .address {
  display: flex;
  gap: 15px;
}
@media (max-width: 920px) {
  .l-footer__area__text .address {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.l-footer__area__text .tel {
  display: flex;
  gap: 15px;
}
@media (max-width: 920px) {
  .l-footer__area__text .tel {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.l-footer small {
  background-color: #3e3a39;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 14px;
}

.l-top__mv {
  display: flex;
}
@media (max-width: 850px) {
  .l-top__mv {
    flex-direction: column;
  }
}
.l-top__mv a {
  display: block;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 850px) {
  .l-top__mv a {
    width: 100%;
    aspect-ratio: 390/292;
  }
  .l-top__mv a:hover {
    opacity: 1;
  }
}
.l-top__mv a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #209685;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-top__mv a .mv__text {
  opacity: 0;
  font-size: clamp(15px, 2vw, 36px);
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 20px;
  max-width: 243px;
  border: 2px solid #fff;
}
@media (max-width: 850px) {
  .l-top__mv a .mv__text {
    opacity: 1;
    font-size: 24px;
    letter-spacing: 1.92px;
    font-weight: bold;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 850px) {
  .l-top__mv a .mv__text {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .l-top__mv a .mv__text {
    font-size: 29px;
  }
}
.l-top__mv a .mv__decoration {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-image: url(/images/mv-decoration.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  background-size: cover;
  padding: 20px;
  background-position: right;
  font-size: clamp(20px, 1.63vw, 30px);
}
@media (max-width: 850px) {
  .l-top__mv a .mv__decoration {
    background-image: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px;
    color: #209685;
    font-size: 16px;
    letter-spacing: 1.28px;
    width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 850px) {
  .l-top__mv a .mv__decoration {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .l-top__mv a .mv__decoration {
    font-size: 16px;
  }
}
.l-top__mv a .mv__decoration::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #209685;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 850px) {
  .l-top__mv a:hover {
    opacity: 1;
  }
  .l-top__mv a:hover::before,
  .l-top__mv a:hover .mv__decoration:before {
    opacity: 0.5;
  }
}
.l-top__mv a:hover .mv__text {
  opacity: 1;
}
.l-top__mv a:first-of-type {
  background-image: url(/images/top-mv1.jpg);
}
.l-top__mv a:last-of-type {
  background-image: url(/images/top-mv2.jpg);
}
.l-top__business .c-top__heading::before {
  content: "Our\a Business" !important;
}
.l-top__business .c-top__flex__wrap .tb__only {
  display: none;
}
@media (max-width: 1124px) {
  .l-top__business .c-top__flex__wrap .tb__only {
    display: block;
  }
}
.l-top__business .c-top__flex__wrap:nth-child(1) a {
  background-image: url(/images/top_jigyo_haken.jpg);
}
.l-top__business .c-top__flex__wrap:nth-child(2) a {
  background-image: url(/images/top_jigyo_outsourcing.jpg);
}
.l-top__business .c-top__flex__wrap:nth-child(3) a {
  background-image: url(/images/top_jigyo_jyutaku.jpg);
}
.l-top__business .c-top__count__list {
  gap: 24px;
}
@media (max-width: 520px) {
  .l-top__business .c-top__count__list {
    gap: 20px;
  }
}
.l-top__business .c-top__count__list li::before {
  background: url(/images/top-white-logo.png);
  width: min(64px, 5.33vw);
  height: min(64px, 5.33vw);
}
@media (max-width: 850px) {
  .l-top__business .c-top__count__list li::before {
    width: max(48px, 8.88vw);
    height: max(48px, 8.88vw);
  }
}
.l-top__business .c-top__count__list li p {
  letter-spacing: 1.28px;
}
.l-top__job .c-top__heading::before {
  content: "For Job\aSeekers" !important;
}
.l-top__job .c-top__flex__wrap:nth-child(1) a {
  background-image: url(/images/top_kyujin_mikeiken.jpg) !important;
}
.l-top__job .c-top__flex__wrap:nth-child(2) a {
  background-image: url(/images/top_kyujin_support.jpg) !important;
}
.l-top__job .c-top__flex__wrap:nth-child(3) a {
  background-image: url(/images/top_kyujin_web.jpg) !important;
}
.l-top__job .c-top__count__list {
  gap: 16px;
}
@media (max-width: 520px) {
  .l-top__job .c-top__count__list {
    gap: 20px;
  }
}
.l-top__job .c-top__count__list li::before {
  background: url(/images/top-man.svg);
  width: 48px;
  width: min(47px, 4vw);
  height: min(72px, 6vw);
}
@media (max-width: 850px) {
  .l-top__job .c-top__count__list li::before {
    width: max(36px, 6.92vw);
    height: max(54px, 10.38vw);
  }
}
.l-top__about.c-section {
  padding-bottom: 120px;
}
@media (max-width: 520px) {
  .l-top__about.c-section {
    padding-bottom: 80px;
  }
}
.l-top__about .c-top__heading::before {
  content: "About\aOur Logo" !important;
}
.l-top__about__container {
  display: flex;
  gap: 24px;
  margin-bottom: 120px;
}
@media (max-width: 850px) {
  .l-top__about__container {
    flex-direction: column;
    gap: 20px;
  }
}
.l-top__about__container picture {
  width: 50%;
}
@media (max-width: 850px) {
  .l-top__about__container picture {
    width: 100%;
  }
}
.l-top__about__container picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-top__about__container__text {
  width: 50%;
}
@media (max-width: 850px) {
  .l-top__about__container__text {
    width: 100%;
  }
}
.l-top__about__container__text p:not(:first-of-type) {
  margin-top: 1em;
}

.haken__parts__mv {
  background-color: #97d0e4;
}
.haken__parts__mv__container {
  max-width: 2000px;
  width: 100%;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  height: 320px;
  background-position: center;
  position: relative;
}
@media (max-width: 520px) {
  .haken__parts__mv__container {
    height: 390px;
  }
}
.haken__parts__mv__container p {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.56px;
  max-width: 1200px;
  width: 100%;
  padding-top: 78px;
  margin: 0 auto;
  padding-left: 20px;
}
@media (max-width: 520px) {
  .haken__parts__mv__container p {
    font-size: 24px;
    letter-spacing: 1.92px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 14px;
    top: 71px;
    position: absolute;
    width: 77%;
  }
}
.haken__parts__tab {
  position: relative;
}
.haken__parts__tab__list {
  display: flex;
  gap: 3px;
  max-width: 1194px;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}
@media (max-width: 520px) {
  .haken__parts__tab__list {
    display: flex;
    justify-content: center;
    top: -120px;
  }
}
.haken__parts__tab__list li {
  background-color: #aeaeae;
  border-radius: 32px 32px 0px 0px;
  width: calc((100% - 6px) / 3);
}
@media (max-width: 520px) {
  .haken__parts__tab__list li {
    border-radius: 22px 22px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
}
.haken__parts__tab__list li a {
  color: #3e3a39;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 80px;
  width: 100%;
}
@media (max-width: 520px) {
  .haken__parts__tab__list li a {
    font-size: clamp(17px, 3.84vw, 20px);
    height: 100px;
  }
}
.haken__parts__tab .haken__parts__heading {
  background-color: #209685;
  text-align: center;
}
.haken__parts__tab .haken__parts__heading.c-space {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .haken__parts__tab .haken__parts__heading.c-space {
    padding-bottom: 120px;
  }
}
.haken__parts__tab .haken__parts__heading .heading {
  color: #fffc9c;
  letter-spacing: 3.84px;
  margin-bottom: 8px;
  font-size: 48px;
}
@media (max-width: 520px) {
  .haken__parts__tab .haken__parts__heading .heading {
    font-size: 36px;
    letter-spacing: 2.88px;
  }
}
.haken__parts__tab .haken__parts__heading .catch {
  color: #fff;
  letter-spacing: 1.92px;
  position: relative;
  font-size: 24px;
  padding-bottom: 80px;
}
@media (max-width: 520px) {
  .haken__parts__tab .haken__parts__heading .catch {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.haken__parts__tab .haken__parts__heading .catch::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-bottom: 40px;
  bottom: 0;
  transform: translateX(-50%);
  width: 162px;
  height: 2.5px;
  background-image: repeating-linear-gradient(to right, #fffc9c 0, #fffc9c 3px, transparent 3px, transparent 10px);
}
.haken__parts__tab .haken__parts__heading .text {
  color: #fff;
  letter-spacing: 1.28px;
  margin: 0 auto;
}
.haken__parts__tab .haken__parts__heading .text:not(:first-of-type) {
  margin-top: 1em;
}
.haken__parts__solutions {
  background-color: #e3f2ef;
}
.haken__parts__solutions__list {
  background-color: #fff;
  padding: 42px 26px;
  max-width: 636px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .haken__parts__solutions__list {
    padding: 40px 20px;
  }
}
.haken__parts__solutions__list__wrap {
  margin: 0 auto;
  max-width: 476px;
  width: 100%;
}
.haken__parts__solutions__list__wrap li {
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 520px) {
  .haken__parts__solutions__list__wrap li {
    align-items: flex-start;
  }
}
.haken__parts__solutions__list__wrap li p {
  flex: 1;
}
@media (max-width: 520px) {
  .haken__parts__solutions__list__wrap li {
    gap: 10px;
  }
}
.haken__parts__solutions__list__wrap li:not(:last-of-type) {
  margin-bottom: 35px;
}
@media (max-width: 520px) {
  .haken__parts__solutions__list__wrap li:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
.haken__parts__solutions__list__wrap li::before {
  content: "";
  background-image: url(/images/check.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
}
@media (max-width: 520px) {
  .haken__parts__solutions__list__wrap li::before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
}
.haken__parts .c-flex {
  height: 384px;
  position: relative;
}
@media (max-width: 520px) {
  .haken__parts .c-flex {
    height: auto;
    padding: 0 20px;
  }
}
.haken__parts .c-flex::before {
  content: "";
  display: block;
  background-image: url(/images/haken__parts_point__test.png);
  background-size: 408px;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
}
@media (max-width: 520px) {
  .haken__parts .c-flex::before {
    display: none;
  }
}
.haken__parts .c-flex__container {
  max-width: 1248px;
  width: 100%;
  background-color: #e3f2ef;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 520px) {
  .haken__parts .c-flex__container {
    flex-direction: column;
    align-items: center;
  }
}
.haken__parts .c-flex__container li {
  background-color: #fff;
  flex-direction: column;
  display: flex;
  max-width: 384px;
  width: 100%;
  padding: 20px;
}
@media (max-width: 520px) {
  .haken__parts .c-flex__container li {
    max-width: none;
  }
}
.haken__parts .c-flex__container li img {
  max-width: 344px;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 520px) {
  .haken__parts .c-flex__container li img {
    max-width: none;
  }
}
.haken__parts .c-flex__container li .heading {
  color: #209685;
  font-size: 30px;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 21px;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 520px) {
  .haken__parts .c-flex__container li .heading {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.c-flow {
  background-color: #e3f2ef;
}
.c-flow .c-inner {
  padding: 0;
}
.c-flow__list {
  display: flex;
  gap: 50px;
}
@media (max-width: 520px) {
  .c-flow__list {
    flex-direction: column;
    align-items: center;
    gap: 52px;
  }
}
.c-flow__list li {
  background-color: #fff;
  max-width: 200px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-flow__list li::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 34px;
  display: flex;
  background-size: contain;
  background-position: center;
}
.c-flow__list li:nth-child(1)::before {
  background-image: url(/images/flow-1.svg);
}
.c-flow__list li:nth-child(2)::before {
  background-image: url(/images/flow-2.svg);
}
.c-flow__list li:nth-child(3)::before {
  background-image: url(/images/flow-3.svg);
}
.c-flow__list li:nth-child(4)::before {
  background-image: url(/images/flow-4.svg);
}
.c-flow__list li:nth-child(5)::before {
  background-image: url(/images/flow-5.svg);
}
.c-flow__list li:not(:last-of-type)::after {
  content: "";
  background-image: url(/images/flow-arrow.svg);
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: -42px;
}
@media (max-width: 520px) {
  .c-flow__list li:not(:last-of-type)::after {
    right: 0;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.c-flow__list li p {
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 52%;
  text-align: center;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.c-flow__list li .two__line {
  padding-top: 36px;
}

.c-haken__voice .c-inner {
  padding: 0;
}
.c-haken__voice__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 520px) {
  .c-haken__voice__list {
    gap: 80px;
  }
}
.c-haken__voice__list li {
  display: flex;
  gap: 24px;
}
@media (max-width: 520px) {
  .c-haken__voice__list li {
    flex-direction: column;
    gap: 0px;
  }
}
.c-haken__voice__list li img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 520px) {
  .c-haken__voice__list li img {
    width: 100%;
  }
}
.c-haken__voice__list li .text__group {
  width: 50%;
  margin-top: 20px;
}
@media (max-width: 520px) {
  .c-haken__voice__list li .text__group {
    width: 100%;
  }
}
.c-haken__voice__list li .text__group .name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
}
.c-haken__voice__list li .text__group .name::after {
  content: "";
  background: #209685;
  width: 40px;
  height: 4px;
  margin-top: 18px;
  display: block;
}

.l-haken .haken__parts .haken__parts__mv .haken__parts__mv__container {
  background-image: url(/images/haken_mv.jpg);
}
@media (max-width: 520px) {
  .l-haken .haken__parts .haken__parts__mv .haken__parts__mv__container {
    background-image: url(/images/haken_mv_sp.jpg);
  }
}
.l-haken .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__haken {
  background-color: #209685;
}
.l-haken .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__haken a {
  color: #fff;
}
.l-haken .haken__parts .haken__parts__solutions .haken__parts__solutions__list .haken__parts__solutions__list__wrap {
  max-width: 478px;
}
.l-haken__flow.c-space {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .l-haken__flow.c-space {
    padding-bottom: 140px;
  }
}
.l-haken__flow .c-flow__list {
  margin-bottom: 40px;
}
.l-haken__flow .follow {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}
.l-haken__flow .follow__text {
  text-align: center;
}
@media (max-width: 520px) {
  .l-haken__flow .follow__text {
    text-align: left;
  }
}

.l-outsourcing .haken__parts .haken__parts__mv .haken__parts__mv__container {
  background-image: url(/images/outsourcing-mv.jpg);
}
.l-outsourcing .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__outsourcing {
  background-color: #209685;
  color: #fff;
}
.l-outsourcing .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__outsourcing a {
  color: #fff;
}
.l-outsourcing .haken__parts .haken__parts__solutions .haken__parts__solutions__list .haken__parts__solutions__list__wrap {
  max-width: 420px;
}
.l-outsourcing__map {
  background-color: #e3f2ef;
}
.l-outsourcing__map.c-space {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .l-outsourcing__map.c-space {
    padding-bottom: 120px;
  }
}
.l-outsourcing__map .c-inner {
  padding: 0;
}
.l-outsourcing__map__container {
  background-color: #fff;
  border-radius: 32px;
  padding: 78px 40px !important;
  display: flex;
  gap: 40px;
}
@media (max-width: 520px) {
  .l-outsourcing__map__container {
    flex-direction: column;
    padding: 40px 19px !important;
    gap: 80px;
  }
}
.l-outsourcing__map__container .map {
  width: calc(100% - 40px - 480px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 520px) {
  .l-outsourcing__map__container .map {
    width: 100%;
  }
}
.l-outsourcing__map__container .text__container {
  width: 480px;
}
@media (max-width: 520px) {
  .l-outsourcing__map__container .text__container {
    width: 100%;
  }
}
.l-outsourcing__map__container .text__container .heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 1.92px;
}
.l-outsourcing__map__container .text__container .heading::before {
  content: "";
  background-image: url(/images/outsourcing-decoration.svg);
  width: 23px;
  height: 23px;
  display: block;
}
.l-outsourcing__map__container .text__container .sub__heading {
  color: #209685;
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-outsourcing__map__container .text__container .text {
  margin-bottom: 64px;
}
@media (max-width: 520px) {
  .l-outsourcing__map__container .text__container .text {
    margin-bottom: 20px;
  }
}
.l-outsourcing__map__container .text__container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.l-subcontract .haken__parts .haken__parts__mv .haken__parts__mv__container {
  background-image: url(/images/subcontract-mv.jpg);
}
.l-subcontract .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__subcontract {
  background-color: #209685;
}
.l-subcontract .haken__parts .haken__parts__tab .haken__parts__tab__list .tab__subcontract a {
  color: #fff;
}
.l-subcontract .haken__parts .haken__parts__solutions .haken__parts__solutions__list .haken__parts__solutions__list__wrap {
  max-width: 445px;
}
.l-subcontract__job {
  background-color: #e3f2ef;
}
.l-subcontract__job__container {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .l-subcontract__job__container {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
}
.l-subcontract__job__container li {
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 520px) {
  .l-subcontract__job__container li {
    width: calc((100% - 40px) / 3);
    gap: 10px;
  }
}
.l-subcontract__job__container li p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .l-subcontract__job__container li p {
    font-size: 16px;
  }
}
.l-subcontract__flow.c-space {
  padding-top: 0;
}
.l-subcontract__workcenter {
  background-color: #e3f2ef;
  padding-bottom: 160px;
}
.l-subcontract__workcenter img {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 520px) {
  .l-subcontract__workcenter img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.l-jobseekers .haken__parts .haken__parts__heading.c-space {
  padding-bottom: 204px;
}
.l-jobseekers .haken__parts .haken__parts__heading .catch {
  font-size: 18px;
}
.l-jobseekers .haken__parts .haken__parts__heading .l-jobseekers__btn {
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
  padding: 24px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
  max-width: 320px;
  width: 100%;
}
@media (min-width: 850px) {
  .l-jobseekers .haken__parts .haken__parts__heading .l-jobseekers__btn:hover {
    opacity: 0.5;
    filter: none;
  }
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .l-jobseekers__btn {
    font-size: 20px;
    padding: 17px 5px;
    max-width: 240px;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .l-jobseekers__btn::after {
  content: "";
  background-image: url(/images/icon_gaibu.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  background-size: contain;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .l-jobseekers__btn::after {
    width: 20px;
    height: 20px;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__track .splide__slide {
  width: 700px;
  max-width: 100%;
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__track .splide__slide img {
  width: 100%;
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__pagination {
  bottom: -44px;
  gap: 20px;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__pagination {
    gap: 12px;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__pagination .splide__pagination__page {
  background: #fff;
  opacity: 1;
  height: 16px;
  width: 16px;
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__pagination .splide__pagination__page.is-active {
  background: #fffc9c;
  transform: scale(1);
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__pagination .splide__pagination__page {
    height: 12px;
    width: 12px;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow {
  width: 48px;
  height: 48px;
  background: #209685;
  opacity: 1;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow {
    background: transparent;
    width: auto;
    height: auto;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow.splide__arrow--prev {
  left: -88px;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow.splide__arrow--next {
  right: -88px;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
.l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow svg {
  fill: #ffffff;
  height: 48px;
  width: 48px;
  opacity: 1;
}
@media (max-width: 520px) {
  .l-jobseekers .haken__parts .haken__parts__heading .splide .splide__arrow svg {
    fill: #aee3db;
    width: 24px;
    height: 24px;
  }
}
.l-jobseekers__appeal {
  background-color: #e3f2ef;
}
.l-jobseekers__education .c-inner {
  padding: 0;
}
.l-jobseekers__education__list {
  display: flex;
  gap: 24px;
  row-gap: 80px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .l-jobseekers__education__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
.l-jobseekers__education__list li {
  width: calc((100% - 48px) / 3);
  background-color: #e3f2ef;
  padding: 20px;
}
@media (max-width: 520px) {
  .l-jobseekers__education__list li {
    width: 100%;
  }
}
.l-jobseekers__education__list li img {
  margin-bottom: 22.5px;
}
@media (max-width: 520px) {
  .l-jobseekers__education__list li img {
    margin-bottom: 20px;
  }
}
.l-jobseekers__education__list li .heading {
  color: #209685;
  font-size: 30px;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 12.5px;
}
@media (max-width: 520px) {
  .l-jobseekers__education__list li .heading {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.l-company__mv {
  position: relative;
}
.l-company__mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  height: 400px;
}
@media (max-width: 520px) {
  .l-company__mv img {
    height: 270px;
  }
}
.l-company__mv__text {
  position: absolute;
  background: #209685;
  padding: 8px 80px 8px 40px;
  bottom: 60px;
  right: 0;
}
@media (max-width: 520px) {
  .l-company__mv__text {
    position: static;
    padding: 30px 20px;
  }
}
.l-company__mv__text .l-company__heading {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2.4px;
}
@media (max-width: 520px) {
  .l-company__mv__text .l-company__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
  .l-company__mv__text .l-company__heading::after {
    content: "";
    background: #fff;
    width: 120px;
    height: 1px;
    display: block;
  }
}
.l-company__mv__text p {
  font-size: 18px;
  letter-spacing: 1.44px;
  color: #fff;
  text-align: right;
}
@media (max-width: 520px) {
  .l-company__mv__text p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.28px;
    text-align: center;
  }
  .l-company__mv__text p span {
    display: none;
  }
}
.l-company__message .text:not(:last-of-type) {
  margin-bottom: 1em;
}
.l-company__message .text:last-of-type {
  margin-bottom: 40px;
}
.l-company__message .name {
  -o-object-position: right;
     object-position: right;
  max-width: 200px;
  width: 100%;
  display: block;
  margin-left: auto;
}
.l-company__vision {
  background-color: #209685;
}
.l-company__vision.c-space {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .l-company__vision.c-space {
    padding-bottom: 120px;
  }
}
.l-company__vision .c-heading {
  color: #fff;
  /* 右の●●● */
}
.l-company__vision .c-heading::before, .l-company__vision .c-heading::after {
  background-color: #fff;
}
.l-company__vision .c-heading::before {
  box-shadow: -32pt 0 0 #fff, -64pt 0 0 #fff;
}
@media (max-width: 520px) {
  .l-company__vision .c-heading::before {
    box-shadow: 0pt -16pt 0px #fff, 0 -40px 0 #fff;
  }
}
.l-company__vision .c-heading::after {
  box-shadow: 32pt 0 0 #fff, 64pt 0 0 #fff;
}
@media (max-width: 520px) {
  .l-company__vision .c-heading::after {
    box-shadow: 0pt 16pt 0px #fff, 0 40px 0 #fff;
  }
}
.l-company__vision__container {
  background-color: #fff;
  padding: 80px 30px;
}
@media (max-width: 520px) {
  .l-company__vision__container {
    padding: 40px 20px;
  }
}
.l-company__vision__container__wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 563px;
}
.l-company__vision__container__wrap p {
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .l-company__vision__container__wrap p {
    letter-spacing: 1.28px;
  }
}
.l-company__vision__container__wrap .list {
  margin: 0;
  padding-left: 27px;
}
.l-company__vision__container__wrap .list li {
  font-size: 18px;
  padding-left: 7px;
  font-weight: bold;
  list-style: decimal;
  line-height: 2;
}
@media (max-width: 520px) {
  .l-company__vision__container__wrap .list li {
    font-size: 16px;
  }
}
.l-company__vision__container__wrap .list li::marker {
  color: #209685;
}
.l-company__about {
  background-color: #e3f2ef;
}
.l-company__about__list__wrap {
  display: flex;
}
@media (max-width: 520px) {
  .l-company__about__list__wrap {
    flex-direction: column;
  }
}
.l-company__about__list__wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.l-company__about__list__wrap dt {
  width: 160px;
  color: #209685;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .l-company__about__list__wrap dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.l-company__about__list__wrap dd {
  font-size: 16px;
  width: calc(100% - 160px);
}
@media (max-width: 520px) {
  .l-company__about__list__wrap dd {
    width: 100%;
  }
}
.l-company__about__list__wrap dd .map__link {
  color: #0044cc;
  margin-top: 18px;
  display: inline-block;
  font-weight: bold;
  height: 32px;
  position: relative;
}
.l-company__about__list__wrap dd .map__link::after {
  content: "";
  background: #04c;
  width: 100%;
  display: inline-block;
  height: 1px;
  bottom: 6px;
  position: absolute;
  left: 0;
}
@media (max-width: 520px) {
  .l-company__about__list__wrap dd .map__link {
    margin-top: 10px;
  }
}
.l-company__history__list__wrap {
  display: flex;
}
@media (max-width: 520px) {
  .l-company__history__list__wrap {
    flex-direction: column;
  }
}
.l-company__history__list__wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.l-company__history__list__wrap dt {
  width: 160px;
  letter-spacing: 1.44px;
  color: #209685;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .l-company__history__list__wrap dt {
    margin-bottom: 5px;
    width: 100%;
  }
}
.l-company__history__list__wrap dd {
  font-size: 16px;
  letter-spacing: 1.44px;
  width: calc(100% - 160px);
}
@media (max-width: 520px) {
  .l-company__history__list__wrap dd {
    width: 100%;
  }
}
.l-company__history__list__wrap dd .map__link {
  color: #0044cc;
  border-bottom: 1px solid #0044cc;
  margin-top: 18px;
  display: inline-block;
  font-weight: bold;
}
.l-company__access {
  background-color: #e3f2ef;
}
@media (max-width: 520px) {
  .l-company__access iframe {
    width: 100%;
    height: 351px;
  }
}
.l-company__access__text {
  margin-top: 20px;
}
.l-company__access__text__wrap {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 520px) {
  .l-company__access__text__wrap {
    flex-direction: column;
  }
}
.l-company__access__text__wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-company__access__text__wrap dt {
  color: #209685;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.44px;
}
.l-company__access__text__wrap dd {
  font-size: 18px;
  letter-spacing: 1.44px;
}
.l-company__margin__sub__heading {
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 1.92px;
  text-align: center;
}
@media (max-width: 520px) {
  .l-company__margin__sub__heading {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.l-company__margin__list__wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 520px) {
  .l-company__margin__list__wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.l-company__margin__list__wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.l-company__margin__list__wrap dt {
  background-color: #e3f2ef;
  min-height: 64px;
  width: 320px;
  letter-spacing: 1.44px;
  color: #209685;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
}
@media (max-width: 520px) {
  .l-company__margin__list__wrap dt {
    width: 100%;
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
    min-height: auto;
  }
}
.l-company__margin__list__wrap dd {
  width: calc(100% - 20px - 320px);
  letter-spacing: 1.44px;
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .l-company__margin__list__wrap dd {
    width: 100%;
  }
}

.l-contact .c-space {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .l-contact .c-space {
    padding-bottom: 120px;
  }
}
.l-contact__info {
  background-color: #209685;
}
.l-contact__info.c-decoration {
  padding-bottom: 160px;
}
@media (max-width: 520px) {
  .l-contact__info.c-decoration {
    padding-bottom: 120px;
  }
}
.l-contact__info > .c-heading {
  color: #fff;
  /* 右の●●● */
}
.l-contact__info > .c-heading::before, .l-contact__info > .c-heading::after {
  background-color: #fff;
}
.l-contact__info > .c-heading::before {
  box-shadow: -32pt 0 0 #fff, -64pt 0 0 #fff;
}
@media (max-width: 520px) {
  .l-contact__info > .c-heading::before {
    box-shadow: 0pt -16pt 0px #fff, 0 -40px 0 #fff;
  }
}
.l-contact__info > .c-heading::after {
  box-shadow: 32pt 0 0 #fff, 64pt 0 0 #fff;
}
@media (max-width: 520px) {
  .l-contact__info > .c-heading::after {
    box-shadow: 0pt 16pt 0px #fff, 0 40px 0 #fff;
  }
}
.l-contact__info__container {
  background: #fff;
  padding: 80px;
}
@media (max-width: 520px) {
  .l-contact__info__container {
    padding: 40px 20px;
  }
}
.l-contact__info__container .tel {
  font-size: 48px;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 3.84px;
  margin-bottom: 20px;
  color: #209685;
  line-height: 1;
  font-family: "Montserrat";
}
@media (max-width: 520px) {
  .l-contact__info__container .tel {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 2.88;
  }
}
@media (min-width: 520px) {
  .l-contact__info__container .tel {
    pointer-events: none;
  }
}
@media (max-width: 520px) {
  .l-contact__info__container .tel span {
    display: none;
  }
}
.l-contact__info__container .day {
  font-size: 18px;
  letter-spacing: 1.44px;
  position: relative;
  text-align: center;
  padding-bottom: 80px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .l-contact__info__container .day {
    font-size: 16px;
  }
}
.l-contact__info__container .day::after {
  content: "";
  position: absolute;
  letter-spacing: 1.44px;
  font-weight: bold;
  left: 50%;
  margin-bottom: 40px;
  bottom: 0;
  transform: translateX(-50%);
  width: 162px;
  height: 2.5px;
  background-image: repeating-linear-gradient(to right, #209685 0, #209685 3px, transparent 3px, transparent 10px);
}
.l-contact__info__container .c-heading__sp {
  display: none;
}
@media (max-width: 520px) {
  .l-contact__info__container .c-heading__sp {
    display: flex;
  }
}
.l-contact__info__container .fax {
  font-size: 48px;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 3.84px;
  margin-bottom: 20px;
  color: #209685;
  line-height: 1;
  font-family: "Montserrat";
}
@media (max-width: 520px) {
  .l-contact__info__container .fax {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 2.88;
  }
}
@media (max-width: 520px) {
  .l-contact__info__container .fax span {
    display: none;
  }
}
.l-contact__form {
  background: #e3f2ef;
}
.l-contact__form.first .l-contact__form__number li:nth-child(1) {
  background-color: #209685;
}
.l-contact__form.first .l-contact__form__number li:nth-child(1) .number {
  color: #fff;
}
.l-contact__form .c-heading {
  margin-bottom: 80px;
}
.l-contact__form__number {
  display: flex;
  justify-content: center;
  gap: 160px;
  width: 100%;
  margin-bottom: 108px;
}
@media (max-width: 520px) {
  .l-contact__form__number {
    gap: 40px;
  }
}
.l-contact__form__number li {
  background-color: #fff;
  border: 2px solid #209685;
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
}
@media (max-width: 520px) {
  .l-contact__form__number li {
    width: 64px;
    height: 64px;
  }
}
.l-contact__form__number li:not(:last-of-type):after {
  content: "";
  width: 80px;
  background: #209685;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  .l-contact__form__number li:not(:last-of-type):after {
    width: 20px;
    left: 116%;
  }
}
.l-contact__form__number li .number {
  color: #209685;
  font-weight: 500;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 520px) {
  .l-contact__form__number li .number {
    font-size: 24px;
  }
}
.l-contact__form__number li p {
  min-width: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #209685;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.l-contact__form__area__container__list {
  margin-bottom: 20px;
}
.l-contact__form__area__container__list__wrap {
  display: flex;
  gap: 4px;
}
@media (max-width: 520px) {
  .l-contact__form__area__container__list__wrap {
    flex-direction: column;
  }
}
.l-contact__form__area__container__list__wrap:not(:last-of-type) {
  margin-bottom: 4px;
}
.l-contact__form__area__container__list__wrap.req dt::after {
  content: "(必須)";
  color: #e53e3e;
  font-size: 18px;
  letter-spacing: 1.44px;
  padding-left: 10px;
}
.l-contact__form__area__container__list__wrap dt {
  color: #209685;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 31px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.44px;
  width: 240px;
}
@media (max-width: 520px) {
  .l-contact__form__area__container__list__wrap dt {
    width: 100%;
    padding: 11px 20px;
  }
}
.l-contact__form__area__container__list__wrap dd {
  width: calc(100% - 4px - 240px);
}
@media (max-width: 520px) {
  .l-contact__form__area__container__list__wrap dd {
    width: 100%;
  }
}
.l-contact__form__area__container__list__wrap dd input,
.l-contact__form__area__container__list__wrap dd textarea {
  background: #fff;
  padding: 31px 40px;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  height: 100%;
}
@media (max-width: 520px) {
  .l-contact__form__area__container__list__wrap dd input,
  .l-contact__form__area__container__list__wrap dd textarea {
    width: 100%;
    padding: 31px 20px;
  }
}
.l-contact__form__area__container__list__wrap dd input::-moz-placeholder {
  font-size: 18px;
  color: #aeaeae;
  letter-spacing: 1.44px;
  font-weight: bold;
}
.l-contact__form__area__container__list__wrap dd input::placeholder {
  font-size: 18px;
  color: #aeaeae;
  letter-spacing: 1.44px;
  font-weight: bold;
}
.l-contact__form__area__container .text {
  margin-bottom: 18px;
}
@media (max-width: 520px) {
  .l-contact__form__area__container .text {
    margin-bottom: 10px;
  }
}
.l-contact__form__area__container .privacy .privacy__link {
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .l-contact__form__area__container .privacy .privacy__link {
    margin-bottom: 22px;
  }
}
.l-contact__form__area__container .privacy .privacy__link a {
  color: #003cff;
  letter-spacing: 1.28px;
  font-weight: bold;
  height: 32px;
  position: relative;
  display: inline-block;
}
.l-contact__form__area__container .privacy .privacy__link a::after {
  content: "";
  background: #04c;
  width: 100%;
  display: inline-block;
  height: 1px;
  bottom: 9px;
  position: absolute;
  left: 0;
}
.l-contact__form__area__container .privacy .privacy__check {
  display: flex;
  gap: 20px;
  align-items: center;
}
.l-contact__form__area__container .privacy .privacy__check input {
  width: 24px;
  height: 24px;
}

.l-confirm .l-contact__form__number li:nth-child(2) {
  background-color: #209685;
}
.l-confirm .l-contact__form__number li:nth-child(2) .number {
  color: #fff;
}
.l-confirm form table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.l-confirm form table tbody tr {
  display: flex;
  gap: 4px;
}
.l-confirm form table tbody tr:not(:last-of-type) {
  margin-bottom: 4px;
}
@media (max-width: 520px) {
  .l-confirm form table tbody tr {
    flex-direction: column;
  }
}
.l-confirm form table tbody tr th {
  color: #209685;
  background: #fff;
  padding: 31px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.44px;
  width: 240px;
  text-align: left;
}
@media (max-width: 520px) {
  .l-confirm form table tbody tr th {
    width: 100%;
    padding: 11px 20px;
  }
}
.l-confirm form table tbody tr.req th::after {
  content: "(必須)";
  color: #e53e3e;
  font-size: 18px;
  letter-spacing: 1.44px;
  padding-left: 10px;
}
.l-confirm form table tbody tr td {
  width: calc(100% - 4px - 240px);
  background: #fff;
  padding: 31px 40px;
  font-weight: bold;
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 520px) {
  .l-confirm form table tbody tr td {
    width: 100%;
    padding: 31px 20px;
  }
}
.l-confirm form .l-confirm__btn__container {
  display: flex;
  justify-content: center;
  justify-content: center;
  gap: 40px;
  margin: 80px auto 0;
  max-width: 680px;
  width: 100%;
}
@media (max-width: 520px) {
  .l-confirm form .l-confirm__btn__container {
    margin-top: 60px;
    gap: 10px;
  }
}
.l-confirm form .l-confirm__btn__container .c-linkbtn {
  margin: 0;
  width: 50%;
}
.l-confirm form .l-confirm__btn__container .c-linkbtn .c-btn {
  gap: 20px;
  margin-top: 0;
}
.l-confirm form .l-confirm__btn__container .c-linkbtn .c-btn:hover {
  opacity: 0.5;
}
.l-confirm form .l-confirm__btn__container .c-linkbtn:first-of-type .c-btn {
  flex-direction: row-reverse;
}
.l-confirm form .l-confirm__btn__container .c-linkbtn:first-of-type .c-btn::after {
  content: "";
  transform: rotate(-135deg);
  left: -210px;
  right: 0;
}

.l-thanks .c-space {
  padding-left: 0;
  padding-right: 0;
}
.l-thanks .l-contact__form__number {
  padding: 0 20px;
}
.l-thanks .l-contact__form__number li:nth-child(3) {
  background-color: #209685;
}
.l-thanks .l-contact__form__number li:nth-child(3) .number {
  color: #fff;
}
.l-thanks__text {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #209685;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .l-thanks__text {
    font-size: 24px;
  }
}
.l-thanks__text__info {
  text-align: center;
  padding: 0 20px;
}
.l-thanks__text__info.list {
  display: flex;
  justify-content: center;
}
.l-thanks__text__info.list ol {
  text-align: left;
}
@media (max-width: 520px) {
  .l-thanks__text__info {
    text-align: left;
  }
}
.l-thanks__text__info:not(:last-of-type) {
  margin-bottom: 1em;
}
.l-thanks__text__info:last-of-type {
  margin-bottom: 40px;
}
.l-thanks__tel {
  background-color: #fff;
  padding: 40px;
}
.l-thanks__tel .info {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1.28px;
}
@media (max-width: 520px) {
  .l-thanks__tel .info {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.l-thanks__tel .tel {
  font-size: 48px;
  letter-spacing: 1.92px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #209685;
  font-family: "Montserrat";
  line-height: 1;
}
@media (min-width: 520px) {
  .l-thanks__tel .tel {
    pointer-events: none;
  }
}
@media (max-width: 520px) {
  .l-thanks__tel .tel {
    font-size: 36px;
    letter-spacing: 1.44px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .l-thanks__tel .tel span {
    display: none;
  }
}
.l-thanks__tel .day {
  border: 1px solid #209685;
  padding: 12px;
  max-width: 424px;
  width: 100%;
  color: #209685;
  font-weight: bold;
  letter-spacing: 1.28px;
  margin: 0 auto;
  text-align: center;
}
.l-thanks .c-linkbtn .c-btn {
  flex-direction: row-reverse;
  margin-top: 80px;
}
.l-thanks .c-linkbtn .c-btn::after {
  content: "";
  transform: rotate(-135deg);
  left: -210px;
  right: 0;
}

.l-privacy .c-heading {
  margin-bottom: 71px;
}
.l-privacy__info {
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: bold;
  margin-bottom: 71px;
}
@media (max-width: 520px) {
  .l-privacy__info {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.l-privacy__list__wrap:not(:last-of-type) dd {
  margin-bottom: 80px;
}
@media (max-width: 520px) {
  .l-privacy__list__wrap:not(:last-of-type) dd {
    margin-bottom: 40px;
  }
}
.l-privacy__list__wrap dt {
  padding: 22px 40px;
  background-color: #e3f2ef;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1.92px;
  font-weight: bold;
}
@media (max-width: 520px) {
  .l-privacy__list__wrap dt {
    padding: 15px;
    font-size: 20px;
    text-align: center;
  }
}
.l-privacy__list__wrap dd:not(:last-of-type) {
  margin-bottom: 80px;
}
.l-privacy__list__wrap .teikyo__list {
  margin-top: 20px;
}
.l-privacy__list__wrap .teikyo__list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.l-privacy__list__wrap .teikyo__list li::before {
  content: "●";
  color: #aeaeae;
  padding-right: 4px;
}
.l-privacy__list__wrap .teikyo__list li:not(:last-of-type) {
  margin-bottom: 1em;
}

.c-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 520px) {
  .c-sub__page__width {
    min-width: 1200px;
  }
}

.c-inner__top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.c-sub-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.c-space {
  padding: 120px 20px;
}
@media (max-width: 520px) {
  .c-space {
    padding: 80px 20px;
  }
}

.c-decoration {
  position: relative;
}
.c-decoration::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("/images/decoration.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
}

.c-heading {
  color: #209685;
  font-size: 36pt;
  letter-spacing: 2.88px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 31px;
  /* 右の●●● */
}
@media (max-width: 520px) {
  .c-heading {
    font-size: 30px;
    letter-spacing: 2.4px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 72px;
    margin-top: 55px;
  }
}
.c-heading::before, .c-heading::after {
  content: "";
  width: 16pt;
  height: 16pt;
  background-color: #209685;
  border-radius: 50%;
  display: block;
}
@media (max-width: 520px) {
  .c-heading::before, .c-heading::after {
    width: 8px;
    height: 8px;
  }
}
.c-heading::before {
  box-shadow: -32pt 0 0 #209685, -64pt 0 0 #209685;
}
@media (max-width: 520px) {
  .c-heading::before {
    box-shadow: 0pt -16pt 0px #209685, 0 -40px 0 #209685;
  }
}
.c-heading::after {
  box-shadow: 32pt 0 0 #209685, 64pt 0 0 #209685;
}
@media (max-width: 520px) {
  .c-heading::after {
    box-shadow: 0pt 16pt 0px #209685, 0 40px 0 #209685;
  }
}

.c-linkbtn .c-btn {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1.92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #209685;
  padding: 22px 10px;
  border-radius: 16px;
  max-width: 320px;
  width: 100%;
  margin: 92px auto 0;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 520px) {
  .c-linkbtn .c-btn {
    max-width: 240px;
    gap: 20px;
  }
}
.c-linkbtn .c-btn:hover {
  filter: none;
  opacity: 0.5;
}
.c-linkbtn .c-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
}

.c-contact__parts {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 520px) {
  .c-contact__parts {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.c-contact__parts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("/images/decoration.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
}
.c-contact__parts.c-space {
  padding: 160px 20px 120px;
}
@media (max-width: 520px) {
  .c-contact__parts.c-space {
    padding: 120px 36px 80px;
  }
}
.c-contact__parts a {
  background-color: #209685;
  max-width: 480px;
  width: 100%;
  padding: 44px 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: 1.92px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 520px) {
  .c-contact__parts a {
    padding: 24px 22px;
    width: 320px;
    border-radius: 32px;
  }
}
.c-contact__parts a:hover {
  filter: none !important;
}
.c-contact__parts a::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
}
.c-contact__parts a:first-child::before {
  background-image: url(/images/tel.svg);
}
@media (min-width: 850px) {
  .c-contact__parts a:first-child {
    pointer-events: none;
  }
}
@media (max-width: 520px) {
  .c-contact__parts a:first-child {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  }
}
.c-contact__parts a:last-child {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.c-contact__parts a:last-child::before {
  background-image: url(/images/mail.svg);
}

.c-section {
  padding: 266px 0 0;
}
@media (max-width: 520px) {
  .c-section {
    padding: 223px 0 0;
  }
}
.c-section .c-top__head__area {
  position: relative;
}
.c-section .c-top__head__area:before {
  content: "";
  border: 1px solid #000;
  width: 60%;
  display: block;
  flex: 1;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 1;
}
@media (max-width: 850px) {
  .c-section .c-top__head__area:before {
    border: none;
  }
}
.c-section .c-top__heading {
  color: #209685;
  font-size: 36px;
  letter-spacing: 2.88px;
  position: relative;
}
@media (max-width: 850px) {
  .c-section .c-top__heading {
    margin-bottom: 6px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__heading {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.c-section .c-top__heading:before {
  content: "";
  color: #f0f0f0;
  position: absolute;
  top: -130px;
  left: 0;
  font-family: "Montserrat";
  line-height: 1;
  font-size: clamp(20px, 10.52vw, 120px);
}
@media (max-width: 850px) {
  .c-section .c-top__heading:before {
    white-space: pre-line;
    font-size: 80px;
    top: -166px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__heading:before {
    font-size: 60px;
    top: -130px;
  }
}
.c-section .catch {
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  text-align: right;
}
@media (max-width: 520px) {
  .c-section .catch {
    margin-bottom: 20px;
  }
}
.c-section .catch span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
  text-align: right;
  background-color: #fff;
  padding-left: 40px;
}
@media (max-width: 850px) {
  .c-section .catch span {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .c-section .catch span {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 850px) {
  .c-section .catch {
    display: block;
    text-align: left;
  }
  .c-section .catch span {
    padding-left: 0;
  }
}
.c-section .c-top__flex {
  display: flex;
}
@media (max-width: 850px) {
  .c-section .c-top__flex {
    flex-direction: column;
  }
}
.c-section .c-top__flex__wrap {
  width: 33.3333333333%;
}
@media (max-width: 850px) {
  .c-section .c-top__flex__wrap {
    width: 100%;
  }
}
.c-section .c-top__flex__wrap a {
  background-size: cover;
  display: block;
  aspect-ratio: 1/1;
  padding: 48px;
  box-sizing: border-box;
}
@media (max-width: 1124px) {
  .c-section .c-top__flex__wrap a {
    padding: 36px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__flex__wrap a {
    padding: 39px;
    aspect-ratio: unset;
    height: 100vw;
  }
}
.c-section .c-top__flex__wrap__inner {
  background: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.c-section .c-top__flex__wrap__inner .heading {
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: 2.4px;
  color: #209685;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .c-section .c-top__flex__wrap__inner .heading {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__flex__wrap__inner .heading {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.2;
  }
}
.c-section .c-top__flex__wrap__inner .text {
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 24px);
}
@media (max-width: 850px) {
  .c-section .c-top__flex__wrap__inner .text {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__flex__wrap__inner .text {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.c-section .c-top__count {
  padding: 80px 0;
  background: #e3f2ef;
}
@media (max-width: 520px) {
  .c-section .c-top__count {
    padding: 40px 0;
  }
}
.c-section .c-top__count__text {
  font-size: 36px;
  letter-spacing: 2.88px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .c-section .c-top__count__text {
    font-size: 30px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.c-section .c-top__count__list {
  display: flex;
}
@media (max-width: 850px) {
  .c-section .c-top__count__list {
    flex-direction: column;
  }
}
.c-section .c-top__count__list li {
  background-color: #209685;
  width: 33.3333333333%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .c-section .c-top__count__list li {
    width: 100%;
    padding: 33px 24px;
    padding: 24px 20px;
  }
}
@media (max-width: 520px) {
  .c-section .c-top__count__list li {
    padding: 24px 20px;
    gap: 10px;
  }
}
.c-section .c-top__count__list li:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
}
.c-section .c-top__count__list li p {
  flex: 1;
  letter-spacing: 1.28px;
}/*# sourceMappingURL=style.css.map */