.page__fv {
  padding: 100px 30px 150px;
  position: relative;
  background: url(../img/fv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.page__fv.single__fv {
  background: none;
  padding-bottom: 50px;
}
.page__fv--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page__fv--img {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .page__fv--img {
    width: 65%;
    right: 1%;
  }
}
.page__fv--title {
  margin: 70px 0 130px;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    margin: 40vw 0 18.6666666667vw;
  }
}
.page__fv--title h1 {
  color: #fff;
  font-size: 128px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page__fv--title h1 {
    font-size: 18.6666666667vw;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .page__fv--title h1 img {
    width: 120px;
  }
  .page__fv--title h1.min {
    font-size: 16vw;
  }
}
.page__fv--title span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv--title span {
    font-size: 6.4vw;
  }
}
.page__fv--contents {
  position: relative;
  z-index: 3;
}
.page__fv--contents p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .page__fv--contents p {
    font-size: 4vw;
  }
}
.page__fv--contents .more__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page__fv--contents .more__btn {
    margin-top: 8vw;
  }
}
.page__fv--index {
  display: flex;
  flex-direction: column;
  max-width: 430px;
}
.page__fv--index a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/arrow_bottom.svg) no-repeat;
  background-position: right;
  background-size: 15px;
  line-height: 1.4;
}

.breadcrumb {
  position: relative;
  z-index: 3;
}
.breadcrumb__lists {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumb__list {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.service {
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.service .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.service__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.service__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .service__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.service__list {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 20px;
  transition: 0.3s ease;
}
.service__list:hover {
  background-position: 95%;
}
.service__list--img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .service__list--img {
    width: 35%;
  }
}
.service__list--contents {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .service__list--contents {
    width: 60%;
  }
}
.service__list--contents span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service__list--contents span {
    font-size: 3.7333333333vw;
  }
}
.service__list--contents h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service__list--contents h3 {
    font-size: 5.3333333333vw;
  }
}

.staff {
  padding: 100px 40px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.staff .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.staff__title {
  margin-bottom: 50px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .staff__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
    padding-left: 16px;
  }
}
.staff__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .staff__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.staff__list {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .staff__list {
    padding: 20px;
    border-radius: 16px;
  }
}
.staff__list table th {
  text-align: center;
  padding: 5px 0;
  background: #F5F5F5;
  width: 30%;
  vertical-align: middle;
  border-bottom: 10px solid #fff;
}
.staff__list table th span {
  background: #F5F5F5;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .staff__list table th span {
    font-size: 14px;
    padding: 5px;
  }
}
.staff__list table td {
  font-weight: bold;
  font-size: 20px;
  width: 70%;
  padding: 5px 15px;
  box-sizing: border-box;
  line-height: 1.5;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .staff__list table td {
    font-size: 14px;
  }
}
.staff__list table td span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .staff__list table td span {
    font-size: 18px;
  }
}

