/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/styles/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ===============================================
# 変数設定用のファイルです
=============================================== */
/* ===============================================
# 色
=============================================== */
/* ===============================================
# font-family
=============================================== */
/* ===============================================
# Sassのミックスインを記述するファイルです
=============================================== */
/* ===============================================
# メディアクエリ
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# 微調整用のクラスなどを定義するファイルです。唯一 !important の使用ができます。
=============================================== */
@media screen and (max-width: 520px) {
  .u-show-pc {
    display: none !important;
  }
}
.u-show-sp {
  display: none !important;
}
@media screen and (max-width: 520px) {
  .u-show-sp {
    display: block !important;
  }
}
.u-hide-pc {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .u-hide-pc {
    display: block !important;
  }
}
@media screen and (max-width: 520px) {
  .u-hide-sp {
    display: none !important;
  }
}
.u-hover-opacity-50 {
  transition: all 0.5s;
}
.u-hover-opacity-50:hover {
  opacity: 0.5;
}
.u-hover-opacity-70 {
  transition: all 0.5s;
}
.u-hover-opacity-70:hover {
  opacity: 0.7;
}

/* ===============================================
# 全ページ共通のスタイルを記述するファイルです
=============================================== */
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  display: none;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-family: "Kiwi Maru", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #AC332C;
  bottom: -2rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .wpcf7 .wpcf7-not-valid-tip {
    bottom: -3.6rem;
  }
}

