@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 93px;
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 78px;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  display: inline-block;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

.l-fvLower {
  background-color: #FCFBD9;
  padding: 117px 0 120px;
  position: relative;
  z-index: 0;
}
.l-fvLower::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  aspect-ratio: 550/456;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .l-fvLower::before {
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .l-fvLower {
    padding-top: 114px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1336px) {
  .l-fvLower {
    padding-left: calc((100% - 1120px) / 2);
  }
}
.l-fvLower__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1023px) {
  .l-fvLower__inner {
    gap: 36px;
  }
}

.l-header {
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 40px;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-header.front-head {
  background-color: transparent;
}
@media (max-width: 1336px) {
  .l-header {
    padding: 22px 24px;
  }
}

.l-section {
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-section.frontSec04 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.69%, #007D41), color-stop(82.81%, #6FBA2C));
  background: linear-gradient(0deg, #007D41 49.69%, #6FBA2C 82.81%);
  border-radius: 0 64px 0 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .l-section.frontSec04 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .l-section.frontSec04 {
    margin-top: 16px;
  }
}
.l-section.frontSec04::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 831px;
  aspect-ratio: 831/688;
  top: 0;
  left: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .l-section.frontSec04::before {
    width: 1005px;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.l-section.frontSec06 {
  background-color: #FCFBD9;
  border-radius: 64px 0 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-section.frontSec06::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1080px;
  aspect-ratio: 1080/894;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .l-section.frontSec06::before {
    left: 0;
    right: auto;
    bottom: auto;
    top: 127px;
    width: 682px;
  }
}
.l-section.service-feat {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.69%, #007D41), color-stop(82.81%, #6FBA2C));
  background: linear-gradient(0deg, #007D41 49.69%, #6FBA2C 82.81%);
  border-radius: 0 64px 0 0;
  position: relative;
  overflow: hidden;
}
.l-section.service-feat::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 860px;
  aspect-ratio: 860/714;
  top: 0;
  left: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .l-section.service-feat::before {
    width: 894px;
    left: -390px;
  }
}
.l-section.service-detail {
  background-color: #FCFBD9;
  border-radius: 64px 0 0 0;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .l-section.service-detail {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .l-section.service-detail {
    margin-top: 32px;
  }
}
.l-section.serviceLower01 {
  position: relative;
  border-radius: 0 64px 0 0;
  z-index: 1;
}
.l-section.serviceLower01::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 64px 0 0;
}
.l-section.serviceLower01.administrative::before {
  background-image: url(../img/service/service08.png);
}
.l-section.serviceLower01.ict::before {
  background-image: url(../img/service/service09.png);
}
.l-section.serviceLower01.engineer::before {
  background-image: url(../img/service/service10.png);
}
.l-section.serviceLower02 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.69%, #007D41), color-stop(82.81%, #6FBA2C));
  background: linear-gradient(0deg, #007D41 49.69%, #6FBA2C 82.81%);
  border-radius: 64px 0 0 0;
  position: relative;
  z-index: 2;
  margin-top: -76px;
  position: relative;
}
.l-section.serviceLower02::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 164px;
  width: 12px;
  top: -114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .l-section.serviceLower02::after {
    background-image: url(../img/icon/arrow_down_sp.svg);
    height: 70px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .l-section.serviceLower02 {
    margin-top: -79px;
  }
}
.l-section.serviceLower03 {
  background-color: #FCFBD9;
  border-radius: 0 64px 0 0;
}
.l-section.recruit {
  position: relative;
  margin-top: 40px;
}
.l-section.recruit::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/recruit01.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .l-section.recruit::before {
    background-image: url(../img/recruit/recruit01_sp.png);
  }
}
.l-section.recruitSec01-5 {
  background-color: #F8F8F8;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .l-section.recruitSec01-5 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .l-section.recruitSec01-5 {
    padding: 24px 0;
  }
}
.l-section.recruitSec02 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-section.recruitSec02::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1080px;
  aspect-ratio: 1080/894;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .l-section.recruitSec02::before {
    left: 0;
    right: auto;
    bottom: auto;
    top: 127px;
    width: 682px;
  }
}
.l-section.recruitSec03 {
  background-color: #FCFBD9;
}
.l-section.recruitSec05 {
  position: relative;
}
.l-section.recruitSec05::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/recruit08.png);
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-section.recruitSec05::before {
    background-image: url(../img/recruit/recruit08_sp.png);
    height: 59%;
  }
}
.l-section__inner {
  width: 100%;
  max-width: 1120px;
  position: relative;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .l-section__inner {
    padding: 64px 24px;
    gap: 32px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .l-section__inner {
    padding: 32px 24px;
    gap: 16px;
  }
}
.l-section__inner.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-section__inner.large {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .l-section__inner.large {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.large {
    padding: 24px;
  }
}
.l-section__inner.last {
  padding: 80px 0 130px;
  gap: 48px;
}
@media (max-width: 1023px) {
  .l-section__inner.last {
    padding: 80px 24px 130px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.last {
    padding: 32px 24px 64px;
    gap: 16px;
  }
}
.l-section__inner.frontSec01 {
  padding: 160px 0;
}
@media (max-width: 1023px) {
  .l-section__inner.frontSec01 {
    padding: 80px 24px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.frontSec01 {
    padding: 24px;
  }
}
.l-section__inner.frontSec02 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 80px 0;
}
@media (max-width: 1023px) {
  .l-section__inner.frontSec02 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.frontSec02 {
    padding-bottom: 32px;
  }
}
.l-section__inner.frontSec06 {
  gap: 24px;
}
@media (max-width: 1336px) {
  .l-section__inner.frontSec06 {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.frontSec06 {
    gap: 16px;
  }
}
.l-section__inner.frontSec07 {
  padding: 80px 0 0 0;
}
@media (max-width: 1023px) {
  .l-section__inner.frontSec07 {
    padding: 40px 24px 0;
  }
}
@media (max-width: 767px) {
  .l-section__inner.frontSec07 {
    padding-top: 32px;
  }
}
.l-section__inner.recruitFv {
  padding: 40px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .l-section__inner.recruitFv {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.recruitFv {
    padding: 32px 24px;
  }
}
.l-section__inner.recruitSec05 {
  padding: 100px 0 0;
}
@media (max-width: 1023px) {
  .l-section__inner.recruitSec05 {
    padding: 80px 24px 0;
  }
}
@media (max-width: 767px) {
  .l-section__inner.recruitSec05 {
    padding: 32px 24px 0;
  }
}
.l-section__inner.cta {
  padding: 80px 0 130px;
  max-width: 1360px;
}
@media (max-width: 767px) {
  .l-section__inner.cta {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.l-section__inner.service-detail {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .l-section__inner.service-detail {
    padding-top: 56px;
  }
}
.l-section__inner.serviceLower01 {
  padding: 80px 0 156px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .l-section__inner.serviceLower01 {
    padding: 32px 24px 100px;
  }
}
.l-section__inner.serviceLower02 {
  position: relative;
  overflow: hidden;
}
.l-section__inner.serviceLower02::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 860px;
  aspect-ratio: 860/714;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-section__inner.serviceLower02::before {
    width: 894px;
    left: -275px;
  }
}
.l-section__inner.recruit {
  padding: 40px 0 80px;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .l-section__inner.recruit {
    padding: 32px 24px 64px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.recruit {
    padding: 32px 24px;
    gap: 0;
  }
}
.l-section__inner.contact {
  padding: 100px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1336px) {
  .l-section__inner.contact {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .l-section__inner.contact {
    padding: 80px 24px 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.contact {
    padding: 32px 0px 64px;
  }
}
.l-section__inner.thanks {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .l-section__inner.thanks {
    padding: 80px 24px 130px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.thanks {
    padding: 32px 24px 64px;
  }
}
.l-section__inner.pp {
  padding: 100px 0 130px;
  gap: 80px;
}
@media (max-width: 1023px) {
  .l-section__inner.pp {
    padding: 80px 24px 130px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .l-section__inner.pp {
    padding: 32px 24px 64px;
    gap: 24px;
  }
}
.l-section__inner--content {
  width: 100%;
}
.l-section__inner--content.pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .l-section__inner--content.pp {
    gap: 32px;
  }
}

@media (min-width: 1441px) {
  .l-main {
    min-height: calc(100vh - 72.5px);
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px); /* 初期位置を少し下に設定 */
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.fadeUp.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); /* 最終位置を元の位置に設定 */
}

.l-buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-buttonContainer.front {
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .l-buttonContainer.front {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .l-buttonContainer.front {
    margin-top: 24px;
  }
}

.c-button {
  border-radius: 999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 24px;
}
.c-button.main {
  min-width: 300px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-button.main span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-button.main.recruit {
  min-width: 400px;
}
@media (max-width: 767px) {
  .c-button.main.recruit {
    min-width: 220px;
  }
}
.c-button.main.recruit span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .c-button.main.recruit span {
    font-size: 14px;
  }
}
.c-button.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 400px;
}
@media (max-width: 767px) {
  .c-button.front {
    min-width: 220px;
  }
}
.c-button.front span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-button.front span {
    font-size: 14px;
  }
}
.c-button.large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 400px;
}
@media (max-width: 767px) {
  .c-button.large {
    min-width: 220px;
  }
}
.c-button.large span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-button.large span {
    font-size: 14px;
  }
}
.c-button.contact {
  min-width: 400px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 24px 39px 24px 24px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-button.contact {
    min-width: 220px;
    padding: 20px 32px 20px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.c-button.wrap {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button.wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/button_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-button.wrap::after {
    right: 16px;
  }
}
.c-button.wrap:hover .contact {
  color: #6FBA2C;
}
.c-button.wrap:hover::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/button_hover.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button.col01 {
  background-color: #6FBA2C;
  color: #FFFFFF;
  border: 1px solid #6FBA2C;
}
.c-button.col01 .icon path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button.col01 .icon-stroke .icon path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button.col01:hover {
  background-color: #FFFFFF;
  color: #6FBA2C;
}
.c-button.col01:hover .icon path {
  fill: #6FBA2C;
}
.c-button.col01:hover .icon-stroke path {
  stroke: #6FBA2C;
}
.c-button.col02 {
  background-color: #E6E404;
  color: #333333;
  border: 1px solid #E6E404;
}
.c-button.col02:hover {
  background-color: #FFFFFF;
}
.c-button.col03 {
  background-color: #007D41;
  color: #FFFFFF;
  border: 1px solid #007D41;
}
.c-button.col03 .icon path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button.col03:hover {
  background-color: #FFFFFF;
  color: #007D41;
}
.c-button.col03:hover .icon path {
  stroke: #007D41;
}
.c-button.col04 {
  background: linear-gradient(92deg, #00F 7.95%, #0009F9 20.65%, #0022EB 41.82%, #004BD4 68.91%, #0075BE 92.61%);
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 400px;
}
@media (max-width: 767px) {
  .c-button.col04 {
    min-width: 300px;
  }
}
.c-button.col04 span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .c-button.col04 span {
    font-size: 14px;
  }
}
.c-button.col04:hover {
  opacity: 0.6;
}
.c-button.head {
  padding: 11px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-button.drawer {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-button.drawer.col01::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  aspect-ratio: 16/7.36;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button.drawer.col02::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  aspect-ratio: 16/7.36;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button.drawer.col03::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  aspect-ratio: 16/7.36;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-list.num {
  list-style-type: decimal !important;
  padding-left: 1.75rem;
}
.c-list.num.narrow {
  padding-left: 1.4rem;
}
.c-list.disc {
  list-style: none;
  padding-left: 1rem;
}
.c-list.disc li {
  position: relative;
}
.c-list.disc li::before {
  content: "・";
  position: absolute;
  left: -1rem;
}
.c-list.disc-child {
  list-style: none;
  padding-left: 0;
}
.c-list.disc-child li {
  position: relative;
}
.c-list.disc-child li::before {
  content: "・";
  position: absolute;
  left: -1rem;
}
.c-list.double {
  list-style: none;
  padding-left: 1rem;
}
.c-list.double li {
  position: relative;
}
.c-list.double li::before {
  content: "◎";
  position: absolute;
  left: -1rem;
}
.c-list.square {
  list-style: none;
  padding-left: 1rem;
}
.c-list.square li {
  position: relative;
}
.c-list.square li::before {
  content: "◆";
  position: absolute;
  left: -1rem;
}
.c-list.pp-ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .c-list.pp-ol {
    gap: 24px;
  }
}
.c-list.pp-ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.c-list.pp-ul {
  list-style: none;
}
.c-list.pp-ul li {
  position: relative;
  padding-left: 1em;
}
.c-list.pp-ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .c-list.pp-ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.c-pageTitle__main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .c-pageTitle__main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .c-pageTitle__main {
    font-size: 24px;
  }
}
.c-pageTitle__sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
}
@media (max-width: 1023px) {
  .c-pageTitle__sub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-pageTitle__sub {
    font-size: 18px;
  }
}
.c-pageTitle.fvLower {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
}
.c-pageTitle.recruit {
  width: 100%;
  min-height: 288px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .c-pageTitle.recruit {
    min-height: 240px;
    margin-top: 32px;
  }
}
.c-pageTitle.marketer {
  position: relative;
  z-index: 1;
}
.c-pageTitle.marketer::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/bg_pagetitle_marketer_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-pageTitle.marketer::before {
    background-image: url(../img/recruit/bg_pagetitle_marketer_sp.png);
  }
}
.c-pageTitle.sales {
  position: relative;
  z-index: 1;
}
.c-pageTitle.sales::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/bg_pagetitle_sales_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-pageTitle.sales::before {
    background-image: url(../img/recruit/bg_pagetitle_sales_sp.png);
  }
}
.c-pageTitle.ict {
  position: relative;
  z-index: 1;
}
.c-pageTitle.ict::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/bg_pagetitle_ict_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-pageTitle.ict::before {
    background-image: url(../img/recruit/bg_pagetitle_ict_sp.png);
  }
}
.c-pageTitle.engineer {
  position: relative;
  z-index: 1;
}
.c-pageTitle.engineer::before {
  content: "";
  position: absolute;
  background-image: url(../img/recruit/bg_pagetitle_engineer_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-pageTitle.engineer::before {
    background-image: url(../img/recruit/bg_pagetitle_engineer_sp.png);
  }
}
.c-pageTitle__recruitLower {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 0 160px;
}
@media (max-width: 1336px) {
  .c-pageTitle__recruitLower {
    font-size: 40px;
    padding-left: calc((100% - 1120px) / 2);
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .c-pageTitle__recruitLower {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .c-pageTitle__recruitLower.sales {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .c-pageTitle__recruitLower.sales {
    padding-right: 24px;
    font-size: 28px;
  }
}
.c-pageTitle__thanks {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .c-pageTitle__thanks {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .c-pageTitle__thanks {
    font-size: 24px;
  }
}

.c-sectionTitle {
  width: 100%;
}
.c-sectionTitle.ver01 {
  padding-left: 24px;
  border-left: 8px solid #007D41;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-sectionTitle.ver01 {
    font-size: 20px;
  }
}
.c-sectionTitle.ver02 {
  padding-left: 24px;
  border-left: 8px solid #007D41;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: -32px;
}
@media (max-width: 767px) {
  .c-sectionTitle.ver02 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.c-sectionTitle.ver03 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-table {
  border: none;
}
.c-table td {
  border: none;
}
@media (max-width: 767px) {
  .c-table {
    margin-bottom: 40px;
  }
}
.c-table__row {
  border: none;
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media (max-width: 1336px) {
  .c-table__row {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .c-table__row {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.c-table__row--title {
  padding: 24px 0;
  width: 22.857143%;
  max-width: 256px;
}
@media (max-width: 1336px) {
  .c-table__row--title {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .c-table__row--title {
    padding: 24px 0 0;
    width: 100%;
  }
}
.c-table__row--title h2, .c-table__row--title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .c-table__row--title h2, .c-table__row--title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.c-table__row--item {
  padding: 24px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-table__row--item {
    padding: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .c-table__row--item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.c-inputWrap {
  width: 100%;
  max-width: 560px;
  margin-bottom: 32px;
  /* ラジオボタンを隠す */
  /* カスタムラジオボタンのスタイル */
}
@media (max-width: 767px) {
  .c-inputWrap {
    margin-bottom: 24px;
  }
}
.c-inputWrap:last-child {
  margin-bottom: 0;
}
.c-inputWrap .form-title {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-inputWrap .form-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-inputWrap .form-title.req::before {
  position: absolute;
  content: "必須";
  right: -56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background-color: #CC2C0E;
  padding: 0 8px;
  border-radius: 4px;
}
.c-inputWrap input[type=text],
.c-inputWrap input[type=tel],
.c-inputWrap input[type=email] {
  width: 100%;
  height: 49px;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #DDD;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-inputWrap input[type=text],
  .c-inputWrap input[type=tel],
  .c-inputWrap input[type=email] {
    padding: 16px 16px;
  }
}
.c-inputWrap input[type=text]::-webkit-input-placeholder, .c-inputWrap input[type=tel]::-webkit-input-placeholder, .c-inputWrap input[type=email]::-webkit-input-placeholder {
  color: #A0A0A0;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
.c-inputWrap input[type=text]::-moz-placeholder, .c-inputWrap input[type=tel]::-moz-placeholder, .c-inputWrap input[type=email]::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
.c-inputWrap input[type=text]:-ms-input-placeholder, .c-inputWrap input[type=tel]:-ms-input-placeholder, .c-inputWrap input[type=email]:-ms-input-placeholder {
  color: #A0A0A0;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
.c-inputWrap input[type=text]::-ms-input-placeholder, .c-inputWrap input[type=tel]::-ms-input-placeholder, .c-inputWrap input[type=email]::-ms-input-placeholder {
  color: #A0A0A0;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
.c-inputWrap input[type=text]::placeholder,
.c-inputWrap input[type=tel]::placeholder,
.c-inputWrap input[type=email]::placeholder {
  color: #A0A0A0;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
.c-inputWrap input[type=text]:focus,
.c-inputWrap input[type=tel]:focus,
.c-inputWrap input[type=email]:focus {
  outline: none;
  border: 1px solid #333333;
}
.c-inputWrap input[type=radio] {
  margin: 0;
  display: none;
}
.c-inputWrap .type-radio {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-inputWrap .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.c-inputWrap .radioButton {
  cursor: pointer;
  padding-left: 34px;
}
.c-inputWrap .radioButton span {
  position: relative;
}
.c-inputWrap input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #A0A0A0;
  border-radius: 999px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.c-inputWrap input[type=radio]:checked + span::before {
  border-color: #6FBA2C;
  background-color: #FFFFFF;
}
.c-inputWrap input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #6FBA2C;
  border: 1px solid #6FBA2C;
}
.c-inputWrap textarea {
  width: 100%;
  resize: vertical;
  min-height: 140px;
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid #DDD;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.c-inputWrap textarea:focus {
  outline: none;
  border: 1px solid #333333;
}
.c-inputWrap textarea::-webkit-input-placeholder {
  color: #DDD;
  font-family: "Noto Sans JP";
}
.c-inputWrap textarea::-moz-placeholder {
  color: #DDD;
  font-family: "Noto Sans JP";
}
.c-inputWrap textarea:-ms-input-placeholder {
  color: #DDD;
  font-family: "Noto Sans JP";
}
.c-inputWrap textarea::-ms-input-placeholder {
  color: #DDD;
  font-family: "Noto Sans JP";
}
.c-inputWrap textarea::placeholder {
  color: #DDD;
  font-family: "Noto Sans JP";
}
.c-inputWrap.ta p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.c-inputWrap .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-inputWrap .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.c-inputWrap .check label span a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-inputWrap .check label span a:hover {
  opacity: 0.6;
}
.c-inputWrap .check label span .in-text {
  color: #0075C2;
  text-decoration: underline;
}
.c-inputWrap input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DDD;
  background-color: #FFFFFF;
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.c-inputWrap input[type=checkbox]:checked {
  background-color: #FFFFFF;
}
.c-inputWrap input[type=checkbox]:checked::after {
  content: "";
  background-image: url(../img/icon/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
}
.c-inputWrap .error-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #CC2C0E;
  width: 100%;
  margin-top: 8px;
  display: none;
}
.c-inputWrap .error-message.error-active {
  display: block !important;
}
.c-inputWrap .error-message.center {
  text-align: center;
}

.p-breadcrumb {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media (max-width: 1023px) {
  .p-breadcrumb {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-breadcrumb ol {
  list-style: none;
}
.p-breadcrumb.fvLower {
  padding-top: 0;
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media (max-width: 767px) {
  .p-breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 26px;
  }
}
.p-breadcrumb__list--item {
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .p-breadcrumb__list--item {
    padding-bottom: 4px;
  }
}
.p-breadcrumb__list--item.arrow {
  position: relative;
}
.p-breadcrumb__list--item.arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_breadcrumb.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
}
.p-breadcrumb__list--item.arrow a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 375px) {
  .p-breadcrumb__list--item.arrow a span {
    font-size: 12px;
  }
}
.p-breadcrumb__list--item.current span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #A0A0A0;
}
@media (max-width: 375px) {
  .p-breadcrumb__list--item.current span {
    font-size: 12px;
  }
}

.p-contactPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
.p-contactPage.content {
  width: 44%;
  max-width: 450px;
}
@media (max-width: 1023px) {
  .p-contactPage.content {
    display: contents;
  }
}
@media (max-width: 1023px) {
  .p-contactPage__text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-contactPage__text {
    text-align: left;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-contactPage__achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1023px) {
  .p-contactPage__achievements {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .p-contactPage__achievements {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-contactPage__achievements--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-contactPage__achievements--title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-contactPage__achievements--title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.p-contactPage__achievements--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .p-contactPage__achievements--image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-contactPage__achievements--image img {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-contactPage.form {
  padding: 48px;
  background-color: #F7F7F7;
  border-radius: 16px;
  width: 50%;
  max-width: 560px;
}
@media (max-width: 1023px) {
  .p-contactPage.form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .p-contactPage.form {
    border-radius: 0;
    width: 100%;
    max-width: 800px;
    padding: 32px 24px;
  }
}

.p-footer {
  background-color: #007D41;
  width: 100%;
  padding: 120px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .p-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-footer.contact {
  padding: 24px 0;
}
.p-footer__inner {
  width: 100%;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .p-footer__contents {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-footer__contents--left .footer-logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-footer__contents--left .footer-logo:hover {
  opacity: 0.6;
}
.p-footer__contents--left .footer-logo img {
  width: 190px;
  aspect-ratio: 190/55;
}
@media (max-width: 767px) {
  .p-footer__contents--left .footer-logo img {
    width: 156px;
  }
}
@media (max-width: 1023px) {
  .p-footer__contents--right {
    width: 100%;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .p-footer__nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 24px;
  }
}
.p-footer__nav--list {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
@media (max-width: 1336px) {
  .p-footer__nav--list {
    width: 172px;
  }
}
@media (max-width: 1023px) {
  .p-footer__nav--list {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .p-footer__nav--list {
    width: calc((100% - 24px) / 2);
  }
}
.p-footer__nav--item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-footer__nav--item {
    font-size: 12px;
  }
}
.p-footer__nav--item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-footer__nav--item a:hover {
  opacity: 0.6;
}
.p-footer__nav--item.group-title {
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-footer__nav--item.group-title {
    margin-bottom: 0;
  }
}
.p-footer__copyright {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .p-footer__copyright.contact {
    text-align: center;
  }
}

.p-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1336px) {
  .p-header {
    zoom: 0.85;
  }
}
@media (max-width: 1023px) {
  .p-header {
    zoom: 1;
  }
}
.p-header__logo {
  width: 160px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-header__logo:hover {
  opacity: 0.6;
}
@media (max-width: 1336px) {
  .p-header__logo {
    max-width: 160px;
    width: 11.765%;
  }
}
@media (max-width: 1023px) {
  .p-header__logo {
    width: 118px;
    max-width: 118px;
  }
}
.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1336px) {
  .p-header__nav {
    gap: 16px;
  }
}
.p-header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  list-style: none;
}
@media (max-width: 1336px) {
  .p-header__nav--list {
    gap: 16px;
  }
}
.p-header__nav--item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-header__nav--item a:hover {
  opacity: 0.6;
}
.p-header__nav--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
}
@media (max-width: 1336px) {
  .p-header__nav--buttons {
    gap: 8px;
  }
}

.p-menu {
  position: fixed;
  top: 30px;
  right: 24px;
  z-index: 501;
  width: 30px;
  height: 20px;
}
.p-menu .icon-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 20px;
}
.p-menu .bar1,
.p-menu .bar2,
.p-menu .bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #007D41;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.p-menu .bar1 {
  top: 0;
}
.p-menu .bar2 {
  top: 9px;
}
.p-menu .bar3 {
  bottom: 0;
}

.p-menu__icon .p-menu__icon--bar:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
  animation: btn07-bar01 0.75s forwards;
}

@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(30deg);
    transform: translateY(9px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.p-menu__icon .p-menu__icon--bar:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.p-menu__icon .p-menu__icon--bar:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
  animation: btn07-bar03 0.75s forwards;
}

@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-30deg);
    transform: translateY(-9px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.p-menu__icon.is-active .p-menu__icon--bar:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
  animation: active-btn07-bar01 0.75s forwards;
}

@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(30deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(30deg);
    transform: translateY(9px) rotate(30deg);
  }
}
.p-menu__icon.is-active .p-menu__icon--bar:nth-of-type(2) {
  opacity: 0;
}

.p-menu__icon.is-active .p-menu__icon--bar:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
  animation: active-btn07-bar03 0.75s forwards;
}

@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-30deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-30deg);
    transform: translateY(-9px) rotate(-30deg);
  }
}
.p-drawer {
  position: fixed;
  width: 100%;
  height: calc(100% - 78.28px);
  background: #FFFFFF;
  z-index: 299;
  right: -105%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.p-drawer.is-active {
  right: 0;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-drawer {
    top: 78.28px;
    overflow-y: scroll;
  }
}
.p-drawer__nav {
  width: 100%;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
.p-drawer__list {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}
.p-drawer__list.buttons {
  gap: 24px;
}
.p-drawer__list--item {
  border-bottom: 1px solid #DDD;
}
.p-drawer__list--item a {
  width: 100%;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
}
.p-drawer__list--item a::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  aspect-ratio: 16/7.36;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-lists {
  width: 83%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .drawer-lists {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .drawer-lists {
    display: block;
  }
}
.drawer-lists .drawer-item {
  width: 33.3333333333%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .drawer-lists .drawer-item {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.drawer-lists .drawer-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.27;
  letter-spacing: 0.01em;
  background-color: #FBFBFB;
  padding: 12px 0;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
@media (max-width: 1023px) {
  .drawer-lists .drawer-item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 0.24;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) {
  .drawer-lists .drawer-item a {
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.p-toTop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-30px);
  transform: translateX(-50%) translateY(-30px);
  background-color: #007D41;
  border-radius: 999px;
  width: 130px;
  height: 130px;
}
@media (max-width: 767px) {
  .p-toTop {
    width: 80px;
    height: 80px;
  }
}
.p-toTop a {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-toTop a {
    gap: 5px;
  }
}
.p-toTop a:hover {
  opacity: 0.6;
}
.p-toTop a img {
  width: 27px;
  aspect-ratio: 27/16;
}
@media (max-width: 767px) {
  .p-toTop a img {
    width: 21px;
  }
}
.p-toTop a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-toTop a span {
    font-size: 10px;
  }
}

.p-thanksPage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
.p-thanksPage__img {
  width: 100%;
  text-align: center;
}
.p-thanksPage__img img {
  width: 240px;
  aspect-ratio: 240/69;
}
.p-thanksPage__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.p-thanksPage__contents--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-thanksPage__contents--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-recruitButtons {
  width: 100%;
  padding: 80px 60px;
  border-radius: 16px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 1336px) {
  .p-recruitButtons {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .p-recruitButtons {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .p-recruitButtons {
    padding: 32px 20px;
  }
}
@media (max-width: 767px) {
  .p-recruitButtons li {
    width: 100%;
  }
}
.p-recruitButtons li a {
  background-color: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  padding: 17.5px 16px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1336px) {
  .p-recruitButtons li a {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .p-recruitButtons li a {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .p-recruitButtons li a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.p-recruitButtons li a:hover {
  opacity: 0.6;
}
.p-recruitButtons__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-recruitButtons__wrap img {
  width: 64px;
  aspect-ratio: 1/1;
}
.p-recruitButtons__wrap span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruitButtons__wrap span {
    font-size: 16px;
  }
}

.p-service__sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
}
@media (max-width: 1336px) {
  .p-service__sec01 {
    gap: 64px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec01 {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.p-service__sec01--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 45.6%;
  max-width: 510px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.6%;
  flex: 0 0 45.6%;
}
@media (max-width: 767px) {
  .p-service__sec01--text {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
.p-service__sec01--text .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec01--text .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec01--text .title {
    font-size: 28px;
  }
}
.p-service__sec01--text .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec01--text .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-service__sec01--text .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-service__sec01--image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-service__sec01--image {
    margin-right: 0;
  }
}
.p-service__sec01--image img {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .p-service__sec01--image img {
    border-radius: 16px;
  }
}
.p-service__sec02--title {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-service__sec02--title {
    margin-bottom: 16px;
  }
}
.p-service__sec02--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  color: #FFFFFF;
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-service__sec02--title .sub {
    margin-bottom: 0;
  }
}
.p-service__sec02--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .p-service__sec02--title .main {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec02--title .main {
    font-size: 24px;
  }
}
.p-service__sec02--text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .p-service__sec02--text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
}
.p-service__sec02--card {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .p-service__sec02--card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-service__sec02--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-service__sec02--card li {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  min-width: 320px;
}
@media (max-width: 1336px) {
  .p-service__sec02--card li {
    padding: 36px;
    min-width: 312px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec02--card li {
    padding: 36px 12px;
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  .p-service__sec02--card li {
    min-width: 342px;
    gap: 8px;
    padding: 24px;
  }
}
@media (max-width: 375px) {
  .p-service__sec02--card li {
    min-width: 300px;
    gap: 8px;
    padding: 24px;
  }
}
.p-service__sec02--card li .card-num {
  font-size: 64px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: 0em;
  color: #007D41;
  font-family: "Montserrat";
}
@media (max-width: 1023px) {
  .p-service__sec02--card li .card-num {
    font-size: 48px;
  }
}
.p-service__sec02--card li .card-img {
  height: 100px;
  width: auto;
}
.p-service__sec02--card li .card-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec02--card li .card-text {
    font-size: 14px;
  }
}
.p-service__sec03 {
  list-style: none;
}
.p-service__sec03--card {
  background-color: #FFFFFF;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  padding: 48px 0;
  position: relative;
  margin-bottom: 100px;
}
.p-service__sec03--card:last-child {
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  .p-service__sec03--card {
    width: 75%;
    max-width: none;
  }
}
@media (max-width: 1336px) {
  .p-service__sec03--card {
    gap: 32px;
    width: 86%;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card {
    width: calc(100vw - 24px);
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.p-service__sec03--card.left {
  border-radius: 0 16px 16px 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc((100vw - 1120px) / 2);
}
@media (max-width: 1336px) {
  .p-service__sec03--card.left {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.left {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.left {
    padding: 32px 0 32px 24px;
  }
}
.p-service__sec03--card.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 16px 0 0 16px;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding-right: calc((100vw - 1120px) / 2);
}
@media (max-width: 1336px) {
  .p-service__sec03--card.right {
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.right {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-service__sec03--card.left01::before {
  content: "01";
  position: absolute;
  top: -70px;
  left: calc((100vw - 1120px) / 2);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #E6E404;
  font-family: "Montserrat";
}
@media (max-width: 1336px) {
  .p-service__sec03--card.left01::before {
    left: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.left01::before {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.left01::before {
    font-size: 56px;
    top: -48px;
  }
}
.p-service__sec03--card.right02::before {
  content: "02";
  position: absolute;
  top: -70px;
  right: calc((100vw - 1120px) / 2);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #E6E404;
  font-family: "Montserrat";
}
@media (max-width: 1336px) {
  .p-service__sec03--card.right02::before {
    right: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.right02::before {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.right02::before {
    font-size: 56px;
    top: -48px;
  }
}
.p-service__sec03--card.left03::before {
  content: "03";
  position: absolute;
  top: -70px;
  left: calc((100vw - 1120px) / 2);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #E6E404;
  font-family: "Montserrat";
}
@media (max-width: 1336px) {
  .p-service__sec03--card.left03::before {
    left: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.left03::before {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.left03::before {
    font-size: 56px;
    top: -48px;
  }
}
.p-service__sec03--card.right04::before {
  content: "04";
  position: absolute;
  top: -70px;
  right: calc((100vw - 1120px) / 2);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #E6E404;
  font-family: "Montserrat";
}
@media (max-width: 1336px) {
  .p-service__sec03--card.right04::before {
    right: 80px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card.right04::before {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card.right04::before {
    font-size: 56px;
    top: -48px;
  }
}
.p-service__sec03--card .card-wrap {
  max-width: 464px;
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-wrap {
    width: 84.21%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-wrap.right {
    margin-right: 0;
    margin-left: auto;
  }
}
.p-service__sec03--card .card-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.p-service__sec03--card .card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-text {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.p-service__sec03--card .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-service__sec03--card .card-link:hover {
  opacity: 0.6;
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-link {
    font-size: 14px;
  }
}
.p-service__sec03--card .card-link img {
  width: 56px;
  aspect-ratio: 1/1;
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-link img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-link img {
    width: 44px;
  }
}
.p-service__sec03--card .card-image {
  margin-top: -88px;
  width: 56%;
  max-width: 588px;
}
.p-service__sec03--card .card-image img {
  border-radius: 16px;
}
.p-service__sec03--card .card-image.left {
  margin-right: -120px;
}
.p-service__sec03--card .card-image.right {
  margin-left: -120px;
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-image.right {
    margin: 0 0 0 auto;
    width: 84.21%;
  }
}
@media (max-width: 1336px) {
  .p-service__sec03--card .card-image {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .p-service__sec03--card .card-image {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .p-service__sec03--card .card-image {
    margin: 0;
    width: 84.21%;
  }
}
.p-service__sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  padding: 64px 80px;
  border-radius: 16px;
  width: 900px;
}
@media (max-width: 1023px) {
  .p-service__sec04 {
    padding: 32px 64px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .p-service__sec04 {
    padding: 24px 16px;
  }
}
.p-service__sec04--title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-service__sec04--title {
    font-size: 20px;
  }
}
.p-service__sec04--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
.p-service__sec04--list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 53px;
}
@media (max-width: 767px) {
  .p-service__sec04--list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-service__sec04--list li::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/check_yellow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 37px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-service__sec05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .p-service__sec05 {
    gap: 24px;
  }
}
.p-service__sec05--title {
  text-align: center;
  color: #FFFFFF;
}
.p-service__sec05--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
}
.p-service__sec05--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec05--title .main {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec05--title .main {
    font-size: 24px;
  }
}
.p-service__sec05--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-service__sec05--list {
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-service__sec05--list li {
  padding: 0 0 0 40px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec05--list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 0;
    max-width: 440px;
  }
}
.p-service__sec05--list li .number {
  width: 123px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .number {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-service__sec05--list li .number span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Montserrat";
  color: #E6E404;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .number span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-service__sec05--list li .number span {
    font-size: 16px;
  }
}
.p-service__sec05--list li .number p {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.225;
  letter-spacing: 0em;
  font-family: "Montserrat";
  color: #E6E404;
  margin-top: -8px;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .number p {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .p-service__sec05--list li .number p {
    font-size: 48px;
  }
}
.p-service__sec05--list li .contents {
  width: 47%;
  max-width: 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .contents {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .p-service__sec05--list li .contents {
    padding: 0 16px;
    width: 100%;
  }
}
.p-service__sec05--list li .contents .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .contents .title {
    font-size: 20px;
  }
}
.p-service__sec05--list li .contents .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .contents .text {
    font-size: 14px;
  }
}
.p-service__sec05--list li .image {
  width: 38%;
  max-width: 412px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }
}
.p-service__sec05--list li .image::before {
  content: "";
  position: absolute;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .p-service__sec05--list li .image::before {
    width: calc(100% + 64px);
  }
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image::before {
    width: 100%;
    background-position: top center;
  }
}
.p-service__sec05--list li .image.administrative01::before {
  background-image: url(../img/service/service11.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.administrative01::before {
    background-image: url(../img/service/service11_sp.png);
  }
}
.p-service__sec05--list li .image.administrative02::before {
  background-image: url(../img/service/service12.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.administrative02::before {
    background-image: url(../img/service/service12_sp.png);
  }
}
.p-service__sec05--list li .image.administrative03::before {
  background-image: url(../img/service/service13.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.administrative03::before {
    background-image: url(../img/service/service13_sp.png);
  }
}
.p-service__sec05--list li .image.ict01::before {
  background-image: url(../img/service/service14.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.ict01::before {
    background-image: url(../img/service/service14_sp.png);
  }
}
.p-service__sec05--list li .image.ict02::before {
  background-image: url(../img/service/service15.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.ict02::before {
    background-image: url(../img/service/service15_sp.png);
  }
}
.p-service__sec05--list li .image.ict03::before {
  background-image: url(../img/service/service16.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.ict03::before {
    background-image: url(../img/service/service16_sp.png);
  }
}
.p-service__sec05--list li .image.engineer01::before {
  background-image: url(../img/service/service17.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.engineer01::before {
    background-image: url(../img/service/service17_sp.png);
  }
}
.p-service__sec05--list li .image.engineer02::before {
  background-image: url(../img/service/service18.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.engineer02::before {
    background-image: url(../img/service/service18_sp.png);
  }
}
.p-service__sec05--list li .image.engineer03::before {
  background-image: url(../img/service/service19.png);
}
@media (max-width: 767px) {
  .p-service__sec05--list li .image.engineer03::before {
    background-image: url(../img/service/service19_sp.png);
  }
}
.p-service__sec06--title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-service__sec06--title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--title {
    margin-bottom: 16px;
  }
}
.p-service__sec06--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-service__sec06--title .sub {
    margin-bottom: 0;
  }
}
.p-service__sec06--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec06--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--title .main {
    font-size: 32px;
  }
}
.p-service__sec06--caseTitle {
  color: #007D41;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media (max-width: 1336px) {
  .p-service__sec06--caseTitle {
    max-width: 976px;
    margin: 0 auto 8px;
  }
}
.p-service__sec06--caseTitle span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-service__sec06--subTitle {
  padding-left: 24px;
  border-left: 8px solid #007D41;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media (max-width: 1336px) {
  .p-service__sec06--subTitle {
    max-width: 976px;
    margin: 0 auto 32px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec06--subTitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--subTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}
.p-service__sec06--flow {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow {
    max-width: 976px;
    margin: 0 auto 48px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec06--flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.p-service__sec06--flow li {
  width: calc((100% - 34px) / 3);
}
@media (max-width: 1023px) {
  .p-service__sec06--flow li {
    width: 100%;
  }
}
.p-service__sec06--flow .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .p-service__sec06--flow .flow-title {
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--flow .flow-title {
    margin-bottom: 8px;
    padding: 4px 8px;
  }
}
.p-service__sec06--flow .flow-title::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .p-service__sec06--flow .flow-title::before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .p-service__sec06--flow .flow-title.title01 {
    background-color: #E6E404;
  }
}
.p-service__sec06--flow .flow-title.title01::before {
  background-image: url(../img/service/service20.png);
  left: 0;
  width: 396px;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow .flow-title.title01::before {
    background-image: url(../img/service/service20_pm.png);
    width: 345px;
    background-position: center right;
  }
}
.p-service__sec06--flow .flow-title.title02 {
  padding-left: 56px;
  color: #FFFFFF;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow .flow-title.title02 {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec06--flow .flow-title.title02 {
    padding-left: 16px;
    background-color: #6FBA2C;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--flow .flow-title.title02 {
    padding-left: 8px;
  }
}
.p-service__sec06--flow .flow-title.title02::before {
  background-image: url(../img/service/service21.png);
  left: -6px;
  width: 396px;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow .flow-title.title02::before {
    width: 345px;
    background-image: url(../img/service/service21_pm.png);
    background-size: contain;
  }
}
.p-service__sec06--flow .flow-title.title03 {
  padding-left: 59px;
  color: #FFFFFF;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow .flow-title.title03 {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec06--flow .flow-title.title03 {
    padding-left: 16px;
    background-color: #007D41;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--flow .flow-title.title03 {
    padding-left: 8px;
  }
}
.p-service__sec06--flow .flow-title.title03::before {
  background-image: url(../img/service/service22.png);
  right: 0;
  width: 374px;
}
@media (max-width: 1336px) {
  .p-service__sec06--flow .flow-title.title03::before {
    background-image: url(../img/service/service22_pm.png);
    width: 326px;
    background-position: center left;
  }
}
.p-service__sec06--flow .flow-title img,
.p-service__sec06--flow .flow-title h4 {
  position: relative;
}
.p-service__sec06--flow .flow-title img {
  width: 24px;
  aspect-ratio: 1/1;
}
.p-service__sec06--flow .flow-title h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .p-service__sec06--flow .flow-title h4 {
    font-size: 14px;
  }
}
.p-service__sec06--flow .flow-card {
  padding: 24px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
}
@media (max-width: 767px) {
  .p-service__sec06--flow .flow-card {
    font-size: 14px;
    padding: 16px 14px;
  }
}
.p-service__sec06--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1336px) {
  .p-service__sec06--image {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .p-service__sec06--image {
    gap: 24px;
  }
}
.p-service__sec06--image img {
  width: 90px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .p-service__sec06--image img {
    width: 56px;
  }
}
.p-service__sec06--image.administrative {
  max-width: 800px;
  margin: 0 auto;
}
.p-service__sec07--title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-service__sec07--title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec07--title {
    margin-bottom: 24px;
  }
}
.p-service__sec07--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-service__sec07--title .sub {
    margin-bottom: 0;
  }
}
.p-service__sec07--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec07--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-service__sec07--title .main {
    font-size: 32px;
  }
}
.p-service__sec07--flow {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-service__sec07--flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.p-service__sec07--flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 48px 0 32px;
  width: 224px;
  height: 236px;
  gap: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-service__sec07--flow li {
    width: 168px;
  }
}
@media (max-width: 767px) {
  .p-service__sec07--flow li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 32px 0 24px;
  }
}
.p-service__sec07--flow li .step {
  position: absolute;
  top: -30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0em;
  color: #E6E404;
  font-family: "Montserrat";
}
.p-service__sec07--flow li .step span {
  font-size: 32px;
}
.p-service__sec07--flow li img {
  height: 80px;
  width: auto;
}
.p-service__sec07--flow li h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-service__sec07--flow li h3 span {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .p-service__sec07--flow li h3 span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-service__sec07--flow li h3 span {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .p-service__sec07--flow li h3 {
    font-size: 14px;
  }
}
.p-service__sec07--flow .arrow {
  width: 16px;
  height: 32px;
}
@media (max-width: 767px) {
  .p-service__sec07--flow .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.p-service__sec08--title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-service__sec08--title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .p-service__sec08--title {
    margin-bottom: 24px;
  }
}
.p-service__sec08--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-service__sec08--title .sub {
    margin-bottom: 0;
  }
}
.p-service__sec08--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-service__sec08--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-service__sec08--title .main {
    font-size: 32px;
  }
}
.p-service__sec08--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.p-service__sec08--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDD;
}
.p-service__sec08--list li .question,
.p-service__sec08--list li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.p-service__sec08--list li .question .mark,
.p-service__sec08--list li .answer .mark {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.p-service__sec08--list li .question .text,
.p-service__sec08--list li .answer .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-service__sec08--list li .question .mark {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #007D41;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0em;
  font-family: "Montserrat";
}
.p-service__sec08--list li .question .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-service__sec08--list li .question .text {
    font-size: 16px;
  }
}
.p-service__sec08--list li .answer .mark {
  width: 39px;
  height: 39px;
  border: 1px solid #007D41;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #007D41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0em;
  font-family: "Montserrat";
}
.p-service__sec08--list li .answer .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-service__sec08--list li .answer .text {
    font-size: 14px;
  }
}

.p-cta {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .p-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p-cta__card {
  position: relative;
  width: calc((100% - 24px) / 2);
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .p-cta__card {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
}
.p-cta__card.contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/cta/contact_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .p-cta__card.contact::before {
    border-radius: 0;
    background-image: url(../img/cta/contact_sp.png);
  }
}
.p-cta__card.recruit::before {
  content: "";
  position: absolute;
  background-image: url(../img/cta/recruit_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .p-cta__card.recruit::before {
    border-radius: 0;
    background-position: center top;
    background-image: url(../img/cta/recruit_sp.png);
  }
}
.p-cta__card--text {
  text-align: center;
}
.p-cta__card--text .title {
  font-size: 66px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -17px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-cta__card--text .title {
    font-size: 48px;
    margin-bottom: -10px;
  }
}
.p-cta__card--text .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-cta__card--text .text {
    font-size: 14px;
  }
}

.p-recruit__sec01--title {
  text-align: center;
  margin-bottom: 16px;
}
.p-recruit__sec01--title .sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  color: #FFFFFF;
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec01--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec01--title .main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .p-recruit__sec01--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec01--subtitle {
  max-width: 800px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit__sec01--subtitle {
    max-width: 342px;
  }
}
.p-recruit__sec01--subtitle p {
  margin-top: 17.84px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 375px) {
  .p-recruit__sec01--subtitle p {
    font-size: 14px;
  }
}
.p-recruit__sec01-5--title {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit__sec01-5--title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--title {
    margin-bottom: 16px;
  }
}
.p-recruit__sec01-5--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec01-5--title .main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec01-5--title .main {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--title .main {
    font-size: 24px;
  }
}
.p-recruit__sec01-5--list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-recruit__sec01-5--list {
    gap: 16px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--list {
    flex-direction: column;
    gap: 12px;
  }
}
.p-recruit__sec01-5--list li {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px 16px;
  width: calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit__sec01-5--list li {
    width: calc(50% - 8px);
    padding: 16px 12px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--list li {
    width: 100%;
    padding: 16px 12px;
  }
}
.p-recruit__sec01-5--list li .list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
}
@media (max-width: 1023px) {
  .p-recruit__sec01-5--list li .list-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--list li .list-title {
    font-size: 16px;
  }
}
.p-recruit__sec01-5--list li .list-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit__sec01-5--list li .list-text {
    font-size: 13px;
  }
}
.p-recruit__sec02--title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec02--title {
    margin-bottom: 24px;
  }
}
.p-recruit__sec02--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec02--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec02--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec02--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec02--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.p-recruit__sec02--contents .contents-text {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  width: 59%;
  max-width: 650px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-text {
    width: 100%;
    max-width: 100%;
    gap: 24px;
  }
}
.p-recruit__sec02--contents .contents-text li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.p-recruit__sec02--contents .contents-text li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-text li .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.p-recruit__sec02--contents .contents-text li .title span {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0em;
  font-family: "Montserrat";
  color: #E6E404;
  width: 60px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-text li .title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-recruit__sec02--contents .contents-text li .title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-text li .title h3 {
    font-size: 20px;
  }
}
.p-recruit__sec02--contents .contents-text li .text {
  padding-left: 83px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-text li .text {
    padding-left: 0;
  }
}
.p-recruit__sec02--contents .contents-image {
  width: 48%;
  max-width: 530px;
  margin-right: -120px;
}
@media (max-width: 1023px) {
  .p-recruit__sec02--contents .contents-image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-recruit__sec03--title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-recruit__sec03--title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec03--title {
    margin-bottom: 24px;
  }
}
.p-recruit__sec03--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec03--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec03--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec03--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec03--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec03--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .p-recruit__sec03--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
.p-recruit__sec03--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28.6%;
  max-width: 320px;
}
@media (max-width: 1023px) {
  .p-recruit__sec03--list li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec03--list li {
    width: 100%;
  }
}
.p-recruit__sec03--list li .list-image {
  width: 150px;
  margin-bottom: 24px;
}
.p-recruit__sec03--list li .list-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-recruit__sec03--list li .list-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit__sec03--list li .list-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-recruit__sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .p-recruit__sec04 {
    gap: 24px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04 {
    gap: 16px;
  }
}
.p-recruit__sec04 .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-recruit__sec04 .slide-arrow {
  width: 56px;
  height: 56px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.p-recruit__sec04 .slide-arrow:hover {
  opacity: 0.6;
}
.p-recruit__sec04 .slide-arrow.prev-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/slide_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 56px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-recruit__sec04 .slide-arrow.next-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/slide_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 56px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
.p-recruit__sec04--title {
  width: 100%;
}
.p-recruit__sec04--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  color: #007D41;
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec04--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec04--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec04--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec04--slider {
  list-style: none;
}
.p-recruit__sec04--slider .slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .p-recruit__sec04--slider .slider-list {
    gap: 40px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.p-recruit__sec04--slider .slider-image {
  width: 33%;
  max-width: 360px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-image {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.p-recruit__sec04--slider .slider-image .name {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .p-recruit__sec04--slider .slider-image .name {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-image .name {
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-recruit__sec04--slider .slider-image .name p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec04--slider .slider-image .name p {
    font-size: 20px;
  }
}
.p-recruit__sec04--slider .slider-image .name span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit__sec04--slider .slider-image .part {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-recruit__sec04--slider .slider-text {
  width: 62.5%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-text {
    width: 100%;
  }
}
.p-recruit__sec04--slider .slider-text .list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.p-recruit__sec04--slider .slider-text .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.p-recruit__sec04--slider .slider-text .list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.p-recruit__sec04--slider .slider-text .list .question span {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.5625;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
}
@media (max-width: 1023px) {
  .p-recruit__sec04--slider .slider-text .list .question span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-text .list .question span {
    font-size: 24px;
  }
}
.p-recruit__sec04--slider .slider-text .list .question p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 1023px) {
  .p-recruit__sec04--slider .slider-text .list .question p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-text .list .question p {
    font-size: 18px;
  }
}
.p-recruit__sec04--slider .slider-text .list .answer {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit__sec04--slider .slider-text .list .answer {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-recruit__sec05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1023px) {
  .p-recruit__sec05 {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec05 {
    gap: 16px;
  }
}
.p-recruit__sec05--title {
  width: 100%;
  color: #FFFFFF;
}
.p-recruit__sec05--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec05--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec05--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec05--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec05--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec05--list {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgb(0, 125, 65)), to(rgb(111, 186, 44)));
  background: linear-gradient(0deg, rgb(0, 125, 65) 60%, rgb(111, 186, 44));
  padding: 48px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .p-recruit__sec05--list {
    padding: 32px;
  }
}
.p-recruit__sec05--list .list-inner {
  gap: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-recruit__sec05--list .list-inner {
    gap: 16px;
  }
}
.p-recruit__sec05--list li {
  width: 300px;
}
.p-recruit__sec05--list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.15);
  border-radius: 16px;
  padding: 17.5px 16px;
}
@media (max-width: 767px) {
  .p-recruit__sec05--list li a {
    padding: 16px;
  }
}
.p-recruit__sec05--list li a .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-recruit__sec05--list li a .content-wrap img {
  width: 64px;
  aspect-ratio: 1/1;
}
.p-recruit__sec05--list li a .content-wrap span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit__sec05--list li a .content-wrap span {
    font-size: 14px;
  }
}
.p-recruit__sec05--list li a:hover {
  opacity: 0.6;
}
.p-recruit__sec06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1023px) {
  .p-recruit__sec06 {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec06 {
    gap: 16px;
  }
}
.p-recruit__sec06--title {
  width: 100%;
}
.p-recruit__sec06--title .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
  font-family: "Montserrat";
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .p-recruit__sec06--title .sub {
    margin-bottom: 0;
  }
}
.p-recruit__sec06--title .main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .p-recruit__sec06--title .main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec06--title .main {
    font-size: 32px;
  }
}
.p-recruit__sec06--flow {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .p-recruit__sec06--flow {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow {
    padding-bottom: 16px;
  }
}
.p-recruit__sec06--flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow li {
    gap: 8px;
  }
}
.p-recruit__sec06--flow .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow .flow-title {
    gap: 16px;
  }
}
.p-recruit__sec06--flow .flow-title span {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #007D41;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0em;
  font-family: "Montserrat";
  border-radius: 999px;
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow .flow-title span {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.p-recruit__sec06--flow .flow-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow .flow-title h3 {
    font-size: 20px;
  }
}
.p-recruit__sec06--flow .flow-card {
  padding: 24px 24px;
  background-color: #F7F7F7;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-recruit__sec06--flow .flow-card {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-recruit__sec06--flow .arrow {
  width: 40px;
  height: 15px;
}

.p-front__fv {
  width: 100%;
  height: 800px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-front__fv {
    aspect-ratio: 1440/800;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-front__fv {
    min-height: auto;
    height: auto;
    max-height: 490px;
    margin-top: 82px;
    aspect-ratio: 390/490;
  }
}
.p-front__fv::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/fv.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1441px) {
  .p-front__fv::before {
    background-size: contain;
  }
}
@media (max-width: 1023px) {
  .p-front__fv::before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .p-front__fv::before {
    aspect-ratio: 390/490;
    background-image: url(../img/top/fv_sp.svg);
  }
}
.p-front__fv h1 {
  position: absolute;
  top: 23.125%;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.p-front__fv h1 span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgb(0, 125, 65)), to(rgb(111, 186, 44)));
  background: linear-gradient(0deg, rgb(0, 125, 65) 60%, rgb(111, 186, 44));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .p-front__fv h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-front__fv h1 {
    top: 9.7959%;
  }
}
.p-front__fv .icon {
  position: absolute;
  width: 6.5972222222%;
  min-width: 96px;
}
@media (max-width: 1023px) {
  .p-front__fv .icon {
    min-width: 64px;
  }
}
@media (max-width: 767px) {
  .p-front__fv .icon {
    width: 9.7435897436%;
    min-width: 48px;
  }
}
@-webkit-keyframes floating-y01 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y01 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y02 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y02 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y03 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y03 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y04 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y04 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y05 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y05 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y06 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y06 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y07 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y07 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y08 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y08 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y09 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y09 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y10 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y10 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y11 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y11 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y12 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y12 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y13 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y13 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y14 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes floating-y14 {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
.p-front__fv .icon.icon01 {
  left: 5.9027777778%;
  bottom: 29.875%;
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon01 {
    left: 6.4102564103%;
    bottom: 18.3673469388%;
  }
}
.p-front__fv .icon.icon02 {
  left: 13.3333333333%;
  bottom: 42.5%;
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon02 {
    left: 6.6666666667%;
    bottom: 43.8775510204%;
  }
}
.p-front__fv .icon.icon03 {
  left: 13.0555555556%;
  bottom: 16.75%;
  animation: floating-y03 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon03 {
    left: 35.1282051282%;
    bottom: 21.6326530612%;
  }
}
.p-front__fv .icon.icon04 {
  left: 21.875%;
  bottom: 29.75%;
  animation: floating-y04 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon04 {
    left: 11.7948717949%;
    bottom: 31.8367346939%;
  }
}
.p-front__fv .icon.icon05 {
  left: 20.6944444444%;
  bottom: 3.875%;
  animation: floating-y05 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon05 {
    left: 18.9743589744%;
    bottom: 12.4489795918%;
  }
}
.p-front__fv .icon.icon06 {
  left: 29.3055555556%;
  bottom: 10.5%;
  animation: floating-y06 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon06 {
    left: 23.3333333333%;
    bottom: 24.4897959184%;
  }
}
.p-front__fv .icon.icon07 {
  left: 38.4722222222%;
  bottom: 3.25%;
  animation: floating-y07 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon07 {
    left: 34.1025641026%;
    bottom: 8.3673469388%;
  }
}
.p-front__fv .icon.icon08 {
  right: 43.3333333333%;
  bottom: 4.25%;
  animation: floating-y08 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon08 {
    right: 35.641025641%;
    bottom: 8.3673469388%;
  }
}
.p-front__fv .icon.icon09 {
  right: 32.6388888889%;
  bottom: 9.25%;
  animation: floating-y09 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon09 {
    right: 40.2564102564%;
    bottom: 21.8367346939%;
  }
}
.p-front__fv .icon.icon10 {
  right: 22.7083333333%;
  bottom: 6.25%;
  animation: floating-y10 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon10 {
    right: 19.7435897436%;
    bottom: 12.4489795918%;
  }
}
.p-front__fv .icon.icon11 {
  right: 21.875%;
  bottom: 27.375%;
  animation: floating-y11 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon11 {
    right: 28.2051282051%;
    bottom: 24.2857142857%;
  }
}
.p-front__fv .icon.icon12 {
  right: 12.7777777778%;
  bottom: 15.625%;
  animation: floating-y12 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon12 {
    right: 7.1794871795%;
    bottom: 18.3673469388%;
  }
}
.p-front__fv .icon.icon13 {
  right: 5.4861111111%;
  bottom: 32.25%;
  animation: floating-y13 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon13 {
    right: 14.1025641026%;
    bottom: 31.8367346939%;
  }
}
.p-front__fv .icon.icon14 {
  right: 15%;
  bottom: 42.875%;
  animation: floating-y14 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@media (max-width: 767px) {
  .p-front__fv .icon.icon14 {
    right: 7.6923076923%;
    bottom: 43.8775510204%;
  }
}
.p-front__sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .p-front__sec01 {
    gap: 8px;
  }
}
.p-front__sec01--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 1023px) {
  .p-front__sec01--title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-front__sec01--title {
    font-size: 16px;
  }
}
.p-front__sec01--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 1023px) {
  .p-front__sec01--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
     gap: 28px;
  }
}
@media (max-width: 767px) {
  .p-front__sec01--text {
    gap: 16px;
  }
}
.p-front__sec01--text .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 50%;
  max-width: 552px;
}
@media (max-width: 1336px) {
  .p-front__sec01--text .title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .p-front__sec01--text .title {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-front__sec01--text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 375px) {
  .p-front__sec01--text .title {
    font-size: 19px;
  }
}
.p-front__sec01--text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 48%;
  max-width: 530px;
}
@media (max-width: 1023px) {
  .p-front__sec01--text p {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-front__sec01--text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-front__sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-front__sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: infinity-scroll-left 54s infinite linear 0.5s both;
  animation: infinity-scroll-left 54s infinite linear 0.5s both;
}
.p-front__sec02 ul .gallery01 {
  width: 248px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery01 {
    width: 154px;
  }
}
.p-front__sec02 ul .gallery02 {
  width: 248px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery02 {
    width: 172px;
  }
}
.p-front__sec02 ul .gallery03 {
  width: 200px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery03 {
    width: 134px;
  }
}
.p-front__sec02 ul .gallery04 {
  width: 282px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery04 {
    width: 190px;
  }
}
.p-front__sec02 ul .gallery05 {
  width: 224px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery05 {
    width: 154px;
  }
}
.p-front__sec02 ul .gallery06 {
  width: 260px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery06 {
    width: 172px;
  }
}
.p-front__sec02 ul .gallery07 {
  width: 224px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery07 {
    width: 134px;
  }
}
.p-front__sec02 ul .gallery08 {
  width: 200px;
}
@media (max-width: 767px) {
  .p-front__sec02 ul .gallery08 {
    width: 154px;
  }
}
.p-front__sec02 ul img {
  width: 100%;
}
.p-front__sec02 ul li {
  margin: 0 8px;
}
.p-front__sec03--title {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 70px;
  padding-left: calc((100vw - 1120px) / 2);
}
@media (max-width: 1336px) {
  .p-front__sec03--title {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .p-front__sec03--title {
    padding-left: 0;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .p-front__sec03--title {
    margin-bottom: -16px;
    padding-left: 24px;
  }
}
.p-front__sec03--title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .p-front__sec03--title .sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.p-front__sec03--title .main {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -31px;
}
@media (max-width: 1023px) {
  .p-front__sec03--title .main {
    font-size: 36px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-front__sec03--title .main {
    font-size: 40px;
    margin-bottom: -8px;
  }
}
.p-front__sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1023px) {
  .p-front__sec04 {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-front__sec04 {
    gap: 16px;
  }
}
.p-front__sec04--title {
  width: 100%;
  max-width: 1120px;
  color: #FFFFFF;
}
.p-front__sec04--title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec04--title .sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.p-front__sec04--title .main {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -31px;
}
@media (max-width: 1023px) {
  .p-front__sec04--title .main {
    font-size: 36px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-front__sec04--title .main {
    font-size: 40px;
    margin-bottom: -8px;
  }
}
.p-front__sec04--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .p-front__sec04--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .p-front__sec04--list {
    gap: 24px;
  }
}
.p-front__sec04--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 31.61%;
  max-width: 354px;
}
@media (max-width: 1023px) {
  .p-front__sec04--list li {
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-front__sec04--list li {
    gap: 8px;
  }
}
.p-front__sec04--list li .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 1336px) {
  .p-front__sec04--list li .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-front__sec04--list li .text {
    font-size: 12px;
  }
}
.p-front__sec05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1023px) {
  .p-front__sec05 {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-front__sec05 {
    gap: 16px;
  }
}
.p-front__sec05--title {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-front__sec05--title {
    margin-bottom: 16px;
  }
}
.p-front__sec05--title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .p-front__sec05--title .sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.p-front__sec05--title .main {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -31px;
}
@media (max-width: 1023px) {
  .p-front__sec05--title .main {
    font-size: 36px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-front__sec05--title .main {
    font-size: 40px;
    margin-bottom: -8px;
  }
}
.p-front__sec05--tab .tab-button {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  border-bottom: 1px solid #007D41;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .p-front__sec05--tab .tab-button {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .p-front__sec05--tab .tab-button {
    gap: 20px;
    margin-bottom: 8px;
    width: 100vw;
    margin-left: -24px;
  }
}
.p-front__sec05--tab .tab-button .tab {
  padding: 16px 80px;
  background-color: #007D41;
  border-radius: 16px 16px 0 0;
  border: 1px solid #007D41;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .p-front__sec05--tab .tab-button .tab {
    padding: 16px 33px;
  }
}
.p-front__sec05--tab .tab-button .tab:hover {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
}
.p-front__sec05--tab .tab-button .tab:hover:hover {
  opacity: 1;
}
.p-front__sec05--tab .tab-button .tab:hover p {
  color: #333333;
}
.p-front__sec05--tab .tab-button .tab p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-front__sec05--tab .tab-button .tab p {
    font-size: 12px;
  }
}
.p-front__sec05--tab .tab-button .tab.is-open {
  background-color: transparent;
  cursor: default;
  border-bottom: 1px solid #FFFFFF;
}
.p-front__sec05--tab .tab-button .tab.is-open:hover {
  opacity: 1;
}
.p-front__sec05--tab .tab-button .tab.is-open p {
  color: #333333;
}
.p-front__sec05--tab .content {
  display: none;
}
.p-front__sec05--tab .content.is-display {
  display: block;
}
.p-front__sec06--title {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-front__sec06--title {
    margin-bottom: 16px;
  }
}
.p-front__sec06--title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .p-front__sec06--title .sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.p-front__sec06--title .main {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -31px;
}
@media (max-width: 1023px) {
  .p-front__sec06--title .main {
    font-size: 36px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-front__sec06--title .main {
    font-size: 40px;
    margin-bottom: -8px;
  }
}
.p-front__sec06 .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-front__sec06 .slide-arrow {
  width: 56px;
  height: 56px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.p-front__sec06 .slide-arrow:hover {
  opacity: 0.6;
}
.p-front__sec06 .slide-arrow.prev-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/slide_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 56px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-front__sec06 .slide-arrow.next-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/slide_arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 56px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
.p-front__sec06--slider {
  list-style: none;
  margin-right: calc(50% - 50vw);
}
.p-front__sec06--slider .slider-card {
  margin-right: 64px;
  margin-left: -40px;
}
@media (max-width: 1336px) {
  .p-front__sec06--slider .slider-card {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-front__sec06--slider .slider-card {
    margin-right: 16px;
  }
}
.p-front__sec06--slider .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.p-front__sec06--slider .card-wrap .slider-image {
  margin-bottom: 8px;
}
.p-front__sec06--slider .card-wrap .name-wrap .ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec06--slider .card-wrap .name-wrap .ja {
    font-size: 16px;
  }
}
.p-front__sec06--slider .card-wrap .name-wrap .en {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec06--slider .card-wrap .name-wrap .en {
    font-size: 10px;
  }
}
.p-front__sec06--slider .card-wrap .part {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec06--slider .card-wrap .part {
    font-size: 10px;
  }
}
.p-front__sec06--slider .card-wrap .soon {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec06--slider .card-wrap .soon {
    font-size: 14px;
  }
}
.p-front__sec07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1023px) {
  .p-front__sec07 {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .p-front__sec07 {
    gap: 32px;
  }
}
.p-front__sec07--title {
  width: 100%;
  max-width: 1120px;
}
.p-front__sec07--title .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #007D41;
}
@media (max-width: 767px) {
  .p-front__sec07--title .sub {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.p-front__sec07--title .main {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  margin-bottom: -31px;
}
@media (max-width: 1023px) {
  .p-front__sec07--title .main {
    font-size: 36px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-front__sec07--title .main {
    font-size: 40px;
    margin-bottom: -8px;
  }
}
.p-front__sec07--list {
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1023px) {
  .p-front__sec07--list {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-front__sec07--list {
    gap: 16px;
  }
}
.p-front__sec07--list .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
@media (max-width: 767px) {
  .p-front__sec07--list .list-wrap {
    gap: 8px;
  }
}
.p-front__sec07--list .list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 767px) {
  .p-front__sec07--list .list-wrap li {
    gap: 16px;
    padding-bottom: 8px;
  }
}
.p-front__sec07--list .list-wrap li .list-title {
  min-width: 240px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-front__sec07--list .list-wrap li .list-title {
    min-width: 80px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .p-front__sec07--list .list-wrap li .list-text {
    min-width: 80px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/* 認証資格セクションのスタイル */
.p-front__sec07--list .list-wrap li.certification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.p-front__sec07--list .list-wrap li.certification-item .certification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 32px;
}

.p-front__sec07--list .list-wrap li.certification-item .certification-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-front__sec07--list .list-wrap li.certification-item .certification-icon img {
  height: 80px;
  width: auto;
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .p-front__sec07--list .list-wrap li.certification-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }

  .p-front__sec07--list .list-wrap li.certification-item .certification-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .p-front__sec07--list .list-wrap li.certification-item .certification-icon {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .p-front__sec07--list .list-wrap li.certification-item .certification-icon img {
    height: auto;
    width: 100%;
    max-width: 80px;
  }
}

.p-front__sec07--map {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .p-front__sec07--map {
    aspect-ratio: 342/220;
    width: 100%;
    height: auto;
  }
}
.p-front__sec07--map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 1023px) {
  .pc-none {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.class {
  display: block;
}
/*# sourceMappingURL=style.css.map */
