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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  color: #15183B;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
.l-archive-news {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .l-archive-news {
    margin-top: 2.625rem;
  }
}

.l-common-content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-common-content {
    margin-top: 7.875rem;
  }
}

.l-contact {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 3.9375rem;
  }
}

.l-content02-wholesale-distribution {
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .l-content02-wholesale-distribution {
    margin-top: 4.875rem;
  }
}

.l-content02 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-content02 {
    margin-top: 6.25rem;
  }
}

.l-faq-contact {
  margin-top: 8.125rem;
}

.l-faq {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 5rem;
  }
}

.l-greeting {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-greeting {
    margin-top: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-history {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-history {
    margin-top: 1rem;
  }
}

.l-img-wholesale-distribution {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-img-wholesale-distribution {
    margin-top: 5.3125rem;
  }
}

.l-img {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .l-img {
    margin-top: 6.25rem;
  }
}

.l-inner {
  margin-inline: auto;
  padding-inline: 29px;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 25px;
    max-width: 1050px;
  }
}

.l-intro-wholesale-distribution {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-intro-wholesale-distribution {
    margin-top: 5rem;
  }
}

.l-ip-achievements {
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .l-ip-achievements {
    margin-top: 5.125rem;
  }
}

.l-loop-images {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-loop-images {
    margin-top: 3.25rem;
  }
}
@media (min-width: 1600px) {
  .l-loop-images {
    margin-top: 7.75rem;
  }
}

.l-loop-text {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-loop-text {
    margin-top: 5.3125rem;
  }
}

.l-map {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-map {
    margin-top: 6.25rem;
  }
}

.l-overview-list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-overview-list {
    margin-top: 0;
  }
}

.l-partner {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-partner {
    margin-top: 9.875rem;
  }
}

