html {
  /* font-size: 10px; */
  font-size: 8.2px;
}

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;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
  align-items: center;
  display: none;
  height: 64px;
  padding-top: 12px;
  width: 64px;
}

.burger__inner {
  height: 24px;
  position: relative;
  width: 24px;
}

.burger span {
  background: #8BC8E1;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s;
  width: 24px;
}

.burger::after {
  content: "MENU";
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 4px;
}

.burger span:nth-child(1) {
  top: 3px;
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  bottom: 3px;
}

.burger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
  opacity: 0;
}

.burger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

/*
 * 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: #f3f3f0;
}

.footer__inner {
  /* max-width: 144rem; */
  max-width: 1440px;
}

.footer__head {
  border-bottom: 1px solid #ccc;
  display: flex;
  /* padding: 5.8rem 0 1.9rem; */
  padding: 58px 0 19px;
  gap: 60px;
}

.footer__logo {
  /* max-width: 22.3rem; */
  max-width: 223px;
}

.footer__info {
  /* max-width: 35.5rem; */
  max-width: 355px;
  min-width: 310px;
}

.footer__info address {
  /* font-size: max(12px, 1.4rem); */
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
  /* margin-top: 1.8rem; */
  margin-top: 18px;
}

.footer__sns {
  display: flex;
  /* gap: 1rem;
  margin-top: 2rem; */
  gap: 10px;
  margin-top: 20px;
}

.footer__snsLink {
  /* max-width: 5.4rem; */
  max-width: 54px;
}

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

.footer__nav {
  flex: 1;
  /* padding-top: 4.6rem; */
  padding-top: 46px;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2.8rem; */
  margin-left: auto;
  /* max-width: 74rem; */
  max-width: 740px;
  gap: 28px;
}

.footer__link {
  /* font-size: max(12px, 1.4rem); */
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.footer__bottom {
  /* padding: 2rem 0 5rem; */
  padding: 20px 0 50px;
}

.footer__bottomNav ul {
  display: flex;
  /* gap: 3rem; */
  gap: 30px;
  justify-content: flex-end;
}

.footer__bottomNav a {
  /* font-size: max(10px, 1.2rem); */
  font-size: 12px;
  line-height: 1.25;
}

.footer__copyright {
  /* font-size: max(10px, 1.2rem); */
  font-size: 12px;
  line-height: 1.25;
  /* margin-top: 1.4rem; */
  margin-top: 14px;
  text-align: right;
}

/*
 * 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 {
  border-radius: 0 0 10px 10px;
  left: 0;
  left: 50%;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.header__inner {
  border-radius: 0 0 10px 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  transition: all 0.2s;
}

.header__ttl {
  font-size: 11px;
  line-height: 1.5;
  padding: 9px 0 6px 8px;
  transition: all 0.2s;
}

.header__main {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding-left: 24px;
  transition: all 0.2s;
}

.header__logo {
  max-width: 149px;
  transition: all 0.2s;
}

.header__box {
  display: contents;
}

.header__contact {
  background: #2173C0;
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  max-width: 228px;
  padding: 26px;
  transition: all 0.2s;
  width: 20%;
}

.header__contact a {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.5;
  transition: all 0.2s;
}

.header__contact a::before {
  background: url(./../images/common/icon_mail.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 19px;
  width: 24px;
}

.header__contact .sp-text {
  display: none;
}

/* ------------------------------------------
	is-scrolled
------------------------------------------ */

.header.is-scrolled .header__inner {
  background: rgba(255, 255, 255, 0.8);
  height: 96px;
}

.header.is-scrolled .header__ttl {
  padding: 7px 0 0 23px;
  padding-top: 7px;
}

.header.is-scrolled .header__main {
  background: none;
  height: auto;
  margin-top: -13px;
  padding-left: 44px;
}

.header.is-scrolled .header__logo {
  max-width: 133px;
}

.header.is-scrolled .header__contact {
  border-radius: 0px 0 10px 0px;
  height: 100%;
  height: 96px;
  max-width: 120px;
  padding: 20px 14px;
  position: relative;
  top: -11px;
}

.header.is-scrolled .header__contact a {
  flex-direction: column;
  font-size: 14px;
  gap: 12px;
  letter-spacing: 0.01em;
}

/*
 * 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.is-active {
  opacity: 1;
  visibility: visible;
}

.nav__list {
  display: flex;
  gap: 48px;
  padding-top: 27px;
}

.nav__link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.nav__link:hover {
  color: #2173C0;
  opacity: 1;
}

.nav__sns {
  display: none;
  gap: 20px;
  padding-top: 23px;
}

.nav__sns a {
  width: 20px;
}

.nav__sns a img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * 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) {
  html {
    font-size: min(10px, 0.5714vw);
    /* font-size: min(10px, 0.6212vw);  */
  }

  .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: 1280px) {
  .header {
    border-radius: 0 0 0.78vw 0.78vw;
    padding: 0 3.125vw;
  }

  .header__inner {
    border-radius: 0 0 0.78vw 0.78vw;
    max-width: 106.25vw;
  }

  .header__ttl {
    font-size: 0.86vw;
    padding: 0.7vw 0 0.47vw 0.625vw;
  }

  .header__main {
    border-radius: 0.78vw;
    height: 5.625vw;
    padding-left: 1.875vw;
  }

  .header__logo {
    max-width: 10.4vw;
  }

  .header__contact {
    border-radius: 0px 0.78vw 0.78vw 0px;
    max-width: 17.8125vw;
    padding: 2vw;
  }

  .header__contact a {
    font-size: 1.25vw;
    gap: 1.25vw;
  }

  .header__contact a::before {
    height: 1.48vw;
    width: 1.875vw;
  }

  .nav__list {
    gap: 2.97vw;
    padding-top: 1.64vw;
  }

  .nav__link {
    font-size: 1.25vw;
  }
}

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

  .footer__list {
    max-width: 38vw;
  }

  .header {
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 3px 10px rgba(79, 79, 79, 0.08);
    padding: 0;
  }

  .header__inner {
    border-radius: 0;
  }

  .header__ttl {
    display: none;
  }

  .header__main {
    height: 64px;
    padding-left: 16px;
  }

  .header__logo {
    max-width: 106px;
  }

  .header__box {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }

  .header__contact {
    border-radius: 0;
    height: 64px;
    padding: 14px 0 0;
    width: 64px;
  }

  .header__contact a {
    flex-direction: column;
    font-size: 9px;
    gap: 6px;
    text-transform: uppercase;
  }

  .header__contact a::before {
    height: 19px;
    width: 24px;
  }

  .header__contact .sp-text {
    display: block;
  }

  .header__contact .pc-text {
    display: none;
  }

  .burger {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .nav {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border-radius: 0 0 10px 0;
    bottom: 0;
    height: 514px;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 25px 16px 37px;
    position: fixed;
    right: 0;
    top: 56px;
    transition: all 0.6s;
    visibility: hidden;
    width: calc(100% - 64px);
    z-index: 1000;
  }

  .nav__list {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
  }

  .nav__link {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }

  .nav__item:first-child .nav__link {
    padding-top: 0;
  }

  .nav__sns {
    display: flex;
    gap: 20px;
    padding-top: 23px;
  }

  .nav__sns a {
    width: 20px;
  }

}

