@charset "UTF-8";
/* common 
******************************************************************************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 7.4rem;
  }
}
@media (max-width: 1016px) {
  html {
    font-size: 0.9842519685vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #212121;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-noscroll {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.container {
  max-width: 101.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.8rem;
  height: 13.5rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  background-color: #212121;
  color: #fff;
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .btn {
    width: auto;
    height: 12rem;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
  }
}
.btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.67rem;
  aspect-ratio: 6.78/13.55;
  top: 50%;
  translate: 0 -50%;
  right: 5rem;
  background: url(../images/btn_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .btn::before {
    width: 0.88rem;
    right: 1.9rem;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #333333;
  }
}
/* header
******************************************************************************************/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 11;
  overflow: hidden;
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 172rem;
  width: 100%;
  padding: 2rem 3rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 3rem 4rem;
  }
}
.header__logo {
  position: relative;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 5.8rem;
  z-index: 4;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 3.9rem;
    margin-left: 0;
  }
}
.header__right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

@media (max-width: 1080px) {
  .header-nav__list {
    gap: 2.4rem;
  }
}
.header-nav__item {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
  transition: color 0.4s;
}

@media (any-hover: hover) {
  .header-nav__item:hover {
    color: #00aa83;
  }
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 17rem;
  height: 4rem;
  border: 0.1rem solid #212121;
  margin-left: 4.6rem;
  background-color: #212121;
  color: #fff;
  transition: background-color 0.4s;
  flex-shrink: 0;
}

.header__btn::before {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 19.82/14.87;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__btn:hover {
    background-color: #333333;
  }
}
.header-btn {
  position: relative;
  width: 8rem;
  margin-left: auto;
  aspect-ratio: 1;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.4s;
  z-index: 4;
}

.header-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-btn {
    display: block;
  }
}
.header-btn span {
  position: absolute;
  width: 4.3rem;
  height: 0.2rem;
  left: 50%;
  translate: -50%;
  background-color: #212121;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header.is-fixed .header-btn span {
  background-color: #333;
}

.header-btn span:nth-child(1) {
  top: 2.7rem;
}

.header-btn span:nth-child(2) {
  top: 3.85rem;
}

.header-btn span:nth-child(3) {
  top: 5rem;
}

.header-btn span.close:nth-child(1) {
  top: 3.85rem;
  transform: rotate(-45deg);
}

.header-btn span.close:nth-child(2) {
  display: none;
}

.header-btn span.close:nth-child(3) {
  top: 3.85rem;
  transform: rotate(45deg);
}

.drawer {
  position: fixed;
  width: 100%;
  height: 91.6rem;
  top: 0;
  left: 100%;
  padding: 14rem 2.4rem 0;
  transition: left 0.4s;
  z-index: 3;
  background: #fff;
}

.drawer.slidein {
  left: 0;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: auto;
}

.drawer__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35.8rem;
  width: calc(100% - 3.2rem);
  padding: 3rem 0 0;
  margin-left: 14rem;
}

.drawer-link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 1;
}

.drawer-link__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
  width: 100%;
}

.drawer-link__item {
  position: relative;
  width: 100%;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #000;
}

.drawer-link__item a {
  display: block;
  transition: color 0.4s;
}

.drawer-link__item > a:active {
  color: #00aa83;
}

@media (any-hover: hover) {
  .drawer-link__item a:hover {
    color: #00aa83;
  }
}
.header__btn:active {
  background-color: #333333;
}

/* main
******************************************************************************************/
.kv {
  height: 57rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .kv {
    width: calc(100% - 10px);
    height: 111.6rem;
    margin: 14rem auto 0;
  }
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kv__inner {
    flex-direction: column;
  }
}
.kv-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00aa83;
  text-align: center;
}

