@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-news {
  position: relative;
}

.l-page-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-mv {
    margin-top: 4.375rem;
  }
}

.c-about-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #00AA3A;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-about-title span {
  font-size: 73px;
  font-size: 4.5625rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1.2051282051;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .c-about-title span {
    font-size: 3.4375rem;
    margin-bottom: -0.3125rem;
    margin-left: -0.125rem;
  }
}

.c-about-title--business {
  color: #000;
  text-align: center;
}

.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-anchor {
    display: grid;
    gap: 2.1875rem;
    margin-top: 2.1875rem;
  }
}

.c-anchor__item {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 360px;
  min-width: 22.5rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-bottom: 6px solid transparent;
  border-bottom: 0.375rem solid transparent;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-anchor__item {
    font-size: 1.3125rem;
  }
}

.c-anchor__item p {
  margin-right: 17px;
  margin-right: 1.0625rem;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-anchor__item p {
    text-align: left;
  }
}

.c-anchor__item:nth-child(1) {
  border-color: #E4007F;
  color: #E4007F;
}

.c-anchor__item:nth-child(2) {
  border-color: #00AA3A;
  color: #00AA3A;
}

.c-anchor__item p::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  right: 1.0625rem;
  width: 17px;
  width: 1.0625rem;
  height: 22px;
  height: 1.375rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-anchor__item p::before {
    right: 0;
  }
}

.c-anchor__item:nth-child(1) p::before {
  background-image: url(../images/common/anchor_arrow_pink.png);
}

.c-anchor__item:nth-child(2) p::before {
  right: -2px;
  right: -0.125rem;
  background-image: url(../images/common/anchor_arrow_green.png);
}
@media screen and (max-width: 767px) {
  .c-anchor__item:nth-child(2) p::before {
    right: 0;
  }
}

.c-assessment {
  padding-left: 40px;
  padding-left: 2.5rem;
  border-left: 1px solid #00AA3A;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-assessment {
    padding-left: 1.5625rem;
    margin-left: 0.625rem;
  }
}

.c-assessment select {
  color: #000;
}

.c-assessment--recruit {
  border-left: 1px solid #E4007F;
}
@media screen and (max-width: 767px) {
  .c-assessment--recruit {
    margin-left: 0;
  }
}

.c-assessment__radio {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-assessment__row {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
}

.c-assessment__row--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__row--number {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.c-assessment__row--number input {
  width: 252px !important;
  width: 15.75rem !important;
}
@media screen and (max-width: 767px) {
  .c-assessment__row--number input {
    width: 100% !important;
  }
}

.c-assessment__full--select .wpcf7-form-control-wrap {
  min-width: 180px;
  min-width: 11.25rem;
  position: relative;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-assessment__full--select .wpcf7-form-control-wrap {
    min-width: 9.375rem;
  }
}

.c-assessment__full--select .wpcf7-form-control-wrap::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 23px;
  right: 1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  cursor: pointer;
}

.c-assessment__row p {
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-assessment__row p {
    margin-top: 0;
  }
}

.c-assessment__row input,
.c-assessment__row select {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__row input,
  .c-assessment__row select {
    width: 100%;
  }
}

.c-assessment__row select {
  padding-inline: 23px;
  padding-inline: 1.4375rem;
}

.c-assessment__row--double {
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__row--double {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.c-assessment__row--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-assessment__row--address {
  display: block;
}

.c-assessment__address {
  grid-template-columns: 0.3fr 0.7fr;
}
@media screen and (max-width: 767px) {
  .c-assessment__address {
    grid-template-columns: 1fr;
  }
}

.c-assessment__full--weight {
  display: grid;
  grid-template-columns: 0.9fr 0.1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__full--weight {
    grid-template-columns: auto 2.5rem;
  }
}

.c-assessment__full--weight p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-assessment__address {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}

.c-assessment__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__names {
    gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-assessment__month {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .c-assessment__month {
    gap: 0.9375rem;
  }
}

.c-assessment__month--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__month--recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.c-assessment__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-assessment__select p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-assessment__select select {
  text-align: center;
  min-width: 190px;
  min-width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__select select {
    min-width: 0;
    min-width: initial;
  }
}

.c-assessment__select--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__select--recruit {
    width: 100%;
    position: relative;
    padding-left: 3.125rem;
    gap: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.c-assessment__select--recruit select {
  text-align: center;
  min-width: 0;
  min-width: initial;
}

.c-assessment__select--recruit:first-child select {
  min-width: 150px;
  min-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__select--recruit:first-child select {
    min-width: 0;
    min-width: initial;
  }
}

.c-assessment__select--recruit:not(:first-child) select {
  min-width: 75px;
  min-width: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__select--recruit:not(:first-child) select {
    min-width: 0;
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .c-assessment__select--recruit select {
    width: 100%;
  }
}

.c-assessment__unit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .c-assessment__unit--year {
    position: absolute;
    left: 0;
    top: 0.125rem;
  }
}

.c-assessment__textArea textarea,
.c-assessment__policy textarea {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}

.c-assessment__textArea textarea {
  resize: vertical;
  height: 120px;
  height: 7.5rem;
}

.c-assessment__policy {
  height: 260px;
  height: 16.25rem;
  background-color: #fff;
  overflow-y: scroll;
}

.c-assessment__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  gap: 0.625rem 0;
}

.c-assessment__radio .wpcf7-list-item {
  margin-right: 70px;
  margin-right: 4.375rem;
  margin-left: 0;
}

.c-assessment__radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  line-height: 1.5;
}

/* デフォルトのボタン */
.c-assessment__radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.c-assessment__radio .wpcf7-list-item-label::before {
  background: #fff;
  border-radius: 100%;
  border: 7px solid #fff;
  border: 0.4375rem solid #fff;
  content: "";
  height: 30px;
  height: 1.875rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 30px;
  width: 1.875rem;
}

/* チェック後のボタン */
.c-assessment--recruit .c-assessment__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #E4007F;
  border: 7px solid #fff;
  border: 0.4375rem solid #fff;
}

.c-assessment__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #00AA3A;
  border: 7px solid #fff;
  border: 0.4375rem solid #fff;
}

/*======================================================
  チェックボックス（同意）
======================================================*/
.c-assessment__acceptance {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-assessment__acceptance .wpcf7-list-item {
  margin: 0;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.c-assessment__acceptance + span {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-assessment__acceptance input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  left: -0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-color: #fff;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-assessment__acceptance .wpcf7-list-item-label {
  line-height: 1.7;
}

.c-assessment__acceptance input + span::after {
  border-right: 3px solid;
  border-right: 0.1875rem solid;
  border-bottom: 3px solid;
  border-bottom: 0.1875rem solid;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: -1.5px;
  left: -0.09375rem;
  margin-top: -9px;
  margin-top: -0.5625rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__acceptance input + span::after {
    top: 50%;
    left: -0.1875rem;
  }
}

.p-form__content--recruit .c-assessment__acceptance input + span::after {
  border-color: #E4007F;
}

.p-form__content--trade .c-assessment__acceptance input + span::after {
  border-color: #00AA3A;
}

.c-assessment__acceptance [type=checkbox]:checked + span::after {
  display: block;
  opacity: 1;
}

.c-assessment__acceptance a {
  text-decoration: underline;
}

.c-assessment__acceptance input {
  display: none;
}

/*======================================================
  チェックボックス（職種や免状など）
======================================================*/
.c-assessment__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check {
    margin-top: 0;
  }
}

.c-assessment__check .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 0;
  gap: 1.0625rem 0;
}
@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-checkbox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (max-width: 767px) {
  .c-assessment__check--license .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    width: initial;
    margin-right: 4.375rem;
    margin-top: 0.625rem;
  }
}

.c-assessment__check .wpcf7-checkbox .wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-checkbox .wpcf7-list-item {
    width: calc(50% - 1.25rem);
    margin-right: 1.25rem;
  }
}

.c-assessment--license .c-assessment__check .wpcf7-checkbox .wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-assessment--license .c-assessment__check .wpcf7-checkbox .wpcf7-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 1.25rem;
  }
}

.c-assessment__check .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-checkbox .wpcf7-list-item:last-child {
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-checkbox .wpcf7-list-item:last-child label {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-checkbox .wpcf7-list-item:last-child .wpcf7-list-item-label {
    padding-left: 2.5rem;
  }
}

.c-assessment__check--license .wpcf7-checkbox .wpcf7-list-item:last-child {
  width: calc(33.33% - 2.5rem);
  margin-top: 0;
}
.c-assessment__check--license02 {
  margin: 0;
  margin: initial;
}

.c-assessment__check--license02 .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 35px;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check--license02 .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 3.75rem;
  }
}

.c-assessment__check .wpcf7-list-item {
  margin: 0;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.c-assessment__check .wpcf7-list-item {
  position: relative;
  padding-left: 41px;
  padding-left: 2.5625rem;
}

.c-assessment__check input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  left: -0.125rem;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background-color: #fff;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-assessment__check .wpcf7-list-item-label {
  line-height: 1.5;
  display: block;
  white-space: nowrap;
}

