@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: normal;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Light"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Regular"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Medium"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP Bold"), local("Noto Sans JP"), url("/assets/font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto"), url("/assets/font/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto"), url("/assets/font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto"), url("/assets/font/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
body.open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.c-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-accordion__item {
  border-radius: 8px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 769px) {
  .c-accordion__item {
    border-radius: 10px;
  }
}
.c-accordion__item button {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  padding: 24px 60px 24px 20px;
  background-image: url("../images/common/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 30px;
}
@media screen and (min-width: 769px) {
  .c-accordion__item button {
    font-size: 2rem;
    padding: 24px;
    background-position: right 25px center;
    background-size: 34px;
  }
}
@media screen and (min-width: 769px) {
  .c-accordion__item button:hover {
    color: #531885;
    text-decoration: underline;
  }
}
.c-accordion__item button.open {
  background-image: url("../images/common/icon_minus.svg");
}
.c-accordion__item.recruitment-closed p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-accordion__item.recruitment-closed p {
    font-size: 2rem;
    padding: 24px;
  }
}
.c-accordion__content {
  display: none;
}

.sub-hero {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 5.3333vw;
  padding-left: 5.3333vw;
}
@media screen and (min-width: 769px) {
  .sub-hero {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .sub-hero {
    width: 1156px;
    padding: 0;
    margin-inline: auto;
  }
}
.sub-hero__fig picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.675/1;
}
@media screen and (min-width: 769px) {
  .sub-hero__fig picture {
    border-radius: 50px;
    aspect-ratio: 2.89/1;
  }
}
.sub-hero__fig picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-hero__text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}

.content-header-flex + .sub-hero .sub-hero__fig {
  opacity: 0;
}

.sub-swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .sub-swiper {
    width: 100%;
    margin: 0;
  }
}
.sub-swiper .swiper-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sub-swiper .swiper-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.sub-swiper__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 66%;
}
@media screen and (min-width: 769px) {
  .sub-swiper__item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .sub-swiper__item {
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  .sub-swiper__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .sub-swiper__item__fig {
    width: 29vw;
    max-width: 400px;
  }
}
.sub-swiper__item__fig figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .sub-swiper__item__fig figure {
    border-radius: 20px;
  }
}
.sub-swiper__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .sub-swiper__item__text {
    flex: 1;
  }
}
.sub-swiper__item__text__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.777;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sub-swiper__item__text__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sub-swiper__item__text__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}

.sub-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
.sub-controls .sub-pagination,
.sub-controls .sub-button-prev,
.sub-controls .sub-button-next {
  position: static !important;
}
@media screen and (min-width: 769px) {
  .sub-controls .sub-pagination,
  .sub-controls .sub-button-prev,
  .sub-controls .sub-button-next {
    display: none !important;
  }
}
.sub-controls .sub-pagination {
  width: auto;
}
.sub-controls .sub-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 1px #531885;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
}
.sub-controls .sub-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #531885;
}
.sub-controls .sub-button-prev,
.sub-controls .sub-button-next {
  background-color: #531885;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #531885;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.sub-controls .sub-button-prev.swiper-button-disabled,
.sub-controls .sub-button-next.swiper-button-disabled {
  background-color: #fff;
}
.sub-controls .sub-button-prev {
  background-image: url("../images/common/linkArrow_left_pn_cw.svg");
}
.sub-controls .sub-button-prev.swiper-button-disabled {
  background-image: url("../images/common/linkArrow_left_pn_cp.svg");
}
.sub-controls .sub-button-next {
  background-image: url("../images/common/linkArrow_right_pn_cw.svg");
}
.sub-controls .sub-button-next.swiper-button-disabled {
  background-image: url("../images/common/linkArrow_right_pn_cp.svg");
}

.inquiry-block {
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .inquiry-block {
    padding-top: 80px;
  }
}
.inquiry-block__lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.888;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .inquiry-block__lead {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 90px;
  }
}
.inquiry-block-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .inquiry-block-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 37px;
  }
}
.inquiry-block .c-rt {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .inquiry-block .c-rt {
    font-size: 1.8rem;
  }
}
.inquiry-block__item {
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .inquiry-block__item {
    border-radius: 20px;
  }
}
.inquiry-block__item__mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .inquiry-block__item__mail {
    width: 34%;
    max-width: 400px;
    padding: 40px;
  }
}
.inquiry-block__item__mail .c-btn--lg {
  height: 65px;
}
.inquiry-block__item__mail__title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 28px;
}
.inquiry-block__item__tell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .inquiry-block__item__tell {
    width: 34%;
    max-width: 400px;
    padding: 40px;
  }
}
.inquiry-block__item__tell .c-rt {
  font-size: 1.6rem;
}
.inquiry-block__item__tell__title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.inquiry-block__item__tell__num {
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 5px;
  background-image: url("../images/common/icon_tell.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 24px;
}
@media screen and (min-width: 769px) {
  .inquiry-block__item__tell__num a {
    pointer-events: none;
  }
}
.inquiry-block__item__tell__num a:hover {
  text-decoration: none;
}

.company-block {
  position: relative;
  background-color: #f9f9f9;
  padding: 70px 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .company-block {
    padding: 75px 0;
  }
}
.company-block::before, .company-block::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: auto;
  background-color: #531885;
}
.company-block::before {
  aspect-ratio: 1/1;
  top: -96vw;
  left: -48vw;
  width: 119vw;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  .company-block::before {
    aspect-ratio: 1.657/1;
    top: -95px;
    left: -90px;
    width: 754px;
    filter: blur(217px);
  }
}
.company-block::after {
  aspect-ratio: 1/1;
  bottom: -64vw;
  right: -84vw;
  width: 135vw;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  .company-block::after {
    aspect-ratio: 1.156/1;
    right: -200px;
    bottom: -360px;
    width: 680px;
    filter: blur(217px);
  }
}
.company-block-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .company-block-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
}
.company-block__item {
  position: relative;
  z-index: 1;
  flex: 1;
}
.company-block a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  aspect-ratio: 4.188/1;
}
@media screen and (min-width: 769px) {
  .company-block a {
    font-size: clamp(1.4rem, 0.798rem + 0.783vw, 1.8rem);
    aspect-ratio: 2.333/1;
  }
}
@media screen and (min-width: 1280px) {
  .company-block a {
    font-size: 1.8rem;
    border-radius: 20px;
  }
}
.company-block a::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.company-block a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  .company-block a::after {
    right: 8px;
    bottom: 8px;
    width: clamp(23px, 7.95px + 1.957vw, 33px);
    height: clamp(23px, 7.95px + 1.957vw, 33px);
  }
}
@media screen and (min-width: 1280px) {
  .company-block a::after {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
.company-block a span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.company-block a span.wpcf7-spinner {
  display: none !important;
}
.company-block a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .company-block a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
  }
  .company-block a:hover::before {
    transform: scaleX(1);
  }
  .company-block a:hover::after {
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
    transform: scale(1.1);
  }
  .company-block a:hover span {
    transform: scale(0.952);
  }
}

.c-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #531885;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #531885;
  transition: all 0.3s ease;
  overflow: hidden;
  transform: scale(1);
}
.c-btn::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.c-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}
.c-btn:hover::before {
  transform: scaleX(1);
}
.c-btn.active {
  color: #fff;
  background-color: #531885;
}
.c-btn.active::before {
  background-color: #fff;
}
.c-btn.active:hover {
  color: #531885;
}
.c-btn span {
  position: relative;
  z-index: 1;
}
.c-btn span.wpcf7-spinner {
  display: none !important;
}
.c-btn--sm {
  aspect-ratio: 68/23;
}
@media screen and (min-width: 769px) {
  .c-btn--sm {
    width: clamp(100px, 45.82px + 7.045vi, 136px);
  }
}
@media screen and (min-width: 1280px) {
  .c-btn--sm {
    width: 136px;
  }
}
.c-btn--md {
  width: 100%;
  height: 65px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .c-btn--md {
    width: 220px;
    height: 55px;
  }
}
.c-btn--lg {
  width: 100%;
  height: 65px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .c-btn--lg {
    width: 300px;
    height: 55px;
  }
}
.c-btn--xlg {
  width: 300px;
  height: 55px;
}
.c-btn--zip {
  width: 220px;
  height: 50px;
}
.c-btn--bdn {
  border-width: 0;
}

.alpha {
  transition: all 0.2s ease;
  opacity: 1;
}
.alpha:hover {
  opacity: 0.8;
}

input[type=text],
input[type=email],
select {
  background-color: #f5f5f5;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  input[type=text],
  input[type=email],
  select {
    border-radius: 10px;
    padding: 0 10px 0 20px;
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
  }
}
@media screen and (min-width: 1280px) {
  input[type=text],
  input[type=email],
  select {
    font-size: 1.6rem;
  }
}
input[type=text].inputS,
input[type=email].inputS,
select.inputS {
  width: 33%;
}
@media screen and (min-width: 769px) {
  input[type=text].inputS,
  input[type=email].inputS,
  select.inputS {
    width: 11rem;
  }
}
input[type=text].inputM,
input[type=email].inputM,
select.inputM {
  width: 75%;
}
@media screen and (min-width: 769px) {
  input[type=text].inputM,
  input[type=email].inputM,
  select.inputM {
    width: 25.5rem;
  }
}
input[type=text].inputL,
input[type=email].inputL,
select.inputL {
  width: 100%;
}

textarea.inputL {
  background-color: #f5f5f5;
  border-radius: 8px;
  line-height: 1.875;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 769px) {
  textarea.inputL {
    border-radius: 10px;
    height: 400px;
    padding: 10px 10px 10px 20px;
  }
}

.pagiNation {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.pagiNation--sp {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pagiNation--sp {
    display: none;
  }
}
.pagiNation--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pagiNation--pc {
    display: flex;
  }
}
.pagiNation li a {
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.875;
  text-decoration: underline;
}
.pagiNation li a:hover, .pagiNation li a.active {
  color: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.pagiNation li a:not(.arrow).active {
  pointer-events: none;
}
.pagiNation li .dots {
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.875;
}
.pagiNation li.prev a, .pagiNation li.next a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #531885;
  transition: scale 0.25s ease;
}
.pagiNation li.prev a.arrow, .pagiNation li.next a.arrow {
  background-color: #fff;
  background-image: url("../images/common/linkArrow_left_pn_cp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  scale: 1;
}
.pagiNation li.prev a.arrow:hover, .pagiNation li.next a.arrow:hover {
  scale: 1.2;
}
.pagiNation li.prev a.arrow {
  background-image: url("../images/common/linkArrow_left_pn_cp.svg");
}
.pagiNation li.prev a.arrow:hover, .pagiNation li.prev a.arrow.active {
  background-color: #531885;
  background-image: url("../images/common/linkArrow_left_pn_cw.svg");
}
.pagiNation li.prev a.arrow.none {
  pointer-events: none;
}
.pagiNation li.next a.arrow {
  background-image: url("../images/common/linkArrow_right_pn_cp.svg");
}
.pagiNation li.next a.arrow:hover, .pagiNation li.next a.arrow.active {
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_pn_cw.svg");
}
.pagiNation li.next a.arrow.none {
  pointer-events: none;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 40px;
}
@media screen and (min-width: 769px) {
  .pager {
    position: relative;
    display: block;
    height: 65px;
  }
}
.pager li {
  flex: 1 1 50%;
  display: flex;
  margin: 0.5rem 0;
}
@media screen and (min-width: 769px) {
  .pager li {
    margin: 0;
  }
}
.pager li a {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 50px;
}
.pager li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pager li a:hover {
    color: #531885;
    text-decoration: underline;
  }
}
.pager .pager-top {
  order: 3;
  flex: 1 1 100%;
}
@media screen and (min-width: 769px) {
  .pager .pager-top {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    order: 0;
    flex: none;
    width: 220px;
  }
}
.pager .pager-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #531885;
  color: #531885;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pager .pager-top a {
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
    scale: 1;
  }
}
@media screen and (min-width: 769px) {
  .pager .pager-top a::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #531885;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 769px) {
  .pager .pager-top a:hover {
    color: #fff;
    text-decoration: none;
    scale: 1.1;
  }
  .pager .pager-top a:hover::before {
    transform: scaleX(1);
  }
}
.pager .pager-top a span {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pager .pager-prev,
  .pager .pager-next {
    position: absolute;
  }
}
.pager .pager-prev a,
.pager .pager-next a {
  position: relative;
}
.pager .pager-prev a::before,
.pager .pager-next a::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #531885;
  background-color: #531885;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  transition: scale 0.25s ease;
  scale: 1;
}
.pager .pager-prev a:hover::before,
.pager .pager-next a:hover::before {
  scale: 1.2;
}
.pager .pager-prev {
  order: 1;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .pager .pager-prev {
    top: 50%;
    left: 0;
    translate: 0 -50%;
    order: 0;
    justify-content: flex-start;
  }
}
.pager .pager-prev a {
  padding-left: 62px;
}
.pager .pager-prev a::before {
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/linkArrow_left_pn_cw.svg");
}
.pager .pager-next {
  order: 2;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .pager .pager-next {
    top: 50%;
    right: 0;
    translate: 0 -50%;
    order: 0;
    justify-content: flex-start;
  }
}
.pager .pager-next a {
  padding-right: 62px;
}
.pager .pager-next a::before {
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-image: url("../images/common/linkArrow_right_pn_cw.svg");
}

.mainTitle {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.8px;
}
@media screen and (min-width: 769px) {
  .mainTitle {
    font-size: clamp(2.8rem, 0.991rem + 2.353vw, 4rem);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .mainTitle {
    font-size: 4rem;
  }
}

.c-title--sm {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-title--sm {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.c-title--md {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.41;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .c-title--md {
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.c-title--lg {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.8px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .c-title--lg {
    font-size: 4rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
.c-title--inquiry {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c-title--inquiry {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}

.c-rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 1em;
}
.c-rt--margin0 {
  margin-bottom: 0;
}
.c-rt--md {
  margin-bottom: 3rem;
}

.c-note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}

.c-list li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}

.c-lead {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .c-lead {
    margin-bottom: 100px;
  }
}

.c-inner {
  padding-right: 5.3333vw;
  padding-left: 5.3333vw;
}
@media screen and (min-width: 1280px) {
  .c-inner {
    width: 1156px;
    padding-right: 0;
    padding-left: 0;
    margin-inline: auto;
  }
}

.c-center-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visible_lg {
  display: block;
}

.visible_xs {
  display: none;
}

.visible_sm {
  display: none;
}

.visible_md_up {
  display: none;
}

/* タブレット・スマホ（1024px以下） */
@media screen and (max-width: 1024px) {
  .visible_lg {
    display: none;
  }
  .visible_xs {
    display: block;
  }
}
/* スマホ限定（768px以下） */
@media screen and (max-width: 768px) {
  .visible_sm {
    display: block;
  }
}
/* 769px以上で表示 */
@media screen and (min-width: 769px) {
  .visible_md_up {
    display: block;
  }
}
#home #container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  #home #container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#home #container .caution-block {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #531885;
  text-align: left;
  height: auto;
  transition: all 0.5s ease;
}
#home #container .caution-block__item {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 5.3333vw;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1280px) {
  #home #container .caution-block__item {
    padding: 8px;
  }
}
#home #container .caution-block__item.active {
  opacity: 1;
  transform: translateY(0);
}
#home #container .caution-block__item.out {
  opacity: 0;
  transform: translateY(-100%);
}
#home #container .caution-block__item__rt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  #home #container .caution-block__item__rt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#home #container .caution-block__item__btn {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  transition: all 0.25s ease;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  #home #container .caution-block__item__btn {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) {
  #home #container .caution-block__item__btn:hover {
    opacity: 0.6;
  }
}
#home #container .main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150vw;
  max-height: 564px;
}
@media screen and (min-width: 1280px) {
  #home #container .main-visual {
    height: 63.5vh;
    max-height: none;
  }
}
#home #container .main-visual__film {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  background-image: url("../images/home/hero_sp_film.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  mix-blend-mode: plus-lighter;
  -webkit-mask-image: url("../images/home/hero_sp_film.png");
          mask-image: url("../images/home/hero_sp_film.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 769px) {
  #home #container .main-visual__film {
    background-image: url("../images/home/hero_pc_film.png");
    background-position: center bottom -50px;
    -webkit-mask-image: url("../images/home/hero_pc_film.png");
            mask-image: url("../images/home/hero_pc_film.png");
    -webkit-mask-position: center bottom -50px;
            mask-position: center bottom -50px;
  }
}
#home #container .main-visual__film::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, transparent 45%, rgba(255, 255, 255, 0.7) 50%, transparent 55%);
  background-size: 600% 100%;
  animation: shine 4.5s infinite alternate;
  animation-timing-function: linear;
}
@media screen and (min-width: 769px) {
  #home #container .main-visual__film::before {
    background-size: 400% 100%;
    animation: shine 6s infinite alternate;
  }
}
@keyframes shine {
  0% {
    background-position-x: 80%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    background-position-x: -50%;
    opacity: 1;
  }
  100% {
    background-position-x: -50%;
    opacity: 0;
  }
}
#home #container .main-visual__flash {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.8s ease;
}
#home #container .main-visual__flash.is-active {
  opacity: 0.9;
}
#home #container .main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}
#home #container .main-visual__bg.is-active {
  opacity: 1;
  z-index: 1;
}
#home #container .main-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#home #container .main-visual__title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 88vw;
  transition: 0.4s ease;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  #home #container .main-visual__title {
    width: 80%;
    max-width: 1200px;
  }
}
#home #container .main-visual__title.is-active {
  opacity: 1;
}
#home #container .main-visual__title span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#home #container section {
  position: relative;
}
#home #container section .c-lead {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #home #container section .c-lead {
    margin-bottom: 60px;
  }
}
#home #container section#sec01 {
  padding: 60px 0;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec01 {
    padding: 120px 0 130px;
  }
}
#home #container section#sec01 .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .c-btn {
    margin-inline: 0;
  }
}
#home #container section#sec01 .news-grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-grid {
    grid-template-columns: 35% 65%;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec01 .news-grid {
    grid-template-columns: 30% 70%;
  }
}
#home #container section#sec01 .news-grid__item__01 {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-grid__item__01 {
    grid-area: 1/1/2/2;
    align-self: start;
  }
}
#home #container section#sec01 .news-grid__item__02 {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-grid__item__02 {
    grid-area: 1/2/3/3;
  }
}
#home #container section#sec01 .news-grid__item__03 {
  grid-area: 3/1/4/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-grid__item__03 {
    grid-area: 2/1/3/2;
    align-self: end;
  }
}
#home #container section#sec01 .news-list {
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list {
    margin-bottom: 0;
  }
}
#home #container section#sec01 .news-list__item {
  border-bottom: solid 1px #bebebe;
}
#home #container section#sec01 .news-list__item:first-child {
  border-top: solid 1px #bebebe;
}
#home #container section#sec01 .news-list__item__flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list__item__flex {
    gap: 15px;
    margin-bottom: 15px;
  }
}
#home #container section#sec01 .news-list__item__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}
#home #container section#sec01 .news-list__item__tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 13px;
  border-radius: 9999px;
  background-color: #f9f9f9;
  color: #531885;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}