.l-policy {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-policy {
    margin-top: 7.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-profile {
    margin-top: 9.875rem;
  }
}

.l-recruit-appeal {
  margin-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .l-recruit-appeal {
    margin-top: 8.125rem;
  }
}

.l-recruit-cta {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-recruit-cta {
    margin-top: 7.5rem;
  }
}

.l-recruit-message {
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .l-recruit-message {
    margin-top: 7.5rem;
  }
}

.l-recruit-white {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4.25rem;
  margin-top: 6.3125rem;
  padding-block: 3.75rem 3.75rem;
  background-color: #FFFFFF;
  border-radius: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-recruit-white {
    gap: 7.5rem;
    margin-top: 8.625rem;
    padding-block: 9rem 12.1875rem;
    border-radius: initial;
  }
}

.l-recruit-work {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-recruit-work {
    margin-top: 12rem;
  }
}

.l-recruit {
  background-color: #FFF5E5;
}

.l-single-news {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .l-single-news {
    margin-top: 4.8125rem;
  }
}

.l-sub-contact {
  margin-top: 7.5rem;
}

.l-sub-contact2 {
  margin: 2.8125rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-sub-contact2 {
    margin-top: 4.25rem;
  }
}

.l-sub-mv {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-sub-mv {
    margin-top: 6rem;
  }
}

.l-top-faq {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-faq {
    margin-top: 5.625rem;
  }
}

.l-top-group-companies {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-top-group-companies {
    margin-top: 2.75rem;
  }
}

.l-top-mv {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-top-mv {
    margin-top: 6rem;
  }
}

.l-top-recruitment {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-top-recruitment {
    margin-top: 3.3125rem;
  }
}

.l-top-vision {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-vision {
    margin-top: 6.25rem;
  }
}

.c-btn01 {
  padding: 1.4375rem 0 1.3125rem 2.0625rem;
  position: relative;
  max-width: 19.75rem;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: left;
  border-radius: 62.4375rem;
  background-color: #F39900;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    padding: 1.9375rem 0 1.8125rem 3.25rem;
    max-width: 25rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.c-btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  transform: translateY(-50%);
  width: 1.9375rem;
  height: 1.1875rem;
  -webkit-mask-image: url(./../images/common/arrow01.svg);
          mask-image: url(./../images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-btn01::after {
    right: 1.6875rem;
    width: 2.625rem;
    height: 1.625rem;
  }
}

.c-btn02 {
  padding: 1.4375rem 0 1.3125rem 2.0625rem;
  position: relative;
  max-width: 19.75rem;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FFFFFF;
  border-radius: 62.4375rem;
  background-color: #F39900;
}

.c-btn02.c-btn02--recruit {
  padding-block: 0.9375rem;
  background-color: #2AAED5;
}

.c-btn02.c-btn02--reverse {
  padding: 1.4375rem 1.5625rem 1.3125rem 0;
  text-align: right;
}

.c-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  transform: translateY(-50%);
  width: 2.28125rem;
  height: 2.28125rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.c-btn02.c-btn02--reverse::before {
  right: initial;
  left: 0.75rem;
}

.c-btn02.c-btn02--recruit::before {
  right: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
}

.c-btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.625rem;
  -webkit-mask-image: url(./../images/common/arrow01.svg);
          mask-image: url(./../images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #15183B;
}

.c-btn02.c-btn02--reverse::after {
  right: initial;
  left: 1.375rem;
  transform: translateY(-50%) scale(-1, 1);
}

.c-btn02.c-btn02--recruit::after {
  right: 0.875rem;
  width: 0.8125rem;
  height: 0.53125rem;
  background-color: #2AAED5;
}

.c-btn02.c-btn02--white {
  padding: 1.5rem 1.25rem 1.25rem 2.0625rem;
  background-color: #FFFFFF;
  color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .c-btn02.c-btn02--white {
    padding: 2rem 0 1.75rem 3.25rem;
    max-width: initial;
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.c-btn02.c-btn02--white::before {
  content: none;
}

.c-btn02.c-btn02--white::after {
  right: 1.25rem;
  width: 2rem;
  height: 1.4375rem;
  background-color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .c-btn02.c-btn02--white::after {
    right: 1.5625rem;
    width: 2.5625rem;
    height: 1.5625rem;
  }
}

.c-category {
  padding: 0.4375rem 0.875rem 0.3125rem;
  min-width: 6rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 62.4375rem;
}
@media screen and (min-width: 768px) {
  .c-category {
    padding: 0.5625rem 0.875rem 0.375rem;
    min-width: 8rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-category.c-category--sm {
    padding: 0.4375rem 0.875rem 0.3125rem;
    min-width: 6rem;
    font-size: 0.75rem;
  }
}

.c-category.c-category--news {
  background-color: #2AAED5;
}

.c-category.c-category--press {
  background-color: #F46968;
}

.c-category.c-category--event {
  background-color: #39B27F;
}

.c-recruit-title {
  display: grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-recruit-title {
    gap: 0.1875rem;
  }
}

.c-recruit-title--break {
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-recruit-title--break {
    gap: 0.5rem;
  }
}

.c-recruit-title__ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
@media screen and (min-width: 768px) {
  .c-recruit-title__ja {
    font-size: 2.5rem;
  }
}

.c-recruit-title--break .c-recruit-title__ja {
  line-height: 1.25;
}

.c-recruit-title__en {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #2AAED5;
  line-height: 1.2142857143;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-recruit-title__en {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.c-sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    font-size: 2rem;
    line-height: 1.5625;
  }
}

.c-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.c-title__ja {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-title__ja {
    font-size: 1.5rem;
  }
}

.c-title__en {
  margin-top: 0.5rem;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title__en {
    margin-top: 0.9375rem;
    font-size: 4.5rem;
  }
}

.p-archive-news__inner.l-inner {
  padding-inline: 14.5px;
}
@media screen and (min-width: 768px) {
  .p-archive-news__inner.l-inner {
    padding-inline: 25px;
    max-width: 1160px;
  }
}

.p-archive-news__category {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.p-archive-news__list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__list {
    margin-top: 3rem;
  }
}

.p-archive-news__pager {
  margin-top: 7.875rem;
}

.p-archive-news__pager .wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.p-archive-news__pager .wp-pagenavi a,
.p-archive-news__pager .wp-pagenavi span {
  margin: 0;
  padding: 0;
  border: none;
}

.p-archive-news__pager .pages {
  display: none;
}

.p-archive-news__pager .wp-pagenavi span.current,
.p-archive-news__pager .wp-pagenavi a.page {
  padding-inline: 0.75rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__pager .wp-pagenavi span.current,
  .p-archive-news__pager .wp-pagenavi a.page {
    padding-inline: 1.28125rem;
  }
}

.p-archive-news__pager .previouspostslink,
.p-archive-news__pager .nextpostslink {
  visibility: hidden;
}

.p-archive-news__pager .previouspostslink::before,
.p-archive-news__pager .nextpostslink::after {
  content: "";
  padding: 0.625rem 0;
  display: block;
  width: 3rem;
  height: 0.6875rem;
  -webkit-mask-image: url(./../images/news/arrow.svg);
          mask-image: url(./../images/news/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #15183B;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-archive-news__pager .previouspostslink::before,
  .p-archive-news__pager .nextpostslink::after {
    width: 5rem;
    height: 1rem;
  }
}

.p-archive-news__pager .previouspostslink::before {
  margin-top: 0.25rem;
  margin-right: 1.5625rem;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-archive-news__pager .previouspostslink::before {
    margin-top: -0.25rem;
  }
}

.p-archive-news__pager .nextpostslink::after {
  margin-top: -1.25rem;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__pager .nextpostslink::after {
    margin-top: -1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-common-content__title {
    text-align: center;
  }
}

.p-common-content__text {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-common-content__text {
    margin-top: 3.125rem;
  }
}

.p-common-content__btn-wrap {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-common-content__btn-wrap {
    margin-top: 11.375rem;
    text-align: center;
  }
}

.p-contact {
  padding: 1.375rem 0;
  background-color: #FFF5E5;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 4.25rem 0;
  }
}

.p-contact__inner {
  margin-inline: auto;
  padding: 1.5625rem 1.625rem 1.5rem 2.0625rem;
  width: 57.6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding: 2.75rem 3.125rem 2.75rem 3.5rem;
    max-width: 30rem;
    width: 100%;
    border-radius: 0.9375rem;
  }
}

.p-contact__arrow {
  position: relative;
  width: 2.28125rem;
  height: 2.28125rem;
  border-radius: 50%;
  background-color: #15183B;
}
@media screen and (min-width: 768px) {
  .p-contact__arrow {
    width: 4.946875rem;
    height: 4.946875rem;
  }
}

.p-contact__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 1rem;
  height: 0.625rem;
  -webkit-mask-image: url(./../images/common/arrow01.svg);
          mask-image: url(./../images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-contact__arrow:before {
    width: 2.1875rem;
    height: 1.375rem;
  }
}

.p-contact__title {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 3rem;
  }
}

.p-contact__text {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 1.4375rem;
    font-size: 1.609375rem;
  }
}

.p-content01__logo {
  max-width: 10.25rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-footer__content.p-content01 .p-content01__logo {
    max-width: 16.5rem;
  }
}

.p-content01__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-content01__wrap {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-footer__content.p-content01 .p-content01__wrap {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 15.4375rem);
    gap: 7.1875rem;
  }
}

.p-content01__nav-link {
  padding: 0.5625rem 0;
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.p-content01__nav-link::after,
.p-content01__nav-sub-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.9375rem;
  height: 1.1875rem;
  -webkit-mask-image: url(./../images/common/arrow01.svg);
          mask-image: url(./../images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
}

.p-content01__nav-sub-link {
  padding: 0.5rem 0;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.p-content01__nav-sub-link::before {
  content: "-";
  margin-right: 0.75rem;
}

.p-content01__policy {
  margin-top: 1.875rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.p-content01__sns-list {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.0625rem;
}

.p-content01__sns-link {
  display: block;
  max-width: 1.25rem;
  width: 100%;
}

.p-content01__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-content02__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-content02__item + .p-content02__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-content02__item + .p-content02__item {
    margin-top: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-content02__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-content02__item:nth-of-type(1) .p-content02__wrap {
    max-width: 32.875rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-content02__item:nth-of-type(2) .p-content02__wrap {
    max-width: 35.0625rem;
    width: 100%;
  }
}

.p-content02__text {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-content02__text {
    margin-top: 0.9375rem;
  }
}

.p-content02__img-wrap {
  margin-top: 2rem;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-content02__img-wrap {
    margin-top: 0;
    max-width: 24.0625rem;
    width: 100%;
  }
}

.p-content02__img img {
  aspect-ratio: 332/237;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-faq-content__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq-content__title {
    font-size: 2rem;
    line-height: 1.5625;
  }
}

.p-faq-content__list {
  margin-top: 1.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-faq-content__list {
    margin-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }
}

.p-faq-content__item:not(:first-of-type) {
  border-top: 1px solid #CBCBCB;
}

.p-faq-content__item + .p-faq-content__item {
  margin-top: 0.875rem;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq-content__item + .p-faq-content__item {
    margin-top: 2.6875rem;
    padding-top: 3.3125rem;
  }
}

.p-faq-content__question {
  padding-right: 2.8125rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq-content__question {
    gap: 2.1875rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}

.p-faq-content__question::before,
.p-faq-content__question::after {
  content: "";
  position: absolute;
  top: 1.0625rem;
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
  background: #8E8E8E;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq-content__question::before,
  .p-faq-content__question::after {
    top: 0.875rem;
    width: 1.25rem;
  }
}

.p-faq-content__question::after {
  transform: rotate(90deg);
}

.p-faq-content__question.is-open::after {
  transform: rotate(0deg);
}

.p-faq-content__question span {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq-content__question span {
    margin-top: -0.625rem;
    font-size: 2.5rem;
  }
}

.p-faq-content__answer {
  margin-top: 1.5625rem;
  padding: 0 1.25rem 1.375rem 1.25rem;
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .p-faq-content__answer {
    margin-top: 2.375rem;
    padding: 0 4.5rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__inner.l-inner {
    max-width: 890px;
  }
}

.p-faq__content + .p-faq__content {
  margin-top: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__content + .p-faq__content {
    margin-top: 9.5625rem;
  }
}

.p-footer {
  padding: 3.75rem 0;
  background-color: #F39900;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 5.4375rem 0 6.125rem;
  }
}

.p-footer__inner.l-inner {
  max-width: 500px;
  width: 81.5%;
}
@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    max-width: 1050px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-footer__copyright {
  margin-top: 2.625rem;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: -1.125rem;
  }
}

.p-greeting {
  padding-bottom: 6.5625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-greeting {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.p-greeting::before {
  content: "";
  position: absolute;
  bottom: 1.375rem;
  right: -2.9375rem;
  z-index: -1;
  width: 11rem;
  height: 10.875rem;
  background-image: url(../images/company/decoration03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-greeting::before {
    bottom: 0;
    right: calc(50% - 47.625rem);
    width: 15.875rem;
    height: 29.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting::after {
    content: "";
    position: absolute;
    top: 3.125rem;
    left: calc(50% - 47.625rem);
    z-index: -1;
    width: 20.875rem;
    height: 29.5rem;
    background-image: url(../images/company/decoration02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting__inner.l-inner {
    max-width: 720px;
  }
}

.p-greeting__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__title.c-title .c-title__en {
    margin-top: 0.5625rem;
    font-size: 3.5rem;
  }
}

.p-greeting__title.c-title .c-title__ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-greeting__sub-title {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__sub-title {
    margin-top: 3.25rem;
  }
}

.p-greeting__text {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text {
    margin-top: 2.0625rem;
  }
}

.p-greeting__text + .p-greeting__text {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text + .p-greeting__text {
    margin-top: 2.9375rem;
  }
}

.p-header {
  height: 3rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6rem;
  }
}

.p-header.p-header--recruit {
  background-color: transparent;
}

.p-header__inner {
  padding: 0 1.25rem 0 1.8125rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 2.5rem 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header.p-header--recruit .p-header__inner {
    padding-right: 5.625rem;
  }
}

.p-header__logo {
  max-width: 9rem;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 10.625rem;
    gap: 3.125rem;
  }
}

@media (min-width: 1350px) {
  .p-header__logo {
    max-width: 12.75rem;
  }
}
.p-header__logo-link {
  flex-shrink: 0;
  max-width: 12.8125rem;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-list {
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-link {
  padding-inline: 1.375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 1350px) {
  .p-header__left {
    gap: 2.5rem;
  }
  .p-header__nav {
    padding-right: 1.5625rem;
  }
  .p-header__nav-link {
    padding-inline: 2.25rem;
  }
}
.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  position: relative;
  z-index: 999;
  width: 3.125rem;
  height: inherit;
  cursor: pointer;
  flex-shrink: 0;
}

.p-header__hamburger span {
  position: relative;
  display: block;
  height: 0.1875rem;
  background-color: #F39900;
  transition: background-color 0.3s, top 0.3s, left 0.3s, width 0.3s, transform 0.3s;
}

.p-header__hamburger span:nth-of-type(1) {
  width: 100%;
  top: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-header__hamburger span:nth-of-type(2) {
  width: 1.75rem;
  top: 0.3125rem;
  left: 0;
}

.p-header__hamburger.is-open span {
  background-color: #FFFFFF;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0.1875rem;
  transform: translateX(-50%) rotate(12deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
}

.p-header__drawer {
  padding: 3.75rem 0 7.0625rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #F39900;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    width: 32.31%;
  }
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-content {
  margin-inline: auto;
  max-width: 15.4375rem;
  width: 100%;
}

.p-header__left {
  height: inherit;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-header__logo-text {
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #F39900;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-header__logo-text {
    font-size: 1.125rem;
  }
}

.p-header__btn-wrap {
  max-width: 12.3125rem;
  width: 100%;
  flex-shrink: 0;
}

.p-history__inner.l-inner {
  margin-top: 1.25rem;
  padding-inline: 14.5px;
}
@media screen and (min-width: 768px) {
  .p-history__inner.l-inner {
    margin-top: 5rem;
    padding-inline: 25px;
  }
}

.p-history__title {
  padding-left: 14.5px;
}
@media screen and (min-width: 768px) {
  .p-history__title {
    padding-left: 0;
  }
}

.p-history__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-history__title.c-title .c-title__en {
    margin-top: 0.5625rem;
    font-size: 3.5rem;
  }
}

.p-history__title.c-title .c-title__ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-history__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-history__loop {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.p-history__loop-list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-text 30s linear infinite;
}

@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-history__loop-item {
  padding: 0 20px;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  text-stroke: 0.125rem #F39900;
  -webkit-text-stroke: 0.125rem #F39900;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-history__loop-item {
    font-size: 10rem;
  }
}

.p-history__list {
  margin-top: 1rem;
  padding-inline: 14.5px;
  padding-top: 1.4375rem;
  border-top: 0.125rem solid #15183B;
}
@media screen and (min-width: 768px) {
  .p-history__list {
    margin-top: 1.75rem;
    padding-top: 2.4375rem;
    padding-inline: 0;
  }
}

.p-history__item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-history__item {
    padding-bottom: 2rem;
    padding-inline: 0.9375rem;
    display: flex;
  }
}

.p-history__item + .p-history__item {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-history__item + .p-history__item {
    margin-top: 1.9375rem;
  }
}

.p-history__item-term,
.p-history__item-description {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-history__item-term,
  .p-history__item-description {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-history__item-term {
    max-width: 11.0625rem;
    width: 100%;
  }
}

.p-history__item-description {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-history__item-description {
    margin-top: 0;
  }
}

.p-img {
  padding-inline: 14px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-img {
    padding-inline: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-img__item {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-img__item {
    width: 100%;
  }
}

.p-img__item:nth-of-type(1) {
  margin-left: -28px;
}
@media screen and (min-width: 768px) {
  .p-img__item:nth-of-type(1) {
    margin-left: 0;
  }
}

.p-img__item:nth-of-type(2) {
  margin-top: 0.5rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-img__item:nth-of-type(2) {
    margin-top: 0;
    margin-right: 0;
  }
}

.p-img__item img {
  aspect-ratio: 361/204;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-img__item img {
    aspect-ratio: 361/213;
  }
}

.p-img__item:nth-of-type(1) img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-img__item:nth-of-type(1) img {
    border-radius: 0 2.5rem 2.5rem 0;
  }
}

.p-img__item:nth-of-type(2) img {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-img__item:nth-of-type(2) img {
    border-radius: 2.5rem 0 0 2.5rem;
  }
}

.p-intro {
  padding-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-top: 9.6875rem;
    padding-bottom: 10.625rem;
  }
}

.p-intro::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  right: -9.375rem;
  z-index: -1;
  width: 18.8125rem;
  height: 12.375rem;
  background-image: url(../images/overview/decoration03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-intro::before {
    top: 5.625rem;
    right: calc(50% - 50.4375rem);
    width: 18.75rem;
    height: 26.375rem;
  }
}

.p-intro.p-intro--ip::before {
  top: -0.3125rem;
  right: -2.1875rem;
  width: 6.6875rem;
  height: 7.625rem;
  background-image: url(../images/ip/decoration03.png);
}
@media screen and (min-width: 768px) {
  .p-intro.p-intro--ip::before {
    top: 1.5625rem;
    right: calc(50% - 50.4375rem);
    width: 18.75rem;
    height: 26.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-intro::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: calc(50% - 57.1875rem);
    z-index: -1;
    width: 31.25rem;
    height: 29.25rem;
    background-image: url(../images/overview/decoration02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .p-intro.p-intro--ip::after {
    top: 12.1875rem;
    background-image: url(../images/ip/decoration02.png);
  }
}

.p-intro.p-intro--wholesale-distribution::before,
.p-intro.p-intro--wholesale-distribution::after {
  display: none;
}

.p-intro__img {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-intro__img {
    margin: 0 auto 6.5625rem;
    max-width: 45rem;
    width: 100%;
  }
}

.p-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-intro__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-intro.p-intro--ip .p-intro__wrap {
    margin-top: 7.1875rem;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-intro__title {
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-intro.p-intro--ip .p-intro__title {
    padding-top: 0.3125rem;
  }
}

.p-intro__text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    margin-top: 0;
    max-width: 31.25rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-intro.p-intro--ip .p-intro__text {
    max-width: 35.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-intro.p-intro--wholesale-distribution .p-intro__text {
    max-width: 37.0625rem;
  }
}

.p-ip-achievements {
  padding: 2.375rem 0 3.75rem;
  background-color: #E5F8FF;
}
@media screen and (min-width: 768px) {
  .p-ip-achievements {
    padding: 5.125rem 0 5.3125rem;
  }
}

.p-ip-achievements__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-ip-achievements__title.c-title .c-title__en {
    font-size: 3.5rem;
  }
}

.p-ip-achievements__title.c-title .c-title__ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-ip-achievements__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-ip-achievements__list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-ip-achievements__list {
    margin-top: 3.875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-ip-achievements__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-loop-images {
  overflow-x: clip;
}

.p-loop-images__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-text 30s linear infinite;
}

.p-loop-images__item {
  padding-inline: 0.25rem;
  flex-shrink: 0;
  width: 14.875rem;
}
@media screen and (min-width: 768px) {
  .p-loop-images__item {
    padding-inline: 0.5rem;
    width: 26.6875rem;
  }
}

.p-loop-images__item img {
  aspect-ratio: 230/158;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-loop-images__item img {
    aspect-ratio: 411/282;
  }
}

.p-loop-text {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}

.p-loop-text__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-text 30s linear infinite;
}

.p-loop-text__item {
  padding-inline: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  text-stroke: 1px #2AAED5;
  -webkit-text-stroke: 1px #2AAED5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-loop-text__item {
    font-size: 7.5rem;
  }
}

.p-map {
  overflow-x: hidden;
}

.p-map__inner.l-inner {
  padding-inline: 0;
  max-width: 542px;
}
@media screen and (min-width: 768px) {
  .p-map__inner.l-inner {
    padding-inline: 25px;
    max-width: 1290px;
  }
}

.p-map__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-map__title {
    font-size: 3.5rem;
  }
}

.p-map__list {
  margin-top: 2rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-map__list {
    margin-top: 3.9375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.p-map__item-text {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-map__item-text {
    font-size: 2rem;
  }
}

.p-map__item-wrap {
  margin-top: 1.25rem;
  padding-top: 83%;
  position: relative;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-map__item-wrap {
    margin-top: 2.1875rem;
    padding-top: 70%;
  }
}

.p-map__item-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news-cards {
  display: grid;
  gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-news-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4375rem 2.1875rem;
  }
}

.p-news-cards__img img {
  aspect-ratio: 346/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-news-cards__meta {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.p-news-cards__meta-date {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.p-news-cards__title {
  margin-top: 0.875rem;
  padding-bottom: 1.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  background-image: linear-gradient(to right, #8E8E8E 0.5rem, transparent 0.5rem);
  background-size: 0.75rem 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-news-cards__text {
  margin-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}

.p-numbers {
  display: grid;
  justify-items: center;
  align-content: start;
  padding-block: 1.5rem 1.4375rem;
  background-color: #E5F8FF;
  color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-numbers {
    min-height: 16.5rem;
    padding-block: 1.875rem 1rem;
  }
}

.p-numbers img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-numbers__head {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__head {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.p-numbers__img {
  margin-top: 0.75rem;
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__img {
    width: 5.25rem;
  }
}

.p-numbers__wrap {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__wrap {
    margin-top: 1.5625rem;
  }
}

.p-numbers__year-wrap {
  margin-top: 1rem;
}

.p-numbers__leave-wrap,
.p-numbers__overtime-wrap {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-wrap,
  .p-numbers__overtime-wrap {
    margin-top: 0.75rem;
  }
}

.p-numbers__num-large,
.p-numbers__leave-num-large,
.p-numbers__overtime-num-large,
.p-numbers__year-num-large {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__num-large,
  .p-numbers__leave-num-large,
  .p-numbers__overtime-num-large,
  .p-numbers__year-num-large {
    font-size: 4.125rem;
  }
}

.p-numbers__num,
.p-numbers__age-num,
.p-numbers__gender-num {
  display: inline-block;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__num,
  .p-numbers__age-num,
  .p-numbers__gender-num {
    font-size: 2rem;
  }
}

.p-numbers__text {
  display: inline-block;
  margin-left: 0.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__text {
    margin-left: 0.375rem;
    font-size: 1.5rem;
  }
}

.p-numbers__text-small,
.p-numbers__age-text-small,
.p-numbers__gender-text-small,
.p-numbers__leave-text-small,
.p-numbers__overtime-text-small,
.p-numbers__year-text-small {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__text-small,
  .p-numbers__age-text-small,
  .p-numbers__gender-text-small,
  .p-numbers__leave-text-small,
  .p-numbers__overtime-text-small,
  .p-numbers__year-text-small {
    font-size: 1.375rem;
  }
}

.p-numbers__leave-text-small {
  position: relative;
  top: -0.125rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-text-small {
    top: -0.25rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers__overtime-text-small {
    font-size: 1.5rem;
  }
}

.p-numbers__overtime-text-small,
.p-numbers__year-text-small {
  margin-left: 0.25rem;
}

.p-numbers__label,
.p-numbers__age-label,
.p-numbers__leave-label,
.p-numbers__gender-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15625rem 0.375rem 0;
  border-radius: 0.1875rem;
  min-height: 1.75rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  background-color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-numbers__label,
  .p-numbers__age-label,
  .p-numbers__leave-label,
  .p-numbers__gender-label {
    padding: 0.4375rem 0.4375rem 0.1875rem;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers__gender-label {
    padding-inline: 0.8125rem;
    font-size: 1.125rem;
  }
}

.p-numbers__leave-label {
  position: relative;
  top: -0.375rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-label {
    top: -0.625rem;
    padding-inline: 0.5rem;
    font-size: 1.125rem;
  }
}

.p-numbers__label-small,
.p-numbers__age-label-small {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__label-small,
  .p-numbers__age-label-small {
    font-size: 1.0625rem;
  }
}

.p-numbers__age {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem 0.8125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__age {
    row-gap: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-numbers__age-item {
  display: grid;
  place-items: center;
  gap: 0.4375rem;
}

.p-numbers__age-img {
  width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__age-img {
    width: 3.8125rem;
  }
}

.p-numbers__age-text {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__age-text {
    gap: 0.375rem;
  }
}

.p-numbers__gender {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "man img woman";
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__gender {
    margin-top: 1rem;
  }
}

.p-numbers__gender-man,
.p-numbers__gender-woman {
  position: relative;
  top: 0.3125rem;
  display: grid;
  align-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__gender-man,
  .p-numbers__gender-woman {
    top: 0.6875rem;
    gap: 0.4375rem;
  }
}

.p-numbers__gender-man {
  grid-area: man;
}

.p-numbers__gender-woman {
  grid-area: woman;
}

.p-numbers__gender-img {
  grid-area: img;
  width: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__gender-img {
    width: 7.625rem;
  }
}

.p-numbers__gender-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__gender-text {
    margin-top: 2.25rem;
  }
}

.p-numbers__leave-img {
  margin-top: 0.125rem;
  width: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-img {
    margin-top: 0.375rem;
    width: 3.5rem;
  }
}

.p-numbers__leave-note,
.p-numbers__overtime-note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.1578947368;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-note,
  .p-numbers__overtime-note {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-numbers__leave-note::before,
.p-numbers__leave-note::after,
.p-numbers__overtime-note::before,
.p-numbers__overtime-note::after {
  content: "";
  position: relative;
  top: -0.125rem;
  width: 0.125rem;
  height: 1.75rem;
  background-color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-numbers__leave-note::before,
  .p-numbers__leave-note::after,
  .p-numbers__overtime-note::before,
  .p-numbers__overtime-note::after {
    height: 2rem;
  }
}

.p-numbers__leave-note::before,
.p-numbers__overtime-note::before {
  rotate: -26deg;
}

.p-numbers__leave-note::after,
.p-numbers__overtime-note::after {
  rotate: 28deg;
}

.p-numbers__leave-text {
  display: inline-block;
  margin-top: 0.1875rem;
}

.p-numbers__overtime-img {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__overtime-img {
    margin-top: 0.25rem;
    width: 7.8125rem;
  }
}

.p-numbers__year-img {
  margin-top: 0.625rem;
  width: 8.1875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__year-img {
    margin-top: 1.125rem;
    width: 9.75rem;
  }
}

.p-overview-list {
  overflow-x: hidden;
}

.p-overview-list__inner.l-inner {
  padding-inline: 14px;
}

@media screen and (min-width: 768px) {
  .p-overview-list__item {
    display: flex;
    align-items: center;
    gap: 3.5625rem;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-overview-list__item:nth-of-type(3) {
    gap: 1.0625rem;
  }
}

.p-overview-list__item + .p-overview-list__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-overview-list__item + .p-overview-list__item {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-overview-list__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-overview-list__title.c-title .c-title__en {
  margin-top: 0.1875rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-overview-list__title.c-title .c-title__en {
    margin-top: 0.5rem;
    font-size: 3.5rem;
  }
}

.p-overview-list__title.c-title .c-title__en span {
  text-transform: none;
}

.p-overview-list__img {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-overview-list__img {
    max-width: 43.5rem;
    width: 100%;
    border-radius: 2.5rem 0 0 2.5rem;
  }
}

.p-overview-list__img img {
  aspect-ratio: 361/270;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-overview-list__img img {
    aspect-ratio: 696/480;
    border-radius: 2.5rem 0 0 2.5rem;
  }
}

.p-overview-list__content {
  margin-top: 2rem;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-overview-list__content {
    margin-top: 0;
    margin-right: auto;
    padding-top: 0.75rem;
    padding-right: 0;
    max-width: 27.5rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-overview-list__item:nth-of-type(3) .p-overview-list__content {
    max-width: 30rem;
  }
}

.p-overview-list__text {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-overview-list__text {
    margin-top: 2.0625rem;
  }
}

.p-overview-list__btn-wrap {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-overview-list__btn-wrap {
    margin-top: 6.5625rem;
    text-align: left;
  }
}

.p-partner {
  padding: 2.625rem 0 2.75rem;
  background-color: #E5F8FF;
}
@media screen and (min-width: 768px) {
  .p-partner {
    padding: 6.9375rem 0 7.0625rem;
  }
}

.p-partner__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partner__title.c-title .c-title__en {
    margin-top: 0.5625rem;
    font-size: 3.5rem;
  }
}

.p-partner__title.c-title .c-title__ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-partner__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-partner__list {
  margin-top: 1.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-partner__list {
    margin-top: 2.375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-partner__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-policy__title {
    text-align: center;
  }
}

.p-policy__text {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    margin-top: 3.125rem;
  }
}

.p-policy__text + .p-policy__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__text + .p-policy__text {
    margin-top: 2.0625rem;
  }
}

.p-policy__text.p-policy__text--mt {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-policy__text.p-policy__text--mt {
    margin-top: 2.75rem;
  }
}

.p-policy__text span {
  margin-top: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-policy__text span {
    margin-top: 2.0625rem;
  }
}

.p-policy__btn-wrap {
  margin-top: 2.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-policy__btn-wrap {
    margin-top: 5.8125rem;
  }
}

.p-profile__inner.l-inner {
  padding-inline: 14.5px;
}
@media screen and (min-width: 768px) {
  .p-profile__inner.l-inner {
    padding-inline: 25px;
    max-width: 1050px;
  }
}

.p-profile__title {
  padding-left: 14.5px;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    padding-left: 0;
  }
}

.p-profile__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-profile__title.c-title .c-title__en {
    margin-top: 0.5625rem;
    font-size: 3.5rem;
  }
}

.p-profile__title.c-title .c-title__ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-profile__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-profile__list {
  margin-top: 1.125rem;
  padding-inline: 14.5px;
  padding-top: 1.75rem;
  border-top: 0.125rem solid #15183B;
}
@media screen and (min-width: 768px) {
  .p-profile__list {
    margin-top: 1.75rem;
    padding-top: 1.875rem;
    padding-inline: 0;
  }
}

.p-profile__item {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-profile__item {
    padding-bottom: 2rem;
    padding-inline: 0.9375rem;
    display: flex;
  }
}

.p-profile__item.p-profile__item--flex {
  display: flex;
}

.p-profile__item + .p-profile__item {
  margin-top: 0.953125rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item + .p-profile__item {
    margin-top: 1.9375rem;
  }
}

.p-profile__item-term,
.p-profile__item-description {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-profile__item-term,
  .p-profile__item-description {
    font-size: 1.125rem;
  }
}

.p-profile__item-term {
  max-width: 6.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__item-term {
    max-width: 11.0625rem;
  }
}

.p-profile__item-description {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item-description {
    margin-top: 0;
  }
}

.p-profile__item.p-profile__item--flex .p-profile__item-description {
  margin-top: 0;
}

.p-recruit-appeal {
  position: relative;
  overflow-x: clip;
}

.p-recruit-appeal::before {
  content: "";
  position: absolute;
  top: -28.875rem;
  right: -13.5rem;
  width: 37.5rem;
  aspect-ratio: 600/530;
  background-image: url(../images/recruit/line07-1_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal::before {
    top: calc(50% - clamp(420px, 54vw, 630px));
    right: calc(50% - clamp(71.875rem, 101.1713030747vw, 1382px));
    width: clamp(740px, 92.1669106881vw, 1259px);
    aspect-ratio: 1259/1478;
    background-image: url(../images/recruit/line07.svg);
  }
}

.p-recruit-appeal::after {
  content: "";
  position: absolute;
  bottom: -11.4375rem;
  right: -8.5625rem;
  width: 24.625rem;
  aspect-ratio: 394/229;
  background-image: url(../images/recruit/line07-2_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal::after {
    content: none;
  }
}

.p-recruit-appeal__inner.l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__inner.l-inner {
    max-width: 1140px;
  }
}

.p-recruit-appeal__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__lead {
    font-size: 2rem;
    line-height: 1.5625;
    text-align: center;
  }
}

.p-recruit-appeal__text {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__text {
    margin-top: 2.5rem;
  }
}

.p-recruit-benefits__inner.l-inner {
  padding-inline: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__inner.l-inner {
    padding-inline: 25px;
  }
}

.p-recruit-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3.4375rem;
  }
}

.p-recruit-benefits__item {
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  min-height: 8.8125rem;
  padding-top: 0.9375rem;
  padding-inline: 0.5rem;
  padding-bottom: 0.6875rem;
  border: 1px solid #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item {
    min-height: 12.5rem;
    padding-top: 1.375rem;
  }
}

.p-recruit-benefits__item:nth-of-type(3) {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(3) {
    padding-top: 1rem;
  }
}

.p-recruit-benefits__item:nth-of-type(4) {
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(4) {
    padding-top: 0.9375rem;
  }
}

.p-recruit-benefits__item:nth-of-type(5) {
  padding-top: 0.75rem;
}

.p-recruit-benefits__item:nth-of-type(6) {
  padding-top: 0.625rem;
}

.p-recruit-benefits__item:nth-of-type(7) {
  padding-block: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(7) {
    padding-block: 0.75rem 1.25rem;
  }
}

.p-recruit-benefits__item:nth-of-type(8) {
  padding-block: 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(8) {
    padding-block: 0.625rem 1.375rem;
  }
}

.p-recruit-benefits__item:nth-of-type(9) {
  padding-block: 0.875rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(9) {
    padding-block: 1.5rem;
  }
}

.p-recruit-benefits__item:nth-of-type(10) {
  padding-top: 0.5rem;
}

.p-recruit-benefits__item:nth-of-type(11) {
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(11) {
    padding-block: 0.875rem;
  }
}

.p-recruit-benefits__item:nth-of-type(12) {
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(12) {
    padding-top: 1.25rem;
  }
}

.p-recruit-benefits__icon {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__icon {
    width: 4.125rem;
  }
}

.p-recruit-benefits__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recruit-benefits__item:nth-of-type(2) .p-recruit-benefits__icon {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(2) .p-recruit-benefits__icon {
    width: 3.5625rem;
  }
}

.p-recruit-benefits__item:nth-of-type(3) .p-recruit-benefits__icon {
  width: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(3) .p-recruit-benefits__icon {
    width: 3.8125rem;
  }
}

.p-recruit-benefits__item:nth-of-type(4) .p-recruit-benefits__icon {
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(4) .p-recruit-benefits__icon {
    width: 4.625rem;
  }
}

.p-recruit-benefits__item:nth-of-type(5) .p-recruit-benefits__icon {
  width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(5) .p-recruit-benefits__icon {
    width: 4.8125rem;
  }
}

.p-recruit-benefits__item:nth-of-type(6) .p-recruit-benefits__icon {
  width: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(6) .p-recruit-benefits__icon {
    width: 6.0625rem;
  }
}

.p-recruit-benefits__item:nth-of-type(7) .p-recruit-benefits__icon {
  width: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(7) .p-recruit-benefits__icon {
    width: 4.375rem;
  }
}

.p-recruit-benefits__item:nth-of-type(8) .p-recruit-benefits__icon {
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(8) .p-recruit-benefits__icon {
    width: 4.25rem;
  }
}

.p-recruit-benefits__item:nth-of-type(9) .p-recruit-benefits__icon {
  width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(9) .p-recruit-benefits__icon {
    width: 4.3125rem;
  }
}

.p-recruit-benefits__item:nth-of-type(10) .p-recruit-benefits__icon {
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(10) .p-recruit-benefits__icon {
    width: 4.3125rem;
  }
}

.p-recruit-benefits__item:nth-of-type(11) .p-recruit-benefits__icon {
  width: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(11) .p-recruit-benefits__icon {
    width: 3.125rem;
  }
}

.p-recruit-benefits__item:nth-of-type(12) .p-recruit-benefits__icon {
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(12) .p-recruit-benefits__icon {
    width: 3.8125rem;
  }
}

.p-recruit-benefits__body {
  color: #2AAED5;
  text-align: center;
}

.p-recruit-benefits__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__text {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-recruit-benefits__item:nth-of-type(11) .p-recruit-benefits__text {
  line-height: 1.1666666667;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(11) .p-recruit-benefits__text {
    line-height: 1.3333333333;
  }
}

.p-recruit-benefits__note {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__note {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-recruit-benefits__item:nth-of-type(7) .p-recruit-benefits__note {
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item:nth-of-type(7) .p-recruit-benefits__note {
    margin-top: 0.25rem;
    line-height: 1.25;
  }
}

.p-recruit-cta {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  padding-block: 2.25rem;
  background-color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-recruit-cta {
    padding-block: 3.75rem 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-cta__inner.l-inner {
    max-width: 1220px;
  }
}

.p-recruit-cta__container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.875rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-cta__container {
    grid-template-columns: 1fr clamp(250px, 29.2825768668vw, 400px);
    justify-items: start;
    align-items: center;
    padding-left: min(2.0497803807vw, 28px);
  }
}

.p-recruit-cta__text {
  font-size: 1.375rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-recruit-cta__text {
    font-size: 2rem;
    line-height: 2;
  }
}

.p-recruit-cta__btn {
  width: 100%;
  text-align: center;
}

.p-recruit-cta__loop {
  position: absolute;
  bottom: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-cta__loop {
    bottom: -0.75rem;
  }
}

.p-recruit-cta__loop-list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-text 30s linear infinite;
}

.p-recruit-cta__loop-item {
  padding-inline: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  text-stroke: 1px #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-recruit-cta__loop-item {
    font-size: 7.5rem;
  }
}

.p-recruit-job {
  position: relative;
  overflow-x: clip;
  padding-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-job {
    padding-top: 6.875rem;
  }
}

.p-recruit-job::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: calc(50% - 324px);
  width: 38.5rem;
  aspect-ratio: 616/620;
  background-image: url(../images/recruit/line02_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-job::before {
    top: -16rem;
    left: calc(50% + min(9.5168374817vw, 130px));
    width: min(61.6398243045vw, 842px);
    aspect-ratio: 842/848;
    background-image: url(../images/recruit/line03.svg);
  }
}

.p-recruit-job__inner.l-inner {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__inner.l-inner {
    max-width: 1262px;
  }
}

.p-recruit-job__list {
  display: grid;
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

.p-recruit-job__img {
  margin-inline: auto;
  max-width: 17.375rem;
}

.p-recruit-job__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recruit-job__name {
  display: grid;
  gap: 0.25rem;
  margin-top: -0.8125rem;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__name {
    margin-top: -1.625rem;
  }
}

.p-recruit-job__item--teal .p-recruit-job__name {
  margin-top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__item--teal .p-recruit-job__name {
    margin-top: -1.625rem;
  }
}

.p-recruit-job__name-en {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.5rem;
  background-color: #F39900;
  font-size: 1rem;
  font-style: italic;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__name-en {
    font-size: clamp(10px, 1.1713030747vw, 16px);
  }
}

.p-recruit-job__name-ja {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5625rem 0.8125rem 0.125rem 0.5rem;
  background-color: #F39900;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-recruit-job__item--orange .p-recruit-job__name-en {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__item--orange .p-recruit-job__name-en {
    font-size: clamp(10px, 1.2445095168vw, 17px);
  }
}

.p-recruit-job__item--orange .p-recruit-job__name-ja {
  padding-right: 0.625rem;
}

.p-recruit-job__item--green :is(.p-recruit-job__name-en, .p-recruit-job__name-ja) {
  background-color: #39B27F;
  min-width: 10.0625rem;
}

.p-recruit-job__item--teal :is(.p-recruit-job__name-en, .p-recruit-job__name-ja) {
  background-color: #2AAED5;
}

.p-recruit-job__item--salmon :is(.p-recruit-job__name-en, .p-recruit-job__name-ja) {
  background-color: #F46968;
}

.p-recruit-job__text {
  margin-top: 1.3125rem;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__text {
    margin-top: 1.375rem;
  }
}

.p-recruit-message {
  overflow-x: clip;
  position: relative;
}

.p-recruit-message::before {
  content: "";
  position: absolute;
  top: 32%;
  left: -11.375rem;
  width: 45.625rem;
  aspect-ratio: 730/1440;
  background-image: url(../images/recruit/line06.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-message::before {
    top: -14.625rem;
    left: calc(50% - min(76.4275256223vw, 1044px));
    width: min(83.0893118594vw, 1135px);
  }
}

.p-recruit-message::after {
  content: "";
  position: absolute;
  top: -40.5%;
  right: -10.875rem;
  width: min(172.5333333333vw, 740px);
  aspect-ratio: 647/643;
  background-image: url(../images/recruit/line05_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-message::after {
    top: -36.25rem;
    right: calc(50% - min(70.4978038067vw, 963px));
    width: 45.1875rem;
    aspect-ratio: 723/711;
    background-image: url(../images/recruit/line05.svg);
  }
}

.p-recruit-message__inner {
  --title: fit-content(49px);
  --body: minmax(0, 510px);
  --img: calc(6 / 16 * 1rem);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--title) var(--body) var(--img);
  grid-template-rows: 3.625rem 1fr 2rem auto;
  grid-template-areas: ". . ." "title body ." ". . ." "img img img";
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__inner {
    --padding-inline: minmax(25px, 1fr);
    --title: auto;
    --gap1: min(100 / 1366 * 100%, 100px);
    --body: minmax(0, clamp(316px, 488 / 1366 * 100%, 488px));
    --gap2: min(56 / 1366 * 100%, 56px);
    --img: min(425 / 1366 * 100%, 425px);
    grid-template-columns: var(--padding-inline) var(--title) var(--gap1) var(--body) var(--gap2) var(--img) var(--padding-inline);
    grid-template-rows: 1.25rem 1fr 1.25rem;
    grid-template-areas: ". . . . . . ." ". title . body . img img" ". . . . . . .";
    -moz-column-gap: initial;
         column-gap: initial;
  }
}

.p-recruit-message__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFFFFF;
  border-radius: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__inner::before {
    grid-column: 2/-1;
    grid-row: 1/-1;
    border-radius: 3.5rem 0 0 4rem;
  }
}

.p-recruit-message__title {
  grid-area: title;
  position: relative;
  top: -0.25rem;
  left: -0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.0625rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  text-stroke: 1px #2AAED5;
  -webkit-text-stroke: 1px #2AAED5;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__title {
    top: -0.125rem;
    left: 1.0625rem;
    font-size: 5rem;
  }
}

.p-recruit-message__body {
  grid-area: body;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__body {
    gap: 1.625rem;
    padding-block: 3.75rem 1.875rem;
  }
}

.p-recruit-message__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__lead {
    font-size: clamp(20px, 2.3426061493vw, 32px);
    line-height: 1.5625;
  }
}

.p-recruit-message__text {
  line-break: strict;
  font-feature-settings: "pwid";
}
.p-recruit-message__img {
  grid-area: img;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__img {
    width: min(40.4099560761vw, 552px);
    max-width: initial;
    padding-top: 1.5625rem;
  }
}

.p-recruit-message__img img {
  aspect-ratio: 376/246;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__img img {
    aspect-ratio: 552/542;
    border-radius: 1rem;
  }
}

.p-recruit-mv {
  position: relative;
  overflow-x: clip;
  padding-block: 6.25rem 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv {
    padding-block: 14.375rem 3.125rem;
  }
}

.p-recruit-mv::before {
  content: "";
  position: absolute;
  top: 17.6%;
  left: calc(50% - min(82.6666666667vw, 400px));
  width: min(154.1333333333vw, 780px);
  aspect-ratio: 578/582;
  background-image: url(../images/recruit/line01_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv::before {
    top: 0;
    left: calc(50% - 61.25rem);
    width: 50.0625rem;
    aspect-ratio: 801/807;
    background-image: url(../images/recruit/line01.svg);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-mv::after {
    content: "";
    position: absolute;
    top: 57.8947368421%;
    left: calc(50% - 41.75rem);
    width: 84.375rem;
    aspect-ratio: 1350/1478;
    background-image: url(../images/recruit/line02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.p-recruit-mv__en {
  position: absolute;
  top: 2.625rem;
  right: 0;
  font-size: min(17.0666666667vw, 80px);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  line-height: 1.40625;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__en {
    top: 4.625rem;
    font-size: 10rem;
    font-weight: 900;
  }
}

.p-recruit-mv__inner.l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__inner.l-inner {
    max-width: 1268px;
  }
}

.p-recruit-mv__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__title {
    padding-left: 5.375rem;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-recruit-mv__title {
    letter-spacing: 0.03em;
  }
}
.p-recruit-mv__title .teal {
  color: #2AAED5;
}

.p-recruit-mv__title .salmon {
  color: #F46968;
}

@media screen and (min-width: 768px) {
  .p-recruit-mv__container {
    display: grid;
    grid-template-columns: 4.2692939245% 37.9310344828% 1fr 4.2692939245%;
    grid-template-areas: "img1 img1 text ." ". . img2 img2";
    -moz-column-gap: 3.625rem;
         column-gap: 3.625rem;
    margin-top: 4.875rem;
  }
}

.p-recruit-mv__top-images {
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__top-images {
    grid-area: img1;
    margin-top: initial;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-recruit-mv__top-img1 {
  width: 91.4826498423%;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__top-img1 {
    width: 80.9440559441%;
    margin-left: auto;
  }
}

.p-recruit-mv__top-img1 img {
  aspect-ratio: 290/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-recruit-mv__top-img2 {
  position: absolute;
  bottom: -37.5%;
  left: -4.7318611987%;
  width: 33.4384858044%;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__top-img2 {
    bottom: -56.25%;
    left: 0;
    width: 43.5314685315%;
  }
}

.p-recruit-mv__top-img2 img {
  aspect-ratio: 106/98;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-recruit-mv__bottom-images {
  position: relative;
  margin-top: min(21.8666666667vw, 140px);
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__bottom-images {
    grid-area: img2;
    margin-top: 0.25rem;
  }
}

.p-recruit-mv__bottom-img1 {
  position: absolute;
  top: -49.6240601504%;
  right: -0.9375rem;
  width: 55.5205047319%;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__bottom-img1 {
    top: 48%;
    transform: translateY(-50%);
    right: initial;
    left: -14.1875rem;
    width: 49.8299319728%;
  }
}

.p-recruit-mv__bottom-img1 img {
  aspect-ratio: 176/126;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-recruit-mv__bottom-img2 {
  position: relative;
  width: 59.9369085174%;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__bottom-img2 {
    width: 81.8027210884%;
    margin-left: auto;
  }
}

.p-recruit-mv__bottom-img2 img {
  aspect-ratio: 190/133;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-recruit-mv__text {
  margin-top: 1.6875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.024em;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__text {
    grid-area: text;
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-recruit-mv__btn {
  margin-top: 0.875rem;
  text-align: center;
}

.p-recruit-numbers__list {
  display: grid;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8125rem;
    margin-top: 6.25rem;
  }
}

.p-recruit-numbers__item {
  min-height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__item {
    min-height: 16.5rem;
  }
}

.p-recruit-type {
  position: relative;
  padding-block: 3.5rem 4.375rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-recruit-type {
    padding-block: 6rem 6.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-type__inner.l-inner {
    max-width: 1192px;
  }
}

.p-recruit-type__list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.0625rem;
  }
}

.p-recruit-type__item {
  min-height: min(105.8666666667vw, 530px);
}
@media screen and (min-width: 768px) {
  .p-recruit-type__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    min-height: initial;
  }
}

.p-recruit-type__item.is-disabled {
  pointer-events: none;
}

.p-recruit-type__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__card {
    display: grid;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
}

.p-recruit-type__img img {
  aspect-ratio: 316/210;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  outline: 0.125rem solid transparent;
  transition: outline-color 0.3s;
}

.p-recruit-type__job {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__job {
    gap: 0.5rem;
    margin-top: 1.625rem;
  }
}

.p-recruit-type__job-en {
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-style: italic;
  color: #2AAED5;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__job-en {
    font-size: 12px;
  }
}

.p-recruit-type__job-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__job-name {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-type__text {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__text {
    margin-top: 0.875rem;
  }
}

.p-recruit-type__btn {
  display: grid;
  place-content: center;
  margin-top: auto;
  margin-inline: auto;
  padding: 0.71875rem 2.125rem;
  background-color: #2AAED5;
  border-radius: 62.4375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-type__btn {
    margin-top: 1.625rem;
  }
}

.p-recruit-type__item.is-disabled .p-recruit-type__btn {
  background-color: #CDD9DD;
}

.p-recruit-type__btn-arrow {
  display: block;
  width: 1.75rem;
}

.p-recruit-type__btn-arrow img {
  aspect-ratio: 28/17;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recruit-work {
  container-type: inline-size;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-recruit-work::before {
    content: "";
    position: absolute;
    top: -18rem;
    left: calc(50% - min(65.8857979502vw, 900px));
    width: min(48.3894582723vw, 661px);
    aspect-ratio: 661/446;
    background-image: url(../images/recruit/line04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.p-recruit-work__inner.l-inner {
  padding-inline: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__inner.l-inner {
    max-width: 1250px;
    padding-inline: 25px;
  }
}

.p-recruit-work__list {
  display: grid;
  gap: 2rem;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__list {
    gap: initial;
    margin-top: 3.625rem;
  }
}

.p-recruit-work__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__block {
    flex-direction: row;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-work__block:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.p-recruit-work__body {
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__body {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 452px) minmax(20px, 1fr);
    grid-template-areas: "label ." "lead ." "text .";
    padding-block: min(4.2459736457vw, 58px);
    padding-inline: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-work__block:nth-child(odd) .p-recruit-work__body {
    grid-template-columns: minmax(20px, 1fr) minmax(0, 452px);
    grid-template-areas: ". label" ". lead" ". text";
  }
}

.p-recruit-work__label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.5625rem 0.0625rem;
  background-color: #F39900;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__label {
    grid-area: label;
    padding: 0.3125rem 0.375rem 0.125rem;
    font-size: 1.5rem;
  }
}

.p-recruit-work__block--teal .p-recruit-work__label {
  background-color: #2AAED5;
}

.p-recruit-work__block--salmon .p-recruit-work__label {
  background-color: #F46968;
}

.p-recruit-work__block--blue .p-recruit-work__label {
  background-color: #6A89E5;
}

.p-recruit-work__block--green .p-recruit-work__label {
  background-color: #39B27F;
}

.p-recruit-work__lead {
  margin-top: 0.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__lead {
    grid-area: lead;
    margin-top: 1.125rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-recruit-work__block--orange .p-recruit-work__lead {
  margin-right: -1em;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__block--orange .p-recruit-work__lead {
    margin-right: initial;
  }
}

.p-recruit-work__text {
  margin-top: 0.75rem;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__text {
    grid-area: text;
  }
}

.p-recruit-work__img {
  margin-right: calc(50% - 50cqi);
}
@media screen and (min-width: 768px) {
  .p-recruit-work__img {
    margin-right: initial;
    width: 50%;
  }
}

.p-recruit-work__block:nth-child(odd) .p-recruit-work__img {
  margin-inline: calc(50% - 50cqi) 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-work__block:nth-child(odd) .p-recruit-work__img {
    margin-inline: initial;
  }
}

.p-recruit-work__img img {
  aspect-ratio: 360/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}

.p-recruit-work__block:nth-child(odd) .p-recruit-work__img img {
  border-radius: 0 1rem 1rem 0;
}

.p-single-news__inner.l-inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-single-news__inner.l-inner {
    padding-inline: 25px;
    max-width: 890px;
  }
}

.p-single-news__meta {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.p-single-news__meta-date {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.p-single-news__title {
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-single-news__title {
    margin-top: 1.75rem;
    font-size: 2rem;
    line-height: 1.5625;
  }
}

.p-single-news__img {
  margin: 1.5625rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-single-news__img {
    margin: 2.1875rem 0;
    width: 100%;
  }
}

.p-single-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-news__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content {
    margin-top: 3.125rem;
  }
}
.p-single-news__content h2 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h2 {
    margin-top: 3.125rem;
    font-size: 2rem;
    line-height: 1.5625;
  }
}
.p-single-news__content h3 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h3 {
    margin-top: 3.125rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-single-news__content h4 {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h4 {
    margin-top: 3.125rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-single-news__content p {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content p {
    margin-top: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.p-single-news__content a {
  color: #F39900;
  text-decoration: underline;
}
.p-single-news__content figure {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-news__content figure {
    margin-top: 3.125rem;
  }
}
.p-single-news__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-news__content figcaption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content figcaption {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-single-news__content ul, .p-single-news__content ol {
  margin-top: 1.25rem;
}
.p-single-news__content ul li::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #F39900;
  border-radius: 50%;
}
.p-single-news__content ol {
  counter-reset: number;
}
.p-single-news__content ol li::before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 0.1875rem;
}
.p-single-news__content li {
  padding-left: 1.125rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-indent: -1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content li {
    margin-top: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.p-single-news__content li + li {
  margin-top: 0.3125rem;
}

.p-single-news__link-wrap {
  margin-top: 7rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-news__link-wrap {
    margin-top: 7.5rem;
  }
}

.p-single-news__link {
  padding: 0.625rem;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.p-single-news__prev-link,
.p-single-news__next-link {
  padding: 0.9375rem 0;
  position: absolute;
  top: 68%;
  display: block;
  width: 3rem;
  height: 0.6875rem;
  -webkit-mask-image: url(./../images/news/arrow.svg);
          mask-image: url(./../images/news/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #15183B;
}
@media screen and (min-width: 768px) {
  .p-single-news__prev-link,
  .p-single-news__next-link {
    top: 45%;
    width: 5rem;
    height: 1rem;
  }
}

.p-single-news__prev-link {
  left: calc(50% - 10rem);
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-single-news__prev-link {
    left: calc(50% - 13.25rem);
  }
}

.p-single-news__next-link {
  right: calc(50% - 10rem);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-single-news__next-link {
    right: calc(50% - 13.25rem);
  }
}

.p-single-news__list {
  margin: 6.875rem auto 0;
  padding-inline: 15px;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-news__list {
    margin-top: 11.875rem;
    padding-inline: 25px;
    max-width: 1160px;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-contact__inner.l-inner {
    max-width: 56.5625rem;
  }
}

.p-sub-contact__text,
.p-sub-contact__form-label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__text,
  .p-sub-contact__form-label {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-sub-contact__text {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__text {
    margin-bottom: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-contact__form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-sub-contact__form-wrap + .p-sub-contact__form-wrap {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-wrap + .p-sub-contact__form-wrap {
    margin-top: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-contact__form-select,
  .p-sub-contact__form-input {
    max-width: 36.25rem;
    width: 100%;
  }
}

.p-sub-contact__form-wrap.p-sub-contact__form-wrap--textarea {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-wrap.p-sub-contact__form-wrap--textarea {
    margin-top: 3.625rem;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-contact__form-textarea {
    margin-top: 0.625rem;
  }
}

.p-sub-contact__form-select select,
.p-sub-contact__form-input input,
.p-sub-contact__form-textarea textarea {
  margin-top: 0.4375rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #15183B;
  border-radius: 0;
  border: 1px solid #CDD9DD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  resize: none;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-select select,
  .p-sub-contact__form-input input,
  .p-sub-contact__form-textarea textarea {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-sub-contact__form-input input,
.p-sub-contact__form-textarea textarea {
  padding: 0.6875rem;
}

.p-sub-contact__form-select select {
  padding: 0.9375rem 0.6875rem;
  background-image: url(./../images/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right 1.125rem top 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-select select {
    background-position: right 1.0625rem top 1.3125rem;
  }
}

.p-sub-contact__form-textarea textarea {
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-textarea textarea {
    height: 21.5625rem;
  }
}

.p-sub-contact__form-privacy {
  margin-top: 0.625rem;
}

.p-sub-contact__form-privacy input {
  display: none;
}

.p-sub-contact__form-privacy input + span {
  padding: 0 0 0 1.375rem;
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.p-sub-contact__form-privacy input + span::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #15183B;
  background: #FFFFFF;
}

.p-sub-contact__form-privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.5rem;
  display: block;
  border-bottom: 0.125rem solid #15183B;
  border-left: 0.125rem solid #15183B;
  transition: opacity 0.15s;
  opacity: 0;
}

.p-sub-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-sub-contact__form-privacy input + span a {
  text-decoration: underline;
}

.p-sub-contact__form-privacy .wpcf7-list-item {
  margin: 0;
}

.p-sub-contact__form-submit {
  margin: 2.0625rem auto 0;
  max-width: 19.75rem;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-submit {
    margin-top: 2.3125rem;
  }
}

.p-sub-contact__form-submit::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0.8125rem;
  transform: translateY(-50%);
  width: 2.28125rem;
  height: 2.28125rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.p-sub-contact__form-submit::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.625rem;
  -webkit-mask-image: url(./../images/common/arrow01.svg);
          mask-image: url(./../images/common/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #15183B;
}

.p-sub-contact__form-submit input {
  background-image: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-sub-contact__form-submit input:hover,
.p-sub-contact__form-submit input:focus {
  outline: none;
}

.p-sub-contact__form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-sub-contact__form-submit input:hover {
    opacity: 0.8;
  }
}
.p-sub-contact__form-submit .wpcf7-spinner {
  display: none;
}

.p-sub-mv {
  position: relative;
  height: 15rem;
  overflow: hidden;
}

.p-sub-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.19);
}

.p-sub-mv::after {
  content: "";
  position: absolute;
  height: 15rem;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-sub-mv.p-sub-mv--overview::after {
  width: 8.75rem;
  background-image: url(../images/overview/decoration04.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--overview::after {
    width: 18.5625rem;
    background-image: url(../images/overview/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--ip::after {
  width: 8.125rem;
  background-image: url(../images/ip/decoration04.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--ip::after {
    width: 14rem;
    background-image: url(../images/ip/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--wholesale-distribution::after {
  width: 10.875rem;
  background-image: url(../images/wholesale-distribution/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--wholesale-distribution::after {
    width: 14.4375rem;
    background-image: url(../images/wholesale-distribution/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--news::after {
  width: 10.875rem;
  background-image: url(../images/news/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--news::after {
    width: 21.6875rem;
    background-image: url(../images/news/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--company::after {
  width: 10.875rem;
  background-image: url(../images/company/decoration04.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--company::after {
    width: 13.6875rem;
    background-image: url(../images/company/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--faq::after {
  width: 10.875rem;
  background-image: url(../images/faq/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--faq::after {
    width: 18.5625rem;
    background-image: url(../images/faq/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--contact::after {
  width: 10.875rem;
  background-image: url(../images/contact/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--contact::after {
    width: 14rem;
    background-image: url(../images/contact/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--policy::after {
  width: 10.875rem;
  background-image: url(../images/policy/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--policy::after {
    width: 14.4375rem;
    background-image: url(../images/policy/decoration01.png);
  }
}

.p-sub-mv.p-sub-mv--common-content::after {
  width: 10.875rem;
  background-image: url(../images/404/decoration02.png);
}
@media screen and (min-width: 768px) {
  .p-sub-mv.p-sub-mv--common-content::after {
    width: 21.6875rem;
    background-image: url(../images/404/decoration01.png);
  }
}

.p-sub-mv__img {
  height: 100%;
}

.p-sub-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-mv__title.c-title {
  position: absolute;
  top: 47.75%;
  right: 1.8125rem;
  transform: translateY(-50%);
  z-index: 30;
  color: #FFFFFF;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title.c-title {
    right: 11.4375rem;
  }
}

.p-sub-mv__title.c-title .c-title__ja {
  font-size: 1.125rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title.c-title .c-title__ja {
    font-size: 1.5rem;
  }
}

.p-sub-mv__title.c-title .c-title__en {
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title.c-title .c-title__en {
    margin-top: 0.3125rem;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-top-faq__wrap {
    display: flex;
    gap: 5.9375rem;
  }
}

.p-top-faq__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__text {
    margin-top: 0;
    max-width: 24rem;
    width: 100%;
  }
}

.p-top-faq__btn-wrap {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__btn-wrap {
    margin-top: 0;
    padding-bottom: 0.5rem;
    max-width: 19.75rem;
    width: 100%;
    flex-shrink: 0;
  }
}

.p-top-group-companies {
  padding: 3.125rem 0 2.75rem;
  background-color: #FFF5E5;
}
@media screen and (min-width: 768px) {
  .p-top-group-companies {
    padding: 5rem 0 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-group-companies__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-group-companies__title.c-title .c-title__en {
    margin-top: 0.625rem;
    font-size: 3.5rem;
  }
}

.p-top-group-companies__list {
  margin-top: 1.125rem;
  display: grid;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-group-companies__list {
    margin: 2.5rem auto 0;
    max-width: 40.625rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
  }
}

.p-top-group-companies__item img {
  width: 100%;
  height: 100%;
}

.p-top-mv img {
  width: 100%;
  height: 100%;
}

.p-top-news {
  padding: 1.875rem 0 2.6875rem;
  position: relative;
  background-color: #2AAED5;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 5.3125rem 0 4.3125rem;
  }
}

.p-top-news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13.625rem;
  height: 10.875rem;
  background-image: url(../images/top/decoration05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-top-news::before {
    width: 25rem;
    height: 20rem;
  }
}

.p-top-news__inner {
  position: relative;
}

.p-top-news__title.c-title {
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .p-top-news__title.c-title .c-title__ja {
    font-size: 1rem;
  }
}

.p-top-news__title.c-title .c-title__en {
  margin-top: 0.25rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__title.c-title .c-title__en {
    font-size: 3.5rem;
  }
}

.p-top-news__list {
  margin-top: 1.125rem;
  padding-top: 0.125rem;
  border-top: 0.125rem solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-top: 1.875rem;
    padding-top: 0.4375rem;
  }
}

.p-top-news__link {
  padding: 1.34375rem 0 1.125rem;
  display: block;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF 0.5rem, transparent 0.5rem);
  background-size: 0.75rem 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    padding: 2.125rem 2.125rem 2.375rem;
    display: flex;
    gap: 4.0625rem;
    align-items: flex-start;
  }
}

.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-top-news__meta {
    padding-top: 0.125rem;
    gap: 1.125rem;
    flex-shrink: 0;
    min-width: 16.5rem;
  }
}

.p-top-news__date {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-top-news__date {
    font-size: 1.25rem;
  }
}

.p-top-news__category {
  padding: 0.21875rem 1.078125rem;
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #2AAED5;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.75rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-top-news__category {
    padding: 0.375rem 1.71875rem;
    font-size: 0.75rem;
  }
}

.p-top-news__title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-top-news__title span {
  -webkit-text-decoration: underline 1px #FFFFFF;
          text-decoration: underline 1px #FFFFFF;
}

.p-top-news__btn-wrap {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn-wrap {
    margin-top: 2.5rem;
    text-align: right;
  }
}

.p-top-overview {
  padding: 4.25rem 0 6.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-overview {
    padding: 6.5rem 0 12.1875rem;
  }
}

.p-top-overview::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -0.125rem;
  z-index: -1;
  width: 5.75rem;
  height: 10.625rem;
  background-image: url(../images/top/decoration02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-top-overview::before {
    top: 2.9375rem;
    right: initial;
    left: calc(50% - 45.9375rem);
    width: 15.9375rem;
    height: 17.1875rem;
    background-image: url(../images/top/decoration03.png);
  }
}

.p-top-overview::after {
  content: "";
  position: absolute;
  right: -1.0625rem;
  bottom: 1.5rem;
  width: 12.375rem;
  height: 5.6875rem;
  background-image: url(../images/top/decoration04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-top-overview::after {
    right: calc(50% - 42.5rem);
    bottom: 4.5625rem;
    width: 19.9375rem;
    height: 9.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-overview__inner.l-inner {
    max-width: 905px;
  }
}

.p-top-overview__wrap {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-overview__wrap {
    margin-top: 4.25rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-top-overview__content {
    margin-left: 3.75rem;
    max-width: 53.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-overview__content {
    width: 80.235%;
  }
}

.p-top-overview__text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-overview__text {
    margin-top: 1.875rem;
  }
}

.p-top-overview__btn-wrap {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-overview__btn-wrap {
    margin-top: 6.875rem;
  }
}

.p-top-overview__img-wrap {
  margin-top: 3.125rem;
  display: flex;
  gap: 0.375rem;
  justify-content: space-between;
}

.p-top-overview__img01 {
  width: 47%;
}

.p-top-overview__img01 img {
  aspect-ratio: 172/153;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 0 1rem 1rem 0;
}

.p-top-overview__img02 {
  width: 53%;
}

.p-top-overview__img02 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}

.p-top-overview__img03 {
  margin: 0.5rem 0 0 auto;
  width: 97%;
}

.p-top-overview__img03 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-overview__img04 {
  max-width: 31.25rem;
}

.p-top-overview__img04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 2.5rem 2.5rem 0;
}

.p-top-overview__img05 {
  margin: -17rem 0 0 3.375rem;
  max-width: 31.25rem;
}

.p-top-overview__img05 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-profile {
  padding: 2.5rem 0 1.75rem;
  background-color: #FFF5E5;
}
@media screen and (min-width: 768px) {
  .p-top-profile {
    padding: 5rem 0 4rem;
  }
}

.p-top-profile__inner.l-inner {
  padding-inline: 14px;
}
@media screen and (min-width: 768px) {
  .p-top-profile__inner.l-inner {
    padding-inline: 25px;
    display: flex;
    align-items: center;
    gap: 3.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-profile__img {
    margin-left: calc(50% - 50vw);
    max-width: 43.5rem;
    width: 100%;
  }
}

.p-top-profile__img img {
  width: 100%;
  height: 100%;
}

.p-top-profile__content {
  margin-top: 1.4375rem;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-profile__content {
    margin-top: 0;
    margin-left: auto;
    padding-inline: 0;
    max-width: 26.5rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-profile__title.c-title .c-title__en {
    font-size: 4rem;
    line-height: 1.1;
  }
}

.p-top-profile__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-profile__text {
    margin-top: 1.75rem;
  }
}

.p-top-profile__btn-wrap {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-profile__btn-wrap {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-top-recruitment {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-recruitment__inner {
    display: flex;
    align-items: center;
    gap: 6.6875rem;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-top-recruitment__title.c-title .c-title__en {
    font-size: 4rem;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-recruitment__content {
    margin-right: auto;
    max-width: 28.75rem;
  }
}

.p-top-recruitment__img {
  margin-right: calc(50% - 50vw);
  max-width: initial;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-top-recruitment__img {
    max-width: 38.25rem;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  .p-top-recruitment__img {
    height: 31.5rem;
  }
}
.p-top-recruitment__img img {
  aspect-ratio: 346/228;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  border-radius: 0.9375rem 0 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruitment__img img {
    aspect-ratio: 612/504;
  }
}

.p-top-recruitment__content {
  margin-top: 1.6875rem;
}

.p-top-recruitment__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruitment__text {
    margin-top: 1.5rem;
  }
}

.p-top-recruitment__btn-wrap {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-recruitment__btn-wrap {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-top-vision {
  position: relative;
  overflow-x: hidden;
}

.p-top-vision::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: -1;
  width: 5.6875rem;
  height: 10.375rem;
  background-image: url(../images/top/decoration01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-top-vision::before {
    top: 5.1875rem;
    right: initial;
    left: calc(50% - 44.875rem);
    width: 12.25rem;
    height: 21.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-vision::after {
    content: "";
    position: absolute;
    top: 8.125rem;
    right: calc(50% - 45rem);
    z-index: -1;
    width: 13.875rem;
    height: 25.5rem;
    background-image: url(../images/top/decoration02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-vision__inner.l-inner {
    max-width: 905px;
  }
}

.p-top-vision__sub-title {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-vision__sub-title {
    margin-top: 2.875rem;
  }
}

.p-top-vision__wrap {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-vision__wrap {
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 6.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-vision__text {
    padding-top: 0.625rem;
    width: 100%;
  }
}

.p-top-vision__img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-vision__img {
    margin-top: 0;
  }
}

.p-top-vision__img img {
  aspect-ratio: 317/301;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-vision__img img {
    aspect-ratio: 260/275;
  }
}

.p-top-vision__loop {
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-vision__loop {
    margin-top: 5.4375rem;
  }
}

.p-top-vision__loop-list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-text 30s linear infinite;
}

@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-vision__loop-item {
  padding: 0 20px;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  text-stroke: 0.125rem #F39900;
  -webkit-text-stroke: 0.125rem #F39900;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-vision__loop-item {
    font-size: 10rem;
  }
}

.u-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.u-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