.about {
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.about .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about__item {
    margin-bottom: 13.3333333333vw;
  }
}
.about__item h2 {
  margin-bottom: 40px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about__item h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.about__item h3 {
  padding: 50px 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__item h3 {
    padding: 5.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
.about__item table {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .about__item table {
    margin-bottom: 8vw;
  }
}
.about__item table th {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .about__item table th {
    width: 80px;
  }
}
.about__item table th span {
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__item table th span {
    font-size: 13px;
  }
}
.about__item table td {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .about__item table td {
    font-size: 13px;
  }
}
.about__item table td a {
  color: #049842;
  text-decoration: underline;
}

.page__sec {
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__sec {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.page__sec .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.page__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page__sec h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page__sec h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.page__sec p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__sec p {
    font-size: 3.7333333333vw;
  }
}
.page__sec--box {
  margin-top: 100px;
  background: #FFA01C;
  border-radius: 20px;
  text-align: center;
  padding: 50px 20px 40px;
}
@media screen and (max-width: 768px) {
  .page__sec--box {
    margin-top: 13.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
.page__sec--box p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__sec--box p {
    font-size: 4.2666666667vw;
  }
}
.page__sec--box h3 {
  font-size: 36px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__sec--box h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__sec--box .more__btn {
  margin: 0 auto;
}
.page__sec + .page__sec {
  padding-top: 0;
}
.page__sec table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page__sec table {
    margin-top: 8vw;
  }
}
.page__sec table th {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page__sec table th {
    width: 80px;
  }
}
.page__sec table th span {
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__sec table th span {
    font-size: 13px;
  }
}
.page__sec table td {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .page__sec table td {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.page__sec table td a {
  color: #049842;
  text-decoration: underline;
}

.insert img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .insert img {
    aspect-ratio: 1.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mvv {
  padding: 150px 40px 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mvv {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.mvv .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.mvv__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mvv .section__title span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .mvv .section__title span {
    font-size: 6.4vw;
  }
}
.mvv .section__title h2 {
  font-size: 64px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .mvv .section__title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mvv .section__title h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.mvv p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mvv p {
    font-size: 3.7333333333vw;
  }
}
.mvv__img {
  margin-top: 50px;
}
.mvv__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mvv__item {
    margin-top: 13.3333333333vw;
  }
}
.mvv__item + .mvv__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mvv__item + .mvv__item {
    margin-bottom: 18.6666666667vw;
  }
}
.mvv__item--title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mvv__item--title {
    margin-bottom: 6.6666666667vw;
  }
}
.mvv__item--title h3 {
  color: #fff;
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mvv__item--title h3 {
    font-size: 12vw;
  }
}
.mvv__item--title p {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mvv__item--title p {
    font-size: 4.2666666667vw !important;
    line-height: 1.4 !important;
  }
}
.mvv__item h4 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mvv__item h4 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.mvv__item h5 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mvv__item h5 {
    font-size: 5.3333333333vw;
  }
}
.mvv__item p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .mvv__item p {
    font-size: 3.7333333333vw;
  }
}
.mvv .value__item {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mvv .value__item {
    padding: 8vw 5.3333333333vw;
    border-radius: 16px;
  }
}
.mvv .value__item--head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--head {
    gap: 20px;
  }
}
.mvv .value__item--head .title {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--head .title {
    gap: 15px;
  }
}
.mvv .value__item--head .title span {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  color: #FFA01C;
}
.mvv .value__item--head .title .word {
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  color: #FFA01C;
  border-radius: 20px;
  border: 10px solid #FFA01C;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--head .title .word {
    border: 5px solid #FFA01C;
    border-radius: 16px;
    font-size: 10.6666666667vw;
  }
}
.mvv .value__item--head h3 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--head h3 {
    line-height: 1.4;
    font-size: 5.3333333333vw;
  }
}
.mvv .value__item--box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--box {
    display: block;
  }
}
.mvv .value__item--box + div {
  margin-top: 20px;
}
.mvv .value__item--box .title {
  width: 25%;
  font-size: 20px;
  font-weight: bold;
  background: #F5F5F5;
  text-align: center;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--box .title {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.mvv .value__item--box .text {
  width: 75%;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mvv .value__item--box .text {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}

.message {
  padding: 75px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.message__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__img {
  width: 45%;
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.6666666667vw;
  }
}
.message__contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__contents .section__title {
  margin-bottom: 50px;
}
.message__contents h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message__contents h3 {
    font-size: 5.3333333333vw;
  }
}
.message__contents p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 3.7333333333vw;
  }
}
.message__contents .right {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message__contents .right {
    margin-top: 0;
  }
}
.message__contents .right span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .message__contents .right span {
    font-size: 20px;
  }
}