@media screen and (max-width: 980px) {
  .pageJob .footer__inner {
    max-width: 500px;
    padding: 0 16px;
  }

  .footer__head {
    flex-direction: column;
    gap: 0;
    padding: 50px 0 0;
  }

  .footer__logo {
    /* max-width: 19.3rem; */
    max-width: 193px;
  }

  .footer__info {
    max-width: 100%;
    min-width: auto;
  }

  .footer__info address {
    font-size: 12px;
    font-weight: 400;
  }

  .footer__sns {
    gap: 16px;
    margin-top: 50px;
  }

  .footer__nav {
    padding-top: 50px;
  }

  .footer__list {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
  }

  .footer__link {
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding: 19px 32px;
  }

  .footer__snsLink {
    max-width: 54px;
  }

  .footer__bottom {
    padding: 36px 0 60px 32px;
  }

  .footer__bottomNav ul {
    flex-direction: column;
    gap: 16px;
  }

  .footer__bottomNav a {
    font-size: 12px;
  }

  .footer__copyright {
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
  }

}

@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;
  }

}

@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; */
    padding-top: 6.4rem;
  }

  .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__list {
    max-width: 42rem;
  } */

  .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;
  }

  .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;
  }

}

@media screen and (max-width: 375px) {
  .header__main {
    height: 12.8rem;
    padding-left: 3.2rem;
  }

  .header__logo {
    max-width: 21.2rem;
  }

  .header__contact {
    height: 12.8rem;
    padding: 2.8rem 2rem;
    width: 12.8rem;
  }

  .header__contact a {
    font-size: 1.8rem;
    gap: 1.2rem;
  }

  .header__contact a::before {
    height: 3.8rem;
    width: 4.8rem;
  }

  .burger {
    height: 12.8rem;
    padding-top: 2.4rem;
    width: 12.8rem;
  }

  .burger__inner {
    height: 4.8rem;
    width: 4.8rem;
  }

  .burger span {
    width: 4.8rem;
  }

  .burger::after {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }

  .burger span:nth-child(1) {
    top: 0.6rem;
  }

  .burger span:nth-child(3) {
    bottom: 0.6rem;
  }

  .nav {
    border-radius: 0 0 2rem 0;
    height: 102.8rem;
    padding: 5rem 3.2rem 7.4rem;
    top: 11.2rem;
    width: calc(100% - 12.8rem);
  }

  .nav__link {
    font-size: 2.8rem;
    font-weight: 500;
    padding: 4rem 0;
  }

  .nav__sns {
    gap: 4rem;
    padding-top: 4.6rem;
  }

  .nav__sns a {
    width: 4rem;
  }
}

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