/*
Theme Name: pio
Author: System Assist Co., LTD.
Author URI: https://www.system-assist.com/
Description: 大田区環境公社
Version: 1.0
Tags: website
*/
/*+++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++ */
.cmsArea {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 1023px) {
  .cmsArea {
    padding: 0 10px 50px;
  }
}
.cmsArea h2 {
  margin: 150px 0 40px;
  line-height: 1.2;
  color: #009D78;
  font-size: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmsArea h2 {
    font-size: 7.2vw;
  }
}
.cmsArea h2::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #009D78;
  position: absolute;
  left: -80px;
  top: 30px;
}
.cmsArea h2::after {
  content: '';
  display: block;
  width: 560px;
  height: 576px;
  background: url(../img/bg_h2.svg) no-repeat center center / contain;
  position: absolute;
  right: -285px;
  top: -145px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cmsArea h2::after {
    width: 280px;
    height: 288px;
    right: -70px;
  }
}
.cmsArea h3 {
  margin: 45px 0 20px;
  padding: 2px 0 4px 15px;
  font-size: 2.8rem;
  border-left: #009D78 7px solid;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cmsArea h3 {
    margin-left: -10px;
    font-size: 4.6vw;
  }
}
.cmsArea h3.h3_recruit {
  padding: 0 0 10px 0;
  margin-bottom: 32px;
  border-left: none;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #15AC5D, #4581C2) 1;
  position: relative;
}
.cmsArea h3.h3_recruit::before {
  color: #009D78;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsArea h3.h3_recruit.fa-fire {
  padding-left: 35px;
}
.cmsArea h3.h3_recruit.fa-fire::before {
  content: '\f06d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-money-bills {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-money-bills::before {
  content: '\e1f3';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-person-burst {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-person-burst::before {
  content: '\e53b';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-person-walking-luggage {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-person-walking-luggage::before {
  content: '\e554';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-hand-holding-heart {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-hand-holding-heart::before {
  content: '\f4be';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-sack-dollar {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-sack-dollar::before {
  content: '\f81d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-bicycle {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-bicycle::before {
  content: '\f206';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-shower {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-shower::before {
  content: '\f2cc';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-hospital-user {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-hospital-user::before {
  content: '\f80d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-calendar-days {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-calendar-days::before {
  content: '\f073';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h3.h3_recruit.fa-people-group {
  padding-left: 45px;
}
.cmsArea h3.h3_recruit.fa-people-group::before {
  content: '\e533';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.cmsArea h4 {
  margin: 80px 0 20px;
  font-size: 2.8rem;
  text-align: center;
}
.cmsArea ul {
  padding: 0 0 0 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cmsArea ul {
    padding-left: 3.2vw;
    font-size: 3.2vw;
  }
}
.cmsArea ul li {
  position: relative;
}
.cmsArea ul li::before {
  content: '・';
  font-size: 3rem;
  display: block;
  line-height: 1;
  position: absolute;
  left: -1.8rem;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .cmsArea ul li::before {
    line-height: 1;
    left: -3.2vw;
  }
}
.cmsArea ol {
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .cmsArea ol {
    font-size: 3.2vw;
  }
}
.cmsArea .listDisc_01 {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .cmsArea .listDisc_01 {
    padding: 0;
  }
}
.cmsArea .listDisc_01 li {
  min-height: 20px;
  padding: 0 0 0 40px;
}
.cmsArea .listDisc_01 li::before {
  content: '';
  width: 23px;
  height: 19px;
  background: url(..img/icon_leaf2.svg) no-repeat 0 0 / contain;
  left: 0;
  top: 0.5em;
}
.cmsArea article {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cmsArea article {
    padding: 40px 0;
  }
}
/* -------------------------------- イメージ */
.wp-block-image figcaption {
  text-align: center;
}
.wp-block-image.has-text-align-right figcaption {
  text-align: right;
}
.wp-block-image.has-text-align-left figcaption {
  text-align: left;
}
/* -------------------------------- テーブル */
.wp-block-table table {
  background: #FFF;
  border: #E5E5E5 1px solid;
}
.wp-block-table table th {
  border: none;
  border-bottom: #E5E5E5 1px solid;
  background: #EFF9FA;
  text-align: left;
  padding: 20px 32px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .wp-block-table table th {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table table th {
    font-size: 3.2vw;
    padding: 10px 15px;
  }
}
.wp-block-table table td {
  border: none;
  border-bottom: #E5E5E5 1px solid;
  text-align: left;
  padding: 20px 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-table table td {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table table td {
    font-size: 3.2vw;
    padding: 10px 15px;
  }
}
.wp-block-table table td a.pdf {
  color: #009D78 !important;
}
.wp-block-table table td a.pdf::before {
  background: url(../img/icon_pdf_2.webp) no-repeat 0 0 / contain;
  width: 32px;
  height: 37px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .wp-block-table table td a.pdf::before {
    width: 26px;
    height: 30px;
  }
}
.wp-block-table.th_complete_meal th {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .wp-block-table.th_complete_meal th {
    width: 25%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ wordpress class */
main .has-text-align-center {
  text-align: center;
}
main .has-text-align-left {
  text-align: left;
}
main .has-text-align-right {
  text-align: right;
}
main .has-small-font-size {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-small-font-size {
    font-size: 2.8vw !important;
  }
}
main .has-medium-font-size {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  main .has-medium-font-size {
    font-size: 3.2vw !important;
  }
}
main .has-large-font-size {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-large-font-size {
    font-size: 4vw !important;
  }
}
main .has-x-large-font-size {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-x-large-font-size {
    font-size: 4.8vw !important;
  }
}
main .has-xx-large-font-size {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-xx-large-font-size {
    font-size: 6.4vw !important;
  }
}
main .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}
main .alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  main .alignleft,
  main .alignright {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }
}
main .wp-block-image .aligncenter,
main .wp-block-image .alignleft,
main .wp-block-image .alignright,
main .wp-block-image.aligncenter,
main .wp-block-image.alignleft,
main .wp-block-image.alignright {
  display: table;
}
main .is-layout-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  main .wp-block-columns {
    flex-wrap: wrap!important;
    gap: 5px!important;
  }
}
@media screen and (max-width: 767px) {
  main .wp-block-columns .is-layout-flow,
  main .wp-block-columns .wp-block-column {
    flex-basis: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  main .wp-block-columns .is-layout-flow h2,
  main .wp-block-columns .wp-block-column h2,
  main .wp-block-columns .is-layout-flow h3,
  main .wp-block-columns .wp-block-column h3,
  main .wp-block-columns .is-layout-flow h4,
  main .wp-block-columns .wp-block-column h4 {
    order: -2;
  }
}
@media screen and (max-width: 767px) {
  main .wp-block-columns .is-layout-flow figure,
  main .wp-block-columns .wp-block-column figure {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
    order: -1;
  }
  main .wp-block-columns .is-layout-flow figure img,
  main .wp-block-columns .wp-block-column figure img {
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }
}
main blockquote {
  background: #EEE;
  position: relative;
  margin: 0 0 1.5em !important;
  padding: 32px;
}
main blockquote::before,
main blockquote::after {
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  color: #787878;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
main blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: -30px;
  right: 5px;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: 30px;
  }
}
.pagenation .current {
  pointer-events: none;
}
.pagenation > a,
.pagenation > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #009D78;
  font-size: 2rem;
  border: #009D78 2px solid;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagenation > a,
  .pagenation > span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.pagenation > a:hover,
.pagenation > span:hover,
.pagenation > a.current,
.pagenation > span.current {
  background: #009D78;
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	page header
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  display: flex;
  align-items: flex-end;
  max-width: 1376px;
  height: 360px;
  margin: 0 auto 3px;
  padding: 40px 60px;
  background: url(../img/kv_disposal_services.webp) no-repeat center center / cover;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    max-height: 360px;
    height: 45vw;
    padding: 20px;
  }
}
.pageHeader.disposal_services {
  background-image: url(../img/kv_disposal_services.webp);
}
.pageHeader.foodloss_reduction {
  background-image: url(../img/kv_foodloss.webp);
}
.pageHeader.casses_lectures {
  background-image: url(../img/kv_casses_lectures.webp);
}
.pageHeader.event {
  background-image: url(../img/kv_event.webp);
}
.pageHeader.matching {
  background-image: url(../img/kv_matching.webp);
}
.pageHeader.counter_operations {
  background-image: url(../img/kv_counter_operations.webp);
}
.pageHeader.financial_results,
.pageHeader.balance_budge {
  background-image: url(../img/kv_financial_results.webp);
}
.pageHeader.safety_initiatives {
  background-image: url(../img/kv_safety_initiatives.webp);
}
.pageHeader.foundation {
  background-image: url(../img/kv_foundation.webp);
}
.pageHeader.news {
  background-image: url(../img/kv_news.webp);
}
.pageHeader.complete_meal {
  background-image: url(../img/kv_complete_meal.webp);
}
.pageHeader.recruit,
.pageHeader.jobs,
.pageHeader.requirements,
.pageHeader.employee_benefits,
.pageHeader.entry {
  justify-content: center;
  max-width: 1080px;
  height: 490px;
  margin-bottom: 40px;
  background-image: url(../img/kv_recruit.webp);
  position: relative;
  top: 30px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .pageHeader.recruit,
  .pageHeader.jobs,
  .pageHeader.requirements,
  .pageHeader.employee_benefits,
  .pageHeader.entry {
    height: 70vw;
    padding: 20px 10px;
    margin-right: 12vw;
    left: 0;
  }
}
.pageHeader.recruit + #breadcrumbsList,
.pageHeader.jobs + #breadcrumbsList,
.pageHeader.requirements + #breadcrumbsList,
.pageHeader.employee_benefits + #breadcrumbsList,
.pageHeader.entry + #breadcrumbsList {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pageHeader.recruit + #breadcrumbsList,
  .pageHeader.jobs + #breadcrumbsList,
  .pageHeader.requirements + #breadcrumbsList,
  .pageHeader.employee_benefits + #breadcrumbsList,
  .pageHeader.entry + #breadcrumbsList {
    margin-bottom: 50px;
  }
}
.pageHeader.jobs {
  background-image: url(../img/kv_jobs.webp);
}
.pageHeader.requirements {
  background-image: url(../img/kv_requirements.webp);
}
.pageHeader.entry {
  background-image: url(../img/kv_entry.webp);
}
.pageHeader.requirements + #breadcrumbsList {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pageHeader.requirements + #breadcrumbsList {
    margin-bottom: 50px;
  }
}
.pageHeader.employee_benefits {
  background-image: url(../img/kv_employee_benefits.webp);
}
.pageHeader.employee_benefits .recruitHeader hgroup h1 .line2 {
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .pageHeader.employee_benefits .recruitHeader hgroup h1 .line2 {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader.employee_benefits + #breadcrumbsList {
    margin-bottom: 20vw;
  }
}
.pageHeader hgroup {
  display: flex;
  flex-direction: column-reverse;
  color: #FFF;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pageHeader hgroup h1 {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup h1 {
    font-size: 6.4vw;
  }
}
.pageHeader hgroup > p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup > p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 1023px) {
  .pageHeader .recruitHeader {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader {
    padding: 0 calc(6vw + 10px) 0 0;
  }
}
.pageHeader .recruitHeader hgroup {
  text-shadow: none;
  position: absolute;
  top: 0;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader hgroup {
    right: -12vw;
  }
}
.pageHeader .recruitHeader hgroup h1 {
  height: 562px;
  padding: 50px 0 0;
  writing-mode: vertical-rl;
  color: #373737;
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader hgroup h1 {
    min-height: 70vw;
    height: auto;
    padding-top: 7vw;
  }
}
.pageHeader .recruitHeader hgroup h1 .line2 {
  display: inline-block;
  padding: 30px 12px 0 15px;
  border-radius: 30px 0 0 0;
  background: #FFF;
  position: absolute;
  left: -100px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader hgroup h1 .line2 {
    padding: 30px 0 0 3vw;
    left: -12vw;
    bottom: 0;
  }
}
.pageHeader .recruitHeader hgroup h1 .line2 em {
  text-combine-upright: all;
}
.pageHeader .recruitHeader hgroup > p {
  width: 280px;
  padding: 1px 10px 3px;
  border-radius: 50px;
  font-size: 4.7rem;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(to right, #15AC5D, #4581C2);
  position: absolute;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader hgroup > p {
    width: 40vw;
    min-width: 0;
    padding: 0 10px;
    top: -15px;
    right: 0;
    font-size: 6vw;
  }
}
.pageHeader .recruitHeader_text {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pageHeader .recruitHeader_text p {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageHeader .recruitHeader_text p {
    text-align: left;
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  max-width: 1244px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    margin-bottom: 20px;
    font-size: 2.8vw;
  }
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #009D78;
}
#breadcrumbsList a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#breadcrumbsList li {
  display: inline-block;
}
#breadcrumbsList li + li::before {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  margin: 0 10px;
  color: #009D78;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	404
+++++++++++++++++++++++++++++++++++++++++++ */
.notfound {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 30px 0 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notfound {
    align-items: flex-end;
    padding: 0;
    gap: 20px;
  }
}
.notfound .flexImg {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .notfound .flexImg {
    padding-top: 0;
  }
}
.notfound .flexImg img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .notfound .flexImg img {
    max-width: 229px;
    width: 20vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	archive
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_archiveArea {
  padding: 60px 0 90px;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea {
    padding: 60px 0 30px;
  }
}
.wp_archiveArea [data-tag] {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 36px;
  padding: 0 10px;
  width: 100%;
  max-width: 68px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea [data-tag] {
    font-size: 3.2vw;
    height: 6vw;
    max-width: 15vw;
  }
}
.wp_archiveArea [data-tag="お知らせ"] {
  border: 1px solid #CF2A71;
  color: #CF2A71;
}
.wp_archiveArea [data-tag="イベント"] {
  border: 1px solid #F39800;
  color: #F39800;
}
.wp_archiveArea [data-tag="採用情報"] {
  border: 1px solid #2A90CF;
  color: #2A90CF;
}
.wp_archiveArea [data-tag="重要"] {
  background: #D72427;
  color: #fff;
  border-radius: 36px;
  padding: 2px 10px;
}
.wp_archiveArea .important {
  border: 3px solid #009D78;
  gap: 0;
  text-decoration: none;
  display: flex;
  align-items: stretch;
  max-width: 889px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .important {
    flex-direction: column;
  }
}
.wp_archiveArea .important_ttl {
  background: #009D78;
  padding: 4px 34px;
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .important_ttl {
    padding: 1vw 2vw 2vw;
    flex-basis: 100%;
  }
}
.wp_archiveArea .important_ttl h2 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .important_ttl h2 {
    font-size: 4vw;
  }
}
.wp_archiveArea .important_text {
  background: #fff;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  flex-basis: 70%;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .important_text {
    flex-basis: 100%;
    padding: 2vw;
  }
}
.wp_archiveArea .important_text a {
  text-decoration: none;
  position: relative;
  border-bottom: 2px dashed #009D78;
  padding: 13px 5px;
}
.wp_archiveArea .important_text a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 5px;
  color: #009D78;
  transform: translateX(0);
  transition: transform 0.3s ease;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .important_text a::before {
    right: 3vw;
    font-size: 3.2vw;
  }
}
.wp_archiveArea .important_text a:hover::before {
  transform: translateX(5px);
}
.wp_archiveArea .important_text a:first-child {
  padding-top: 0;
}
.wp_archiveArea .important_text a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp_archiveArea .important_text a:only-child {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.wp_archiveArea .important_text a p {
  color: #000000;
  margin-left: 20px;
}
.wp_archiveArea .tabNav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
  margin: 0 0 80px;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .tabNav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .tabNav {
    flex-wrap: wrap;
    border-bottom: none;
    gap: 15px 5px;
  }
}
.wp_archiveArea .tabNav a {
  max-width: 152px;
  width: 100%;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #009D78;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .tabNav a {
    max-width: 35vw;
  }
}
.wp_archiveArea .tabNav a.info {
  border: 1px solid #CF2A71;
  color: #CF2A71;
}
.wp_archiveArea .tabNav a.info:hover,
.wp_archiveArea .tabNav a.info.current {
  background: #CF2A71;
  color: #fff;
}
.wp_archiveArea .tabNav a:hover,
.wp_archiveArea .tabNav a.current {
  background: #009D78;
  color: #fff;
}
.wp_archiveArea .tabNav a.info {
  border: 2px solid #CF2A71;
  color: #CF2A71;
}
.wp_archiveArea .tabNav a.info:hover,
.wp_archiveArea .tabNav a.info.current {
  background: #CF2A71;
  color: #fff;
}
.wp_archiveArea .tabNav a.recruit {
  border: 2px solid #2A90CF;
  color: #2A90CF;
}
.wp_archiveArea .tabNav a.recruit:hover,
.wp_archiveArea .tabNav a.recruit.current {
  background: #2A90CF;
  color: #fff;
}
.wp_archiveArea .tabNav a.event {
  border: 2px solid #F39800;
  color: #F39800;
}
.wp_archiveArea .tabNav a.event:hover,
.wp_archiveArea .tabNav a.event.current {
  background: #F39800;
  color: #fff;
}
.wp_archiveArea .newsList {
  margin-bottom: 80px;
}
.wp_archiveArea .newsList .columnBox {
  gap: 45px;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .newsList .columnBox {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox {
    gap: 15px;
  }
}
.wp_archiveArea .newsList .columnBox a {
  border: 3px solid #009D78;
  border-radius: 20px;
  padding: 20px;
  width: calc((100% - 90px) / 3);
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .newsList .columnBox a {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a {
    width: calc((100% - 15px) / 2);
    padding: 3vw;
  }
}
.wp_archiveArea .newsList .columnBox a figure img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a figure img {
    height: 28vw;
  }
}
.wp_archiveArea .newsList .columnBox a .flex {
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a .flex {
    gap: 5px;
    margin: 0;
  }
}
.wp_archiveArea .newsList .columnBox a .flex .event {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E83C31;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a .flex .event {
    font-size: 3.2vw;
  }
}
.wp_archiveArea .newsList .columnBox a .flex p {
  line-height: 1.2;
}
.wp_archiveArea .newsList .columnBox a .flex p time {
  font-size: 1.6rem;
  font-weight: bold;
  color: #939393;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a .flex p time {
    font-size: 3.2vw;
  }
}
.wp_archiveArea .newsList .columnBox a h3 {
  font-size: 2.4rem;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a h3 {
    font-size: 4.8vw;
    margin: 0;
  }
}
.wp_archiveArea .newsList .columnBox a .data {
  font-size: 1.6rem;
  color: #009D78;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a .data {
    font-size: 3.2vw;
    margin: 0;
  }
}
.wp_archiveArea .newsList .columnBox a .content {
  margin-top: 10px;
  padding: 10px 0 0 5px;
  border-top: 1px solid #D7EBE7;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox a .content {
    margin: 0;
    padding-left: 0;
  }
}
.wp_archiveArea .newsList .columnBox a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.wp_archiveArea .newsList .columnBox::before,
.wp_archiveArea .newsList .columnBox::after {
  content: '';
  display: block;
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .newsList .columnBox::before,
  .wp_archiveArea .newsList .columnBox::after {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .newsList .columnBox::before,
  .wp_archiveArea .newsList .columnBox::after {
    width: calc((100% - 15px) / 2);
  }
}
.wp_archiveArea.wp_archiveArea2 {
  padding: 20px 0 25px;
}
.wp_archiveArea.wp_archiveArea2 .newsList {
  margin-bottom: 0;
}
.wp_archiveArea.wp_archiveArea2 .newsList .columnBox .columnItem h3 {
  margin: 0 0 0 5px;
  padding: 0;
  border-left: none;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea.wp_archiveArea2 .newsList .columnBox .columnItem h3 {
    margin: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	single
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_singleArea {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .wp_singleArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_singleArea {
    padding: 50px 0 30px;
  }
}
.wp_singleArea .single_newsList {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList {
    margin-bottom: 50px;
  }
}
.wp_singleArea .single_newsList .flex {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList .flex {
    margin-bottom: 5px;
  }
}
.wp_singleArea .single_newsList .flex p {
  margin-bottom: 0;
}
.wp_singleArea .single_newsList .flex p time {
  font-size: 1.6rem;
  font-weight: bold;
  color: #939393;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList .flex p time {
    font-size: 3.2vw;
  }
}
.wp_singleArea .single_newsList .flex [data-tag] {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 36px;
  padding: 0 10px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList .flex [data-tag] {
    font-size: 3.2vw;
    height: 5vw;
  }
}
.wp_singleArea .single_newsList .flex [data-tag="お知らせ"] {
  border: 1px solid #CF2A71;
  color: #CF2A71;
}
.wp_singleArea .single_newsList .flex [data-tag="イベント"] {
  border: 1px solid #F39800;
  color: #F39800;
}
.wp_singleArea .single_newsList .flex [data-tag="採用情報"] {
  border: 1px solid #2A90CF;
  color: #2A90CF;
}
.wp_singleArea .single_newsList .flex [data-tag="重要"] {
  background: #D72427;
  color: #fff;
  border-radius: 36px;
  padding: 2px 10px;
}
.wp_singleArea .single_newsList .flex .event {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E83C31;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList .flex .event {
    font-size: 3.2vw;
  }
}
.wp_singleArea .single_newsList .ttl {
  font-size: 3.6rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .single_newsList .ttl {
    font-size: 7.2vw;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .wp_singleArea .cmsArea {
    padding: 0 0 50px;
  }
}
.wp_singleArea .cmsArea h2 {
  margin: 45px 0 26px;
  padding: 2px 0 4px 15px;
  font-size: 2.8rem;
  font-weight: bold;
  border-left: #009D78 7px solid;
  color: #000;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .cmsArea h2 {
    font-size: 5.6vw;
  }
}
.wp_singleArea .cmsArea h2::after,
.wp_singleArea .cmsArea h2::before {
  content: none;
}
.wp_singleArea .cmsArea h3 {
  font-size: 2.4rem;
  color: #009D78;
  border-bottom: 3px solid #E5E5E5;
  padding: 0 0 10px;
  margin: 60px 0 30px;
  border-left: none;
  position: relative;
  line-height: 1.6;
}
.wp_singleArea .cmsArea h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 36px;
  height: 3px;
  background: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .cmsArea h3::before {
    width: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .wp_singleArea .cmsArea h3 {
    font-size: 4.8vw;
  }
}
.wp_singleArea .cmsArea a {
  font-weight: bold;
}
.wp_singleArea .cmsArea .btn a {
  min-width: 336px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .cmsArea .btn a {
    min-width: auto;
  }
}
.wp_singleArea .wp-block-table {
  margin: 50px 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	page
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_pageArea {
  padding: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea {
    padding-bottom: 30px;
  }
}
.wp_pageArea .pageNav {
  margin: 0 0 145px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNav {
    margin-bottom: 30px;
  }
}
.wp_pageArea .pageNav p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNav p {
    font-size: 4.8vw;
  }
}
.wp_pageArea .pageNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 36px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNav ul {
    gap: 20px;
  }
}
.wp_pageArea .pageNav ul li::before {
  content: none;
}
.wp_pageArea .pageNav ul li a {
  display: block;
  min-width: 240px;
  min-height: 62px;
  padding: 10px 10px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  border: #009D78 3px solid;
}
.wp_pageArea .pageNav ul li a::after {
  display: block;
  content: '\f107';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 1.8rem;
  color: #009D78;
  transition: color 0.2s;
}
.wp_pageArea .pageNav ul li a:hover {
  background: #009D78;
  color: #FFF;
}
.wp_pageArea .pageNav ul li a:hover::after {
  color: #FFF;
}
.wp_pageArea .honbuMadoguchiList {
  padding: 0;
}
.wp_pageArea .honbuMadoguchiList li {
  margin: 0 0 10px;
}
.wp_pageArea .honbuMadoguchiList li::before {
  content: none;
}
.wp_pageArea .honbuMadoguchiList li i {
  display: inline-block;
  width: 30px;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .honbuMadoguchiList li i {
    width: auto;
    margin-right: 15px;
  }
}
.wp_pageArea .btn a::after {
  position: static;
  transform: none;
}
.wp_pageArea .gomiSyusyuWrap {
  margin: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap {
    width: auto;
    margin: 80px 0;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area {
  width: 450px;
  flex-shrink: 0;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area_omori {
    height: auto;
    margin-bottom: 35px;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area_kamata {
  margin: 0 0 35px;
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area h4 {
  font-size: 2.4rem;
  text-align: left;
  margin: 54px 0 3px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_area h4 {
    font-size: 4.8vw;
    margin: 30px 0 3px;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map {
  flex-shrink: 0;
  position: relative;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map {
    margin-top: 30px;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_main {
    width: 90vw;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_omori {
  position: absolute;
  top: -27px;
  left: -280px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_omori {
    left: auto;
    top: 9vw;
    right: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_omori img {
    width: 34vw;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_kamata {
  position: absolute;
  top: -8px;
  left: -162px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_kamata {
    top: -8vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map_kamata img {
    width: 50vw;
  }
}
.wp_pageArea .gomiSyusyuWrap .gomiSyusyu_map img {
  max-width: none;
}
.wp_pageArea .gomiBunbetsuList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiBunbetsuList {
    gap: 0;
  }
}
.wp_pageArea .gomiBunbetsuList dt {
  width: 280px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiBunbetsuList dt {
    width: 100%;
  }
}
.wp_pageArea .gomiBunbetsuList dt i {
  width: 30px;
  text-align: center;
  color: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiBunbetsuList dt i {
    width: auto;
    margin-right: 5px;
  }
}
.wp_pageArea .gomiBunbetsuList dd {
  width: calc(100% - 280px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .gomiBunbetsuList dd {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .tb_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
  }
}
.wp_pageArea .foodlossTop {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .foodlossTop {
    margin-bottom: 100px;
  }
}
.wp_pageArea .foodlossTop_movie {
  max-width: 780px;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_movie {
    width: auto;
  }
}
.wp_pageArea .foodlossTop_movie_text {
  max-width: max-content;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 25px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_movie_text {
    font-size: 3.6vw;
  }
}
.wp_pageArea .foodlossTop_movie_text::before,
.wp_pageArea .foodlossTop_movie_text::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #009D78;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-25deg);
}
.wp_pageArea .foodlossTop_movie_text::after {
  left: auto;
  right: 0;
  transform: rotate(25deg);
}
.wp_pageArea .foodlossTop_movie_bg {
  max-width: 780px;
  width: 100vw;
  max-height: 551px;
  height: 100vw;
  padding: 30px 30px 115px;
  background: url(../img/bg_movie.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .foodlossTop_movie_bg {
    width: calc(100vw - 20px);
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_movie_bg {
    padding: 3vw 3vw 25vw;
    height: auto;
  }
}
.wp_pageArea .foodlossTop_movie_bg iframe {
  width: 100%;
  max-height: 406px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_movie_bg iframe {
    height: 50vw;
  }
}
.wp_pageArea .foodlossTop_hanepyon {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .foodlossTop_hanepyon {
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_hanepyon {
    bottom: -20px;
  }
}
.wp_pageArea .foodlossTop_hanepyon figure img {
  animation: hanepyon_swing 3.2s linear infinite alternate;
  transform-origin: 60% bottom;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_hanepyon figure img {
    width: 40vw;
  }
}
.wp_pageArea .foodlossTop_hanepyon figure figcaption {
  font-size: 2rem;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foodlossTop_hanepyon figure figcaption {
    font-size: 4vw;
    left: -8px;
    bottom: -18px;
  }
}
.wp_pageArea .counter_operationsLead.box {
  margin: 0 0 60px;
  padding: 24px 48px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .counter_operationsLead.box {
    padding: 20px 24px;
  }
}
.wp_pageArea .counter_operationsLead.box p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .counter_operationsLead.box p {
    font-size: 3.6vw;
  }
}
.wp_pageArea .inquiryBlock {
  margin: 30px 0 30px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .inquiryBlock {
    margin: 0;
  }
}
.wp_pageArea .inquiryBlock h3 {
  max-width: 411px;
  width: 100%;
  margin: 0 auto 15px;
  padding: 8px 4px;
  font-size: 2.4rem;
  background: #009D78;
  color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .inquiryBlock h3 {
    min-width: 0;
    width: 100%;
    font-size: 4.8vw;
  }
}
.wp_pageArea .inquiryBlock h3::before {
  content: none;
}
.wp_pageArea .inquiryBlock a[href^="tel:"] {
  font-size: 5.2rem;
  font-weight: bold;
  color: #009D78;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .inquiryBlock a[href^="tel:"] {
    font-size: 8vw;
    text-decoration: none;
    border-bottom: #009D78 3px solid;
  }
}
.wp_pageArea .inquiryBlock a[href^="tel:"]::before {
  content: '\f2a0';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  margin-right: 10px;
}
.wp_pageArea .inquiryBlock .small {
  display: inline-block;
  font-size: 1.6rem;
  color: #6D6D6D;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .inquiryBlock .small {
    font-size: 3.2vw;
  }
}
.wp_pageArea .inquiryBox > div {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .inquiryBox > div {
    display: block;
  }
}
.wp_pageArea .inquiryBox > div .inquiryBlock {
  max-width: 480px;
  width: 50%;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .inquiryBox > div .inquiryBlock {
    max-width: none;
    width: 100%;
    padding: 0 0 30px;
  }
}
.wp_pageArea .inquiryBox > div .inquiryBlock:nth-of-type(2n) {
  padding: 0 0 0 50px;
  border-left: #D2EBE6 4px solid;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .inquiryBox > div .inquiryBlock:nth-of-type(2n) {
    padding: 30px 0 0;
    border: none;
    border-top: #D2EBE6 4px solid;
  }
}
.wp_pageArea .recruitBox_strong {
  margin: 40px 0 10px;
  color: #DE5500;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitBox_strong {
    font-size: 4vw;
  }
}
.wp_pageArea .recruitBox_ttl {
  text-align: center;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitBox_ttl {
    font-size: 5.6vw;
  }
}
.wp_pageArea .sectionOver {
  width: 100vw;
  margin: 195px 0 195px -50vw;
  padding: 50px 10px;
  background: linear-gradient(to right, #ECF8F5, #EEFAFF);
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #15AC5D, #4581C2) 1;
  position: relative;
  left: 50%;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .sectionOver {
    width: auto;
    margin: 50px -20px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .sectionOver {
    padding: 30px 0;
  }
  .wp_pageArea .sectionOver p {
    text-align: left;
  }
}
.wp_pageArea .recruit_movie {
  max-width: 835px;
  margin: 0 auto;
}
.wp_pageArea .recruit_movie_text > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0 0 -8px;
  color: #009D78;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruit_movie_text > * {
    flex-direction: column-reverse;
    font-size: 4.8vw;
  }
}
.wp_pageArea .recruit_movie_text > * img {
  flex-shrink: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruit_movie iframe {
    width: 100%;
    height: 60vw;
  }
}
.wp_pageArea .recruitTopBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitTopBox {
    flex-direction: column;
  }
}
.wp_pageArea .recruitTopBox_item {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  padding: 20px 0 0;
  border-radius: 10px;
  background: no-repeat center center / cover;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitTopBox_item {
    max-width: none;
    margin: 0 auto;
  }
}
.wp_pageArea .recruitTopBox_item::before {
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 157, 120, 0) 0, rgba(0, 157, 120, 0) 100px, #009d78);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s;
}
.wp_pageArea .recruitTopBox_item::after {
  content: '\f178';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #FFF;
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 1;
}
.wp_pageArea .recruitTopBox_item:hover::before {
  background: #009D78;
  mix-blend-mode: multiply;
}
.wp_pageArea .recruitTopBox_item.bg1 {
  background: #009D78;
}
.wp_pageArea .recruitTopBox_item.bg2 {
  background: #009D78;
}
.wp_pageArea .recruitTopBox_item.bg3 {
  background: #009D78;
}
.wp_pageArea .recruitTopBox_item dl {
  padding: 0 20px 30px;
  color: #FFF;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitTopBox_item dl {
    padding: 0 10px 20px;
  }
}
.wp_pageArea .recruitTopBox_item dl dt {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .recruitTopBox_item dl dt {
    font-size: 4.8vw;
  }
}
.wp_pageArea .faqArea {
  margin: 0 0 50px;
}
.wp_pageArea .faqArea_q,
.wp_pageArea .faqArea_a {
  position: relative;
}
.wp_pageArea .faqArea_q::before,
.wp_pageArea .faqArea_a::before {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  color: #FFF;
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
.wp_pageArea .faqArea_q_inner,
.wp_pageArea .faqArea_a_inner {
  padding: 12px 24px;
  border: #AABCB7 2px solid;
  border-radius: 10px;
  position: relative;
}
.wp_pageArea .faqArea_q {
  margin: 0 0 12px;
  padding: 0 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_q {
    padding-right: 0;
  }
}
.wp_pageArea .faqArea_q::before {
  content: 'Q';
  padding: 5px 0 0;
  background: #009D78;
  left: 0;
}
.wp_pageArea .faqArea_q::after {
  content: '\2b';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #009D78;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_q::after {
    right: 10px;
  }
}
.wp_pageArea .faqArea_q.open::after {
  content: '\f068';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.wp_pageArea .faqArea_q_inner {
  padding: 8px 48px 8px 24px;
  background: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_q_inner {
    font-size: 4.4vw;
  }
}
.wp_pageArea .faqArea_q_inner::before {
  content: '';
  display: block;
  width: 14px;
  height: 20px;
  background: #AABCB7;
  position: absolute;
  left: -14px;
  top: 15px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.wp_pageArea .faqArea_q_inner::after {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  background: #FFF;
  position: absolute;
  left: -11px;
  top: 17px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.wp_pageArea .faqArea_a {
  margin: 0 0 50px;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_a {
    padding-right: 0;
  }
}
.wp_pageArea .faqArea_a::before {
  content: 'A';
  padding: 7px 0 0;
  background: #2491BE;
  right: 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_a::before {
    right: none;
    left: 0;
  }
}
.wp_pageArea .faqArea_a_inner {
  background: #EEF8FD;
}
.wp_pageArea .faqArea_a_inner::before {
  content: '';
  display: block;
  width: 14px;
  height: 20px;
  background: #AABCB7;
  position: absolute;
  right: -14px;
  top: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_a_inner::before {
    left: -14px;
    top: 15px;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }
}
.wp_pageArea .faqArea_a_inner::after {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  background: #EEF8FD;
  position: absolute;
  right: -11px;
  top: 17px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .faqArea_a_inner::after {
    left: -11px;
    top: 17px;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }
}
.wp_pageArea .voiceList {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList {
    margin-bottom: 50px;
  }
}
.wp_pageArea .voiceList > * {
  display: flex;
  flex-wrap: wrap;
  gap: 69px 92px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList > * {
    gap: 9vw 0px;
  }
}
.wp_pageArea .voiceList_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 92px);
  min-height: 140px;
  margin-left: auto;
  padding: 15px 20px 15px 96px;
  background: #EEF3F5;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList_item {
    width: calc(100% - 45px);
    padding: 2vw 2vw 2vw 14vw;
    min-height: auto;
  }
}
.wp_pageArea .voiceList_item img {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  left: -45px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList_item img {
    width: 18vw;
  }
}
.wp_pageArea .voiceList_item p {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList_item p {
    font-size: 3.8vw;
  }
}
.wp_pageArea .voiceList_item p.staffYear {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #5D5D5D;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .voiceList_item p.staffYear {
    font-size: 3.6vw;
  }
}
.wp_pageArea .cta_recruitment {
  min-height: 279px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .cta_recruitment {
    margin-top: 30vw;
    padding: 30vw 20px 15vw;
  }
}
.wp_pageArea .cta_recruitment .inner {
  max-width: 881px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .cta_recruitment .inner {
    padding: 0;
  }
}
.wp_pageArea .cta_recruitment .inner::before {
  content: '';
  background: url(../img/illust_voice_9.png) no-repeat center / cover;
  width: 387px;
  height: 341px;
  position: absolute;
  top: -108px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .cta_recruitment .inner::before {
    width: 55vw;
    height: 48vw;
    top: -55vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.wp_pageArea .cta_recruitment .inner p:not([class]) {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 400px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .cta_recruitment .inner p:not([class]) {
    font-size: 5.6vw;
    padding-right: 0;
  }
}
.wp_pageArea .requirementsTable {
  margin: 50px auto;
  padding: 40px;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .requirementsTable {
    padding: 24px;
  }
}
.wp_pageArea .requirementsTable::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(to right, #15AD5D, #4681C3);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.wp_pageArea .requirementsTable table {
  width: 100%;
  border: none;
}
.wp_pageArea .requirementsTable table tr {
  border-bottom: #DAE6E4 2px solid;
}
.wp_pageArea .requirementsTable table tr:nth-last-of-type(1) {
  border: none;
}
.wp_pageArea .requirementsTable table tr th {
  white-space: nowrap;
  width: 216px;
  padding: 20px 25px;
  color: #0C3A2F;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  background: none;
  vertical-align: top;
}
.wp_pageArea .requirementsTable table tr td {
  padding: 20px 25px;
  font-size: 1.8rem;
  border: none;
}
.wp_pageArea .requirementsTable table tr td p {
  margin-bottom: 0;
}
.wp_pageArea .foundationBtn {
  width: 100%;
  margin: 0 0 40px;
  border-radius: 10px;
  background: linear-gradient(to left, rgba(0, 157, 120, 0) 0, rgba(0, 157, 120, 0) 200px, #009d78 350px, #009d78 100%), var(--bg-image) no-repeat right center / auto 100%;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foundationBtn {
    margin-bottom: 20px;
    background: linear-gradient(to left, rgba(0, 157, 120, 0) 0, rgba(0, 157, 120, 0) 10%, #009d78 30%, #009d78 100%), var(--bg-image) no-repeat right center / auto 100%;
  }
}
.wp_pageArea .foundationBtn::after {
  content: url(../img/icon_arrow_r.webp);
  position: absolute;
  top: calc(50% + 5px);
  right: 25px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foundationBtn::after {
    right: 5px;
  }
}
.wp_pageArea .foundationBtn_bg1 {
  background: #009D78;
}
.wp_pageArea .foundationBtn_bg2 {
  background: #009D78;
}
.wp_pageArea .foundationBtn:hover {
  opacity: 0.7;
}
.wp_pageArea .foundationBtn a {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 30px 200px 30px 30px;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .foundationBtn a {
    min-height: 60px;
    padding: 15px 25% 15px 10px;
    font-size: 5.6vw;
  }
}
.wp_pageArea .entryArea.box {
  padding: 70px 132px 50px 125px;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea .entryArea.box {
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea.box {
    padding: 40px 20px;
  }
}
.wp_pageArea .entryArea .formTtl {
  font-size: 3.2rem;
  color: #009D78;
  border-left: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .formTtl {
    font-size: 6.4vw;
  }
}
.wp_pageArea .entryArea a {
  color: #000;
}
.wp_pageArea .entryArea .entryForm .formRow {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 31px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow label {
    gap: 5px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow input::placeholder {
  color: #B1B1B1;
}
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap {
  max-width: 526px;
  width: 100%;
}
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="text"],
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="email"],
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="tel"],
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap select,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap textarea,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="file"] {
  flex: 1;
  width: 100%;
  padding: 6px 22px;
  border: 1px solid #4C4C4C;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="text"],
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="email"],
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="tel"],
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap select,
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap textarea,
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="file"] {
    font-size: 3.6vw;
    max-width: none;
    padding: 6px 10px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="text"]:focus,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="email"]:focus,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="tel"]:focus,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap select:focus,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap textarea:focus,
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap input[type="file"]:focus {
  border-radius: 1px;
  box-shadow: none;
}
.wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap textarea {
  min-height: 263px;
  resize: vertical;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .wpcf7-form-control-wrap textarea {
    min-height: 50vw;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .selectWrap {
  position: relative;
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .selectWrap {
    max-width: none;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .selectWrap::before {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 17px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 14px;
  height: 30px;
  color: #009D78;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .selectWrap::before {
    right: 3%;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp_pageArea .entryArea .entryForm .formRow .selectWrap select::-ms-expand {
  display: none;
}
.wp_pageArea .entryArea .entryForm .formRow .rowBox {
  display: flex;
  flex-direction: column;
  max-width: 526px;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .rowBox {
    max-width: none;
    gap: 10px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .rowBox .postal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .rowBox .postal {
    gap: 10px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .rowBox .postal .address {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-basis: 400px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .rowBox .postal .address {
    flex-basis: 50%;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .rowBox .postal .address span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .rowBox .postal .selectWrap {
    flex-basis: 50%;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .fileBox {
  max-width: 526px;
  width: 100%;
}
.wp_pageArea .entryArea .entryForm .formRow .fileBox input[type="file"] {
  border: none;
  padding: 0;
}
.wp_pageArea .entryArea .entryForm .formRow .fileBox .fileLabel {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .entryForm .formRow .fileBox .fileLabel {
    gap: 5px;
  }
}
.wp_pageArea .entryArea .entryForm .formRow .fileBox .fileLabel .fileButton {
  display: none;
}
.wp_pageArea .entryArea .entryForm .formRow .fileBox .fileLabel .fileName {
  font-weight: normal;
}
.wp_pageArea .entryArea .entryForm .mark {
  background: #EC6D65;
  color: #fff;
  font-weight: bold;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.wp_pageArea .entryArea .entryForm .mark.blue {
  background: #2A90CF;
}
.wp_pageArea .entryArea .privacyAgree label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .privacyAgree label {
    gap: 10px;
  }
}
.wp_pageArea .entryArea .privacyAgree label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #4C4C4C;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .privacyAgree label input[type="checkbox"] {
    width: 5vw;
    height: 5vw;
  }
}
.wp_pageArea .entryArea .privacyAgree label input[type="checkbox"]::after {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.wp_pageArea .entryArea .privacyAgree label input[type="checkbox"]:checked {
  background: #0078D4;
}
.wp_pageArea .entryArea .privacyAgree label input[type="checkbox"]:checked::after {
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .privacyAgree label input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.wp_pageArea .entryArea .btn {
  background: #009D78;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  max-width: max-content;
  gap: 25px;
  width: 100%;
  min-width: 336px;
  min-height: 52px;
  padding: 5px 22px 5px 28px;
  border-radius: 30px;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .entryArea .btn {
    font-size: 3.6vw;
    min-width: auto;
    min-height: auto;
    padding: 4vw 17vw;
  }
}
.wp_pageArea .entryArea .btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.wp_pageArea .wp_table {
  padding: 45px 40px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .wp_table {
    padding: 20px;
  }
}
.wp_pageArea .wp_table table {
  border: none;
}
.wp_pageArea .wp_table table tr th {
  background: none;
  border-bottom: 2px solid #dae6e4;
  color: #0C3A2F;
  font-size: 2rem;
  font-weight: bold;
  padding: 22px 25px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .wp_table table tr th {
    font-size: 4vw;
    padding: 10px 15px;
    width: 25vw;
  }
}
.wp_pageArea .wp_table table tr td {
  border-bottom: 2px solid #dae6e4;
  padding: 22px 25px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .wp_table table tr td {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .wp_table table tr td ul li:before {
    font-size: 6vw;
  }
}
.wp_pageArea .wp_table table tr:first-child th,
.wp_pageArea .wp_table table tr:first-child td {
  padding-top: 0;
}
.wp_pageArea .border_none table thead {
  border-bottom: none!important;
}
.wp_pageArea .meritArea .meritBox {
  gap: 71px;
  margin-bottom: 35px;
  flex-wrap: nowrap!important;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .meritArea .meritBox {
    gap: 30px!important;
    margin-bottom: 30px;
    flex-wrap: wrap!important;
  }
}
.wp_pageArea .meritArea .meritBox_item {
  display: flex;
  align-items: center;
  background: #EEF3F5;
  border-radius: 10px;
  padding: 20px 21px 20px 46px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .meritArea .meritBox_item {
    padding: 5vw 5vw 5vw 10vw;
  }
}
.wp_pageArea .meritArea .meritBox_item::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 2.3rem;
  top: -15px;
  left: -17px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #009D78;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .meritArea .meritBox_item::before {
    top: -3vw;
    left: -2.5vw;
    width: 11vw;
    height: 11vw;
    font-size: 4.6vw;
  }
}
.wp_pageArea .meritArea .meritBox_item:first-child {
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .meritArea .meritBox_item:first-child {
    margin-left: 0;
  }
}
.wp_pageArea .meritArea .meritBox:first-child {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .meritArea .meritBox:first-child {
    margin-top: 50px;
  }
}
.wp_pageArea .meritArea .colorGreen {
  color: #009D78;
}
.wp_pageArea .charaBox {
  max-width: 893px;
  margin: 45px auto 0 auto;
  align-items: center!important;
  gap: 27px;
  padding-bottom: 24px;
}
.wp_pageArea .charaBox .wp-block-column {
  flex-basis: auto!important;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .charaBox .wp-block-column .wp-block-image figure img {
    width: 70%;
  }
}
.wp_pageArea .charaBox.charaBox2 {
  max-width: none;
  justify-content: center;
  gap: 40px;
  margin: 70px auto 0;
}
.wp_pageArea .charaBox.charaBox2 .wp-block-column {
  flex-grow: 0!important;
}
.meritList {
  display: flex;
  gap: 35px 70px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .meritList {
    gap: 20px;
    flex-direction: column;
  }
}
.meritList li {
  width: calc(50% - 35px);
  padding: 20px 15px 20px 45px;
  line-height: 1.2;
  border-radius: 10px;
  background: #EEF3F5;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meritList li {
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 4.4vw;
  }
}
.meritList li::before {
  background: url(../img/icon_check.webp) no-repeat 0 0 / contain;
  width: 51px;
  height: 51px;
  position: absolute;
  top: -14px;
  left: -17px;
}
@media screen and (max-width: 767px) {
  .meritList li::before {
    width: 10vw;
  }
}
.meritList li strong {
  color: #009D78;
}
.meritComment > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .meritComment > div {
    flex-direction: column;
  }
}
.meritComment > div figure {
  width: 217px;
  height: 217px;
}
.meritComment > div p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #00929D;
}
@media screen and (max-width: 767px) {
  .meritComment > div p {
    font-size: 4.8vw;
    text-align: left;
  }
}
@keyframes hanepyon_swing {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.afterNone::after {
  content: none!important;
}
.mt80 {
  margin-top: 80px!important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 50px!important;
  }
}
.jyBetween {
  justify-content: space-between;
}
.flex2 {
  display: flex;
  flex-direction: column;
  align-items: center!important;
}
.widthSmall {
  width: 456px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .widthSmall {
    width: auto;
  }
}
.point {
  text-combine-upright: all;
}
.border_right table th {
  border-right: #E5E5E5 1px solid;
}
.border_right table td {
  border-right: #E5E5E5 1px solid;
}
