@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0322580645vw;
  }
}
@media (min-width: 1550px) {
  html {
    font-size: 100%;
  }
}

body {
  background: #F0F0F0;
  font-family: "Noto Sans", sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.js-tab-content {
  display: none;
}

.is-active.js-tab-content {
  display: block;
}

.js-fadeHead {
  opacity: 0;
  transition: all 1.2s ease-in-out;
}

.js-fadein,
.js-fadein-left,
.js-fadein-right {
  opacity: 0;
  transition: all 1.2s ease;
}

.js-fadein {
  transform: translateY(20px);
}

.js-fadein-left {
  transform: translateX(-20px);
}

.js-fadein-right {
  transform: translateX(20px);
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  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;
  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]) {
  text-decoration-skip-ink: auto;
}

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

/* 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;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll 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;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1550px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-sticky {
  margin-inline: auto;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-sticky {
    display: flex;
  }
}

.l-sticky__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-sticky__left {
    display: block;
    width: 17.6041666667%;
    height: fit-content;
    padding-top: 9.375rem;
    padding-bottom: 8.9375rem;
    position: sticky;
    top: 6.25rem;
    left: 0;
    z-index: 5;
  }
}

.l-sticky__right {
  padding: 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-sticky__right {
    width: 48.4375%;
    margin-right: 17.7083333333%;
    margin-left: auto;
    padding: 0;
  }
}

.c-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background: #05CCDC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-arrow {
    width: 4.5625rem;
    height: 4.5625rem;
  }
}

.c-arrow--wht {
  background: #fff;
  border: 1px solid #05CCDC;
}
@media screen and (min-width: 768px) {
  .c-arrow--wht {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}

.c-arrow img {
  width: 0.875rem;
  height: 0.5625rem;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-arrow img {
    width: 1.5625rem;
    height: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-arrow--wht img {
    width: 1.0625rem;
    height: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow img {
    transform: translateX(0.625rem);
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow--wht img {
    transform: translateX(0.375rem);
  }
}

.c-btn01 {
  min-width: 10.875rem;
  min-height: 3.1875rem;
  padding: 0 1.875rem;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #05CCDC;
  border-radius: 1.61625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    min-width: 11.5rem;
    min-height: 3.375rem;
    padding: 0 1.875rem;
    font-size: 1.0625rem;
    border-radius: 1.71125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    background: rgba(5, 204, 220, 0.7);
    opacity: 1;
  }
}

.c-btn01--en {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn01--en {
    font-size: 0.875rem;
  }
}

.c-btn01::after {
  content: "";
  width: 0.875rem;
  height: 0.5625rem;
  background: transparent url(../images/common/arrow_wht.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 2.125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: right 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::after {
    right: 1.5rem;
  }
}

.c-btn02 {
  min-width: 16.875rem;
  min-height: 3.375rem;
  padding: 0 5.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #05CCDC;
  border-radius: 1.61625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    min-width: 15rem;
    min-height: 3.375rem;
    padding: 0 4.0625rem;
    font-size: 1.0625rem;
    border-radius: 1.71125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02:hover {
    background: rgba(5, 204, 220, 0.7);
    opacity: 1;
  }
}

.c-btn02::after {
  content: "";
  width: 0.875rem;
  height: 0.5625rem;
  background: transparent url(../images/common/arrow_wht-left.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 2.375rem;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn02::after {
    width: 1rem;
    height: 0.625rem;
    left: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02:hover::after {
    left: 1.25rem;
  }
}

.c-btn03 {
  height: 3.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  background: #05CCDC;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn03 {
    height: 5.875rem;
    font-size: 1.25rem;
    border-radius: 2.9375rem;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn03:hover {
    background: rgba(5, 204, 220, 0.7);
    opacity: 1;
  }
}

.c-btn04 {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn04 {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn04:hover {
    opacity: 0.7;
  }
}

.c-btn04::after {
  content: "";
  width: 0.875rem;
  height: 0.625rem;
  background: transparent url(../images/common/arrow_blue.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: -2.0625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-btn04::after {
    width: 0.875rem;
    height: 0.625rem;
    right: -2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn04:hover::after {
    right: -3.25rem;
  }
}

.c-pdf-btn {
  display: block;
  padding: 0.625rem 0.625rem 0.6875rem 2.8125rem;
  background: #fff;
  border: 1px solid #C6403C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-pdf-btn {
    padding: 1.25rem 3.5rem;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-pdf-btn:hover {
    color: #fff;
    background: #C6403C;
    opacity: 1;
  }
}

.c-pdf-btn::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: transparent url(../images/common/icon_download.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 1.375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-pdf-btn::before {
    width: 1rem;
    height: 1rem;
    left: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-pdf-btn:hover::before {
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-image: url(../images/common/icon_download.svg);
    background: #fff;
  }
}

.c-pdf-btn::after {
  content: "";
  width: 0.5625rem;
  height: 0.8125rem;
  background: transparent url(../images/common/arrow_right.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-pdf-btn::after {
    width: 0.625rem;
    height: 1rem;
    right: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-pdf-btn:hover::after {
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-image: url(../images/common/arrow_right.svg);
    background: #fff;
  }
}

.c-pdf-btn__text {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-pdf-btn__text {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.c-tab-btn {
  padding: 0.625rem 1.1875rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  border: 1px solid #231815;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-tab-btn {
    padding: 1.375rem 1.75rem 1rem;
    row-gap: 0.75rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
}

.is-active .c-tab-btn {
  color: #fff;
  border: 1px solid #05CCDC;
  background: #05CCDC;
}

@media screen and (min-width: 768px) {
  .c-tab-btn:hover {
    opacity: 0.7;
  }
}

.c-tab-btn::after {
  content: "";
  width: 0.8125rem;
  height: 0.5625rem;
  background: transparent url(../images/common/arrow_bottom.svg) no-repeat center center/100%;
  position: absolute;
  bottom: 0.625rem;
  right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-tab-btn::after {
    width: 1rem;
    height: 0.625rem;
    bottom: 1.125rem;
    right: 1.375rem;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .is-active .c-tab-btn::after {
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-image: url(../images/common/arrow_bottom.svg);
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-tab-btn:hover::after {
    transform: translateY(0.375rem);
  }
}

.c-tab-btn__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-tab-btn__title {
    font-size: 1.5625rem;
  }
}

.c-tab-btn__enText {
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-tab-btn__enText {
    font-size: 12px;
  }
}

.c-title01 {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    gap: 1.5rem;
  }
}

.c-title01--wht {
  color: #fff;
}

.c-title01__sub {
  font-size: 2.375rem;
  line-height: 1.1842105263;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-title01__sub {
    font-size: 3.625rem;
    line-height: 1.2068965517;
    letter-spacing: 0;
  }
}

.c-title01--sm .c-title01__sub {
  font-size: 2.375rem;
  line-height: 1.1842105263;
}
@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__sub {
    font-size: 2.875rem;
    line-height: 1.2222222222;
    letter-spacing: 0.02em;
  }
}

.c-title01__main {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    font-size: 1rem;
  }
}

.c-title01--sm .c-title01__main {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__main {
    font-size: 1rem;
  }
}

.c-title01__main::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #05CCDC;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .c-title01__main::after {
    width: 107%;
    bottom: -0.5625rem;
  }
}

.c-title02 {
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    padding-bottom: 0.375rem;
    row-gap: 0.25rem;
  }
}

.c-title02__sub {
  font-size: 10px;
  color: #C6403C;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-title02__sub {
    font-size: 11px;
  }
}

.c-title02__main {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title02__main {
    font-size: 2.1875rem;
    letter-spacing: 0.08em;
  }
}

.c-title03 {
  position: relative;
}

.c-title03::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.c-title03__main {
  display: inline-block;
  padding-right: 0.25rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-title03__main {
    padding-right: 0.5rem;
    padding-left: 1.875rem;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}

.c-title03__main::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: transparent url(../images/common/icon_octagon.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-title03__main::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.25rem;
    left: 0.125rem;
  }
}

.p-article p {
  margin-bottom: 1.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.06em;
  }
}
.p-article figure {
  display: block;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-article figure {
    margin-bottom: 2.75rem;
  }
}
.p-article figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-card01 {
  padding: 1.375rem 1.3125rem 2.0625rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  background: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-card01 {
    height: 100%;
    padding: 1.6875rem 1.5625rem 2.75rem;
    row-gap: 1.625rem;
  }
}

.p-card01--noimg {
  background: transparent;
}

.p-card01__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 286/200;
}
@media screen and (min-width: 768px) {
  .p-card01__img img {
    aspect-ratio: 351/244;
  }
}

.p-card01__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-card01__body {
    height: 100%;
  }
}

.p-card01__title {
  padding-left: 1.5rem;
  font-size: 1.25rem;
  color: #231815;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-card01__title {
    padding-left: 1.875rem;
    font-size: 1.5625rem;
    line-height: 1.16;
  }
}

.p-card01__title::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: transparent url(../images/common/icon_octagon.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-card01__title::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.25rem;
    left: 0.125rem;
  }
}

.p-card01__list {
  margin-top: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card01__list {
    margin-top: 0.5rem;
    column-gap: 1.375rem;
    flex-grow: 1;
  }
}

.p-card01__item {
  padding-left: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-card01__item {
    padding-left: 0.6875rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-card01__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #D23F38;
  border-right: 0;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-card01__item::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #D23F38;
    top: 0.625rem;
  }
}

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

.p-company-history {
  padding-top: 6.5rem;
  padding-bottom: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-company-history {
    padding-top: 12.375rem;
    padding-bottom: 8.9375rem;
  }
}

.p-company-history__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__wrap {
    margin-top: 2.75rem;
  }
}

.p-company-history__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__list {
    row-gap: 1.5rem;
  }
}

.p-company-history__item {
  padding-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-history__item {
    padding-bottom: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-company-history__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleY(0.25);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company-history__item-top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-company-history__item-top {
    width: 21.5053763441%;
  }
}

.p-company-history__item-date {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company-history__item-date {
    font-size: 1.625rem;
  }
}

.p-company-history__item-year {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company-history__item-year {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-history__item-bottom {
    width: 77.2043010753%;
  }
}

.p-company-history__item-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company-history__item-text {
    font-size: 1rem;
  }
}

.p-company-message {
  padding-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-company-message {
    padding-top: 6.875rem;
  }
}

.p-company-message__body {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__body {
    margin-top: 3.625rem;
  }
}

.p-company-message__enText {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company-message__enText {
    font-size: 11px;
  }
}

.p-company-message__read {
  margin-top: 0.25rem;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company-message__read {
    margin-top: 0.75rem;
    font-size: 2.125rem;
    line-height: 1.3823529412;
    letter-spacing: 0.08em;
  }
}

.p-company-message__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company-message__text {
    margin-top: 2.6875rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-company-message__name {
  margin-top: 1.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company-message__name {
    margin-top: 2.25rem;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.p-company-message__images {
  margin-top: 5.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__images {
    margin-top: 11.25rem;
    gap: 1.5rem;
  }
}

.p-company-message__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 160/109;
}
@media screen and (min-width: 768px) {
  .p-company-message__img img {
    aspect-ratio: 450/307;
  }
}

.p-company-philosophy {
  padding-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy {
    padding-top: 7.375rem;
  }
}

.p-company-philosophy__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy__body {
    margin-top: 2.8125rem;
  }
}

.p-company-philosophy__top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy__top {
    row-gap: 1rem;
  }
}

.p-company-philosophy__message {
  text-align: center;
  background: #F0F0F0;
}
.p-company-philosophy__message-text {
  display: inline-block;
  padding: 0.75rem 0 0.6875rem;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0.16em;
  font-weight: 700;
  background: linear-gradient(#BC403B, #BC403B) 100% 100%/0 1px no-repeat;
  background-size: 92% 0.125rem;
  background-position: center bottom;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy__message-text {
    padding: 1.4375rem 0 1.375rem;
    font-size: 2.125rem;
    line-height: 1.3823529412;
    background-size: 92% 0.1875rem;
  }
}

.p-company-philosophy__bottom {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy__bottom {
    margin-top: 2.25rem;
  }
}

.p-company-philosophy__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company-philosophy__text {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-company-profile {
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile {
    padding-top: 5.625rem;
  }
}

.p-company-profile__wrap {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__wrap {
    margin-top: 2.875rem;
  }
}

.p-company-profile__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__list {
    row-gap: 1.5rem;
  }
}

.p-company-profile__item {
  padding-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-profile__item {
    padding-inline: 0.4375rem;
    padding-bottom: 1.125rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-company-profile__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleY(0.25);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company-profile__top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-company-profile__top {
    width: 21.5053763441%;
  }
}

.p-company-profile__term {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company-profile__term {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-profile__bottom {
    width: 77.2043010753%;
  }
}

.p-company-profile__desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-company-profile__desc {
    font-size: 1rem;
  }
}

.p-contact {
  background: #fff;
  padding-top: 1.875rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 7.5rem;
    padding-bottom: 13rem;
  }
}

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

.p-contact__title {
  display: flex;
  flex-direction: column;
  row-gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    row-gap: 1.25rem;
  }
}

.p-contact__title-sub {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__title-sub {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

.p-contact__title-main {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__title-main {
    font-size: 2.5rem;
    line-height: 1.175;
    letter-spacing: 0.08em;
  }
}

.p-contact__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 2.1875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-contact__btn {
  width: 17.1875rem;
  margin-inline: auto;
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    width: 26.5625rem;
    margin-top: 7.75rem;
  }
}

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

.p-cta {
  padding-top: 3.25rem;
  padding-bottom: 4.0625rem;
  background: #F8D200;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.p-cta__title {
  font-size: 2.3125rem;
  text-align: center;
  line-height: 1.2162162162;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 3.625rem;
    line-height: 1.2068965517;
  }
}

.p-cta__read {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cta__read {
    margin-top: 0.875rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-cta__wrap {
  width: 73.2522796353%;
  max-width: 20.125rem;
  margin-inline: auto;
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    margin-top: 1.875rem;
    row-gap: 1.875rem;
  }
}

.p-cta__btn-form {
  display: block;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-form {
    padding: 1.03125rem 0;
    border-radius: 1.6875rem;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__btn-form:hover {
    background: #fff;
    border-color: #fff;
    opacity: 1;
  }
}

.p-cta__btn-tel {
  display: block;
  width: 100%;
  padding: 0.34375rem 0 0.46875rem;
  font-size: 1.4375rem;
  text-align: center;
  line-height: 1.1304347826;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-tel {
    padding: 0.46875rem 0 0.53125rem;
    font-size: 1.875rem;
    line-height: 1.2;
    border-radius: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__btn-tel:hover {
    color: #fff;
    background: #D23F38;
    border-color: #D23F38;
    opacity: 1;
  }
}

.p-cta__btn-tel span {
  display: inline-block;
  padding-left: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-tel span {
    padding-left: 2.125rem;
  }
}

.p-cta__btn-tel span::before {
  content: "";
  width: 1.16875rem;
  height: 1.16875rem;
  background: transparent url(../images/common/icon_tel.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-cta__btn-tel span::before {
    width: 1.5625rem;
    height: 1.5625rem;
    transition: 0.1s;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__btn-tel:hover span::before {
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-image: url(../images/common/icon_tel.svg);
    background: #fff;
    opacity: 1;
  }
}

.p-environment__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  column-gap: 1.8125rem;
  row-gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-environment__wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.8125rem;
    row-gap: 2.5rem;
  }
}

.p-environment__card {
  height: 100%;
  overflow: hidden;
}

.p-environment__card-top {
  height: 9.625rem;
  padding-bottom: 1.1875rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #F7F7F8;
}
@media screen and (min-width: 768px) {
  .p-environment__card-top {
    height: 15.8125rem;
    padding-bottom: 1.625rem;
  }
}

.p-environment__card-detail {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card-detail {
    row-gap: 1.625rem;
  }
}

.p-environment__card-icon {
  margin-inline: auto;
}

.p-environment__card:nth-child(1) .p-environment__card-icon {
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(1) .p-environment__card-icon {
    width: 9.75rem;
  }
}

.p-environment__card:nth-child(2) .p-environment__card-icon {
  width: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(2) .p-environment__card-icon {
    width: 6.5rem;
  }
}

.p-environment__card:nth-child(3) .p-environment__card-icon {
  width: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(3) .p-environment__card-icon {
    width: 7.25rem;
  }
}

.p-environment__card:nth-child(4) .p-environment__card-icon {
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(4) .p-environment__card-icon {
    width: 9rem;
  }
}

.p-environment__card:nth-child(5) .p-environment__card-icon {
  width: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(5) .p-environment__card-icon {
    width: 9.125rem;
  }
}

.p-environment__card:nth-child(6) .p-environment__card-icon {
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-environment__card:nth-child(6) .p-environment__card-icon {
    width: 8.375rem;
  }
}

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

.p-environment__card-title {
  display: inline-block;
  padding-bottom: 0.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-bottom: 2px dotted #F8D200;
}
@media screen and (min-width: 768px) {
  .p-environment__card-title {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}

.p-environment__card-bottom {
  height: 100%;
  padding: 1.25rem 1.5rem 1.625rem;
  background: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-environment__card-bottom {
    padding: 1.625rem 1.625rem 1.625rem;
  }
}

.p-environment__card-text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-environment__card-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-footer {
  padding-top: 3.25rem;
  padding-bottom: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.9375rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 72.5rem;
  }
}

.p-footer__top {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__wrap {
  margin-top: 3.25rem;
  padding: 0 0.5625rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    width: 17.5rem;
    margin-top: 0;
    padding: 0;
    order: 1;
  }
}

.p-footer__logo {
  display: block;
  width: 15.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: auto;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 280/32;
}

.p-footer__access {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__access {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.p-footer__tel {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.p-footer__tel a {
  display: inline-block;
}

.p-footer__privacy {
  margin-top: 0.9375rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

.p-footer__nav {
  padding: 0 0.6875rem;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 49rem;
    margin-top: 0.8125rem;
    padding: 0;
    order: 2;
  }
}

.p-footer__navList {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__navitem {
  padding-left: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem {
    padding-left: 1rem;
  }
}

.p-footer__navitem::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #05CCDC;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__navitem::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.375rem;
  }
}

.p-footer__navLink {
  display: block;
  font-size: 0.875rem;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-footer__navLink:hover {
    color: #00AABD;
    opacity: 1;
  }
}

.p-footer__subnavList {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__subnavList {
    margin-top: 0.5625rem;
    row-gap: 0.3125rem;
  }
}

.p-footer__subnavitem {
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__subnavitem {
    padding-left: 0.625rem;
  }
}

.p-footer__subnavitem::before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #231815;
  position: absolute;
  top: 0.5625rem;
  left: -0.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__subnavitem::before {
    top: 0.5625rem;
    left: -0.125rem;
  }
}

.p-footer__subNavLink {
  display: block;
  font-size: 0.875rem;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__subNavLink {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-footer__subNavLink:hover {
    color: #00AABD;
    opacity: 1;
  }
}

.p-footer__bottom {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 1.625rem;
  }
}

.p-footer__map iframe {
  display: block;
  aspect-ratio: 316/164;
}
@media screen and (min-width: 768px) {
  .p-footer__map iframe {
    aspect-ratio: 1110/164;
  }
}

.p-footer__copyright {
  margin-top: 2rem;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.1111111111;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 2.625rem;
    font-size: 9px;
    line-height: 1.1111111111;
  }
}

.p-footer__pagetop {
  position: absolute;
  top: 0;
  right: 2.25rem;
  transform: translate(0, -45%);
  -webkit-transform: translate(0, -45%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__pagetop {
    right: 16rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__list {
    row-gap: 2.5rem;
  }
}

.p-form__item dl {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dl {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item.form_address dl {
    align-items: flex-start;
  }
}

.p-form__head {
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 13.75rem;
  }
}

.form_note .p-form__head {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form_note .p-form__head {
    margin-top: 1.375rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-contact.confirm .form_address .p-form__head,
  .p-contact.confirm .form_note .p-form__head {
    margin-top: 0;
  }
}

.p-form__head__title {
  width: 100%;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }
}

.p-form__head__title p {
  width: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

.p-form span.required,
.p-form span.any {
  width: 3.75rem;
  padding: 0.4375rem 0 0.375rem;
  margin-right: 0.8125rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form span.required,
  .p-form span.any {
    width: 3.75rem;
    margin-right: 0.875rem;
  }
}

.p-form span.required {
  background-color: #D23F38;
}

.p-form span.any {
  background-color: #8A908F;
}

.p-form__body {
  width: 100%;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 0;
    width: 35rem;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.p-form__body .mw_wp_form .error {
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form input,
.p-form textarea,
.p-form select {
  width: 100%;
  height: 3rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-form input,
  .p-form textarea,
  .p-form select {
    height: 3.75rem;
    padding: 1rem 1.25rem;
  }
}

.p-form ::placeholder {
  color: #C2C6BE;
}

@media screen and (min-width: 768px) {
  .p-form input:hover,
  .p-form select:hover,
  .p-form textarea:hover {
    border: 1px solid #D23F38;
  }
}

.p-form input:focus,
.p-form select:focus,
.p-form textarea:focus {
  border: 1px solid #D23F38 !important;
  outline: none;
}

.p-form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.625rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #CCCCCC;
  vertical-align: middle;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  height: 14.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 25.625rem;
  }
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_name,
  .p-form input.form_kana {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
}

/* 郵便番号,電話番号 */
.p-form .p-form__item.form_address .p-form__detail.post {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_address .p-form__detail.post {
    column-gap: 0.625rem;
  }
}