#home #container section#sec01 .news-list__item__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list__item__text {
    text-decoration: none;
  }
}
#home #container section#sec01 .news-list__item a {
  position: relative;
  display: block;
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list__item a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    transition: all 0.25s ease;
    background-image: url("../images/common/selectArrow_right_cp.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
#home #container section#sec01 .news-list__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list__item a:hover::before {
    scale: 1.2;
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec01 .news-list__item a:hover .news-list__item__text {
    text-decoration: underline;
  }
}
#home #container section#sec02 {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec02 {
    padding: 130px 0;
  }
}
#home #container section#sec02 .services-list__item:not(:last-child) {
  margin-bottom: 60px;
}
#home #container section#sec02 .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid {
    grid-template-columns: 47% 47%;
    gap: 0 6%;
  }
}
#home #container section#sec02 .services-grid__item__fig {
  grid-area: 1/1/2/2;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__fig {
    grid-area: 1/1/3/2;
    margin-bottom: 0;
  }
}
#home #container section#sec02 .services-grid__item__fig figure {
  border-radius: 30px;
  aspect-ratio: 1.2/1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__fig figure {
    border-radius: 50px;
  }
}
#home #container section#sec02 .services-grid__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #container section#sec02 .services-grid__item__text {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__text {
    grid-area: 1/2/2/3;
    align-self: end;
  }
}
#home #container section#sec02 .services-grid__item__text .c-rt {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__text .c-rt {
    margin-bottom: 30px;
  }
}
#home #container section#sec02 .services-grid__item__list {
  grid-area: 3/1/4/2;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list {
    grid-area: 3/1/4/3;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
#home #container section#sec02 .services-grid__item__list:empty {
  display: none;
}
#home #container section#sec02 .services-grid__item__list .materials-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list .materials-list {
    gap: 20px;
  }
}
#home #container section#sec02 .services-grid__item__list .materials-list__item {
  width: calc((100% - 11px) / 2);
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item {
    width: calc((100% - 60px) / 4);
  }
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  transform: scale(1);
  aspect-ratio: 1.35/1;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item a {
    font-size: clamp(1.4rem, 0.798rem + 0.783vw, 1.8rem);
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item a {
    font-size: 1.8rem;
    border-radius: 20px;
    aspect-ratio: 2.28/1;
  }
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item a::after {
    right: 13px;
    bottom: 13px;
    width: clamp(27px, 17.97px + 1.174vw, 33px);
    height: clamp(27px, 17.97px + 1.174vw, 33px);
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item a::after {
    width: 33px;
    height: 33px;
  }
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: scale(1);
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a span.wpcf7-spinner {
  display: none !important;
}
#home #container section#sec02 .services-grid__item__list .materials-list__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__list .materials-list__item a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
  }
  #home #container section#sec02 .services-grid__item__list .materials-list__item a:hover::before {
    transform: scaleX(1);
  }
  #home #container section#sec02 .services-grid__item__list .materials-list__item a:hover::after {
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
    transform: scale(1.1);
  }
  #home #container section#sec02 .services-grid__item__list .materials-list__item a:hover span {
    transform: scale(0.952);
  }
}
#home #container section#sec02 .services-grid__item__btn {
  grid-area: 4/1/5/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__btn {
    grid-area: 2/2/3/3;
    align-self: start;
  }
}
#home #container section#sec02 .services-grid__item__btn .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-grid__item__btn .c-btn {
    margin-inline: 0;
  }
}
#home #container section#sec02 .services-company-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list__item {
    width: calc((100% - 20px) / 2);
  }
}
#home #container section#sec02 .services-company-list__item a {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 14px;
  padding: 10px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list__item a {
    border-radius: 20px;
    padding: 20px;
  }
}
#home #container section#sec02 .services-company-list__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/icon_blank_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list__item a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
#home #container section#sec02 .services-company-list__item a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
#home #container section#sec02 .services-company-list__item a:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
}
#home #container section#sec02 .services-company-list__item a:hover::before {
  background-image: url("../images/common/icon_blank_01_on.svg");
  transform: scale(1.2);
}
#home #container section#sec02 .services-company-list__item a:hover::after {
  transform: scaleX(1);
}
#home #container section#sec02 .services-company-list-flex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#home #container section#sec02 .services-company-list-flex__item__fig {
  width: 20%;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list-flex__item__fig {
    width: 82px;
  }
}
#home #container section#sec02 .services-company-list-flex__item__fig figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 8px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list-flex__item__fig figure {
    padding: 10px;
  }
}
#home #container section#sec02 .services-company-list-flex__item__text {
  flex: 1;
  padding-right: 10%;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list-flex__item__text {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec02 .services-company-list-flex__item__text {
    padding-right: 15%;
  }
}
#home #container section#sec02 .services-company-list-flex__item__text p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #home #container section#sec02 .services-company-list-flex__item__text p {
    font-size: clamp(1.4rem, 0.798rem + 0.783vw, 1.8rem);
    text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec02 .services-company-list-flex__item__text p {
    font-size: 1.8rem;
  }
}
#home #container section#sec03 {
  padding: 70px 0 60px;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec03 {
    padding: 130px 0;
  }
}
#home #container section#sec03 .rd-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item {
    width: calc((100% - 40px) / 3);
  }
}
#home #container section#sec03 .rd-flex__item:not(:first-child) h3 {
  color: #fff;
}
#home #container section#sec03 .rd-flex__item a {
  position: relative;
  display: block;
}
#home #container section#sec03 .rd-flex__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item a:hover::before {
    transform: scale(1.2);
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
  }
}
#home #container section#sec03 .rd-flex__item a h3 {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item a h3 {
    top: 25px;
    left: 30px;
    font-size: 2.6rem;
  }
}
#home #container section#sec03 .rd-flex__item a h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-indent: -0.5em;
}
#home #container section#sec03 .rd-flex__item a picture {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.34/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec03 .rd-flex__item a picture {
    border-radius: 20px;
    aspect-ratio: 0.83/1;
  }
}
#home #container section#sec03 .rd-flex__item a picture img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #container section#sec03 .c-btn {
  margin-inline: auto;
}
#home #container section#sec04 {
  isolation: isolate;
  z-index: 0;
  overflow: hidden;
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04 {
    padding: 130px 0;
  }
}
#home #container section#sec04::before, #home #container section#sec04::after {
  position: absolute;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
}
#home #container section#sec04::before {
  top: -30vw;
  left: -40vw;
  content: "";
  aspect-ratio: 1/1;
  width: 120vw;
  height: auto;
  border-radius: 100%;
  opacity: 0.05;
  background-color: #531885;
  filter: blur(50px);
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04::before {
    top: -420px;
    left: -260px;
    width: 720px;
    filter: blur(217px);
  }
}
#home #container section#sec04::after {
  bottom: -60vw;
  right: -70vw;
  content: "";
  aspect-ratio: 1/1;
  width: 135vw;
  height: auto;
  border-radius: 100%;
  background-color: #531885;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  #home #container section#sec04::after {
    width: 100vw;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04::after {
    bottom: -360px;
    right: -300px;
    width: 720px;
    filter: blur(217px);
  }
}
#home #container section#sec04 .company-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  gap: 11px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04 .company-grid {
    gap: 20px;
  }
}
#home #container section#sec04 .company-grid__item__message {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__message {
    grid-area: 1/1/2/4;
  }
}
#home #container section#sec04 .company-grid__item__message a {
  aspect-ratio: 4.19/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__message a {
    aspect-ratio: 4.73/1;
  }
}
#home #container section#sec04 .company-grid__item__philosophy {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__philosophy {
    grid-area: 1/4/2/7;
  }
}
#home #container section#sec04 .company-grid__item__philosophy a {
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__philosophy a {
    aspect-ratio: 4.73/1;
  }
}
#home #container section#sec04 .company-grid__item__outline {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__outline {
    grid-area: 2/1/3/3;
  }
}
#home #container section#sec04 .company-grid__item__outline a {
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__outline a {
    aspect-ratio: 3.1/1;
  }
}
#home #container section#sec04 .company-grid__item__office {
  grid-area: 3/1/4/2;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__office {
    grid-area: 2/3/3/5;
  }
}
#home #container section#sec04 .company-grid__item__office a {
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__office a {
    aspect-ratio: 3.1/1;
  }
}
#home #container section#sec04 .company-grid__item__sustainability {
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__sustainability {
    grid-area: 2/5/3/7;
  }
}
#home #container section#sec04 .company-grid__item__sustainability a {
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item__sustainability a {
    aspect-ratio: 3.1/1;
  }
}
#home #container section#sec04 .company-grid__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item a {
    font-size: clamp(1.4rem, 0.798rem + 0.783vw, 1.8rem);
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04 .company-grid__item a {
    font-size: 1.8rem;
    border-radius: 20px;
  }
}
#home #container section#sec04 .company-grid__item a::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#home #container section#sec04 .company-grid__item a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item a::after {
    right: 8px;
    bottom: 8px;
    width: clamp(23px, 7.95px + 1.957vw, 33px);
    height: clamp(23px, 7.95px + 1.957vw, 33px);
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec04 .company-grid__item a::after {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
#home #container section#sec04 .company-grid__item a span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: scale(1);
}
#home #container section#sec04 .company-grid__item a span.wpcf7-spinner {
  display: none !important;
}
#home #container section#sec04 .company-grid__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #home #container section#sec04 .company-grid__item a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
  }
  #home #container section#sec04 .company-grid__item a:hover::before {
    transform: scaleX(1);
  }
  #home #container section#sec04 .company-grid__item a:hover::after {
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
    transform: scale(1.1);
  }
  #home #container section#sec04 .company-grid__item a:hover span {
    transform: scale(0.952);
  }
}
#home #container section#sec05 {
  padding: 70px 0 60px;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec05 {
    padding: 130px 0;
  }
}
#home #container section#sec05 .topics-swiper {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-swiper {
    margin-bottom: 50px;
  }
}
#home #container section#sec05 .topics-swiper__item {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-swiper__item {
    width: 27vw;
    max-width: 744px;
  }
}
#home #container section#sec05 .topics-swiper__item figure {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
}
#home #container section#sec05 .topics-swiper__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
#home #container section#sec05 .topics-swiper__item__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
#home #container section#sec05 .topics-swiper__item__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-swiper__item__text {
    text-decoration: none;
  }
}
#home #container section#sec05 .topics-swiper__item__tag {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 9999px;
  background-color: #f9f9f9;
  color: #531885;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
}
#home #container section#sec05 .topics-swiper__item a {
  display: block;
}
#home #container section#sec05 .topics-swiper__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-swiper__item a:hover figure img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-swiper__item a:hover .topics-swiper__item__text {
    text-decoration: underline;
  }
}
#home #container section#sec05 .topics-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
#home #container section#sec05 .topics-flex__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
#home #container section#sec05 .topics-flex__nav button {
  width: 50px;
  height: 50px;
  background-color: #531885;
  border: solid 1px #531885;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  transition: all 0.3s ease;
  transform: scale(1);
}
#home #container section#sec05 .topics-flex__nav button.topics-prev {
  background-image: url("../images/common/linkArrow_left_pn_cw.svg");
}
#home #container section#sec05 .topics-flex__nav button.topics-prev.swiper-button-disabled {
  background-color: #fff;
  background-image: url("../images/common/linkArrow_left_pn_cp.svg");
}
#home #container section#sec05 .topics-flex__nav button.topics-next {
  background-image: url("../images/common/linkArrow_right_pn_cw.svg");
}
#home #container section#sec05 .topics-flex__nav button.topics-next.swiper-button-disabled {
  background-color: #fff;
  background-image: url("../images/common/linkArrow_right_pn_cp.svg");
}
#home #container section#sec05 .topics-flex__nav button:not(.swiper-button-disabled):hover {
  transform: scale(1.2);
}
#home #container section#sec05 .topics-flex__btn .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec05 .topics-flex__btn .c-btn {
    margin-inline: 0;
  }
}
#home #container section#sec06 {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 {
    padding: 130px 0;
  }
}
#home #container section#sec06 .recruit-block {
  position: relative;
}
#home #container section#sec06 .recruit-block__fig {
  position: relative;
  margin-bottom: 30px;
}
#home #container section#sec06 .recruit-block__fig picture {
  display: block;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 1.86/1;
}
@media screen and (min-width: 769px) {
  #home #container section#sec06 .recruit-block__fig picture {
    border-radius: 50px;
    aspect-ratio: 2.56/1;
  }
}
#home #container section#sec06 .recruit-block__fig picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #container section#sec06 .recruit-block__fig__title {
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (min-width: 769px) {
  #home #container section#sec06 .recruit-block__fig__title {
    font-size: clamp(2.4rem, 0.895rem + 1.957vw, 3.4rem);
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 .recruit-block__fig__title {
    top: 80px;
    left: 100px;
    translate: 0 0;
    font-size: 3.4rem;
  }
}
#home #container section#sec06 .recruit-block__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 .recruit-block__text {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 470px;
    margin-bottom: 0;
  }
}
#home #container section#sec06 .recruit-block__text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 .recruit-block__text p {
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 .recruit-block__btn {
    position: absolute;
    bottom: 78px;
    left: 100px;
  }
}
#home #container section#sec06 .recruit-block__btn .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #home #container section#sec06 .recruit-block__btn .c-btn {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  #home #container section#sec06 .recruit-block__btn .c-btn {
    background-color: #fff;
    border-width: 0;
  }
}
#home footer {
  background-color: #fff;
}

#company #container {
  padding-bottom: 0px;
}
#company .company-split {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 769px) {
  #company .company-split {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