.c-assessment__check input + span::after {
  border-right: 3px solid;
  border-right: 0.1875rem solid;
  border-bottom: 3px solid;
  border-bottom: 0.1875rem solid;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 5px;
  left: 0.3125rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check input + span::after {
    top: 48%;
    left: 0.3125rem;
  }
}

.c-assessment--recruit .c-assessment__check input + span::after {
  border-color: #E4007F;
}

.c-assessment__check .wpcf7-list-item .wpcf7-free-text {
  width: 100%;
  background-color: #fff;
  display: block;
  margin-left: 10px;
  margin-left: 0.625rem;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__check .wpcf7-list-item .wpcf7-free-text {
    width: 100%;
    margin-left: 0;
    margin-top: 1.0625rem;
  }
}

.c-assessment__check [type=checkbox]:checked + span::after {
  display: block;
  opacity: 1;
}

.c-assessment__check a {
  text-decoration: underline;
}

.c-assessment__check input {
  display: none;
}

.c-assessment__submit {
  width: 319px;
  width: 19.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-assessment__submit {
    width: 100%;
    max-width: 25rem;
  }
}

.c-assessment__submit input {
  width: 100%;
  background-color: #00AA3A;
  min-height: 60px;
  min-height: 3.75rem;
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
          clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-assessment__submit input {
    padding: 0;
    min-height: 6.25rem;
    font-size: 1.5rem;
  }
}

.c-assessment__submit .wpcf7-submit:disabled {
  background-color: rgba(0, 170, 58, .5);
}

.c-assessment__submit--recruit input {
  background-color: #E4007F;
}

.c-assessment__submit--recruit .wpcf7-submit:disabled {
  background-color: rgba(228, 0, 127, .5);
}

.c-assessment__submit .wpcf7-spinner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}

.c-assessment__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-assessment__new {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-assessment__new .c-assessment__select {
    display: grid;
    gap: 1.25rem;
  }
}

.c-assessment__graduate {
  color: #E4007F;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-assessment__row--address input {
    width: 100%;
  }
}

/*======================================================
    売買仲介
======================================================*/
.p-form__content--trade .c-assessment__names {
  display: grid;
  grid-template-columns: 6.25rem auto;
  gap: 0px;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .c-assessment__names {
    grid-template-columns: 1fr;
  }
}

.p-form__content--trade .c-assessment__row {
  display: grid;
  grid-template-columns: 6.25rem auto;
  gap: 0px;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .c-assessment__row {
    grid-template-columns: 1fr;
  }
}

.p-form__content--trade .c-assessment__row--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__content--trade .c-assessment__row p,
.p-form__content--trade .c-assessment__names p {
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .c-assessment__row p,
  .p-form__content--trade .c-assessment__names p {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.p-form__content--trade .c-assessment__select {
  gap: 15px;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__content--trade .c-assessment__month {
  gap: 15px;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__content--trade .c-assessment__full--number {
  width: 252px;
  width: 15.75rem;
}

.p-form__content--trade .c-assessment__names .c-assessment__half input {
  width: 190px;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .c-assessment__names .c-assessment__half input {
    width: 100%;
  }
}

.p-form__content--trade .c-assessment__select p {
  width: auto;
}

.p-form__content--trade .c-assessment__full--select select {
  width: 100%;
}

.p-form__content--trade .c-assessment__row--double {
  gap: 15px;
  gap: 0.9375rem;
}

.p-form__content--trade .c-assessment__row--email p {
  margin-top: 0;
}

.p-form__content--trade .c-assessment__radio .wpcf7-list-item {
  margin-right: 50px;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .c-assessment__radio .wpcf7-list-item {
    margin-right: 2.5rem;
  }
}

.p-form__content--trade .c-assessment__radio .wpcf7-list-item:last-child {
  margin-right: 0;
}

.p-form__content--trade .has-free-text {
  display: grid;
  grid-template-columns: 5.8125rem calc(100% - 5.8125rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-right: 0;
}

.p-form__content--trade .wpcf7-free-text {
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form__content--trade .wpcf7-free-text {
    width: calc(100% - 1.1875rem);
  }
}

.c-assessment__row.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-assessment__row.is-disabled * {
  pointer-events: none;
}

.c-assessment__submit input:hover {
  background-color: #fff;
  color: #00AA3A;
}

.c-assessment__submit--recruit input:hover {
  background-color: #fff;
  color: #E4007F;
}

.c-environment {
  background-color: rgba(255, 121, 196, .6);
  padding: 47px 40px 65px;
  padding: 2.9375rem 2.5rem 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-environment {
    display: grid;
    gap: 2.5rem;
    padding: 1.5625rem 1.25rem 4.6875rem;
  }
}

.c-environment::before {
  content: "";
  position: absolute;
  bottom: 13px;
  bottom: 0.8125rem;
  right: 9%;
  width: 151px;
  width: 9.4375rem;
  height: 204px;
  height: 12.75rem;
  background-image: url(../images/top/company_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-environment::before {
    width: 7.5rem;
    height: 10rem;
    bottom: 0.9375rem;
    right: -0.4375rem;
  }
}

.c-environment__inner {
  background-color: #fff;
  padding: 35px 40px;
  padding: 2.1875rem 2.5rem;
  width: 78.125%;
}
@media screen and (max-width: 767px) {
  .c-environment__inner {
    width: 100%;
    padding: 1.875rem 1.5625rem;
  }
}

.c-environment__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #E4007F;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-environment__title {
    font-size: 1.25rem;
  }
}

.c-environment__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}

.c-form-recruit {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-form-recruit {
    padding-inline: 1.25rem;
  }
}

.c-form-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  gap: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-form-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.c-form-recruit__title {
  color: #E4007F;
  letter-spacing: 0.04em;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.32;
}
@media screen and (max-width: 428px) {
  .c-form-recruit__title {
    font-size: 1.25rem;
  }
}

.c-form-recruit__title span {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 428px) {
  .c-form-recruit__title span {
    font-size: 1.875rem;
  }
}

.c-form-recruit__detail {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}

.c-form-recruit__detail p:last-child {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-form-recruit__detail p:last-child {
    text-align: center;
  }
}

.c-form-recruit__detail span {
  font-weight: 800;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-form-recruit__detail span {
    font-size: 1.875rem;
    display: block;
    margin-top: 0.625rem;
  }
}

.c-line {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-line__inner {
  display: grid;
  gap: 23px;
  gap: 1.4375rem;
}

.c-line__container {
  display: grid;
  grid-template-columns: auto 15.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  gap: 1.5625rem;
  background-color: #fff;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-line__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
    padding: 1.875rem 2.0625rem;
  }
}

.c-line__container--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-line__container--tel {
    display: grid;
    gap: 0.625rem;
  }
}

.c-line__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00AA3A;
}
@media screen and (max-width: 767px) {
  .c-line__title {
    text-align: center;
  }
}

.c-line__title span {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .c-line__title span {
    font-size: 1.875rem;
  }
}

.c-line__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-line__btn {
  width: 100px;
  width: 6.25rem;
  display: contents;
}

.c-line__image {
  width: 109px;
  width: 6.8125rem;
}

.c-line__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-line__links {
  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: 13px;
  gap: 0.8125rem;
}

.c-line__btn img {
  width: 128px;
  width: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-line__btn img {
    width: 100%;
    max-width: 21rem;
  }
}

@media screen and (max-width: 767px) {
  .c-line__links--tel {
    display: grid;
    gap: 0rem;
  }
}

.c-line__number {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.c-line__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-line__name {
    text-align: center;
  }
}

.c-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  min-width: 12.5rem;
  min-height: 60px;
  min-height: 3.75rem;
  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: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  color: #E4007F;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  position: relative;
  border: 1px solid #fff;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-more {
    min-width: 20.9375rem;
    min-height: 5rem;
    margin-inline: auto;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    font-size: 1.3125rem;
  }
}

.c-more::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  width: 11px;
  width: 0.6875rem;
  height: 17px;
  height: 1.0625rem;
  background-image: url(../images/common/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-more img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  width: 11px;
  width: 0.6875rem;
  height: 17px;
  height: 1.0625rem;
}

.c-more--green {
  border: 1px solid #00AA3A;
  color: #00AA3A;
  background-color: transparent;
}

.c-more--green::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 1.5%;
  width: 1px;
  height: 100%;
  background-color: #00AA3A;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}
@media screen and (max-width: 767px) {
  .c-more--green::before {
    top: -14%;
    right: 1%;
    -webkit-transform: rotate(-23.5deg);
            transform: rotate(-23.5deg);
  }
}

.c-more--green::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 1.5%;
  width: 1px;
  height: 100%;
  background-color: #00AA3A;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
