@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:YOPQ@300&display=swap");
.c-breadcrumbs {
  padding: 10px 0;
}
.c-breadcrumbs--wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
    font-size: 14px;
  }
}
.c-breadcrumbs--wrap a {
  background: url(../images/common/icon_right_black.svg) no-repeat center right;
  background-size: 10px 10px;
  color: #3C3C3C;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-decoration: underline;
}
.c-breadcrumbs--wrap span {
  color: #9D9D9D;
}

.c-title-h1 {
  background: url(../images/common/img-maintitle.webp) no-repeat center right;
  background-color: #A4C043;
  background-size: cover;
  padding: 7% 0;
}
@media screen and (min-width: 992px) {
  .c-title-h1 {
    padding: 50px 0;
  }
}
.c-title-h1 span {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  font-size: 5.8139534884vw;
}
@media screen and (min-width: 430px) {
  .c-title-h1 span {
    font-size: 4.0322580645vw;
  }
}
@media screen and (min-width: 620px) {
  .c-title-h1 span {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-h1 span {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .c-title-h1 span {
    font-size: 48px;
  }
}

.c-cta {
  background: #F6F4EF;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .c-cta {
    padding: 60px 5%;
  }
}
.c-cta--wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.c-cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .c-cta ul {
    justify-content: center;
  }
}
.c-cta ul li {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li {
    padding-top: 25px;
    margin: 0 10px 35px;
  }
}
.c-cta ul li a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  margin: 0 auto;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a {
    background-size: 40px 40px;
    padding: 30px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li a .head {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a .head {
    top: -25px;
  }
}
.c-cta ul li a .head .in {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 50px;
  display: inline-block;
  color: #3C3C3C;
  font-size: 70%;
  padding: 5px 15px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a .head .in {
    padding: 10px 15px;
    font-size: 100%;
  }
}
.c-cta ul li a .head .in::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 7.5px);
  z-index: 10;
}
.c-cta ul li a .title {
  display: inline-block;
  color: #3C3C3C;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.ginou {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.ginou {
    max-width: 500px;
  }
}
.c-cta ul li.ginou a {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
}
.c-cta ul li.ginou a .head .in {
  border-color: #D32E29;
}
.c-cta ul li.ginou a .color {
  color: #D32E29;
}
.c-cta ul li.ginou a .title {
  font-size: 120%;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.ginou a .title {
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) {
  .c-cta ul li.tokutei {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.tokutei {
    max-width: 500px;
  }
}
.c-cta ul li.tokutei a {
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #28A3D3;
  border-color: #28A3D3;
}
.c-cta ul li.tokutei a .head .in {
  border-color: #28A3D3;
}
.c-cta ul li.tokutei a .color {
  color: #28A3D3;
}
.c-cta ul li.tokutei a .title {
  font-size: 120%;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.tokutei a .title {
    font-size: 130%;
  }
}
.c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
    max-width: 300px;
  }
}
.c-cta ul li.contact a, .c-cta ul li.job a, .c-cta ul li.entry a {
  background-size: 20px 20px;
  padding: 15px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact a, .c-cta ul li.job a, .c-cta ul li.entry a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 15px;
  }
}
.c-cta ul li.contact .head, .c-cta ul li.job .head, .c-cta ul li.entry .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head, .c-cta ul li.job .head, .c-cta ul li.entry .head {
    top: -25px;
  }
}
.c-cta ul li.contact .head .in, .c-cta ul li.job .head .in, .c-cta ul li.entry .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in, .c-cta ul li.job .head .in, .c-cta ul li.entry .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.contact .head .in::before, .c-cta ul li.job .head .in::before, .c-cta ul li.entry .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in::before, .c-cta ul li.job .head .in::before, .c-cta ul li.entry .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.contact .head .in::after, .c-cta ul li.job .head .in::after, .c-cta ul li.entry .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in::after, .c-cta ul li.job .head .in::after, .c-cta ul li.entry .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.contact .title, .c-cta ul li.job .title, .c-cta ul li.entry .title {
  text-align: left;
  width: 100%;
}
.c-cta ul li.entry {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.entry {
    width: 30%;
  }
}
.c-cta ul li.entry a {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.entry a {
    max-width: 300px;
  }
}
.c-cta ul li.download {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download {
    width: 50%;
    max-width: 300px;
  }
}
.c-cta ul li.download a {
  background-image: url(../images/common/icon-arrow-green.svg);
  background-size: 20px 20px;
  background-color: #A4C043;
  border-color: #A4C043;
  padding: 15px 10px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li.download .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head {
    top: -25px;
  }
}
.c-cta ul li.download .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.download .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.download .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.download .title {
  background: url(../images/common/icon-download.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .title {
    background-size: 18px 18px;
    padding-left: 25px;
  }
}
.c-cta ul li.login {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login {
    width: 50%;
    max-width: 300px;
  }
}
.c-cta ul li.login a {
  background-image: url(../images/common/icon-arrow-yellow.svg);
  background-size: 15px 15px;
  background-color: #F0BA31;
  border-color: #F0BA31;
  padding: 15px 10px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li.login .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head {
    top: -25px;
  }
}
.c-cta ul li.login .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.login .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.login .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.login .title {
  background: url(../images/common/icon-login.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .title {
    background-size: 20px 20px;
    padding-left: 25px;
  }
}

.c-cta-long {
  background: #F6F4EF;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .c-cta-long {
    padding: 60px 5%;
  }
}
.c-cta-long--wrap {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta-long .head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 1em;
    margin-bottom: 40px;
  }
}
.c-cta-long .head li {
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li {
    margin-bottom: 0;
  }
}
.c-cta-long .head li.ginou {
  background: #D32E29;
}
.c-cta-long .head li.ginou .btn a {
  background-image: url(../images/common/icon-arrow-red.svg);
}
.c-cta-long .head li.tokutei {
  background: #28A3D3;
}
.c-cta-long .head li.tokutei .btn a {
  background-image: url(../images/common/icon-arrow-blue.svg);
}
.c-cta-long .head li .photo {
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.c-cta-long .head li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.c-cta-long .head li h3 {
  color: #ffffff;
  text-align: center;
  margin: 15px 15px 5px;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 430px) {
  .c-cta-long .head li h3 {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .c-cta-long .head li h3 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li h3 {
    font-size: 2.4193548387vw;
    margin: 20px 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li h3 {
    font-size: 24px;
  }
}
.c-cta-long .head li p {
  color: #ffffff;
  text-align: center;
  margin: 0 15px 15px;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li p {
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li p {
    font-size: 14px;
  }
}
.c-cta-long .head li .btn {
  margin: 0 20px 20px;
}
.c-cta-long .head li .btn a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 437px;
  padding: 15px;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li .btn a {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 1em;
    margin-bottom: 40px;
  }
}
.c-cta-long .foot li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li {
    margin-bottom: 0;
  }
}
.c-cta-long .foot li .photo {
  border-radius: 10px;
  padding-top: 15%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li .photo {
    padding-top: 30%;
  }
}
.c-cta-long .foot li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.c-cta-long .foot li h3 {
  color: #3C3C3C;
  text-align: center;
  margin: 15px 0 5px;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 430px) {
  .c-cta-long .foot li h3 {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .c-cta-long .foot li h3 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li h3 {
    font-size: 2.0161290323vw;
    margin: 20px 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li h3 {
    font-size: 20px;
  }
}
.c-cta-long .foot li p {
  color: #3C3C3C;
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li p {
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li p {
    font-size: 14px;
  }
}
.c-cta-long .foot li .btn {
  margin: 0 0 20px;
}
.c-cta-long .foot li .btn a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  color: #3C3C3C;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 437px;
  padding: 20px 15px;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li .btn a {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta-long .btn li a {
  background: url(../images/common/icon-arrow-green.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #A4C043;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 628px;
  padding: 15px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-cta-long .btn li a {
    background-size: 40px 40px;
    padding: 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta-long .btn li a .title {
  background: url(../images/common/icon-download.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta-long .btn li a .title {
    background-size: 18px 18px;
    padding-left: 25px;
  }
}

.c-basic-btn {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #3C3C3C;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  padding: 12px 15px;
  padding-right: 40px;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-basic-btn {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .c-basic-btn {
    max-width: 500px;
  }
}

/* =========================================================
【about】私たちについて
========================================================= */
.p-about .catch {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
  padding: 40px 5% 0;
}
@media screen and (min-width: 992px) {
  .p-about .catch {
    font-size: 16px;
    text-align: center;
    padding: 50px 5% 0;
  }
}
.p-about .catch .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-about .catch .pc {
    display: block;
  }
}
.p-about-strengths {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-strengths {
    padding: 50px 5%;
  }
}
.p-about-strengths--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-about-strengths--title {
  font-size: 7.4418604651vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-about-strengths--title {
    font-size: 5.1612903226vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-strengths--title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-strengths--title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-strengths--title {
    font-size: 45px;
  }
}
.p-about-strengths--title .sub {
  background: #3c3c3c;
  border-radius: 5px;
  color: #ffffff;
  font-size: 50%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-about-strengths--title .sub {
    margin-bottom: 15px;
  }
}
.p-about-strengths--title .main {
  color: #3c3c3c;
  display: block;
}
.p-about-strengths-item {
  background: #F6F4EE;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-strengths-item {
    border-radius: 25px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-about-strengths-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-about-strengths-item--photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-strengths-item--photo {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-strengths-item--photo {
    width: 45%;
  }
}
.p-about-strengths-item--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-about-strengths-item--info {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-strengths-item--info {
    padding: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-strengths-item--info {
    padding: 6% 5%;
    width: 55%;
  }
}
.p-about-strengths-item--info .title {
  font-size: 5.3488372093vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-about-strengths-item--info .title {
    font-size: 3.7096774194vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-strengths-item--info .title {
    font-size: 2.9947916667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-strengths-item--info .title {
    font-size: 2.3185483871vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-strengths-item--info .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-about-strengths-item--info .title .color {
  color: #A4C043;
}
.p-about-strengths-item--info p {
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-about-strengths-item--info p {
    font-size: 16px;
  }
}
.p-about-strengths--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-about-strengths--btn {
    margin-top: 50px;
  }
}
.p-about-strengths--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-about-staff {
  background: #F6F4EE;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-staff {
    padding: 100px 5%;
  }
}
.p-about-staff::before {
  content: "";
  display: block;
  background: url(../images/common/bg-circle-red.svg) no-repeat top left;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  left: -30px;
}
@media screen and (min-width: 992px) {
  .p-about-staff::before {
    width: 300px;
    height: 300px;
    top: -190px;
    left: -70px;
  }
}
.p-about-staff::after {
  content: "";
  display: block;
  background: url(../images/common/bg-hale-y.svg) no-repeat bottom right;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .p-about-staff::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
  }
}
.p-about-staff--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-about-staff--title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-about-staff--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-staff--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-staff--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-staff--title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-about-staff--title .en {
  color: #A4C043;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-about-staff--title .en {
    margin-bottom: 15px;
  }
}
.p-about-staff--title .main {
  color: #3c3c3c;
}
.p-about-staff .text {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-staff .text {
    font-size: 16px;
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.p-about-staff--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .p-about-staff--list {
    margin: 0 auto;
    max-width: 560px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-staff--list {
    max-width: 900px;
  }
}
.p-about-staff--list li {
  padding: 0 5px;
  margin: 0 auto 10px;
}
.p-about-staff--list li span {
  background: #F0BA31;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 992px) {
  .p-about-staff--list li span {
    font-size: 17px;
    width: 160px;
    height: 160px;
  }
}
.p-about-staff-info {
  background: #A4C043;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-staff-info {
    padding: 100px 5%;
  }
}
.p-about-staff-info--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-about-staff-info--item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--item {
    border-radius: 25px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--item:nth-child(odd) .p-about-staff-info--in {
    padding-left: 0;
  }
}
.p-about-staff-info--photo {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--photo {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--photo {
    margin-bottom: 0;
  }
}
.p-about-staff-info--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-about-staff-info--in {
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--in {
    padding: 6% 5%;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--in {
    padding: 30px 5%;
  }
}
.p-about-staff-info--in .title {
  font-size: 5.8139534884vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-about-staff-info--in .title {
    font-size: 4.0322580645vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-staff-info--in .title {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--in .title {
    font-size: 2.5201612903vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--in .title {
    font-size: 35px;
  }
}
.p-about-staff-info--in .title .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about-staff-info--in .title .pc {
    display: block;
  }
}
.p-about-staff-info--in .title .small {
  display: block;
  margin-top: 5px;
  font-size: 70%;
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--in .title .small {
    font-size: 5% 0%;
  }
}
.p-about-staff-info--in .text {
  color: #ffffff;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--in .text {
    font-size: 16px;
  }
}
.p-about-staff-info--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-about-staff-info--btn {
    margin-top: 50px;
  }
}
.p-about-staff-info--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-about-support {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-support {
    padding: 100px 5%;
  }
}
.p-about-support::before {
  content: "";
  display: block;
  background: url(../images/common/bg-info-reverse.svg) no-repeat bottom right;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: -40px;
}
@media screen and (min-width: 992px) {
  .p-about-support::before {
    width: 370px;
    height: 250px;
  }
}
.p-about-support--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-about-support-info {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-about-support-info--photo {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--photo {
    margin-bottom: 0;
    width: 45%;
  }
}
.p-about-support-info--photo img {
  max-width: 250px;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--photo img {
    max-width: 100%;
  }
}
.p-about-support-info--in {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--in {
    padding-right: 30px;
    text-align: left;
    width: 55%;
  }
}
.p-about-support-info--in .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-about-support-info--in .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-support-info--in .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-support-info--in .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-support-info--in .title {
    font-size: 45px;
    text-align: left;
  }
}
.p-about-support-info--in .title .en {
  color: #D32E29;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--in .title .en {
    margin-bottom: 15px;
  }
}
.p-about-support-info--in .title .main {
  color: #3c3c3c;
}
.p-about-support-info--in .text {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--in .text {
    font-size: 16px;
    text-align: left;
  }
}
.p-about-support-info--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-about-support-info--btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-support-info--btn .c-basic-btn {
    margin: 0;
    max-width: 350px;
  }
}
.p-about-support .c-cta {
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 5%;
}
@media screen and (min-width: 992px) {
  .p-about-support .c-cta {
    padding: 60px 5% 25px;
  }
}
.p-about-support .c-cta ul li.contact,
.p-about-support .c-cta ul li.job,
.p-about-support .c-cta ul li.entry {
  padding-top: 0;
}
.p-about-recruitment {
  background: url(../images/about/bg-recruitment.webp) no-repeat center;
  background-size: cover;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment {
    padding: 100px 5%;
  }
}
.p-about-recruitment--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-about-recruitment--title {
  color: #ffffff;
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-about-recruitment--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-recruitment--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-recruitment--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-recruitment--title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-about-recruitment--title .en {
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment--title .en {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-recruitment ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 60px;
  }
}
.p-about-recruitment ul li {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  padding-left: 120px;
  position: relative;
  margin-top: 20px;
  min-height: 100px;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment ul li {
    text-align: center;
    margin-top: 0;
    padding: 35px 35px 30px;
    min-height: auto;
  }
}
.p-about-recruitment ul li img {
  position: absolute;
  top: calc(50% - 40px);
  left: 20px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment ul li img {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: 145px;
    height: 145px;
  }
}
.p-about-recruitment ul li .title {
  color: #3C3C3C;
  font-size: 4.7058823529vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-about-recruitment ul li .title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-recruitment ul li .title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-recruitment ul li .title {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-recruitment ul li .title {
    font-size: 23px;
    margin: 10px auto;
  }
}
.p-about-recruitment ul li p {
  color: #3C3C3C;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment ul li p {
    font-size: 14px;
    min-height: 85px;
    text-align: left;
  }
}
.p-about-recruitment--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-about-recruitment--btn {
    margin-top: 50px;
  }
}
.p-about-recruitment--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-about-vietna {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-vietna {
    padding: 100px 5%;
  }
}
.p-about-vietna--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-about-vietna .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-about-vietna .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-vietna .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-vietna .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-vietna .title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-about-vietna .title .en {
  color: #A4C043;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-about-vietna .title .en {
    margin-bottom: 15px;
  }
}
.p-about-vietna .title .main {
  color: #3C3C3C;
}
.p-about-vietna-item {
  background: #F4F8E8;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-vietna-item {
    border-radius: 25px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-about-vietna-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-about-vietna-item--photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-vietna-item--photo {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-vietna-item--photo {
    width: 45%;
  }
}
.p-about-vietna-item--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-about-vietna-item--info {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-vietna-item--info {
    padding: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-vietna-item--info {
    padding: 6% 5%;
    width: 55%;
  }
}
.p-about-vietna-item--info .sub-title {
  font-size: 4.6511627907vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-about-vietna-item--info .sub-title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-about-vietna-item--info .sub-title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-vietna-item--info .sub-title {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-about-vietna-item--info .sub-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.p-about-vietna-item--info .sub-title .color {
  color: #A4C043;
}
.p-about-vietna-item--info p {
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-about-vietna-item--info p {
    font-size: 16px;
  }
}
.p-about-vietna-item--info ol {
  background: #ffffff;
  padding: 10px;
}
.p-about-vietna-item--info ol li {
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
  list-style: auto;
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.p-about-vietna-item--info ol li::marker {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-about-vietna-item--info ol li {
    font-size: 16px;
  }
}
.p-about-vietna-item--info a {
  background: url(../images/common/bg-arrow-red-line.svg) no-repeat center right;
  background-size: 20px 20px;
  display: inline-block;
  border-bottom: 1px solid #D32E29;
  color: #D32E29;
  font-weight: bold;
  padding: 5px 0;
  padding-right: 25px;
  margin-top: 10px;
}
.p-about-vietna-item--info a.tokutei {
  background-image: url(../images/common/bg-arrow-blue-line.svg);
  border-color: #28A3D3;
  color: #28A3D3;
}
.p-about-vietna--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-about-vietna--btn {
    margin-top: 50px;
  }
}
.p-about-vietna--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
/*# sourceMappingURL=style-about.css.map */