@charset "UTF-8";
html {
  font-size: 4.2666666667vw;
}
@media (min-width: 376px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: vw(415, 16);
  }
}
@media (min-width: 415px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #292929;
}

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

/*****************************
* 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,
ol,
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]) {
  -webkit-text-decoration-skip: ink;
          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: transparent;
  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-about {
  padding: 3rem 0 5rem;
}

.l-chemical {
  padding: 2rem 0 4.75rem;
}

.l-footer {
  height: 5rem;
}

.l-fv-row {
  padding-top: 0.9375rem;
  margin-top: 4rem;
}

.l-fv-row--bottom {
  margin-top: 2rem;
  padding: 0 0 1.875rem;
}

.l-fv {
  padding: 0.9375rem 0 0;
  margin-top: 4rem;
}

.l-header {
  height: 4rem;
  width: 23.4375rem;
}

.l-inner {
  max-width: 23.4375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 415px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-interview {
  padding: 3rem 0 2.5rem;
  margin-top: -2rem;
}

.l-lead {
  padding: 2.375rem 0 2.625rem;
}

.l-works {
  padding: 2.75rem 0 4.5rem;
  margin-top: -2rem;
}

.c-card-about {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 1.5625rem 1.875rem;
  counter-increment: num;
}

.c-card-about__head {
  position: relative;
  z-index: 10;
}

.c-card-about__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.c-card-about__label::after {
  content: counter(num, decimal-leading-zero);
  font-size: 4rem;
  font-weight: 700;
  color: rgba(138, 144, 148, 0.5);
  line-height: 0.625;
}

.c-card-about__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.c-card-about__text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.c-card-chemical {
  background-color: #d7e0e5;
  border-radius: 1.5rem;
  min-height: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 0;
}

.c-card-chemical__title {
  width: 14.4375rem;
  height: 2rem;
  background-color: #ff000f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.c-card-chemical__num {
  font-size: 1.5rem;
  font-weight: 600;
}

.c-card-chemical__num span {
  font-size: 2.5rem;
}

.c-card-chemical__caption {
  margin-top: -0.5rem;
  font-size: 1rem;
}

.c-card-fv {
  display: block;
  height: 11.5rem;
  border-radius: 1.5rem;
  position: relative;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
}

.c-card-fv::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(10px, -50%);
  z-index: 10;
}

.c-card-fv:nth-child(1)::before {
  background: url(../images/icon_arrow-red.svg) no-repeat center/cover;
}

.c-card-fv:nth-child(2)::before {
  background: url(../images/icon_arrow-blue.svg) no-repeat center/cover;
}

.c-card-fv:nth-child(3)::before {
  background: url(../images/icon_arrow-green.svg) no-repeat center/cover;
}

.c-card-fv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5rem;
}

.c-card-fv:nth-child(1) {
  background: url(../images/fv01.webp) no-repeat center/cover;
}

.c-card-fv:nth-child(2) {
  background: url(../images/fv02.webp) no-repeat center/cover;
}

.c-card-fv:nth-child(3) {
  background: url(../images/fv03.webp) no-repeat center/cover;
}

.c-card-fv__body {
  position: relative;
  color: #fff;
  z-index: 10;
}

.c-card-fv__title {
  height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.625rem 0 1.25rem;
  border-radius: 0 0.8125rem 0.8125rem 0;
  margin-left: -1.25rem;
  font-size: 1rem;
}

.c-card-fv:nth-child(1) .c-card-fv__title {
  background-color: #ff000f;
}

.c-card-fv:nth-child(2) .c-card-fv__title {
  background-color: #005bac;
}

.c-card-fv:nth-child(3) .c-card-fv__title {
  background-color: #00a33e;
}

.c-card-fv__lead {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.75);
}

.c-card-interview__img {
  position: relative;
  width: 16.3125rem;
  margin-inline: auto;
}

.c-card-interview__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-interview__label-box {
  position: absolute;
  bottom: -1rem;
  right: -1.375rem;
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5rem;
}

.c-card-interview__label {
  min-width: 7.5rem;
  height: 2rem;
  background-color: #ff000f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0 1rem;
}

.c-card-interview__label.blue {
  background-color: #005bac;
}

.c-card-interview__label.green {
  background-color: #00a33e;
}

.c-card-interview__body {
  margin-top: 2.5rem;
  max-width: 19rem;
  margin-inline: auto;
}

.c-card-interview__lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 1rem;
  position: relative;
}

.c-card-interview__lead.red::after {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #ff000f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-card-interview__lead.blue::after {
  background-color: #005bac;
  content: "";
  width: 3rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-card-interview__lead.green::after {
  background-color: #00a33e;
  content: "";
  width: 3rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-card-interview__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.c-card-works__img {
  border-radius: 1.5rem;
}

.c-card-works__img img {
  aspect-ratio: 336/256;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

.c-card-works__body {
  margin-top: 2.5rem;
  max-width: 19rem;
  margin-inline: auto;
}

.c-card-works__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

.c-card-works__title span {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background-color: #ff000f;
  position: relative;
}

.c-card-works__title.blue span {
  background-color: #005bac;
}

.c-card-works__title.green span {
  background-color: #00a33e;
}

.c-card-works__title span::after,
.c-card-works__title span::before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.c-card-works__title span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-card-works__title.close span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.c-card-works__text {
  display: none;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.c-cta {
  width: 18.5rem;
  height: 3rem;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8b500;
  font-weight: 600;
  position: relative;
}

.c-cta--white {
  color: #fff;
}

.c-cta--kiden {
  background-color: #ff000f;
}

.c-cta--it {
  background-color: #005bac;
}

.c-cta--jimu {
  background-color: #00a33e;
}

.c-cta::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%) rotate(-45deg);
}

.c-cta--white::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-section-title-row {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-section-title-row::before {
  content: attr(data-en);
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.c-section-title-row::after {
  content: "";
  width: 1rem;
  height: 5rem;
  background-color: #ff000f;
  position: absolute;
  top: 0;
  left: -2.25rem;
}

.c-section-title-row.blue::after {
  background-color: #005bac;
}

.c-section-title-row.green::after {
  background-color: #00a33e;
}

.c-section-title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.c-section-title::after {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #ff000f;
}

.p-about {
  background-color: #d7e0e5;
}

.p-about__inner {
  padding: 0 1.5625rem;
}

.p-about__head {
  max-width: 19rem;
  margin-inline: auto;
}

.p-about__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.p-about__cards {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-block-near {
  background-color: #d7e0e5;
  border-radius: 2rem;
  margin-top: -2rem;
  padding: 3rem 0 4.75rem;
}

.p-block-near:last-child {
  border-radius: 2rem 2rem 0 0;
  padding: 3rem 0 2.875rem;
}

.p-block-near--pink {
  background-color: #ffcccf;
}

.p-block-near--blue {
  background-color: #ccdeee;
}

.p-block-near--green {
  background-color: #ccedd8;
}

.p-block-near__fukidashi {
  text-align: center;
}

.p-block-near__fukidashi span {
  min-width: 12.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff000f;
  color: #fff;
  border-radius: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  padding: 0 1rem;
}

.p-block-near__fukidashi--blue span {
  background-color: #005bac;
}

.p-block-near__fukidashi--green span {
  background-color: #00a33e;
}

.p-block-near__fukidashi span::after {
  content: "";
  width: 1.75rem;
  height: 0.875rem;
  background-color: #ff000f;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
}

.p-block-near__fukidashi--blue span::after {
  background-color: #005bac;
}

.p-block-near__fukidashi--green span::after {
  background-color: #00a33e;
}

.p-block-near__title {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6666666667;
}

.p-block-near__img {
  border-radius: 1.5rem;
  margin-top: 2.375rem;
  margin-bottom: 1.875rem;
}

.p-block-near__img img {
  aspect-ratio: 336/256;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

.p-block-near__text {
  margin-top: 1.375rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  max-width: 19rem;
  margin-inline: auto;
}

.p-block-near__btn {
  text-align: center;
  margin-top: 1.5rem;
}

.p-block-near__btn a {
  width: 18.5rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #ff000f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.048em;
}

.p-block-near__btn--blue a {
  background-color: #005bac;
}

.p-block-near__btn--green a {
  background-color: #00a33e;
}

.p-block-near__btn a::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(-45deg);
}

.p-chemical {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
}

.p-chemical__inner {
  padding: 0 1.5625rem;
}

.p-chemical__cards {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-chemical__text {
  max-width: 19rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
}

.p-chemical__text a {
  text-decoration: underline;
  color: #005bac;
}

.p-footer {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2;
}

.p-fv-row {
  background-color: #d7e0e5;
}

.p-fv-row--bottom {
  background-color: #fff;
}

.p-fv-row__inner {
  padding: 0 0.9375rem;
}

.p-fv-row__cta {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-fv-row__copy {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-align: center;
}

.p-fv-row__card {
  margin-top: 0.5rem;
  height: 34.5rem;
  border-radius: 2rem;
  background: url(../images/fv-kiden.webp) no-repeat center/cover;
  position: relative;
  z-index: 0;
  padding: 6.25rem 1.5rem 1.875rem;
}

.p-fv-row__card.height535 {
  height: 33.4375rem;
}

.p-fv-row__card.height520 {
  height: 32.5rem;
  padding: 9.6875rem 1.5rem 1.875rem;
}

.p-fv-row__card.it {
  background: url(../images/fv-it.webp) no-repeat center/cover;
}

.p-fv-row__card.jimu {
  background: url(../images/fv-jimu.webp) no-repeat center/cover;
}

.p-fv-row__card-wrap {
  position: relative;
  height: 100%;
  z-index: 10;
}

.p-fv-row__title {
  display: inline-flex;
  height: 2.5rem;
  background-color: #ff000f;
  color: #fff;
  align-items: center;
  padding: 0 1rem 0 1.25rem;
  border-radius: 0 1rem 1rem 0;
  margin-left: -1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.p-fv-row__title.blue {
  background-color: #005bac;
}

.p-fv-row__title.green {
  background-color: #00a33e;
}

.p-fv-row__text {
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1.28125;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.75);
}

.p-fv-row__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.p-fv-row__btn a {
  width: 18.5rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #ff000f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.p-fv-row__btn.blue a {
  background-color: #005bac;
}

.p-fv-row__btn.green a {
  background-color: #00a33e;
}

.p-fv-row__btn a::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%) rotate(-45deg);
}

.p-fv__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 0.9375rem;
}

.p-fv__copy {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.6em;
}

.p-fv__cards {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}

.p-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem 0 0.625rem;
}

.p-header__logo {
  width: 6.875rem;
}

.p-header__menu {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-header__item a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.p-header__item a::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 1px solid #ff000f;
  border-bottom: 1px solid #ff000f;
  transform: rotate(45deg);
  margin-top: -0.25rem;
}

.p-interview {
  border-radius: 2rem;
  background-color: #d7e0e5;
}

.p-interview__head {
  max-width: 19rem;
  margin-inline: auto;
}

.p-interview__cards {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-lead__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  max-width: 19rem;
  margin-inline: auto;
}

.p-main {
  width: 100%;
  height: 100vh;
  position: relative;
}

.p-main__bg-swiper {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -100;
}

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

.p-main__content {
  max-width: 23.4375rem;
  margin-inline: auto;
  background-color: #d7e0e5;
  position: relative;
  z-index: 100;
}

.p-main__content--row {
  background-color: #fff;
}

.p-main__cta {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}

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

.p-works {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
}

.p-works__head {
  max-width: 19rem;
  margin-inline: auto;
}

.p-works__cards {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

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

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