.p-form .p-form__item.form_address .p-form__detail.post .wpcf7-form-control-wrap input {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_address .p-form__detail.post .wpcf7-form-control-wrap input {
    width: 13.25rem;
  }
}

.p-form select {
  appearance: none;
  background: url(../images/contact/arrow_select.svg) 96% 50% no-repeat;
  background-size: auto;
  -webkit-background-size: 1.25rem;
  background-size: 1.25rem;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 100%;
    line-height: 1;
    background: url(../images/contact/arrow_select.svg) 94% 50% no-repeat;
    -webkit-background-size: 0.9375rem;
    background-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form select {
    font-size: 0.875rem;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.25rem;
    row-gap: 0.375rem;
  }
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-radio .wpcf7-list-item label input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* デフォルトのボタン */
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 0.0625rem solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1.2em;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: 0.125rem solid #000;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  width: 1rem;
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #000; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 0.1875rem #fff; /* 中心の色のスタイル */
}

.p-form .wpcf7-not-valid-tip {
  width: 100%;
  position: relative;
  top: 0.3125rem;
}

/******************* END./form base *******************/
.p-form__head__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

.p-form__detail {
  width: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    display: block;
  }
}

.p-form__detail:nth-of-type(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__detail:nth-of-type(n+2) {
    margin-top: 1.0625rem;
  }
}

