@charset "UTF-8";
.wrapper {
  max-width: var(--wrapper-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero {
  padding: 1.5rem 1.5rem 3rem;
  padding-top: 7.2rem;
  background-color: #e3eeed;
}
.hero__images {
  position: relative;
  margin-bottom: 4rem;
}
.hero__image {
  border-radius: 1rem;
  overflow: hidden;
}
.hero__lead1 {
  position: absolute;
  inset: auto auto -2rem -1.5rem;
  width: 34.4rem;
}
.hero__lead1-sub {
  position: absolute;
  width: 18.4rem;
  height: 3.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  right: 2.5rem;
  top: -1.5rem;
  height: auto;
  background-color: #ef7b27;
  padding: 0.4rem;
  top: -4.7rem;
  border-radius: 3rem;
  right: 4.6rem;
}
.hero__lead1-sub::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border: solid 0.5rem transparent;
  border-top: 0.8rem solid #ef7b27;
  position: absolute;
  inset: auto 0 0;
  transform: translateY(100%);
  margin: auto;
}
.hero__lead2 {
  position: absolute;
  inset: 3rem 1.5rem auto auto;
  width: 4.5rem;
}
.hero__gallery-lists {
  display: grid;
  gap: 0.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.hero__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 14rem);
  gap: 0.5rem;
  animation: holizon-animation1 25s linear infinite;
}
.hero__gallery-list img {
  border-radius: 0.5rem;
}

.cta-sec {
  background-color: #fff;
}