#company .company-split__title p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  #company .company-split__title p {
    font-size: 1.4rem;
    letter-spacing: 7.7px;
  }
}
#company .company-split__title h2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.35714;
}
@media screen and (min-width: 769px) {
  #company .company-split__title h2 {
    font-size: clamp(3.2rem, 1.996rem + 1.566vw, 4rem);
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  #company .company-split__title h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #company .company-split__text {
    width: 60%;
  }
}
#company .company-split__text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#company .company-split__text__head {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4167;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #company .company-split__text__head {
    font-size: 2.6rem;
    line-height: 1.5385;
  }
}
#company .company-split__text__minHead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77778;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #company .company-split__text__minHead {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#company.home .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.home .content-header-flex {
    margin-bottom: 40px;
  }
}
#company.home .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.home .mainTitle {
    letter-spacing: -0.04em;
  }
}
#company.home .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.home .c-lead {
    margin-bottom: 70px;
  }
}
#company.home .c-lead .c-rt {
  margin-bottom: 0;
}
#company.home section#sec01 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
  isolation: isolate;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 {
    padding: 90px 0 150px;
  }
}
#company.home section#sec01 .company-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 5.85vw;
  }
}
@media screen and (min-width: 1280px) {
  #company.home section#sec01 .company-list {
    -moz-column-gap: 68px;
         column-gap: 68px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item {
    width: calc((100% - 5vw) / 2);
  }
}
@media screen and (min-width: 1280px) {
  #company.home section#sec01 .company-list__item {
    width: calc((100% - 68px) / 2);
  }
}
#company.home section#sec01 .company-list__item a {
  position: relative;
  display: block;
}
#company.home section#sec01 .company-list__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a:hover::before {
    transform: scale(1.2);
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
  }
}
#company.home section#sec01 .company-list__item a h2 {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a h2 {
    top: 25px;
    left: 30px;
    font-size: clamp(2rem, 1.398rem + 0.783vw, 2.4rem);
  }
}
@media screen and (min-width: 1280px) {
  #company.home section#sec01 .company-list__item a h2 {
    font-size: 2.6rem;
  }
}
#company.home section#sec01 .company-list__item a h2.change {
  color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a h2.change {
    color: #fff;
  }
}
#company.home section#sec01 .company-list__item a h2.white {
  color: #fff;
}
#company.home section#sec01 .company-list__item a picture {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.34/1;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .company-list__item a picture {
    border-radius: 20px;
    aspect-ratio: 1.595/1;
  }
}
#company.home section#sec01 .company-list__item a picture img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company.home section#sec01 .circle {
  position: absolute;
  border-radius: 50%;
  height: auto;
  background-color: #531885;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
}
#company.home section#sec01 .circle.circle01 {
  display: none;
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .circle.circle01 {
    width: 41vw;
    top: -16vw;
    left: -9vw;
    aspect-ratio: 1/1;
    display: block;
    opacity: 0.14;
    filter: blur(217px);
  }
}
#company.home section#sec01 .circle.circle02 {
  top: -67vw;
  right: -26vw;
  width: 77vw;
  aspect-ratio: 1/1.76;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .circle.circle02 {
    top: 50%;
    right: -18vw;
    width: 41vw;
    aspect-ratio: 1/1;
    filter: blur(217px);
    translate: 0 -50%;
  }
}
#company.home section#sec01 .circle.circle03 {
  left: -20vw;
  bottom: -42vw;
  width: 89.33vw;
  aspect-ratio: 1/1.74;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #company.home section#sec01 .circle.circle03 {
    left: -9vw;
    bottom: -24vw;
    width: 41vw;
    aspect-ratio: 1/1;
    opacity: 0.14;
    filter: blur(217px);
  }
}
#company.message .content-header-flex {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #company.message .content-header-flex {
    margin-bottom: 90px;
  }
}
#company.message .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.message .mainTitle {
    letter-spacing: -0.04em;
  }
}
#company.message section#sec01 {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 {
    padding-bottom: 150px;
  }
}
#company.message section#sec01 .sub-hero {
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .sub-hero {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #company.message section#sec01 .sub-hero {
    width: 100%;
  }
}
#company.message section#sec01 .sub-hero__fig {
  opacity: 0;
}
#company.message section#sec01 .sub-hero__fig picture {
  border-radius: 14px;
  aspect-ratio: 1.218/1;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .sub-hero__fig picture {
    border-radius: 20px;
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 1280px) {
  #company.message section#sec01 .c-inner {
    width: 950px;
  }
}
#company.message section#sec01 .message-title {
  margin-bottom: 50px;
}
#company.message section#sec01 .message-title h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4167;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .message-title h2 {
    font-size: 2.8rem;
    line-height: 1.7143;
  }
}
#company.message section#sec01 .message-text {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .message-text {
    margin-bottom: 50px;
  }
}
#company.message section#sec01 .message-text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#company.message section#sec01 .message-text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .message-text p:not(:last-child) {
    margin-bottom: 2em;
  }
}
#company.message section#sec01 .message-name {
  text-align: right;
}
#company.message section#sec01 .message-name p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7778;
}
@media screen and (min-width: 769px) {
  #company.message section#sec01 .message-name p {
    font-size: 2rem;
  }
}
#company.message section#sec01 .message-name p span {
  font-size: 1.4rem;
  margin-right: 1em;
}
#company.philosophy .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.philosophy .content-header-flex {
    margin-bottom: 40px;
  }
}
#company.philosophy .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.philosophy .mainTitle {
    letter-spacing: -0.04em;
  }
}
#company.philosophy .sub-hero {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #company.philosophy .sub-hero {
    margin-bottom: 90px;
  }
}
#company.philosophy section#sec01 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 {
    padding-bottom: 140px;
  }
}
#company.philosophy section#sec01 .company-split {
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .company-split {
    gap: 0;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .company-split__title {
    text-align: center;
  }
}
#company.philosophy section#sec01 .company-split__title p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .company-split__title p {
    font-size: clamp(1.1rem, 0.649rem + 0.587vw, 1.4rem);
    letter-spacing: clamp(6.2px, 3.94px + 0.294vw, 7.7px);
  }
}
@media screen and (min-width: 1280px) {
  #company.philosophy section#sec01 .company-split__title p {
    font-size: 1.4rem;
    letter-spacing: 7.7px;
  }
}
#company.philosophy section#sec01 .company-split__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .company-split__text p:not(:last-child) {
    margin-bottom: 2em;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .philosophy-keyword__title {
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: 50px;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .philosophy-keyword__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__item {
  flex: 1;
  background-color: #f5f1f8;
  border-radius: 20px;
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .philosophy-keyword__item {
    border-radius: 50px;
    padding: 50px 40px;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__item-subHead {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  background-color: #531885;
  border-radius: 9999px;
  padding: 4px 14px 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .philosophy-keyword__item-subHead {
    font-size: 1.4rem;
    padding: 6px 24px 7px;
    margin-bottom: 25px;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__item-head {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec01 .philosophy-keyword__item-head {
    font-size: 2.6rem;
    line-height: 1.5385;
    margin-bottom: 20px;
  }
}
#company.philosophy section#sec01 .philosophy-keyword__item-rt p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#company.philosophy section#sec01 .philosophy-keyword__item-rt p:not(:last-child) {
  margin-bottom: 1em;
}
#company.philosophy section#sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 {
    padding-bottom: 150px;
  }
}
#company.philosophy section#sec02 .sub-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .sub-hero {
    margin-bottom: 80px;
  }
}
#company.philosophy section#sec02 .c-title--lg {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .c-title--lg {
    margin-bottom: 90px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__list {
    flex-direction: row;
    gap: 40px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__block {
  position: relative;
  flex: 1;
}
#company.philosophy section#sec02 .philosophy-vision__block:first-child::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  content: "";
  width: 42px;
  height: auto;
  aspect-ratio: 1.481/1;
  background-image: url("../images/company/philosophy/philosophy_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform-origin: center;
  transform: translate(-50%, 78px) rotate(90deg);
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__block:first-child::before {
    width: 77px;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translate(58px, -50%) rotate(0);
  }
}
#company.philosophy section#sec02 .philosophy-vision-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision-title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__item {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__item {
    border-radius: 50px;
    padding: 40px;
  }
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__item-fig {
    margin-inline: -25px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__item-rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__item-rt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__subList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#company.philosophy section#sec02 .philosophy-vision__subItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__subItem {
    border-radius: 20px;
    padding: 25px 30px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__subItem-title {
  color: #531885;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__subItem-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__subItem-fig {
    width: 90%;
    max-width: 388px;
    margin-inline: auto;
  }
}
#company.philosophy section#sec02 .philosophy-vision__subItem ul li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8333;
  letter-spacing: -0.72px;
}
@media screen and (min-width: 769px) {
  #company.philosophy section#sec02 .philosophy-vision__subItem ul li {
    font-size: 1.4rem;
    line-height: 1.7143;
    letter-spacing: -0.84px;
  }
}
#company.philosophy section#sec02 .philosophy-vision__subItem ul li::before {
  content: "・";
}
#company.outline .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.outline .content-header-flex {
    margin-bottom: 40px;
  }
}
#company.outline .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.outline .mainTitle {
    letter-spacing: -0.04em;
  }
}
#company.outline .sub-hero {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.outline .sub-hero {
    margin-bottom: 90px;
  }
}
#company.outline .company-split {
  gap: 40px;
}
@media screen and (min-width: 769px) {
  #company.outline .company-split {
    gap: 0px;
  }
}
#company.outline .company-split__title h2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.35714;
}
@media screen and (min-width: 769px) {
  #company.outline .company-split__title h2 {
    font-size: clamp(3.2rem, 1.996rem + 1.566vw, 4rem);
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  #company.outline .company-split__title h2 {
    font-size: 4rem;
  }
}
#company.outline .company-split__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #company.outline .company-split__list {
    width: 76%;
  }
}
#company.outline .company-split__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #company.outline .company-split__item {
    padding: 30px 40px;
  }
}
#company.outline .company-split__item dt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
#company.outline .company-split__item dd {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal;
}
#company.outline section#sec01 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.outline section#sec01 {
    padding-bottom: 90px;
  }
}
#company.outline section#sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.outline section#sec02 {
    padding-bottom: 150px;
  }
}
#company.office .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.office .content-header-flex {
    margin-bottom: 40px;
  }
}
#company.office .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.office .mainTitle {
    letter-spacing: -0.04em;
  }
}
#company.office .sub-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.office .sub-hero {
    margin-bottom: 140px;
  }
}
#company.office .office-title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3571;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #company.office .office-title {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
#company.office .office-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#company.office .office-list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 45px;
  }
}
@media screen and (min-width: 1280px) {
  #company.office .office-list__item {
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  #company.office .office-list__fig {
    width: 47vw;
    max-width: 548px;
  }
}
#company.office .office-list__fig iframe {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.218/1;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__fig iframe {
    border-radius: 50px;
  }
}
#company.office .office-list__fig picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.715/1;
}
#company.office .office-list__fig picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text {
    flex: 1;
  }
}
#company.office .office-list__text-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4167;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text-title {
    font-size: 2.6rem;
    line-height: 1.1539;
    margin-bottom: 40px;
  }
}
#company.office .office-list__text__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text__info {
    gap: 15px;
  }
}
#company.office .office-list__text__info div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text__info div {
    flex-direction: row;
    gap: 1em;
  }
}
#company.office .office-list__text__info div dt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text__info div dt {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    width: 25%;
  }
}
#company.office .office-list__text__info div dd {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #company.office .office-list__text__info div dd {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    flex: 1;
  }
}
#company.office .office-list__text__info div dd a {
  text-decoration: underline;
}
#company.office .office-list__text__info div dd a:hover {
  text-decoration: none;
}
#company.office section#sec01 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec01 {
    padding-bottom: 130px;
  }
}
#company.office section#sec02 {
  padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 {
    padding-bottom: 160px;
  }
}
#company.office section#sec02 .office-list {
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list {
    gap: 40px;
  }
}
#company.office section#sec02 .office-list__item + div {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__item + div {
    margin-bottom: 50px;
  }
}
#company.office section#sec02 .office-list__item + div:last-child {
  margin-bottom: 0px;
}
#company.office section#sec02 .office-list__subItem {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 25px 20px 30px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    border-radius: 50px;
    padding: clamp(35px, 27.48px + 0.978vw, 40px) clamp(70px, 54.95px + 1.957vw, 80px) clamp(35px, 27.48px + 0.978vw, 40px) clamp(35px, 27.48px + 0.978vw, 40px);
  }
}
@media screen and (min-width: 1280px) {
  #company.office section#sec02 .office-list__subItem {
    gap: 60px;
    padding: 40px 80px 40px 40px;
  }
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__fig {
    width: 44vw;
    max-width: 508px;
  }
}
#company.office section#sec02 .office-list__subItem__fig figure {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.715/1;
}
#company.office section#sec02 .office-list__subItem__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text {
    flex: 1;
  }
}
#company.office section#sec02 .office-list__subItem__text__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text__info {
    gap: 15px;
  }
}
#company.office section#sec02 .office-list__subItem__text__info div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text__info div {
    flex-direction: row;
    gap: 1em;
  }
}
#company.office section#sec02 .office-list__subItem__text__info div dt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text__info div dt {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  #company.office section#sec02 .office-list__subItem__text__info div dt {
    font-size: 1.6rem;
  }
}
#company.office section#sec02 .office-list__subItem__text__info div dd {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text__info div dd {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  #company.office section#sec02 .office-list__subItem__text__info div dd {
    font-size: 1.6rem;
  }
}
#company.office section#sec02 .office-list__subItem__text__info div dd a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #company.office section#sec02 .office-list__subItem__text__info p {
    margin-top: 2em;
  }
}
#company.office section#sec02 .office-list__subItem__text__info p a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5556;
  text-decoration: underline;
}
#company.office section#sec02 .office-list__subItem__text__info p a:hover {
  text-decoration: none;
}
#company.sustainability .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #company.sustainability .content-header-flex {
    margin-bottom: 40px;
  }
}
#company.sustainability .mainTitle {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #company.sustainability .mainTitle {
    letter-spacing: 0;
  }
}
#company.sustainability .sub-hero {
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.sustainability .sub-hero {
    gap: 90px;
    margin-bottom: 140px;
  }
}
#company.sustainability section#sec01 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec01 {
    padding-bottom: 140px;
  }
}
#company.sustainability section#sec01 .company-split__text__block {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec01 .company-split__text__block {
    margin-bottom: 60px;
  }
}
#company.sustainability section#sec01 .company-split__text p {
  margin-bottom: 40px;
}
#company.sustainability section#sec01 .company-split__text ul li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
#company.sustainability section#sec01 .company-split__text__name {
  text-align: right;
}
#company.sustainability section#sec01 .company-split__text__name p {
  margin-bottom: 0;
}
#company.sustainability section#sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 {
    padding-bottom: 170px;
  }
}
#company.sustainability section#sec02 .sub-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sub-hero {
    margin-bottom: 140px;
  }
}
#company.sustainability section#sec02 .c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .c-title--lg {
    margin-bottom: 50px;
  }
}
#company.sustainability section#sec02 .sustainability-split__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  #company.sustainability section#sec02 .sustainability-split__item {
    gap: 60px;
  }
}
#company.sustainability section#sec02 .sustainability-split__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__fig {
    width: 29vw;
    max-width: 400px;
  }
}
#company.sustainability section#sec02 .sustainability-split__fig picture {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1.218/1;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__fig picture {
    border-radius: 20px;
    aspect-ratio: 1.429/1;
  }
}
#company.sustainability section#sec02 .sustainability-split__fig picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__text {
    flex: 1;
  }
}
#company.sustainability section#sec02 .sustainability-split__text-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.777;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #company.sustainability section#sec02 .sustainability-split__text-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#company.sustainability section#sec02 .sustainability-split__text-rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}