.kv-text p {
  font-size: 3.6rem;
  line-height: 1.9166666667;
  letter-spacing: 0;
  margin-top: -2.8rem;
  color: #fff;
  animation: fadein 2s ease-in;
  font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
  .kv-text p {
    font-size: 4.2rem;
    line-height: 1.5952380952;
    margin-top: -1.8rem;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv-text.bdrs {
  border-radius: 0 3.5rem 3.5rem 0;
}

@media screen and (max-width: 768px) {
  .kv-text.bdrs {
    border-radius: 0 0 3rem 3rem;
  }
}
.kv-image {
  position: relative;
  width: 0;
  height: 100%;
  flex-shrink: 0;
  transition: width 1s;
}

@media screen and (max-width: 768px) {
  .kv-image {
    width: 100%;
    height: 0;
    transition: height 1s;
  }
}
.kv-image img {
  width: 100%;
  height: 100%;
  border-radius: 3.5rem 0 0 3.5rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .kv-image img {
    border-radius: 3rem 3rem 0 0;
  }
}
.kv-image.is-wide {
  width: 61%;
  margin-left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .kv-image.is-wide {
    width: 100%;
    height: 63.2%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.kv-area {
  position: absolute;
  display: grid;
  place-content: center;
  width: 21.5rem;
  aspect-ratio: 1;
  top: 4.6rem;
  right: 8.2rem;
  background-color: #0068b6;
  color: #fff;
  border-radius: 100vmax;
  text-align: center;
  opacity: 0;
  translate: 0 1rem;
  transition: opacity 1s, translate 1s;
}

@media screen and (max-width: 768px) {
  .kv-area {
    width: 25.8rem;
    top: 5.7rem;
    right: 6.7rem;
  }
}
.kv-area dt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .kv-area dt {
    font-size: 2.1rem;
  }
}
.kv-area dd {
  font-size: 2.4rem;
  line-height: 1.4125;
  letter-spacing: 0;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .kv-area dd {
    font-size: 2.8rem;
    margin-top: 2.3rem;
  }
}
.kv-area::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 9.7rem;
  aspect-ratio: 97/160;
  top: 0.1rem;
  left: 16.2rem;
  background: url(../images/area.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .kv-area::before {
    width: 12rem;
    left: 19.2rem;
  }
}
.kv-area.is-show {
  opacity: 1;
  translate: 0;
}

.cta-btns {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  top: 28.3rem;
  right: 9.6rem;
  opacity: 0;
  translate: 0 1rem;
  transition: opacity 1s, translate 1s;
}

@media screen and (max-width: 768px) {
  .cta-btns {
    top: 33.7rem;
    right: 2.6rem;
  }
}
.cta-btns.is-show {
  opacity: 1;
  translate: 0;
}

.cta-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18rem;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 1.5rem;
  background-color: #fff;
  color: #00aa83;
  box-shadow: 0.18257rem 0.18257rem 0.36515rem rgba(33, 25, 23, 0.48);
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .cta-btn {
    width: 28.7rem;
    font-size: 2.4rem;
    padding-left: 2.2rem;
  }
}
.cta-btn::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1rem;
  aspect-ratio: 10/6;
  top: 50%;
  right: 1.1rem;
  translate: 0 -50%;
  background: url(../images/btn_arrow_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cta-btn::after {
    width: 1.3rem;
  }
}
@media (any-hover: hover) {
  .cta-btn:hover {
    background-color: #e1efea;
  }
}
.about__top {
  padding: 8.5rem 5rem 0;
  text-align: center;
  font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
  .about__top {
    padding: 9rem 5rem 0;
  }
}
.about__title {
  font-size: 2.6rem;
  line-height: 1.7307692308;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .about__title {
    font-size: 2.8rem;
    line-height: 1.6785714286;
  }
}
.about__title span {
  display: block;
  font-size: 3.3rem;
  line-height: 1.3636363636;
  margin-top: 0.5rem;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 4.4rem;
    line-height: 1.2045454545;
  }
}
.about__desc {
  font-size: 1.8rem;
  line-height: 2.1666666667;
  letter-spacing: 0;
  margin-top: 2.4rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .about__desc {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 3.2rem;
    text-align: left;
    font-feature-settings: normal;
  }
}
.about__image {
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .about__image {
    margin: 4rem calc(50% - 50vw) 0;
  }
}
.about__image::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 50%;
  top: 50%;
  left: calc(50% - 50vw);
  background: rgba(205, 218, 218, 0.35);
  z-index: -1;
}

.about__bottom {
  padding: 3.1rem 5.3rem 7.5rem;
  background-color: rgba(205, 218, 218, 0.35);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__bottom {
    padding: 6.5rem 5.3rem 14rem;
  }
}
.about__sub {
  font-size: 2.5rem;
  line-height: 1.72;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .about__sub {
    font-size: 2.8rem;
    line-height: 1.5357142857;
  }
}
.about__sub span {
  display: block;
  font-size: 3.5rem;
  line-height: 1.2285714286;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .about__sub span {
    font-size: 3.8rem;
    line-height: 1.1315789474;
  }
}
.about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.8rem;
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .about__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.5rem;
    margin-top: 7.2rem;
  }
}
.about-item__point {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .about-item__point {
    font-size: 2.8rem;
  }
}
.about-item__title {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: 300;
  letter-spacing: 0.09em;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #000;
  color: #00aa83;
}