.p-form__detail p {
  width: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

.form-hope__title {
  width: 5rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form-hope__title {
    margin-right: 0.9375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form__body__text {
  width: 100%;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__body__text {
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-form__detail_name {
  width: 22.0625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.005em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail_name {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__detail_name:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.form-name__title {
  margin-right: auto;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .form-name__title {
    font-size: 0.875rem;
  }
}

.p-form__item.form_name .form-name__title {
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 1.25rem;
}

.p-form__policy {
  margin-top: -1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 1.375rem;
  }
}

.p-form__policy p {
  display: inline;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__policy p {
    font-size: 10px;
  }
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  position: absolute;
  top: -0.375rem;
  left: -1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy p span.wpcf7-form-control-wrap {
    width: auto;
    height: 0.9375rem;
    display: inline;
    position: static;
  }
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
}

.p-form__policy a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-form__policy a:hover {
    color: #05CCDC;
    opacity: 1;
  }
}

.p-form__policy .wpcf7-not-valid-tip {
  width: 15.625rem;
  position: absolute;
  bottom: -4.125rem;
  left: 0;
}
@media (width >= 600px) {
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -2.5rem;
    left: -1.875rem;
  }
}

.form-btn {
  width: 17.1875rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-btn {
    width: 26.5625rem;
    margin-top: 5.375rem;
    row-gap: 1.4375rem;
  }
}

.p-form__btn--prev,
.p-form__btn--next {
  position: relative;
}

.p-form__btn--prev::before {
  content: "";
  width: 1rem;
  height: 0.6875rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-image: url(../images/common/arrow_wht-left.svg);
  background: #000;
  position: absolute;
  top: 53%;
  left: 2rem;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-form__btn--prev::before {
    width: 1.25rem;
    height: 0.875rem;
    top: 50%;
    left: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--prev:hover::before {
    left: 1.75rem;
  }
}

.form-btn input {
  height: 3.8125rem;
  padding: 1.25rem 0;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-btn input {
    height: 5.875rem;
    font-size: 1.25rem;
    border-radius: 2.9375rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
}

.form-btn .p-form__btn--send input {
  color: #fff;
  background: #D23F38;
  border: 1px solid #D23F38;
}

.form-btn .p-form__btn--prev input {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}

@media screen and (min-width: 768px) {
  .form-btn .p-form__btn--send input:hover {
    background: #fff;
    color: #D23F38;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .form-btn .p-form__btn--prev input:hover {
    background: rgba(240, 240, 240, 0.7);
    opacity: 1;
  }
}

.p-header {
  width: 100%;
  height: 3.3125rem;
  background: #F0F0F0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 100;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header {
    width: 94.4791666667%;
    height: auto;
    top: 3.375rem;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .p-header.is-active {
    top: 0;
  }
}

.p-header__inner {
  height: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    height: auto;
    padding: 1.1875rem 3.6875rem;
    overflow: visible;
  }
}

.p-header__logo {
  width: 10.1875rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 18.6910377358%;
    position: relative;
    z-index: 50;
  }
}

.p-header__logo--link {
  width: 100%;
}

.p-header__logo--link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo--link:hover {
    opacity: 1;
  }
}

.p-header__logo--img img {
  width: 100%;
  height: auto;
}

.p-header__hamburger {
  display: block;
  width: 37px;
  height: 37px;
  background: #05CCDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger .p-header__hamburger--line {
  width: 27px;
  height: 1px;
  display: block;
  background-color: #fff;
  transition: 0.3s;
}

.p-header__hamburger .p-header__hamburger--line:nth-child(2),
.p-header__hamburger .p-header__hamburger--line:nth-child(3) {
  margin-top: 4px;
}

.p-header__hamburger.active .p-header__hamburger--line {
  width: 18px;
}

.p-header__hamburger.active .p-header__hamburger--line:nth-child(1) {
  transform: translate(0, 5px) rotate(30deg);
}

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

.p-header__hamburger.active .p-header__hamburger--line:nth-child(3) {
  transform: translate(0px, -5px) rotate(-30deg);
}

.p-header__nav {
  width: 100%;
  height: 100svh;
  padding: 5.9375rem 2.6875rem 6.25rem;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(240, 240, 240, 0.97);
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10;
  transition: right 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    width: 80.483490566%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    column-gap: 6%;
    position: static;
    right: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) and (width <= 1720px) {
  .p-header__nav {
    column-gap: 3%;
  }
}

.p-header__nav.active {
  right: 0;
}
.p-header__head {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-header__head {
    flex-direction: column;
    row-gap: 0.75rem;
    overflow: visible;
  }
}

.p-header__navList {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 4.5rem;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) and (width <= 1720px) {
  .p-header__navList {
    column-gap: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (width <= 1720px) and (width <= 820px) {
  .p-header__navList {
    column-gap: 1.875rem;
  }
}

.p-header__navItem {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    overflow: visible;
  }
}

.p-header__navLink {
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navLink {
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.active,
  .p-header__navLink:hover {
    color: #05CCDC;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover {
    padding-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.js-hover::after {
    content: "";
    width: 0.75rem;
    height: 0.5rem;
    background: transparent url(../images/common/arrow_bottom.svg) no-repeat center center/100%;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink.active::after {
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-image: url(../images/common/arrow_bottom.svg);
    background: #05CCDC;
  }
}

.p-header__navText {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__navText {
    display: block;
  }
}

.p-header__navItem:first-child .p-header__navText {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-header__navItem:first-child .p-header__navText {
    border-top: none;
  }
}

.p-header__navText.js-hover {
  padding-right: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__navText.js-hover {
    padding-right: 0;
  }
}

.p-header__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__body {
    width: 27.0625rem;
    width: auto;
    margin-inline: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__tel {
    color: #D23F38;
    display: flex;
    align-items: flex-end;
    column-gap: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__tel-text {
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .p-header__tel-link {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact {
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.125rem;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 500;
    background: #F8D200;
  }
}

@media screen and (min-width: 768px) {
  .p-header__wrapper {
    min-width: 13rem;
    height: auto;
    padding-top: 1.875rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    pointer-events: none;
    display: block;
    width: auto;
    min-width: 13rem;
    margin-inline: 0;
    overflow: visible;
    clip: auto;
    z-index: 999;
  }
}

@media screen and (min-width: 768px) {
  .p-header__wrapper.bg::after {
    content: "";
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(23px);
    background: rgba(255, 255, 255, 0.01);
    position: fixed;
    top: 0;
    left: 0;
  }
}

.p-header__dropdown {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__dropdown {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
  }
}

.p-header__dropdownList {
  padding-top: 0.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownList {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto;
    padding-top: 0;
    row-gap: 0;
  }
}

.p-header__dropdownItem {
  padding-left: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownItem {
    padding-left: 0;
  }
}

.p-header__dropdownItem::before {
  content: "";
  width: 0.375rem;
  height: 1px;
  background: #231815;
  position: absolute;
  top: 0.6875rem;
  left: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownItem::before {
    display: none;
  }
}

.p-header__dropdownLink {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownLink {
    height: 100%;
    min-height: 2.4375rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 100%;
    white-space: normal;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownItem:last-child .p-header__dropdownLink {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover {
    color: #fff;
    background: #05CCDC;
    opacity: 1;
  }
}

.p-header__dropdownLink .c-arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownLink .c-arrow {
    display: flex;
    width: 1.1875rem;
    height: 1.1875rem;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover .c-arrow {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover .c-arrow::after {
    content: "";
    width: 0.5rem;
    height: 0.375rem;
    background: transparent url(../images/common/arrow_blue.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: 0.3s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink .c-arrow img {
    width: 0.4375rem;
    height: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover .c-arrow img {
    transform: translateX(0rem);
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem:hover .p-header__wrapper,
  .p-header__navItem .p-header__wrapper:hover,
  .p-header__navItem .p-header__wrapper.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}

.p-interview {
  padding: 1.0625rem 0.875rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding: 2.875rem 3rem 1.875rem;
  }
}

.is-active .p-interview {
  background: #F0F0F0;
}

.p-interview__title {
  padding: 0.6875rem 0 0.625rem;
  display: flex;
  justify-content: center;
  column-gap: 0.625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-interview__title {
    padding: 1.6875rem 0 1.375rem;
    column-gap: 0.75rem;
  }
}

.p-interview__title-sub {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-interview__title-sub {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-interview__title-main {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__title-main {
    font-size: 1.25rem;
  }
}

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

.p-interview__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 301/180;
}
@media screen and (min-width: 768px) {
  .p-interview__img img {
    aspect-ratio: 833/495;
  }
}

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

.p-interview__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    row-gap: 3.375rem;
  }
}

.p-interview__item-head {
  padding-bottom: 0.625rem;
  display: flex;
  column-gap: 0.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__item-head {
    padding-bottom: 0.875rem;
    column-gap: 0.9375rem;
  }
}

.p-interview__item-head::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleY(0.5);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-interview__item-q {
  width: 1.53125rem;
  height: 1.53125rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05CCDC;
}
@media screen and (min-width: 768px) {
  .p-interview__item-q {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1rem;
  }
}

.p-interview__item-question {
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__item-question {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
  }
}

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

.p-interview__item-answer {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-interview__item-answer {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

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

.p-interview__schedule-top {
  padding: 0.6875rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00D1DC;
}
@media screen and (min-width: 768px) {
  .p-interview__schedule-top {
    padding: 0.4375rem 0 0.5rem;
  }
}

.p-interview__schedule-title {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__schedule-title {
    font-size: 1rem;
  }
}

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

.p-interview__btn {
  margin-top: 3.375rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-interview__btn {
    margin-top: 4.375rem;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
}

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

@media screen and (min-width: 768px) {
  .p-list01__img {
    width: 20.4968944099%;
  }
}

.p-list01__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 329/231;
}
@media screen and (min-width: 768px) {
  .p-list01__img img {
    aspect-ratio: 198/140;
  }
}

@media screen and (min-width: 768px) {
  .p-list01__body {
    display: flex;
    column-gap: 2.1875rem;
  }
}

.p-list01__date {
  font-size: 0.875rem;
  color: #00AABD;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-list01__date {
    font-size: 1rem;
  }
}

.p-list01__title {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-list01__title {
    margin-top: -0.4375rem;
    font-size: 1rem;
  }
}

.p-manufacturer {
  padding: 1.75rem 1.125rem 1.875rem;
  background: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-manufacturer {
    padding: 3.375rem 3.9375rem 3.75rem;
  }
}

.p-manufacturer__head {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C6403C;
}
@media screen and (min-width: 768px) {
  .p-manufacturer__head {
    padding-bottom: 0.9375rem;
    border-bottom: 2px solid #C6403C;
  }
}

.p-manufacturer__title {
  padding-left: 1.4375rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-manufacturer__title {
    padding-left: 1.8125rem;
    font-size: 1.5625rem;
    line-height: 1.16;
  }
}

.p-manufacturer__title::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: transparent url(../images/common/icon_octagon.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-manufacturer__title::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.25rem;
    left: 0.125rem;
  }
}

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

.p-manufacturer__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-manufacturer__list {
    grid-template-columns: 23.375rem 26.25rem 18.125rem;
    justify-content: space-between;
  }
}

.p-manufacturer__item {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-manufacturer__item {
    font-size: 1.125rem;
    line-height: 2.1111111111;
    letter-spacing: 0.04em;
  }
}

.p-mv {
  margin-top: 3.3125rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 0;
  }
}

.p-mv::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 2.25rem;
  background: #fff;
  position: absolute;
  top: 15.7%;
  left: -7.125rem;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: top right;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  transition: transform 1.2s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    width: 75rem;
    height: 7.25rem;
    top: auto;
    bottom: 53.125rem;
    left: -27.625rem;
    transform: rotate(-45deg) scaleX(0);
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  }
}

.p-mv.is-animated::before {
  transform: rotate(-45deg) scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-mv.is-animated::before {
    transform: rotate(-45deg) scaleX(1);
  }
}

.p-mv__top {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-mv__top::before {
  content: "";
  display: block;
  width: 16.25rem;
  height: 2.25rem;
  background: #F8D200;
  position: absolute;
  top: -3.375rem;
  left: -4.25rem;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: top right;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 14% 100%);
  z-index: 2;
  transition: transform 1.2s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__top::before {
    width: 46.25rem;
    height: 7.25rem;
    top: -6.75rem;
    left: -0.5%;
    left: -0.75rem;
    transform: rotate(-45deg) scaleX(0);
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 15.5% 100%);
    z-index: 1;
  }
}

.p-mv.is-animated .p-mv__top::before {
  transform: rotate(-45deg) scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-mv.is-animated .p-mv__top::before {
    transform: rotate(-45deg) scaleX(1);
  }
}

.p-mv__top::after {
  content: "";
  display: block;
  width: 15.125rem;
  height: 2.25rem;
  background: #05CCDC;
  position: absolute;
  top: 40.5%;
  left: -2.8125rem;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: top right;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 14.5% 100%);
  z-index: 1;
  transition: transform 1.2s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__top::after {
    width: 33.75rem;
    height: 7.25rem;
    top: auto;
    bottom: 16.75rem;
    left: 12.125rem;
    transform: rotate(-45deg) scaleX(0);
    clip-path: polygon(0% 0%, 78% 0%, 100% 100%, 21.5% 100%);
    z-index: 0;
  }
}

.p-mv.is-animated .p-mv__top::after {
  transform: rotate(-45deg) scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-mv.is-animated .p-mv__top::after {
    transform: rotate(-45deg) scaleX(1);
  }
}

.p-mv__swiper {
  width: 87.7333333333%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper {
    width: 68.4895833333%;
    margin-left: auto;
    margin-right: 0;
  }
}

.p-mv__swiper-wrapper {
  height: 100%;
}

.p-mv__swiper-slide {
  width: 100%;
  height: 100%;
}

.p-mv__swiper-img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

.p-mv__swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  aspect-ratio: 328/386;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper-img img {
    aspect-ratio: 1315/996;
  }
}

.p-mv__inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: 78.4375%;
    margin-inline: auto;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.p-mv__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    position: relative;
    z-index: 2;
  }
}

.p-mv__area {
  position: absolute;
  top: 1.625rem;
  left: 6.1333333333%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__area {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }
}

.p-mv__read {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: inline;
  padding: 0 0;
  background-image: linear-gradient(#F0F0F0 100%, #F0F0F0 100%);
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    font-size: 3.3125rem;
    line-height: 1.5849056604;
    position: static;
    top: auto;
    left: auto;
  }
}

.p-mv__read span {
  display: inline;
  color: #C6403C;
  background: linear-gradient(#C6403C, #C6403C) left bottom no-repeat;
  background-size: 0% 0.1875rem;
  transition: background-size 0.8s ease-out;
}

.p-mv.is-animated .p-mv__read span {
  background-size: 100% 0.1875rem;
}

.p-mv__text {
  width: 100%;
  margin-top: 1.25rem;
  padding-left: 1.125rem;
  padding-right: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    width: auto;
    margin-top: 1.25rem;
    padding-inline: 0;
    font-size: 1.125rem;
    line-height: 2.1111111111;
    letter-spacing: 0.06em;
  }
}

.p-mv__bottom {
  margin-top: 2.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__bottom {
    margin-top: 0;
    padding: 4.9375rem 0 5rem;
  }
}

.p-mv__bottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleY(0.3);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-mv__news {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__news {
    width: 65.4166666667%;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
}

.p-mv__news-title {
  padding: 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mv__news-title {
    padding: 0;
    padding-right: 3.75rem;
    font-size: 2.8125rem;
  }
}

.p-mv__news-wrap {
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__news-wrap {
    width: 84.872611465%;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}

.p-mv__news-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__news-body {
    width: 84.5780795344%;
    padding-left: 3.625rem;
    display: flex;
    align-items: center;
  }
}

.p-mv__news-body::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleY(0.3);
  transform-origin: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__news-body::before {
    width: 1px;
    height: 3.9375rem;
    transform-origin: left;
    top: 50%;
    left: 0;
    transform: scaleX(0.3) translate(0, -50%);
    -webkit-transform: scaleX(0.3) translate(0, -50%);
  }
}

.p-mv__news-body::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__news-body::after {
    display: block;
    content: "";
    width: 1px;
    height: 3.9375rem;
    background-color: #231815;
    transform-origin: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: scaleX(0.3) translate(0, -50%);
    -webkit-transform: scaleX(0.3) translate(0, -50%);
  }
}

.p-mv__news-list {
  width: 100%;
  max-height: 3.8125rem;
  padding-inline: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__news-list {
    max-height: 1.625rem;
    padding-inline: 0;
  }
}

.p-mv__news-list-wrapper {
  height: 100%;
}

.p-mv__news-item {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__news-item {
    padding: 0;
  }
}

.p-mv__news-link {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__news-link {
    display: flex;
    align-items: center;
  }
}

.p-mv__news-date {
  display: block;
  font-size: 0.875rem;
  color: #05CCDC;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__news-date {
    width: 7.1875rem;
    font-size: 0.875rem;
  }
}

.p-mv__news-Subtitle {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__news-Subtitle {
    width: calc(100% - 8.4375rem);
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-mv__news-btn {
  position: absolute;
  top: -2rem;
  right: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__news-btn {
    width: 15.4219204656%;
    padding-left: 3.0625rem;
    position: relative;
    top: auto;
    right: auto;
  }
}

.p-news-single {
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding-top: 8.375rem;
    padding-bottom: 10.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__inner {
    max-width: 63.75rem;
  }
}

.p-news-single__top {
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__top {
    padding-bottom: 2.75rem;
    row-gap: 2.125rem;
  }
}

.p-news-single__top::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleY(0.25);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-news-single__date {
  font-size: 0.875rem;
  color: #00AABD;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 1rem;
  }
}

.p-news-single__title {
  font-size: 1.125rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    margin-top: -0.4375rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.p-news-single__bottom {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__bottom {
    margin-top: 2.375rem;
  }
}

.p-article__btn {
  margin-top: 2.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-article__btn {
    margin-top: 3.375rem;
  }
}

.p-news {
  background: #fff;
  padding-top: 1.375rem;
  padding-bottom: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 8.625rem;
    padding-bottom: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    max-width: 63.5rem;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    row-gap: 2.75rem;
  }
}

.p-news__item {
  padding-bottom: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    padding-bottom: 3rem;
  }
}

.p-news__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleY(0.3);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-news__pagination {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 2.5rem;
  }
}

.p-notfound {
  background: #fff;
  padding-top: 1.875rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 7.5rem;
    padding-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .p-notfound__inner {
    max-width: 54.375rem;
  }
}

.p-notfound__title {
  display: flex;
  flex-direction: column;
  row-gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__title {
    row-gap: 1.25rem;
  }
}

.p-notfound__title-sub {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-notfound__title-sub {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

.p-notfound__title-main {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-notfound__title-main {
    font-size: 2.5rem;
    line-height: 1.175;
    letter-spacing: 0.08em;
  }
}

.p-notfound__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-notfound__text {
    margin-top: 2.1875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-notfound__btn {
  width: 17.1875rem;
  margin-inline: auto;
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    width: 26.5625rem;
    margin-top: 7.75rem;
  }
}

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

.p-page-link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.125rem;
}

@media screen and (min-width: 768px) {
  .p-page-link__btn {
    height: 6.0625rem;
    font-size: 1.125rem;
    color: #231815;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 500;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-page-link__btn.is-active {
    color: #fff;
    background: #00D1DC;
  }
}

.p-page-top {
  width: 3.625rem;
  height: 3.625rem;
  background: #F0F0F0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    width: 4.1875rem;
    height: 4.1875rem;
  }
}

.p-page-top__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-page-top__link:hover {
    opacity: 1;
  }
}

.p-page-top__img {
  width: 0.8125rem;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-page-top__img {
    width: 0.8125rem;
    height: 1.1875rem;
  }
}

.p-page-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 13/19;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-page-top__link:hover img {
    transform: translateY(-0.625rem);
  }
}

.p-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi {
    flex-wrap: nowrap;
    column-gap: 1.25rem;
  }
}