.talk {
  padding: 75px 40px 150px;
}
@media screen and (max-width: 768px) {
  .talk {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.talk__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.talk__lists {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .talk__lists {
    gap: 50px;
  }
}
.talk__list {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .talk__list {
    gap: 15px;
  }
}
.talk__list--user {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .talk__list--user {
    width: 80px;
  }
}
.talk__list--comment {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 20px;
  position: relative;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .talk__list--comment {
    width: calc(100% - 100px);
    padding: 15px;
    border-radius: 16px;
  }
}
.talk__list--comment::after {
  content: "";
  width: 17px;
  height: 15px;
  display: block;
  background: url(../img/ashirai-comment-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: -14px;
}
.talk__list:nth-of-type(even) {
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-left: auto;
}
.talk__list:nth-of-type(even) .talk__list--comment {
  background: #BCFFB3;
}
.talk__list:nth-of-type(even) .talk__list--comment::after {
  content: "";
  width: 17px;
  height: 15px;
  display: block;
  background: url(../img/ashirai-comment-gl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: unset;
  right: 30px;
  bottom: -14px;
}
.talk__img {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 30px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .talk__img {
    margin-top: 21.3333333333vw;
  }
}
.talk__img .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.talk__img .swiper-pagination-bullet-active {
  background: #049842;
}
.talk__img .swiper-button-next:after,
.talk__img .swiper-button-prev:after {
  display: none;
}
.talk__img .swiper-button-next {
  right: 0;
  width: 20px;
}
.talk__img .swiper-button-next img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .talk__img .swiper-button-next {
    right: 0;
  }
}
.talk__img .swiper-button-prev {
  left: 0;
  width: 20px;
}
.talk__img .swiper-button-prev img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .talk__img .swiper-button-prev {
    left: 0;
  }
}

.recruit {
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.recruit .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.recruit__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.recruit h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit h2 {
    font-size: 6.4vw;
  }
}
.recruit p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .more__btn {
    margin: 0 auto;
  }
}

.voice {
  padding: 50px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.voice__tabs {
  display: flex;
  align-items: center;
  border-radius: 53px;
  background: #F1F1F1;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 30px;
}
.voice__tab {
  border-radius: 32px;
  color: #BDBDBD;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .voice__tab {
    line-height: 1.4;
    width: 32.5%;
    white-space: nowrap;
    font-size: 10px;
    padding: 12px 0;
  }
}
.voice__tab span {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .voice__tab span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.voice__tab.active {
  background: #282828;
  color: #fff;
}
.voice__contents {
  display: none;
}
.voice__contents.show {
  display: block;
}
.voice__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.voice h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.voice__slider {
  position: relative;
  padding-bottom: 50px;
}
.voice__slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.voice__slider .swiper-pagination-bullet-active {
  background: #049842;
}
.voice__item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice__item {
    padding: 8vw 5.3333333333vw;
  }
}
.voice__item--title {
  display: flex;
  gap: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .voice__item--title {
    gap: 20px;
  }
}
.voice__item--title span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #049842;
}
@media screen and (max-width: 768px) {
  .voice__item--title span {
    font-size: 3.7333333333vw;
  }
}
.voice__item--title h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .voice__item--title h3 {
    font-size: 5.3333333333vw;
  }
}
.voice__item .item + .item {
  margin-top: 20px;
}
.voice__item .item .title {
  color: #049842;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
}
.voice__item .item .text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.voice .swiper-button-next:after,
.voice .swiper-button-prev:after {
  display: none;
}
.voice .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .voice .swiper-button-next {
    right: -10px;
  }
}
.voice .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .voice .swiper-button-prev {
    left: -10px;
  }
}
.voice .voice__itemWrap {
  height: 100%;
}

.benefits {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .benefits {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.benefits__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.benefits h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .benefits h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.benefits__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.benefits__list {
  padding: 10px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .benefits__list {
    line-height: 1.5;
    font-size: 3.7333333333vw;
  }
}

.recruitment {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .recruitment {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.recruitment__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .recruitment__inner {
    padding: 8vw 5.3333333333vw;
  }
}
.recruitment h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  border-left: 5px solid #282828;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruitment h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.recruitment__item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .recruitment__item h3 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.recruitment__item .area {
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}
.recruitment__item h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruitment__item h4 {
    font-size: 4.2666666667vw;
  }
}
.recruitment__item .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruitment__item .text {
    font-size: 3.7333333333vw;
  }
}
.recruitment__item + .recruitment__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruitment__item + .recruitment__item {
    margin-top: 13.3333333333vw;
  }
}

.line {
  margin: 0 auto 50px;
  width: 1100px;
  max-width: 92%;
  background: #26E64D;
  border-radius: 10px;
  padding: 35px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .line {
    max-width: 90%;
  }
}
.line h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.line .more__btn {
  margin: 0 auto;
}