.l-header {
  width: 100vw;
  position: fixed;
  top: 4.6rem;
  left: 0;
  z-index: 1000;
}
.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6rem;
  padding-left: 6rem;
}
.l-header__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.l-header__menu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.l-header__menuText {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-right: 1.45rem;
}
.l-header__menuParent {
  width: 7.678rem;
  height: 7.678rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__menuChild {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__menuChildCircle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 3.5rem;
  transition: all 0.5s;
}
.l-header__menuChildCircle:first-child {
  top: 2.2rem;
}
.l-header__menuChildCircle:nth-child(2) {
  top: 3.5rem;
}
.l-header__menuChildCircle:last-child {
  top: 4.8rem;
}
.l-header.is-open .l-header__title {
  color: #143490;
}
.l-header.is-open .l-header__menuText {
  color: #143490;
}
.l-header.is-open .l-header__menuParent {
  border: 1px solid #143490;
}
.l-header.is-open .l-header__menuChildCircle {
  background-color: #143490;
}
.l-header.is-open .l-header__menuChildCircle:first-child {
  width: 2.7rem;
  height: 0.3rem;
  transform: rotate(45deg);
  border-radius: 0.15rem;
  left: 2.4rem;
  top: 3.6rem;
}
.l-header.is-open .l-header__menuChildCircle:nth-child(2) {
  display: none;
}
.l-header.is-open .l-header__menuChildCircle:last-child {
  width: 2.7rem;
  height: 0.3rem;
  transform: rotate(-45deg);
  border-radius: 0.15rem;
  left: 2.4rem;
  top: 3.6rem;
}
.l-header.blue .l-header__title {
  color: #143490;
}
.l-header.blue .l-header__menuText {
  color: #143490;
}
.l-header.blue .l-header__menuParent {
  border: 1px solid #143490;
}
.l-header.blue .l-header__menuChildCircle {
  background-color: #143490;
}
@media screen and (max-width: 520px) {
  .l-header {
    top: 2rem;
  }
  .l-header__wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-header__title {
    font-size: 1.6rem;
  }
}

.l-footer__topArrow {
  display: block;
  width: 0.1rem;
  height: 15.8rem;
  background-color: #707070;
  margin: 0 auto 5.89rem;
  position: relative;
}
.l-footer__topArrow::after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: #707070;
  transform: rotate(30deg);
  position: absolute;
  bottom: -0.1rem;
  left: 0.2rem;
}
.l-footer__topHeading {
  text-align: center;
}
.l-footer__topHeading--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #1A1A1A;
  margin-bottom: 2.2rem;
}
.l-footer__topHeading--sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #1A1A1A;
}
.l-footer__contact {
  background: linear-gradient(#12A9CB, #143490);
  padding-top: 14.4rem;
  padding-bottom: 13rem;
  margin-top: -7rem;
}
.l-footer__contactList {
  width: 89.333%;
  max-width: 109.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer__contactListItem {
  width: calc(50% - 1.5rem);
  position: relative;
}
.l-footer__contactListItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.l-footer__contactListItemBody {
  text-align: center;
  position: relative;
  z-index: 1;
}
.l-footer__contactListItemHeading {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1A1A1A;
}
.l-footer__contactListItem._note .l-footer__contactListItemBody {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.l-footer__contactListItem._note .l-footer__contactListItemHeading {
  margin-bottom: 4.8rem;
}
.l-footer__contactListItem._note .l-footer__contactListItemText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  color: #1A1A1A;
}
.l-footer__contactListItem._form .l-footer__contactListItemBody {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.l-footer__contactListItem._form .l-footer__contactListItemHeading {
  margin-bottom: 4.1rem;
}
.l-footer__contactListItem._form .l-footer__contactListItemButton {
  width: 40.4rem;
  height: 9.1rem;
  border-radius: 4.6rem;
  background-color: #143490;
  margin: 0 auto;
  opacity: 0.8;
  transition: all 0.5s;
}
.l-footer__contactListItem._form .l-footer__contactListItemButton:hover {
  opacity: 0.5;
}
.l-footer__contactListItem._form .l-footer__contactListItemButtonLink {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.l-footer__contactListItem._form .l-footer__contactListItemButtonBody {
  display: flex;
  align-items: center;
}
.l-footer__contactListItem._form .l-footer__contactListItemButtonImage {
  width: 3.6rem;
  margin-right: 1rem;
}
.l-footer__contactListItem._form .l-footer__contactListItemButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .l-footer__contact {
    padding-top: 11.95rem;
    padding-bottom: 5rem;
    margin-top: -7rem;
  }
  .l-footer__contactList {
    flex-direction: column;
  }
  .l-footer__contactListItem {
    width: 100%;
    margin-bottom: 5rem;
  }
  .l-footer__contactListItem:last-child {
    margin-bottom: 0;
  }
  .l-footer__contactListItemHeading {
    font-size: 1.6rem;
  }
  .l-footer__contactListItem._note .l-footer__contactListItemBody {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .l-footer__contactListItem._note .l-footer__contactListItemHeading {
    margin-bottom: 3.3rem;
  }
  .l-footer__contactListItem._form .l-footer__contactListItemHeading {
    margin-bottom: 3.1rem;
  }
  .l-footer__contactListItem._form .l-footer__contactListItemButton {
    width: 28.4rem;
  }
}
.l-footer__main {
  padding-top: 8.2rem;
  padding-bottom: 2.4rem;
}
.l-footer__mainWrapper {
  width: 89.333%;
  max-width: 116rem;
  margin: 0 auto;
}
.l-footer__mainBody {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}
.l-footer__mainLeftLogo {
  width: 51.2rem;
  margin-bottom: 2rem;
}
.l-footer__mainLeftLogoLink {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__mainLeftAddress {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.l-footer__mainLeftAddressLine {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.72;
  color: #1A1A1A;
}
.l-footer__mainRight {
  display: flex;
  padding-top: 0.5rem;
}
.l-footer__mainRightList {
  /* padding-right: 6.7rem; */
  margin-right: 9.4rem;
}
.l-footer__mainRightList:last-child {
  margin-right: 0;
}
.l-footer__mainRightListItem {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  margin-bottom: 4rem;
}
.l-footer__mainRightListItemLink {
  display: block;
}
.l-footer__mainRightListItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l-footer__mainBody {
    flex-direction: column;
    margin-bottom: 5.4rem;
  }
  .l-footer__mainLeft {
    margin-bottom: 6.1rem;
  }
  .l-footer__mainLeftLogo {
    width: 100%;
  }
  .l-footer__mainLeftAddress {
    margin-left: 0;
  }
  .l-footer__mainRight {
    flex-direction: column;
    padding-top: 0;
  }
  .l-footer__mainRightList {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .l-footer__mainRightList:last-child {
    margin-bottom: 0;
  }
  .l-footer__mainRightListItem {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 3rem;
  }
}
.l-footer__copyright {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.78;
  color: #1A1A1A;
}

.l-layout-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.l-layout-loading__wrapper {
  width: 100%;
  transition: all 0.5s;
  transform: scaleY(1);
}
.l-layout-loading__wrapper._upper {
  height: 55%;
  /* background: linear-gradient(#007EC6, #0A95C9); */
  background: linear-gradient( #143490, #0A95C9);
  transform-origin: center top;
  padding-top: 45vh;
  position: relative;
}
.l-layout-loading__wrapper._upper .l-layout-loading__wrapperProgress {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.l-layout-loading__wrapper._upper .l-layout-loading__wrapperBar {
  position: absolute;
  height: 0.2rem;
  right: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 1s;
}
.l-layout-loading__wrapper._lower {
  height: 45%;
  background: linear-gradient(#0A95C9, #12A9CB);
  transform-origin: center bottom;
}
.l-layout-loading.loaded .l-layout-loading__wrapper {
  animation: loading-wrapper-anim 1s ease-in-out 1s forwards;
}
@keyframes loading-wrapper-anim {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.l-layout-loading.loaded .l-layout-loading__wrapper._upper .l-layout-loading__wrapperBar {
  right: 0;
}
@media screen and (max-width: 520px) {
  .l-layout-loading .l-layout-loading__wrapper._upper {
    padding-top: 40vh;
  }
}
.l-layout-mv {
  padding-top: 33.6rem;
  padding-bottom: 20.5rem;
  position: relative;
  overflow: hidden;
}
.l-layout-mv::before {
  content: "";
  width: 137vw;
  aspect-ratio: 1758/880;
  border-radius: 50%;
  background: linear-gradient(#007EC6, #143490);
  position: absolute;
  bottom: 0;
  left: -18.5vw;
  z-index: -1;
}
.l-layout-mv__background {
  content: "";
  width: 137vw;
  aspect-ratio: 1758/880;
  border-radius: 50%;
  background: linear-gradient(#007EC6, #143490);
  position: absolute;
  bottom: 0;
  left: -18.5vw;
  z-index: -1;
}
.l-layout-mv__title {
  text-align: center;
}
.l-layout-mv__title--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.l-layout-mv__title--sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .l-layout-mv {
    padding-top: 41.6rem;
    padding-bottom: 30.3rem;
  }
  .l-layout-mv::before {
    width: 137vw;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 56rem;
    border-bottom-right-radius: 56rem;
    left: -18.5vw;
  }
}
@media screen and (max-width: 520px) {
  .l-layout-mv {
    height: 100vh;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .l-layout-mv::before {
    width: 160vw;
    left: -30vw;
    border-bottom-left-radius: 30rem;
    border-bottom-right-radius: 30rem;
  }
  .l-layout-mv._product .l-layout-mv__title--main {
    font-size: 4rem;
    line-height: 1.75;
    margin-bottom: 2.8rem;
  }
  .l-layout-mv._work .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._affiliate .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._entry-confirm .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._contact-input .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._contact-confirm .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._contact-thanks .l-layout-mv__title--main {
    font-size: 4rem;
  }
  .l-layout-mv._policy .l-layout-mv__title--main {
    font-size: 4rem;
  }
}

.l-breadcrumb {
  width: 100%;
  max-width: 61.5rem;
  margin: 0 auto 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-breadcrumb__item {
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid #143490;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-breadcrumb__item::before, .l-breadcrumb__item::after {
  content: "";
  position: absolute;
  background-color: #143490;
}
.l-breadcrumb__item::before {
  width: 20rem;
  height: 0.1rem;
  top: calc(50% - 0.05rem);
  right: -20rem;
}
.l-breadcrumb__item::after {
  width: 0.7rem;
  height: 0.7rem;
  top: calc(50% - 0.35rem);
  right: -20.7rem;
}
.l-breadcrumb__itemText {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #323364;
}
.l-breadcrumb__item.current {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #143490;
}
.l-breadcrumb__item.current .l-breadcrumb__itemText {
  color: #ffffff;
}
.l-breadcrumb__item.done {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #B4B4B4;
  border: 1px solid #B4B4B4;
}
.l-breadcrumb__item.done::before, .l-breadcrumb__item.done::after {
  background-color: #B4B4B4;
}
.l-breadcrumb__item.done .l-breadcrumb__itemText {
  color: #ffffff;
}
.l-breadcrumb__item:last-child::before, .l-breadcrumb__item:last-child::after {
  display: none;
}
@media screen and (max-width: 520px) {
  .l-breadcrumb {
    margin-bottom: 3rem;
  }
  .l-breadcrumb__item::before {
    width: 5.85rem;
    right: -5.85rem;
  }
  .l-breadcrumb__item::after {
    right: -6.55rem;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  transition: all 0.5s;
  transform: translateX(100%);
}
.l-nav.is-active {
  transform: translateX(0);
}
.l-nav__wrapper {
  width: 100%;
  height: auto;
  margin-top: 17rem;
  padding-right: 6rem;
  padding-bottom: 2rem;
  padding-left: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-nav__top {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto 12.5vh;
  display: flex;
  justify-content: space-between;
}
.l-nav__topList {
  width: -moz-fit-content;
  width: fit-content;
}
.l-nav__topListItem {
  margin-bottom: 7.33rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #1A1A1A;
  transition: all 0.5s;
}
.l-nav__topListItem:last-child {
  margin-bottom: 0;
}
.l-nav__topListItemLink {
  display: block;
  width: 100%;
  height: 100%;
}
.l-nav__topListItemMain {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
.l-nav__topListItemSub {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.l-nav__topListItem:hover {
  color: #143490;
}
.l-nav__bottomList {
  width: 100%;
  max-width: 109.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-nav__bottomListItem {
  width: calc(50% - 1.5rem);
  position: relative;
}
.l-nav__bottomListItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EAF0F8;
  opacity: 0.8;
}
.l-nav__bottomListItemBody {
  text-align: center;
  position: relative;
  z-index: 1;
}
.l-nav__bottomListItemHeading {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1A1A1A;
}
.l-nav__bottomListItem._note .l-nav__bottomListItemBody {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.l-nav__bottomListItem._note .l-nav__bottomListItemHeading {
  margin-bottom: 4.8rem;
}
.l-nav__bottomListItem._note .l-nav__bottomListItemText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  color: #1A1A1A;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemBody {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemHeading {
  margin-bottom: 4.1rem;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButton {
  width: 40.4rem;
  height: 9.1rem;
  border-radius: 4.6rem;
  background-color: #143490;
  margin: 0 auto;
  opacity: 0.8;
  transition: all 0.5s;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButton:hover {
  opacity: 0.5;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButtonLink {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButtonBody {
  display: flex;
  align-items: center;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButtonImage {
  width: 3.6rem;
  margin-right: 1rem;
}
.l-nav__bottomListItem._form .l-nav__bottomListItemButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .l-nav__bottomList {
    flex-direction: column;
  }
  .l-nav__bottomListItem {
    width: 100%;
    margin-bottom: 5rem;
  }
  .l-nav__bottomListItem:last-child {
    margin-bottom: 0;
  }
  .l-nav__bottomListItemHeading {
    font-size: 1.6rem;
  }
  .l-nav__bottomListItem._note .l-nav__bottomListItemBody {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .l-nav__bottomListItem._note .l-nav__bottomListItemHeading {
    margin-bottom: 3.3rem;
  }
  .l-nav__bottomListItem._form .l-nav__bottomListItemHeading {
    margin-bottom: 3.1rem;
  }
  .l-nav__bottomListItem._form .l-nav__bottomListItemButton {
    width: 28.4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    overflow: scroll;
  }
  .l-nav__wrapper {
    margin-top: 0;
    padding-top: 20rem;
    padding-right: 2rem;
    padding-left: 2rem;
    display: block;
  }
  .l-nav__top {
    display: block;
    padding-left: 5rem;
    margin-bottom: 5.18rem;
  }
  .l-nav__topList {
    margin-bottom: 5rem;
  }
  .l-nav__topListItem {
    margin-bottom: 5rem;
  }
  .l-nav__bottomList {
    flex-direction: column-reverse;
  }
  .l-nav__bottomListItem {
    width: 100%;
  }
  .l-nav__bottomListItem._note .l-nav__bottomListItemBody {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .l-nav__bottomListItem._note .l-nav__bottomListItemHeading {
    margin-bottom: 3.3rem;
  }
  .l-nav__bottomListItem._form {
    margin-bottom: 2rem;
  }
  .l-nav__bottomListItem._form .l-nav__bottomListItemBody {
    padding-top: 3.3rem;
    padding-bottom: 2.7rem;
  }
  .l-nav__bottomListItem._form .l-nav__bottomListItemHeading {
    margin-bottom: 3.1rem;
  }
  .l-nav__bottomListItem._form .l-nav__bottomListItemButton {
    width: 28.4rem;
  }
}

@media screen and (max-height: 799px) {
  .l-nav {
    overflow: scroll;
  }
}

.p-index-mv {
  overflow: hidden;
}
.p-index-mv__wrapper {
  position: relative;
}
.p-index-mv__video {
  width: calc(100vw + 50rem);
  border-bottom-left-radius: 100rem 20rem;
  border-bottom-right-radius: 100rem 20rem;
  margin-left: -25rem;
  margin-right: -10rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.p-index-mv__body {
  width: 100%;
  position: absolute;
  top: 45vh;
  text-align: center;
}
.p-index-mv__catch {
  font-family: "Kiwi Maru", serif;
  font-size: 7.1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-bottom: 4.8rem;
}
.p-index-mv__text {
  font-family: "Kiwi Maru", serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.17;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .p-index-mv__video {
    width: calc(100vw + 120rem);
    margin-left: -60rem;
  }
  .p-index-mv__body {
    top: 25vh;
  }
}
@media screen and (max-width: 520px) {
  .p-index-mv__video {
    width: calc(100vw + 160rem);
    margin-left: -80rem;
    border-bottom-left-radius: 200rem;
    border-bottom-right-radius: 200rem;
  }
  .p-index-mv__body {
    top: 26.625vh;
  }
  .p-index-mv__catch {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
  .p-index-mv__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-index-news__wrapper {
  width: 89.333%;
  max-width: 93.9rem;
  margin: 0 auto;
  padding-top: 10.9rem;
  padding-bottom: 11.6rem;
}
.p-index-news__heading {
  margin-bottom: 2rem;
}
.p-index-news__headingMain {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 1.2rem;
}
.p-index-news__headingSub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
}
.p-index-news__listItem {
  border-bottom: 1px solid #C6C6C6;
}
.p-index-news__listItemLink {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-index-news__listItemLeft {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-right: 3.5rem;
  transition: all 0.5s;
}
.p-index-news__listItemRight {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
  background: linear-gradient(transparent 95%, #1A1A1A 0%);
  transition: all 0.5s;
}
.p-index-news__listItem:hover .p-index-news__listItemLeft {
  color: #143490;
}
.p-index-news__listItem:hover .p-index-news__listItemRight {
  color: #143490;
}
.p-index-news__listText {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #7C7C7C;
}
@media screen and (max-width: 520px) {
  .p-index-news__listItemLink {
    display: block;
    padding-top: 3.7rem;
    padding-bottom: 3.8rem;
  }
  .p-index-news__listItemLeft {
    display: block;
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .p-index-news__listItemRight {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-index-concept {
  position: relative;
  overflow: hidden;
}
.p-index-concept::before {
  content: "";
  width: 112.7vw;
  aspect-ratio: 1443/722;
  border-radius: 50%;
  background-color: #F2F8FF;
  position: absolute;
  top: 0;
  left: -6.35vw;
  z-index: -1;
}
.p-index-concept__wrapper {
  padding-top: 17rem;
}
.p-index-concept__heading {
  text-align: center;
  margin-bottom: 9.4rem;
}
.p-index-concept__headingText {
  font-family: "Kiwi Maru", serif;
  font-size: 5.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.33;
  color: #143490;
}
.p-index-concept .swiper {
  margin-bottom: 20rem;
}
.p-index-concept .swiper-wrapper {
  transition-timing-function: linear;
}
.p-index-concept .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.p-index-concept .swiper-slide-item {
  width: 26.6vw;
  aspect-ratio: 1/1;
}
.p-index-concept__list {
  padding-bottom: 15rem;
}
.p-index-concept__listItem {
  position: relative;
  margin-bottom: 15rem;
}
.p-index-concept__listItem:last-child {
  margin-bottom: 0;
}
.p-index-concept__listItem::before {
  content: "";
  width: 88%;
  height: 55rem;
  background-color: #F2F8FF;
  position: absolute;
  top: calc(50% - 27.5rem);
  right: 0;
  z-index: -1;
}
.p-index-concept__listItemWrapper {
  width: 90.625%;
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
}
.p-index-concept__listItemLeft {
  position: relative;
}
.p-index-concept__listItemLeftImage {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.p-index-concept__listItemLeftImage._large {
  z-index: 0;
  top: 0;
  left: 0;
}
.p-index-concept__listItemLeftImage._small {
  z-index: 1;
  right: 0;
  bottom: 0;
}
.p-index-concept__listItemRightHeading {
  margin-bottom: 4.6rem;
}
.p-index-concept__listItemRightHeading--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 1.85rem;
}
.p-index-concept__listItemRightHeading--sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
}
.p-index-concept__listItemRightMiddle {
  margin-bottom: 3.9rem;
}
.p-index-concept__listItemRightMiddleText {
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6;
  color: #007EC6;
}
.p-index-concept__listItemRightButton {
  width: 22.4rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  background: linear-gradient(-90deg, #007EC6, #143490);
  transition: all 0.5s;
}
.p-index-concept__listItemRightButton:hover {
  opacity: 0.6;
}
.p-index-concept__listItemRightButtonLink {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.p-index-concept__listItemRightButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  margin-left: 2.3rem;
}
.p-index-concept__listItemRightButtonText::before, .p-index-concept__listItemRightButtonText::after {
  content: "";
  width: 0.853rem;
  height: 0.1rem;
  background-color: #ffffff;
  position: absolute;
  top: 0.8rem;
  left: -2.3rem;
}
.p-index-concept__listItemRightButtonText::after {
  transform: rotate(90deg);
}
.p-index-concept__listItem._about .p-index-concept__listItemLeft {
  width: 52%;
}
.p-index-concept__listItem._about .p-index-concept__listItemLeftImage._large {
  width: 92%;
}
.p-index-concept__listItem._about .p-index-concept__listItemLeftImage._small {
  width: 67%;
}
.p-index-concept__listItem._about .p-index-concept__listItemRight {
  padding-top: 22.1rem;
  padding-bottom: 20rem;
  padding-left: 12.2rem;
}
.p-index-concept__listItem._product::before {
  right: auto;
  left: 0;
}
.p-index-concept__listItem._product .p-index-concept__listItemWrapper {
  flex-direction: row-reverse;
}
.p-index-concept__listItem._product .p-index-concept__listItemLeft {
  width: 52%;
}
.p-index-concept__listItem._product .p-index-concept__listItemLeftImage._large {
  width: 79%;
  right: 0;
  left: auto;
}
.p-index-concept__listItem._product .p-index-concept__listItemLeftImage._small {
  width: 67%;
  right: auto;
  left: 0;
}
.p-index-concept__listItem._product .p-index-concept__listItemRight {
  padding-top: 18.9rem;
  padding-bottom: 16.5rem;
  padding-left: 5.5rem;
}
.p-index-concept__listItem._partners .p-index-concept__listItemLeft {
  width: 54%;
}
.p-index-concept__listItem._partners .p-index-concept__listItemLeftImage._large {
  width: 76%;
}
.p-index-concept__listItem._partners .p-index-concept__listItemLeftImage._small {
  width: 64%;
}
.p-index-concept__listItem._partners .p-index-concept__listItemRight {
  padding-top: 27.6rem;
  padding-bottom: 25.2rem;
  padding-left: 9.1rem;
}
@media screen and (max-width: 960px) {
  .p-index-concept__wrapper {
    padding-top: 12rem;
  }
  .p-index-concept__list {
    padding-bottom: 12rem;
  }
  .p-index-concept__listItem {
    width: 89.333%;
    margin: 0 auto 12.2rem;
  }
  .p-index-concept__listItem::before {
    width: 100%;
    height: 82%;
    top: auto;
    bottom: 0;
  }
  .p-index-concept__listItemWrapper {
    width: 100%;
    flex-direction: column;
  }
  .p-index-concept__listItemLeft {
    width: 100%;
    aspect-ratio: 335/383;
  }
  .p-index-concept__listItemRight {
    text-align: center;
  }
  .p-index-concept__listItemRightHeading {
    margin-bottom: 3.95rem;
  }
  .p-index-concept__listItemRightHeading--main {
    font-size: 4rem;
  }
  .p-index-concept__listItemRightMiddle {
    margin-bottom: 3.4rem;
  }
  .p-index-concept__listItemRightMiddleText {
    font-size: 2.5rem;
  }
  .p-index-concept__listItemRightButton {
    margin: 0 auto;
  }
  .p-index-concept__listItem._about .p-index-concept__listItemLeft {
    width: 100%;
  }
  .p-index-concept__listItem._about .p-index-concept__listItemRight {
    padding-top: 6.7rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }
  .p-index-concept__listItem._product .p-index-concept__listItemWrapper {
    flex-direction: column;
  }
  .p-index-concept__listItem._product .p-index-concept__listItemLeft {
    width: 100%;
  }
  .p-index-concept__listItem._product .p-index-concept__listItemLeftImage._large {
    right: auto;
    left: 0;
  }
  .p-index-concept__listItem._product .p-index-concept__listItemLeftImage._small {
    right: 0;
    left: auto;
  }
  .p-index-concept__listItem._product .p-index-concept__listItemRight {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }
  .p-index-concept__listItem._partners .p-index-concept__listItemLeft {
    width: 100%;
  }
  .p-index-concept__listItem._partners .p-index-concept__listItemRight {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .p-index-concept::before {
    width: 131vw;
    aspect-ratio: 1/1;
    left: -15.5vw;
  }
  .p-index-concept__wrapper {
    padding-top: 13rem;
  }
  .p-index-concept__heading {
    margin-bottom: 5.6rem;
  }
  .p-index-concept__headingText {
    font-size: 3.5rem;
  }
  .p-index-concept .swiper-slide-item {
    width: 90.6vw;
  }
}

.p-about-policy {
  padding-top: 15.8rem;
}
.p-about-policy__top {
  padding-right: 10rem;
  padding-left: 10rem;
  margin-bottom: 15rem;
}
.p-about-policy__topHeading {
  text-align: center;
  margin-bottom: 9.1rem;
}
.p-about-policy__topHeadingText {
  font-family: "Kiwi Maru", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #007EC6;
}
.p-about-policy__topContent {
  text-align: center;
}
.p-about-policy__topContentText {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.65;
  color: #1A1A1A;
}
.p-about-policy__bottom {
  padding-right: 10rem;
  padding-left: 10rem;
  margin-bottom: 15rem;
}
.p-about-policy__bottomHeading {
  margin-bottom: 10rem;
  text-align: center;
  position: relative;
}
.p-about-policy__bottomHeading::before {
  content: "SS FOOD INTERNATIONAL CO., LTD.";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif!important;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #F2F8FF;
  position: absolute;
  top: -3.7rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.p-about-policy__bottomHeading--upper {
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 1.3rem;
}
.p-about-policy__bottomHeading--lower {
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}
.p-about-policy__bottomMiddle {
  margin-bottom: 8.2rem;
  text-align: center;
}
.p-about-policy__bottomMiddleText {
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1A1A1A;
}
.p-about-policy__bottomBottomText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
}
.p-about-policy__list {
  display: flex;
}
.p-about-policy__listItem {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .p-about-policy {
    padding-top: 13.9rem;
  }
  .p-about-policy__top {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 23.8rem;
  }
  .p-about-policy__topHeading {
    margin-bottom: 9.5rem;
  }
  .p-about-policy__topHeadingText {
    font-size: 3.5rem;
  }
  .p-about-policy__topContent {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-about-policy__topContentText {
    font-size: 1.8rem;
  }
  .p-about-policy__bottom {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 12.8rem;
  }
  .p-about-policy__bottomHeading {
    margin-bottom: 5.2rem;
  }
  .p-about-policy__bottomHeading::before {
    content: "SS FOOD \aINTERNATI\aONAL CO.,\aLTD.";
    white-space: pre;
    top: -11rem;
  }
  .p-about-policy__bottomHeading--upper {
    margin-bottom: 7rem;
  }
  .p-about-policy__bottomMiddle {
    margin-bottom: 6.1rem;
  }
  .p-about-policy__list {
    display: flex;
  }
  .p-about-policy__listItem {
    width: 100%;
  }
  .p-about-policy__listItem:first-child {
    display: none;
  }
}
.p-about-company {
  width: 89.333%;
  max-width: 108rem;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  padding-top: 10.8rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  margin-top: -6.45rem;
  background-color: #ffffff;
  position: relative;
}
.p-about-company__table {
  width: 100%;
}
.p-about-company__tableItem {
  display: flex;
}
.p-about-company__tableItemHeading {
  width: 15.5%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-right: 1px solid #959595;
}
.p-about-company__tableItemHeadingText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-about-company__tableItemData {
  width: 84.5%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.p-about-company__tableItemDataText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
.p-about-company__tableItemDataImage {
  width: calc(100vw * calc(600/1280));
  height: 20rem;
  max-width: 71.4rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 520px) {
  .p-about-company {
    padding-top: 3.5rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    margin-top: -2rem;
  }
  .p-about-company__tableItemHeading {
    width: 28.6%;
  }
  .p-about-company__tableItemData {
    width: 71.4%;
    padding-left: 1.66rem;
  }
  .p-about-company__tableItemDataImage {
    width: calc(100vw * calc(191.6/375));
    height: 9rem;
  }
}
.p-about-history {
  padding-top: 16rem;
  padding-bottom: 15rem;
}
.p-about-history__listItem {
  text-align: center;
  position: relative;
  margin-bottom: 11.2rem;
}
.p-about-history__listItem::after {
  content: "";
  width: 0.1rem;
  height: 4.86rem;
  background-color: #959595;
  position: absolute;
  bottom: -7.66rem;
  left: 50%;
}
.p-about-history__listItem:last-child {
  margin-bottom: 0;
}
.p-about-history__listItem:last-child::after {
  display: none;
}
.p-about-history__listItemDate {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 3rem;
}
.p-about-history__listItemEvent {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #1A1A1A;
}
@media screen and (max-width: 520px) {
  .p-about-history {
    padding-top: 13.5rem;
    padding-right: 2rem;
    padding-bottom: 12.45rem;
    padding-left: 2rem;
  }
  .p-about-history__listItemDate {
    margin-bottom: 2.5rem;
  }
}

.p-product-food {
  padding-top: 15rem;
  padding-bottom: 12.6rem;
}
.p-product-food__listItem {
  margin-bottom: 14.75rem;
}
.p-product-food__listItem:last-child {
  margin-bottom: 0;
}
.p-product-food__listItemWrapper {
  width: 88%;
  background-color: #F2F8FF;
  position: relative;
}
.p-product-food__listItemImage {
  width: 42.1875vw;
  max-width: 54rem;
  position: absolute;
}
.--ambient-img{
  height: calc(100vw * calc(606/1280));
  max-height: 60.6rem;
}
.--ambient-img img{
  border-radius: 1rem;
  height: 100%;
}
.p-product-food__listItemBody {
  width: -moz-fit-content;
  width: fit-content;
}
.p-product-food__listItemBodyHeading {
  margin-bottom: 3.36rem;
}
.p-product-food__listItemBodyHeading--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 1.89rem;
}
.p-product-food__listItemBodyHeading--sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
}
.p-product-food__listItemBodyText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
}
.p-product-food__listItem._frozen .p-product-food__listItemWrapper {
  margin-left: auto;
  padding-top: 11.1rem;
  padding-right: 10.8rem;
  padding-bottom: 14.4rem;
  padding-left: 53.5rem;
}
.p-product-food__listItem._frozen .p-product-food__listItemImage {
  top: -9.8rem;
  left: -5.6rem;
}
.p-product-food__listItem._ambient .p-product-food__listItemWrapper {
  margin-right: auto;
  padding-top: 13.7rem;
  padding-right: 54.3rem;
  padding-bottom: 12rem;
  padding-left: 10rem;
}
.p-product-food__listItem._ambient .p-product-food__listItemImage {
  top: -9.8rem;
  right: -8.8rem;
}
.p-product-food__bottom {
  padding-top: 15rem;
}
.p-product-food__bottomHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89.333%;
  max-width: 108rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.p-product-food__bottomHeadingLeft--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 1.2rem;
}
.p-product-food__bottomHeadingLeft--sub {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 3rem;
}
.p-product-food__bottomHeadingLeftButton {
  width: 22.4rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  background: linear-gradient(-90deg, #007EC6, #12A9CB);
  transition: opacity 0.5s;
}
.p-product-food__bottomHeadingLeftButton:hover {
  opacity: 0.7;
}
.p-product-food__bottomHeadingLeftButtonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-product-food__bottomHeadingLeftButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  position: relative;
}
.p-product-food__bottomHeadingLeftButtonText::before {
  content: '';
  width: 0.853rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 0.8rem;
  left: -1.353rem;
}
.p-product-food__bottomHeadingLeftButtonText::after {
  content: '';
  width: 0.853rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 0.8rem;
  left: -1.353rem;
  transform: rotate(90deg);
}
.p-product-food__bottomHeadingRight {
  width: 51.5%;
}
@media screen and (max-width: 960px) {
  .p-product-food__listItem._frozen .p-product-food__listItemWrapper {
    padding-left: 36rem;
  }
  .p-product-food__listItem._ambient .p-product-food__listItemWrapper {
    padding-right: 30rem;
  }
}
@media screen and (max-width: 520px) {
  .p-product-food {
    padding-top: 24.3rem;
    padding-bottom: 12rem;
  }
  .p-product-food__listItem {
    margin-bottom: 17.3rem;
  }
  .p-product-food__listItemImage {
    width: 84.8vw;
  }
  .--ambient-img{
    height: calc(100vw * calc(357/375));
    max-height: 49.5rem;
  }
  .--ambient-img img{
    border-radius: 1rem;
    height: 100%;
  }
  .p-product-food__listItemBody {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-product-food__listItemBodyHeading--main {
    font-size: 5rem;
  }
  .p-product-food__listItem._frozen .p-product-food__listItemWrapper {
    margin-right: auto;
    padding-top: 30.5rem;
    padding-right: 0;
    padding-bottom: 5.8rem;
    padding-left: 0;
  }
  .p-product-food__listItem._frozen .p-product-food__listItemImage {
    top: -12.3rem;
    left: 0;
  }
  .p-product-food__listItem._ambient .p-product-food__listItemWrapper {
    margin-left: auto;
    padding-top: 30.5rem;
    padding-right: 0;
    padding-bottom: 5.8rem;
    padding-left: 0;
  }
  .p-product-food__listItem._ambient .p-product-food__listItemImage {
    top: -12.3rem;
    left: 0;
  }
  .p-product-food__bottom {
    padding-top: 12rem;
  }
  .p-product-food__bottomHeading {
    flex-direction: column-reverse;
  }
  .p-product-food__bottomHeadingLeftButton {
    margin: 0 auto;
  }
  .p-product-food__bottomHeadingRight {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.p-work-top {
  padding-top: 16.9rem;
  margin-bottom: 16rem;
}
.p-work-top__middle {
  text-align: center;
  margin-bottom: 4.8rem;
}
.p-work-top__middleText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
}
.p-work-top__image {
  width: 44.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-work-top {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-work-top {
    padding-top: 13.9rem;
    margin-bottom: 14.3rem;
  }
  .p-work-top__middle {
    margin-bottom: 5.8rem;
  }
  .p-work-top__image {
    width: 100%;
  }
}
.p-work-bottom {
  padding-right: 2rem;
  padding-bottom: 10.1rem;
  padding-left: 2rem;
}
.p-work-bottom__middle {
  text-align: center;
  margin-bottom: 10.3rem;
}
.p-work-bottom__middleText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
}
.p-work-bottom__middleText--underline {
  display: inline-block;
  position: relative;
}
.p-work-bottom__middleText--underline::after {
  content: "";
  width: 100%;
  height: 0.8rem;
  background-color: #DCE4EE;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  z-index: -1;
}
.p-work-bottom__middleText--underline._for-sp {
  display: none;
}
.p-work-bottom__galleryWrapper {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}
.p-work-bottom__galleryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.--sp-open{
  display: none;
}
.p-work-bottom__galleryListItem {
  width: calc(33.333% - 2rem);
  aspect-ratio: 1/1;
  margin-bottom: 3rem;
}
.p-work-bottom__galleryListItem img{
  height: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 520px) {
  .p-work-bottom {
    padding-right: 0;
    padding-bottom: 12rem;
    padding-left: 0;
  }
  .p-work-bottom__middle {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 5.8rem;
  }
  .p-work-bottom__middleText--underline._for-pc {
    display: none;
  }
  .p-work-bottom__middleText--underline._for-sp {
    display: inline-block;
  }
  .p-work-bottom__galleryWrapper {
    display: flex;
    overflow: hidden;
  }
  .p-work-bottom__galleryWrapper:hover .p-work-bottom__gallery__list {
    animation-play-state: paused;
  }
  .p-work-bottom__galleryList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    animation: infinity-slider-anim 60s infinite linear 0.5s both;
  }
  @keyframes infinity-slider-anim {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .--sp-open{
    display: flex;
  }
  .p-work-bottom__galleryListItem {
    width: 34rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

.p-affiliate-vietnam {
  padding-top: 15.4rem;
}
.p-affiliate-vietnam__top {
  background-image: url(.././images/top_background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15.47rem;
  padding-bottom: 26rem;
  text-align: center;
  position: relative;
}
.p-affiliate-vietnam__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#007EC6, #143490);
  opacity: 0.8;
}
.p-affiliate-vietnam__topHeading {
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.p-affiliate-vietnam__bottom {
  padding-bottom: 15rem;
}
.p-affiliate-vietnam__table {
  width: 89.333%;
  max-width: 108rem;
  margin: -21.5rem auto 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  padding-top: 10rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  position: relative;
}
.p-affiliate-vietnam__tableItem {
  display: flex;
}
.p-affiliate-vietnam__tableItemLeft {
  width: 15.7%;
  border-right: 1px solid #959595;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.p-affiliate-vietnam__tableItemLeftText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
.p-affiliate-vietnam__tableItemRight {
  width: 84.3%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
}
.p-affiliate-vietnam__tableItemRightText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
.p-affiliate-vietnam__tableItemRightTextLink {
  background: linear-gradient(transparent 95%, #1B1D1E 0%);
  width: -moz-fit-content;
  width: fit-content;
}
.p-affiliate-vietnam__tableItemRightImage {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .p-affiliate-vietnam {
    padding-top: 12rem;
  }
  .p-affiliate-vietnam__top {
    padding-top: 6.9rem;
    padding-bottom: 24.6rem;
  }
  .p-affiliate-vietnam__bottom {
    padding-bottom: 12rem;
  }
  .p-affiliate-vietnam__table {
    margin-top: -18.3rem;
    padding-top: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-affiliate-vietnam__tableItemLeft {
    width: 25%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
  }
  .p-affiliate-vietnam__tableItemRight {
    width: 75%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
    padding-left: 1.66rem;
  }
  .p-affiliate-vietnam__tableItemRightImage {
    margin-top: 2.8rem;
  }
}
.p-affiliate-bex__top {
  background-image: url(.././images/top_background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15.47rem;
  padding-bottom: 26rem;
  text-align: center;
  position: relative;
}
.p-affiliate-bex__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#007EC6, #143490);
  opacity: 0.8;
}
.p-affiliate-bex__topHeading {
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.p-affiliate-bex__bottom {
  padding-bottom: 15rem;
}
.p-affiliate-bex__table {
  width: 89.333%;
  max-width: 108rem;
  margin: -21.5rem auto 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  padding-top: 10rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  position: relative;
}
.p-affiliate-bex__tableItem {
  display: flex;
}
.p-affiliate-bex__tableItemLeft {
  width: 15.7%;
  border-right: 1px solid #959595;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.p-affiliate-bex__tableItemLeftText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
.p-affiliate-bex__tableItemRight {
  width: 84.3%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
}
.p-affiliate-bex__tableItemRightText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
@media screen and (max-width: 520px) {
  .p-affiliate-bex__top {
    padding-top: 6.9rem;
    padding-bottom: 29.6rem;
  }
  .p-affiliate-bex__bottom {
    padding-bottom: 12rem;
  }
  .p-affiliate-bex__table {
    margin-top: -24.3rem;
    padding-top: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-affiliate-bex__tableItemLeft {
    width: 25%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
  }
  .p-affiliate-bex__tableItemRight {
    width: 75%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
    padding-left: 1.66rem;
  }
}

.p-news-article {
  padding-top: 15rem;
  padding-bottom: 12.6rem;
}
.p-news-article__list {
  width: 89.333%;
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-news-article__listItem {
  width: calc(50% - 2.5rem);
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  padding-top: 2.5rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.p-news-article__listItemImage {
  width: 100%;
}
.p-news-article__listItemBody {
  padding-top: 3rem;
}
.p-news-article__listItemBodyTitle {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4A4A4A;
  margin-bottom: 1rem;
}
.p-news-article__listItemBodyDate {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  color: #525252;
  display: block;
  margin-bottom: 2rem;
}
.p-news-article__listItemBodyDescription {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.43;
  color: #525252;
}
.p-news-article__pdf{
  margin-top: 2rem;
}
.p-news-article__pdf a{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif!important;
  font-size: 1.4rem;
}
.p-news-article__listText {
  width: 100%;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #7C7C7C;
}
@media screen and (max-width: 520px) {
  .p-news-article {
    padding-top: 12.7rem;
    padding-bottom: 13.1rem;
  }
  .p-news-article__list {
    display: block;
  }
  .p-news-article__listItem {
    width: 100%;
  }
  .p-news-article__listItem:last-child {
    margin-bottom: 0;
  }
}

.p-recruit-message {
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
}
.p-recruit-message::before {
  content: "";
  background-color: #F2F8FF;
  position: absolute;
  top: 24.8rem;
  right: 0;
  bottom: 15rem;
  left: 15rem;
  z-index: -1;
}
.p-recruit-message__body {
  width: 89.333%;
  max-width: 108rem;
  margin: 0 auto;
  display: flex;
}
.p-recruit-message__bodyLeft {
  width: 43.9%;
}
.p-recruit-message__bodyLeftImage {
  width: 100%;
}
.p-recruit-message__bodyRight {
  width: 56.1%;
  padding-top: 15.4rem;
  padding-bottom: 4.05rem;
  padding-left: 6.6rem;
}
.p-recruit-message__bodyRightHeading {
  margin-bottom: 5rem;
}
.p-recruit-message__bodyRightHeading--main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 2rem;
}
.p-recruit-message__bodyRightHeading--sub {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
}
.p-recruit-message__bodyRightText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
}
@media screen and (max-width: 520px) {
  .p-recruit-message {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .p-recruit-message::before {
    top: 24.3rem;
    right: 2rem;
    bottom: 12rem;
    left: 2rem;
  }
  .p-recruit-message__body {
    display: block;
  }
  .p-recruit-message__bodyLeft {
    width: 84.8%;
  }
  .p-recruit-message__bodyRight {
    width: 100%;
    padding-top: 6.9rem;
    padding-right: 2rem;
    padding-bottom: 5.8rem;
    padding-left: 2rem;
  }
  .p-recruit-message__bodyRightHeading {
    margin-bottom: 5.3rem;
  }
  .p-recruit-message__bodyRightHeading--main {
    margin-bottom: 1.8rem;
  }
  .p-recruit-message__bodyRightHeading--sub {
    font-size: 1.6rem;
  }
}
.p-pitch{
  width: calc(100vw * calc(960/1280));
  max-width: 96rem;
  margin: 0 auto;
  margin-bottom: 15rem;
}
@media screen and (max-width: 960px) {
  .p-pitch{
    width: calc(100vw * calc(850/960));
  }
}
@media screen and (max-width: 520px) {
  .p-pitch{
    width: calc(100vw * calc(335/375));
    margin-bottom: 12rem;
  }
}
.p-recruit-recruitment__top {
  background-image: url(.././images/top_background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15.9rem;
  padding-bottom: 22.8rem;
  text-align: center;
  position: relative;
}
.p-recruit-recruitment__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#007EC6, #143490);
  opacity: 0.8;
}
.p-recruit-recruitment__topHeading {
  text-align: center;
}
.p-recruit-recruitment__topHeading--main {
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1.2rem;
}
.p-recruit-recruitment__topHeading--sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.p-recruit-recruitment__table {
  width: 89.333%;
  max-width: 108rem;
  margin: -17.8rem auto 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  padding-top: 10rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  position: relative;
}
.p-recruit-recruitment__tableItem {
  display: flex;
}
.p-recruit-recruitment__tableItemLeft {
  width: 15.7%;
  border-right: 1px solid #959595;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.p-recruit-recruitment__tableItemLeftText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
.p-recruit-recruitment__tableItemRight {
  width: 84.3%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
}
.p-recruit-recruitment__tableItemRightText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
}
@media screen and (max-width: 520px) {
  .p-recruit-recruitment__top {
    padding-top: 6.9rem;
    padding-bottom: 26.2rem;
  }
  .p-recruit-recruitment__topHeading--main {
    margin-bottom: 1.8rem;
  }
  .p-recruit-recruitment__table {
    margin-top: -20.9rem;
    padding-top: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-recruit-recruitment__tableItemLeft {
    width: 25%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
  }
  .p-recruit-recruitment__tableItemRight {
    width: 75%;
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
    padding-left: 1.66rem;
  }
}
.p-recruit-step {
  padding-top: 15.9rem;
  padding-bottom: 9rem;
}
.p-recruit-step__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1A1A1A;
  display: block;
  margin-bottom: 5.3rem;
}
.p-recruit-step__listItem {
  text-align: center;
  margin-bottom: 13.45rem;
  position: relative;
}
.p-recruit-step__listItem::after {
  content: "";
  width: 0.1rem;
  height: 4.852rem;
  background-color: #959595;
  position: absolute;
  left: 50%;
  bottom: -8rem;
}
.p-recruit-step__listItem:last-child {
  margin-bottom: 0;
}
.p-recruit-step__listItem:last-child::after {
  display: none;
}
.p-recruit-step__listItemTop {
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  display: block;
  margin-bottom: 3rem;
}
.p-recruit-step__listItemMiddle {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  display: block;
  margin-bottom: 3rem;
}
.p-recruit-step__listItemBottom {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #1A1A1A;
}
.--add-listItemBottom{
  margin-top: 9rem;
}
@media screen and (max-width: 520px) {
  .p-recruit-step {
    padding-top: 13.9rem;
    padding-right: 2rem;
    padding-bottom: 12.8rem;
    padding-left: 2rem;
  }
  .p-recruit-step__text {
    margin-bottom: 6.8rem;
  }
  .p-recruit-step__listItem {
    margin-bottom: 12.7rem;
  }
  .p-recruit-step__listItemMiddle {
    margin-bottom: 2.5rem;
  }
}
.p-recruit-entry {
  padding-top: 14.2rem;
  padding-bottom: 5rem;
  background-color: #EAF0F8;
  margin-bottom: 15rem;
}
.p-recruit-entry__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1B1D1E;
  margin-bottom: 4.8rem;
}
.p-recruit-entry__text--orange {
  color: #FF7B34;
}
@media screen and (max-width: 520px) {
  .p-recruit-entry {
    padding-top: 6.9rem;
    padding-right: 2rem;
    margin-bottom: 12rem;
    padding-left: 2rem;
  }
  .p-recruit-entry__text {
    margin-bottom: 5.1rem;
  }
}

.p-entry-confirm {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-entry-confirm__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  margin-bottom: 5rem;
}
.p-entry-confirm__form {
  width: 100%;
  max-width: 66.3rem;
  margin: 0 auto;
}
.p-entry-confirm__formList {
  margin-bottom: 5rem;
}
.p-entry-confirm__formListItem {
  width: 100%;
  height: 6rem;
  display: flex;
  border: 1px solid #959595;
  margin-bottom: 3rem;
}
.p-entry-confirm__formListItem:last-child {
  margin-bottom: 0;
}
.p-entry-confirm__formListItemLeft {
  width: 32%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.p-entry-confirm__formListItemLeftText {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-entry-confirm__formListItemRight {
  width: 68%;
  display: flex;
  align-items: center;
}
.p-entry-confirm__formListItemRightText {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-entry-confirm__formListItem._sex .p-entry-confirm__formListItemRightText {
  position: relative;
  margin-left: 3rem;
}
.p-entry-confirm__formListItem._sex .p-entry-confirm__formListItemRightText::before, .p-entry-confirm__formListItem._sex .p-entry-confirm__formListItemRightText::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.p-entry-confirm__formListItem._sex .p-entry-confirm__formListItemRightText::before {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #959595;
  background-color: #007EC6;
  top: -0.4rem;
  left: -3rem;
}
.p-entry-confirm__formListItem._sex .p-entry-confirm__formListItemRightText::after {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #ffffff;
  top: 0.4rem;
  left: -2.2rem;
}
.p-entry-confirm__formListItem._pr {
  flex-direction: column;
  height: 15.8rem;
  padding-top: 2.2rem;
  padding-right: 2rem;
  padding-bottom: 2.2rem;
  padding-left: 2rem;
}
.p-entry-confirm__formListItem._pr .p-entry-confirm__formListItemLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
.p-entry-confirm__formListItem._pr .p-entry-confirm__formListItemRight {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
}
.p-entry-confirm__formButton {
  width: 22rem;
  height: 5.7rem;
  border-radius: 2.9rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-entry-confirm__formButton .wpcf7-form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.p-entry-confirm__formButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-entry-confirm__formButton._submit {
  margin-bottom: 1rem;
  background: linear-gradient(#007EC6, #12A9CB);
}
.p-entry-confirm__formButton._submit .p-entry-confirm__formButtonText {
  letter-spacing: 0.2em;
  color: #ffffff;
  position: relative;
}
.p-entry-confirm__formButton._submit .p-entry-confirm__formButtonText::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.4rem;
  right: -2rem;
}
.p-entry-confirm__formButton._back .p-entry-confirm__formButtonText {
  color: #191919;
}
@media screen and (max-width: 520px) {
  .p-entry-confirm {
    padding-top: 12.3rem;
    padding-right: 2rem;
    padding-bottom: 12rem;
    padding-left: 2rem;
  }
  .p-entry-confirm__formList {
    margin-bottom: 5.5rem;
  }
  .p-entry-confirm__formListItem {
    height: auto;
    display: block;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-entry-confirm__formListItemLeft {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 1.8rem;
  }
  .p-entry-confirm__formListItemRight {
    width: 100%;
    display: block;
  }
  .p-entry-confirm__formListItem._pr {
    display: flex;
    flex-direction: column;
    height: 20rem;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-entry-confirm__formListItem._pr .p-entry-confirm__formListItemLeft {
    margin-bottom: 1.1rem;
  }
}
.p-entry-thanks {
  padding-top: 15rem;
  padding-right: 2rem;
  padding-bottom: 15rem;
  padding-left: 2rem;
}
.p-entry-thanks__text {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif!important;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #1A1A1A;
  margin-bottom: 5rem;
}
.p-entry-thanks__body {
  width: 100%;
  max-width: 98.7rem;
  margin: 0 auto 5rem;
  background-color: #EAF0F8;
  border-radius: 2.8rem;
  padding-top: 5rem;
  padding-right: 17.3rem;
  padding-bottom: 5rem;
  padding-left: 17.3rem;
}
.p-entry-thanks__bodyTop {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #1B1D1E;
  margin-bottom: 2.8rem;
}
.p-entry-thanks__bodyBottom {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #143490;
}
.p-entry-thanks__button {
  width: 22.4rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  background: linear-gradient(-90deg, #007EC6, #143490);
  margin: 0 auto;
}
.p-entry-thanks__buttonLink {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.p-entry-thanks__buttonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.p-entry-thanks__buttonText--arrow {
  display: inline-block;
  width: 1.135rem;
  height: 0.1rem;
  background-color: #ffffff;
  margin-right: 1.11rem;
  position: relative;
}
.p-entry-thanks__buttonText--arrow::before, .p-entry-thanks__buttonText--arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background-color: #ffffff;
  position: absolute;
  left: -0.1rem;
}
.p-entry-thanks__buttonText--arrow::before {
  transform: rotate(-45deg);
  top: -0.3rem;
}
.p-entry-thanks__buttonText--arrow::after {
  transform: rotate(45deg);
  bottom: -0.3rem;
}
@media screen and (max-width: 520px) {
  .p-entry-thanks {
    padding-top: 12.3rem;
    padding-right: 2rem;
    padding-bottom: 12rem;
    padding-left: 2rem;
  }
  .p-entry-thanks__text {
    margin-bottom: 3.8rem;
  }
  .p-entry-thanks__body {
    margin-bottom: 3rem;
    padding-right: 2.6rem;
    padding-bottom: 5.9rem;
    padding-left: 1.8rem;
  }
}

.p-contact-input {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-contact-input__text {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 4.8rem;
}
.p-contact-input__text--orange {
  color: #FF7B34;
}
.p-contact-input__form {
  width: 100%;
  max-width: 66.3rem;
  margin: 0 auto;
}
.p-contact-input__formList {
  margin-bottom: 5rem;
}
.p-contact-input__formListItem {
  height: 6rem;
  border: 1px solid #959595;
  margin-bottom: 3rem;
  display: flex;
}
.p-contact-input__formListItem:last-child {
  margin-bottom: 0;
}
.p-contact-input__formListItemLeft {
  width: 25%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.p-contact-input__formListItemLeftText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
  position: relative;
}
.p-contact-input__formListItemRight {
  width: 75%;
  padding-right: 2rem;
  padding-left: 5rem;
}
.p-contact-input__formListItemRight .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
.p-contact-input__formListItemRight--input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
  outline: none;
}
.p-contact-input__formListItemRight--input::-moz-placeholder {
  color: #959595;
}
.p-contact-input__formListItemRight--input:-ms-input-placeholder {
  color: #959595;
}
.p-contact-input__formListItemRight--input::placeholder {
  color: #959595;
}
.p-contact-input__formListItem._required .p-contact-input__formListItemLeft {
  white-space: nowrap;
  padding-right: 2.7rem;
}
.p-contact-input__formListItem._required .p-contact-input__formListItemLeftText::after {
  content: "※";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FF7B34;
  position: absolute;
  top: 0.1rem;
  right: -2.7rem;
}
.p-contact-input__formListItem._required .p-contact-input__formListItemRight {
  width: 100%;
}
.p-contact-input__formListItem._content {
  height: 15.8rem;
  flex-direction: column;
  padding-top: 2.2rem;
  padding-right: 2rem;
  padding-bottom: 2.2rem;
  padding-left: 2rem;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemLeft {
  width: 100%;
  white-space: nowrap;
  padding-left: 0;
  margin-bottom: 1.8rem;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemRight {
  overflow: auto;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemRight--textarea {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemRight--textarea::-moz-placeholder {
  color: #959595;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemRight--textarea:-ms-input-placeholder {
  color: #959595;
}
.p-contact-input__formListItem._content .p-contact-input__formListItemRight--textarea::placeholder {
  color: #959595;
}
.p-contact-input__formConsent {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
}
.p-contact-input__formConsent .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.p-contact-input__formConsent .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.p-contact-input__formConsent .wpcf7-list-item-label {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #1B1D1E;
  position: relative;
}
.p-contact-input__formConsent .wpcf7-list-item-label::before, .p-contact-input__formConsent .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.p-contact-input__formConsent .wpcf7-list-item-label::before {
  width: 2rem;
  height: 2rem;
  border: 1px solid #959595;
  background-color: #ffffff;
  top: 0.4rem;
  left: -3rem;
}
.p-contact-input__formConsent .wpcf7-list-item-label::after {
  display: none;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 3px solid #143490;
  border-bottom: 3px solid #143490;
  transform: rotate(45deg);
  top: 0.4rem;
  left: -2.4rem;
}
.p-contact-input__formConsent .wpcf7-list-item-label-link {
  position: relative;
}
.p-contact-input__formConsent .wpcf7-list-item-label-link::after {
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1B1D1E;
  transition: all 0.5s;
}
.p-contact-input__formConsent .wpcf7-list-item-label-link:hover::after {
  right: 100%;
}
.p-contact-input__formButton {
  width: 22rem;
  height: 5.7rem;
  border-radius: 2.9rem;
  margin: 0 auto;
  background: linear-gradient(#007EC6, #143490);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-input__formButton .wpcf7-form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.p-contact-input__formButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ffffff;
  position: relative;
}
.p-contact-input__formButtonText::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  right: -2.4rem;
}
@media screen and (max-width: 520px) {
  .p-contact-input {
    padding-top: 5.3rem;
    padding-right: 2rem;
    padding-bottom: 12rem;
    padding-left: 2rem;
  }
  .p-contact-input__formList {
    margin-bottom: 4.5rem;
  }
  .p-contact-input__formListItem {
    height: auto;
    display: block;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-contact-input__formListItemLeft {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 1.8rem;
  }
  .p-contact-input__formListItemRight {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .p-contact-input__formListItem._required .p-contact-input__formListItemLeft {
    padding-right: 0;
  }
  .p-contact-input__formListItem._required .p-contact-input__formListItemLeftText::after {
    top: 0.4rem;
  }
  .p-contact-input__formListItem._content {
    height: 20rem;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-contact-input__formConsent {
    text-align: center;
  }
  .p-contact-input__formConsent .wpcf7-list-item-label::before {
    top: 1.8rem;
  }
  .p-contact-input__formConsent .wpcf7-list-item-label::after {
    top: 2rem;
  }
}
.p-contact-confirm {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-contact-confirm__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 5rem;
}
.p-contact-confirm__form {
  width: 100%;
  max-width: 66.3rem;
  margin: 0 auto;
}
.p-contact-confirm__formList {
  margin-bottom: 5rem;
}
.p-contact-confirm__formListItem {
  width: 100%;
  height: 6rem;
  display: flex;
  border: 1px solid #959595;
  margin-bottom: 3rem;
}
.p-contact-confirm__formListItem:last-child {
  margin-bottom: 0;
}
.p-contact-confirm__formListItemLeft {
  width: 32%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.p-contact-confirm__formListItemLeftText {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-contact-confirm__formListItemRight {
  width: 68%;
  display: flex;
  align-items: center;
}
.p-contact-confirm__formListItemRightText {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.p-contact-confirm__formListItem._pr {
  flex-direction: column;
  height: 15.8rem;
  padding-top: 2.2rem;
  padding-right: 2rem;
  padding-bottom: 2.2rem;
  padding-left: 2rem;
}
.p-contact-confirm__formListItem._pr .p-contact-confirm__formListItemLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
.p-contact-confirm__formListItem._pr .p-contact-confirm__formListItemRight {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
}
.p-contact-confirm__formButton {
  width: 22rem;
  height: 5.7rem;
  border-radius: 2.9rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-confirm__formButton .wpcf7-form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.p-contact-confirm__formButtonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-contact-confirm__formButton._submit {
  margin-bottom: 1rem;
  background: linear-gradient(#007EC6, #12A9CB);
}
.p-contact-confirm__formButton._submit .p-contact-confirm__formButtonText {
  letter-spacing: 0.2em;
  color: #ffffff;
  position: relative;
}
.p-contact-confirm__formButton._submit .p-contact-confirm__formButtonText::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.4rem;
  right: -2rem;
}
.p-contact-confirm__formButton._back .p-contact-confirm__formButtonText {
  color: #191919;
}
@media screen and (max-width: 520px) {
  .p-contact-confirm {
    padding-top: 5.9rem;
    padding-right: 2rem;
    padding-bottom: 12.3rem;
    padding-left: 2rem;
  }
  .p-contact-confirm__formListItem {
    height: auto;
    display: block;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-contact-confirm__formListItemLeft {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 1.8rem;
  }
  .p-contact-confirm__formListItemRight {
    width: 100%;
    display: block;
  }
  .p-contact-confirm__formListItem._pr {
    display: flex;
    height: 16.4rem;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.3rem;
    padding-left: 1.7rem;
  }
  .p-contact-confirm__formListItem._pr .p-contact-confirm__formListItemLeft {
    margin-bottom: 1.3rem;
  }
}
.p-contact-thanks {
  padding-top: 15rem;
  padding-right: 2rem;
  padding-bottom: 15rem;
  padding-left: 2rem;
}
.p-contact-thanks__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #1A1A1A;
  margin-bottom: 5rem;
}
.p-contact-thanks__body {
  width: 100%;
  max-width: 98.7rem;
  margin: 0 auto 5rem;
  background-color: #EAF0F8;
  border-radius: 2.8rem;
  padding-top: 5rem;
  padding-right: 17.3rem;
  padding-bottom: 5rem;
  padding-left: 17.3rem;
}
.p-contact-thanks__bodyTop {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #1B1D1E;
  margin-bottom: 2.8rem;
}
.p-contact-thanks__bodyBottom {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #007EC6;
}
.p-contact-thanks__button {
  width: 22.4rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  background: linear-gradient(-90deg, #007EC6, #143490);
  margin: 0 auto;
}
.p-contact-thanks__buttonLink {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.p-contact-thanks__buttonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.p-contact-thanks__buttonText--arrow {
  display: inline-block;
  width: 1.135rem;
  height: 0.1rem;
  background-color: #ffffff;
  margin-right: 1.11rem;
  position: relative;
}
.p-contact-thanks__buttonText--arrow::before, .p-contact-thanks__buttonText--arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background-color: #ffffff;
  position: absolute;
  left: -0.1rem;
}
.p-contact-thanks__buttonText--arrow::before {
  transform: rotate(-45deg);
  top: -0.3rem;
}
.p-contact-thanks__buttonText--arrow::after {
  transform: rotate(45deg);
  bottom: -0.3rem;
}
@media screen and (max-width: 520px) {
  .p-contact-thanks {
    padding-top: 12.3rem;
    padding-bottom: 12rem;
  }
  .p-contact-thanks__text {
    margin-bottom: 3.8rem;
  }
  .p-contact-thanks__body {
    margin-bottom: 3rem;
    padding-right: 2.6rem;
    padding-bottom: 5.9rem;
    padding-left: 1.8rem;
  }
}

.p-policy-body {
  width: 89.333%;
  max-width: 108rem;
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-policy-body__top {
  margin-bottom: 6.24rem;
}
.p-policy-body__topText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  color: #1B1D1E;
}
.p-policy-body__list {
  margin-bottom: 6.1rem;
}
.p-policy-body__listItem {
  margin-bottom: 6.24rem;
}
.p-policy-body__listItem:last-child {
  margin-bottom: 0;
}
.p-policy-body__listItemHeading {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #007EC6;
  margin-bottom: 1.56rem;
}
.p-policy-body__listItemMain {
  padding-left: 2.6rem;
}
.p-policy-body__listItemMainText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  color: #1B1D1E;
}
.p-policy-body__listItemMainTextLink {
  word-wrap: break-word;
}
.p-policy-body__date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  color: #1B1D1E;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  .p-policy-body {
    padding-top: 12.3rem;
    padding-bottom: 10rem;
  }
  .p-policy-body__top {
    margin-bottom: 5.04rem;
  }
  .p-policy-body__list {
    margin-bottom: 5rem;
  }
  .p-policy-body__listItem {
    margin-bottom: 5rem;
  }
}

.c-title__main {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
  margin-bottom: 1.2rem;
}
.c-title__sub {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #007EC6;
}
@media screen and (max-width: 520px) {
  .c-title .c-title__main {
    font-size: 4rem;
    margin-bottom: 1.85rem;
  }
}
.c-title._about-policy {
  text-align: center;
  margin-bottom: 9.8rem;
}
.c-title._about-company {
  margin-bottom: 5rem;
}
.c-title._about-history {
  text-align: center;
  margin-bottom: 5.5rem;
}
.c-title._work-top {
  text-align: center;
  margin-bottom: 5rem;
}
.c-title._work-bottom {
  text-align: center;
  margin-bottom: 4.7rem;
}
.c-title._recruit-step {
  text-align: center;
  margin-bottom: 5rem;
}
.c-title._recruit-entry {
  text-align: center;
  margin-bottom: 5rem;
}

.c-form {
  width: 100%;
  max-width: 66.3rem;
  margin: 0 auto;
}
.c-form__list {
  margin-bottom: 5rem;
}
.c-form__listItem {
  width: 100%;
  height: 6rem;
  display: flex;
  border: 1px solid #959595;
  background-color: #ffffff;
  margin-bottom: 3rem;
}
.c-form__listItem:last-child {
  margin-bottom: 0;
}
.c-form__listItemLeft {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  white-space: nowrap;
}
.c-form__listItemLeftText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
  position: relative;
}
.c-form__listItemRight {
  width: 100%;
  padding-right: 2rem;
  padding-left: 5rem;
}
.c-form__listItemRight--input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
}
.c-form__listItemRight--input::-moz-placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__listItemRight--input:-ms-input-placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__listItemRight--input::placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__listItemRight .wpcf7-form-control .wpcf7-list-item {
  cursor: pointer;
}
.c-form__listItem._required .c-form__listItemLeft {
  padding-right: 2.7rem;
}
.c-form__listItem._required .c-form__listItemLeftText::after {
  content: "※";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FF7B34;
  position: absolute;
  top: 0.2rem;
  right: -2.7rem;
}
.c-form__listItem._sex .c-form__listItemRight {
  display: flex;
  align-items: center;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-form-control {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item {
  margin: 0 5rem 0 0;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item input[type=radio] {
  display: none;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #143490;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
  position: relative;
  margin-right: 5rem;
  margin-left: 3rem;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label:last-child {
  margin-right: 0;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label::before, .c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label::before {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #959595;
  background-color: #ffffff;
  top: -0.4rem;
  left: -3rem;
}
.c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item-label::after {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #ffffff;
  top: 0.4rem;
  left: -2.2rem;
}
.c-form__listItem._pr {
  flex-direction: column;
  height: 15.8rem;
  padding-top: 2.2rem;
  padding-right: 2rem;
  padding-bottom: 2.2rem;
  padding-left: 2rem;
}
.c-form__listItem._pr .c-form__listItemLeft {
  padding-left: 0;
  margin-bottom: 1.6rem;
  white-space: nowrap;
}
.c-form__listItem._pr .c-form__listItemRight {
  overflow: auto;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.c-form__listItem._pr .c-form__listItemRight--textarea {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1B1D1E;
  resize: none;
}
.c-form__listItem._pr .c-form__listItemRight--textarea::-moz-placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__listItem._pr .c-form__listItemRight--textarea:-ms-input-placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__listItem._pr .c-form__listItemRight--textarea::placeholder {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #959595;
}
.c-form__consent {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
}
.c-form__consent .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-form__consent .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.c-form__consent .wpcf7-list-item-label {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #1B1D1E;
  position: relative;
}
.c-form__consent .wpcf7-list-item-label::before, .c-form__consent .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.c-form__consent .wpcf7-list-item-label::before {
  width: 2rem;
  height: 2rem;
  border: 1px solid #959595;
  background-color: #ffffff;
  top: 0.4rem;
  left: -3rem;
}
.c-form__consent .wpcf7-list-item-label::after {
  display: none;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 3px solid #143490;
  border-bottom: 3px solid #143490;
  transform: rotate(45deg);
  top: 0.4rem;
  left: -2.4rem;
}
.c-form__consent .wpcf7-list-item-label-link {
  position: relative;
}
.c-form__consent .wpcf7-list-item-label-link::after {
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1B1D1E;
  transition: all 0.5s;
}
.c-form__consent .wpcf7-list-item-label-link:hover::after {
  right: 100%;
}
.c-form__button {
  width: 22rem;
  height: 5.7rem;
  border-radius: 2.9rem;
  margin: 0 auto;
  background: linear-gradient(#007EC6, #143490);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form__button .wpcf7-form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.c-form__buttonText {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ffffff;
  position: relative;
}
.c-form__buttonText::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  right: -2.4rem;
}
@media screen and (max-width: 520px) {
  .c-form__list {
    margin-bottom: 5.5rem;
  }
  .c-form__listItem {
    height: auto;
    display: block;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.1rem;
    padding-left: 1.7rem;
  }
  .c-form__listItemLeft {
    display: block;
    padding-left: 0;
    margin-bottom: 1.8rem;
  }
  .c-form__listItemRight {
    padding-right: 0;
    padding-left: 0;
  }
  .c-form__listItem._required .c-form__listItemLeftText::after {
    top: 0.4rem;
  }
  .c-form__listItem._sex {
    padding-bottom: 1.5rem;
  }
  .c-form__listItem._sex .c-form__listItemLeft {
    margin-bottom: 2.9rem;
  }
  .c-form__listItem._sex .c-form__listItemRight {
    display: block;
  }
  .c-form__listItem._sex .c-form__listItemRight .wpcf7-form-control {
    display: block;
  }
  .c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item {
    display: block;
    margin-bottom: 4.1rem;
  }
  .c-form__listItem._sex .c-form__listItemRight .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .c-form__listItem._sex .c-form__listItemRight--radioLabel {
    margin-right: 0;
    margin-bottom: 4.1rem;
  }
  .c-form__listItem._sex .c-form__listItemRight--radioLabel:last-child {
    margin-bottom: 0;
  }
  .c-form__listItem._pr {
    display: flex;
    height: 20rem;
    padding-top: 1.5rem;
    padding-right: 1.7rem;
    padding-bottom: 1.1rem;
    padding-left: 1.7rem;
  }
  .c-form__consent {
    text-align: center;
    margin-bottom: 5.3rem;
  }
  .c-form__consentCheckbox .wpcf7-list-item-label::before, .c-form__consentCheckbox .wpcf7-list-item-label::after {
    top: 1.6rem;
  }
}

.c-slider__wrapper {
  display: flex;
  overflow: hidden;
}
.c-slider__wrapper:hover .c-slider__list {
  animation-play-state: paused;
}
.c-slider__list {
  display: flex;
  list-style: none;
  animation: infinity-slider-anim 130s infinite linear 0.5s both;
}
@keyframes infinity-slider-anim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-slider._index {
  margin-bottom: 20rem;
}
.c-slider._index .c-slider__listItem {
  width: 34rem;
  aspect-ratio: 1/1;
  margin-right: 3rem;
}
.c-slider._product .c-slider__wrapper {
  padding-bottom: 0.6rem;
}
.c-slider._product .c-slider__listItem {
  width: 39.4rem;
  height: 45rem;
  margin-right: 3.1rem;
  padding-top: 2.5rem;
  padding-right: 2rem;
  padding-bottom: 3.12rem;
  padding-left: 2rem;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
}
.c-slider._product .c-slider__listItemTop {
  width: 100%;
  height: 53.5%;
  overflow: hidden;
  position: relative;
}
.c-slider._product .c-slider__listItemTopTag {
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-top: 1rem;
  padding-right: 1.8rem;
  padding-bottom: 1rem;
  padding-left: 1.8rem;
  background-color: #007EC6;
  opacity: 0.9;
  position: absolute;
  top: 1rem;
  left: 0;
}
.c-slider._product .c-slider__listItemBottom {
  width: 100%;
  height: 56.2%;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-slider._product .c-slider__listItemBottomAbout--name {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4A4A4A;
  margin-bottom: 2rem;
}
.c-slider._product .c-slider__listItemBottomAbout--description {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.43;
  color: #1A1A1A;
}
.c-slider._product .c-slider__listItemBottomIngredient--line {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.78;
  color: #525252;
}

/* 修正 style */
.color{
  color:#143490;
}
.ff{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
h1{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
p{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
span{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
a{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
input{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
}
textarea{
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",Arial, sans-serif!important;
}
.p-ambient-body__wrapper {
  width: 84.375%;
  max-width: 108rem;
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 12.6rem;
}
.p-ambient-body__lists {
  display: flex;
  flex-wrap: wrap;
}
.p-ambient-body__list {
  width: calc(50% - 4rem);
  padding-top: 2.53rem;
  padding-bottom: 3.38rem;
  box-shadow: 0 3px 6px rgba(20, 52, 144, 0.16);
  margin-bottom: 4rem;
}
.p-ambient-body__list:nth-child(2n-1) {
  margin-right: 8rem;
}
.p-ambient-body__listWrapper {
  width: 70.8%;
  margin: 0 auto;
}
.p-ambient-body__listTop {
  width: 100%;
  margin-bottom: 2.53rem;
  position: relative;
}
.p-ambient-body__listTop::before {
/*   content: '人気商品'; */
  width: 10.2rem;
  height: 3.6rem;
  background-color: #007EC6;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-ambient-body__listBottomAbout {
  margin-bottom: 2.53rem;
}
.p-ambient-body__listBottomAbout--name {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4A4A4A;
  margin-bottom: 1.73rem;
}
.p-ambient-body__listBottomAbout--description {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.43;
  color: #1A1A1A;
}
@media screen and (max-width: 520px) {
  .p-ambient-body__wrapper {
    width: 89.333%;
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .p-ambient-body__lists {
    display: block;
  }
  .p-ambient-body__list {
    width: 100%;
    padding-bottom: 2.28rem;
    margin-bottom: 3rem;
  }
  .p-ambient-body__list:nth-child(2n-1) {
    margin-right: 0;
  }
  .p-ambient-body__listWrapper {
    width: 88%;
  }
  .p-ambient-body__listBottomAbout {
    margin-bottom: 2.08rem;
  }
}