@media screen and (max-width: 767px) {
  .c-more--green::after {
    bottom: -14%;
    right: 1%;
    -webkit-transform: rotate(23.5deg);
            transform: rotate(23.5deg);
  }
}

.c-more--pink {
  border: 1px solid #E4007F;
  color: #E4007F;
  background-color: #fff;
}

.c-more--pink::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 1.5%;
  width: 1px;
  height: 100%;
  background-color: #E4007F;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}
@media screen and (max-width: 767px) {
  .c-more--pink::before {
    top: -14%;
    right: 1%;
    -webkit-transform: rotate(-23.5deg);
            transform: rotate(-23.5deg);
  }
}

.c-more--pink::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 1.5%;
  width: 1px;
  height: 100%;
  background-color: #E4007F;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
@media screen and (max-width: 767px) {
  .c-more--pink::after {
    bottom: -14%;
    right: 1%;
    -webkit-transform: rotate(23.5deg);
            transform: rotate(23.5deg);
  }
}

.c-more p {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.c-more--insta {
  text-transform: none;
}

.c-more__right--white {
  opacity: 0;
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .c-more:hover {
    background-color: #E4007F;
    color: #fff;
    opacity: 1;
    border-color: #E4007F;
  }
  .c-more:hover .c-more__right--green,
  .c-more:hover .c-more__right--pink {
    opacity: 0;
  }
  .c-more:hover .c-more__right--white {
    opacity: 1;
  }
  .c-more--green:hover {
    background-color: #00AA3A;
    border-color: #00AA3A;
  }
  .c-more:hover::before {
    background-image: url(../images/common/btn_arrow_white.png);
  }
}
.c-news {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  gap: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news {
    display: grid !important;
  }
}

.c-news__image {
  background-color: #818181;
}

.c-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 24/15;
}

.c-news__dummy {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.c-news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  gap: 0.4375rem;
  color: #E4007F;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-news__time {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.c-news__tag {
  font-size: 11px;
  background-color: #fff;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  font-weight: 600;
}

.c-news__name {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-news__name {
    font-size: 1.125rem;
  }
}

.c-page-mv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 589px;
  min-height: 36.8125rem;
  padding-inline: 4.8611111111%;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-mv {
    min-height: 38.25rem;
    padding-bottom: 1.25rem;
    padding-inline: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
    gap: 2.5rem;
  }
}

.c-page-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

.c-page-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-page-mv__title {
  color: #fff;
  opacity: 0;
}

.c-page-mv__title span {
  display: block;
  text-align: center;
}

.c-page-mv__en {
  font-size: 85px;
  font-size: 5.3125rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-page-mv__en {
    font-size: 4.0625rem;
  }
}

.c-page-mv__jp {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-page-mv__jp {
    font-size: 1.75rem;
    margin-top: -0.75rem;
  }
}

.c-page-mv__logo {
  width: 505px;
  width: 31.5625rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-page-mv__logo {
    width: 35.5294117647%;
    margin-inline: auto;
  }
}

.c-pagination__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}

.c-pagination__list {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #E4007F;
  text-align: center;
  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;
  color: #E4007F;
}

.c-pagination__list.active {
  background-color: #E4007F;
  color: #fff;
}

.c-policy {
  padding: 20px;
  padding: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.c-policy__comment {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
}

.c-policy dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
}

.c-policy dd {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
}

.c-policy__content dl {
  margin-top: 32px;
  margin-top: 2rem;
}

.c-policy--recruit dt {
  color: #E4007F;
}

.c-policy--trade dt {
  color: #00AA3A;
}

.c-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 320px;
  min-height: 20rem;
  padding-inline: 4.8611111111%;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-title {
    min-height: 13.75rem;
    padding-bottom: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.c-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.2258064516%;
  width: 32.0138888889%;
  height: 100%;
  background-image: url(../images/common/page_mv_accent.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    background-image: url(../images/common/page_mv_accent_sp.png);
    width: 76.6355140187%;
    left: -12.8571428571%;
  }
}

.c-title__text {
  color: #fff;
  position: relative;
  z-index: 2;
}

.c-title__en {
  font-size: 62px;
  font-size: 3.875rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 3.125rem;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.c-title__jp {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  font-weight: 700;
  margin-left: 5px;
  margin-left: 0.3125rem;
  letter-spacing: 0.3em;
}

.c-title__en,
.c-title__jp,
.c-title__policy {
  display: block;
}

.c-title__policy {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

.c-title__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-title__bg img {
    aspect-ratio: 428/220;
  }
}

.p-404 {
  margin-top: 160px;
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.p-404__title {
  font-size: 100px;
  font-size: 6.25rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 900;
}

.p-404__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-404__top {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #E4007F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-business__inner {
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-inline: 4.8611111111%;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding-top: 3.6875rem;
    padding-bottom: 5.625rem;
    padding-inline: 1.25rem;
  }
}

.p-business__head {
  color: #fff;
  text-align: center;
}

.p-business__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 1.125rem;
  }
}

.p-business__title span {
  text-transform: uppercase;
  display: block;
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 800;
  line-height: 1.2051282051;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-business__title span {
    font-size: 3.4375rem;
    margin-bottom: -0.3125rem;
  }
}

.p-business__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-business__container {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-business__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  gap: 0.4375rem;
}

.p-business__item {
  position: relative;
}

.p-business__item:nth-child(1) .p-business__image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(1) .p-business__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p-business__item:nth-child(2) .p-business__image {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 5% 100%, 0 90%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 5% 100%, 0 90%);
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(2) .p-business__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p-business__item:nth-child(3) .p-business__image {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 10%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(3) .p-business__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p-business__item:nth-child(4) .p-business__image {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%, 0 10%);
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(4) .p-business__image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p-business__image {
  position: relative;
  display: block;
}

.p-business__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.p-business__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1297/601;
}
@media screen and (max-width: 767px) {
  .p-business__image img {
    aspect-ratio: 1;
  }
}

.p-business__name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .p-business__name {
    font-size: 1.25rem;
    top: auto;
    top: initial;
    bottom: 1.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 0;
  }
}

.p-business__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-company {
    overflow: hidden;
  }
}

.p-company__inner {
  position: relative;
  z-index: 1;
}

.p-company__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4%;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/company_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  aspect-ratio: 595/796;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company__inner::before {
    aspect-ratio: 468/625;
    top: -27%;
    left: -61%;
    width: 132%;
    height: 113%;
  }
}

.p-company__inner {
  padding-top: 80px;
  padding-top: 5rem;
}

.p-company__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 4.8611111111%;
}
@media screen and (max-width: 767px) {
  .p-company__contents {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

.p-company__head {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
  z-index: 2;
}

.p-company__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #E4007F;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-company__title {
    font-size: 1.125rem;
  }
}

.p-company__title span {
  font-size: 75px;
  font-size: 4.6875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  margin-left: -2px;
  margin-left: -0.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-company__title span {
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title span {
    font-size: 3.4375rem;
    margin-bottom: -0.3125rem;
  }
}

.p-company__comments {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-company__comments {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__comments {
    font-size: 1.125rem;
  }
}

.p-company__comments span {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-company__comments span {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__comments span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  .p-company__comments span {
    font-size: 1.625rem;
  }
}

.p-company__comments p:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-company__comments p:not(:first-child) {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__comments p:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.p-company__image {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company__image {
    margin-top: 1.875rem;
    width: calc(100% + 1.25rem);
    margin-left: -1.25rem;
  }
}

.p-company__environment {
  padding-left: 4.8611111111%;
  margin-top: -63px;
  margin-top: -3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company__environment {
    margin-top: 4.0625rem;
    padding-left: 0;
  }
}

.p-company__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, rgba(228, 0, 127, .3)));
  background: linear-gradient(transparent 75%, rgba(228, 0, 127, .3) 0%);
}

@media screen and (max-width: 767px) {
  .p-drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 4.375rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 4.375rem);
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: normal;
    line-height: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-drawer__inner {
    overflow-y: scroll;
    height: 100%;
  }
}

.p-drawer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #E4007F;
  border-top: 0.0625rem solid #E4007F;
  position: relative;
}

.p-drawer__nav ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #E4007F;
}

.p-drawer__nav ul li {
  text-align: center;
  min-height: 87px;
  min-height: 5.4375rem;
  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;
  border-bottom: 1px solid #E4007F;
  border-bottom: 0.0625rem solid #E4007F;
}

.p-drawer__nav ul li a {
  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;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding-inline: 14px;
  padding-inline: 0.875rem;
}

.p-drawer__insta {
  padding-block: 23px;
  padding-block: 1.4375rem;
}