.care__sec {
  position: relative;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .care__sec {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.care__sec .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.care__sec--inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
.care__sec--service {
  margin-bottom: 60px;
}
.care__sec--service h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .care__sec--service h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.care__sec--service .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .care__sec--service .lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.care__sec--service .list__img {
  margin-bottom: 10px;
}
.care__sec--service .list h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .care__sec--service .list h4 {
    font-size: 4.2666666667vw;
  }
}
.care__sec--reco {
  margin-bottom: 60px;
}
.care__sec--reco h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .care__sec--reco h3 {
    font-size: 5.3333333333vw;
  }
}
.care__sec--reco .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.care__sec--reco .list__icon {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .care__sec--reco .list__icon {
    width: 60px;
  }
}
.care__sec--reco .list h4 {
  width: calc(100% - 90px);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .care__sec--reco .list h4 {
    width: calc(100% - 75px);
    font-size: 3.7333333333vw;
  }
}
.care__sec--feature {
  margin-bottom: 60px;
}
.care__sec--feature h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .care__sec--feature h3 {
    font-size: 5.3333333333vw;
  }
}
.care__sec--feature .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .care__sec--feature .list {
    display: block;
    margin-bottom: 8vw;
  }
}
.care__sec--feature .list__img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .care__sec--feature .list__img {
    width: 60%;
    margin: 0 auto 5.3333333333vw;
  }
}
.care__sec--feature .list__contents {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .care__sec--feature .list__contents {
    width: 100%;
  }
}
.care__sec--feature .list h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .care__sec--feature .list h4 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.care__sec--feature .list p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .care__sec--feature .list p {
    font-size: 3.7333333333vw;
  }
}
.care__sec .certification {
  margin-bottom: 50px;
}
.care__sec .certification h3 {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .care__sec .certification h3 {
    font-size: 4.8vw;
  }
}
.care__sec .certification__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.care__sec .certification__list {
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .care__sec .certification__list {
    font-size: 4vw;
    padding: 8vw 2.6666666667vw;
    border-radius: 16px;
  }
}
.care__sec .page__sec--box p {
  margin-bottom: 30px;
}

.strong {
  background: rgba(255, 203, 129, 0.6);
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .strong {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.strong__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.strong h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .strong h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.strong__lists {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .strong__lists {
    gap: 50px;
  }
}
.strong__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strong__list {
    display: block;
  }
}
.strong__list--img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .strong__list--img {
    width: 80%;
    margin: 0 auto 2.6666666667vw;
  }
}
.strong__list--contents {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .strong__list--contents {
    width: 100%;
  }
}
.strong__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.strong__list--num {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .strong__list--num {
    font-size: 10.6666666667vw;
  }
}
.strong__list h3 {
  color: #fff;
  line-height: 1.5;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .strong__list h3 {
    font-size: 6.4vw;
  }
}
.strong__list p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .strong__list p {
    font-size: 3.7333333333vw;
  }
}

.flow {
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.flow__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.flow h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.flow__box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .flow__box {
    padding: 8vw 2.6666666667vw;
    border-radius: 16px;
  }
}
.flow__tabs {
  display: flex;
  align-items: center;
  border-radius: 53px;
  background: #F1F1F1;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow__tabs {
    margin-bottom: 8vw;
  }
}
.flow__tab {
  border-radius: 32px;
  color: #BDBDBD;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .flow__tab {
    line-height: 1.4;
    width: 32.5%;
    white-space: nowrap;
    font-size: 10px;
    padding: 12px 0;
  }
}
.flow__tab span {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .flow__tab span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.flow__tab.active {
  background: #282828;
  color: #fff;
}
.flow__contents {
  display: none;
}
.flow__contents.show {
  display: block;
}
.flow__items {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__items {
    width: 100%;
  }
}
.flow__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__item {
    justify-content: space-between;
  }
}
.flow__item--title {
  width: 150px;
  text-align: center;
  color: #049842;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .flow__item--title {
    width: 18%;
    text-align: left;
    margin-right: 0;
    font-size: 4.8vw;
    padding-left: 10px;
  }
}
.flow__item--text {
  padding: 10px 0;
  padding-left: 30px;
  border-left: 2px solid #D9D9D9;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow__item--text {
    font-size: 3.7333333333vw;
    padding-left: 15px;
    width: 76%;
  }
}