#services #container {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #services #container {
    padding-bottom: 80px;
  }
}
#services #container .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services #container .c-lead {
    margin-bottom: 70px;
  }
}
#services #container .c-lead .c-rt {
  margin-bottom: 0;
}
#services #container .mainApplications-block {
  padding: 70px 0 60px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block {
    padding: 90px 0 130px;
  }
}
#services #container .mainApplications-block .c-title.c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block .c-title.c-title--lg {
    margin-bottom: 50px;
  }
}
#services #container .mainApplications-block-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block-flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 40px;
  }
}
#services #container .mainApplications-block__item {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block__item {
    width: 48%;
    max-width: 558px;
    border-radius: 50px;
    padding: 50px 40px;
  }
}
#services #container .mainApplications-block__item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block__item__title {
    order: 1;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#services #container .mainApplications-block__item__fig {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block__item__fig {
    order: 3;
    margin-bottom: 0;
  }
}
#services #container .mainApplications-block__item__fig figure {
  aspect-ratio: 1.595/1;
  overflow: hidden;
  border-radius: 20px;
}
#services #container .mainApplications-block__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services #container .mainApplications-block__item__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  #services #container .mainApplications-block__item__rt {
    order: 2;
    margin-bottom: 30px;
  }
}
#services #container .typicalProducts-block {
  padding: 70px 0;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block {
    padding: 130px 0;
  }
}
#services #container .typicalProducts-block-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block-flex {
    gap: 40px;
    margin-bottom: 60px;
  }
}
#services #container .typicalProducts-block .c-title.c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block .c-title.c-title--lg {
    margin-bottom: 60px;
  }
}
#services #container .typicalProducts-block .c-btn--lg {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block .c-btn--lg {
    width: 350px;
    height: 65px;
  }
}
#services #container .typicalProducts-block__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__item {
    border-radius: 50px;
    padding: 60px;
  }
}
#services #container .typicalProducts-block__item__grid {
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__item__grid {
    grid-template-columns: auto min(32vw, 439px);
    grid-template-areas: "item1 item2" "item3 item2";
    align-items: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__item__grid .typicalProducts-block__tag {
    grid-area: item1;
  }
}
#services #container .typicalProducts-block__item__grid__fig {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__item__grid__fig {
    margin-bottom: 0;
    grid-area: item2;
  }
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__item__grid .typicalProducts-block__rt {
    grid-area: item3;
  }
}
#services #container .typicalProducts-block__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
#services #container .typicalProducts-block__tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__tag {
    margin-bottom: 30px;
  }
}
#services #container .typicalProducts-block__tag li {
  padding: 7px 13px;
  border-radius: 9999px;
  background-color: #531885;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__tag li {
    width: 124px;
    padding: 7px 13px;
  }
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__tag li.full {
    width: auto;
  }
}
#services #container .typicalProducts-block__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#services #container .typicalProducts-block__movie {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie {
    width: 92%;
    margin-inline: auto;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