.p-drawer__insta a {
  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: 12px;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-drawer__insta p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

.p-drawer__insta img {
  width: 38px;
  width: 2.375rem;
}

.p-drawer__menu li {
  -webkit-clip-path: polygon(100% 0%, 82% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 82% 100%, 0 100%, 0 0);
}

.p-drawer__menu li:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aa3a), to(#20d07f));
  background: linear-gradient(#00aa3a 0%, #20d07f 100%);
}

.p-drawer__menu li:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(#e4007f 0%, #ff79c4 100%);
}

.p-drawer__menu li a {
  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;
  gap: 16px;
  gap: 1rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  padding-block: 18px;
  padding-block: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-drawer__icon {
    width: 3.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__icon img {
    margin: auto;
  }
}

.p-drawer__menu li:nth-child(1) img {
  width: 54px;
  width: 3.375rem;
}

.p-drawer__menu li:nth-child(2) img {
  width: 43px;
  width: 2.6875rem;
}

.p-drawer__menu p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.p-drawer__menu span {
  font-size: 36px;
  font-size: 2.25rem;
}

.p-drawer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

.p-drawer__arrow {
  width: 12px;
  width: 0.75rem;
  -webkit-transform: translateX(-12vw);
          transform: translateX(-12vw);
}

.p-drawer__contact {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__contact {
    padding-inline: 0.8125rem;
  }
}

.p-drawer__tel {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #00AA3A;
}

.p-drawer__number {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 800;
}

.p-fleet {
  background-color: #fff;
}

.p-fleet__inner {
  display: grid;
  grid-template-columns: 815fr 475fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 4.8611111111%;
  padding-block: 73px;
  padding-block: 4.5625rem;
}
@media screen and (min-width: 768px) and (max-width: 1398px) {
  .p-fleet__inner {
    grid-template-columns: 715fr 575fr;
  }
}
@media screen and (max-width: 767px) {
  .p-fleet__inner {
    display: grid;
    padding-top: 3.625rem;
    padding-bottom: 4.5625rem;
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fleet__image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 3rem;
  }
}

.p-fleet__head {
  padding-left: 84px;
  padding-left: 5.25rem;
  min-width: 400px;
  min-width: 25rem;
}
@media screen and (min-width: 768px) and (max-width: 1398px) {
  .p-fleet__head {
    padding-left: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fleet__head {
    padding-left: 0;
    min-width: 0;
/*     min-width: initial; */
    width: 100%;
  }
}

.p-fleet__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #E4007F;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fleet__title {
    font-size: 1.125rem;
  }
}

.p-fleet__title span {
  font-size: 75px;
  font-size: 4.6875rem;
  font-style: italic;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fleet__title span {
    font-size: 3.4375rem;
    margin-bottom: -0.3125rem;
  }
}

.p-fleet__text {
  margin-top: 42px;
  margin-top: 2.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (max-width: 485px) {
  .p-fleet__text span:first-child {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-fleet__text span:last-child {
    display: block;
  }
}

.p-fleet__more {
  margin-top: 48px;
  margin-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-footer {
  color: #fff;
}

.p-footer--page {
  position: relative;
  background-image: url(../images/common/page_footer_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer--page {
    background-image: url(../images/common/page_footer_bg_sp.png);
  }
}

.p-footer--page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#05ffff), to(#000da8));
  background: linear-gradient(#05ffff 0%, #000da8 100%);
  z-index: -1;
  opacity: 0.59;
}
.p-footer__inner {
  padding-inline: 4.8611111111%;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    padding-inline: 0rem;
    width: 82.7102803738%;
    margin-inline: auto;
  }
}

.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    display: block;
  }
}

.p-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__box {
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 3.125rem;
  }
}

.p-footer__logo {
  width: 307px;
  width: 19.1875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 12.6875rem;
    margin-inline: auto;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    gap: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav ul {
    position: relative;
    padding-bottom: 3.75rem;
  }
}

.p-footer__item {
  font-weight: 800;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.8888888889;
  }
}

.p-footer__category {
  line-height: 1.8125;
  margin-left: 18px;
  margin-left: 1.125rem;
}

.p-footer__sns {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-footer__insta {
  width: 34px;
  width: 2.125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__insta {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: 0;
  }
}

.p-footer__copyright {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
    font-weight: 400;
  }
}

.p-footer__address {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    display: block;
    margin-top: 1.875rem;
    border-top: 1px solid #fff;
    padding-top: 1.875rem;
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__address span {
    display: inline-block;
  }
}

.p-footer__address p:last-child span {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-form__inner {
  max-width: 990px;
  max-width: 61.875rem;
  margin-inline: auto;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding-top: 2.0625rem;
    padding-bottom: 0;
  }
}

