html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #555;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

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

th,
td {
  padding: 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=checkbox],
input[type=radio] {
  display: none;
}

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

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

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

.footer {
  background: #fff;
  padding: 4.5rem 0 5rem;
}

.footer__inner {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.footer__logo {
  max-width: 19.1rem;
}

.footer__address {
  line-height: 1.44;
  margin-top: 1.1rem;
}

.footer__nav-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  padding-top: 0.5rem;
}

.footer__nav-link {
  line-height: 1.44;
}

.footer__nav-link:hover {
  color: #89C997;
  opacity: 1;
}

.footer__copyright {
  font-size: max(12px, 1.2rem);
  line-height: 1.42;
  margin-top: 7rem;
  text-align: right;
}

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

.header {
  background: #fff;
  height: 11.4rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 3.5rem;
}

.header__logo {
  max-width: 19.1rem;
}

.header__nav {
  flex: 1;
}

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

.l-inner {
  margin: auto;
  max-width: 128rem;
  padding: 0 4rem;
}

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

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

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

.l-section {
  background: #fff;
  padding: 8.2rem 0 9rem;
}

.l-section-bg {
  background: #f8f9ce;
  padding: 9rem 0 10rem;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
  display: none;
  height: 2.7rem;
  position: relative;
  width: 3.4rem;
  z-index: 20;
}

.c-hamburger span {
  background: #555555;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 1px;
}

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

.c-hamburger span:nth-child(3) {
  bottom: 1px;
}

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

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

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

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

.c-sec-ttl__eng {
  color: #89C997;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
}

.c-sec-ttl__ja {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 0.2rem;
  text-align: center;
}

.c-sec-ttl__eng.--white {
  color: #fff;
}

.c-sec-ttl__ja.--white {
  color: #fff;
}

/*
 * c-table
 * -------------------------------------------------------------
 */

.c-table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-table__item {
  display: flex;
  gap: 0.6rem;
}

.c-table__ttl {
  background: #89C997;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.44;
  padding: 1.3rem 1.3rem 1.4rem;
  text-align: center;
  width: 18.6rem;
}

.c-table__desc {
  background: #fff;
  flex: 1;
  line-height: 1.44;
  padding: 1.5rem 2rem 1.2rem;
}

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

.c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
}

.c-ttl--color {
  color: #89C997;
}

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

.nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.6s;
  visibility: visible;
  z-index: 10;
}

.nav__items {
  align-items: center;
  display: flex;
  gap: 2.6rem;
  height: 100%;
  justify-content: flex-end;
}

.nav__link {
  font-size: max(16px, 1.6rem);
  line-height: 1.4;
}

.nav__link:hover {
  color: #89C997;
  opacity: 1;
}

.nav__contact {
  margin-left: 0.7rem;
  max-width: 19.1rem;
  transition: all 0.3s;
  width: 100%;
}

.nav__contact:hover {
  transform: translateY(-0.3rem);
}

.nav__contact-btn {
  align-items: center;
  background: #F4A184;
  border-radius: 10rem;
  color: #FFFFFF;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  gap: 1.3rem;
  height: 5.5rem;
  padding: 2.2rem;
}