.p-pagination .wp-pagenavi span,
.p-pagination .wp-pagenavi a {
  margin: 0;
  border: none !important;
  background: transparent !important;
}
.p-pagination .current,
.p-pagination .page {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pagination .current,
  .p-pagination .page {
    font-size: 1.125rem;
  }
}

.p-pagination .current {
  color: #fff;
  color: #B3B4B3;
}

.p-pagination .wp-pagenavi span.current {
  font-weight: 400;
}

.p-pagination .page {
  color: #231815;
}

.p-pagination .previouspostslink,
.p-pagination .nextpostslink {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink,
  .p-pagination .nextpostslink {
    font-size: 1rem;
  }
}

.p-pagination .previouspostslink img,
.p-pagination .nextpostslink img {
  width: 0.875rem;
  height: 0.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink img,
  .p-pagination .nextpostslink img {
    width: 1rem;
    height: 0.75rem;
  }
}

.p-pagination .wp-pagenavi span.pages {
  width: 4.5625rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.pages {
    width: 4.8125rem;
    font-size: 1rem;
  }
}

.p-pagination .wp-pagenavi span.extend {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.extend {
    width: 2.625rem;
    height: 2.625rem;
    font-size: max(10px, 0.9375rem);
  }
}

.p-pagination .wp-pagenavi a.first,
.p-pagination .wp-pagenavi a.last {
  width: 4.5625rem;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi a.first,
  .p-pagination .wp-pagenavi a.last {
    width: 4.6875rem;
    font-size: max(10px, 0.875rem);
  }
}

