html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #4e4e4e;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * font
 * -------------------------------------------------------------
 */

@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 400;
  src: url("./../GenJyuuGothicL-Normal.woff2") format("woff2"), url("./../fonts/GenJyuuGothicL-Normal.woff") format("woff");
}

@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 500;
  src: url("./../GenJyuuGothicL-Medium.woff2") format("woff2"), url("./../fonts/GenJyuuGothicL-Medium.woff") format("woff");
}

@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 700;
  src: url("./../GenJyuuGothicL-Bold.woff2") format("woff2"), url("./../fonts/GenJyuuGothicL-Bold.woff") format("woff");
}

/*
 * l-contents
 * -------------------------------------------------------------
 */

.l-contents {
  margin-top: 5rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 142rem;
  padding: 0 5rem;
}

.l-inner.--page {
  max-width: 141rem;
  padding-bottom: 31rem;
  padding-top: 6rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 12rem;
  overflow: hidden;
}

.l-main.--page {
  color: #535353;
}

/*
 * l-page-entry
 * -------------------------------------------------------------
 */

.l-page-entry {
  font-size: 10px;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  padding-top: 12rem;
}

/*
 * c-page-ttl
 * -------------------------------------------------------------
 */

.c-page-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 6rem;
  font-weight: 500;
  gap: 2.8rem;
}