.p-form__explain {
  width: 62.8282828283%;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-form__explain {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.p-form__container {
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__container {
    margin-top: 1.6875rem;
  }
}

.p-form__heads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  gap: 2.625rem;
  padding-inline: 55px;
  padding-inline: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-form__heads {
    padding-inline: 1.25rem;
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-form__head {
  cursor: pointer;
  text-align: center;
  min-height: 80px;
  min-height: 5rem;
  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;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 35%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 93% 0, 100% 35%, 100% 100%, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__head {
    min-height: 4.0625rem;
    -webkit-clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%);
    width: 10.4375rem;
  }
}

.p-form__head::after {
  content: "";
  position: absolute;
  top: -65%;
  right: 5%;
  width: 1px;
  width: 0.0625rem;
  height: 150%;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}
@media screen and (max-width: 767px) {
  .p-form__head::after {
    top: -63.5%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.p-form__head--recruit::after {
  background-color: #E4007F;
}

.p-form__head--trade::after {
  background-color: #00AA3A;
}

.p-form__head p {
  border: 1px solid;
  border-bottom: none;
  width: 100%;
  height: 100%;
  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: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-form__head p {
    padding-inline: 0.4375rem;
    text-align: left;
    line-height: 1.1;
    font-size: 1rem;
  }
}

.p-form__head--recruit p {
  border-color: #E4007F;
  color: #E4007F;
}

.p-form__head--recruit.is-active p {
  border-color: #E4007F;
  color: #fff;
  background-color: #E4007F;
}

.p-form__head--trade p {
  border-color: #00AA3A;
  color: #00AA3A;
}
@media screen and (max-width: 767px) {
  .p-form__head--trade p {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-inline: 1.25rem;
  }
}

.p-form__head--trade.is-active p {
  border-color: #00AA3A;
  color: #fff;
  background-color: #00AA3A;
}

.p-form__content {
  padding-block: 70px;
  padding-block: 4.375rem;
  padding-inline: 50px;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__content {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
    padding-inline: 1.25rem;
  }
}

.p-form__content--recruit {
  background-color: #FFE5F5;
}

.p-form__content--trade {
  background-color: #E2F7E9;
}

.p-form__item {
  display: grid;
  gap: 30px;
  gap: 1.875rem;
}

.p-form__details {
  display: grid;
  grid-template-columns: 214fr 637fr;
}
@media screen and (max-width: 767px) {
  .p-form__details {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-form__details-policy .c-assessment--recruit {
    border: none;
    padding-left: 0;
  }
}

.p-form__subject {
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 44px;
  padding-left: 2.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__subject {
    margin-bottom: 1.25rem;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__subject strong {
  color: #E4007F;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  content: "";
  top: 5px;
  top: 0.3125rem;
  letter-spacing: 0.04em;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form__subject strong {
    top: auto;
    top: initial;
    position: relative;
    margin-right: 1.0625rem;
  }
}

.p-form__content--trade .p-form__subject strong {
  color: #00AA3A;
}

.p-form__subject span {
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__subject span {
    display: inline-block;
    margin-left: 1.125rem;
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-form__head:hover {
    opacity: 0.7;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  line-height: 70px;
  line-height: 4.375rem;
  z-index: 10000;
  background-image: url(../images/common/header_haikei.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-header {
    background-color: #fff;
    background-image: none;
  }
}

.p-header__inner {
  height: inherit;
  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;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0.875rem;
  }
}

.p-header__container {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__container {
    display: none;
  }
}

.p-header__logo {
  width: 128px;
  width: 8rem;
  display: block;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-left: 0;
  }
}

.p-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__contents {
    display: none;
  }
}

.p-header__nav {
  height: inherit;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-header__nav {
    font-size: 1rem;
  }
}

.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav li {
  height: inherit;
}

.p-header__nav li a {
  padding-inline: 15px;
  padding-inline: 0.9375rem;
  height: inherit;
}

.p-header__menu {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  height: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-header__menu ul {
    font-size: 1rem;
  }
}

.p-header__menu li {
  height: inherit;
}

.p-header__menu li:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(#e4007f 0%, #ff79c4 100%);
}

.p-header__menu li:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aa3a), to(#20d07f));
  background: linear-gradient(#00aa3a 0%, #20d07f 100%);
}

.p-header__menu li a {
  width: 157px;
  width: 9.8125rem;
  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;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-header__menu li a {
    width: 7.5rem;
  }
}

.p-header__menu li a img {
  width: 110px;
  width: 6.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-header__menu li a img {
    width: 5.625rem;
  }
}

.p-header__insta {
  margin-left: 8px;
  margin-left: 0.5rem;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  height: inherit;
}

.p-header__insta a {
  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;
  height: inherit;
  width: 4.8611111111vw;
}

.p-header__insta img {
  width: 35px;
  width: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-header__btn {
    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;
  }
}

.p-header__hamburger {
  width: 36px;
  width: 2.25rem;
  height: 32px;
  height: 2rem;
  padding: 0;
}

.p-header__hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-color: #E4007F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-header__hamburger span:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-header__hamburger span:nth-child(3) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0px;
  margin-top: 0rem;
}

.p-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -18px;
  margin-top: -1.125rem;
}

.p-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-information {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aa3a), color-stop(50%, #20d07f), color-stop(50%, #EDEDED), to(#EDEDED));
  background: linear-gradient(#00aa3a 0%, #20d07f 50%, #EDEDED 50%, #EDEDED 100%);
  overflow: hidden;
}

.p-information__inner {
  display: grid;
  grid-template-columns: 605fr 835fr;
}
@media screen and (max-width: 767px) {
  .p-information__inner {
    display: block;
  }
}

.p-information__head {
  background-color: #EDEDED;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-information__head {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding-block: 1.5625rem;
  }
}

.p-information__detail {
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-style: italic;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-information__detail {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.p-information__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #00AA3A;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-information__title {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.p-information__text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-information__text {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 400px) {
  .p-information__text {
    font-size: 2.1875rem;
  }
}

.p-information__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  gap: 0.1875rem;
  background-color: #EDEDED;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}
@media screen and (max-width: 767px) {
  .p-information__contents {
    display: block;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-information__form {
  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;
}
@media screen and (max-width: 767px) {
  .p-information__form {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 92% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 92% 100%, 0 100%);
    padding-block: 2.1875rem;
    position: relative;
  }
}

.p-information__form--ship {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aa3a), to(#20d07f));
  background: linear-gradient(#00aa3a 0%, #20d07f 100%);
}

.p-information__form--recruit {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(#e4007f 0%, #ff79c4 100%);
}

.p-information__block {
  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;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}
@media screen and (max-width: 767px) {
  .p-information__block {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    min-width: 20rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-inline: auto;
  }
}

.p-information__icon {
  width: 48px;
  width: 3rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-information__icon {
    width: 3.375rem;
    margin-right: 1.1875rem;
  }
}

.p-information__form--recruit .p-information__icon {
  width: 37px;
  width: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-information__form--recruit .p-information__icon {
    width: 3.375rem;
    margin-right: 1.1875rem;
  }
}

.p-information__form--recruit .p-information__icon img {
  width: 37px;
  width: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-information__form--recruit .p-information__icon img {
    width: 2.8125rem;
    margin: auto;
  }
}

.p-information__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: 70px;
  margin-right: 4.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-information__name {
    margin-right: 2.5rem;
  }
}

.p-information__name span {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1298px) {
  .p-information__name span {
    font-size: 2rem;
  }
}

.p-information__arrow {
  width: 11px;
  width: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-information__arrow {
    position: absolute;
    content: "";
    top: 50%;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-insta {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.p-insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/insta_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1440/500;
  z-index: -1;
}

.p-insta__inner {
  padding-inline: 4.8611111111%;
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-insta__inner {
    padding-inline: 1.25rem;
    padding-top: 2.9375rem;
    padding-bottom: 4.6875rem;
  }
}

.p-insta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-insta__head {
    display: block;
  }
}

.p-insta__icon {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-insta__icon {
    width: 2.8125rem;
    height: 2.8125rem;
    margin-inline: auto;
  }
}

.p-insta__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-insta__title {
    font-size: 1.6875rem;
    text-align: center;
    width: 11.25rem;
    margin-inline: auto;
    margin-top: 0.625rem;
  }
}

.p-insta__container {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-insta__container {
    margin-top: 1.25rem;
  }
}

.p-insta__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-insta__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3125rem;
  }
}

.p-insta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.p-insta__more {
  margin-top: 45px;
  margin-top: 2.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-main {
  height: 100svh;
  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;
}

.p-main__title {
  width: 558px;
  width: 34.875rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-main__title {
    width: 20.5625rem;
  }
}

.p-main__title span {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 800;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-main__title span {
    font-size: 2.125rem;
  }
}

.p-news {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 0rem;
  }
}

.p-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/top/news_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% - 5.9375rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news::before {
    height: calc(100% - 3.75rem);
    background-image: url(../images/top/news_bg_sp.png);
  }
}

.p-news::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  content: "";
  top: 95px;
  top: 5.9375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-news::after {
    top: 0;
  }
}

.p-news__mark {
  position: absolute;
  content: "";
  top: 15px;
  top: 0.9375rem;
  left: 0;
  background-color: #fff;
  width: 342px;
  width: 21.375rem;
  height: 160px;
  height: 10rem;
  aspect-ratio: 252/71;
  margin-top: -5%;
  -webkit-clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(62%, #fff), color-stop(62%, #e6176e), to(#e6176e));
  background: linear-gradient(to top, #fff 0%, #fff 62%, #e6176e 62%, #e6176e 100%);
  z-index: -3;
}
@media screen and (min-width: 1650px) {
  .p-news__mark {
    width: 22%;
    height: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__mark {
    width: 12.5rem;
    height: 3.3125rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #fff), color-stop(0%, #e6176e), to(#e6176e));
    background: linear-gradient(to top, #fff 0%, #fff 0%, #e6176e 0%, #e6176e 100%);
    min-height: 3.3125rem;
    margin-top: -3.75rem;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
  }
}

.p-news__inner {
  padding-left: 3.125%;
  padding-right: 4.8611111111%;
  padding-bottom: 3.125%;
  padding-top: 23px;
  padding-top: 1.4375rem;
  display: grid;
  grid-template-columns: 200fr 1128fr;
  gap: 120px;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    display: block;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    padding-bottom: 4.6875rem;
    padding-top: 0;
  }
}

.p-news__head {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    padding-left: 1.4375rem;
    text-align: left;
    padding-top: 2.1875rem;
  }
}

.p-news__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 40px;
  margin-top: 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    margin-top: 0;
  }
}

.p-news__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
}

.p-news__container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    margin-top: 1.5625rem;
    padding-left: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .splide {
    overflow: hidden;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .splide__track {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .splide__slide {
    width: 60.5% !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-news__more {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  gap: 0.375rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 0.625rem;
    margin-inline: initial;
  }
}

.p-news__more span {
  line-height: 1;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.p-news__more p {
  text-decoration: underline;
  text-transform: capitalize;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-news__splide {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-news__splide {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-news__item {
    width: 60.5% !important;
  }
}

.p-news__splide .splide__pagination {
  position: relative;
}

.my-slider-progress {
  background: #ccc;
  height: 2px;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.my-slider-progress-bar {
  background: #e6176e;
  height: 100%;
  width: 0;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.p-page-about-business {
  background-image: url(../images/about/business_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 180px;
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-business {
    margin-top: 6.25rem;
  }
}

.p-page-about-business__inner {
  padding-inline: 4.8611111111%;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-business__inner {
    padding-left: 1.25rem;
    padding-right: 0;
  }
}

.p-page-about-business__title {
  margin-top: -43px;
  margin-top: -2.6875rem;
}

.p-page-about-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  gap: 6.25rem;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-business__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-page-about-business__item {
  width: 50%;
  position: relative;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-page-about-business__item {
    width: 100%;
  }
}

.p-page-about-business__icon {
  width: 20.987654321%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-about-business__icon {
    width: 24%;
  }
}

.p-page-about-business__image img {
  height: 100%;
  aspect-ratio: 581/320;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-about-business__name {
  min-height: 48px;
  min-height: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #fff;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 7% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 7% 100%);
  margin-top: -0.5px;
  margin-top: -0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-business__name {
    font-size: 1.0625rem;
    min-height: 2rem;
  }
}

.p-page-about-business__name--fleet {
  background-color: #E4007F;
}

.p-page-about-business__name--trade {
  background-color: #00AA3A;
}

.p-page-about-company__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  padding-inline: 4.8611111111%;
}
@media screen and (max-width: 767px) {
  .p-page-about-company__inner {
    padding-top: 2.5rem;
    padding-bottom: 4.6875rem;
  }
}

.p-page-about-company__content {
  padding-inline: 70px;
  padding-inline: 4.375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-company__content {
    margin-top: 1.5625rem;
    padding-inline: 0rem;
  }
}

.p-page-about-company__content dl {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
}
@media screen and (max-width: 767px) {
  .p-page-about-company__content dl {
    grid-template-columns: 1fr;
  }
}

.p-page-about-company__content dt,
.p-page-about-company__content dd {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page-about-company__content dt,
  .p-page-about-company__content dd {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 1rem;
  }
}

.p-page-about-company__content dt {
  border-bottom: 1px solid #00AA3A;
  color: #00AA3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (max-width: 767px) {
  .p-page-about-company__content dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    position: relative;
  }
}

.p-page-about-company__content dt::before {
  width: 50px;
  width: 3.125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #00AA3A;
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  top: 3.5rem;
  left: 0;
}

.p-page-about-company__content dd {
  border-bottom: 1px solid gray;
}

.p-page-about-company__content li:not(:last-child) {
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-page-about-company__content li:not(:first-child) {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-page-about-greeting {
  background-color: #FFF5FB;
  margin-top: 105px;
  margin-top: 6.5625rem;
}

.p-page-about-greeting__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-inline: 4.8611111111%;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__inner {
    padding-boittom: 5.25rem;
    padding-inline: 1.25rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-page-about-greeting__head {
    margin-top: -2rem;
  }
}

.p-page-about-greeting__content {
  display: grid;
  grid-template-columns: 460fr 825fr;
  gap: 100px;
  gap: 6.25rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__content {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-page-about-greeting__image {
  width: 62%;
  display: block;
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 280px;
  min-width: 17.5rem;
  -webkit-transform: translateX(4.3125rem);
          transform: translateX(4.3125rem);
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__image {
    min-width: 0;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-page-about-greeting__image::before {
  background-color: #00AA3A;
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: -10px;
  left: -0.625rem;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 81% 0, 100% 17%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 81% 0, 100% 17%, 100% 100%, 0 100%);
  z-index: -1;
}

.p-page-about-greeting__info {
  padding-right: 70px;
  padding-right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__info {
    padding-right: 0;
    padding-right: initial;
  }
}

.p-page-about-greeting__title {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5277777778;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 550px) {
  .p-page-about-greeting__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 440px) {
  .p-page-about-greeting__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 425px) {
  .p-page-about-greeting__title {
    font-size: 1.375rem;
  }
}

.p-page-about-greeting__title span {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 60%, #fff 0%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__title span {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-page-about-greeting__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  margin-top: 37px;
  margin-top: 2.3125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__text {
    margin-top: 2.8125rem;
    font-size: 1.0625rem;
  }
}

.p-page-about-greeting__text p:last-child {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-page-about-greeting__text p:last-child {
    margin-top: 0.8125rem;
  }
}

.p-page-about-info {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-info {
    margin-top: 2.625rem;
  }
}

.p-page-about-info__inner {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-page-about-info__content {
  max-width: 864px;
  max-width: 54rem;
  margin-inline: auto;
}

.p-page-about-info__title {
  font-size: 38px;
  font-size: 2.375rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page-about-info__title {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-page-about-info__text {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-about-info__text {
    margin-top: 1.875rem;
    font-size: 1.0625rem;
  }
}

.p-page-about-place__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1626/280;
}
@media screen and (max-width: 767px) {
  .p-page-about-place__map iframe {
    aspect-ratio: 428/280;
  }
}

.p-page-about-place__inner {
  margin-top: 38px;
  margin-top: 2.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-about-place__inner {
    margin-top: 1.8125rem;
    padding-inline: 1.25rem;
    text-align: left;
  }
}

.p-page-about-place__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page-about-place__title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 398px) {
  .p-page-about-place__title {
    font-size: 1.25rem;
  }
}

.p-page-about-place__address {
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-page-about-place__address {
    font-size: 1.0625rem;
    margin: 0;
    margin: initial;
    margin-top: 0.9375rem;
  }
}

.p-page-about-place__address span {
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-about-place__address span {
    margin-left: 0;
    display: block;
  }
}

.p-page-business-project {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-project {
    margin-top: 2.5rem;
  }
}

.p-page-business-project__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__container {
    display: block;
    margin-top: 0;
  }
}

.p-page-business-project__container--second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__container--second {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-page-business-project__container--second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/business/project_second_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__container--second::before {
    background-image: url(../images/business/project_second_bg_sp.png);
  }
}

.p-page-business-project__box {
  background-color: #fff;
}

.p-page-business-project__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__image {
    width: 100%;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .p-page-business-project__image img:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-page-business-project__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 214/95;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-page-business-project__image img {
    aspect-ratio: 428/206;
  }
}

.p-page-business-project__content {
  width: 50%;
  padding-left: 4.5833333333%;
  padding-right: 4.8611111111%;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__content {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 2.625rem;
  }
}

.p-page-business-project__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__title {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 398px) {
  .p-page-business-project__title {
    font-size: 1.625rem;
  }
}

.p-page-business-project__icons {
  margin-top: 32px;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-page-business-project__icon:first-child {
    grid-column: 1/3;
    width: 50%;
    margin-inline: auto;
  }
}

.p-page-business-project__detail {
  display: grid;
  grid-template-columns: 450fr 104fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  gap: 1.375rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-project__detail {
    margin-top: 2.1875rem;
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}

.p-page-business-project__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
}
@media screen and (max-width: 767px) {
  .p-page-business-project__text p {
    font-size: 1.0625rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-page-business-project__identify {
    width: 62.5%;
    margin-inline: auto;
  }
}

.p-page-business-trade__item {
  padding-inline: 4.8611111111%;
  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;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__item {
    display: block;
  }
}

.p-page-business-trade__texts {
  width: 50%;
  padding-right: 65px;
  padding-right: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__texts {
    width: 100%;
    padding-right: 0;
  }
}

.p-page-business-trade__name {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__name {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 398px) {
  .p-page-business-trade__name {
    font-size: 1.625rem;
  }
}

.p-page-business-trade__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__text {
    font-size: 1.0625rem;
  }
}

.p-page-business-trade__country {
  background-color: rgba(0, 170, 58, .1);
  padding-block: 49px;
  padding-block: 3.0625rem;
  width: 50%;
  padding-inline: 30px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__country {
    width: 100%;
    padding-inline: 1.125rem;
    padding-block: 1.875rem;
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 425px) {
  .p-page-business-trade__country {
    padding-inline: 0.9375rem;
  }
}

.p-page-business-trade__country h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #00AA3A;
  text-align: center;
}

.p-page-business-trade__country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  gap: 1.5625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__country ul {
    gap: 1.375rem;
  }
}
@media screen and (max-width: 425px) {
  .p-page-business-trade__country ul {
    gap: 1.25rem;
  }
}

.p-page-business-trade__country li p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__country li p {
    font-size: 0.9375rem;
  }
}

.p-page-business-trade__country li img {
  width: 94px;
  width: 5.875rem;
}
@media screen and (max-width: 425px) {
  .p-page-business-trade__country li img {
    width: 5.4375rem;
  }
}

.p-page-business-trade__list {
  max-width: 880px;
  max-width: 55rem;
  margin-inline: auto;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list {
    padding-left: 1.25rem;
  }
}

.p-page-business-trade__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__wrapper {
    overflow-x: scroll;
  }
}

.p-page-business-trade__scroll {
  color: #00AA3A;
  font-weight: 400;
}

.p-page-business-trade__list h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #00AA3A;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list h4 {
    font-size: 1.625rem;
  }
}

.p-page-business-trade__list table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list table {
    min-width: 33.125rem;
    margin-top: 0.5rem;
  }
}

.p-page-business-trade__list table th,
.p-page-business-trade__list table td {
  border-bottom: 1px solid #00AA3A;
  text-align: center;
  padding-inline: 12px;
  padding-inline: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list table th,
  .p-page-business-trade__list table td {
    font-size: 1.125rem;
    padding-inline: 1rem;
  }
}

.p-page-business-trade__list table th {
  background-color: #00AA3A;
  color: #fff;
  padding-block: 20px;
  padding-block: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list table th {
    padding-block: 0.375rem;
  }
}

.p-page-business-trade__list table td {
  padding-block: 10px;
  padding-block: 0.625rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__list table td {
    padding-block: 0.5rem;
  }
}

.p-page-business-trade__list table tr th:not(:first-child),
.p-page-business-trade__list table tr td:not(:first-child) {
  border-left: 1px solid #cccccc;
}

.p-page-business-trade__list table tr:last-child td {
  border-bottom: none;
}

.p-page-business-trade__flow {
  margin-top: 85px;
  margin-top: 5.3125rem;
  background-image: url(../images/business/flow_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}

.p-page-business-trade__block {
  padding-inline: 30px;
  padding-inline: 1.875rem;
  max-width: 1160px;
  max-width: 72.5rem;
  margin-inline: auto;
}

.p-page-business-trade__contents {
  max-width: 1100px;
  max-width: 68.75rem;
  margin-inline: auto;
  background-color: #fff;
}

.p-page-business-trade__flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.p-page-business-trade__title {
  background-color: #00AA3A;
  color: #fff;
  line-height: 1;
  min-height: 54px;
  min-height: 3.375rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  min-width: 25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 90% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__title {
    min-width: 0;
    min-width: initial;
    padding-right: 3.75rem;
    font-size: 1.3125rem;
    min-height: 2.5625rem;
  }
}

.p-page-business-trade__table {
  padding-inline: 75px;
  padding-inline: 4.6875rem;
  margin-top: 37px;
  margin-top: 2.3125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__table {
    padding-inline: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.p-page-business-trade__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__table dl {
    display: grid;
    border-bottom: 1px solid #00AA3A;
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-business-trade__table dl:last-child {
    border-bottom: none;
  }
}

.p-page-business-trade__table dt,
.p-page-business-trade__table dd {
  border-bottom: 1px solid #00AA3A;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__table dt,
  .p-page-business-trade__table dd {
    border: none;
    padding: 0;
  }
}

.p-page-business-trade__table dl:last-child dt,
.p-page-business-trade__table dl:last-child dd {
  border-bottom: none;
}

.p-page-business-trade__table dt {
  font-weight: 700;
  color: #00AA3A;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  min-width: 208px;
  min-width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__table dt {
    font-size: 1.125rem;
  }
}

.p-page-business-trade__table dd {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
  .p-page-business-trade__table dd {
    width: 100%;
    padding: 0;
    margin-top: 0.3125rem;
    font-size: 1.0625rem;
  }
}

.p-page-business__head {
  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;
  min-height: 140px;
  min-height: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-business__head {
    min-height: 5.625rem;
  }
}

.p-page-business__head--pink {
  background-color: #E4007F;
}

.p-page-business__head--green {
  background-color: #00AA3A;
}

.p-page-business__logo {
  width: 195px;
  width: 12.1875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-business__logo {
    width: 10rem;
  }
}

.p-page-business__title {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.08em;
  min-width: 213px;
  min-width: 13.3125rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  text-align: center;
  min-height: 65px;
  min-height: 4.0625rem;
  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;
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 37%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 87% 0, 100% 37%, 100% 100%, 0 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-business__title {
    min-width: 9.375rem;
    font-size: 1.3125rem;
    padding-inline: 0.625rem;
    min-height: 2.875rem;
  }
}

.p-page-business__title::before {
  content: "";
  position: absolute;
  top: -22.5%;
  right: 2%;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.p-page-business__title--green {
  -webkit-clip-path: polygon(0 0, 89% 0, 100% 37%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 89% 0, 100% 37%, 100% 100%, 0 100%);
}

.p-page-business__title--green::before {
  top: -23.5%;
}

.p-page-fleet__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__text {
    padding-inline: 1.25rem;
    text-align: left;
    margin-top: 2.0625rem;
  }
}

.p-page-fleet__inner {
  background-image: url(../images/fleet/fleet_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__inner {
    margin-top: 2.5rem;
  }
}

.p-page-fleet__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  max-width: 1100px;
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  gap: 42px;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.p-page-fleet__item {
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__item {
    padding: 1.25rem;
  }
}

.p-page-fleet__image img {
  aspect-ratio: 47/25;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__image img {
    aspect-ratio: 388/179;
  }
}

.p-page-fleet__head {
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__head {
    padding-top: 1.5625rem;
  }
}

.p-page-fleet__sub {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #E4007F;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.p-page-fleet__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__title {
    margin-left: -0.1875rem;
  }
}

.p-page-fleet__detail {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-page-fleet__detail dl {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__detail dl {
    font-size: 1.0625rem;
  }
}

.p-page-fleet__detail dt,
.p-page-fleet__detail dd {
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-page-fleet__detail dt {
  border-bottom: 1px solid #E4007F;
  color: #E4007F;
}

.p-page-fleet__detail dd {
  border-bottom: 1px solid gray;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-page-fleet__recruit {
  position: absolute;
  top: 0;
  right: 0;
}

.p-page-fleet__recruit a {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, calc(100% - 6.75rem) 100%, 0% calc(100% - 0.6875rem));
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, calc(100% - 6.75rem) 100%, 0% calc(100% - 0.6875rem));
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #E4007F;
  color: #fff;
  min-height: 37px;
  min-height: 2.3125rem;
  min-width: 117px;
  min-width: 7.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #E4007F;
  border-right: 1px solid #E4007F;
  border-bottom: 1px solid #E4007F;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-fleet__recruit a {
    font-size: 1.0625rem;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-page-fleet__recruit a::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1px;
    background-color: #E4007F;
    bottom: 0.3125rem;
    left: -0.8125rem;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .p-page-fleet__recruit a:hover {
    opacity: 1;
    background-color: #fff;
    color: #E4007F;
    border-color: #E4007F;
  }
}
.p-page-news__inner {
  max-width: 1100px;
  max-width: 68.75rem;
  padding-inline: 4.8611111111%;
  margin-inline: auto;
  padding-top: 76px;
  padding-top: 4.75rem;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
}

.p-page-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 29px;
  gap: 1.625rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 490px) {
  .p-page-news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
}

.p-page-news__pagination {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-recruit-date {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-date {
    margin-top: 7.4375rem;
  }
}

.p-recruit-date__head {
  text-align: center;
  color: #E4007F;
}

.p-recruit-date__title {
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  font-size: 4.6875rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  line-height: 1.1;
}

.p-recruit-date__sub {
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-recruit-date__container {
  background-color: #FFF5FB;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 328px;
  padding-bottom: 20.5rem;
  display: grid;
  gap: 70px;
  gap: 4.375rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__container {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
    margin-top: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-date__items {
    padding-inline: 1.25rem;
  }
}

.p-recruit-date__items:first-child .p-recruit-date__item {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.p-recruit-date__items:nth-child(2) .p-recruit-date__item {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__items:nth-child(2) .p-recruit-date__item {
    padding-top: 1.25rem;
    padding-bottom: 2.3125rem;
  }
}

.p-recruit-date__items:nth-child(3) .p-recruit-date__item {
  padding-top: 66px;
  padding-top: 4.125rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__items:nth-child(3) .p-recruit-date__item {
    padding-top: 2.5rem;
    padding-bottom: 2.3125rem;
  }
}

.p-recruit-date__name {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00AA3A;
  position: relative;
}

.p-recruit-date__name::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  height: 1.5625rem;
  background-color: #00AA3A;
  position: absolute;
  bottom: -105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.p-recruit-date__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 980px;
  max-width: 61.25rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__item {
    padding-inline: 1.25rem;
  }
}

.p-recruit-date__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 170, 58, .05) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 170, 58, .05) calc(100% - 1px));
  background-size: 0.375rem 0.375rem;
  background-repeat: repeat;
  background-position: center center;
}

.p-recruit-date__box {
  max-width: 778px;
  max-width: 48.625rem;
  margin: 0 auto;
}

.p-recruit-date__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-recruit-date__now {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  color: #00AA3A;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__now {
    margin-top: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-date__day span {
    display: none;
  }
}

.p-recruit-date__day p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__day p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.p-recruit-date__day p:first-child {
  color: #00AA3A;
}

.p-recruit-date__day p:last-child {
  color: #E4007F;
}

.p-recruit-date__ships {
  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: 90px;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__ships {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-date__ship:nth-child(2) {
    margin-top: -1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-date__welfare {
    display: grid;
    gap: 1.125rem;
  }
}

.p-recruit-date__welfare dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__welfare dl {
    display: grid;
    gap: 0.9375rem;
  }
}

.p-recruit-date__welfare dt,
.p-recruit-date__welfare dd {
  padding-block: 20px;
  padding-block: 1.25rem;
}

.p-recruit-date__welfare dl dt {
  font-weight: 800;
  color: #00AA3A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  min-width: 208px;
  min-width: 13rem;
  border-bottom: 1px solid #00AA3A;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__welfare dl dt {
    min-width: 0;
    min-width: initial;
    border-bottom: none;
    padding: 0;
    padding-bottom: 0.9375rem;
    position: relative;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-date__welfare dl dt::before {
    content: "";
    display: block;
    width: 3.125rem;
    height: 0.125rem;
    background-color: #00AA3A;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
  }
}

.p-recruit-date__welfare dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: calc(100% - 13rem);
  border-bottom: 1px solid #818181;
}
@media screen and (max-width: 767px) {
  .p-recruit-date__welfare dl dd {
    border-bottom: none;
    width: 100%;
    padding: 0;
    font-size: 1rem;
  }
}

.p-recruit-flow {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow {
    margin-top: 4.6875rem;
  }
}

.p-recruit-flow__container {
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__container {
    padding-bottom: 4.375rem;
  }
}

.p-recruit-flow__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.125rem;
  }
}

.p-recruit-flow__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 361/195;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__images img {
    aspect-ratio: 212/114;
  }
}

.p-recruit-flow__comment {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9;
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__comment {
    margin-top: 1.875rem;
    padding-inline: 1.25rem;
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-recruit-flow__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(#e4007f 0%, #ff79c4 100%);
  margin-top: 70px;
  margin-top: 4.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 96% 0, 100% 20%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__button {
    margin-top: 2.5rem;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 20%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 20%, 100% 100%, 0 100%);
  }
}

.p-recruit-flow__button a {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 600px;
  min-width: 37.5rem;
  min-height: 120px;
  min-height: 7.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__button a {
    min-width: initial;
    width: 90%;
    font-size: 1.375rem;
    min-width: 20.9375rem;
    max-width: 24rem;
  }
}

.p-recruit-flow__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  left: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 89px;
  min-width: 5.5625rem;
  min-height: 120px;
  min-height: 7.5rem;
  background-image: url(../images/recruit/button_accent.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__button a::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-job__container {
    overflow: hidden;
  }
}

.p-recruit-job__title {
  font-size: 75px;
  font-size: 4.6875rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  color: #00AA3A;
  line-height: 1.1;
  margin-top: -135px;
  margin-top: -8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 2.9375rem;
    margin-top: -1.875rem;
    letter-spacing: 0;
  }
}

.p-recruit-job__title span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.1;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-recruit-job__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
  display: grid;
  grid-template-columns: 656fr 814fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__items {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
    margin-top: 1.5625rem;
  }
}

.p-recruit-job__name {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  background-color: #00AA3A;
  min-height: 56px;
  min-height: 3.5rem;
  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;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  position: relative;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__name {
    width: calc(100% - 2.5rem);
    font-size: 1.3125rem;
  }
}

.p-recruit-job__name::before {
  content: "";
  display: block;
  width: 28px;
  width: 1.75rem;
  height: 25px;
  height: 1.5625rem;
  background-image: url(../images/recruit/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 52.5%;
  -webkit-transform: skewX(35deg) translateX(-50%);
          transform: skewX(35deg) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-job__name::before {
    left: calc(50% + 1.25rem);
  }
}

.p-recruit-job__name span {
  display: block;
  text-align: center;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}

.p-recruit-job__item {
  padding-left: 100px;
  padding-left: 6.25rem;
  padding-right: 9.7222222222%;
}
@media screen and (min-width: 768px) and (max-width: 1398px) {
  .p-recruit-job__item {
    padding-left: 3.125rem;
    padding-right: 6.9444444444%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 1.875rem;
  }
}

.p-recruit-job__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item dl {
    display: block;
  }
}

.p-recruit-job__item dt,
.p-recruit-job__item dd {
  padding-block: 20px;
  padding-block: 1.25rem;
}

.p-recruit-job__item dt {
  font-weight: 800;
  color: #00AA3A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  min-width: 132px;
  min-width: 8.25rem;
  border-bottom: 1px solid #00AA3A;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item dt {
    min-width: 0;
    min-width: initial;
    border-bottom: none;
    line-height: 1.1;
    position: relative;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-job__item dt::before {
    content: "";
    display: block;
    width: 3.125rem;
    height: 0.125rem;
    background-color: #00AA3A;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
  }
}

.p-recruit-job__item dd {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: calc(100% - 8.25rem);
  border-bottom: 1px solid #818181;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item dd {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
  }
}

.p-recruit-job__item--condition {
  max-width: 948px;
  max-width: 59.25rem;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item--condition {
    margin-top: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-recruit-message__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__container {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
    padding-bottom: 3.75rem;
    position: relative;
    overflow: hidden;
  }
}

.p-recruit-message__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__item {
    margin: 0;
  }
}

.p-recruit-message__title {
  font-size: 110px;
  font-size: 6.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  line-height: 1.2;
  color: #00AA3A;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__title {
    font-size: 4.375rem;
    margin-top: 0.9375rem;
  }
}

.p-recruit-message__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__text {
    margin-top: 0.625rem;
  }
}

.p-recruit-message__text p:last-child {
  text-align: end;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-recruit-message__bg {
    position: absolute;
    bottom: 0;
    right: -3.125rem;
    width: 22.625rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: -1;
  }
}

.p-recruit {
  position: relative;
  z-index: 1;
  background-color: #fff;
  z-index: 1;
}

.p-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88.1944444444%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(to bottom, #e4007f 0%, #ff79c4 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit::before {
    width: 100%;
  }
}

.p-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/recuruit_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  aspect-ratio: 595/796;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit::after {
    aspect-ratio: 247/330;
    width: 57.7102803738%;
    left: -15%;
    top: -26%;
    background-image: url(../images/top/recuruit_bg_sp.png);
  }
}
@media screen and (max-width: 400px) {
  .p-recruit::after {
    top: -30%;
  }
}

.p-recruit__inner {
  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-inline: 4.8611111111%;
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    display: block;
    padding-inline: 1.25rem;
    padding-bottom: 4.6875rem;
  }
}

.p-recruit__head {
  width: 58.0769230769%;
}
@media screen and (max-width: 767px) {
  .p-recruit__head {
    width: 100%;
  }
}

.p-recruit__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    text-align: center;
  }
}