.p-policy {
  padding-top: 1.75rem;
  padding-bottom: 3.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-policy {
    padding-top: 5rem;
    padding-bottom: 10.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__inner {
    max-width: 81.25rem;
  }
}

.p-policy__read {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__read {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.06em;
  }
}

.p-policy__wrap {
  margin-top: 1.25rem;
  padding: 1.25rem 1.5625rem 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.875rem;
  border: 2px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-policy__wrap {
    margin-top: 2.875rem;
    padding: 4.875rem 3.5625rem 5.875rem;
    row-gap: 2rem;
  }
}

.p-policy__title {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-policy__text {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-products {
  padding-top: 1.625rem;
  padding-bottom: 2.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-products {
    padding-top: 5.25rem;
    padding-bottom: 6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products__inner {
    max-width: 81rem;
  }
}

.p-products__head {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-products__head {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.0625rem;
  }
}

.p-products__headBtn {
  position: relative;
}

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

.p-products__cardList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-products__cardList {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.0625rem;
    row-gap: 2.625rem;
  }
}

.p-products__manufacturerWrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-products__manufacturerWrap {
    row-gap: 3.875rem;
  }
}

.p-products__accordion {
  width: 100%;
  margin-bottom: 1.5625rem;
  background: #fff;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 3.4375rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-products__accordion {
    margin-bottom: 2.5rem;
    top: 5.625rem;
  }
}

.p-products__headBtn.is-active .p-products__accordion {
  display: block;
}

.p-products__accordion.is-collapsed {
  display: none !important;
}

.p-products__accordion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-products__accordion-item {
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
}

.p-products__accordion-link {
  display: block;
  padding: 0.75rem 1.125rem 0.75rem 2.25rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-products__accordion-link {
    padding: 1.125rem 1.875rem 0.9375rem 3.9375rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products__accordion-link:hover {
    color: #fff;
    background: #05CCDC;
    opacity: 1;
  }
}

.p-products__accordion-link::before {
  content: "";
  width: 0.5625rem;
  height: 0.8125rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-image: url(../images/common/arrow_right.svg);
  background: #000;
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-products__accordion-link::before {
    width: 0.625rem;
    height: 1rem;
    top: 55%;
    left: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products__accordion-link:hover::before {
    background: #fff;
  }
}

.p-recruit-gallery {
  padding-top: 2.0625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-gallery {
    padding-top: 3.25rem;
  }
}

.p-recruit-gallery__swiper-wrapper {
  transition-timing-function: linear;
}

.p-recruit-gallery__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 155/155;
}

.p-recruit-interview {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview {
    display: block;
  }
}

.p-recruit-interview__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.875rem;
    column-gap: 2.75rem;
  }
}