.nav__contact-btn::before {
  background: url(./../images/icon_email.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.5rem;
  width: 2rem;
}

.nav__contact-btn:hover {
  color: #fff;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  position: relative;
}

.about__inner {
  height: 100%;
  max-width: 154rem;
  position: relative;
  z-index: 1;
}

.about__secttl {
  color: #89C997;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}

.about__text {
  font-size: max(14px, 1.8rem);
  line-height: 1.88;
  margin-top: 2rem;
  text-align: center;
}

.about__bg {
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 50%;
  margin: 0 auto;
  max-width: 150rem;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.about__objleft {
  bottom: 5.8rem;
  left: 2rem;
  margin-top: auto;
  max-width: 21rem;
  position: absolute;
}

.about__objright {
  max-width: 23.4rem;
  position: absolute;
  right: 2rem;
  top: 4.8rem;
}

/*
 * conditions
 * -------------------------------------------------------------
 */

.conditions__lead {
  font-size: max(14px, 1.8rem);
  line-height: 1.67;
  text-align: center;
}

.conditions__list {
  margin-top: 3.8rem;
}

.conditions__list-item:not(:first-child) {
  margin-top: 3.6rem;
}

.conditions__ttl {
  border-bottom: 0.3rem solid #89C997;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
  padding-bottom: 0.4rem;
}

.conditions__desc {
  line-height: 2;
  padding-top: 1.6rem;
}

.conditions__desc li::before {
  content: "・";
  display: inline-block;
}

/*
 * contact-confirm
 * -------------------------------------------------------------
 */

.contact-confirm .form__radio {
  width: 100%;
}

.contact-confirm .form__input {
  border: 1px solid #CCCCCC;
  height: 5.5rem;
  max-width: 64.9rem;
  padding: 1.7rem 1.5rem;
  width: 100%;
}

.contact-confirm .form__input.--textarea {
  aspect-ratio: 649/206;
  border: 1px solid #CCCCCC;
  min-height: 20.6rem;
  padding: 1.7rem 1.5rem;
  width: 100%;
}

.wpcf7-previous {
  margin-top: 4rem;
  text-align: center;
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  text-align: center;
}

.contact__message {
  text-align: center;
}

.contact__back {
  margin-top: 5rem;
  text-align: center;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #f4a184;
  padding: 10rem 0 11rem;
}

.contact__lead {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.88;
  margin-top: 2rem;
  text-align: center;
}

.contact__body {
  background: #fff;
  margin-top: 4.4rem;
  padding: 6.8rem 9.6rem 7.4rem;
}

/*
 * features
 * -------------------------------------------------------------
 */

.features__lists {
  margin: 3.2rem auto 0;
  max-width: 68.5rem;
}

.features__list {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 1.5rem;
  line-height: 2.3;
}

.features__list::before {
  background: url(./../images/icon_check.svg) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.6rem;
  margin-top: 1rem;
  min-width: 2.7rem;
  width: 2.7rem;
}

/*
 * flow-day
 * -------------------------------------------------------------
 */

.flow-day__lead {
  font-size: max(14px, 1.8rem);
  line-height: 1.67;
  margin-top: 2.6rem;
  text-align: center;
}

.flow-day__table {
  margin: 3.3rem auto 0;
  max-width: 80rem;
}

/*
 * flow-process
 * -------------------------------------------------------------
 */

.flow-process__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6rem 3.9rem;
  margin-top: 4.33rem;
}

.flow-process__list {
  max-width: 37rem;
}

.flow-process__list:last-child {
  max-width: 100%;
  width: 100%;
}

.flow-process__img {
  margin: 0 auto;
  max-width: 12.6rem;
}

.flow-process__ttl {
  color: #89C997;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
  margin-top: 1.5rem;
  text-align: center;
}

.flow-process__text {
  line-height: 1.62;
  margin-top: 1rem;
}

.flow-process__list:last-child .flow-process__ttl {
  text-align: left;
}

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

.form__radio,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.3rem;
}

.form__radio-label,
.wpcf7-list-item-label {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 1rem;
  position: relative;
}

.form__radio-item {
  width: -moz-fit-content;
  width: fit-content;
}

.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
}

[type=radio]+.form__radio-label::before {
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.8rem;
  margin-top: 0.2rem;
  width: 1.8rem;
}

[type=radio]+.wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.8rem;
  margin-top: 0.2rem;
  width: 1.8rem;
}

[type=radio]+.form__radio-label::after {
  background: #555;
  border-radius: 50%;
  content: "";
  height: 1.2rem;
  left: 0.9rem;
  opacity: 0;
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
  width: 1.2rem;
}

[type=radio]+.wpcf7-list-item-label::after {
  background: #555;
  border-radius: 50%;
  content: "";
  height: 1.2rem;
  left: 0.9rem;
  opacity: 0;
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
  width: 1.2rem;
}

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

input[type=radio]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.form__item {
  align-items: center;
  display: flex;
  gap: 9.5rem;
}

.form__item.--start {
  align-items: flex-start;
}

.form__item:not(:nth-child(2)) {
  margin-top: 2.6rem;
}

.form__item:nth-child(3) {
  margin-top: 3.3rem;
}

.form__label {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 700;
  gap: 5.8rem;
  justify-content: space-between;
  line-height: 1.62;
  max-width: 25.2rem;
  min-width: 25.2rem;
}

.form__label.--textarea {
  padding-top: 0.9rem;
}