.p-recruit__title span {
  font-size: 75px;
  font-size: 4.6875rem;
  font-style: italic;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-recruit__title span {
    font-size: 3.4375rem;
  }
}

.p-recruit__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    width: 100%;
    margin-inline: initial;
  }
}

.p-recruit__more {
  margin-top: 42px;
  margin-top: 2.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-recruit__image {
  width: 41.6153846154%;
}
@media screen and (max-width: 767px) {
  .p-recruit__image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 3rem;
  }
}

.p-recruit__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/308;
}
@media screen and (max-width: 767px) {
  .p-recruit__image img {
    aspect-ratio: 430/186;
  }
}

.p-single-news__inner {
  max-width: 880px;
  max-width: 55rem;
  margin-inline: auto;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__inner {
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-single-news__date {
  color: #E4007F;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-news__date {
    font-size: 0.8125rem;
  }
}

.p-single-news__title {
  line-height: 1.4583333333;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__title {
    font-size: 1.5rem;
  }
}

.p-single-news__thumbnail {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__thumbnail {
    margin-top: 1.25rem;
  }
}

.p-single-news__thumbnail img {
  height: 100%;
}

.p-single-news__dummy {
  background: -webkit-gradient(linear, left top, left bottom, from(#00baff), to(#000a81));
  background: linear-gradient(#00baff 0%, #000a81 100%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 40px;
  padding: 2.5rem;
}

.p-single-news__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single-news__content h2,
.p-single-news__content h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-single-news__content h2,
  .p-single-news__content h3 {
    margin-bottom: -0.625rem;
    font-size: 1.125rem;
  }
}

.p-single-news__content h2 {
  padding: 17px 30px;
  padding: 1.0625rem 1.875rem;
  background-color: #EDEDED;
  position: relative;
}

.p-single-news__content h2::before {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#ff79c4));
  background: linear-gradient(#e4007f 0%, #ff79c4 100%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-single-news__content h2::before {
    width: 0.3125rem;
  }
}

.p-single-news__content h3 {
  color: #E4007F;
}

.p-single-news__content p {
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-news__content p {
    margin-top: 1.25rem;
  }
}

.p-single-news__back {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__back {
    margin-top: 2.1875rem;
  }
}

.p-single-news__link {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  min-width: 18.75rem;
  background-color: #E4007F;
  color: #fff;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 70px;
  min-height: 4.375rem;
  margin-inline: auto;
  letter-spacing: 0.06em;
  font-size: 17px;
  font-size: 1.0625rem;
}

.p-single-news__icon {
  width: 25px;
  width: 1.5625rem;
}

.p-trade {
  background-image: url(../images/top/trade_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-trade__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(122deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .93) 47%, rgba(0, 170, 58, .85) 47%, rgba(32, 208, 127, .85) 100%);
}
@media screen and (max-width: 767px) {
  .p-trade__inner {
    grid-template-columns: 1fr;
    background: top linear-gradient(12deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .93) 60%, rgba(0, 170, 58, .85) 60%, rgba(32, 208, 127, .85) 100%);
  }
}

.p-trade__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-trade__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.875rem;
    padding-inline: 1.25rem;
    width: 100%;
    padding-bottom: 4.6875rem;
    padding-top: 2.5rem;
  }
}

.p-trade__title {
  color: #00AA3A;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-trade__title {
    font-size: 1.25rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
}

.p-trade__title span {
  font-size: 75px;
  font-size: 4.6875rem;
  font-style: italic;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-trade__title span {
    font-size: 4.0625rem;
    display: block;
    letter-spacing: 0;
    margin-bottom: 0.1875rem;
  }
}

.p-trade__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-trade__more {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-trade__picture {
  padding-block: 90px;
  padding-block: 5.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-trade__picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 1.625rem;
    padding-bottom: 0;
  }
}

.p-trade__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.85;
}

.p-trade__logo {
  width: 34.3055555556%;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 767px) {
  .p-trade__logo {
    width: 28.7058823529%;
    max-width: 9.0625rem;
    margin-inline: auto;
  }
}

.p-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.p-video__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-video__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grecaptcha-badge {
  opacity: 0;
}
/*# sourceMappingURL=styles.css.map */