.p-recruit-interview__link {
  cursor: pointer;
}

.p-recruit-interview__link:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}

.p-recruit-interview__link:nth-child(2) {
  grid-row: 3/4;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-recruit-interview__link:nth-child(3) {
  grid-row: 5/6;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

.p-recruit-interview__link-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 329/226;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-img img {
    aspect-ratio: 280/193;
  }
}

.p-recruit-interview__link-body {
  margin-top: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-body {
    margin-top: 0.625rem;
  }
}

.p-recruit-interview__link-area {
  display: flex;
  column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-area {
    column-gap: 0.75rem;
  }
}

.p-recruit-interview__link-department {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-department {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-recruit-interview__link-year {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-year {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

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

.p-recruit-interview__link-arrow {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05CCDC;
  border-radius: 50%;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-arrow {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0;
  }
}

.p-recruit-interview__link-arrow img {
  width: 0.5625rem;
  height: 0.875rem;
  object-fit: cover;
  transition: 0.3s ease;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__link-arrow img {
    width: 0.5625rem;
    height: 0.875rem;
  }
}

.is-active .p-recruit-interview__link-arrow img {
  transform: rotate(0deg);
}

.p-recruit-interview__bottom {
  display: contents;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__bottom {
    display: block;
    margin-top: 1.5625rem;
  }
}

.p-recruit-interview__container {
  display: none;
  position: relative;
  transition: 0.3s ease;
}

.p-recruit-interview__container:nth-child(1) {
  grid-row: 2/3;
}

.p-recruit-interview__container:nth-child(2) {
  grid-row: 4/5;
}

.p-recruit-interview__container:nth-child(3) {
  grid-row: 6/7;
}

.p-recruit-interview__container.is-active {
  display: block;
}

.p-recruit-interview__container.is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-bottom: 1.3125rem solid #f0f0f0;
  border-top: 0;
  position: absolute;
  top: -1.0625rem;
  left: 46.8085106383%;
}

@media screen and (min-width: 768px) {
  .p-recruit-interview__container:nth-child(1).is-active::before {
    left: 13.9308855292%;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-interview__container:nth-child(2).is-active::before {
    left: 49.0280777538%;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-interview__container:nth-child(3).is-active::before {
    left: 84.4492440605%;
  }
}

.p-recruit {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 5.625rem;
    padding-bottom: 3.75rem;
  }
}

#Recruit01.p-recruit {
  padding-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  #Recruit01.p-recruit {
    padding-top: 7.5rem;
  }
}

#Recruit06.p-recruit {
  padding-bottom: 4.625rem;
}
@media screen and (min-width: 768px) {
  #Recruit06.p-recruit {
    padding-bottom: 8.125rem;
  }
}

.p-recruit__body {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__body {
    margin-top: 2.5rem;
    padding-left: 0.25rem;
  }
}

.p-recruit__enText {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit__enText {
    font-size: 11px;
  }
}

.p-recruit__read {
  margin-top: 0.25rem;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruit__read {
    margin-top: 0.75rem;
    font-size: 2.125rem;
    line-height: 1.3823529412;
    letter-spacing: 0.08em;
  }
}

.p-recruit__text {
  margin-top: 1.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    margin-top: 2.6875rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

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

.p-recruit__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 930/441;
}

.p-recruitment__table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  position: relative;
}