#services #container .typicalProducts-block__movie__item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#services #container .typicalProducts-block__movie__item.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
#services #container .typicalProducts-block__movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie iframe {
    border-radius: 20px;
  }
}
#services #container .typicalProducts-block__movie iframe:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie iframe:not(:last-child) {
    margin-bottom: 30px;
  }
}
#services #container .typicalProducts-block__movie__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#services #container .typicalProducts-block__movie__pagination button {
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 43px;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie__pagination button {
    line-height: 50px;
  }
}
#services #container .typicalProducts-block__movie__pagination button:hover, #services #container .typicalProducts-block__movie__pagination button.active {
  text-decoration: none;
}
#services #container .typicalProducts-block__movie__pagination button#prev-btn, #services #container .typicalProducts-block__movie__pagination button#next-btn {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: solid 1px #531885;
  transition: scale 0.25s ease;
  background-color: #531885;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  scale: 1;
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie__pagination button#prev-btn, #services #container .typicalProducts-block__movie__pagination button#next-btn {
    width: 50px;
    height: 50px;
  }
}
#services #container .typicalProducts-block__movie__pagination button#prev-btn:hover, #services #container .typicalProducts-block__movie__pagination button#next-btn:hover {
  scale: 1.2;
}
#services #container .typicalProducts-block__movie__pagination button#prev-btn {
  background-image: url("../images/common/linkArrow_left_pn_cw.svg");
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie__pagination button#prev-btn {
    margin-right: 20px;
  }
}
#services #container .typicalProducts-block__movie__pagination button#prev-btn:disabled {
  background-color: #fff;
  background-image: url("../images/common/linkArrow_left_pn_cp.svg");
}
#services #container .typicalProducts-block__movie__pagination button#next-btn {
  background-image: url("../images/common/linkArrow_right_pn_cw.svg");
}
@media screen and (min-width: 769px) {
  #services #container .typicalProducts-block__movie__pagination button#next-btn {
    margin-left: 20px;
  }
}
#services #container .typicalProducts-block__movie__pagination button#next-btn:disabled {
  background-color: #fff;
  background-image: url("../images/common/linkArrow_right_pn_cp.svg");
}
#services #container .typicalProducts-block__movie__pagination button:disabled {
  pointer-events: none;
}
#services.home .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.home .content-header-flex {
    margin-bottom: 40px;
  }
}
#services.home section#sec01 {
  background-color: #f9f9f9;
  padding: 50px 0 60px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 {
    padding: 80px 0 100px;
  }
}
#services.home section#sec01 .services-flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#services.home section#sec01 .services-flex__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: min(50px, 4.4vw);
  }
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__fig {
    flex: 1;
  }
}
#services.home section#sec01 .services-flex__item__fig figure {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__fig figure {
    border-radius: 50px;
  }
}
#services.home section#sec01 .services-flex__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__text {
    flex: 1;
  }
}
#services.home section#sec01 .services-flex__item__text__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__text__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
#services.home section#sec01 .services-flex__item__text__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__text__rt {
    margin-bottom: 30px;
  }
}
#services.home section#sec01 .services-flex__item__text__btn .c-btn {
  margin-bottom: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-flex__item__text__btn .c-btn {
    width: 350px;
    height: 65px;
    margin-bottom: 20px;
    margin-inline: 0;
  }
}
#services.home section#sec01 .services-company-list__item a {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 14px;
  padding: 10px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-company-list__item a {
    width: 350px;
    border-radius: 15px;
    padding: 13px;
    margin-inline: 0;
  }
}
#services.home section#sec01 .services-company-list__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/icon_blank_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-company-list__item a::before {
    top: 50%;
    right: 13px;
    bottom: auto;
    translate: 0 -50%;
    width: 33px;
    height: 33px;
  }
}
#services.home section#sec01 .services-company-list__item a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
#services.home section#sec01 .services-company-list__item a:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}
#services.home section#sec01 .services-company-list__item a:hover::before {
  background-image: url("../images/common/icon_blank_01_on.svg");
  transform: scale(1.2);
}
#services.home section#sec01 .services-company-list__item a:hover::after {
  transform: scaleX(1);
}
#services.home section#sec01 .services-company-list-flex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#services.home section#sec01 .services-company-list-flex__item__fig {
  width: 20%;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-company-list-flex__item__fig {
    width: 60px;
  }
}
#services.home section#sec01 .services-company-list-flex__item__fig figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 8px;
  background-color: #f9f9f9;
}
#services.home section#sec01 .services-company-list-flex__item__text {
  flex: 1;
  padding-right: 10%;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-company-list-flex__item__text {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1280px) {
  #services.home section#sec01 .services-company-list-flex__item__text {
    padding-right: 15%;
  }
}
#services.home section#sec01 .services-company-list-flex__item__text p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #services.home section#sec01 .services-company-list-flex__item__text p {
    font-size: 1.4rem;
  }
}
#services.home section#sec02 {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  z-index: 0;
  padding: 60px 0 70px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 {
    padding: 130px 0;
  }
}
#services.home section#sec02 .circle {
  position: absolute;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
}
#services.home section#sec02 .circle.circle01 {
  background-color: #531885;
  top: -32vw;
  left: -32vw;
  width: 118vw;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .circle.circle01 {
    top: -9vw;
    right: -13vw;
    left: auto;
    width: 40vw;
    opacity: 0.14;
    filter: blur(217px);
  }
}
#services.home section#sec02 .circle.circle02 {
  background-color: #531885;
  top: 40%;
  right: -30vw;
  width: 60vw;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .circle.circle02 {
    display: none;
  }
}
#services.home section#sec02 .circle.circle03 {
  background-color: #531885;
  bottom: -20vw;
  left: -48vw;
  width: 118vw;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .circle.circle03 {
    bottom: -20vw;
    left: -8vw;
    width: 42vw;
    opacity: 1;
    filter: blur(217px);
  }
}
#services.home section#sec02 .c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .c-title--lg {
    margin-bottom: 90px;
  }
}
#services.home section#sec02 .strengths-flex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex {
    gap: 80px;
  }
}
#services.home section#sec02 .strengths-flex__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item__fig {
    width: 42.459vw;
    max-width: 580px;
  }
}
#services.home section#sec02 .strengths-flex__item__fig figure {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item__fig figure {
    border-radius: 50px;
  }
}
#services.home section#sec02 .strengths-flex__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item__text {
    flex: 1;
  }
}
#services.home section#sec02 .strengths-flex__item__text__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item__text__title {
    font-size: clamp(2.4rem, 2.098rem + 0.392vw, 2.6rem);
  }
}
@media screen and (min-width: 1280px) {
  #services.home section#sec02 .strengths-flex__item__text__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
#services.home section#sec02 .strengths-flex__item__text__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#services.home section#sec02 .strengths-flex__item__text__btn {
  margin-top: 30px;
}
#services.home section#sec02 .strengths-flex__item__text__btn .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #services.home section#sec02 .strengths-flex__item__text__btn .c-btn {
    width: 300px;
    height: 65px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  #services.home section#sec02 .strengths-flex__item__text__btn .c-btn {
    width: 350px;
  }
}
#services.home section#sec03 {
  padding: 70px 0 40px;
}
@media screen and (min-width: 769px) {
  #services.home section#sec03 {
    padding: 130px 0 70px;
  }
}
@media screen and (min-width: 769px) {
  #services.home section#sec03 .c-lead {
    margin-bottom: 60px;
  }
}
#services.materials .content-header-flex {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #services.materials .content-header-flex {
    margin-bottom: 50px;
  }
}
#services.materials .sub-hero {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.materials .sub-hero {
    margin-bottom: 70px;
  }
}
#services.materials #sec01 {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 {
    padding-bottom: 60px;
  }
}
#services.materials #sec01 .c-btn--lg {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .c-btn--lg {
    width: 350px;
    height: 65px;
  }
}
#services.materials #sec01 .materials-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list {
    margin-bottom: 50px;
  }
}
#services.materials #sec01 .materials-list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    border-radius: 50px;
    padding: 40px 40px 40px 50px;
  }
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item__fig {
    width: 25vw;
    max-width: 345px;
  }
}
#services.materials #sec01 .materials-list__item__fig figure {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.475/1;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item__fig figure {
    aspect-ratio: 1.219/1;
  }
}
#services.materials #sec01 .materials-list__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services.materials #sec01 .materials-list__item__text {
  flex: 1;
}
#services.materials #sec01 .materials-list__item__text__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item__text__title {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
#services.materials #sec01 .materials-list__item__text__rt {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item__text__rt {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #services.materials #sec01 .materials-list__item__text__btn .c-btn--lg {
    margin-inline: 0;
  }
}
#services.materials #sec02 {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  #services.materials #sec02 {
    padding: 60px 0 70px;
  }
}
#services.materials #sec02 .sub-hero {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec02 .sub-hero {
    margin-bottom: 70px;
  }
}
#services.materials #sec02 .c-title.c-title--lg {
  line-height: 1.357;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.materials #sec02 .c-title.c-title--lg {
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
#services.metal .content-header-flex, #services.electronics .content-header-flex, #services.car .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.metal .content-header-flex, #services.electronics .content-header-flex, #services.car .content-header-flex {
    margin-bottom: 50px;
  }
}
#services.metal #sec02, #services.electronics #sec02, #services.car #sec02 {
  background-color: #f9f9f9;
}
#services.metal .inquiry-block, #services.electronics .inquiry-block, #services.car .inquiry-block {
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  #services.metal .inquiry-block, #services.electronics .inquiry-block, #services.car .inquiry-block {
    padding-top: 130px;
  }
}
#services.electronics .mainTitle {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.8px;
}
@media screen and (min-width: 769px) {
  #services.electronics .mainTitle {
    font-size: clamp(2.2rem, -0.514rem + 3.529vw, 4rem);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  #services.electronics .mainTitle {
    font-size: 4rem;
  }
}
#services.car #sec03 {
  padding: 60px 0 10px;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 {
    padding: 130px 0 70px;
  }
}
#services.car #sec03 .c-title--lg {
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .c-title--lg {
    margin-bottom: 60px;
  }
}
#services.car #sec03 .paintProtectionFilm-block-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block-flex {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__fig {
    width: 42vw;
    max-width: 577px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__fig figure {
  overflow: hidden;
  aspect-ratio: 1.443/1;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__fig figure {
    border-radius: 50px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__text {
    flex: 1;
  }
}
#services.car #sec03 .paintProtectionFilm-block__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__rt {
    margin-bottom: 30px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__btn a {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #f9f9f9;
  border-radius: 14px;
  padding: 10px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__btn a {
    width: 300px;
    border-radius: 15px;
    padding: 13px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  #services.car #sec03 .paintProtectionFilm-block__btn a {
    width: 350px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__btn a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/icon_blank_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__btn a::before {
    top: 50%;
    right: 13px;
    bottom: auto;
    translate: 0 -50%;
    width: 33px;
    height: 33px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__btn a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
#services.car #sec03 .paintProtectionFilm-block__btn a:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}
#services.car #sec03 .paintProtectionFilm-block__btn a:hover::before {
  background-image: url("../images/common/icon_blank_01_on.svg");
  transform: scale(1.2);
}
#services.car #sec03 .paintProtectionFilm-block__btn a:hover::after {
  transform: scaleX(1);
}
#services.car #sec03 .paintProtectionFilm-block__btn-flex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#services.car #sec03 .paintProtectionFilm-block__btn-flex__fig {
  width: 20%;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__btn-flex__fig {
    width: 60px;
  }
}
#services.car #sec03 .paintProtectionFilm-block__btn-flex__fig figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
}
#services.car #sec03 .paintProtectionFilm-block__btn-flex__text {
  flex: 1;
  padding-right: 10%;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__btn-flex__text {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1280px) {
  #services.car #sec03 .paintProtectionFilm-block__btn-flex__text {
    padding-right: 15%;
  }
}
#services.car #sec03 .paintProtectionFilm-block__btn-flex__text p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #services.car #sec03 .paintProtectionFilm-block__btn-flex__text p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  #services.car #sec03 .paintProtectionFilm-block__btn-flex__text p {
    font-size: 1.4rem;
  }
}
#services.series .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.series .content-header-flex {
    margin-bottom: 50px;
  }
}
#services.series .sub-hero {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.series .sub-hero {
    margin-bottom: 90px;
  }
}
#services.series .c-title.c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.series .c-title.c-title--lg {
    margin-bottom: 50px;
  }
}
#services.series .series-block {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  #services.series .series-block {
    border-radius: 50px;
    padding: 60px;
  }
}
#services.series .series-block__inner {
  position: relative;
  width: 100%;
  max-height: none;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.series .series-block__inner {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
#services.series .series-block__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #services.series .series-block__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
#services.series .series-block__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #services.series .series-block__title {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
#services.series .series-block__note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #services.series .series-block__note {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#services.series .series-block__list li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  #services.series .series-block__list li {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#services.series .series-block__list li::before {
  content: "・";
}
#services.series .series-block table {
  border-collapse: collapse;
}
#services.series .series-block table.tb01 {
  width: 1200px;
}
#services.series .series-block table.tb02 {
  width: 1124px;
}
#services.series .series-block table.tb03 {
  width: 1286px;
}
#services.series .series-block table.tb04 {
  width: 1067px;
}
#services.series .series-block table th,
#services.series .series-block table td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.14;
}
#services.series .series-block table th.top-left,
#services.series .series-block table td.top-left {
  border-top-left-radius: 5px;
}
#services.series .series-block table th.top-right,
#services.series .series-block table td.top-right {
  border-top-right-radius: 5px;
}
#services.series .series-block table th.bottom-right,
#services.series .series-block table td.bottom-right {
  border-bottom-right-radius: 5px;
}
#services.series .series-block table th.bottom-left,
#services.series .series-block table td.bottom-left {
  border-bottom-left-radius: 5px;
}
#services.series .series-block table thead th {
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
}
#services.series .series-block table thead th em.num {
  font-size: 1rem;
}
#services.series .series-block table thead th em.text {
  font-size: 1.2rem;
}
#services.series .series-block table thead th div {
  background-color: #531885;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  padding: 7px;
}
#services.series .series-block table thead tr:first-child th {
  padding: 0 12px;
}
#services.series .series-block table thead tr:first-child th:first-child {
  border-right: solid 1px #dfdfdf;
}
#services.series .series-block table thead tr:first-child th:nth-child(2) {
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 24px;
}
#services.series .series-block table thead tr:first-child th:last-child {
  padding-top: 13px;
}
#services.series .series-block table thead tr:nth-child(2) th {
  padding: 11px 12px;
}
#services.series .series-block table thead tr:nth-child(2) th:last-child {
  padding-right: 24px;
}
#services.series .series-block table tbody th {
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  width: 100px;
}
#services.series .series-block table tbody th em {
  font-size: 1.2rem;
}
#services.series .series-block table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
}
#services.series .series-block table tbody td:first-of-type {
  text-align: left;
  padding-left: 24px;
}
#services.series .series-block table tbody td span {
  color: #531885;
  line-height: 1;
}
#services.series .series-block table tbody tr.border-top td {
  border-top: solid 1px #dfdfdf;
}
#services.series .series-block table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
#services.series .series-block .simplebar-track {
  pointer-events: all;
}
#services.series .series-block .simplebar-track.simplebar-horizontal {
  height: 9px;
  background: linear-gradient(to bottom, transparent 3px, #bebebe 3px, #bebebe 6px, transparent 6px);
  border-radius: 0;
  opacity: 1;
}
#services.series .series-block .simplebar-track .simplebar-scrollbar::before {
  content: "";
  display: block;
  height: 5px;
  background-color: #531885;
  border-radius: 10px;
  opacity: 1;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer !important;
}
#services.series .series-block .scroll-hint-fade {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s ease;
}
#services.series .series-block .scroll-hint-fade.is-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#services.series .series-block .scroll-hint-fade picture {
  display: block;
  width: 166px;
}
#services.series #sec01,
#services.series #sec02,
#services.series #sec03 {
  background-color: #f9f9f9;
}
#services.series #sec01 {
  padding: 70px 0 45px;
}
@media screen and (min-width: 769px) {
  #services.series #sec01 {
    padding: 130px 0 65px;
  }
}
#services.series #sec02 {
  padding: 45px 0 35px;
}
@media screen and (min-width: 769px) {
  #services.series #sec02 {
    padding: 65px 0;
  }
}
#services.series #sec03 {
  padding: 35px 0 70px;
}
@media screen and (min-width: 769px) {
  #services.series #sec03 {
    padding: 65px 0 130px;
  }
}
#services.fabricate .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.fabricate .content-header-flex {
    margin-bottom: 50px;
  }
}
#services.fabricate .sub-hero {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.fabricate .sub-hero {
    margin-bottom: 90px;
  }
}
#services.fabricate #sec01 .fabricate-flex {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex {
    margin-bottom: 130px;
  }
}
#services.fabricate #sec01 .fabricate-flex__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  #services.fabricate #sec01 .fabricate-flex__item {
    gap: 60px;
  }
}
#services.fabricate #sec01 .fabricate-flex__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item__fig {
    width: 29vw;
    max-width: 400px;
  }
}
#services.fabricate #sec01 .fabricate-flex__item__fig figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item__fig figure {
    border-radius: 20px;
  }
}
#services.fabricate #sec01 .fabricate-flex__item__fig figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item__text {
    flex: 1;
  }
}
#services.fabricate #sec01 .fabricate-flex__item__text__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.777;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec01 .fabricate-flex__item__text__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#services.fabricate #sec01 .fabricate-flex__item__text__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#services.fabricate #sec02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 {
    padding-bottom: 70px;
  }
}
#services.fabricate #sec02 .sub-hero {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .sub-hero {
    margin-bottom: 80px;
  }
}
#services.fabricate #sec02 .c-title.c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .c-title.c-title--lg {
    margin-bottom: 60px;
  }
}
#services.fabricate #sec02 .deliveryProcess-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#services.fabricate #sec02 .deliveryProcess-block__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item {
    flex-direction: row;
    gap: 42px;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item:last-child .deliveryProcess-block__item__step::before {
  display: none;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__step {
    position: relative;
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__step::before {
    position: absolute;
    bottom: calc((100% - 142px) / 2);
    left: 50%;
    translate: -50% 0;
    content: "";
    width: 14px;
    height: 7px;
    background-image: url("../images/common/linkArrow_down_pn_cp.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__step__num {
  display: inline-block;
  background-color: #531885;
  border-radius: 9999px;
  padding: 7px 13px;
}
#services.fabricate #sec02 .deliveryProcess-block__item__step__num p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__step__num p {
    font-family: "Roboto", sans-serif;
    font-size: 3.4rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__step__num p span {
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__step__num p span {
    display: block;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__step__num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__text {
    flex: 1;
    flex-direction: row;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__text__content {
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__text__content {
    flex: 1;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__text__content {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__text.double .deliveryProcess-block__item__text__content {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__title span {
  display: inline-block;
  vertical-align: text-bottom;
  width: 72px;
  padding: 7px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #services.fabricate #sec02 .deliveryProcess-block__item__title span {
    font-size: 2rem;
  }
}
#services.fabricate #sec02 .deliveryProcess-block__item__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#services.lifecare .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #services.lifecare .content-header-flex {
    margin-bottom: 50px;
  }
}
#services.lifecare .sub-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #services.lifecare .sub-hero {
    margin-bottom: 90px;
  }
}
#services.lifecare .lifecare-block__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #services.lifecare .lifecare-block__grid {
    align-items: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
#services.lifecare .lifecare-block__title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.357;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #services.lifecare .lifecare-block__title {
    font-size: 4rem;
    line-height: 1.3;
    grid-area: item2;
    align-self: end;
  }
}
#services.lifecare .lifecare-block__fig {
  aspect-ratio: 1.444/1;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #services.lifecare .lifecare-block__fig {
    border-radius: 50px;
    grid-area: item1;
    margin-bottom: 0;
  }
}
#services.lifecare .lifecare-block__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services.lifecare .lifecare-block__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  #services.lifecare .lifecare-block__rt {
    grid-area: item3;
    align-self: start;
  }
}
#services.lifecare #sec01 {
  position: relative;
  isolation: isolate;
  z-index: 0;
  padding: 70px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec01 {
    padding: 130px 0;
  }
}
#services.lifecare #sec01::before, #services.lifecare #sec01::after {
  position: absolute;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
}
#services.lifecare #sec01::before {
  width: 77vw;
  top: -38vw;
  right: -26vw;
  filter: blur(150px);
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec01::before {
    width: 42vw;
    top: -17.5vw;
    right: auto;
    left: -17.5vw;
    filter: blur(217px);
  }
}
#services.lifecare #sec01::after {
  width: 89vw;
  bottom: -20vw;
  left: -20vw;
  opacity: 0.05;
  filter: blur(50px);
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec01::after {
    width: 40vw;
    right: -12.78vw;
    bottom: -3.6vw;
    left: auto;
    opacity: 0.14;
    filter: blur(217px);
  }
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec01 .lifecare-block__grid {
    grid-template-columns: min(42vw, 577px) auto;
    grid-template-areas: "item1 item2" "item1 item3";
  }
}
#services.lifecare #sec02 {
  padding: 70px 0 60px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec02 {
    padding: 130px 0;
  }
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec02 .lifecare-block__grid {
    grid-template-columns: auto min(42vw, 577px);
    grid-template-areas: "item2 item1" "item3 item1";
  }
}
#services.lifecare #sec03 {
  background-color: #f9f9f9;
  padding: 70px 0 60px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 {
    padding: 130px 0;
  }
}
#services.lifecare #sec03 .feature-block-flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec03 .feature-block-flex {
    gap: 46px;
  }
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block-flex__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec03 .feature-block-flex__item {
    width: calc((100% - 92px) / 3);
  }
}
#services.lifecare #sec03 .feature-block__fig {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  aspect-ratio: 1.444/1;
  margin-bottom: 30px;
  padding: clamp(20px, 7.41px + 2.941vw, 30px) clamp(20px, -30.35px + 11.765vw, 60px);
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig {
    border-radius: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec03 .feature-block__fig {
    padding: 20px 30px;
  }
}
#services.lifecare #sec03 .feature-block__fig img {
  width: 54%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig img {
    width: 60%;
  }
}
#services.lifecare #sec03 .feature-block__fig .txt1 {
  font-size: clamp(1.6rem, 0.089rem + 3.529vw, 2.8rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: clamp(15px, 2.41px + 2.941vw, 25px);
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig .txt1 {
    font-size: clamp(1.1rem, 0.346rem + 0.98vw, 1.6rem);
    margin-bottom: clamp(10px, 2.46px + 0.98vw, 15px);
  }
}
#services.lifecare #sec03 .feature-block__fig .txt2 {
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: clamp(10rem, 3.706rem + 14.706vw, 15rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: clamp(20px, 7.41px + 2.941vw, 30px);
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig .txt2 {
    font-size: clamp(4rem, -5.047rem + 11.765vw, 10rem);
    margin-bottom: clamp(5px, -17.62px + 2.941vw, 20px);
  }
}
#services.lifecare #sec03 .feature-block__fig .txt2 span {
  font-size: clamp(5rem, 1.853rem + 7.353vw, 7.5rem);
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig .txt2 span {
    font-size: clamp(2rem, -2.524rem + 5.882vw, 5rem);
  }
}
#services.lifecare #sec03 .feature-block__fig .txt3 {
  font-size: clamp(1.2rem, 0.445rem + 1.765vw, 1.8rem);
  font-weight: 300;
  line-height: 1.333;
  padding-left: 1em;
  text-indent: -1em;
  align-self: flex-start;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec03 .feature-block__fig .txt3 {
    font-size: clamp(1rem, 0.698rem + 0.392vw, 1.2rem);
  }
}
#services.lifecare #sec03 .feature-block__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
#services.lifecare #sec03 .feature-block__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#services.lifecare #sec04 {
  padding: 70px 0 30px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 {
    padding: 130px 0 70px;
  }
}
#services.lifecare #sec04 .c-title.c-title--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .c-title.c-title--lg {
    margin-bottom: 60px;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item {
    width: calc(100% - 40px)/2;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__fig {
  display: flex;
  flex-direction: row-reverse;
  justify-items: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__fig figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32vw;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0 23px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig figure {
    width: 160px;
    max-width: none;
    padding: 0;
    margin-inline: auto;
    aspect-ratio: initial;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__fig__title {
  flex: 1;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig__title {
    font-size: clamp(1.8rem, 0.594rem + 1.569vw, 2.6rem);
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig__title {
    font-size: 2.6rem;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__fig__title span {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig__title span {
    font-size: clamp(1.4rem, -0.409rem + 2.353vw, 2.6rem);
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__fig__title span {
    font-size: 2.6rem;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__text {
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__text {
    border-radius: 20px;
    padding: 40px 50px 40px;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__text table th,
#services.lifecare #sec04 .productSpecs-block-flex__item__text table td {
  display: block;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__text table th,
  #services.lifecare #sec04 .productSpecs-block-flex__item__text table td {
    display: table-cell;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__text table th {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__text table th {
    white-space: nowrap;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__text table td {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__text table tr:not(:last-child) th {
    padding-bottom: 15px;
  }
}
#services.lifecare #sec04 .productSpecs-block-flex__item__text table tr:not(:last-child) td {
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block-flex__item__text table tr:not(:last-child) td {
    padding-bottom: 15px;
  }
}
#services.lifecare #sec04 .productSpecs-block__btn a {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #f9f9f9;
  border-radius: 14px;
  padding: 10px;
  transition: all 0.3s ease;
  transform: scale(1);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block__btn a {
    width: 568px;
    border-radius: 20px;
    padding: 20px;
  }
}
#services.lifecare #sec04 .productSpecs-block__btn a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/icon_blank_01_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block__btn a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
#services.lifecare #sec04 .productSpecs-block__btn a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #531885;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
#services.lifecare #sec04 .productSpecs-block__btn a:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}
#services.lifecare #sec04 .productSpecs-block__btn a:hover::before {
  background-image: url("../images/common/icon_blank_01_on.svg");
  transform: scale(1.2);
}
#services.lifecare #sec04 .productSpecs-block__btn a:hover::after {
  transform: scaleX(1);
}
#services.lifecare #sec04 .productSpecs-block__btn-flex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#services.lifecare #sec04 .productSpecs-block__btn-flex__fig {
  width: 20%;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block__btn-flex__fig {
    width: 82px;
  }
}
#services.lifecare #sec04 .productSpecs-block__btn-flex__fig figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
}
#services.lifecare #sec04 .productSpecs-block__btn-flex__text {
  flex: 1;
  padding-right: 10%;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block__btn-flex__text {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1280px) {
  #services.lifecare #sec04 .productSpecs-block__btn-flex__text {
    padding-right: 15%;
  }
}
#services.lifecare #sec04 .productSpecs-block__btn-flex__text p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #services.lifecare #sec04 .productSpecs-block__btn-flex__text p {
    font-size: 1.8rem;
  }
}

#rd #container {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #rd #container {
    padding-bottom: 80px;
  }
}
#rd .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #rd .c-lead {
    margin-bottom: 70px;
  }
}
#rd .c-lead .c-rt {
  margin-bottom: 0;
}
#rd.home .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #rd.home .content-header-flex {
    margin-bottom: 40px;
  }
}
#rd.home .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #rd.home .c-lead {
    margin-bottom: 60px;
  }
}
#rd.home .c-lead .c-rt {
  margin-bottom: 0;
}
#rd.home .rd-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item {
    width: calc((100% - 40px) / 3);
  }
}
#rd.home .rd-flex__item:not(:first-child) h3 {
  color: #fff;
}
#rd.home .rd-flex__item a {
  position: relative;
  display: block;
}
#rd.home .rd-flex__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item a:hover::before {
    transform: scale(1.2);
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
  }
}
#rd.home .rd-flex__item a h3 {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item a h3 {
    top: 25px;
    left: 30px;
    font-size: 2.6rem;
  }
}
#rd.home .rd-flex__item a h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-indent: -0.5em;
}
#rd.home .rd-flex__item a picture {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.34/1;
}
@media screen and (min-width: 769px) {
  #rd.home .rd-flex__item a picture {
    border-radius: 20px;
    aspect-ratio: 0.83/1;
  }
}
#rd.home .rd-flex__item a picture img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.home section#sec01 {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #rd.home section#sec01 {
    padding-bottom: 100px;
  }
}
#rd.home section#sec02 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 140px;
  isolation: isolate;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 {
    padding: 130px 0 100px;
  }
}
#rd.home section#sec02 .basicTechnology-block {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 0.678/1;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .basicTechnology-block {
    aspect-ratio: 2/1;
    margin-bottom: 50px;
  }
}
#rd.home section#sec02 .basicTechnology-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.home section#sec02 .basicTechnology__text {
  position: absolute;
  bottom: 10vw;
  left: 50%;
  translate: -50% 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .basicTechnology__text {
    bottom: 3vw;
  }
}
#rd.home section#sec02 .circle {
  position: absolute;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #531885;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
}
#rd.home section#sec02 .circle.circle01 {
  width: 151vw;
  top: -37vw;
  left: -80vw;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .circle.circle01 {
    width: 41vw;
    top: -16vw;
    left: -8vw;
    opacity: 0.14;
    filter: blur(217px);
  }
}
#rd.home section#sec02 .circle.circle02 {
  width: 112vw;
  top: 50%;
  right: -37vw;
  translate: 0 -50%;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .circle.circle02 {
    width: 41vw;
    right: -18vw;
    filter: blur(217px);
  }
}
#rd.home section#sec02 .circle.circle03 {
  width: 89.33vw;
  right: -34vw;
  bottom: -34vw;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .circle.circle03 {
    width: 41vw;
    right: auto;
    bottom: 3vw;
    left: -8.5vw;
    opacity: 0.14;
    filter: blur(217px);
  }
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .sub-swiper .swiper-wrapper {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .sub-swiper__item {
    width: calc((100% - 80px) / 3);
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  #rd.home section#sec02 .sub-swiper__item {
    gap: 30px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  #rd.home section#sec02 .sub-swiper__item__fig {
    width: 100%;
    max-width: none;
  }
}
#rd.organization .content-header-flex, #rd.nestLabo .content-header-flex, #rd.facilities .content-header-flex {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #rd.organization .content-header-flex, #rd.nestLabo .content-header-flex, #rd.facilities .content-header-flex {
    margin-bottom: 50px;
  }
}
#rd.organization .mainTitle, #rd.nestLabo .mainTitle, #rd.facilities .mainTitle {
  letter-spacing: 0;
}
#rd.organization .mainTitle span, #rd.nestLabo .mainTitle span, #rd.facilities .mainTitle span {
  font-size: 2rem;
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  #rd.organization .mainTitle span, #rd.nestLabo .mainTitle span, #rd.facilities .mainTitle span {
    font-size: clamp(2rem, 0.796rem + 1.566vw, 2.8rem);
  }
}
@media screen and (min-width: 1280px) {
  #rd.organization .mainTitle span, #rd.nestLabo .mainTitle span, #rd.facilities .mainTitle span {
    font-size: 2.8rem;
  }
}
#rd.organization .sub-hero, #rd.nestLabo .sub-hero, #rd.facilities .sub-hero {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #rd.organization .sub-hero, #rd.nestLabo .sub-hero, #rd.facilities .sub-hero {
    margin-bottom: 70px;
  }
}
#rd.organization .c-title--lg, #rd.nestLabo .c-title--lg, #rd.facilities .c-title--lg {
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #rd.organization .c-title--lg, #rd.nestLabo .c-title--lg, #rd.facilities .c-title--lg {
    margin-bottom: 30px;
  }
}
#rd.organization .c-lead, #rd.nestLabo .c-lead, #rd.facilities .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #rd.organization .c-lead, #rd.nestLabo .c-lead, #rd.facilities .c-lead {
    margin-bottom: 60px;
  }
}
#rd.organization section#sec01 {
  padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #rd.organization section#sec01 {
    padding-bottom: 120px;
  }
}
#rd.organization section#sec02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #rd.organization section#sec02 {
    padding-bottom: 70px;
  }
}
#rd.nestLabo section#sec01 {
  padding-bottom: 35px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo section#sec01 {
    padding-bottom: 75px;
  }
}
#rd.nestLabo section#sec02 {
  padding: 35px 0;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo section#sec02 {
    padding: 75px 0 50px;
  }
}
#rd.nestLabo section#sec02 .c-lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo section#sec02 .c-lead {
    margin-bottom: 50px;
  }
}
#rd.nestLabo section#sec03 {
  padding: 35px 0 40px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo section#sec03 {
    padding: 50px 0 70px;
  }
}
#rd.nestLabo .nestLabo-flex {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-flex {
    margin-bottom: 130px;
  }
}
#rd.nestLabo .nestLabo-flex__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-flex__item {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .nestLabo-flex__item {
    gap: 60px;
  }
}
#rd.nestLabo .nestLabo-flex__fig {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-flex__fig {
    width: 29vw;
    max-width: 400px;
    border-radius: 20px;
  }
}
#rd.nestLabo .nestLabo-flex__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-flex__text {
    flex: 1;
  }
}
#rd.nestLabo .nestLabo-flex__text__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.777;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-flex__text__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#rd.nestLabo .nestLabo-flex__text__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
#rd.nestLabo .nestSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#rd.nestLabo .nestSwiper.is-visible {
  opacity: 1;
  visibility: visible;
}
#rd.nestLabo .nestSwiper .swiper-slide {
  overflow: hidden;
  width: 40vw;
  aspect-ratio: 0.835/1;
  transition: all 0.6s ease;
  transform-origin: center;
  border-radius: 30px;
  margin: 0;
  transform: scale(0.8);
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestSwiper .swiper-slide {
    width: 36vw;
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .nestSwiper .swiper-slide {
    max-width: 550px;
  }
}
#rd.nestLabo .nestSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  margin: 0;
}
#rd.nestLabo .nestSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.nestLabo .nestLabo-summary-flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-summary-flex {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 45px;
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .nestLabo-summary-flex {
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 60px;
  }
}
#rd.nestLabo .nestLabo-summary-flex__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-summary-flex__item {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .nestLabo-summary-flex__item {
    width: calc((100% - 70px) / 2);
  }
}
#rd.nestLabo .nestLabo-summary-flex__fig {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-summary-flex__fig {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
#rd.nestLabo .nestLabo-summary-flex__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.nestLabo .nestLabo-summary-flex h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .nestLabo-summary-flex h3 {
    font-size: 2rem;
  }
}
#rd.nestLabo .building-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .building-info {
    flex-direction: row;
    align-items: center;
    gap: clamp(30px, 14.95px + 1.957vw, 40px);
    padding: clamp(20px, -10.1px + 3.914vw, 40px);
    border-radius: clamp(30px, -0.1px + 3.914vw, 50px);
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .building-info {
    padding: 40px;
    border-radius: 50px;
  }
}
#rd.nestLabo .building-info__fig {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .building-info__fig {
    width: 50%;
  }
}
#rd.nestLabo .building-info__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.nestLabo .building-info__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .building-info__title {
    font-size: clamp(1.8rem, 0.596rem + 1.566vw, 2.6rem);
    margin-bottom: clamp(15px, -30.15px + 5.871vw, 45px);
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .building-info__title {
    font-size: 2.6rem;
    margin-bottom: 45px;
  }
}
#rd.nestLabo .building-info__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  #rd.nestLabo .building-info__rt {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    line-height: 2;
  }
}
@media screen and (min-width: 1280px) {
  #rd.nestLabo .building-info__rt {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
#rd.facilities section#sec01 {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #rd.facilities section#sec01 {
    padding-bottom: 70px;
  }
}
#rd.facilities .labInfo-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
#rd.facilities .labInfo-flex__item {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__item {
    width: calc((100% - 40px) / 2);
    padding: clamp(25px, -12.82px + 4.912vw, 50px) clamp(20px, -10.26px + 3.929vw, 40px);
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #rd.facilities .labInfo-flex__item {
    padding: 50px 40px;
  }
}
#rd.facilities .labInfo-flex__item:last-child {
  background-color: transparent;
  padding: 30px 0 0;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__item:last-child {
    padding: clamp(25px, -12.82px + 4.912vw, 50px) clamp(20px, -10.26px + 3.929vw, 40px);
  }
}
@media screen and (min-width: 1280px) {
  #rd.facilities .labInfo-flex__item:last-child {
    padding: 50px 40px;
  }
}
#rd.facilities .labInfo-flex__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
  order: 1;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__title {
    font-size: clamp(2.1rem, 1.344rem + 0.982vw, 2.6rem);
    margin-bottom: clamp(25px, 9.87px + 1.965vw, 35px);
  }
}
@media screen and (min-width: 1280px) {
  #rd.facilities .labInfo-flex__title {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__title span {
    font-size: clamp(1.8rem, 0.59rem + 1.572vw, 2.6rem);
  }
}
@media screen and (min-width: 1280px) {
  #rd.facilities .labInfo-flex__title span {
    font-size: 2.6rem;
  }
}
#rd.facilities .labInfo-flex__fig {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  aspect-ratio: 1.595/1;
  order: 2;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__fig {
    order: 3;
    margin-bottom: 0;
  }
}
#rd.facilities .labInfo-flex__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rd.facilities .labInfo-flex__rt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  order: 3;
}
@media screen and (min-width: 769px) {
  #rd.facilities .labInfo-flex__rt {
    order: 2;
    margin-bottom: 35px;
  }
}
#rd.facilities .labInfo-flex__list {
  order: 2;
  line-height: 1.875;
}
#rd.facilities .labInfo-flex__list li {
  font-size: 1.6rem;
  font-weight: 300;
}
#rd.facilities .labInfo-flex__list li::before {
  color: #531885;
  content: "●";
  margin-right: 1rem;
}

.news-flex {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .news-flex {
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0px;
    -moz-column-gap: clamp(30px, -30.2px + 7.828vw, 70px);
         column-gap: clamp(30px, -30.2px + 7.828vw, 70px);
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .news-flex {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
.news-flex .news-category-sp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (min-width: 769px) {
  .news-flex .news-category-sp {
    display: none;
  }
}
.news-flex .news-category-sp label {
  font-size: 1.4rem;
  font-weight: 400;
}
.news-flex .news-category-sp select {
  position: relative;
  color: #531885;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  flex: 1;
  max-width: 250px;
  height: auto;
  padding: 20px;
  border: solid 1px #531885;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/common/selectArrow_down_cp.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 30px;
}
.news-flex .news-category-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .news-flex .news-category-pc {
    display: block;
  }
}
.news-flex .news-category-pc .news-category-list li:not(:last-child) {
  margin-bottom: 10px;
}
.news-flex .news-category-pc .news-category-list li a {
  display: block;
  width: 17vw;
  max-width: 207px;
  height: 40px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 0.899rem + 0.391vw, 1.4rem);
  font-weight: 300;
  border: solid 1px #fff;
  border-radius: 10px;
}
.news-flex .news-category-pc .news-category-list li a:hover, .news-flex .news-category-pc .news-category-list li a.active {
  color: #531885;
  font-weight: 400;
  text-decoration: none;
  border: solid 1px #531885;
}
@media screen and (min-width: 1280px) {
  .news-flex .news-category-pc .news-category-list li a {
    font-size: 1.4rem;
  }
}
.news-flex .news-content-list {
  flex: 1;
}
.news-flex .news-content-list li:not(:last-child) {
  margin-bottom: 20px;
}
.news-flex .news-content-list li a {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 55px;
  border-radius: 10px;
  background-color: #f5f5f5;
  text-decoration: none;
}
.news-flex .news-content-list li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: -10px -50%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/selectArrow_right_cp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: scale 0.25s ease;
}
@media screen and (min-width: 769px) {
  .news-flex .news-content-list li a::before {
    width: 33px;
    height: 33px;
    translate: -30px -50%;
  }
}
.news-flex .news-content-list li a .news-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 16px;
}
.news-flex .news-content-list li a .news-info-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.news-flex .news-content-list li a .news-info-tag {
  color: #531885;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 7px 13px;
  background-color: #fff;
  border-radius: 15px;
}
.news-flex .news-content-list li a .news-title {
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .news-flex .news-content-list li a .news-title {
    text-decoration: none;
  }
}
.news-flex .news-content-list li a:hover::before {
  transform-origin: center;
  scale: 1.2;
}
@media screen and (min-width: 769px) {
  .news-flex .news-content-list li a:hover .news-title {
    color: #531885;
    text-decoration: underline;
  }
}

.article-header > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .article-header > div {
    margin-bottom: 30px;
  }
}
.article-header > div p:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.article-header > div p:nth-child(2) {
  color: #531885;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  border-radius: 15px;
  background-color: #f5f5f5;
  padding: 7px 15px;
  display: inline-block;
}
.article-header h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: -0.72px;
  margin-bottom: 39px;
}
@media screen and (min-width: 769px) {
  .article-header h1 {
    font-size: 3rem;
    line-height: 1.68;
    margin-bottom: 70px;
  }
}
.article-content {
  border-bottom: solid 1px #bebebe;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .article-content {
    max-width: 950px;
    margin-inline: auto;
    padding-bottom: 90px;
    margin-bottom: 60px;
  }
}
.article-content > h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.333;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .article-content > h2 {
    font-size: 2.8rem;
    line-height: 1.875;
    margin-bottom: 40px;
  }
}
.article-content > h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.article-content > h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.article-content > p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
.article-content > p:not(:last-child) {
  margin-bottom: 3rem;
}
.article-content > p a {
  text-decoration: underline;
}
.article-content > p a:hover {
  text-decoration: none;
}
.article-content > p:has(img) {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .article-content > p:has(img) {
    border-radius: 20px;
  }
}
.article-content > p:has(img):not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .article-content > p:has(img):not(:last-child) {
    margin-bottom: 50px;
  }
}
.article-content > p:has(img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.67/1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .article-content iframe {
    border-radius: 20px;
  }
}
.article-content iframe:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .article-content iframe:not(:last-child) {
    margin-bottom: 50px;
  }
}

.topics {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .topics {
    margin-bottom: 10px;
  }
}
.topics-category {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .topics-category {
    margin-bottom: 70px;
  }
}
.topics-category-sp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (min-width: 769px) {
  .topics-category-sp {
    display: none;
  }
}
.topics-category-sp label {
  font-size: 1.4rem;
  font-weight: 400;
}
.topics-category-sp select {
  position: relative;
  color: #531885;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  flex: 1;
  max-width: 250px;
  height: auto;
  padding: 20px;
  border: solid 1px #531885;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/common/selectArrow_down_cp.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 30px;
}
.topics-category-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .topics-category-pc {
    display: block;
  }
}
.topics-category-pc .topics-category-list {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.topics-category-pc .topics-category-list li a {
  background-color: #f5f5f5;
  padding: 7px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #531885;
  font-size: clamp(1.2rem, 0.899rem + 0.391vw, 1.4rem);
  font-weight: 300;
  line-height: 1;
  border-radius: 15px;
}
.topics-category-pc .topics-category-list li a:hover, .topics-category-pc .topics-category-list li a.active {
  background-color: #531885;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .topics-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topics-content-list li:not(:last-child) {
  margin-bottom: 33px;
}
@media screen and (min-width: 769px) {
  .topics-content-list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .topics-content-list li {
    width: 32%;
    margin-bottom: 60px;
  }
}
.topics-content-list li a {
  text-decoration: none;
}
.topics-content-list li a .topics-content-list-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 769px) {
  .topics-content-list li a .topics-content-list-flex {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
}
.topics-content-list li a .topics-content-list-flex-fig {
  width: 41%;
}
@media screen and (min-width: 769px) {
  .topics-content-list li a .topics-content-list-flex-fig {
    width: 100%;
  }
}
.topics-content-list li a .topics-content-list-flex-fig figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .topics-content-list li a .topics-content-list-flex-fig figure {
    border-radius: 20px;
  }
}
.topics-content-list li a .topics-content-list-flex-fig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.25s ease;
}
.topics-content-list li a .topics-content-list-flex-text {
  flex: 1;
}
.topics-content-list li a .topics-content-list-flex .topics-content-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
.topics-content-list li a .topics-content-list-flex .topics-content-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  text-decoration: underline;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .topics-content-list li a .topics-content-list-flex .topics-content-text {
    text-decoration: none;
  }
}
.topics-content-list li a .topics-content-list-flex .topics-content-tag {
  background-color: #f5f5f5;
  padding: 7px 15px;
  display: inline-block;
  color: #531885;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  border-radius: 15px;
}
.topics-content-list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .topics-content-list li a:hover .topics-content-text {
    color: #531885;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .topics-content-list li a:hover img {
    scale: 1.1;
  }
}

#recruit #container {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #recruit #container {
    padding-bottom: 80px;
  }
}
#recruit #container .content-header-flex {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #recruit #container .content-header-flex {
    margin-bottom: 40px;
  }
}
#recruit #container .c-lead {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #recruit #container .c-lead {
    margin-bottom: 70px;
  }
}
#recruit #container .c-lead .c-rt {
  margin-bottom: 0;
}
#recruit #container .recruitment-details {
  padding: 0 20px 30px;
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details {
    padding: 15px 40px 30px 30px;
  }
}
#recruit #container .recruitment-details table {
  width: 100%;
}
#recruit #container .recruitment-details table p,
#recruit #container .recruitment-details table li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
#recruit #container .recruitment-details table li {
  padding-left: 1em;
  text-indent: -1em;
}
#recruit #container .recruitment-details table th,
#recruit #container .recruitment-details table td {
  display: block;
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details table th,
  #recruit #container .recruitment-details table td {
    display: table-cell;
    border: solid 10px #f9f9f9;
  }
}
#recruit #container .recruitment-details table th {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details table th {
    width: 20%;
    padding: 20px;
    margin-bottom: 0;
  }
}
#recruit #container .recruitment-details table td {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details table td {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details table tr:first-child th,
  #recruit #container .recruitment-details table tr:first-child td {
    border-top-width: 0;
  }
}
@media screen and (min-width: 769px) {
  #recruit #container .recruitment-details table tr:last-child th,
  #recruit #container .recruitment-details table tr:last-child td {
    border-bottom-width: 0;
  }
}
#recruit #container .recruitment-details table tr:last-child td {
  margin-bottom: 0;
}
#recruit.home #container {
  padding-bottom: 0;
}
#recruit.home section#sec01 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
  isolation: isolate;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 {
    padding: 90px 0 150px;
  }
}
#recruit.home section#sec01 .recruit-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 5.85vw;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  #recruit.home section#sec01 .recruit-flex {
    -moz-column-gap: 68px;
         column-gap: 68px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item {
    width: calc((100% - 5vw) / 2);
  }
}
@media screen and (min-width: 1280px) {
  #recruit.home section#sec01 .recruit-flex__item {
    width: calc((100% - 68px) / 2);
  }
}
#recruit.home section#sec01 .recruit-flex__item:nth-child(1) a::before {
  background-size: cover;
  background-image: url("../images/common/icon_blank_01_off.svg");
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item:nth-child(1) a:hover::before {
    background-image: url("../images/common/icon_blank_01_off.svg");
  }
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item:nth-child(1) a:hover p {
    color: #fff;
    background-color: #531885;
  }
}
#recruit.home section#sec01 .recruit-flex__item a {
  position: relative;
  display: block;
}
#recruit.home section#sec01 .recruit-flex__item a::before {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #531885;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a::before {
    right: 13px;
    bottom: 13px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a:hover::before {
    transform: scale(1.2);
    background-color: #fff;
    background-image: url("../images/common/linkArrow_right_cp.svg");
  }
}
#recruit.home section#sec01 .recruit-flex__item a h2 {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a h2 {
    top: 25px;
    left: 30px;
    font-size: clamp(2rem, 1.398rem + 0.783vw, 2.4rem);
  }
}
@media screen and (min-width: 1280px) {
  #recruit.home section#sec01 .recruit-flex__item a h2 {
    font-size: 2.6rem;
  }
}
#recruit.home section#sec01 .recruit-flex__item a h2.white {
  color: #fff;
}
#recruit.home section#sec01 .recruit-flex__item a p {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  color: #531885;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  border: solid 1px #531885;
  border-radius: 9999px;
  padding: 8px 24px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a p {
    bottom: 2.5vw;
    font-size: clamp(1.6rem, 1.299rem + 0.391vw, 1.8rem);
  }
}
@media screen and (min-width: 1280px) {
  #recruit.home section#sec01 .recruit-flex__item a p {
    bottom: 40px;
    font-size: 1.8rem;
  }
}
#recruit.home section#sec01 .recruit-flex__item a picture {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.34/1;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .recruit-flex__item a picture {
    border-radius: 20px;
    aspect-ratio: 1.595/1;
  }
}
#recruit.home section#sec01 .recruit-flex__item a picture img {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit.home section#sec01 .c-btn--lg {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .c-btn--lg {
    width: 350px;
    height: 65px;
  }
}
#recruit.home section#sec01 .circle {
  position: absolute;
  border-radius: 50%;
  height: auto;
  background-color: #531885;
  z-index: 0;
  will-change: filter, transform;
  transform: translateZ(0);
}
#recruit.home section#sec01 .circle.circle01 {
  display: none;
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .circle.circle01 {
    width: 41vw;
    top: -16vw;
    left: -9vw;
    aspect-ratio: 1/1;
    display: block;
    opacity: 0.14;
    filter: blur(217px);
  }
}
#recruit.home section#sec01 .circle.circle02 {
  top: -67vw;
  right: -26vw;
  width: 77vw;
  aspect-ratio: 1/1.76;
  filter: blur(150px);
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .circle.circle02 {
    top: auto;
    right: -18vw;
    bottom: 6vw;
    width: 41vw;
    aspect-ratio: 1/1;
    filter: blur(217px);
  }
}
#recruit.home section#sec01 .circle.circle03 {
  left: -20vw;
  bottom: -42vw;
  width: 89.33vw;
  aspect-ratio: 1/1.74;
  opacity: 0.05;
  filter: blur(50px);
}
@media screen and (min-width: 769px) {
  #recruit.home section#sec01 .circle.circle03 {
    left: -9vw;
    bottom: -24vw;
    width: 41vw;
    aspect-ratio: 1/1;
    opacity: 0.14;
    filter: blur(217px);
  }
}
@media screen and (min-width: 769px) {
  #recruit.fresh section .c-inner {
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
  }
}
#recruit.fresh .c-accordion {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #recruit.fresh .c-accordion {
    margin-bottom: 90px;
  }
}
#recruit.fresh .c-btn-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #recruit.fresh .c-btn-flex {
    gap: 40px;
  }
}
#recruit.fresh .c-btn-flex .c-btn--lg {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #recruit.fresh .c-btn-flex .c-btn--lg {
    width: 350px;
    height: 65px;
  }
}
#recruit.fresh .c-btn-flex .c-btn--lg:first-child {
  height: 80px;
  padding-left: 2rem;
  color: #fff;
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #recruit.fresh .c-btn-flex .c-btn--lg:first-child {
    height: 90px;
  }
}
#recruit.fresh .c-btn-flex .c-btn--lg:first-child::before {
  background-color: #fff;
}
#recruit.fresh .c-btn-flex .c-btn--lg:first-child::after {
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 47px;
  height: 47px;
  background-image: url("../images/common/icon_recruit_faq_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #recruit.fresh .c-btn-flex .c-btn--lg:first-child::after {
    width: 54px;
    height: 54px;
  }
}
#recruit.fresh .c-btn-flex .c-btn--lg:first-child:hover {
  color: #531885;
}
#recruit.fresh .c-btn-flex .c-btn--lg:first-child:hover::after {
  background-image: url("../images/common/icon_recruit_faq_on.svg");
}
@media screen and (min-width: 769px) {
  #recruit.career section .c-inner {
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
  }
}
#recruit.career .c-accordion {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #recruit.career .c-accordion {
    margin-bottom: 90px;
  }
}
#recruit.career .c-btn-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #recruit.career .c-btn-flex {
    gap: 40px;
  }
}
#recruit.career .c-btn-flex .c-btn--lg {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #recruit.career .c-btn-flex .c-btn--lg {
    width: 350px;
    height: 65px;
  }
}
#recruit.career .c-btn-flex .c-btn--lg:first-child {
  height: 80px;
  padding-left: 2rem;
  color: #fff;
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #recruit.career .c-btn-flex .c-btn--lg:first-child {
    height: 90px;
  }
}
#recruit.career .c-btn-flex .c-btn--lg:first-child::before {
  background-color: #fff;
}
#recruit.career .c-btn-flex .c-btn--lg:first-child::after {
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 47px;
  height: 47px;
  background-image: url("../images/common/icon_recruit_faq_off.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #recruit.career .c-btn-flex .c-btn--lg:first-child::after {
    width: 54px;
    height: 54px;
  }
}
#recruit.career .c-btn-flex .c-btn--lg:first-child:hover {
  color: #531885;
}
#recruit.career .c-btn-flex .c-btn--lg:first-child:hover::after {
  background-image: url("../images/common/icon_recruit_faq_on.svg");
}
@media screen and (min-width: 769px) {
  #recruit.faq section .c-inner {
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
  }
}
#recruit.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list {
    gap: 80px;
    margin-bottom: 90px;
  }
}
#recruit.faq .faq-list__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list__title {
    font-size: 2.6rem;
    font-size: 26px;
    line-height: 1.53;
    margin-bottom: 35px;
  }
}
#recruit.faq .faq-list .c-accordion__item button {
  position: relative;
  padding-left: 60px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list .c-accordion__item button {
    padding-left: 68px;
  }
}
#recruit.faq .faq-list .c-accordion__item button::before {
  position: absolute;
  top: 24px;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "Q";
  color: #531885;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  border: solid 1px #531885;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list .c-accordion__item button::before {
    top: 28px;
    left: 30px;
  }
}
#recruit.faq .faq-list .c-accordion__content {
  position: relative;
  padding: 0px 20px 20px 60px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list .c-accordion__content {
    padding: 10px 20px 20px 68px;
  }
}
#recruit.faq .faq-list .c-accordion__content::before {
  position: absolute;
  top: 0px;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "A";
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  border: solid 1px #531885;
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #recruit.faq .faq-list .c-accordion__content::before {
    top: 10px;
    left: 30px;
  }
}
#recruit.faq .faq-list .c-accordion__content > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
#recruit.faq .faq-list .c-accordion__content > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
#recruit.faq .c-btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .c-btn-flex {
    gap: 40px;
  }
}
#recruit.faq .c-btn-flex__item:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn {
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1.105/1;
  line-height: 1.5;
  letter-spacing: -1.12px;
  color: #fff;
  background-color: #531885;
}
@media screen and (min-width: 769px) {
  #recruit.faq .c-btn-flex__item:nth-child(1) .c-btn {
    flex-direction: column;
    width: 350px;
    max-width: 400px;
    height: 90px;
    padding: 0;
    padding-left: 3rem;
    aspect-ratio: auto;
    letter-spacing: 0;
  }
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn::before {
  background-color: #fff;
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn::after {
  position: relative;
  z-index: 1;
  content: "";
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #recruit.faq .c-btn-flex__item:nth-child(1) .c-btn::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    translate: 0 -50%;
    width: 54px;
    height: 54px;
  }
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn:hover {
  color: #531885;
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn:nth-child(1)::after {
  background-image: url("../images/common/icon_recruit_flesh_off.svg");
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn:nth-child(1):hover::after {
  background-image: url("../images/common/icon_recruit_flesh_on.svg");
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn:nth-child(2)::after {
  background-image: url("../images/common/icon_recruit_career_off.svg");
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn:nth-child(2):hover::after {
  background-image: url("../images/common/icon_recruit_career_on.svg");
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn div {
  z-index: 1;
}
#recruit.faq .c-btn-flex__item:nth-child(1) .c-btn div span {
  display: block;
}
@media screen and (min-width: 769px) {
  #recruit.faq .c-btn-flex__item:nth-child(1) .c-btn div span {
    display: inline;
    margin: 0 0.3rem;
  }
}
#recruit.faq .c-btn-flex__item:nth-child(2) {
  width: 100%;
}
#recruit.faq .c-btn-flex__item:nth-child(2) .c-btn {
  margin-inline: auto;
  width: 100%;
  max-width: 400px;
  height: 65px;
}
@media screen and (min-width: 769px) {
  #recruit.faq .c-btn-flex__item:nth-child(2) .c-btn {
    width: 350px;
    height: 65px;
  }
}

.inquiry-info {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .inquiry-info {
    margin-bottom: 80px;
  }
}
.inquiry-info-rt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .inquiry-info-rt {
    font-size: 1.8rem;
    line-height: 1.777;
    margin-bottom: 25px;
  }
}
.inquiry-info-tell {
  display: inline-block;
  color: #531885;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url("../images/common/icon_tell.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 30px;
}
@media screen and (min-width: 769px) {
  .inquiry-info-tell {
    font-size: 4.8rem;
    padding-left: 45px;
  }
}
.inquiry-info-tell a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .inquiry-info-tell a {
    pointer-events: none;
    cursor: text;
  }
}
.inquiry-info-note {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
.inquiry-content {
  border-top: solid 1px #bebebe;
  padding: 50px 0 0;
}
@media screen and (min-width: 769px) {
  .inquiry-content {
    padding: 100px 0 0;
  }
}
.inquiry-content--nbdr {
  border-width: 0;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body {
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
  }
}
.inquiry-content-body table {
  width: 100%;
}
.inquiry-content-body table tr th,
.inquiry-content-body table tr td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr th,
  .inquiry-content-body table tr td {
    display: table-cell;
    width: auto;
  }
}
.inquiry-content-body table tr th {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr th {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 16px;
         column-gap: 16px;
    width: auto;
    margin: 0;
    padding-top: 12px;
    padding-right: 10px;
  }
}
.inquiry-content-body table tr th span {
  color: #531885;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 7px 13px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr th span {
    font-size: clamp(1.2rem, 0.899rem + 0.391vw, 1.4rem);
    width: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-content-body table tr th span {
    font-size: 1.4rem;
  }
}
.inquiry-content-body table tr th span.hidden {
  visibility: hidden;
}
.inquiry-content-body table tr th label {
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr th label {
    flex: 1;
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-content-body table tr th label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td {
    width: 67%;
  }
}
.inquiry-content-body table tr td select {
  background-image: url("../images/common/selectArrow_down_cb.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px;
  cursor: pointer;
}
.inquiry-content-body table tr td .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  margin-top: 5px;
}
.inquiry-content-body table tr td .input-flex {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .input-flex {
    flex-direction: row;
    -moz-column-gap: 17px;
         column-gap: 17px;
    row-gap: 0;
  }
}
.inquiry-content-body table tr td .input-flex-left {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .input-flex-left {
    width: auto;
  }
}
.inquiry-content-body table tr td .input-flex-left .wpcf7-form-control-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .input-flex-left .wpcf7-form-control-wrap {
    display: inline;
    width: 11rem;
  }
}
.inquiry-content-body table tr td .input-flex-left input.inputS {
  width: 100%;
}
.inquiry-content-body table tr td .input-flex-left span:not([class]) {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 50px;
  display: contents;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .input-flex-left span:not([class]) {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .radio-flex {
    display: flex;
    -moz-column-gap: clamp(15px, -22.62px + 4.892vw, 40px);
         column-gap: clamp(15px, -22.62px + 4.892vw, 40px);
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-content-body table tr td .radio-flex {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.inquiry-content-body table tr td .radio-flex .wpcf7-list-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .radio-flex .wpcf7-list-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.inquiry-content-body table tr td .radio-flex .radioItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .radio-flex .radioItem {
    font-size: clamp(1.2rem, 0.598rem + 0.783vw, 1.6rem);
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-content-body table tr td .radio-flex .radioItem {
    font-size: 1.6rem;
  }
}
.inquiry-content-body table tr td .radio-flex .radioItem:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr td .radio-flex .radioItem:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.inquiry-content-body table tr td .radio-flex .radioButton {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #2e2e2e;
  border-radius: 9999px;
  cursor: pointer;
}
.inquiry-content-body table tr td .radio-flex .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 9999px;
  background-color: #531885;
}
.inquiry-content-body table tr td .example {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: normal;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr:not(:last-child) th,
  .inquiry-content-body table tr:not(:last-child) td {
    padding-bottom: 30px;
  }
}
.inquiry-content-body table tr:not(:last-child) td {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr:not(:last-child) td {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr.radio_tr th,
  .inquiry-content-body table tr.radio_tr td {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-content-body table tr.radio_tr td {
    padding-top: 17px;
  }
}
@media screen and (min-width: 769px) {
  .inquiry-content-body .confirm-list .confirm-list-item {
    display: flex;
  }
}
.inquiry-content-body .confirm-list .confirm-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.inquiry-content-body .confirm-list .confirm-list-item div:nth-child(1) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body .confirm-list .confirm-list-item div:nth-child(1) {
    margin: 0;
    flex: 0 0 31%;
  }
}
.inquiry-content-body .confirm-list .confirm-list-item div:nth-child(1) p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
}
.inquiry-content-body .confirm-list .confirm-list-item div:nth-child(2) {
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body .confirm-list .confirm-list-item div:nth-child(2) {
    background-color: transparent;
    padding: 0;
  }
}
.inquiry-content-body .confirm-list .confirm-list-item div:nth-child(2) p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .inquiry-content-body .confirm-list .confirm-list-item {
    background-color: #f9f9f9;
    padding: 24px;
    border-radius: 10px;
  }
}
.inquiry-content .submitArea {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .inquiry-content .submitArea {
    margin-top: 80px;
  }
}
.inquiry-content .submitArea-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inquiry-content .submitArea-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .inquiry-content .submitArea-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.inquiry-content .submitArea .c-rt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .inquiry-content .submitArea .c-rt {
    text-align: center;
  }
}
.inquiry-content .submitArea .c-rt a {
  text-decoration: underline;
}
.inquiry-content .submitArea .c-rt a:hover {
  text-decoration: none;
}
.inquiry-content .submitArea .checkboxItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.inquiry-content .submitArea .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .inquiry-content .submitArea .wpcf7-form-control-wrap {
    margin-bottom: 50px;
  }
}
.inquiry-content .submitArea .checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  cursor: pointer;
}
.inquiry-content .submitArea .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #531885;
}
.inquiry-content .submitArea .c-btn input,
.inquiry-content .submitArea .c-btn button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inquiry-content .submitArea + .wpcf7-response-output {
  margin: 0;
  margin-top: 3rem;
  border-color: #dc3232 !important;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .inquiry-content .submitArea + .wpcf7-response-output {
    margin-top: 5rem;
    padding: 20px;
    border-radius: 10px;
  }
}
.inquiry-thanks {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .inquiry-thanks {
    margin-bottom: 60px;
  }
}
.inquiry-thanks h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .inquiry-thanks h2 {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
.inquiry-thanks .c-rt {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .inquiry-thanks .c-rt {
    text-align: center;
  }
}
.inquiry-thanks .c-rt:not(:last-child) {
  margin-bottom: 3rem;
  text-align: center;
}

.privacy .content-header-flex {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .privacy .content-header-flex {
    margin-bottom: 50px;
  }
}
.privacy section:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .privacy section:not(:last-child) {
    margin-bottom: 70px;
  }
}

header {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    transition: transform 0.25s ease;
  }
}
header.hide-header {
  transform: translateY(-100%);
}
header.show-header {
  transform: translateY(0);
}
header .header-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  header .header-sp {
    display: none;
  }
}
header .header-sp .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 5.3333vw;
}
header .header-sp .header-flex .site-id {
  width: 148px;
  height: auto;
}
header .header-sp .header-flex .site-btn {
  position: absolute;
  top: 16px;
  right: 4vw;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #531885;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
header .header-sp .header-flex .site-btn span {
  display: block;
  width: 15px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.25s ease;
}
header .header-sp .header-flex .site-btn.active span:nth-child(1) {
  width: 20px;
  rotate: 38deg;
  translate: 0 6px;
}
header .header-sp .header-flex .site-btn.active span:nth-child(2) {
  opacity: 0;
}
header .header-sp .header-flex .site-btn.active span:nth-child(3) {
  width: 20px;
  rotate: -38deg;
  translate: 0 -6px;
}
header .header-sp .header-flex .site-nav-list {
  position: fixed;
  z-index: 1200;
  top: 8px;
  left: 50%;
  translate: -50% 0;
  width: calc(100vw - 16px);
  height: 80vh;
  padding: 64px 24px 80px;
  background-color: #531885;
  transition: all 0.5s ease;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}
header .header-sp .header-flex .site-nav-list.active {
  visibility: visible;
  opacity: 1;
}
header .header-sp .header-flex .site-nav-list-accordion {
  height: 100%;
  overflow-y: scroll;
}
header .header-sp .header-flex .site-nav-list-accordion .toggle,
header .header-sp .header-flex .site-nav-list-accordion .title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 0;
}
header .header-sp .header-flex .site-nav-list-accordion .toggle {
  border-top: solid 1px #a184be;
  position: relative;
}
header .header-sp .header-flex .site-nav-list-accordion .toggle::before, header .header-sp .header-flex .site-nav-list-accordion .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.25s ease;
}
header .header-sp .header-flex .site-nav-list-accordion .toggle::before {
  transform: rotate(90deg);
}
header .header-sp .header-flex .site-nav-list-accordion .toggle::after {
  transform: rotate(0deg);
}
header .header-sp .header-flex .site-nav-list-accordion .toggle.active::before {
  display: none;
}
header .header-sp .header-flex .site-nav-list-accordion .toggle.active::after {
  transform: rotate(0deg);
}
header .header-sp .header-flex .site-nav-list-accordion .title {
  padding-top: 0;
}
header .header-sp .header-flex .site-nav-list-accordion .title a {
  display: block;
}
header .header-sp .header-flex .site-nav-list-accordion .content {
  display: none;
}
header .header-sp .header-flex .site-nav-list-accordion .content ul {
  padding-left: 14px;
  margin-bottom: 15px;
}
header .header-sp .header-flex .site-nav-list-accordion .content ul li.category__title {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #a184be;
}
header .header-sp .header-flex .site-nav-list-accordion .content ul li:not(:last-child) {
  margin-bottom: 5px;
}
header .header-sp .header-flex .site-nav-list-accordion .content ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
header .header-sp .header-flex .site-nav-list-accordion .content-nolist .title {
  padding: 15px 0;
  border-top: solid 1px #a184be;
}
header .header-sp .header-flex .site-nav-list .site-lang {
  position: absolute;
  right: 5.3333vw;
  bottom: 22px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-radius: 10px;
}
header .header-sp .header-flex .site-nav-list .site-lang li {
  width: auto;
  height: auto;
}
header .header-sp .header-flex .site-nav-list .site-lang li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bebebe;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  width: 36px;
  border-radius: 10px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  text-decoration: none;
}
header .header-sp .header-flex .site-nav-list .site-lang li a.active {
  color: #fff;
  font-weight: 500;
  background-color: #531885;
  pointer-events: none;
}
header .header-sp .header-flex .site-nav-cover {
  transition: background-color 0.5s ease;
}
header .header-sp .header-flex .site-nav-cover.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1100;
  display: block;
  background-color: rgba(46, 46, 46, 0.6);
}
header .header-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  header .header-pc {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 clamp(10px, -20.1px + 3.914vw, 30px);
    background-color: #fff;
    max-width: 1366px;
    height: clamp(60px, 44.95px + 1.957vw, 70px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  header .header-pc {
    height: 70px;
    padding: 0 30px;
  }
}
header .header-pc .header-flex {
  display: flex;
  -moz-column-gap: clamp(10px, 2.48px + 0.978vw, 15px);
       column-gap: clamp(10px, 2.48px + 0.978vw, 15px);
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  header .header-pc .header-flex {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
header .header-pc .site {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, -7.57px + 2.935vw, 30px);
       column-gap: clamp(15px, -7.57px + 2.935vw, 30px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .site {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
header .header-pc .site-id {
  width: clamp(124px, 29.19px + 12.329vw, 187px);
  height: auto;
}
@media screen and (min-width: 1280px) {
  header .header-pc .site-id {
    width: 187px;
  }
}
header .header-pc .site-lang {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: clamp(0px, -7.52px + 0.978vw, 5px);
  -moz-column-gap: clamp(0px, -7.52px + 0.978vw, 5px);
       column-gap: clamp(0px, -7.52px + 0.978vw, 5px);
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  header .header-pc .site-lang {
    padding: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    border-radius: 10px;
  }
}
header .header-pc .site-lang li {
  width: auto;
  height: auto;
}
header .header-pc .site-lang li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bebebe;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.097rem + 1.174vw, 1.6rem);
  font-weight: 400;
  line-height: 1;
  width: clamp(20px, -4.08px + 3.131vw, 36px);
  border-radius: clamp(5px, -2.52px + 0.978vw, 10px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  header .header-pc .site-lang li a {
    width: 36px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
header .header-pc .site-lang li a:hover {
  color: #531885;
  text-decoration: underline;
}
header .header-pc .site-lang li a.active {
  color: #fff;
  font-weight: 500;
  background-color: #531885;
  pointer-events: none;
}
header .header-pc .menu {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10px, -20.1px + 3.914vw, 30px);
       column-gap: clamp(10px, -20.1px + 3.914vw, 30px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
header .header-pc .menu-list {
  display: flex;
}
header .header-pc .menu-list-item:not(:first-child) {
  margin-left: clamp(10px, -45.68px + 7.241vw, 47px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item:not(:first-child) {
    margin-left: 47px;
  }
}
header .header-pc .menu-list-item:last-child {
  margin-left: clamp(10px, -23.11px + 4.305vw, 32px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item:last-child {
    margin-left: 32px;
  }
}
header .header-pc .menu-list-item-button {
  position: relative;
  font-size: clamp(1.1rem, 0.649rem + 0.587vw, 1.4rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  caret-color: transparent;
  padding-right: clamp(7px, -8.05px + 1.957vw, 17px);
  background-image: url("../images/common/linkArrow_down_cp.svg");
  background-size: clamp(6px, 2.99px + 0.391vw, 8px);
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item-button {
    padding-right: 17px;
    font-size: 1.4rem;
  }
}
header .header-pc .menu-list-item-button:hover {
  color: #531885;
  text-decoration: underline;
}
header .header-pc .menu-list-item > a {
  font-size: clamp(1.1rem, 0.649rem + 0.587vw, 1.4rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item > a {
    font-size: 1.4rem;
  }
}
header .header-pc .menu-list-item > a:hover {
  color: #531885;
  text-decoration: underline;
}
header .header-pc .menu-list-item .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: clamp(10px, -20.1px + 3.914vw, 30px);
  background-color: #531885;
  padding: clamp(30px, 22.48px + 0.978vw, 35px);
  padding-left: clamp(30px, 10.44px + 2.544vw, 43px);
  z-index: 10;
  width: clamp(615px, 169.55px + 57.926vw, 911px);
  border-radius: clamp(30px, -0.1px + 3.914vw, 50px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown {
    width: 911px;
    right: 30px;
    padding: 35px;
    padding-left: 43px;
    border-radius: 50px;
  }
}
header .header-pc .menu-list-item .dropdown-flex {
  display: flex;
  justify-content: space-between;
}
header .header-pc .menu-list-item .dropdown-flex-list {
  width: 63%;
  padding: 10px 0;
}
header .header-pc .menu-list-item .dropdown-flex-list a {
  color: #fff;
  white-space: nowrap;
  display: block;
}
header .header-pc .menu-list-item .dropdown-flex-list > a {
  font-size: clamp(2rem, 1.398rem + 0.783vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.072em;
  margin-bottom: clamp(25px, 9.95px + 1.957vw, 35px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list > a {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
header .header-pc .menu-list-item .dropdown-flex-list > a span {
  position: relative;
}
header .header-pc .menu-list-item .dropdown-flex-list > a span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: clamp(160px, 90.77px + 9.002vw, 206px);
  translate: 0 -50%;
  width: clamp(30px, 1.41px + 3.718vw, 49px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/common/linkArrow_right_cp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transform-origin: center;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list > a span::before {
    left: 206px;
    width: 49px;
  }
}
header .header-pc .menu-list-item .dropdown-flex-list > a:hover span::before {
  scale: 1.2;
}
header .header-pc .menu-list-item .dropdown-flex-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #a184be;
  row-gap: 25px;
  padding: 30px 0;
}
header .header-pc .menu-list-item .dropdown-flex-list ul:last-child {
  padding-bottom: 0;
}
header .header-pc .menu-list-item .dropdown-flex-list ul li {
  width: 50%;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list ul li {
    width: 48%;
  }
}
header .header-pc .menu-list-item .dropdown-flex-list ul li a {
  position: relative;
  font-size: clamp(1.1rem, 0.649rem + 0.587vw, 1.4rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list ul li a {
    font-size: 1.4rem;
  }
}
header .header-pc .menu-list-item .dropdown-flex-list ul li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: -20px -50%;
  content: "";
  width: 6px;
  height: 12px;
  background-image: url("../images/common/linkArrow_right_cw.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 6px;
  transition: all 0.25s ease;
}
header .header-pc .menu-list-item .dropdown-flex-list ul li a:hover::before {
  translate: -15px -50%;
}
header .header-pc .menu-list-item .dropdown-flex-list ul li.long a span {
  font-size: 0.8em;
}
header .header-pc .menu-list-item .dropdown-flex-list ul li.long a::before {
  translate: 0 -50%;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list ul li.long a::before {
    translate: -20px -50%;
  }
}
header .header-pc .menu-list-item .dropdown-flex-list ul li.long a:hover::before {
  translate: 5px -50%;
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-list-item .dropdown-flex-list ul li.long a:hover::before {
    translate: -15px -50%;
  }
}
header .header-pc .menu-list-item .dropdown-flex-fig {
  width: 32%;
}
header .header-pc .menu-list-item .dropdown-flex-fig figure {
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
header .header-pc .menu-list-item .dropdown-flex-fig figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
header .header-pc .menu-list-item.active .menu-list-item-button {
  background-image: url("../images/common/linkArrow_up_cp.svg");
}
header .header-pc .menu-list-item.active .menu-list-item-button::before {
  position: absolute;
  left: 50%;
  top: 180%;
  translate: -65% 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 33px 21px;
  border-color: transparent transparent #531885 transparent;
  cursor: auto;
  pointer-events: none;
}
header .header-pc .menu-list-item.active .dropdown {
  display: block;
}
header .header-pc .menu-button-list {
  display: flex;
  -moz-column-gap: clamp(5px, -10.05px + 1.957vw, 15px);
       column-gap: clamp(5px, -10.05px + 1.957vw, 15px);
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-button-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
header .header-pc .menu-button-item .c-btn {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  header .header-pc .menu-button-item .c-btn {
    font-size: clamp(1.1rem, 0.649rem + 0.587vi, 1.4rem);
  }
}
@media screen and (min-width: 1280px) {
  header .header-pc .menu-button-item .c-btn {
    font-size: 1.4rem;
  }
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}
@media screen and (min-width: 769px) {
  main {
    padding-top: clamp(60px, 44.95px + 1.957vw, 70px);
  }
}
@media screen and (min-width: 1280px) {
  main {
    padding-top: 70px;
  }
}

#container {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 130px 0;
  }
}
#container .content-header-flex {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-right: 5.3333vw;
  padding-left: 5.3333vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #container .content-header-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #container .content-header-flex {
    width: 1156px;
    padding: 0;
    margin-inline: auto;
  }
}
#container .content-header-flex--sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #container .content-header-flex--sm {
    margin-bottom: 40px;
  }
}
#container .content-header-flex--md {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #container .content-header-flex--md {
    margin-bottom: 70px;
  }
}
#container .content-header-flex--lg {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #container .content-header-flex--lg {
    margin-bottom: 140px;
  }
}
#container .content-header-flex .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
}
#container .content-header-flex .breadcrumbs li {
  color: #531885;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
#container .content-header-flex .breadcrumbs li:not(:last-child) {
  position: relative;
}
#container .content-header-flex .breadcrumbs li:not(:last-child)::before {
  color: #a0a0a0;
  position: absolute;
  top: 50%;
  right: -12px;
  translate: 0 -50%;
  content: ">";
}
#container .content-header-flex .breadcrumbs li a {
  color: #a0a0a0;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #container .content-header-flex .breadcrumbs li a:hover {
    text-decoration: none;
  }
}

footer {
  width: 100%;
  background-color: #f9f9f9;
}
footer .footer-nav {
  padding: 75px 0 50px;
}
@media screen and (min-width: 769px) {
  footer .footer-nav {
    padding: 80px 0;
  }
}
footer .footer-nav-flex {
  padding-right: 5.3333vw;
  padding-left: 5.3333vw;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-nav-flex {
    width: 1156px;
    padding: 0;
    margin-inline: auto;
  }
}
footer .footer-nav-flex-fNav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-fNav {
    flex: 1;
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
footer .footer-nav-flex-fNav ul {
  width: 49%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-fNav ul {
    width: 25%;
    margin-bottom: 0;
  }
}
footer .footer-nav-flex-fNav ul li a {
  font-size: 1.4rem;
  line-height: 2.142;
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-fNav ul li a {
    font-size: clamp(1.2rem, 0.899rem + 0.391vw, 1.4rem);
    text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-nav-flex-fNav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-fNav ul li a:hover {
    color: #531885;
    text-decoration: underline;
  }
}
footer .footer-nav-flex-fNav ul li:first-child {
  margin-bottom: 20px;
}
footer .footer-nav-flex-fNav ul li:first-child a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-fNav ul li:first-child a {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-nav-flex-fNav ul li:first-child a {
    font-size: 1.6rem;
  }
}
footer .footer-nav-flex-fNav ul li.linkBlank a {
  padding-right: 18px;
  background-image: url("../images/common/linkArrow_blank.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav {
    width: 20%;
  }
}
footer .footer-nav-flex-oNav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav ul {
    display: block;
  }
}
footer .footer-nav-flex-oNav ul li {
  width: 50%;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav ul li {
    width: 100%;
  }
}
footer .footer-nav-flex-oNav ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer .footer-nav-flex-oNav ul li a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav ul li a {
    font-size: clamp(1.4rem, 1.099rem + 0.391vw, 1.6rem);
    text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-nav-flex-oNav ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-nav-flex-oNav ul li a:hover {
    color: #531885;
    text-decoration: underline;
  }
}
footer .footer-bottom {
  background-color: #531885;
}
footer .footer-bottom-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0 20px;
}
@media screen and (min-width: 769px) {
  footer .footer-bottom-flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(10px, -20.1px + 3.914vw, 30px);
    max-width: 1366px;
    height: clamp(60px, 44.95px + 1.957vw, 70px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-bottom-flex {
    height: 70px;
    padding: 0 30px;
  }
}
footer .footer-bottom-flex-id {
  width: 200px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  footer .footer-bottom-flex-id {
    width: 156px;
    height: auto;
    margin: 0;
  }
}
footer .footer-bottom-flex-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  footer .footer-bottom-flex-nav {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
footer .footer-bottom-flex-nav .privacy a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  footer .footer-bottom-flex-nav .privacy a {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-bottom-flex-nav .privacy a:hover {
    text-decoration: underline;
  }
}
footer .footer-bottom-flex-nav .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}