@media screen and (max-width: 768px) {
  .about-item__title {
    font-size: 4.4rem;
    line-height: 1.3181818182;
    margin-top: 1.7rem;
    padding-bottom: 1.6rem;
  }
}
.about-item__desc {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about-item__desc {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 2.4rem;
  }
}
.service {
  padding: 9.8rem 5rem 0;
}

@media screen and (max-width: 768px) {
  .service {
    padding: 10rem 5rem 0;
  }
}
.heading_type2 {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading_type2 {
    font-size: 4rem;
  }
}
.heading_type2::after {
  display: block;
  content: "";
  width: 4rem;
  height: 0.4rem;
  margin: 3.5rem auto 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  .heading_type2::after {
    width: 5rem;
    margin: 4.5rem auto 0;
  }
}
.service__list {
  margin-top: 7.7rem;
}

@media screen and (max-width: 768px) {
  .service__list {
    margin-top: 6.7rem;
  }
}
.service__item:nth-child(2) {
  margin-top: 10.8rem;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(2) {
    margin-top: 12.7rem;
  }
}
.service__item:nth-child(2) .service-item__text {
  width: 53.937007874%;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(2) .service-item__text {
    width: 100%;
  }
}
.service__item:nth-child(3) {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(3) {
    margin-top: 11rem;
  }
}
.service__item:nth-child(3) .service-item__text {
  width: 53.937007874%;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(3) .service-item__text {
    width: 100%;
  }
}
.service-item-heading {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
}

.service-item-heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.68rem;
  height: 5.2rem;
  top: 0;
  left: 0;
  background: #00aa83;
}

@media screen and (max-width: 768px) {
  .service-item-heading::before {
    width: 1rem;
    height: 5.4rem;
    left: -1rem;
  }
}
.service-item-heading::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 2rem);
  height: 0.1rem;
  bottom: -1.4rem;
  left: 2rem;
  background: #212121;
}

@media screen and (max-width: 768px) {
  .service-item-heading::after {
    bottom: -1rem;
  }
}
.service-item-heading__en {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-right: 2.2rem;
}

@media screen and (max-width: 768px) {
  .service-item-heading__en {
    font-size: 2.6rem;
    padding-right: 1.8rem;
  }
}
.service-item-heading__ja {
  font-size: 3rem;
  line-height: 1.2666666667;
  letter-spacing: 0.15em;
  padding-left: 3rem;
  border-left: 0.1rem solid #212121;
}

@media screen and (max-width: 768px) {
  .service-item-heading__ja {
    font-size: 3.5rem;
    line-height: 1.2;
    padding-left: 3.1rem;
  }
}
.service-item__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.7rem;
}

@media screen and (max-width: 768px) {
  .service-item__row {
    flex-direction: column;
    gap: 2.2rem;
    margin-top: 4.2rem;
  }
}
.service-item__text {
  width: 53.8385826772%;
}

@media screen and (max-width: 768px) {
  .service-item__text {
    order: 2;
  }
}
.service-item__text p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .service-item__text p {
    font-size: 2.8rem;
    line-height: 1.6785714286;
  }
}
@media screen and (max-width: 768px) {
  .service-item__text {
    width: 100%;
  }
}
.service-item__image {
  width: 40.3543307087%;
}

@media screen and (max-width: 768px) {
  .service-item__image {
    width: 100%;
    order: 1;
  }
}
.service-job {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 2.5rem 3.5rem 3rem;
  border: 0.1rem solid #00aa83;
  margin-top: 3.9rem;
}

@media screen and (max-width: 768px) {
  .service-job {
    font-size: 2.6rem;
    padding: 1.8rem 3rem 3rem 4.7rem;
    margin-top: 4rem;
  }
}
.service-job__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .service-job__list {
    flex-direction: column;
    gap: 2.1rem;
    margin-top: 3rem;
  }
}
.service-job__note {
  margin-top: 1.4rem;
  color: #d8720e;
}

@media screen and (max-width: 768px) {
  .service-job__note {
    font-size: 2.5rem;
    margin-top: 2.6rem;
  }
}
.service-merit {
  padding: 5.6rem 0 0;
}

@media screen and (max-width: 768px) {
  .service-merit {
    padding: 12rem 0 0;
  }
}
.heading_type3 {
  text-align: center;
}

.heading_type3__en {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00aa83;
}

@media screen and (max-width: 768px) {
  .heading_type3__en {
    font-size: 2.2rem;
  }
}
.heading_type3__ja {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  margin-top: 0.9rem;
}

@media screen and (max-width: 768px) {
  .heading_type3__ja {
    font-size: 3.5rem;
    line-height: 1.12;
  }
}
.heading_type3__ja span {
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .heading_type3__ja span {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.service-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .service-merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.6rem;
    margin-top: 2rem;
  }
}
.service-merit__image {
  aspect-ratio: 312/173;
}

@media screen and (max-width: 768px) {
  .service-merit__image {
    aspect-ratio: 650/340;
  }
}
.service-merit__term {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.1em;
  height: 6rem;
  background-color: #00aa83;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .service-merit__term {
    font-size: 3.4rem;
    line-height: 1.4;
    height: 8.4rem;
  }
}
.service-merit__desc {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 1rem;
  padding-left: 0.6rem;
}

@media screen and (max-width: 768px) {
  .service-merit__desc {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 0;
  }
}
.service-flow {
  padding: 5.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .service-flow {
    padding: 10.7rem 0 0;
  }
}
.service-flow__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .service-flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin-top: 3.4rem;
  }
}
.service-flow__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 1.9rem 1.5rem 2.5rem;
  background-color: rgba(155, 210, 196, 0.3);
}

@media screen and (max-width: 768px) {
  .service-flow__item {
    grid-template-rows: auto;
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 4rem;
    padding: 2.2rem 3rem 4rem 4.5rem;
  }
}
.service-flow__item:nth-child(1) .service-flow__image {
  width: 4.1rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(1) .service-flow__image {
    width: 8rem;
  }
}
.service-flow__item:nth-child(2) .service-flow__image {
  width: 5.1rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(2) .service-flow__image {
    width: 10rem;
  }
}
.service-flow__item:nth-child(3) .service-flow__image {
  width: 2.2rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(3) .service-flow__image {
    width: 4.6rem;
  }
}
.service-flow__item:nth-child(4) .service-flow__image {
  width: 3.6rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(4) .service-flow__image {
    width: 7.9rem;
  }
}
.service-flow__item:nth-child(5) .service-flow__image {
  width: 3.2rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(5) .service-flow__image {
    width: 6.2rem;
  }
}
.service-flow__item:nth-child(6) .service-flow__image {
  width: 2.5rem;
}

@media screen and (max-width: 768px) {
  .service-flow__item:nth-child(6) .service-flow__image {
    width: 5.9rem;
  }
}
.service-flow__item:not(:last-child)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.8rem;
  aspect-ratio: 28/75;
  background-color: rgba(155, 210, 196, 0.3);
  top: 50%;
  right: -2.8rem;
  translate: 0 -50%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width: 768px) {
  .service-flow__item:not(:last-child)::before {
    width: 10.5rem;
    height: 3.9rem;
    top: auto;
    left: 50%;
    bottom: -3.9rem;
    translate: -50%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.service-flow__image {
  display: grid;
  place-content: center;
  height: 5rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .service-flow__image {
    height: auto;
    margin-block: auto;
    align-self: center;
    grid-row: span 2;
  }
}
.service-flow__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .service-flow__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-flow__term {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-flow__term {
    font-size: 3rem;
    line-height: 1.5866666667;
    margin-top: 0;
  }
}
.service-flow__desc {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .service-flow__desc {
    font-size: 2.6rem;
    line-height: 1.3461538462;
    margin-top: 0;
  }
}
.service-appeal {
  padding: 6.7rem 7.7rem 7rem;
  margin-top: 8.3rem;
  background-color: rgba(205, 218, 218, 0.4);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-appeal {
    padding: 8rem 2.2rem 9.3rem;
    margin-top: 11.8rem;
  }
}
.service-appeal__catch {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .service-appeal__catch {
    font-size: 4.4rem;
    line-height: 1.3409090909;
  }
}
.service-appeal__desc {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .service-appeal__desc {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin-top: 4rem;
  }
}
.service-appeal__image {
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .service-appeal__image {
    margin-top: 5rem;
  }
}
.service__btn {
  width: fit-content;
  margin: 7.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .service__btn {
    display: none;
  }
}
.job-seeker {
  padding: 20rem 5.3rem 15.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .job-seeker {
    padding: 11.2rem 5.3rem 13.7rem;
  }
}
.job-seeker__catch {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 5.4rem;
  color: #00aa83;
}

@media screen and (max-width: 768px) {
  .job-seeker__catch {
    font-size: 3.5rem;
    margin-top: 8.6rem;
  }
}
.job-seeker__lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  .job-seeker__lead {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 5rem;
  }
}
.job-seeker__image {
  max-width: 80rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .job-seeker__image {
    margin: 9rem calc(50% - 50vw) 0;
  }
}
.work {
  padding: 6.1rem 0 0;
}

@media screen and (max-width: 768px) {
  .work {
    padding: 8rem 0 0;
  }
}
.work__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.7rem;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .work__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.7rem;
    margin-top: 3rem;
  }
}
.work__item {
  padding: 1.4rem 1.5rem 2rem;
  border: 0.1rem solid #00aa83;
}

@media screen and (max-width: 768px) {
  .work__item {
    padding: 2.7rem 2.7rem 3rem;
  }
}
.work__title {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .work__title {
    font-size: 3rem;
    line-height: 1.1333333333;
    margin-top: 2.5rem;
  }
}
.work__desc {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1.1rem;
  padding-left: 0.8rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .work__desc {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 2.2rem;
    padding-left: 0;
  }
}
.other-work {
  position: relative;
  max-width: 75.9rem;
  padding: 1.3rem 11.2rem 1.3rem 4rem;
  margin: 4.6rem auto 0;
  background-color: #d8720e;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .other-work {
    padding: 1.9rem 23.5rem 2.6rem 3.9rem;
    margin-top: 5.7rem;
    border-radius: 2.4rem;
  }
}
.other-work__text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .other-work__text {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    font-weight: 300;
  }
}
.other-work__image {
  position: absolute;
  width: 13.7rem;
  bottom: 0;
  right: -0.5rem;
}

@media screen and (max-width: 768px) {
  .other-work__image {
    width: 31.5rem;
    right: -2.8rem;
  }
}
.job-flow {
  padding: 8.8rem 0 0;
}

@media screen and (max-width: 768px) {
  .job-flow {
    padding: 10.3rem 0 0;
  }
}
.job-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.5rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .job-flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.7rem;
    margin-top: 3.2rem;
  }
}
.job-flow__item {
  position: relative;
  padding: 2rem 3rem 3rem;
  background-color: rgba(155, 210, 196, 0.3);
}

@media screen and (max-width: 768px) {
  .job-flow__item {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 4rem;
    padding: 3.1rem 4rem 2.8rem 5rem;
  }
}
.job-flow__item:nth-child(1) .job-flow__image {
  width: 5.1rem;
}

@media screen and (max-width: 768px) {
  .job-flow__item:nth-child(1) .job-flow__image {
    width: 10rem;
  }
}
.job-flow__item:nth-child(2) .job-flow__image {
  width: 4.1rem;
}

@media screen and (max-width: 768px) {
  .job-flow__item:nth-child(2) .job-flow__image {
    width: 8rem;
  }
}
.job-flow__item:nth-child(3) .job-flow__image {
  width: 2.2rem;
}

@media screen and (max-width: 768px) {
  .job-flow__item:nth-child(3) .job-flow__image {
    width: 4.6rem;
  }
}
.job-flow__item:nth-child(4) .job-flow__image {
  width: 3.6rem;
}

@media screen and (max-width: 768px) {
  .job-flow__item:nth-child(4) .job-flow__image {
    width: 7.9rem;
  }
}
.job-flow__item:not(:last-child)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 4rem;
  aspect-ratio: 40/75;
  background-color: rgba(155, 210, 196, 0.3);
  top: 50%;
  right: -4rem;
  translate: 0 -50%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width: 768px) {
  .job-flow__item:not(:last-child)::before {
    width: 10.5rem;
    height: 3.9rem;
    top: auto;
    left: 50%;
    bottom: -3.9rem;
    translate: -50%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.job-flow__image {
  display: grid;
  place-content: center;
  height: 4.9rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .job-flow__image {
    width: 10rem;
    height: auto;
    grid-row: span 2;
  }
}
.job-flow__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .job-flow__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-flow__term {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .job-flow__term {
    font-size: 3rem;
    margin-top: 0;
  }
}
.job-flow__desc {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 2.3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .job-flow__desc {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin-top: 1.2rem;
  }
}
.system {
  padding: 9rem 0 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .system {
    padding: 9.1rem 0 0;
  }
}
.system__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.9rem;
}

@media screen and (max-width: 768px) {
  .system__row {
    flex-direction: column;
    gap: 3rem;
    margin-top: 4.5rem;
  }
}
.system__text {
  width: 51.7716535433%;
  font-weight: 300;
  padding-right: 1.9rem;
  order: 2;
}

@media screen and (max-width: 768px) {
  .system__text {
    width: 100%;
    padding-right: 0;
  }
}
.system__main {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .system__main {
    font-size: 3.5rem;
    line-height: 1.4571428571;
  }
}
.system__sub {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .system__sub {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    margin-top: 2.2rem;
  }
}
.system__image {
  width: 40.3543307087%;
  order: 1;
}

@media screen and (max-width: 768px) {
  .system__image {
    width: 100%;
  }
}
.job-seeker__btn {
  width: fit-content;
  margin: 11.6rem auto 0;
}

@media screen and (max-width: 768px) {
  .job-seeker__btn {
    display: none;
  }
}
.company {
  padding: 13.8rem 5rem 10rem;
  background-color: rgba(205, 218, 218, 0.4);
}

@media screen and (max-width: 768px) {
  .company {
    padding: 13.2rem 5rem 11.6rem;
  }
}
.company__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 93rem;
  margin-inline: auto;
  margin-top: 7.4rem;
}

@media screen and (max-width: 768px) {
  .company__row {
    flex-direction: column;
    gap: 3.9rem;
    margin-top: 6.6rem;
  }
}
.company__left {
  width: 45.376344086%;
  padding-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .company__left {
    width: 100%;
    padding-top: 0;
  }
}
.company__right {
  width: 40.6451612903%;
}

@media screen and (max-width: 768px) {
  .company__right {
    width: 100%;
    margin-left: 2.5rem;
  }
}
.company-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .company-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company-heading__ja {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .company-heading__ja {
    font-size: 3.5rem;
    order: 2;
  }
}
.company-heading__en {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00aa83;
}

@media screen and (max-width: 768px) {
  .company-heading__en {
    font-size: 2.2rem;
  }
}
.company__text {
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  .company__text {
    margin-top: 5rem;
  }
}
.company__text p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .company__text p {
    font-size: 2.8rem;
    line-height: 1.6785714286;
  }
}
.company__image {
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .company__image {
    margin-top: 8rem;
  }
}
.company__list {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}

@media screen and (max-width: 768px) {
  .company__list {
    gap: 4.7rem;
  }
}
.company__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .company__item {
    font-size: 2.8rem;
    line-height: 1.6785714286;
  }
}
.company__item dd {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 12rem;
  }
}
.footer__cta {
  padding: 10.4rem 5.3rem 11.3rem;
  background-color: #00aa83;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__cta {
    padding: 6.3rem 5.3rem 8rem;
  }
}
.footer__btns {
  display: flex;
  justify-content: center;
  gap: 1.7rem;
}

@media screen and (max-width: 768px) {
  .footer__btns {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.4s ease;
  }
}
.footer__btns.show {
  opacity: 1;
  transform: translateY(0);
}

.footer__text {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 3.4rem;
}

@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.footer__tel {
  display: block;
  font-size: 3.8rem;
  line-height: 0.8947368421;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .footer__tel {
    font-size: 5.3rem;
    margin-top: 1.5rem;
  }
}
.footer__tel::before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/31;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .footer__tel::before {
    width: 3.3rem;
    margin-right: 1.8rem;
  }
}
.footer__bottom {
  padding: 2.6rem 5.3rem 2.5rem;
  background-color: rgba(205, 218, 218, 0.4);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 4rem 5.3rem 1.8rem;
  }
}
.footer__logo {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    font-size: 2.6rem;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .footer__links {
    display: none;
  }
}
.footer__link {
  font-size: 1.4rem;
  line-height: 1;
}

@media (any-hover: hover) {
  .footer__link:hover {
    text-decoration: underline;
  }
}
.copyright {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 7rem;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2.4rem;
    margin-top: 2.5rem;
  }
}
/*contact
***********************************************************************************************/
.contact {
  font-weight: 300;
  padding-bottom: 12.8rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 90px;
    margin-top: 14rem;
  }
}
.contact__inner {
  max-width: 100rem;
  width: 90%;
  margin: auto;
}

.contact__heading {
  display: grid;
  place-content: center;
  height: 17rem;
  background-color: #00aa83;
}

.contact__heading h1 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact__heading h1 {
    font-size: 4rem;
  }
}
.contact__lead {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .contact__lead {
    font-size: 2.8rem;
    margin-top: 12.8rem;
  }
}
.form__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .form__list {
    gap: 5.6rem;
    margin-top: 10rem;
  }
}
.form__item {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.form__item dt {
  width: 24.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .form__item dt {
    width: 100%;
    font-size: 2.8rem;
    align-self: start;
  }
}
.form__item dd {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .form__item dd {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
.form__item label {
  display: block;
}

.form__item_radio dt {
  align-self: flex-start;
}

.time {
  margin-left: 3.1rem;
  margin-right: 0.88rem;
}

@media screen and (max-width: 768px) {
  .time {
    display: block;
    margin-top: 2rem;
    margin-left: 1.5em;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
span.req {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
  color: #fa0d00;
}

@media screen and (max-width: 768px) {
  span.req {
    font-size: 2.4rem;
    margin-left: 1rem;
  }
}
input[type=text] {
  width: calc(100% - 24.7rem);
  height: 5rem;
  font-size: 1.6rem;
  padding-left: 2rem;
  border: 0.1rem solid #999999;
}

@media screen and (max-width: 768px) {
  input[type=text] {
    width: 100%;
    height: 8rem;
    font-size: 2.8rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .other {
    margin-top: 1rem;
  }
}
.other input[type=text] {
  width: calc(100% - 39rem);
}

@media screen and (max-width: 768px) {
  .other input[type=text] {
    width: 100%;
  }
}
.textarea {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .textarea {
    margin-top: 0;
  }
}
.textarea dt {
  align-self: start;
}

textarea {
  width: calc(100% - 24.7rem);
  height: 13.5rem;
  padding: 1.5rem 2rem;
  margin-top: 1.3rem;
  border: 1px solid #999999;
}

@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
    height: 20rem;
    padding: 3rem 2rem;
  }
}
.privacy {
  margin-top: 7.1rem;
}

@media screen and (max-width: 768px) {
  .privacy {
    margin-top: 14rem;
  }
}
.privacy__lead {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 400;
  padding: 1.8rem 1rem 1.3rem;
  background-color: #dddddd;
  color: #00aa83;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .privacy__lead {
    font-size: 3.2rem;
    padding: 2rem 2rem 1.6rem;
  }
}
.privacy-text {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 300;
  height: 22.3rem;
  border: 1.5rem solid #dddddd;
  border-top: none;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .privacy-text {
    font-size: 2.4rem;
  }
}
.privacy-text h3 {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .privacy-text h3 {
    font-size: 2.8rem;
  }
}
.privacy-text dt {
  font-weight: 300;
}

.privacy-text__inner {
  padding: 1.5rem 3rem;
}

@media screen and (max-width: 768px) {
  .privacy-text__inner {
    padding: 3rem;
  }
}
.privacy__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .privacy__list {
    gap: 3rem;
    margin-top: 2rem;
  }
}
.agree {
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 5.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .agree {
    font-size: 2.8rem;
    margin: 6rem auto 0;
  }
}
.center {
  text-align: center;
}

input[type=radio],
input[type=checkbox] {
  border: 0.1rem solid #999999;
  display: none;
}

@media screen and (max-width: 768px) {
  input[type=radio],
  input[type=checkbox] {
    border: 0.2rem solid #000;
  }
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding-left: 4rem;
  }
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 0.08rem solid #999999;
}

@media screen and (max-width: 768px) {
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    width: 3rem;
    height: 3rem;
  }
}
input[type=radio] + label::before {
  border-radius: 100vmax;
}

input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  top: 0.32rem;
  left: 0.493rem;
  background-color: #212121;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  input[type=radio]:checked + label::after {
    width: 1.6rem;
    height: 1.6rem;
    top: 22%;
    left: 0.7rem;
  }
}
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.3rem;
  height: 0.6rem;
  border-left: 0.2rem solid #212121;
  border-bottom: 0.2rem solid #212121;
  top: 33%;
  left: 0.4rem;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:checked + label::after {
    width: 2rem;
    height: 1.2rem;
    border-left: 0.4rem solid #212121;
    border-bottom: 0.4rem solid #212121;
    top: 30%;
    left: 0.6rem;
  }
}
.contact__submit {
  margin: 5.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .contact__submit {
    margin: 6rem auto 0;
  }
}
.page-top {
  position: fixed;
  width: 5rem;
  aspect-ratio: 1;
  bottom: 4.5rem;
  right: 5.8rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .page-top {
    width: 7rem;
    bottom: 16.5rem;
    right: 2.2rem;
  }
}
.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (any-hover: hover) {
  .page-top:hover {
    opacity: 0.6;
  }
}
/*confirm
***********************************************************************************************/
.confirm {
  padding-bottom: 14rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .confirm {
    margin-top: 14rem;
    padding-bottom: 9rem;
  }
}
.confirm__lead {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .confirm__lead {
    font-size: 2.8rem;
    padding-left: 0;
  }
}
#formWrap {
  width: 100%;
  margin: 3.5rem auto 0;
  /*color:#555;*/
  /*line-height:120%;*/
  /*font-size:90%;*/
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border-bottom: 0.1rem solid #000;
}

table.formTable th {
  width: 27%;
  min-width: 26rem;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: normal;
  padding: 3rem 2rem;
  text-align: left;
}

table.formTable td {
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 3rem 2rem;
}

.error {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #FA0D00;
}

@media screen and (max-width: 768px) {
  .error {
    font-size: 2.4rem;
  }
}
#agree-error {
  display: none;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #FA0D00;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #agree-error {
    font-size: 2.4rem;
  }
}
input[type=submit],
input[type=button] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  width: 42rem;
  height: 12rem;
  border: 0.1rem solid #0068b6;
  background-color: #0068b6;
  color: #fff;
  text-align: center;
  border-radius: 0.9rem;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
  cursor: pointer;
}

form input[type=submit]:hover,
form input[type=button]:hover,
form input[type=submit]:active,
form input[type=button]:active {
  background-color: #fff;
  color: #0068b6;
  border: 0.1rem solid #0068b6;
}

.confirm-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 6.5rem;
}

.section {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5rem;
}

.section p {
  margin-top: 1rem;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 768px) {
  #formWrap {
    width: 100%;
    margin: 3rem auto 0;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    font-size: 1.4rem;
    margin-top: 0;
    padding: 1.5rem 1.5rem 1.5rem 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  table.formTable th {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  table.formTable td {
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  table.formTable td {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  table.formTable td:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  form input[type=submit], form input[type=reset], form input[type=button] {
    /*display:block;
    width:100%;
    height:40px;*/
    font-size: 1.6rem;
    width: 24.7rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  form input[type=submit], form input[type=reset], form input[type=button] {
    font-size: 3.2rem;
    width: 49.4rem;
    height: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm-btns {
    flex-direction: column;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section p {
    margin-top: 1rem;
  }
}
/*thanks
***********************************************************************************************/
.thanks {
  padding-bottom: 16.5rem;
  margin-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 14rem;
    padding-bottom: 18rem;
  }
}
.thanks__text {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 2.8rem;
  }
}
.thanks__text p:nth-of-type(2) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .thanks__text p:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.thanks__tel {
  width: fit-content;
  padding: 2.3rem 2.7rem;
  margin: 3.2rem auto 0;
  background-color: #E8E8E8;
}

@media screen and (max-width: 768px) {
  .thanks__tel {
    padding: 4rem;
    margin: 3rem auto;
  }
}
.thanks__tel .num {
  display: block;
  font-size: 3.8rem;
  line-height: 0.8947368421;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .thanks__tel .num {
    font-size: 5.3rem;
  }
}
.thanks__tel .num::before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/31;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 1.3rem;
}

@media screen and (max-width: 768px) {
  .thanks__tel .num::before {
    width: 3.5rem;
    margin-right: 1.6rem;
  }
}
.thanks__tel span.small {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks__tel span.small {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
.thanks__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 400;
  width: 42rem;
  height: 12rem;
  margin: 5.5rem auto 0;
  border: 0.1rem solid #CC429A;
  background-color: #CC429A;
  color: #fff;
  border-radius: 0.9rem;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .thanks__btn {
    font-size: 1.6rem;
    width: 24.7rem;
    height: 6.5rem;
    margin: 3rem auto 0;
  }
}
.thanks__btn:hover,
.thanks__btn:active {
  background-color: #fff;
  color: #CC429A;
  border: 0.1rem solid #CC429A;
}

/* =============================================================

fadein Animation

===============================================================*/
.fadein {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadein.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.3s, transform 1.3s, background-color 0.4s, filter 0.4s;
  transition: opacity 1.3s, transform 1.3s, background-color 0.4s, filter 0.4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein.is-active.delay1 {
  transition-delay: 0s;
}

.fadein.is-active.delay2 {
  transition-delay: 0.2s;
}

.fadein.is-active.delay3 {
  transition-delay: 0.4s;
}

.fadein.is-active.delay4 {
  transition-delay: 0.6s;
}

.fadein.is-active.delay5 {
  transition-delay: 0.8s;
}

.fadein.is-active.delay6 {
  transition-delay: 1s;
}