.p-recruitment__table::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleY(0.25);
  transform-origin: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-recruitment__table tr {
  position: relative;
}

.p-recruitment__table th {
  width: 6.75rem;
  padding: 1.25rem 1.25rem;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: #F0F0F0;
  vertical-align: baseline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitment__table th {
    width: 9.375rem;
    padding: 1.125rem 1.375rem 1.4375rem;
    font-size: 1rem;
  }
}

.p-recruitment__table tr th::after,
.p-recruitment__table tr td::after {
  content: "";
  height: 1px;
  background-color: #000;
  transform: scaleY(0.25);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-recruitment__table td {
  width: calc(100% - 6.75rem);
  padding: 1.3125rem 1rem 1.1875rem;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitment__table td {
    width: calc(100% - 9.375rem);
    padding: 1.125rem 2.5rem 1.4375rem;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

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

.p-recruitment__attention {
  padding-left: 1.3125rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitment__attention {
    padding-left: 0.75rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-recruitment__attention.is-red {
  display: inline-block;
  color: #C6403C;
  font-style: normal;
  font-weight: 700;
}

.p-recruitment__attention::before {
  content: "※";
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitment__attention::before {
    left: -0.125rem;
  }
}

.p-recruitment__attention.is-red::before {
  color: #C6403C;
}

.p-schedule {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.875rem;
    row-gap: 1.5625rem;
  }
}

.p-schedule__card {
  display: flex;
  column-gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__card {
    column-gap: 1.0625rem;
  }
}

.p-schedule__card-head {
  width: 4.6875rem;
  height: 4.6875rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-head {
    width: 4.6875rem;
    height: 4.6875rem;
    column-gap: 1.0625rem;
  }
}

.p-schedule__card-time {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-time {
    font-size: 1rem;
  }
}

.p-schedule__card-body {
  width: calc(100% - 5.75rem);
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-body {
    width: calc(100% - 5.75rem);
  }
}

.p-schedule__card-top {
  padding-bottom: 0.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-top {
    padding-bottom: 0.4375rem;
  }
}

.p-schedule__card-top::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleY(0.5);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-schedule__card-title {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-title {
    font-size: 0.9375rem;
  }
}

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

.p-schedule__card-text {
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-schedule__card-text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.p-strengths {
  padding-top: 0.75rem;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-strengths {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
  }
}

#strength03.p-strengths {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #strength03.p-strengths {
    padding-bottom: 9.75rem;
  }
}

.p-strengths--wht {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-strengths__inner {
    max-width: 81.25rem;
  }
}

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

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

.p-strengths__head {
  padding-bottom: 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-strengths__head {
    display: block;
    width: 27.2%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #strength01 .p-strengths__head {
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  #strength02 .p-strengths__head {
    width: 32.8%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #strength03 .p-strengths__head {
    width: 31.52%;
  }
}

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

#strength01 .p-strengths__number {
  width: 11.625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #strength01 .p-strengths__number {
    width: 21.125rem;
    left: -0.375rem;
  }
}

#strength02 .p-strengths__number {
  width: 14.125rem;
  margin-left: auto;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  #strength02 .p-strengths__number {
    width: 25.625rem;
    right: -1.875rem;
  }
}

#strength03 .p-strengths__number {
  width: 13.625rem;
}
@media screen and (min-width: 768px) {
  #strength03 .p-strengths__number {
    width: 24.625rem;
    left: -0.625rem;
  }
}

.p-strengths__number img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-strengths__icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-strengths__icon {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

#strength01 .p-strengths__icon {
  width: 7rem;
  bottom: 0;
  left: 2.9375rem;
}
@media screen and (min-width: 768px) {
  #strength01 .p-strengths__icon {
    width: 59.4117647059%;
    bottom: -0.625rem;
    left: 55%;
  }
}

#strength02 .p-strengths__icon {
  width: 11.5625rem;
  bottom: 0.8125rem;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  #strength02 .p-strengths__icon {
    width: 82.1951219512%;
    bottom: 0;
    left: 55%;
    right: auto;
  }
}

#strength03 .p-strengths__icon {
  width: 8rem;
  bottom: 0.875rem;
  left: 3.125rem;
}
@media screen and (min-width: 768px) {
  #strength03 .p-strengths__icon {
    width: 58.6294416244%;
    bottom: 0.625rem;
    left: 50%;
  }
}

.p-strengths__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-strengths__body {
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-strengths__body {
    width: 66.24%;
    margin-top: 0;
    top: 0.625rem;
  }
}

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

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

.p-strengths__title-sub {
  font-size: 10px;
  color: #D23F38;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-strengths__title-sub {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-strengths__title-main {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-strengths__title-main {
    font-size: 2.5rem;
    line-height: 1.175;
    letter-spacing: 0.08em;
  }
}

.p-strengths__read {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-strengths__read {
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-strengths__bottom {
  margin-top: 1.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-strengths__bottom {
    margin-top: 0;
  }
}

#strength02 .p-strengths__bottom {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  #strength02 .p-strengths__bottom {
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  #strength03 .p-strengths__bottom {
    margin-top: -0.625rem;
  }
}

@media screen and (min-width: 768px) {
  #strength02 .p-strengths__img {
    width: 99.2%;
    margin-inline: auto;
  }
}

.p-strengths__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-sub-mv {
  padding-top: 3.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    padding-top: 1.25rem;
    padding-bottom: 6.875rem;
  }
}

.p-sub-mv::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 1.3125rem solid #F0F0F0;
  border-right-color: #fff;
  border-bottom-color: #fff;
  background: #F0F0F0;
  position: absolute;
  bottom: 0;
  right: 26.4%;
}
@media screen and (min-width: 768px) {
  .p-sub-mv::before {
    border: 6.625rem solid #F0F0F0;
    border-right-color: #fff;
    border-bottom-color: #fff;
    right: 35.9895833333%;
  }
}

.p-sub-mv::after {
  content: "";
  display: block;
  width: 26.4%;
  height: 2.625rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-sub-mv::after {
    width: 35.9895833333%;
    height: 13.25rem;
  }
}

.p-sub-mv__inner {
  padding: 0.9375rem 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner {
    max-width: 90rem;
    margin-inline: auto;
    padding: 11.5625rem 0 0;
    padding-top: 11.5625rem;
  }
}

.p-sub-mv__inner::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2.25rem;
  background: #05CCDC;
  position: absolute;
  top: -2.625rem;
  right: 3.375rem;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: top right;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 22.5% 100%);
  z-index: 1;
  transition: transform 1.2s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner::before {
    width: 50rem;
    height: 7.3125rem;
    top: -12.75rem;
    right: 5.5%;
    transform: rotate(-45deg) scaleX(0);
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 14.5% 100%);
  }
}

.p-sub-mv.is-animated .p-sub-mv__inner::before {
  transform: rotate(-45deg) scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-mv.is-animated .p-sub-mv__inner::before {
    transform: rotate(-45deg) scaleX(1);
  }
}

.p-sub-mv__inner::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 2.25rem;
  background: #F8D200;
  position: absolute;
  top: -1.8125rem;
  right: 0;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: top right;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 29.5% 100%);
  z-index: 1;
  transition: transform 1.2s ease-out 0.3s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner::after {
    width: 34.375rem;
    height: 7.3125rem;
    top: -7.6875rem;
    right: -9%;
    transform: rotate(-45deg) scaleX(0);
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 21% 100%);
  }
}

.p-sub-mv.is-animated .p-sub-mv__inner::after {
  transform: rotate(-45deg) scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-mv.is-animated .p-sub-mv__inner::after {
    transform: rotate(-45deg) scaleX(1);
  }
}

.p-sub-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    row-gap: 1.5rem;
  }
}