.faq {
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq h2 {
  margin-bottom: 30px;
  border-left: 5px solid #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.faq__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__list--title {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    align-items: flex-start;
    gap: 20px;
  }
}
.faq__list--title span {
  font-size: 36px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    font-size: 20px;
  }
}
.faq__list--title p {
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 16px;
  }
}
.faq__list--text {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    align-items: flex-start;
    gap: 20px;
  }
}
.faq__list--text span {
  font-size: 36px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq__list--text span {
    font-size: 20px;
  }
}
.faq__list--text p {
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .faq__list--text p {
    font-size: 13px;
  }
}

.news {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 13.3333333333vw 4vw;
  }
}
.news__inner {
  max-width: 800px;
  margin: 0 auto;
}
.news__lists {
  border-top: 1px solid #fff;
  margin-bottom: 50px;
}
.news__list {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.news__list--date {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.news__list--title {
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .pagination {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news .pagination {
    margin-bottom: 10.6666666667vw;
  }
}
.news .pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.news .pagination__list {
  color: #C6C6C6;
  font-size: 20px;
  font-weight: bold;
}
.news .pagination__list.current {
  color: #CD3B2B;
}
.news .back__btn {
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .news .back__btn {
    margin-top: 8vw;
  }
}

.single {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .single {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.single .inner {
  max-width: 800px;
  margin: 0 auto;
}
.single__thumbnail {
  margin: 0 auto 30px;
}
.single__thumbnail img {
  width: 100%;
}
.single__title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 6.4vw;
  }
}
.single__date {
  font-size: 16px;
  margin-bottom: 30px;
}
.single__contents {
  margin-bottom: 50px;
}
.single__contents p {
  line-height: 2;
  margin-bottom: 30px;
}
.single__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.single__contents ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: disc;
}
.single__contents h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.single__contents h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.single__contents img {
  margin-bottom: 30px;
}
.single .back__btn {
  margin: 0 auto;
}

.contact__sec {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.contact__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__sec .section__title {
  text-align: center;
  margin-bottom: 40px;
}
.contact__sec .section__title .ja {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .contact__sec .section__title .ja {
    font-size: 24px;
  }
}
.contact__sec .contact__form {
  box-sizing: border-box;
  margin-top: 20px;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form {
    border-radius: 16px;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.contact__sec .contact__form--item {
  margin-bottom: 40px;
}
.contact__sec .contact__form--item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #172FA4;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .title {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.contact__sec .contact__form--item .title .required {
  color: #CD3B2B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .title .required {
    font-size: 3.4666666667vw;
  }
}
.contact__sec .contact__form--item .text input {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
}
.contact__sec .contact__form--item .text input::-moz-placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--item .text input::placeholder {
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text input {
    font-size: 16px;
  }
}
.contact__sec .contact__form--item .text .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text .info {
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.contact__sec .contact__form--item .text textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text textarea {
    height: 200px;
    font-size: 16px;
  }
}
.contact__sec .contact__form--item .text textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--item .text textarea::placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--privacy p {
    font-size: 12px;
  }
}
.contact__sec .contact__form--privacy p a {
  color: #94d669;
  text-decoration: underline;
}
.contact__sec .contact__form--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--privacy label {
    font-size: 13px;
  }
}
.contact__sec .contact__form--privacy label input {
  margin: 0;
}
.contact__sec .contact__form--submit {
  text-align: center;
  margin-top: 40px;
}
.contact__sec .contact__form--submit input {
  margin: 0 auto;
  display: block;
  width: 380px;
  text-align: center;
  padding: 15px 65px 15px 45px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #282828;
  border-radius: 50px;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
  transition: 0.3s ease;
  border: 1px solid #282828;
  color: #fff;
  background-color: #282828;
  font-size: 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--submit input {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 15px 65px 15px 45px;
    background-position: top 55% left 65%;
  }
}
.contact__sec .contact__form--submit input:hover {
  color: #282828;
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
}

.contact__form--item.radio {
  margin-bottom: 0;
}
.contact__form--item.radio .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__form--item.radio label {
  display: flex;
  align-items: center;
}
.contact__form--item.radio label input {
  margin: 0;
  margin-right: 5px;
}
.contact__form--item.radio label {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio label {
    font-size: 3.7333333333vw;
  }
}

.policy {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.policy__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.policy__contents p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.policy__contents h3 {
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
}
.policy__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.policy__contents ul li {
  list-style-type: disc;
  line-height: 1.8;
}/*# sourceMappingURL=page.css.map */