.form__required {
  align-items: center;
  background: #f4a184;
  color: #FFFFFF;
  display: inline-block;
  display: grid;
  font-weight: 700;
  height: 3.3rem;
  justify-items: center;
  line-height: 1.62;
  place-items: center;
  width: 6.6rem;
}

.form__optional {
  align-items: center;
  background: #AAAAAA;
  color: #FFFFFF;
  display: inline-block;
  display: grid;
  font-weight: 700;
  height: 3.3rem;
  justify-items: center;
  line-height: 1.62;
  place-items: center;
  width: 6.6rem;
}

.form__input {
  max-width: 66.1rem;
  width: 100%;
}

.form__input input {
  border: 1px solid #CCCCCC;
  height: 5.5rem;
  max-width: 64.9rem;
  padding: 1.7rem 1.5rem;
  width: 100%;
}

.form__input textarea {
  aspect-ratio: 649/206;
  border: 1px solid #CCCCCC;
  min-height: 20.6rem;
  padding: 1.7rem 1.5rem;
  width: 100%;
}

/* Check box
--------------------------------------------- */

.form__check {
  margin-top: 5rem;
}

.form__check-text {
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

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

.form__check-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin: 4rem auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

/* 同意する */

.form__check-label span {
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.form__check-label::before {
  border: 1px solid #CCCCCC;
  content: "";
  height: 4rem;
  width: 4rem;
}

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

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

input[type=checkbox],
input[type=radio] {
  display: block;
}

.form__btn {
  background: #f4a184;
  border-radius: 10rem;
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin: 4.1rem auto 0;
  max-width: 27.6rem;
  padding: 1.6rem;
  text-align: center;
  width: 100%;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  height: min(70rem, 43.75vw);
  margin: 0 auto;
}

.fv__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 160rem;
  padding: 0 7.5rem;
  position: relative;
}

.fv__img {
  border-radius: 5rem;
  overflow: hidden;
}

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

.fv__ttlWrap {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: grid;
  height: min(43rem, 26.875vw);
  justify-items: center;
  left: min(19.5rem, 12.1875vw);
  max-width: min(43rem, 26.875vw);
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.fv__ttl {
  color: #89C997;
  font-size: min(4.4rem, 2.75vw);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/*
 * introduction
 * -------------------------------------------------------------
 */

.introduction__body {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 3.8rem;
}

.introduction__img {
  margin-top: 0.8rem;
  max-width: 41.8rem;
  width: 100%;
}

.introduction__details {
  flex: 1;
  max-width: 73.2rem;
}

.introduction__text {
  line-height: 1.875;
}

.introduction__profile {
  margin-top: 2.2rem;
}

.introduction__table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.introduction__table-item {
  align-items: stretch;
  display: flex;
  gap: 0.6rem;
}

.introduction__table-ttl {
  align-items: center;
  background: #89C997;
  color: #fff;
  display: grid;
  font-weight: 700;
  justify-items: center;
  line-height: 1.44;
  padding: 1.3rem;
  place-items: center;
  width: 18.8rem;
}

.introduction__table-desc {
  background: #fff;
  flex: 1;
  line-height: 1.44;
  padding: 1.5rem 0.5rem 1.2rem 1.7rem;
}

.introduction__career {
  width: 100%;
}

.introduction__career-lists {
  border-top: 0.3rem solid #89C997;
  margin-top: 0.4rem;
  padding-top: 1.6rem;
}

.introduction__career-list {
  display: flex;
  gap: 0.6rem;
  line-height: 2;
}

.introduction__career-list::before {
  background: #89C997;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.6rem;
  margin-top: 0.9rem;
  min-width: 1.6rem;
  width: 1.6rem;
}

/*
 * outline
 * -------------------------------------------------------------
 */

.outline {
  padding: 9.5rem 0 11rem;
  position: relative;
}

.outline__table {
  margin: 3.4rem auto 0;
  max-width: 80rem;
}

.outline .c-table__desc {
  background: #f9f9f9;
}

.outline__bg {
  display: flex;
  justify-content: flex-end;
  left: 50%;
  max-width: 150rem;
  position: absolute;
  top: 4.4rem;
  transform: translateX(-50%);
  width: 100%;
}

.outline__bg img {
  margin-left: auto;
  max-width: 22.2rem;
}

/*
 * philosophy
 * -------------------------------------------------------------
 */

.philosophy {
  position: relative;
}

.philosophy::before {
  background: url(./../images/philosophy_bg.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 27rem;
  left: 50%;
  max-width: 143.5rem;
  position: absolute;
  top: 9.7rem;
  transform: translateX(-50%);
  width: 100%;
}

.philosophy__items {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 2.6rem;
}

.philosophy__item:last-child {
  margin-top: 0.2rem;
}

.philosophy__ttl {
  color: #F4A184;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-align: center;
}

.philosophy__subttl {
  color: #89C997;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1rem;
  text-align: center;
}

.philosophy__item-text {
  line-height: 1.875;
  margin-top: 0.6rem;
  text-align: center;
}

.philosophy__lists {
  grid-gap: 2.6rem 4.4rem;
  display: grid;
  gap: 2.6rem 4.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.philosophy__list-ttl {
  color: #89C997;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.philosophy__list-text {
  line-height: 1.625;
  margin-top: 1rem;
}

/*
 * privcacy
 * -------------------------------------------------------------
 */

.privacy__pagettl {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 0.2rem;
  text-align: center;
}

.privacy__lead {
  font-weight: 700;
  line-height: 1.88;
  margin-top: 3rem;
  text-align: center;
}

.privacy__body {
  margin-top: 5rem;
}

.privacy__item {
  border-top: 0.3rem solid #89C997;
  padding: 2rem 0;
}

.privacy__item:last-child {
  border-bottom: 0.3rem solid #89C997;
}

.privacy__text {
  line-height: 1.625;
  margin-top: 1.6rem;
}

.privacy__list {
  line-height: 1.45;
  margin-top: 1rem;
  padding-left: 1em;
}

.privacy__list-item {
  display: flex;
}

.privacy__list-item::before {
  content: "・";
  display: inline-block;
}

.privacy__note {
  line-height: 1.625;
  margin-top: 1.2rem;
}

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

.recruit__body {
  display: flex;
  gap: 6rem;
  margin-top: 4rem;
}

.recruit__img {
  border-radius: 2rem;
  max-width: 57rem;
  overflow: hidden;
}

.recruit__details {
  line-height: 1.75;
}

.recruit__details ol li::before {
  content: "●";
  display: inline-block;
}

.recruit__list-wrap {
  margin-top: 1.6rem;
}

.recruit__lists {
  margin-top: 1rem;
}

.recruit__message {
  margin-top: 1.8rem;
}

.recruit__message-text {
  margin-top: 0.5rem;
}

/*
 * service
 * -------------------------------------------------------------
 */

.service__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10.1rem 14.4rem;
  justify-content: center;
  margin-top: 3.8rem;
}

.service__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 16.6rem;
  position: relative;
  width: 100%;
}

.service__img {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  max-width: 16.6rem;
  place-items: center;
  width: 100%;
}

.service__img img {
  max-width: 9.5rem;
}

.service__ttl {
  bottom: -7.2rem;
  color: #89C997;
  font-size: 2rem;
  font-weight: 700;
  height: 3em;
  left: 50%;
  line-height: 1.45;
  margin-top: 1.4rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100vw;
}

.service__ttl span {
  display: inline-block;
}

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

.u-pc {
  display: block;
}

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

.u-sp {
  display: none;
}

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

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

}

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

  html {
    font-size: 0.78125vw;
  }

  .header__inner {
    justify-content: space-between;
  }

  .c-hamburger {
    display: block;
  }

  .nav {
    background: #fff;
    height: 100%;
    opacity: 0;
    padding: 70px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100%;
  }

  .nav__items {
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
  }

  .nav__contact {
    margin: 17px auto 0;
    max-width: max(191px, 19.1rem);
  }

  .nav__contact-btn {
    gap: 13px;
    height: 55px;
    padding: 22px;
  }

  .nav__contact-btn::before {
    height: 15px;
    width: 20px;
  }

}

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

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.6rem;
  }

  .footer {
    padding: 4.2rem 0 4.1rem;
  }

  .footer__inner {
    align-items: center;
    flex-direction: column;
    gap: 2.7rem;
    padding: 0 3.8rem;
  }

  .footer__info {
    order: 2;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .footer__address {
    margin-top: 1.5rem;
    text-align: center;
  }

  .footer__items {
    display: contents;
  }

  .footer__nav-items {
    gap: 2.2rem 1.4rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 27.8rem;
    padding-top: 0;
  }

  .footer__nav {
    order: 1;
  }

  .footer__copyright {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    order: 3;
    text-align: center;
  }

  .header {
    height: 8rem;
  }

  .header__inner {
    padding: 0 1.5rem;
  }

  .header__logo {
    max-width: 16.7rem;
  }

  .l-inner {
    max-width: 55rem;
    padding: 0 1.5rem;
  }

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

  .l-section {
    padding: 5.1rem 0 5.5rem;
  }

  .l-section-bg {
    padding: 5.5rem 0 5.8rem;
  }

  .c-sec-ttl__eng {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .c-sec-ttl__ja {
    font-size: 2.8rem;
    line-height: 1.46;
    margin-top: 0.2rem;
  }

  .c-table {
    gap: 0.7rem;
  }

  .c-table__item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .c-table__ttl {
    width: 100%;
  }

  .c-table__desc {
    line-height: 1.625;
  }

  .c-ttl {
    font-size: 2.2rem;
    line-height: 1.45;
  }

  .about {
    padding: 3.2rem 0 5.7rem;
  }

  .about__secttl {
    font-size: 2.8rem;
    line-height: 1.46;
  }

  .about__text {
    font-size: 1.6rem;
    line-height: 1.62;
    margin-top: 1.5rem;
    text-align: left;
  }

  .about__bg {
    display: none;
  }

  .conditions__lead {
    font-size: 1.6rem;
    line-height: 1.62;
    margin-top: 2rem;
  }

  .conditions__list {
    margin-top: 2rem;
  }

  .conditions__list-item:not(:first-child) {
    margin-top: 2rem;
  }

  .conditions__ttl {
    font-size: 2.2rem;
    line-height: 1.45;
    padding-bottom: 0.7rem;
  }

  .conditions__desc {
    line-height: 1.62;
    padding-top: 1.3rem;
  }

  .contact-confirm .form__input {
    max-width: 100%;
  }

  .contact-confirm .form__input.--textarea {
    aspect-ratio: 310/176;
    min-height: 17.6rem;
  }

  .wpcf7-previous {
    margin-top: 3.5rem;
  }

  .contact__back {
    margin-top: 2.5rem;
  }

  .contact {
    padding: 4.8rem 0 6.6rem;
  }

  .contact__lead {
    line-height: 1.62;
    text-align: left;
  }

  .contact__body {
    margin-top: 2rem;
    padding: 2.8rem 1.7rem 4.3rem;
  }

  .features__lists {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .features__list {
    font-size: 1.8rem;
    gap: 1.3rem;
    line-height: 1.56;
  }

  .features__list::before {
    height: 2.3rem;
    margin-top: 0.5rem;
    max-width: 2.4rem;
  }

  .flow-day__lead {
    font-size: 1.6rem;
    line-height: 1.88;
    margin-top: 1rem;
  }

  .flow-day__table {
    margin-top: 1.8rem;
  }

  .flow-process__lists {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .flow-process__list {
    max-width: 100%;
  }

  .flow-process__ttl {
    font-size: 2.2rem;
    line-height: 1.45;
  }

  .flow-process__list:last-child .flow-process__ttl {
    text-align: center;
  }

  .form__radio,
  .wpcf7-radio {
    gap: 1.2rem 1.3rem;
  }

  .form__radio-label,
  .wpcf7-list-item-label {
    gap: 0.7rem;
  }

  .form__item {
    flex-direction: column;
    gap: 1.2rem;
  }

  .form__item:not(:nth-child(2)) {
    margin-top: 1.8rem;
  }

  .form__item:nth-child(3) {
    margin-top: 3rem;
  }

  .form__label {
    gap: 0;
    max-width: 100%;
    min-width: 100%;
  }

  .form__label.--textarea {
    padding-top: 0;
  }

  .form__input {
    max-width: 100%;
  }

  .form__input input {
    max-width: 100%;
  }

  .form__input textarea {
    aspect-ratio: 310/176;
    min-height: 17.6rem;
  }

  .form__check {
    margin-top: 1.2rem;
  }

  .form__check-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    text-align: left;
  }

  .form__check-label {
    gap: 0.9rem;
    margin-top: 1.5rem;
  }

  .form__check-label span {
    font-weight: 500;
  }

  .form__check-label::before {
    height: 2.7rem;
    width: 2.7rem;
  }

  .form__check-label:has(:checked)::after {
    height: 2rem;
    left: 1rem;
    top: 0.2rem;
    width: 0.8rem;
  }

  .form__btn {
    margin-top: 3.5rem;
  }

  .fv {
    height: auto;
  }

  .fv__inner {
    padding: 0 1.5rem;
  }

  .fv__img {
    aspect-ratio: 345/335;
    border-radius: 2.5rem;
  }

  .fv__ttlWrap {
    background: rgba(255, 255, 255, 0.9);
    height: 22.2rem;
    height: 59.2vw;
    left: 2rem;
    left: max(3.5rem, 9.33vw);
    max-width: 22.2rem;
    max-width: 59.2vw;
    top: 2.1rem;
    top: max(2.1rem, 5.6vw);
    transform: none;
    transform: initial;
  }

  .fv__ttl {
    font-size: 2.5rem;
    font-size: 6.67vw;
  }

  .introduction__body {
    flex-direction: column;
    gap: 0;
    margin-top: 1.5rem;
  }

  .introduction__img {
    margin: 0 auto;
    max-width: 21.4rem;
  }

  .introduction__details {
    max-width: 100%;
  }

  .introduction__text {
    line-height: 1.62;
    margin-top: 1.85rem;
  }

  .introduction__profile {
    margin-top: 2.7rem;
  }

  .introduction__table {
    gap: 0.7rem;
  }

  .introduction__table-item {
    flex-direction: column;
    gap: 0.7rem;
  }

  .introduction__table-ttl {
    width: 100%;
  }

  .introduction__career {
    margin-top: 3.8rem;
  }

  .introduction__career-lists {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 0.5rem;
    padding-top: 1.4rem;
  }

  .introduction__career-list {
    line-height: 1.5;
  }

  .introduction__career-list::before {
    margin-top: 0.5rem;
  }

  .outline {
    padding: 6rem 0 8.2rem;
  }

  .outline__table {
    margin-top: 1.7rem;
  }

  .outline__bg {
    display: none;
  }

  .philosophy::before {
    display: none;
  }

  .philosophy__items {
    gap: 3rem;
    margin-top: 2rem;
  }

  .philosophy__ttl {
    font-size: 2.6rem;
    line-height: 1.46;
  }

  .philosophy__subttl {
    font-size: 2rem;
    margin-top: 0.8rem;
    text-align: left;
  }

  .philosophy__item-text {
    line-height: 1.62;
    margin-top: 1rem;
    text-align: left;
  }

  .philosophy__lists {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.6rem;
    margin-top: 0.8rem;
  }

  .philosophy__list-ttl {
    font-size: 2rem;
    text-align: left;
  }

  .philosophy__list-text {
    line-height: 1.62;
    margin-top: 0.6rem;
  }

  .privacy__pagettl {
    font-size: 2.8rem;
    line-height: 1.46;
    margin-top: 0.2rem;
  }

  .privacy__lead {
    line-height: 1.62;
    margin-top: 2rem;
    text-align: left;
  }

  .privacy__body {
    margin-top: 2.5rem;
  }

  .privacy__item {
    padding: 1.5rem 0 1.8rem;
  }

  .privacy__text {
    margin-top: 1rem;
  }

  .privacy__list {
    padding-left: 0.5em;
  }

  .recruit__body {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .recruit__img {
    border-radius: 1.5rem;
    max-width: 100%;
  }

  .recruit__details {
    line-height: 1.62;
    margin-top: 2rem;
  }

  .recruit__lists {
    margin-top: 0.5rem;
  }

  .recruit__message {
    margin-top: 1.2rem;
  }

  .service__inner {
    padding: 0 2rem;
  }

  .service__lists {
    gap: 1.8rem 1.9rem;
    margin-top: 1.8rem;
  }

  .service__list {
    gap: 1.1rem;
    max-width: 16.3rem;
  }

  .service__img {
    max-width: 15.8rem;
  }

  .service__img img {
    max-width: 9rem;
  }

  .service__ttl {
    font-size: 1.8rem;
    line-height: 1.44;
    margin-top: 0;
    position: static;
    transform: none;
    transform: initial;
    width: 100%;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

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

  html {
    font-size: 2.67vw;
  }

}


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