.p-sub-mv__title-main {
  display: inline-block;
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: linear-gradient(#05CCDC, #05CCDC) left bottom no-repeat;
  background-size: 0% 0.125rem;
  transition: background-size 0.8s ease-out;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-main {
    padding-bottom: 0.5625rem;
    font-size: 1.875rem;
    line-height: 1.1;
  }
}

.p-sub-mv.is-animated .p-sub-mv__title-main {
  background-size: 100% 0.125rem;
}

.p-sub-mv__title-sub {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-sub {
    font-size: 5.3125rem;
  }
}

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

.p-top-company__top {
  padding: 2.125rem 1.5rem 4.75rem;
  background: transparent url(../images/top/company_sp.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-company__top {
    width: 62.2395833333%;
    padding: 6.875rem 0 0;
    background: transparent url(../images/top/company.jpg) no-repeat center center/cover;
  }
}

.p-top-company__top::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(44, 30, 10, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-company__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-company__wrap {
    margin-left: 28.0334728033%;
  }
}

.p-top-company__read {
  margin-top: 1.75rem;
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-company__read {
    margin-top: 2rem;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-top-company__text {
  margin-top: 1.375rem;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-company__text {
    width: 69.7674418605%;
    margin-right: auto;
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-top-company__btn {
  display: inline-block;
  position: absolute;
  bottom: -2.625rem;
  right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    bottom: 0.1875rem;
    right: 20.1162790698%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__bottom {
    width: 37.7604166667%;
  }
}

.p-top-company__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: #fff;
}

.p-top-company__link {
  padding: 1.75rem 1.5rem 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-company__link {
    height: 10.9375rem;
    padding: 0 5.375rem 0;
    justify-content: flex-start;
  }
}

.p-top-company__link:nth-child(n+2) {
  border-top: 3px solid #F0F0F0;
}

.p-top-company__link-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-company__link-wrap {
    width: 53.8878842676%;
    margin-right: auto;
    justify-content: space-between;
  }
}

.p-top-company__link-area {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__link-area {
    margin-right: 0;
    row-gap: 0.625rem;
  }
}

.p-top-company__link-titlemain {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-company__link-titlemain {
    font-size: 1.375rem;
  }
}

.p-top-company__linksub {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-company__linksub {
    font-size: 10px;
  }
}

.p-top-news {
  padding-top: 4.5rem;
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 6.25rem;
    padding-bottom: 7.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    max-width: 81.25rem;
  }
}

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

.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    width: 73.44%;
    row-gap: 1.25rem;
  }
}

.p-top-news__item {
  padding-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__item {
    padding-bottom: 0.9375rem;
  }
}

.p-top-news__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleY(0.3);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top-news__link {
  padding: 0 0.375rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    padding: 0 1.25rem;
    flex-direction: row;
    row-gap: 0;
  }
}

.p-top-news__link-date {
  display: block;
  font-size: 0.875rem;
  color: #05CCDC;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-news__link-date {
    width: 8.4375rem;
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}

.p-top-news__link-title {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-news__link-title {
    width: calc(100% - 8.4375rem);
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-top-news__btn {
  margin-top: 2.1875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    width: 11.5rem;
    margin-top: 0;
  }
}

.p-top-product {
  padding-top: 2.6875rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-product {
    padding-top: 7.125rem;
    padding-bottom: 9.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-product__inner {
    max-width: 96.875rem;
  }
}

.p-top-product__title {
  text-align: center;
}

.p-top-product__read {
  margin-top: 1.125rem;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-product__read {
    margin-top: 1.125rem;
    font-size: 1.875rem;
    line-height: 1.5666666667;
    letter-spacing: 0.08em;
  }
}

.p-top-product__text {
  margin-top: 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-product__text {
    margin-top: 0.4375rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.75;
  }
}

.p-top-product__wrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-product__wrap {
    margin-top: 2.25rem;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.75rem;
  }
}

.p-top-product__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-product__link:hover {
    opacity: 1;
  }
}

.p-top-product__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-top-product__link:hover::before {
    background: rgba(35, 24, 21, 0.7);
    opacity: 1;
  }
}

.p-top-product__link-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-top-product__link-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 329/253;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover .p-top-product__link-img img {
    opacity: 1;
    transform: scale(1.1);
  }
}

.p-top-product__link-body {
  width: 100%;
  height: 100%;
  padding-top: 1.375rem;
  padding-left: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-product__link-body {
    padding-top: 3.0625rem;
    padding-left: 3.125rem;
  }
}

.p-top-product__link-title {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-product__link-title {
    row-gap: 0.75rem;
  }
}

.p-top-product__link-titleMain {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-product__link-titleMain {
    font-size: max(16px, 1.5625rem);
  }
}

.p-top-product__link-titleSub {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-product__link-titleSub {
    font-size: 12px;
  }
}

.p-top-product__link-arrow {
  display: block;
  width: 1.1875rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-product__link-arrow {
    width: 1.1875rem;
    bottom: 2.25rem;
    right: 2.8125rem;
  }
}

.p-top-product__link-arrow img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 17/11;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover .p-top-product__link-arrow img {
    opacity: 1;
    transform: translateX(0.625rem);
  }
}

.p-top-recruit {
  padding-top: 1.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    max-width: 100%;
    padding-top: 9.6875rem;
  }
}

.p-top-recruit__inner {
  width: 100%;
  max-width: 23.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__inner {
    max-width: 88.6875rem;
    padding: 0 1.5625rem 4.125rem;
  }
}

.p-top-recruit__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__head {
    margin-left: 0.625rem;
    flex-direction: row;
    align-items: center;
    column-gap: 3.75rem;
  }
}

.p-top-recruit__img {
  width: 88.2666666667%;
  max-width: 20.6875rem;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img {
    width: 44.0625rem;
    max-width: 100%;
    margin-right: 0;
    z-index: 1;
  }
}

.p-top-recruit__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img img {
    aspect-ratio: 705/705;
  }
}

.p-top-recruit__body {
  margin-top: -5rem;
  padding: 5.625rem 1.25rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__body {
    margin-top: 0;
    padding: 0;
  }
}

.p-top-recruit__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__wrap {
    padding: 5.625rem 1.25rem 4.5rem 0rem;
    background: none;
    top: 0;
  }
}

.p-top-recruit__bg {
  width: 29.1875rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-top-recruit__bg {
    width: 49.0625rem;
    top: -5rem;
    left: 40%;
  }
}

.p-top-recruit__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 467/467;
  object-fit: cover;
}

.p-top-recruit__detail {
  max-width: 20.9375rem;
  margin-inline: auto;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__detail {
    max-width: 100%;
  }
}

.p-top-recruit__title {
  text-align: left;
}

.p-top-recruit__read {
  margin-top: 0.625rem;
  font-size: 1.375rem;
  text-align: left;
  line-height: 1.5909090909;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__read {
    margin-top: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.p-top-recruit__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

.p-top-recruit__arrow {
  display: inline-block;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__arrow {
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: 2.5rem;
  }
}

.p-top-strength {
  margin-top: 1.875rem;
  padding-bottom: 2.625rem;
  background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 14.5%, #fff 14.5%, #fff 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-strength {
    margin-top: 7.5rem;
    padding-bottom: 5.375rem;
    background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 15.5%, #fff 15.5%, #fff 100%);
  }
}

.p-top-strength::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 1rem solid #F0F0F0;
  border-left-color: #fff;
  border-bottom-color: #fff;
  background: #F0F0F0;
  position: absolute;
  top: 14.5%;
  right: 38.9333333333%;
}
@media screen and (min-width: 768px) {
  .p-top-strength::before {
    border: 5rem solid #F0F0F0;
    border-left-color: #fff;
    border-bottom-color: #fff;
    top: 5rem;
    right: 34.53125%;
  }
}

.p-top-strength::after {
  content: "";
  display: block;
  width: 38.9333333333%;
  height: 2rem;
  background: #F0F0F0;
  position: absolute;
  top: 14.5%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-strength::after {
    width: 34.53125%;
    height: 9.625rem;
    top: 5rem;
  }
}

.p-top-strength__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-strength__inner {
    max-width: 81.375rem;
  }
}

.p-top-strength__title {
  font-size: 3.25rem;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-strength__title {
    font-size: 5.3125rem;
    line-height: 1.2;
  }
}

.p-top-strength__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-strength__wrap {
    margin-top: 1rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-top-strength__img {
  margin-top: -1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-strength__img {
    width: 49.5207667732%;
    margin-top: 0;
    top: -0.75rem;
  }
}

.p-top-strength__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 321/165;
}

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

.p-top-strength__enText {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-strength__enText {
    font-size: 0.6875rem;
    line-height: 1.2727272727;
  }
}

.p-top-strength__read {
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-strength__read {
    margin-top: 1rem;
    font-size: 2.0625rem;
    line-height: 1.4242424242;
    letter-spacing: 0.08em;
  }
}

.p-top-strength__text {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-strength__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-top-strength__btn {
  width: 16.875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength__btn {
    width: 18.125rem;
    margin-top: 2.125rem;
  }
}

.p-top-strength__btn a {
  width: 100%;
}

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

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */