@charset "UTF-8";
@view-transition {
  navigation: auto;
}
html.vt-off::view-transition-old(root),
html.vt-off::view-transition-new(root) {
  animation: none !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #1a1c1b;
  color: #1a1c1b;
  overflow-x: hidden;
}

.sub-page-title {
  container-type: inline-size;
  container-name: top-news;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: row;
  color: #ffffff;
  padding-bottom: 35px;
  border-bottom: 1px solid #339878;
  margin: clamp(6.25rem, 3.823rem + 10.36vw, 16.25rem) 0 clamp(1.875rem, 1.344rem + 2.27vw, 4.063rem) 0;
  gap: clamp(1.875rem, 0.813rem + 4.53vw, 6.25rem);
}
@media (max-width: 768px) {
  .sub-page-title {
    flex-direction: column;
    align-items: start;
    padding: 0 20px 20px;
  }
}
.sub-page-title h1 {
  margin-left: 75px;
  font-size: clamp(2.8125rem, 2.2057rem + 2.589vw, 5.3125rem);
  letter-spacing: 0.12em;
  text-box: trim-end cap alphabetic;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .sub-page-title h1 {
    margin-left: 0;
  }
}
.sub-page-title ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  letter-spacing: 0.05em;
}
.sub-page-title ul::before {
  content: "|";
  order: 2;
  padding: 0 15px;
}
.sub-page-title ul li:last-of-type {
  order: 3;
}

.section-title {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: row;
  gap: clamp(1.25rem, 0.749rem + 2.14vw, 3.313rem);
  padding-left: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #339878;
}
@media (max-width: 768px) {
  .section-title {
    padding-left: 0;
    padding-bottom: 7px;
  }
}
.section-title h2 {
  font-size: clamp(1.375rem, 1.1626rem + 0.9061vw, 2.25rem);
  letter-spacing: 0.12em;
  line-height: 1;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .section-title h2 {
    letter-spacing: 0.05em;
  }
}
.section-title small {
  letter-spacing: 0.12em;
  font-weight: 500;
}

.btn {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  letter-spacing: 0.12em;
  gap: 20px;
  z-index: 0;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn::after {
  content: "";
  width: 225px;
  height: 1px;
  z-index: -1;
}
@media (max-width: 768px) {
  .btn::after {
    width: 150px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
@media (max-width: 768px) {
  .btn::before {
    width: 150px;
  }
}

.btn--white {
  color: #ffffff;
}
.btn--white::after {
  background: #ffffff;
}
.btn--white::before {
  background: #1a1c1b;
}
.btn--white:hover {
  color: #1a1c1b;
}
.btn--white:hover::before {
  transform: scaleX(1);
}

.btn--green {
  color: #339878;
}
.btn--green::after {
  background: #339878;
}
.btn--green::before {
  background: #1a1c1b;
}
.btn--green:hover {
  color: #1a1c1b;
}
.btn--green:hover::before {
  transform: scaleX(1);
}

.btn--green.recruit-btn:hover {
  color: #ffffff;
}
.btn--green.recruit-btn:hover::before {
  background: #ffffff;
}

.page-nation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 380px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-nation .flip_image{
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page-nation {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
.page-nation .page-link {
  width: 40px;
  height: 40px;
  background-color: #339878;
  color: #ffffff;
  border-radius: 100vmax;
}
.page-nation .page-link:hover {
  background-color: #1a1c1b;
}

@media (max-width: 768px) {
  .page-nation .page-link {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
  }
}
.page-nation a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.detail {
  background-color: #ffffff;
  padding-bottom: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem);
}
.detail .wrap {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: clamp(3.125rem, 1.911rem + 5.18vw, 8.125rem);
}
.detail .title {
  color: #1a1c1b;
  font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
  padding-bottom: 13px;
  border-bottom: 1px solid #339878;
  margin-bottom: clamp(2.5rem, 2.045rem + 1.94vw, 4.375rem);
  margin-top: -70px;
  padding-top: 70px;
}
.detail .news-title {
  view-transition-name: news-title;
}
.detail .contents {
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}
.contents figure {
  aspect-ratio: 4/3;
}
.contents figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail time {
  display: block;
  margin-top: 1.67em;
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}
.detail small {
  display: block;
  margin-top: 2.735em;
}
.detail p {
  margin-top: 32px;
  letter-spacing: 1.5px;
  line-height: 1.75;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
.detail .pdf {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 27px;
  margin-top: 30px;
}
.detail .pdf::after {
  content: "ファイルを見る";
}
.detail .btn--detail {
  margin-top: clamp(3.125rem, 2.822rem + 1.29vw, 4.375rem);
      margin-left: auto;
}

.card--1 {
  view-transition-name: card-1;
}

.card--2 {
  view-transition-name: card-2;
}

.card--3 {
  view-transition-name: card-3;
}

.card--4 {
  view-transition-name: card-4;
}

.card--5 {
  view-transition-name: card-5;
}

.card--6 {
  view-transition-name: card-6;
}

.card--7 {
  view-transition-name: card-7;
}

.card--8 {
  view-transition-name: card-8;
}

.card--9 {
  view-transition-name: card-9;
}

::view-transition-group(card--1) {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* 加速感を出す */
  animation-duration: 0.5s; /* 少しゆっくり動かすとリッチに見える */
}

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

body.menu-active {
  overflow: hidden;
}
body.menu-active nav {
  left: 0;
}

.header {
  container-type: inline-size;
  container-name: header;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1000;
  background-color: transparent;
  color: #ffffff;
}
.header.header-active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1a1c1b;
}
.header.header-active .menu-btn label span,
.header.header-active .menu-btn label span:before,
.header.header-active .menu-btn label span:after {
  background-color: #1a1c1b;
}
.header.menu-active nav {
  left: 0;
}
.header .logo {
  font-size: clamp(1.4375rem, 1.392rem + 0.1942vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.header .logo a:hover {
  color: #339878;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 1770px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 1em;
}
.header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.header .menu > li {
  font-size: clamp(1rem, 0.875rem + 0.2604vw, 1.1875rem);
  font-weight: 400;
  letter-spacing: 0.07em;
  color: inherit;
  padding: 13px 0;
}
.header li a:hover {
  color: #339878;
}
.header .menu-btn {
  position: fixed;
  display: none;
  right: 20px;
  top: 30px;
}
.header #menu-btn-input {
  display: none;
}
.header .menu-btn label {
  position: relative;
  display: block;
  cursor: pointer;
}
.header .menu-btn label span,
.header .menu-btn label span:before,
.header .menu-btn label span:after {
  display: block;
  width: 40px;
  height: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  width: 18px;
}
.header .menu-btn label span:before,
.header .menu-btn label span:after {
  position: absolute;
  content: "";
}
.header .menu-btn label span:before {
  top: -8.4px;
  width: 23px;
}
.header .menu-btn label span:after {
  top: 8.4px;
  width: 13px;
}
.header .menu-btn label input:checked + span {
  background-color: transparent;
}
.header .menu-btn label input:checked + span:before,
.header .menu-btn label input:checked + span:after {
  top: 0;
  margin-top: -9.4px;
}
.header .menu-btn label input:checked + span:before {
  transform: translate(0, 8.4px) rotate(-45deg);
  background-color: #ffffff;
}
.header .menu-btn label input:checked + span:after {
  transform: translate(0, 8.4px) rotate(45deg);
  background-color: #ffffff;
  width: 23px;
}
.header .menu-btn-text {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 13px;
}
.header .menu-btn label input:checked ~ p {
  color: #ffffff;
}
.header .sp {
  display: none;
}
@container header (max-width:900px) {
  .header .menu-btn {
    display: block;
  }
  .header nav {
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100svh;
    overflow-y: scroll;
    background-color: #1a1c1b;
    color: #ffffff;
    padding: 0 20px 20px;
  }
  .header .menu {
    margin-top: 70px;
    max-width: initial;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: initial;
  }
  .header .menu-item > a {
    font-size: 15px;
  }
  .header .menu-item,
  .header .sp-menu-wrap {
    border-top: 1px solid #393939;
  }
  .header .sp-menu-wrap > a {
    font-size: 15px;
  }
  .header .sp-menu > li {
    margin-top: 10px;
  }
  .header li {
    width: 100%;
  }
  .header .sp {
    display: block;
  }
  .header .sp-menu-first {
    display: block;
    margin-bottom: 13px;
  }
  .header .sp-menu li {
    font-size: 13px;
  }
  .header .sp-menu a::before {
    content: "ー ";
  }
  .header .list-contact {
    margin-top: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header .list-contact li {
    padding: 15px 21px;
  }
  .header .list-contact li:nth-of-type(1) {
    order: 1;
  }
  .header .list-contact li:nth-of-type(2) {
    order: 3;
  }
  .header .list-contact::after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    order: 2;
  }
  .header .list-contact .title {
    line-height: 1.33;
    font-weight: 700;
  }
  .header .list-contact .contact-box {
    margin-top: 12px;
    line-height: 1;
  }
  .header .list-contact .contact-box a {
    line-height: 1;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: clamp(1.5rem, 1.4848rem + 0.0647vw, 1.5625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
    gap: 10px;
  }
  .header .list-contact .contact-box a::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .header .list-contact .contact-box .tel::before {
    background: url(../../images_home/base/tel_white.svg) no-repeat center;
  }
  .header .list-contact .contact-box .email::before {
    background: url(../../images_home/base/email_white.svg) no-repeat center;
  }
  .header .list-contact small {
    font-size: 10px;
    letter-spacing: 0.07em;
    display: block;
    margin-top: 10px;
  }
}

.hero {
  height: 100vh;
  position: relative;
  container-type: inline-size;
  container-name: hero;
}
.hero .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
@container hero (max-width:768px) {
  .hero .slider-wrapper {
    flex-direction: column;
  }
}
.hero .top-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-basis: 50%;
  height: 100%;
}
@container hero (max-width:768px) {
  .hero .top-slider {
    flex-basis: initial;
    max-width: 100%;
  }
}
.hero .top-slider img {
  object-fit: cover;
}
.hero .scroll-wrap {
  position: absolute;
  bottom: 0px;
  right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  cursor: pointer;
  writing-mode: horizontal-tb;
  height: 100px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@container hero (max-width:768px) {
  .hero .scroll-wrap {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero .scroll {
  font-size: 15px;
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
.hero .scroll-line {
  width: 1px;
  height: 0px;
  background-color: #ffffff;
  writing-mode: horizontal-tb;
  animation: extend 2s ease-in-out infinite;
}
@keyframes extend {
  0% {
    height: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    height: 100px;
    opacity: 1;
  }
}
.hero .catchphrase-wrap {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  border: 7px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: clamp(33.875rem, 32.237rem + 6.99vw, 40.625rem);
  padding: 20px 0;
  writing-mode: vertical-rl;
  z-index: 1;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
  gap: 20px;
  background: rgba(0, 0, 0, 0.25);
}
.hero .catchphrase-wrap.active {
  opacity: 1;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  transition-duration: 2s;
}
@container hero (max-width:768px) {
  .hero .catchphrase-wrap {
    width: 94%;
    padding: 27px 11px;
    height: initial;
    flex-direction: column;
    writing-mode: initial;
    border: 3px solid #ffffff;
  }
}
.hero .catchphrase-text {
  font-size: clamp(1.75rem, 1.4163rem + 1.4239vw, 3.125rem);
  letter-spacing: 4px;
  font-weight: 900;
  color: #ffffff;
}
@container hero (max-width:768px) {
  .hero .catchphrase-text {
    letter-spacing: 0.05em;
  }
}

.top-news {
  height: 100px;
  background-color: #1a1c1b;
  position: relative;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top-news .wrap {
  container-type: inline-size;
  container-name: top-news;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: absolute;
  inset: 0;
  color: #ffffff;
}
.top-news .news-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: clamp(6.25rem, 1.696rem + 10.41vw, 14.188rem);
  width: 100%;
  letter-spacing: 0.15em;
}
.top-news a {
  width: 100%;
  display: flex;
  gap: clamp(1.875rem, 0.656rem + 2.79vw, 4rem);
  letter-spacing: 0.15em;
}
.top-news a time {
  width: 75px;
  letter-spacing: 0.06em;
}
.top-news a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.top-news a:hover {
  color: #339878;
}
@container top-news (max-width:500px) {
  .top-news .news-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
}

.identity {
  background-color: #339878;
  color: #ffffff;
  height: clamp(32.813rem, 31.129rem + 7.18vw, 39.75rem);
  max-width: 100%;
  overflow-x: hidden;
  container-type: inline-size;
  container-name: identity;
}
.identity .wrap {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
.identity .wrap h2 {
  padding-top: 2.5em;
  font-size: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.identity .wrap p {
  margin-top: 3em;
  font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.identity .wrap p br {
  display: none;
}
@container identity (max-width:768px) {
  .identity .wrap p {
    line-height: 1.5;
  }
  .identity .wrap p br {
    display: block;
  }
}
.identity .wrap small {
  margin: 4.063em 0 3.2em 0;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
}
.identity .wrap small br {
  display: none;
}
@container identity (max-width:768px) {
  .identity .wrap small {
    line-height: 1.5;
  }
  .identity .wrap small br {
    display: block;
  }
}
.identity ul {
  overflow: hidden;
  font-size: clamp(4.25rem, 3.3095rem + 4.0129vw, 8.125rem);
  letter-spacing: clamp(0.625rem, 0.595rem + 0.13vw, 0.75rem);
  display: inline-block;
  margin: 33px 0 0 0;
  white-space: nowrap;
  animation: slideAnimation 30s linear infinite;
}
.identity li {
  display: inline;
  text-decoration: none;
  border-bottom: none;
  opacity: 0.3;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@keyframes slideAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.reason {
  background-color: #ffffff;
}
.reason .wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: reason;
}
.reason .wrap h2 {
  margin-top: 3.57em;
  font-size: clamp(1.5rem, 1.4393rem + 0.2589vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.reason .wrap h2 br {
  display: none;
}
@container reason (max-width:768px) {
  .reason .wrap h2 {
    margin-top: 50px;
    line-height: 1.5;
  }
  .reason .wrap h2 br {
    display: block;
  }
}
.reason .wrap h3 {
  margin-top: 2.7em;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  color: #339878;
}
@container reason (max-width:768px) {
  .reason .wrap h3 {
    line-height: 1.5;
    margin-top: 30px;
  }
}
.reason .reason-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 70px;
}
@container reason (max-width:768px) {
  .reason .reason-group {
    margin-top: 30px;
    flex-direction: column;
    gap: 35px;
  }
}
.reason .reason-group div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reason .reason-group div figure {
  border-radius: 100vmax;
  background-color: #339878;
  position: relative;
  height: clamp(6.25rem, 3.409rem + 7.58vw, 12.5rem);
  width: clamp(6.25rem, 3.409rem + 7.58vw, 12.5rem);
}
@container reason (max-width:768px) {
  .reason .reason-group div figure {
    width: clamp(6.25rem, -4.167rem + 44.44vw, 12.5rem);
    height: clamp(6.25rem, -4.167rem + 44.44vw, 12.5rem);
  }
}
.reason .reason-group div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.reason .reason-group div h4 {
  margin-top: 1em;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #339878;
}
.reason .reason-group div small {
  font-size: clamp(0.75rem, 0.7197rem + 0.1294vw, 0.875rem);
  margin-top: 5px;
  letter-spacing: 0.5px;
  color: #339878;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.reason .reason-group div p {
  font-size: 14px;
  margin-top: 0.649em;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.top-service {
  background-color: #ffffff;
  padding: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 0;
}
.top-service .top-service-inner {
  max-width: 1609px;
  background-color: #ffffff;
  container-type: inline-size;
  container-name: top-service;
}
.top-service .top-service-inner .wrap {
  max-height: 694px;
  display: grid;
  grid-template-columns: 6.48fr 0.52fr 0.22fr 2.77fr;
  grid-template-rows: 0.68fr 0.65fr 1.24fr 2fr 1fr 0.675fr;
}
@container top-service (max-width:1200px) {
  .top-service .top-service-inner .wrap {
    grid-template-columns: repeat(4, 1.62fr) 0.52fr 0.22fr 2.77fr;
  }
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: initial;
  }
}
.top-service .top-service-inner .wrap .sp-service {
  display: contents;
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap .sp-service {
    display: block;
    padding: 0 20px;
    margin-top: clamp(1.25rem, 0.716rem + 2.28vw, 2.125rem);
  }
}
.top-service .top-service-inner .wrap figure {
  grid-column: 1/3;
  grid-row: 1/6;
  position: relative;
}
@container top-service (max-width:1200px) {
  .top-service .top-service-inner .wrap figure {
    grid-column: 1/5;
  }
}
.top-service .top-service-inner .wrap figure div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #b3d0ff;
  opacity: 0.2;
}
.top-service .top-service-inner .wrap img {
  object-fit: cover;
}
.top-service .top-service-inner .wrap .service-desc {
  grid-column: 4/5;
  grid-row: 1/3;
}
@container top-service (max-width:1200px) {
  .top-service .top-service-inner .wrap .service-desc {
    grid-column: 6/8;
  }
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap .service-desc {
    margin-bottom: clamp(0.875rem, -1.259rem + 9.11vw, 4.375rem);
  }
}
.top-service .top-service-inner .wrap .service-list {
  grid-column: 2/5;
  grid-row: 4/7;
  background-color: #339878;
  position: relative;
  max-height: 408px;
}
@container top-service (max-width:1200px) {
  .top-service .top-service-inner .wrap .service-list {
    grid-column: 4/8;
    max-height: 400px;
    max-width: 450px;
  }
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap .service-list {
    max-width: 700px;
    margin: 0 auto;
    max-height: initial;
    height: 400px;
  }
}
.top-service .top-service-inner .wrap h2 {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.12em;
}
.top-service .top-service-inner .wrap h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #339878;
  margin-top: 0.4em;
}
.top-service .top-service-inner .wrap p {
  letter-spacing: 0.12em;
  margin-top: 2.81em;
  line-height: 2;
  text-align: justify;
}
.top-service .top-service-inner .wrap ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59%;
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap ul {
    width: 80%;
  }
}
.top-service .top-service-inner .wrap li {
  margin-top: 1em;
}
.top-service .top-service-inner .wrap li:first-of-type {
  margin-top: 0;
}
.top-service .top-service-inner .wrap a {
  display: block;
  max-width: 333px;
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  color: #ffffff;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@container top-service (max-width:990px) {
  .top-service .top-service-inner .wrap a {
    max-width: initial;
  }
}
.top-service .top-service-inner .wrap a::after {
  content: "";
  background-image: url(../../images_home/arrow.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 100vmax;
  width: 34px;
  height: 34px;
}
.top-service .top-service-inner .wrap a:hover {
  color: #1a1c1b;
}
.top-service .top-service-inner .wrap a:hover::after {
  background-image: url(../../images_home/arrow_black.svg);
  background-size: contain;
  border-color: #1a1c1b;
}
.top-flow{
  background-color: #ffffff;
  padding-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  container-type: inline-size;
  container-name: top-flow;
}
.top-flow .wrap{
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.top-flow .top-flow-desc{
  margin-top: clamp(1.875rem, 0.965rem + 3.88vw, 5.625rem);
  display: flex;
  gap: clamp(2rem, 0.792rem + 2.52vw, 3.813rem) 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.top-flow .top-flow-item{
  width: 300px;
  background-color:#E7F7F6;
  padding: 20px 20px 25px 20px;
}
.top-flow .number{
  font-size: clamp(1.75rem, 1.4466rem + 1.2945vw, 3rem);
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #339878;
}
.top-flow .flow-img{
  margin: 0 auto;
  display: block;
  width: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem);
  height: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem);
}
.top-flow h3{
  color: #339878;
  margin-top: 0.672em;
  text-align: center;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  letter-spacing: 0.01em;
  font-weight: 700;
}
.top-flow .flow-text{
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  width: fit-content;
  margin: 10px auto 0;
  letter-spacing: 0.08em;
}
.top-flow .contact-wrap{
  margin: 11px auto 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.top-flow div.contact-wrap:nth-of-type(3){
  margin-top: 9px;
}
.top-flow .contact-wrap p{
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.7292rem + 0.434vw, 1.25rem);
}
.top-flow .contact-inner{
  display: contents;
}
.top-flow .contact-img{
  width: 20px;
  height: 20px;
}
.top-flow small{
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.top-flow .sp-caution{
  display: none;
}
.top-flow .sp-arrow{
  display: none;
}
@media(max-width:671px){
  .top-flow .sp-arrow{
    display: block;
  }
  .top-flow .top-flow-desc{
    flex-direction: column;
    gap: 16px;
  }
  .top-flow .top-flow-item{
    width: initial;
    display: flex;
    flex-wrap: wrap;
  }
  .number{
    order: 1;
    width: 45px;
  }
  .top-flow h3{
    order: 2;
    flex-basis: 84%;
    text-align: left;
    margin-top: 10px;
  }
  .top-flow .flow-img{
    order: 3;
    width: 75px;
    height: 75px;
    margin-top: 18px;
  }
  .top-flow .flow-text{
    order: 4;
    flex-basis: 70%;
    margin-top: 32px;
    margin-left: 13px;
  }
  .top-flow .contact-wrap{
    order: 5;
    flex-basis: 100%;
    border: 1px solid #339878;
    padding: 15px 0;
    background-color: #ffffff;
    margin-top: 10px;
  }
  .top-flow .contact-inner{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
  }
  .top-flow div.contact-wrap:nth-of-type(3){
    order: 6;
    margin-top: 13px;
  }
  .top-flow small{
    display: none;
  }
  .top-flow .sp-caution{
    letter-spacing: 0.07em;
    font-size: 10px;
    display: block;
  }
}
.top-works {
  background-color: #f8f9fa;
  padding-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  container-type: inline-size;
  container-name: top-works;
}
.top-works .wrap {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.top-works .works-wrap {
  margin-bottom: 90px;
  height: 542px;
  display: grid;
  grid-template-columns: 2.13fr 0.5fr 2.13fr 0.59fr 2.02fr 0.48fr 2.15fr;
  grid-template-rows: 1.06fr 44px 1.45fr 91px 2.94fr 66px;
}
@container top-works (max-width:990px) {
  .top-works .works-wrap {
    display: unset;
  }
}
.top-works .sp-wrapper {
  display: contents;
}
@container top-works (max-width:990px) {
  .top-works .sp-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 33px;
    margin: clamp(2.313rem, 1.055rem + 5.37vw, 4.375rem) 0 clamp(1.875rem, 0.541rem + 5.69vw, 4.063rem) 0;
  }
}
.top-works .works-desc {
  max-width: 470px;
  grid-column: 1/4;
  grid-row: 1/3;
}
.top-works .works-desc h2 {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top-works .works-desc h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #339878;
  margin-top: 0.4em;
}
.top-works .works-desc p {
  margin-top: 2.5em;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #339878;
}
@container top-works (max-width:990px) {
  .top-works figure {
    max-width: 475px;
    height: 100%;
    aspect-ratio: 4/3;
  }
}
.top-works .works-img01 {
  grid-column: 1/2;
  grid-row: 4/6;
}
@container top-works (max-width:990px) {
  .top-works .works-img01 {
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
.top-works .works-img02 {
  grid-column: 3/4;
  grid-row: 4/6;
}
@container top-works (max-width:990px) {
  .top-works .works-img02 {
    grid-column: 2/2;
    grid-row: 1/1;
  }
}
.top-works .works-img03 {
  grid-column: 5/6;
  grid-row: 3/5;
}
@container top-works (max-width:990px) {
  .top-works .works-img03 {
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
.top-works .works-img04 {
  grid-column: 7/7;
  grid-row: 3/4;
}
@container top-works (max-width:990px) {
  .top-works .works-img04 {
    grid-column: 2/2;
    grid-row: 2/2;
  }
}

.top-news-list {
  background-color: #ffffff;
}
.top-news-list .wrap {
  max-width: 1340px;
  padding: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 20px clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 20px;
  margin: 0 auto;
}
.top-news-list .wrap h2 {
  text-align: center;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top-news-list .wrap ul {
  max-width: 1123px;
  margin: 0 0 65px auto;
}
.top-news-list .wrap li {
  margin-top: 1em;
}
.top-news-list .wrap li a {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  background-color: #f8f9fa;
  gap: clamp(1.25rem, 0.583rem + 2.85vw, 4rem);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  padding: 11px clamp(1.875rem, 1.632rem + 1.04vw, 2.875rem);
}
.top-news-list .wrap li a:hover {
  color: #ffffff;
  background-color: #339878;
}
.top-news-list .wrap li:nth-of-type(1) {
  margin-top: 50px;
}
.top-news-list .wrap time {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 66px;
  letter-spacing: 0.06em;
}
.top-news-list .wrap span {
  letter-spacing: 0.06em;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-recruit {
  background-color: #1a1c1b;
  padding-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  container-type: inline-size;
  container-name: top-recruit;
}
.top-recruit .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  gap: 34px;
  max-width: 1604px;
  padding-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  margin-left: auto;
}
@container top-recruit (max-width:990px) {
  .top-recruit .wrap {
    flex-direction: column-reverse;
  }
}
@container top-recruit (max-width:768px) {
  .top-recruit .wrap {
    padding-top: 0;
  }
}
.top-recruit h3 {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top-recruit h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #339878;
  margin-top: 0.4em;
}
.top-recruit h2 {
  margin-top: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  letter-spacing: 0.1em;
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: clamp(2.688rem, 1.556rem + 1.83vw, 3.75rem);
}
.top-recruit p {
  margin: clamp(1.875rem, -1.518rem + 5.48vw, 5.063rem) 0 clamp(1.25rem, -3.407rem + 7.53vw, 5.625rem) 0;
  color: #e0e0e0;
  letter-spacing: 1px;
  line-height: 2;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@container top-recruit (max-width:768px) {
  .top-recruit p {
    text-align: justify;
  }
  .top-recruit p br {
    display: none;
  }
}
.top-recruit .recruit-detail {
  min-width: 470px;
}
@container top-recruit (max-width:990px) {
  .top-recruit .recruit-detail {
    min-width: unset;
    width: 100%;
    padding: 0 20px;
  }
}

.contact {
  background-color: #ffffff;
  padding: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 0;
}
.contact .contact-inner {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  margin: 0 auto;
  container-type: inline-size;
  container-name: contact;
}
.contact .contact-inner h2 {
  text-align: center;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact .contact-inner .contact-text {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: clamp(2.188rem, 1.96rem + 0.97vw, 3.125rem);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact .contact-inner .info {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-direction: row;
  margin-top: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
}
@container contact (max-width:990px) {
  .contact .contact-inner .info {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.contact .contact-inner .info a {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact .contact-inner .info a:hover {
  color: #339878;
}
.contact .contact-inner .info-desc{
  flex-basis: 50%;
}
.contact .contact-inner .info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: clamp(0.813rem, 0.403rem + 1.75vw, 2.5rem);
  /* font-size: clamp(1.75rem, 1.4921rem + 1.1003vw, 2.8125rem); */
  /* font-size: clamp(1.75rem, 1.568rem + 0.7767vw, 2.5rem); */
  font-size: clamp(1.5625rem, 1.335rem + 0.9709vw, 2.5rem);
  letter-spacing: 0.07em;
  font-weight: 400;
  padding-top: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
}
@container contact (max-width:990px) {
  .contact .contact-inner .info-text {
    padding-top: initial;
  }
}
.contact .contact-inner small {
  margin-top: 3.05em;
  display: block;
  text-align: center;
  letter-spacing: 0.7px;
  font-size: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
}
@container contact (max-width:990px) {
  .contact .contact-inner small {
    margin-top: 10px;
  }
}
.contact .contact-inner .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #1a1c1b;
}
@container contact (max-width:990px) {
  .contact .contact-inner .line {
    transform: translate(-50%, -50%) rotate(90deg);
    height: clamp(18.125rem, 4.408rem + 58.52vw, 32.5rem);
  }
}
.contact .contact-inner img {
  width: 50px;
  height: 40px;
}
@container contact (max-width:990px) {
  .contact .contact-inner img {
    width: 25px;
    height: 25px;
  }
}

.about {
  background-color: #ffffff;
  padding: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 0;
}
.about .wrap {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: about;
}
.about table {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
  width: 100%;
}
.about table tr:nth-of-type(1) {
  padding-top: 0;
}
.about table tr {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 100px;
  padding: 20px 0 13px 0;
  border-bottom: 1px solid #cdcdcd;
}
@container about (max-width:768px) {
  .about table tr {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 13px;
  }
}
.about table th {
  width: clamp(6.25rem, 5.689rem + 2.39vw, 8.563rem);
  padding-left: 32px;
  text-align: justify;
  text-align-last: justify;
  font-weight: 500;
}
@container about (max-width:768px) {
  .about table th {
    min-width: 100px;
    text-align: start;
    text-align-last: start;
    padding: 0 0 6px 0;
    letter-spacing: 0.1em;
  }
}
.about table td {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.about .skills {
  margin-top: 63px;
}
@container about (max-width:768px) {
  .about .skills {
    margin-top: 50px;
  }
}
.about .skills-wrap {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.about .skills-wrap small {
  display: block;
  text-align: end;
  margin-top: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
  font-size: 13px;
}
.about .skills-text {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  letter-spacing: 1px;
  line-height: 2;
}
@container about (max-width:768px) {
  .about .skills-text {
    text-align: justify;
  }
}
.about .skill-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
@container about (max-width:990px) {
  .about .skill-list {
    gap: 4px;
    flex-wrap: wrap;
  }
}
.about li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #1a1c1b;
  width: 250px;
  height: 250px;
}
@container about (max-width:990px) {
  .about li {
    flex-basis: 49%;
  }
}
@container about (max-width:540px) {
  .about li {
    flex-basis: 100%;
    height: 75px;
    flex-direction: row;
    gap: 10px;
  }
}
.about figure {
  width: clamp(1.563rem, 0.61rem + 4.07vw, 3.125rem);
}
.about .skill-name {
  display: block;
  margin-top: 24px;
  font-size: 15px;
  letter-spacing: 0.09em;
}
@container about (max-width:540px) {
  .about .skill-name {
    margin-top: 0;
    width: 230px;
  }
}
.about .skill-count {
  position: relative;
  font-weight: 700;
  color: #339878;
  font-size: clamp(1.5625rem, 1.1833rem + 1.6181vw, 3.125rem);
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about .skill-count::after {
  content: "名";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 7px;
  right: -25px;
}
@container about (max-width:540px) {
  .about .skill-count::after {
    bottom: 1px;
    right: -17px;
  }
}
.about .access {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.about .access iframe {
  border: none;
  filter: grayscale(100%);
  max-height: 390px;
  flex-basis: 50%;
}
@container about (max-width:950px) {
  .about .access iframe {
    max-height: clamp(20.938rem, 19.193rem + 7.44vw, 28.125rem);
    flex-basis: initial;
    width: 100%;
  }
}
.about .access-map {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  margin-top: clamp(3.125rem, 2.867rem + 1.1vw, 4.188rem);
  gap: clamp(2.188rem, 1.96rem + 0.97vw, 3.125rem);
}
@container about (max-width:950px) {
  .about .access-map {
    flex-direction: column;
    align-items: center;
  }
}
.about .access-wrap {
  flex-basis: 50%;
}
@container about (max-width:950px) {
  .about .access-wrap {
    flex-basis: initial;
    width: 100%;
  }
}
.about .access-text {
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: clamp(2.813rem, 2.206rem + 2.59vw, 5.313rem);
}
@container about (max-width:950px) {
  .about .access-text {
    letter-spacing: 0.04em;
  }
}
.about .access-box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  gap: 42px;
}
@container about (max-width:950px) {
  .about .access-box {
    /* width: clamp(16.563rem, 14.296rem + 9.67vw, 18.938rem);
    justify-content: space-between; */
    justify-content: center;
    margin: 0 auto;
  }
}
.about .access-box:nth-of-type(2) {
  margin-top: 47px;
}
@container about (max-width:950px) {
  .about .access-box:nth-of-type(2) {
    margin-top: 20px;
  }
}
.about .access-box img {
  width: 50px;
  height: 50px;
}
@container about (max-width:950px) {
  .about .access-box img {
    width: 25px;
    height: 25px;
  }
}
@container about (max-width:470px) {
  .about .access-box {
    justify-content: start;
    width: 375px;
    margin: 0 auto;
    gap: 20px;
  }
}
.about .access-desc p {
  /* font-size: clamp(1.5625rem, 1.2591rem + 1.2945vw, 2.8125rem); */
  font-size: clamp(1.5625rem, 1.335rem + 0.9709vw, 2.5rem);
  letter-spacing: 0.07em;
  line-height: 1;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about .access-desc small {
  font-size: clamp(0.625rem, 0.5492rem + 0.3236vw, 0.9375rem);
  letter-spacing: 0.07em;
  margin-top: 27px;
  display: block;
  text-align: center;
}
@container about (max-width:768px) {
  .about .access-desc small {
    margin-top: 10px;
  }
}

.service {
  background-color: #ffffff;
}
.service .service-text {
  font-size: clamp(0.9375rem, 0.892rem + 0.1942vw, 1.125rem);
  line-height: 2.5;
  margin-bottom: clamp(3.125rem, 2.154rem + 4.14vw, 7.125rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .service .service-text {
    text-align: justify;
  }
}
.service .wrap {
  max-width: 1340px;
  padding: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 20px 0;
  margin: 0 auto;
  container-type: inline-size;
  container-name: service;
}
.service .service-content {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  gap: 38px;
  margin: clamp(1.875rem, 0.813rem + 4.53vw, 6.25rem) auto clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}
@container service (max-width:768px) {
  .service .service-content {
    flex-direction: column;
    gap: 20px;
  }
}
@container service (max-width:768px) {
  .service #service03 {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.service .reverse {
  flex-direction: row-reverse;
}
@container service (max-width:768px) {
  .service .reverse {
    flex-direction: column;
  }
}
.service .service-right,
.service .service-left {
  flex-basis: 50%;
}
@container service (max-width:768px) {
  .service .service-right,
  .service .service-left {
    flex-basis: initial;
    max-width: 100%;
  }
}
.service h3 {
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-weight: 700;
}
@container service (max-width:768px) {
  .service h3 {
    margin-bottom: 20px;
  }
}
@container service (max-width:400px) {
  .service h3 br {
    display: contents;
  }
}
.service ul {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  letter-spacing: 0.5px;
  line-height: 1.875;
}
.service ul li {
  padding-left: 20px;
  position: relative;
}
.service ul li::before {
  content: "・";
  display: inline-block;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  position: absolute;
  top: 0;
  left: 0;
}

.works {
  background-color: #ffffff;
}
.works .wrap {
  max-width: 1340px;
  padding: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 20px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: works;
}
.works .works-text {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  line-height: 2.25;
  letter-spacing: 2px;
}
@container works (max-width:768px) {
  .works .works-text br {
    display: none;
  }
}
.works .grid {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(min(50%, 350px), 1fr));*/
  grid-template-columns: repeat(auto-fill, 350px);
  /*grid-template-columns: 8ch 8ch 8ch;*/
  column-gap: clamp(3.438rem, -3.333rem + 9.03vw, 7.5rem);
  row-gap: clamp(1.875rem, 1.268rem + 2.59vw, 4.375rem);
  /* margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 0px; */

}
.works .title-wrap {
  position: relative;
  padding-left: 13px;
}
.works .title-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 1px;
  height: clamp(2.5rem, 1.954rem + 2.33vw, 4.75rem);
  background-color: #339878;
}
.works figure {
  max-width: 350px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works figure image{
  width: 100%;
  height: 100%;
}
@container works (max-width:1200px) {
  .works figure {
    max-width: initial;
    max-height: initial;
    width: auto;
    height: auto;
  }
}
.works img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works .card:hover {
  color: #339878;
}
.works .card:hover img {
  transform: scale(1.2, 1.2);
}
.works h2 {
  margin-top: 32px;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  font-weight: 500;
}
@container works (max-width:768px) {
  .works h2 {
    margin-top: 15px;
  }
}
.works .card-text {
  font-size: clamp(0.75rem, 0.7045rem + 0.1942vw, 0.9375rem);
  letter-spacing: 0.5px;
  margin-top: 6px;
}

.news {
  padding: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 0 clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 0;
  background-color: #ffffff;
}
.news .wrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.news .news-list-wrap a:nth-of-type(1) {
  margin-top: 0;
}
.news .news-link {
  display: block;
  margin-top: 32px;
}
.news .news-list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  background-color: #f8f9fa;
  padding: 15.5px 0 15.5px clamp(1.563rem, 1.259rem + 1.29vw, 2.813rem);
  gap: clamp(0.75rem, -0.039rem + 3.37vw, 4rem);
}
.news .news-list:hover {
  color: #ffffff;
  background-color: #339878;
}
.news dt {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruit {
  background-color: #ffffff;
}
.recruit .wrap {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  padding: clamp(4.688rem, 3.55rem + 4.85vw, 9.375rem) 20px;
  container-type: inline-size;
  container-name: recruit;
}
.recruit .wrap h1 {
  font-size: clamp(1.5rem, 1.4393rem + 0.2589vw, 1.75rem);
  text-align: center;
  margin-bottom: clamp(2.188rem, 1.884rem + 1.29vw, 3.438rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #464847;
  letter-spacing: 0.2em;
}
.recruit .wrap .recruit-text {
  text-align: center;
  line-height: 2.375;
  letter-spacing: 0.1em;
  margin-bottom: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@container recruit (max-width:900px) {
  .recruit .wrap .recruit-text {
    text-align: justify;
  }
}
@container recruit (max-width:768px) {
  .recruit .wrap .recruit-text {
    line-height: 2;
  }
}
@container recruit (max-width:900px) {
  .recruit .wrap .recruit-text br {
    display: none;
  }
}
.recruit .wrap .representative {
  text-align: center;
}
.recruit .wrap .representative p {
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #464847;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recruit .wrap .representative small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #464847;
  margin-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.recruit .wrap .recruit-sub-title {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: row;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.recruit .wrap .recruit-sub-title::before {
  display: inline-block;
  color: #339878;
  font-size: 32px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-box: trim-end cap alphabetic;
  letter-spacing: 0.1em;
}
.recruit .wrap .recruit-sub-title--01::before {
  content: "01.";
}
.recruit .wrap .recruit-sub-title--02::before {
  content: "02.";
}
.recruit .wrap .position {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  margin: 50px auto clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.recruit .wrap .position-text {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  letter-spacing: 1px;
  margin-top: 2em;
}
@container recruit (max-width:768px) {
  .recruit .wrap .position-text {
    line-height: 1.5;
  }
}
.recruit .wrap .position-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
  gap: clamp(1.875rem, 0.813rem + 4.53vw, 6.25rem);
  margin-bottom: clamp(3.125rem, 2.822rem + 1.29vw, 4.375rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap .position-content {
    flex-direction: column;
  }
}
.recruit .wrap .reverse {
  flex-direction: row-reverse;
}
@container recruit (max-width:768px) {
  .recruit .wrap .reverse {
    flex-direction: column;
  }
}
.recruit .wrap .position-right {
  flex-basis: 41.667%;
  min-width: 400px;
}
@container recruit (max-width:900px) {
  .recruit .wrap .position-right {
    flex-basis: 50%;
    min-width: initial;
  }
}
.recruit .wrap .position-right h3 {
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: justify;
}
@container recruit (max-width:900px) {
  .recruit .wrap .position-right h3 br {
    display: none;
  }
}
.recruit .wrap .position-right p {
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@container recruit (max-width:900px) {
  .recruit .wrap .position-left {
    flex-basis: 50%;
  }
}
.recruit .wrap .salary {
  max-width: 560px;
  padding: 0;
  margin: 0 auto;
  margin: clamp(3.125rem, 2.897rem + 0.97vw, 4.063rem) auto clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}
.recruit .wrap .salary h3 {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2;
}
.recruit .wrap .example {
  margin-top: 50px;
  border: 1px solid #339878;
  padding: 24px 0;
}
.recruit .wrap .example-inner {
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}
@container recruit (max-width:500px) {
  .recruit .wrap .example-inner {
    margin: 0;
    padding: 10px;
  }
}
.recruit .wrap .year {
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 500;
}
.recruit .wrap .annual-income {
  margin-top: 22px;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 400;
}
.recruit .wrap .amount {
  color: #339878;
  font-size: clamp(2.1875rem, 1.96rem + 0.9709vw, 3.125rem);
  letter-spacing: 0.07em;
  font-weight: 500;
  margin: 0 5px 0 30px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recruit .wrap .caution {
  display: block;
  color: #464847;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.25;
  margin-top: 35px;
}
.recruit .wrap .benefits {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.recruit .wrap .benefits h3 {
  font-size: 23px;
  color: #339878;
  letter-spacing: 1.5px;
  margin-top: 50px;
}
.recruit .wrap .card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  column-gap: 120px;
  row-gap: clamp(1.563rem, 1.183rem + 1.62vw, 3.125rem);
  margin-top: 30px;
  padding-bottom: 20px;
}
.recruit .wrap .card {
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid #1a1c1b;
}
.recruit .wrap .card-title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 22px;
  font-size: clamp(1.1875rem, 1.1268rem + 0.2589vw, 1.4375rem);
  letter-spacing: 0.15em;
  font-weight: 500;
}
.recruit .wrap .card-title img {
  width: clamp(2.5rem, 2.107rem + 1.68vw, 4.118rem);
}
@container recruit (max-width:800px) {
  .recruit .wrap .card-title br {
    display: none;
  }
}
.recruit .wrap .card-text {
  margin-top: 4.5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.recruit .wrap .card-supplement {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.recruit .wrap .support .card:first-child > .card-title {
  gap: 8px;
}
.recruit .wrap .support .card-text--support {
  margin-top: 18px;
  letter-spacing: -0.05em;
  text-align: justify;
}
.recruit .wrap .flow {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.recruit .wrap .flow-text {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 2.77em;
}
.recruit .wrap .flow-chart {
  margin-top: clamp(3.125rem, 2.822rem + 1.29vw, 4.375rem);
  position: relative;
  margin-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
.recruit .wrap .graph {
  margin: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem) auto;
  text-align: center;
  max-width: 600px;
}
.recruit .wrap .graph p {
  font-size: 14px;
  margin-top :35px;
  text-align: right;
}
.recruit .wrap .requirements {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.recruit .wrap .requirements-text {
  margin: 2.66em 0 2.38em 0;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  letter-spacing: 1px;
}
.recruit .wrap .tab {
  max-width: 835px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.recruit .wrap .tab-btn {
  color: #fff;
  background-color: #a3a3a3;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.45em;
}
@container recruit (max-width:768px) {
  .recruit .wrap .tab-btn {
    padding: 10px 0;
    letter-spacing: 0.1em;
    flex-basis: 30%;
  }
}
.recruit .wrap .tab-active {
  background-color: #339878;
}
.recruit .wrap table {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  margin: 60px auto 0;
  display: none;
}
.recruit .wrap tr:first-child th,
.recruit .wrap tr:first-child td {
  padding-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap tr:first-child th,
  .recruit .wrap tr:first-child td {
    padding-top: 5px;
  }
}
.recruit .wrap tr:last-child th,
.recruit .wrap tr:last-child td {
  padding-bottom: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap tr:last-child th,
  .recruit .wrap tr:last-child td {
    padding-bottom: 10px;
  }
}
.recruit .wrap th {
  width: 95px;
  text-align: justify;
  text-align-last: justify;
  padding-left: 10px;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap th {
    padding-left: 0;
    letter-spacing: 0.1em;
    text-align-last: start;
  }
}
.recruit .wrap th,
.recruit .wrap td {
  padding-top: clamp(0.313rem, -0.067rem + 1.62vw, 1.875rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap th,
  .recruit .wrap td {
    display: block;
    text-align: left;
    padding-bottom: 0px;
  }
}
.recruit .wrap td {
  padding-left: clamp(1.25rem, 0.036rem + 5.18vw, 6.25rem);
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@container recruit (max-width:768px) {
  .recruit .wrap td {
    padding: 0 0 10px;
    line-height: 1.5;
    text-align: justify;
  }
}
.recruit .wrap td span {
  color: #dd0b0b;
}
.recruit .wrap .show {
  display: table;
}
.recruit .contact {
  margin-top: 0;
  padding-top: 0;
}
.recruit .contact h2 {
  margin-top: 0;
}

.footer {
  position: relative;
  padding-top: 70px;
  background-color: #1a1c1b;
  color: #ffffff;
}
.footer .footer-title {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer p {
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  border-bottom: 2px solid #339878;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
.footer small {
  margin-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer .page-top-wrap {
  position: absolute;
  bottom: 78px;
  right: clamp(0.375rem, -0.596rem + 4.14vw, 4.375rem);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  z-index: 2;
  cursor: pointer;
  writing-mode: horizontal-tb;
  height: 300px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer .page-top {
  font-size: clamp(0.625rem, 0.5492rem + 0.3236vw, 0.9375rem);
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@keyframes extend_ {
  0% {
    height: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    height: 70px;
    opacity: 1;
  }
}
.footer .page-top-line {
  width: 1px;
  height: 0px;
  background-color: #ffffff;
  writing-mode: horizontal-tb;
  animation: extend_ 2s ease-in-out infinite;
}

p .text-tiny {
    font-size: .7em!important;
    line-height: .7em!important;
}
p .text-small {
    font-size: .85em!important;
    line-height: .85em!important;
}
p .text-big {
    font-size: 1.4em!important;
    line-height: 1em!important;
}
p .text-huge {
    font-size: 1.8em!important;
    line-height: 1.2em!important;
}
/*# sourceMappingURL=style.css.map */