.c-page-ttl::before {
  background: url(./../images/logo_icon.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 10.4rem;
  max-width: 10rem;
  width: 100%;
}

/*
 * c-sec-ttl
 * -------------------------------------------------------------
 */

.c-sec-ttl {
  margin: 0 auto;
  text-align: center;
}

.c-sec-ttl__sub {
  color: #1eabe4;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.8rem;
}

/*
 * u-color
 * -------------------------------------------------------------
 */

.u-color {
  color: #1eabe4;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * entry
 * -------------------------------------------------------------
 */

.entry__lead {
  margin-top: 4rem;
  text-align: center;
}

.entry__note {
  color: #535354;
  display: block;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  text-align: center;
}

.entry__note span {
  color: #ff0202;
}

.entry__form {
  margin: 6.5rem auto 0;
  max-width: 105rem;
}

.entry__message {
  padding: 8rem 0;
  text-align: center;
}

/*
 * l-footer
 * -------------------------------------------------------------
 */

.footer {
  background: #ddd;
}

.footer__copyright {
  color: #535353;
  font-size: 2.2rem;
  padding: 2.5rem;
  text-align: center;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form {
  background: white;
  margin: 0 auto;
}

.form__table {
  border: 1px solid #868585;
  border-bottom: none;
  border-collapse: inherit;
  width: 100%;
}

.form__label {
  background: #daeff7;
  border-bottom: 1px solid #868585;
  border-right: 1px solid #868585;
  font-size: 2.4rem;
  font-weight: 500;
  height: 8rem;
  line-height: 1;
  max-width: 35rem;
  padding: 2.8rem 2.5rem 0;
  width: 35%;
}

.form__required {
  color: #ff0202;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0.8rem;
  position: relative;
  top: -0.2rem;
}

.form__required.--m0 {
  margin: 0;
}

.form td {
  border-bottom: 1px solid #868585;
  vertical-align: middle;
}

.form__input {
  align-items: center;
  display: flex;
  gap: 2rem;
  height: 8rem;
  padding: 1.5rem 2rem;
  position: relative;
}

.form__input input,
.form__select select,
.form__textarea textarea {
  border-radius: 0.7rem;
  font-size: 2rem;
  padding: 1.4rem 1.2rem;
}

.form__input.--name input {
  max-width: 20rem;
}

input[type=text],
input[type=email],
select,
textarea {
  border: 1px solid #868585;
  width: 100%;
}

input::-moz-placeholder {
  color: #cccccc;
}

input::placeholder {
  color: #cccccc;
}

.form__radio {
  align-items: center;
  display: flex;
  gap: 2.2rem;
}

.form__radio-label {
  cursor: pointer;
  font-size: 2.4rem;
  padding-left: 3.5rem;
  position: relative;
}

/* ラジオボタンのデフォルト表示を隠す */

.form__radio input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* カスタムラジオボタンの枠 */

[type=radio]+.form__radio-label::before {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 1.5rem;
}

/* カスタムラジオボタンのチェック */

[type=radio]+.form__radio-label::after {
  background: #535353;
  border: 1px solid #535353;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease;
  width: 1.5rem;
}

[type=radio]:checked+.form__radio-label::after {
  opacity: 1;
}

.form__input.--select {
  position: relative;
}

.form__select {
  position: relative;
  width: 100%;
}

.form__select::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #868585;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: inline-block;
  height: 0.8rem;
  position: absolute;
  right: 1.2rem;
  top: 53%;
  transform: translateY(-50%);
  width: 1.2rem;
}

.form__select.--birth {
  max-width: 18rem;
}

.form__select.--month,
.form__select.--day {
  max-width: 10rem;
}

.form__select.--job {
  max-width: 30rem;
}

.form__textarea {
  height: 100%;
  padding: 1.5rem 2rem;
}

.form__textarea textarea {
  aspect-ratio: 660/270;
}

.form__check {
  margin-top: 3rem;
  padding: 0 0.5rem;
  position: relative;
}

.form__check-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  position: relative;
}

.form__check-label::before {
  border: 1px solid #868585;
  content: "";
  height: 1.5rem;
  margin-right: 1.5rem;
  width: 1.5rem;
}

.form__check-label:has(:checked)::after {
  border: solid #535353;
  border-width: 0 2px 2px 0;
  content: "";
  height: 1.1rem;
  left: 0.5rem;
  position: absolute;
  top: 0.9rem;
  transform: rotate(40deg);
  width: 0.5rem;
}

.form__check-label input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.form__check-label a {
  -webkit-text-decoration: underline;
  color: #1eabe4;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.form__check-text {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 1.5rem;
  padding-left: 3rem;
}

.form__btn {
  margin-top: 4.5rem;
  text-align: center;
  transition: all 0.2s;
}

.form__btn input[type=submit] {
  background-color: #1eabe4;
  border: none;
  border-radius: 0.9rem;
  color: #fff;
  cursor: pointer;
  font-size: 3.2rem;
  max-width: 40rem;
  padding: 1.8rem;
  width: 100%;
}

.form__btn:hover {
  filter: brightness(110%);
}

.form__error {
  background: #ff0202;
  bottom: -1.5rem;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 500;
  left: 2rem;
  padding: 0.5rem;
  position: absolute;
}

.form__error.is-show {
  display: block;
  z-index: 1;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  z-index: 10;
}

.header.stopped {
  opacity: 0;
  transform: translateY(-2rem);
}

.header__inner {
  align-items: flex-end;
  border-top: min(0.5rem, 0.29vw) solid #8bcae3;
  border-top: min(0.5rem, 0.29vw) solid #8bcae3;
  display: flex;
  height: min(12rem, 6.857vw);
  justify-content: space-between;
  padding: 0 min(1.2rem, 0.686vw) min(1rem, 0.571vw);
  position: relative;
}

.header__ttl-area {
  align-items: flex-end;
  display: flex;
  gap: 2.8rem;
}

.header__logo {
  width: min(25.7rem, 14.69vw);
}

.header__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.header__ttl {
  font-size: max(12px, min(1.14vw, 2rem));
  padding-bottom: min(1.2rem, 0.69vw);
}

.header__nav {
  align-items: flex-end;
  display: flex;
  gap: min(4.8rem, 2.74vw);
  height: 100%;
  justify-content: flex-end;
}

.header__entry {
  align-items: center;
  background: #1eabe4;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-size: min(3.2rem, 1.83vw);
  font-weight: 500;
  height: min(7rem, 4vw);
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: min(0.2rem, 0.11vw);
  width: min(30rem, 17.14vw);
}

.header__entry:hover {
  filter: brightness(110%);
  opacity: 1;
}

/*
 * info
 * -------------------------------------------------------------
 */

.info {
  background: url(./../images/info_bg.webp) no-repeat center/cover;
  padding: 6.5rem 0 2.2rem;
}

.info__text {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  text-align: center;
}

.info__btn {
  align-items: center;
  background: #fff;
  border: 0.5rem solid #1eabe4;
  border-radius: 1rem;
  color: #1eabe4;
  display: grid;
  font-size: 5.2rem;
  font-weight: 500;
  height: 12.5rem;
  justify-items: center;
  margin: 6rem auto 0;
  max-width: 70rem;
  place-items: center;
}

.info__btn:hover {
  background: #1eabe4;
  color: #fff;
  opacity: 1;
}

.info__bot {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding: 0 1rem;
}

.info__company {
  color: #fff;
  font-weight: 500;
}

.info__company-name {
  font-size: 3.6rem;
}

.info__addr {
  font-size: 2rem;
  margin-top: 2rem;
}

.info__link {
  max-width: 25rem;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  padding-top: 5rem;
}

.message__inner {
  padding: 0;
}

.message__sec-ttl {
  max-width: 69.5rem;
}

.message__items {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.message__item {
  margin: 0 auto;
  max-width: 132rem;
}

.message__item:nth-child(2n-1) {
  padding-left: 1rem;
  position: relative;
}

.message__flex {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}

.message__flex.--reverse {
  flex-direction: row-reverse;
  margin-top: 6.5rem;
}

.message__details {
  flex: 1;
}

.message__text {
  line-height: 2.15;
}

.message__img-wrap {
  max-width: 50rem;
  position: relative;
}

.message__img-wrap::after {
  background: url(./../images/message_img_bg.webp) repeat center/contain;
  content: "";
  display: inline-block;
  height: 50rem;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.message__item:nth-child(2n-1) .message__img-wrap::after {
  right: -95vw;
}

.message__item:nth-child(2n) .message__img-wrap::after {
  left: -95vw;
}

.message__img {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.message__lead {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.55;
  padding-left: 1rem;
  width: calc(100% + 6rem);
}

.message__name {
  display: block;
  margin-left: auto;
  margin-top: 2.5rem;
  max-width: 25rem;
}

.message__item.--lg .message__flex.--reverse {
  align-items: flex-start;
}

.message__item.--lg .message__text {
  width: calc(100% + 5rem);
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  aspect-ratio: 1920/600;
  position: relative;
}

.mv__banner {
  max-width: 32rem;
  position: fixed;
  position: absolute;
  right: 4rem;
  top: 52rem;
  top: 20.83vw;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  height: 100%;
}

.nav__items {
  align-items: flex-end;
  display: flex;
  gap: min(4.5rem, 2.57vw);
  height: 100%;
  padding-bottom: min(1.2rem, 0.69vw);
}

.nav__link {
  font-size: min(2.6rem, 1.486vw);
  font-weight: 500;
}

/*
 * policy
 * -------------------------------------------------------------
 */

.policy__lead {
  line-height: 1.75;
  margin-top: 5rem;
}

.policy__list {
  margin-top: 8rem;
}

.policy__ttl {
  font-size: 3.6rem;
  font-weight: 500;
}

.policy__desc {
  line-height: 1.75;
  margin-top: 1.8rem;
}

.policy__ttl:not(:nth-child(1)) {
  margin-top: 8rem;
}

.policy__desc address {
  margin-top: 1.5rem;
}

/*
 * recruit
 * -------------------------------------------------------------
 */

.recruit {
  background: #c5e4f1;
  margin-top: -10rem;
  padding: 12.5rem 0 12rem;
}

.recruit__inner {
  padding-top: 1.5rem;
}

.recruit__sec-ttl {
  max-width: 35rem;
}

.recruit__details {
  background: #fff;
  border: 0.5rem solid rgb(139, 202, 227);
  border-radius: 2.1rem;
  margin: 5rem auto 0;
  max-width: 100rem;
  padding: 5rem 1.5rem 5.8rem 2.8rem;
}

.recruit__table-item {
  display: flex;
  padding: 5rem 0 5rem 0.7rem;
}

.recruit__table-item:first-child {
  padding-top: 0;
}

.recruit__table-item:not(:last-child) {
  border-bottom: 0.2rem dashed #999999;
}

.recruit__ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  min-width: 18.5rem;
}

.recruit__desc {
  flex: 1;
  letter-spacing: 0.15em;
  line-height: 1.53;
}

.recruit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.8rem;
}

.recruit__list.--col {
  flex-direction: column;
}

.recruit__list-item {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.recruit__list-item::before {
  background: #8bcae3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.recruit__list-item dl {
  display: flex;
}

.recruit__list-item dl dt {
  width: 41rem;
}

.recruit__desc .note {
  display: block;
  margin-top: 2.4rem;
}

.recruit__text {
  letter-spacing: 0.15em;
  line-height: 1.36;
  margin: 2.5rem auto 0;
  max-width: 85rem;
}

/*
 * works-join
 * -------------------------------------------------------------
 */

.works-join {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
  padding-bottom: 14.5rem;
  position: relative;
  z-index: 2;
}

.works-join__sec-ttl {
  position: relative;
}

.works-join__items {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.works-join__item {
  display: flex;
  gap: 3rem;
}

.works-join__details {
  max-width: 64rem;
  width: 100%;
}

.works-join__ttl {
  color: #1eabe4;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
}

.works-join__ttl::before {
  background: #fbe703;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3.5rem;
  left: -0.4rem;
  position: absolute;
  width: 3.5rem;
  z-index: -1;
}

.works-join__text {
  letter-spacing: 0.15em;
  line-height: 1.38;
  margin-top: 2.5rem;
  text-align: justify;
}

.works-join__item:nth-child(2n-1) .works-join__text {
  padding-left: 1rem;
}

.works-join__img {
  border-radius: 1.5rem;
  margin-right: calc(50% - 50vw);
  width: 100%;
}

.works-join__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.works-join__item:nth-child(2n) .works-join__text {
  padding-right: 1rem;
}

.works-join__item:nth-child(2n) .works-join__img {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}

/*
 * works
 * -------------------------------------------------------------
 */

.works {
  background: url(./../images/works_bot_img.webp) no-repeat bottom/100% 10.5rem;
  padding-bottom: 13rem;
  position: relative;
}

.works::before {
  background: url(./../images/works_top_img.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 49rem;
  left: 50%;
  max-width: 132rem;
  position: absolute;
  top: 31.4rem;
  transform: translateX(-50%);
  width: 100%;
}

.works__sec-ttl {
  max-width: 99.3rem;
}

.works__details {
  -webkit-clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
  background: #e5f3f9;
  clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
  padding: 17rem 3.8rem 5rem;
}

.works__lead {
  margin: 0 auto;
  max-width: 67.5rem;
}

.works__list {
  grid-gap: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5.5rem;
}

.works__list-item {
  align-items: center;
  background: #fff;
  border-radius: 1.9rem;
  box-shadow: 0px 9px 24px 0px rgba(123, 124, 124, 0.26);
  display: flex;
  flex-direction: column;
  padding: 4rem 3.6rem 2.7rem;
  position: relative;
}

.works__list-num {
  display: block;
  left: -2.7rem;
  max-width: 8.3rem;
  position: absolute;
  top: -2rem;
  z-index: 1;
}

.works__list-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.66;
}

.works__list-text {
  line-height: 1.7;
  padding: 3rem 0;
}

.works__list-img {
  margin: auto auto 0;
}

.works__list-img.--img01 {
  max-width: 23.8rem;
}

.works__list-img.--img02 {
  max-width: 27.2rem;
}

.works__list-img.--img03 {
  max-width: 16rem;
}

.works__list-img.--img04 {
  max-width: 25.3rem;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1750px) {

  html {
    font-size: min(10px, 0.5714vw);
  }

}

@media screen and (max-width: 1320px) {

  .l-page-entry {
    font-size: 0.758vw;
  }

  .message__img-wrap::after {
    display: none;
  }

  .message__item:nth-child(2n-1) .message__img {
    margin-right: calc(50vw - 50%);
    max-width: 142.9%;
    width: 100vw;
  }

  .message__item:nth-child(2n) .message__img {
    left: calc(-50vw - 93%);
    margin-left: calc(50vw + 50%);
    max-width: 142.9%;
    width: 100vw;
  }

  .message__item.--lg .message__flex.--reverse {
    align-items: center;
  }

}

@media screen and (max-width: 950px) {

  body {
    font-size: 3.2rem;
  }

  .l-inner {
    max-width: 162rem;
  }

  .entry__form {
    max-width: 100%;
  }

  .message__item {
    max-width: 155rem;
  }

  .message__item:nth-child(2n-1) .message__img {
    max-width: 119.9%;
  }

  .message__item:nth-child(2n) .message__img {
    left: calc(-50vw - 70%);
    margin-left: calc(50vw + 50%);
    max-width: 119.9%;
  }

  .message__item.--lg .message__flex.--reverse {
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 1.333vw;
  }

  .l-inner {
    max-width: 100rem;
    padding: 0 3rem;
  }

  .l-inner.--page {
    max-width: 100%;
    padding-bottom: 5.5rem;
    padding-top: 3rem;
  }

  .l-main {
    margin-top: 10rem;
  }

  .l-page-entry {
    font-size: 1.333vw;
  }

  .l-section {
    padding-top: 6rem;
  }

  .c-page-ttl {
    font-weight: 600;
  }

  .c-sec-ttl__sub {
    font-size: 2.6rem;
    margin-top: 2.5rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .entry__lead {
    font-weight: 500;
    line-height: 1.6;
  }

  .entry__note {
    font-size: 2.4rem;
    margin-top: 4rem;
  }

  .entry__note span {
    font-size: 2.6rem;
  }

  .entry__form {
    margin-top: 8rem;
  }

  .footer__copyright {
    padding: 1.8rem;
  }

  .form__label {
    border-right: none;
    display: block;
    font-weight: 600;
    height: 8.5rem;
    max-width: 100%;
    padding: 3rem 3rem 0;
    width: 100%;
  }

  .form__required {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .form td {
    align-items: center;
    display: flex;
    width: 100%;
  }

  .form__input {
    height: 8.5rem;
  }

  .form__textarea {
    padding: 2rem;
  }

  .form__textarea textarea {
    aspect-ratio: 650/270;
  }

  .form__check {
    margin-top: 1.6rem;
    padding: 0 0.8rem;
  }

  .form__check-label {
    font-size: 3rem;
    font-weight: 500;
    justify-content: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .form__check-label::before {
    height: 1.6rem;
    margin-right: 1.2rem;
    width: 1.6rem;
  }

  .form__check-label:has(:checked)::after {
    height: 1.2rem;
    left: 0.5rem;
    top: 1.2rem;
    width: 0.6rem;
  }

  .form__check-label .form__required {
    font-size: 3rem;
  }

  .form__check-text {
    font-size: 2.3rem;
    line-height: 1.33;
    margin-top: 2.6em;
    padding-left: 0;
  }

  .form__btn {
    margin-top: 5rem;
  }

  .form__btn input[type=submit] {
    font-size: 5.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    max-width: 100%;
    padding: 4rem;
  }

  .form__error {
    font-size: 2rem;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }

  .header__inner {
    border-width: 0.3rem;
    height: 10rem;
    padding: 0 1rem 1rem;
  }

  .header__logo {
    max-width: 21.4rem;
    width: 100%;
  }

  .header__ttl {
    display: none;
  }

  .header__nav {
    flex: 1;
  }

  .header__entry {
    font-size: 3.6rem;
    font-weight: 600;
    height: 7rem;
    max-width: 32rem;
    padding-top: 0.5rem;
    text-align: center;
    width: 100%;
  }

  .info {
    background: url(./../images/info_bg_sp.webp) no-repeat center/cover;
    padding: 5rem 0 3.5rem;
  }

  .info__text {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 1.77;
    text-align: justify;
  }

  .info__btn {
    background: #1eabe4;
    color: #fff;
    font-weight: 600;
    height: 12rem;
    margin-top: 3.5rem;
  }

  .info__bot {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 3.5rem;
  }

  .info__company-name {
    font-size: 2.8rem;
    text-align: center;
  }

  .info__addr {
    margin-top: 1.5rem;
  }

  .message {
    padding-top: 4rem;
  }

  .message__sec-ttl {
    max-width: 100%;
  }

  .message__items {
    gap: 7rem;
  }

  .message__item {
    max-width: 100%;
  }

  .message__item:nth-child(2n-1) {
    padding-left: 0;
  }

  .message__flex {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  .message__flex.--reverse {
    flex-direction: column-reverse;
    margin-top: 7rem;
  }

  .message__details {
    width: 100%;
  }

  .message__text {
    line-height: 1.75;
  }

  .message__img-wrap {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }

  .message__img {
    border-radius: 0;
    border-radius: initial;
  }

  .message__item:nth-child(2n-1) .message__img {
    max-width: 100%;
  }

  .message__item:nth-child(2n) .message__img {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }

  .message__lead {
    font-weight: 600;
    left: 1rem;
    letter-spacing: 0;
    margin: 0 calc(50% - 50vw);
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100vw;
  }

  .message__name {
    margin-top: 1.4rem;
    max-width: 22.1rem;
  }

  .message__item.--lg .message__text {
    width: 100%;
  }

  .mv {
    aspect-ratio: 750/980;
  }

  .mv__banner {
    display: none;
  }

  .policy__lead {
    margin-top: 7rem;
  }

  .policy__list {
    margin-top: 10rem;
  }

  .policy__ttl {
    font-size: 3.8rem;
  }

  .policy__desc {
    margin-top: 3rem;
  }

  .recruit {
    padding: 13rem 0 5rem;
  }

  .recruit__sec-ttl {
    max-width: 25.3rem;
  }

  .recruit__details {
    margin-top: 2rem;
    max-width: 100%;
    padding: 5rem 1.8rem 8.5rem;
  }

  .recruit__table-item {
    flex-direction: column;
    gap: 2rem;
    padding: 2.4rem 3rem 2.4rem 1.8rem;
  }

  .recruit__table-item:first-child {
    padding-top: 0;
  }

  .recruit__table-item:not(:last-child) {
    border-width: 0.3rem;
  }

  .recruit__ttl {
    font-size: 2.6rem;
    font-weight: 600;
    min-width: auto;
  }

  .recruit__desc {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.38;
  }

  .recruit__list {
    gap: 1rem 0.8rem;
  }

  .recruit__list-item {
    gap: 1rem;
  }

  .recruit__list.--col .recruit__list-item {
    width: 100%;
  }

  .recruit__list-item dl {
    justify-content: space-between;
    width: 100%;
  }

  .recruit__list-item dl dt {
    width: 31rem;
  }

  .recruit__desc .note {
    margin-top: 3rem;
  }

  .recruit__text {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.38;
    margin-top: 5rem;
    max-width: 100%;
    padding-left: 1.8rem;
  }

  .works-join {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 50% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 50% 100%, 0 97%);
  }

  .works-join__sec-ttl::after {
    border-top: 0.8rem dotted #1eabe4;
    content: "";
    display: block;
    height: 0.8rem;
    margin: 5rem calc(50% - 50vw) 0;
    width: 100vw;
  }

  .works-join__items {
    gap: 4.2rem;
  }

  .works-join__item {
    flex-direction: column;
    gap: 5.5rem;
  }

  .works-join__details {
    max-width: 100%;
  }

  .works-join__ttl {
    font-size: 4.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .works-join__ttl::before {
    height: 4.2rem;
    width: 4.2rem;
  }

  .works-join__text {
    letter-spacing: 0.1em;
    margin-top: 2rem;
    padding: 0 1.8rem;
  }

  .works-join__item:nth-child(2n-1) .works-join__text {
    padding: 0 1.8rem;
  }

  .works-join__img {
    margin-right: auto;
  }

  .works-join__item:nth-child(2n) {
    flex-direction: column;
  }

  .works-join__item:nth-child(2n) .works-join__text {
    padding: 0 1.8rem;
  }

  .works-join__item:nth-child(2n) .works-join__img {
    margin-left: auto;
    margin-right: auto;
  }

  .works {
    background: url(./../images/works_bot_img_sp.webp) no-repeat bottom/100% 8.8rem;
    padding-bottom: 10rem;
  }

  .works::before {
    background: url(./../images/works_top_img_sp.webp) no-repeat center/100%;
    max-width: 69rem;
    top: 33rem;
  }

  .works__inner {
    position: relative;
  }

  .works__sec-ttl {
    max-width: 100%;
  }

  .works__details {
    -webkit-clip-path: polygon(50% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
    clip-path: polygon(50% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
    margin: 10rem calc(50% - 50vw) 0;
    padding: 17.5rem 3.9rem 5rem;
  }

  .works__lead {
    max-width: 40rem;
  }

  .works__list {
    gap: 6rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 8.5rem;
    padding: 0 0.9rem;
  }

  .works__list-item {
    padding: 3rem 0 3.5rem;
  }

  .works__list-num {
    left: -1.3rem;
    max-width: 8rem;
    top: -1.5rem;
  }

  .works__list-ttl {
    font-size: 4.2rem;
    font-weight: 600;
    left: 2rem;
    position: relative;
  }

  .works__list-text {
    line-height: 1.5;
    padding: 2rem 4.5rem 3.5rem;
  }

  .works__list-img.--img02 {
    max-width: 24.6rem;
  }

  .works__list-img.--img03 {
    max-width: 13.3rem;
  }

  .works__list-img.--img04 {
    max-width: 22.7rem;
  }

}


/*# sourceMappingURL=style.css.map */