.cta {
  height: 38.9rem;
  background-image: linear-gradient(#0fa29b 1px, transparent 1px), linear-gradient(90deg, #0fa29b 1px, transparent 1px);
  background-size: 24px 24px;
  background-color: #009e96;
  padding: 4rem;
  position: relative;
  z-index: 1;
  border-radius: 2rem 2rem 0 0;
}
.cta__title {
  line-height: 4rem;
}
.cta .c-button {
  margin: 4rem auto 0;
}

.c-button {
  width: 27rem;
  height: 6.4rem;
  border-radius: 1rem;
  background: #ef7b27;
  color: #fff;
  display: flex;
  border-bottom: 4px solid #c1692a;
  position: relative;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  align-items: center;
  gap: 1.2rem;
}
.c-button--2 {
  background-color: #06c755;
  border-bottom: 4px solid #07a447;
}
.c-button__ballon {
  font-size: 1.4rem;
  text-align: center;
  background-image: url("../images/label-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15.8rem;
  height: 3rem;
  position: absolute;
  padding: 0.1rem 0 0;
  inset: -1.8rem 0 auto;
  color: #212121;
  margin: auto;
}

.color1 {
  color: #009e96;
}

.marker {
  --size: 80%;
  background: linear-gradient(transparent var(--size), #d0e6e4 var(--size));
}

.c-text-80 {
  font-size: 8rem;
}

.charm__title {
  display: flex;
  justify-content: center;
  align-items: end;
  white-space: nowrap;
}
.charm__title-big {
  font-weight: bolder;
  line-height: 1.1;
  color: #009e96;
  font-size: 8rem;
  margin: 0 5px;
  font-family: var(--font-en);
  line-height: 0.9;
}
.charm__title-big span {
  font-family: var(--font);
  font-size: 3.2rem;
  position: relative;
  top: -0.3rem;
}

.charm-items {
  display: grid;
  gap: 7rem;
}

.charm-item__image {
  position: relative;
}
.charm-item__image img {
  border-radius: 0.5rem;
  overflow: hidden;
}
.charm-item__no {
  font-family: var(--font-en);
  font-size: 6.4rem;
  position: absolute;
  inset: -3.5rem auto auto 0;
  color: transparent;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009e96;
}
.charm-item__title {
  font-size: 2.4rem;
  margin: 1rem 0;
}
.charm-item p {
  line-height: 3rem;
}

.works-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 0 1rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #009e96;
}

.works-tab {
  text-align: center;
  font-weight: bold;
  padding: 0.3rem 0 0;
  width: 14.5rem;
  height: 5.4rem;
  border-radius: 5px 5px 0px 0px;
  background: #eee;
  color: #565656;
}
.works-tab.is-active {
  color: #fff;
  background-color: #009e96;
}

.works-profile {
  display: grid;
  grid-template-columns: 15.2rem 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
.works-profile__title {
  font-weight: bold;
  font-size: 2rem;
  color: #ef7b27;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.works-profile__name1 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0.5rem;
}
.works-profile__name1 span {
  font-size: 1.4rem;
  font-weight: normal;
}
.works-profile__name2 {
  text-align: right;
  font-size: 1.4rem;
}

.works-flows {
  display: grid;
  gap: 2rem;
}

.works-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #91ccca;
  margin-bottom: 1rem;
}

.works-flows {
  margin-top: 4rem;
}

.works-flow {
  display: grid;
  grid-template-columns: 5rem 1fr;
  position: relative;
  gap: 1.5rem;
}
.works-flow::before {
  content: "";
  border-left: 2px solid #91ccca;
  position: absolute;
  inset: 0 auto auto 2.5rem;
  width: 1px;
  height: calc(100% + 4rem);
}
.works-flow:last-child::before {
  display: none;
}
.works-flow__icon {
  position: relative;
  z-index: 2;
}
.works-flow__box {
  border-radius: 5px;
  background: #d0e6e4;
  padding: 2rem 1.5rem;
}
.works-flow__time {
  font-size: 1.6rem;
  font-weight: bold;
  color: #565656;
  font-family: var(--font-en);
}
.works-flow__title {
  font-size: 2rem;
  font-weight: bold;
}
.works-flow p {
  margin-top: 1rem;
  line-height: 3rem;
}

.recruitment-tabs {
  display: grid;
  grid-template-columns: repeat(2, 12.8rem);
  gap: 1.5rem;
  padding: 0 1rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #009e96;
}

.recruitment-tab {
  text-align: center;
  font-weight: bold;
  padding: 0.4rem 0 0;
  height: 5.4rem;
  border-radius: 5px 5px 0px 0px;
  background: #eee;
  color: #565656;
  font-size: 1.6rem;
}
.recruitment-tab.is-active {
  color: #fff;
  background-color: #009e96;
}

.recruitment-content img {
  border-radius: 0.5rem;
}

.data-table dd {
  background-image: linear-gradient(to right, #565656 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.875;
}
.data-table dd:last-child {
  margin-bottom: 0;
}
.data-table dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.c-toggle-items {
  display: grid;
  gap: 2rem;
}

.c-toggle-item {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
.c-toggle-item__title {
  display: flex;
  padding: 2rem 6rem 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.c-toggle-item__title::before {
  line-height: 1;
  content: "Q";
  color: #009e96;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: var(--font-en);
  margin-right: 1rem;
}
.c-toggle-item__title::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.286%22%20height%3D%229.221%22%20viewBox%3D%220%200%2016.286%209.221%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_8%22%20data-name%3D%22%E5%90%88%E4%BD%93%208%22%20d%3D%22M7.17%2C6.109%2C7%2C6.253l.17-.145L0%2C0%2C7.17%2C6.109%2C14.341%2C0%2C7.17%2C6.109l.17.145Z%22%20transform%3D%22translate(0.973%201.142)%22%20fill%3D%22none%22%20stroke%3D%22%23009e96%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1rem;
  position: absolute;
  inset: 3.2rem 1rem auto auto;
}
.c-toggle-item__title.is-active::after {
  rotate: 180deg;
}
.c-toggle-item__body {
  border-top: 1px #91ccca solid;
  padding: 1.5rem 0;
  gap: 1.4rem;
  display: flex;
}
.c-toggle-item__body::before {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ef7b27;
  font-family: var(--font-en);
  content: "A";
}

.flow {
  border-top: 2px solid #fff;
}

.flow-items {
  display: grid;
  gap: 6rem;
}

.flow-item {
  padding: 4rem 1.5rem 3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 29.5rem;
  margin: 0 auto;
  position: relative;
}
.flow-item::after {
  content: "";
  position: absolute;
  inset: auto 0 -4.5rem;
  width: 5rem;
  height: 3rem;
  margin: auto;
  background-image: url("../images/sankaku.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-item:last-child::after {
  display: none;
}
.flow-item__icon {
  width: 12.8rem;
  margin: 0 auto 2rem;
}
.flow-item__title {
  display: grid;
  grid-template-columns: 3.3rem 1fr;
  gap: 1rem;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.flow-item__title > div {
  font-family: var(--font-en);
  color: #009e96;
}
.flow-item__title > div span {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: -0.1rem;
  display: block;
}
.flow-item__title > div div {
  line-height: 1;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}

.recruitment-content iframe {
  margin-top: 4rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 345/220;
}

.contact {
  background-color: #91ccca;
}
.cta-box {
  width: 34.5rem;
  margin: 0 auto;
  height: 22rem;
  padding: 3rem 2rem;
  border-radius: 5px;
  background: #d0e6e4;
  border: 2px solid #fff;
}

.form-content {
  padding: 4rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.form-item + .form-item {
  margin-top: 3rem;
}
.form-item__label {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form-item__label::after {
  content: "任意";
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  background-color: #565656;
  color: #fff;
  border-radius: 0.2rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  top: -0.5rem;
  padding: 0.1rem 0.5rem;
  display: inline-block;
}
.form-item__label.require::after {
  content: "必須";
  background-color: #ef7b27;
}
.form-item__body input[type=number],
.form-item__body input[type=tel],
.form-item__body input[type=email],
.form-item__body input[type=text] {
  height: 5.4rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #bebebe;
}
.form-item__body input[type=number]::placeholder,
.form-item__body input[type=tel]::placeholder,
.form-item__body input[type=email]::placeholder,
.form-item__body input[type=text]::placeholder {
  color: #bebebe;
}
.form-item__body textarea {
  height: 20.8rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #bebebe;
}
.form-item__body textarea::placeholder {
  color: #bebebe;
}
.form-item__body input[type=checkbox] {
  display: none;
}
.form-item__body input[type=checkbox] + span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #bebebe;
  display: inline-block;
  margin-right: 1rem;
}
.form-item__body input[type=checkbox]:checked + span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.605%22%20height%3D%2214.322%22%20viewBox%3D%220%200%2019.605%2014.322%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_126%22%20data-name%3D%22%E3%83%91%E3%82%B9%20126%22%20d%3D%22M275.931%2C11869.137l5.213%2C5.762%2C10.152-10.7%22%20transform%3D%22translate(-273.813%20-11862.078)%22%20fill%3D%22none%22%20stroke%3D%22%23009e96%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.form-item__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2rem;
}
.form-item__checks label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.form-item__years {
  display: grid;
  grid-template-columns: 10rem 8.3rem 8.3rem;
  gap: 1rem;
}
.form-item__year {
  display: flex;
  gap: 0.5rem;
}
.form-item__year > div {
  font-size: 2rem;
  font-weight: bold;
  align-self: end;
  padding-bottom: 0.85rem;
}

.form-button {
  width: 27rem;
  height: 6rem;
  margin: 4rem auto 0;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #009e96;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-button.back {
  margin-top: 2rem;
  background-color: #d0e6e4;
  color: #212121;
}

@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
