@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
.blue-text {
  color: #175AB5;
}

.right-blue-text {
  color: #4097ED;
}

.yellow-marker {
  background: linear-gradient(transparent 70%, #F0FF79 70%);
}

.white-marker {
  background: linear-gradient(transparent 70%, #fff 70%);
}

.pc-only {
  display: block;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #121212;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

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

.l-contact__wrapper {
  background-color: #fff;
}

.c-title02 {
  font-size: 20px;
  font-size: 1.25rem;
}

.l-contact__lead {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.l-contact__form .c-btn02 .wpcf7-submit {
  background-color: #4097ED;
  border: none;
  border-radius: 1.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  width: 160px;
  width: 10rem;
}

.l-contact__form .hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.l-contact__form-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.l-contact__form-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-contact__form-datattl {
  align-items: flex-start;
  display: flex;
  flex-basis: 30%;
  font-weight: 400;
  gap: 20px;
  gap: 1.25rem;
}

.l-contact__form .require {
  background: #18599c;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 50px;
  padding: 1px 12px;
  text-align: center;
}

.l-contact__form-data input,
.l-contact__form-data textarea {
  border: none;
}

.l-contact__form-data {
  border-radius: 5px;
  flex-basis: 68%;
}

.l-contact__form-data.__radio {
  border: none;
}

.l-contact__form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

.l-contact__form .wpcf7-form-control {
  border-radius: 5px;
  width: 100%;
}

.l-contact__form-data.__check {
  align-items: baseline;
  border: none;
  display: flex;
  flex-basis: initial;
  gap: 10px;
  gap: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.l-contact__form-data.__check .wpcf7-list-item-label {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-contact__form-data.__check .require {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-contact__form .wpcf7-list-item-label a {
  color: #3286F8;
}

.c-btn02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.c-btn02 .span .wpcf7-spinner {
  display: none;
}

.c-btn02 input[type=submit] {
  background-color: #4097ED;
  border: none;
  border-radius: 1.5rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 160px;
  width: 10rem;
}

.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.wpcf7-required-attention {
  color: #ff0000;
  display: none;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.wpcf7-required-attention.active {
  display: block;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.l-pager {
  margin-top: 32px;
  margin-top: 2rem;
}

.c-btn {
  background-color: #2589d0;
  border: 1px solid #2589d0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 200px;
  min-width: 12.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: 0.3s;
}

.c-btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-right: 16px;
  margin-right: 1rem;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-btn:hover {
  -webkit-text-decoration: none;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.c-btn:hover::after {
  border-right: 1px solid #2589d0;
  border-top: 1px solid #2589d0;
  transform: translateX(5px) rotate(45deg);
}

.about-slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 95%;
  position: relative;
}

.about-slider .template-page-lists--products {
  margin-left: auto !important;
  margin-right: auto !important;
}

.about-slider .template-page-list__item--products:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.about-slider .template-page-section__point-image {
  aspect-ratio: 400/287;
}

.about-slider .splide__track {
  overflow: visible;
}

.about-slider .template-page-list__item-content-title .about-slider .splide__arrow {
  background: rgba(0, 115, 206, 0.8);
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
}

.about-slider .splide__arrow svg {
  fill: white;
}

.about-slider .splide__arrow:hover {
  background: #0073ce;
}

.about-slider .splide__arrow--prev {
  left: 8px;
  left: 0.5rem;
}

.about-slider .splide__arrow--next {
  right: 8px;
  right: 0.5rem;
}

.about-slider .about-slider__image {
  width: 100%;
}

.about-slider .about-slider__image img {
  aspect-ratio: 828/297;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-slider .splide__slide {
  box-shadow: 0 20px 30px rgba(56, 163, 255, 0.1);
}

.about-slider .template-page-list__item-content-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about-slider .template-page-list__item-content {
  grid-template-columns: 1fr;
}

.about-slider .template-page-list__item {
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.about-slider .splide__slide {
  cursor: pointer;
}

.about-slider .template-page-lists--products {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.u-ofi {
  border-radius: 10px;
  max-width: 100%;
  transition: box-shadow 0.3s ease;
}

.u-ofi img {
  height: auto;
  -o-object-fit: cover;
  aspect-ratio: 280/150;
     object-fit: cover;
  width: 100%;
}

.u-ofi:hover {
  box-shadow: 0 20px 30px 0 rgba(56, 163, 255, 0.35);
}

.archive-grid__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  gap: 1.875rem;
}

.c-section {
  padding: 80px 0;
}

.sp-news__main {
  width: 100%;
}

.sp-news__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.sp-news__detail-info {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-news__detail-time {
  color: #959595;
  font-size: 14px;
}

.sp-news__detail-cat {
  border: 2px solid #4097ED;
  border-radius: 30px;
  color: #4097ED;
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
  white-space: nowrap;
}

.tp-column__list01 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.sp-news__aside__item__box {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-news__aside__item__box__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.sp-news__aside__item__box__meta {
  align-items: center;
  display: flex;
  gap: 10px;
}

.sp-news__aside__item__box__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-news__aside__item__category {
  border: 2px solid #4097ED;
  border-radius: 30px;
  color: #4097ED;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0 15px;
}

.sp-news__aside__item a figure img {
  transition: box-shadow 0.3s ease;
}

.sp-news__aside__item a:hover figure img {
  box-shadow: 0 20px 30px 0 rgba(56, 163, 255, 0.35);
}

.sp-news__aside__item__title {
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-news__aside {
  width: 100%;
}

.sp-news__aside__box {
  padding: 20px 20px 20px 30px;
  position: relative;
}

.sp-news__aside__box::before {
  background-color: #dbe9fc;
  border-radius: 30px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 11px;
}

.sp-news__aside__title {
  color: #3286F8;
}

.sp-news__aside__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.sp-news__pager {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.breadcrumbs a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.breadcrumbs .home {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.btn__arrow {
  align-items: center;
  background: #4097ED;
  border-radius: 0.9375rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  gap: 23px;
  gap: 1.4375rem;
  padding: 23px 32px;
  padding: 1.4375rem 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn__arrow--circle {
  border-radius: 40px;
  padding: 23px 32px;
  padding: 1.4375rem 2rem;
}

.btn__arrow:hover {
  box-shadow: 0 0.375rem 1.25rem rgba(77, 166, 232, 0.4);
  transform: translateY(-0.125rem);
}

.btn__arrow-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #4DA6E8;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: 30px;
  height: 1.875rem;
  justify-content: center;
  line-height: 1;
  width: 30px;
  width: 1.875rem;
}

.btn__arrow--team {
  background: #fff;
  color: #4097ED;
  margin-left: auto;
}

.btn__arrow--team a {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  padding: 5px;
  padding: 0.3125rem;
}

.btn__arrow--team .btn__arrow-icon {
  background: #4097ED;
  color: #fff;
}

.detail-btn {
  align-items: center;
  background: #4097ED;
  border: none;
  border-radius: 14px 0 16px 0;
  bottom: 0px;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  gap: 6px;
  padding: 8px 16px;
  position: absolute;
  right: 0px;
  transition: background 0.3s ease;
}

.detail-btn:hover {
  background: #357abd;
}

.detail-btn::after {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #4097ED;
  content: "+";
  display: inline-flex;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.faq-list__item {
  background-color: #E2F1FD;
}

.faq-list__item + .faq-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.faq-list__item-question {
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 12px 40px 12px 28px;
  padding: 0.75rem 2.5rem 0.75rem 1.75rem;
  position: relative;
  text-indent: -20px;
  text-indent: -1.25rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  background: #4595E6;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 21px;
  top: 1.3125rem;
  transition: 0.3s;
  width: 8px;
  width: 0.5rem;
}

.faq-list__item-question::after {
  transform: rotate(90deg);
}

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

.faq-list__item-question span {
  color: #4595E6;
  font-weight: 700;
}

.faq-list__item-question span::before {
  background: transparent;
  border: 2px solid #4595E6;
  border-radius: 50%;
  content: "";
  height: 18px;
  height: 1.125rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 13px;
  top: 0.8125rem;
  width: 18px;
  width: 1.125rem;
}

.faq-list__item-answer {
  background-color: #fff;
  display: none;
  padding: 15px 30px 15px 18px;
  padding: 0.9375rem 1.875rem 0.9375rem 1.125rem;
}

.faq-list__item-answer span {
  color: #4595E6;
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.faq {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.manufacturing {
  border-bottom: 1px solid #0DACA0;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.manufacturing__title {
  color: #0DACA0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.manufacturing__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.manufacturing__images {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.manufacturing__image {
  aspect-ratio: 336/166;
  border-radius: 15px;
}

.manufacturing__image img {
  height: auto;
  -o-object-fit: cover;
  aspect-ratio: 336/166;
  border-radius: 30px;
     object-fit: cover;
}

.manufacturing__tab-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-404 {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 200px;
  margin-top: 12.5rem;
}

.p-404__title {
  text-align: center;
}

.p-404__btn {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-about-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-about-cards__item {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 23px 36px 0 rgba(56, 163, 255, 0.19);
}

.p-about-cards__image {
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
}

.p-about-cards__image img {
  aspect-ratio: 295/114;
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
     object-fit: cover;
}

.p-about-cards__body {
  padding: 13px 33px 12px 20px;
  padding: 0.8125rem 2.0625rem 0.75rem 1.25rem;
  position: relative;
}

.p-about-cards__item:nth-child(1) .p-about-cards__image img {
  -o-object-position: top;
     object-position: top;
}

.p-about-cards__item:nth-child(3) .p-about-cards__image img {
  -o-object-position: top;
     object-position: top;
}

.p-about-cards__body::after {
  background-image: url(../../assets/images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  content: "";
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  right: 20px;
  width: 35px;
  width: 2.1875rem;
}

.p-about-cards__text {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-about-images {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-about-images .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-about-images__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}

.p-about-images__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-about-images__images-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-reason {
  overflow-x: hidden;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}

.p-about-reason::before {
  background-image: url(../../assets/images/common/circle-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 300px;
  position: absolute;
  right: -30%;
  top: 120px;
  width: 100%;
  z-index: 0;
}

.p-about-reason__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.p-about-reason__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-about-reason__catch {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
}

.p-about-reason__catch:before {
  background-image: url(../../assets/images/about/sankaku-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 50%;
  position: absolute;
  top: -35%;
  transform: translateX(-50%);
  width: 150px;
  width: 9.375rem;
}

.p-about-reason__catch-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 500px;
  max-width: 31.25rem;
  overflow: hidden;
}

.template-page-reason__step-title {
  color: #3286F8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}

.template-page-reason__step-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.template-page-section__point-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* ==================================================
   Archive Pages (アーカイブページ)
================================================== */
.p-archive-seminar {
  background: #fff;
}

.p-archive-seminar-header {
  background: #DBEAFC;
  padding: 60px 0;
  text-align: center;
}

.p-archive-seminar-header__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
}

.p-archive-seminar-header__description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 600px;
}

.p-archive-seminar-list {
  padding: 80px 0;
}

.p-archive-seminar-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

.p-archive-seminar-list__item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-archive-seminar-list__item:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

.p-archive-seminar-list__link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-archive-seminar-list__thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-archive-seminar-list__thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-archive-seminar-list__link:hover .p-archive-seminar-list__thumbnail img {
  transform: scale(1.05);
}

.p-archive-seminar-list__date-badge {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.p-archive-seminar-list__content {
  padding: 24px;
}

.p-archive-seminar-list__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.p-archive-seminar-list__publish-date {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
}

.p-archive-seminar-list__location {
  color: #3286F8;
  font-size: 12px;
  font-weight: 500;
}

.p-archive-seminar-list__title {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.p-archive-seminar-list__excerpt {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
}

.p-archive-seminar-list__details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-archive-seminar-list__detail {
  font-size: 12px;
}

.p-archive-seminar-list__detail-label {
  color: #6c757d;
  font-weight: 500;
}

.p-archive-seminar-list__detail-value {
  color: #212529;
  font-weight: 600;
  margin-right: 4px;
}

.p-archive-seminar-list__status {
  text-align: right;
}

.p-archive-seminar-list__status-badge {
  border-radius: 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
}

.p-archive-seminar-list__status-badge--past {
  background: #f8f9fa;
  color: #6c757d;
}

.p-archive-seminar-list__status-badge--upcoming {
  background: #28a745;
  color: #fff;
}

.p-archive-seminar-empty {
  padding: 80px 0;
  text-align: center;
}

.p-archive-seminar-empty__content {
  margin: 0 auto;
  max-width: 500px;
}

.p-archive-seminar-empty__title {
  color: #212529;
  font-size: max(20px, min(3vw, 24px));
  font-weight: 700;
}

.p-archive-seminar-empty__text {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

.p-archive-column {
  background: #fff;
}

.p-archive-column-header {
  background: #DBEAFC;
  padding: 60px 0;
  text-align: center;
}

.p-archive-column-header__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
}

.p-archive-column-header__description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 600px;
}

.p-archive-column-list {
  padding: 80px 0;
}

.p-archive-column-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

.p-archive-column-list__item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-archive-column-list__item:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

.p-archive-column-list__link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-archive-column-list__thumbnail {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.p-archive-column-list__thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-archive-column-list__link:hover .p-archive-column-list__thumbnail img {
  transform: scale(1.05);
}

.p-archive-column-list__content {
  padding: 24px;
}

.p-archive-column-list__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.p-archive-column-list__date {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
}

.p-archive-column-list__category {
  background: #3286F8;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
}

.p-archive-column-list__title {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.p-archive-column-list__excerpt {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
}

.p-archive-column-list__more {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.p-archive-column-list__more-text {
  color: #3286F8;
  font-size: 14px;
  font-weight: 600;
}

.p-archive-column-list__more-arrow {
  color: #3286F8;
  font-size: 14px;
  font-weight: 700;
}

.p-archive-column-empty {
  padding: 80px 0;
  text-align: center;
}

.p-archive-column-empty__content {
  margin: 0 auto;
  max-width: 500px;
}

.p-archive-column-empty__title {
  color: #212529;
  font-size: max(20px, min(3vw, 24px));
  font-weight: 700;
}

.p-archive-column-empty__text {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

.p-category__list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  gap: 1rem;
}

.p-category__item {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 16px;
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}

.p-category__item:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(33, 37, 41, 0.1);
}

.p-category__meta {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  gap: 0.5rem;
}

.p-category__time {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-category__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}

.p-category__category {
  background-color: #DBEAFC;
  border-radius: 0.25rem;
  color: #175AB5;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-category__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-category__title a {
  color: #212529;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-category__title a:hover {
  color: #4097ED;
}

.p-company-access {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-company-access .l-inner {
  padding: 0px 20px;
  padding: 0rem 1.25rem;
}

.p-company-access__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-company-access__map iframe {
  aspect-ratio: 3/2;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
}

.p-company-access__wrapper:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company-access__info {
  background-color: #4097ED;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-top: -1.25rem;
  max-width: 944px;
  max-width: 59rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 1;
}

.p-company-access__info-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-company-access__info-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  justify-content: space-between;
}

.p-company-access__info-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-company-access__info-text a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.p-company-philosophy {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-company-philosophy .l-inner {
  padding-left: 3%;
  padding-right: 3%;
}

.p-company-philosophy__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-company-philosophy__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-company-philosophy__text {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-company-table .l-inner {
  background-color: #DBEAFC;
  border-radius: 0.625rem;
  max-width: 97%;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-company-table__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 965px;
  max-width: 60.3125rem;
}

.p-company-table__item {
  border-bottom: 1px solid #121212;
  border-bottom: 0.0625rem solid #121212;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
}

.p-company-table__item:last-child {
  border-bottom: none;
}

.p-company-table__label {
  align-items: center;
  color: #121212;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
}

.p-company-table__content {
  color: #121212;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-company-table__address-item {
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-company-table__address-item:last-child {
  margin-bottom: 0;
}

.p-company-table__address-item strong {
  color: #121212;
  font-weight: 700;
}

.p-contact-thanks__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  justify-content: center;
  padding-top: 50px;
  padding-top: 3.125rem;
  text-align: center;
}

.p-contact {
  background-color: #DBEAFC;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 80px 0;
  padding: 5rem 0;
}

.p-contact__wrap .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-contact__form-wrapper {
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1000px;
  max-width: 62.5rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.p-contact__form-wrapper .l-contact__form .wpcf7-form-control {
  border: 1px solid #707070;
}

.l-contact__form-data.__check .wpcf7-form-control {
  border: none;
}

.p-contact__form-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-contact__form-txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 780px;
  max-width: 48.75rem;
}

.l-contact__form {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__head {
  width: 250px;
  width: 15.625rem;
}

.p-contact__item {
  margin: 24px 0;
  margin: 1.5rem 0;
  min-width: 150px;
  min-width: 9.375rem;
}

.p-contact__item-example {
  color: gray;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__required {
  color: red;
  padding-left: 1em;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  background: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  outline: none;
  padding: 0.8em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 200px;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em;
  color: inherit;
  padding-right: 3em;
}
.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}
.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}
.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  background: white;
  border: 1px solid black;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::after {
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.15em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-contact__btn {
  display: inline-block;
  margin: 24px 0;
  margin: 1.5rem 0;
  text-align: center;
}
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background: rgba(0, 0, 0, 0.32);
  color: #333;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s;
}
.p-contact__btn input[type=submit]:hover, .p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=button]:focus {
  opacity: 0.7;
  outline: none;
}

.p-contact__btn-submit {
  min-width: 150px;
  min-width: 9.375rem;
}

.p-contact__policy {
  margin: 24px 0;
  margin: 1.5rem 0;
}

.p-contact__policy-link {
  color: blue;
  transition: all 0.3s;
}

.p-contact__tel-wrapper {
  text-align: center;
}

.p-contact__tel-link {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.p-contact__tel-ttl {
  font-size: 16px;
  font-size: 1rem;
}

.p-contact__tel {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}
.p-contact__tel span {
  color: #4097ED;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: capitalize;
}

.wpcf7-spinner {
  position: absolute;
}

#contact-form {
  scroll-margin-top: 5rem;
}

.p-footer-contact {
  background-color: #4097ed;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-footer-contact__title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.p-footer-contact__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  align-items: end;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer-contact__label {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-10px);
}

.p-footer-contact__label::before,
.p-footer-contact__label::after {
  background: #fff;
  content: "";
  height: 18px;
  height: 1.125rem;
  width: 3px;
  width: 0.1875rem;
}

.p-footer-contact__label::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  transform: rotate(-30deg);
}

.p-footer-contact__label::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  transform: rotate(30deg);
}

.p-footer-contact__item--download {
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}

.p-footer-contact__item--download::after {
  background-image: url(../../assets/images/common/footer-contact05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 95px;
  height: 5.9375rem;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 131px;
  width: 8.1875rem;
}

.p-footer-contact__link {
  background-color: #e2f1fd;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  min-height: 140px;
  min-height: 8.75rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  -webkit-text-decoration: none;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-footer-contact__link--download {
  align-items: flex-start;
  background-color: #fff;
}

.p-footer-contact__link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.p-footer-contact__label-text {
  color: #4097ed;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}

.p-footer-contact__subtitle {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-footer-contact__subtitle--tel {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer-contact__subtitle--mail {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-footer-contact__subtitle--download {
  color: #175AB5;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-footer-contact__main-text {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-footer-contact__arrow {
  background-color: #4097ed;
  border-radius: 50%;
  bottom: 20px;
  bottom: 1.25rem;
  height: 32px;
  height: 2rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  width: 32px;
  width: 2rem;
}

.p-footer-contact__arrow::after {
  color: #fff;
  content: "→";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-footer-contact__badge {
  background-color: #175AB5;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  width: -moz-max-content;
  width: max-content;
}

.p-footer-contact__download-icon {
  background-image: url(../../assets/images/common/arrow-d.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  bottom: 1.25rem;
  height: 32px;
  height: 2rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  width: 32px;
  width: 2rem;
}

.p-footer {
  background-color: #4A4A4A;
  color: #fff;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 174px;
  max-width: 10.875rem;
  text-align: center;
}

.p-footer__logo-text {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

.p-footer__logo-subtitle {
  color: #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}

.p-footer__logo-description {
  color: #aaaaaa;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
}

.p-footer__address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 22px;
  gap: 1.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__address-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-footer__nav {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.p-footer__nav-title {
  border-bottom: 1px solid #4097ED;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
  padding: 12px 0;
  padding: 0.75rem 0;
  position: relative;
  transition: color 0.3s ease;
}

.p-footer__nav-title::after {
  color: #4097ED;
  content: "→";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.p-footer__nav-title:hover::after {
  transform: translateX(10px) translateY(-50%);
}

.p-footer__nav-title:hover {
  color: #4097d5;
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-footer__nav-item {
  color: #C7C7C7;
  text-align: left;
}

.p-footer__nav-category {
  color: #999999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.p-footer__nav-name {
  display: block;
}

.p-footer__nav-products-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  grid-row-gap: 20px;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.p-footer__nav-products-title {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer__nav-products-category {
  display: flex;
  flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-footer__nav-products-category-item {
  color: #C7C7C7;
}

.p-footer__copyright {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-footer__copyright small {
  color: #959595;
}

/* ==================================================
   Front Page (トップページ)
================================================== */
.p-front-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-front-mv__video {
  height: 100%;
  width: 100%;
}

.p-front-mv__video video {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn {
  border-radius: 24px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  -webkit-text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-btn--primary {
  background: #175AB5;
  border-color: #175AB5;
  color: #fff;
}

.c-btn--primary:hover {
  background: #175AB5;
  border-color: #175AB5;
  box-shadow: 0 4px 12px rgba(37, 137, 208, 0.3);
  transform: translateY(-2px);
}

.c-btn--outline {
  background: transparent;
  border-color: #175AB5;
  color: #175AB5;
}

.c-btn--outline:hover {
  background: #175AB5;
  color: #fff;
  transform: translateY(-2px);
}

.p-front-cta .c-btn--outline {
  border-color: #fff;
  color: #fff;
}

.p-front-cta .c-btn--outline:hover {
  background: #fff;
  color: #175AB5;
}

.c-btn--large {
  font-size: 18px;
  min-width: 180px;
  padding: 16px 32px;
}

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

.header {
  background-color: #fff;
  height: 60px;
  height: 3.75rem;
}

.header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.header__logo {
  height: inherit;
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
}

.header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

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

.header__nav {
  display: none;
  height: inherit;
}

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

.header__nav-item,
.header__nav-modal-wrap {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  align-items: center;
  display: flex;
}

.header__nav-item.header__nav-item--download {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.header__nav-item > a,
.header__nav-modal-wrap > p {
  align-items: center;
  display: flex;
  font-weight: 500;
  height: inherit;
  line-height: 1;
  padding: 0 16px;
  padding: 0 1rem;
}

.header__nav-modal-wrap > p {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
  transition: 0.3s;
}

.header__nav-modal-wrap > p::after {
  color: #38A3FF;
  content: "+";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.header__nav-modal-wrap:hover > p::after,
.header__nav-modal-wrap.is-active > p::after {
  color: #38A3FF;
  content: "−";
}

.header__nav-modal {
  background-color: #4097ED;
  clip-path: inset(0 0 100% 0);
  left: 0;
  opacity: 0;
  padding: 30px 80px 50px 80px;
  padding: 1.875rem 5rem 3.125rem 5rem;
  position: fixed;
  top: 100px;
  top: 6.25rem;
  transition: top 0.5s ease, clip-path 0.5s ease, opacity 0.3s ease 0.1s;
  visibility: hidden;
  width: 100%;
}

.header__nav-modal--product {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  max-height: 400px;
  max-height: 25rem;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
}

.header__nav-modal--product::-webkit-scrollbar {
  width: 6px;
  width: 0.375rem;
}

.header__nav-modal--product::-webkit-scrollbar-track {
  background: transparent;
}

.header__nav-modal--product::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.1875rem;
}

.header__nav-modal--product::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.header__nav-modal-wrap:hover > .header__nav-modal,
.header__nav-modal-wrap .header__nav-modal.is-visible {
  clip-path: inset(0 0 0% 0);
  opacity: 1;
  top: 125px;
  top: 7.8125rem;
  visibility: visible;
}

.header__nav-modal--product .header__nav-modal-item a,
.header__nav-modal--product .header__nav-modal-item p {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.5;
  padding: 11px 0;
  padding: 0.6875rem 0;
  position: relative;
}

.header__nav-modal--product .header__nav-modal-item a::after {
  content: "→";
  display: block;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
}

.header__nav-modal--column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  max-width: 53.125rem;
  grid-row-gap: 10px;
  row-gap: 10px;
  row-gap: 0.625rem;
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.header__nav-modal--column .header__nav-modal-item a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.5;
  padding: 11px 0;
  padding: 0.6875rem 0;
  position: relative;
}

.header__nav-modal--column .header__nav-modal-item a::after {
  content: "→";
  display: block;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
}

.header__nav-modal--about .p-about-cards__text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.header__nav-modal--about .p-about-cards__body {
  padding: 11px 14px 15px 20px;
  padding: 0.6875rem 0.875rem 0.9375rem 1.25rem;
}

.header__nav-modal--about .p-about-cards__body::after {
  right: 10px;
  right: 0.625rem;
}

.header__drawer-accordion-item-parts--about .p-about-cards__list {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header__drawer-accordion-item-parts--about .p-about-cards__link {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}

.header__drawer-accordion-item-parts--about .p-about-cards__image img {
  aspect-ratio: 119/114;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
  border-radius: 0.625rem 0 0 0.625rem;
  height: auto;
     object-position: left;
}

.header__drawer-accordion-item-parts--about .p-about-cards__body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header__drawer-accordion-item-parts--about :nth-child(1) .p-about-cards__image img {
  -o-object-position: 13%;
     object-position: 13%;
}

.header__drawer-accordion-item-parts--about :nth-child(2) .p-about-cards__image img {
  -o-object-position: center;
     object-position: center;
}

.header__drawer-accordion-item-parts--about :nth-child(3) .p-about-cards__image img {
  -o-object-position: right;
     object-position: right;
}

.header__drawer-accordion-item-parts--about .p-about-cards__text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.header__drawer-accordion-item-parts--about br {
  display: none;
}

.header__nav-modal-item-parts {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  max-width: 53.125rem;
  width: 100%;
}

.header__nav-modal-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5px;
  margin-top: 0.3125rem;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.625rem;
  grid-auto-rows: 1fr;
}

.header__nav-modal-detail-item {
  align-items: stretch;
  display: flex;
}

.header__nav-modal-detail-item a {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  justify-content: space-between;
  min-height: 100%;
}

.header__nav-modal-detail-item a::after {
  content: "→";
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
}

.header__nav-item.header__nav-item--contact a {
  background-color: #e5e5e5;
  border-radius: 2.875rem;
  font-weight: 800;
  height: 46px;
  height: 2.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
}

.header__nav-item.header__nav-item--download a {
  align-items: center;
  background-color: #4097ED;
  border-radius: 2.875rem;
  color: #fff;
  font-weight: 700;
  height: 46px;
  height: 2.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.header__hamburger {
  background: #fff;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 64px;
  width: 4rem;
  z-index: 999;
}

.header__hamburger span {
  background-color: #4097ED;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 25px;
  width: 1.5625rem;
}

.header__hamburger span:nth-of-type(1) {
  top: -8px;
  top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 8px;
  top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 1px;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -4px;
  top: -0.25rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  background-color: #4097ED;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow-y: scroll;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

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

.header__drawer-nav {
  margin: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 35px 0 35px;
  padding: 0 2.1875rem 0 2.1875rem;
  width: 100%;
}

.header__drawer-item {
  position: relative;
}

.header__drawer-item.header__drawer-item--arrow {
  border-bottom: 1px solid #fff;
}

.header__drawer-item.header__drawer-item--arrow::after {
  color: #fff;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.header__drawer-item.header__drawer-item--contact {
  border-bottom: none;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 27px 32px 24px 0;
  padding: 1.6875rem 2rem 1.5rem 0;
}

.header__drawer-item.header__drawer-item--contact a {
  background-color: #e2f1fd;
  border-radius: 0.625rem;
  color: #121212;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 23px 0 23px 20px;
  padding: 1.4375rem 0 1.4375rem 1.25rem;
  position: relative;
  width: 100%;
}

.header__drawer-item.header__drawer-item--contact a::after {
  background-image: url(../../assets/images/common/arrow-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  height: 2rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  width: 2rem;
}

.header__drawer-accordion-title {
  border-bottom: 1px solid #fff;
  position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.header__drawer-accordion-title::before {
  transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
  transform: translateY(-50%);
}

.header__drawer-accordion-list {
  display: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.header__drawer-accordion-item > a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.header__drawer-accordion-detail-list {
  display: none;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.header__drawer-accordion-detail-item a {
  align-items: center;
  border-bottom: 1px solid #8ec7ff;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
}

.header__drawer-accordion-detail-item a::after {
  color: #fff;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  width: 0.75rem;
}

.header__drawer-more-toggle {
  border: 1px solid #8ec7ff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 0;
  padding: 0.5rem 0;
  position: relative;
  text-align: center;
}
.header__drawer-more-toggle::before, .header__drawer-more-toggle::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}
.header__drawer-more-toggle::before {
  transform: translateY(-50%);
}
.header__drawer-more-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}

.header__drawer-close-toggle {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
  text-align: center;
}
.header__drawer-close-toggle::before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.header__drawer-download {
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
  margin-top: 3.8125rem;
  max-width: 315px;
  max-width: 19.6875rem;
  padding: 20px 0 20px 0;
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
}

.header__drawer-download::after {
  background-image: url(../../assets/images/common/footer-contact05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 95px;
  height: 5.9375rem;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 131px;
  width: 8.1875rem;
}

.header__drawer-download-label {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-10px);
}

.header__drawer-download-label::before,
.header__drawer-download-label::after {
  background: #fff;
  content: "";
  height: 18px;
  height: 1.125rem;
  width: 3px;
  width: 0.1875rem;
}

.header__drawer-download-label::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  transform: rotate(-30deg);
}

.header__drawer-download-label::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  transform: rotate(30deg);
}

.p-home__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-home__item {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
  transition: transform 0.3s ease;
}

.p-home__item:hover .arrow {
  transform: translateX(10px);
}

.p-home__link {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  gap: 0.5rem;
}

.p-home__time {
  color: #959595;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-home__categories {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.8125rem;
  gap: 8px;
  gap: 0.5rem;
}

.p-home__category {
  background-color: #DBEAFC;
  border-radius: 0.25rem;
  color: #4097ED;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-home__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-home__title a:hover {
  color: #4097ED;
}

.p-home__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.arrow {
  background-color: #4097ED;
  border-radius: 9999px;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: transform 0.3s ease;
  width: 15px;
}

.arrow::before {
  background-color: #4097ED;
  border-radius: 9999px;
  content: "";
  height: 2px;
  position: absolute;
  right: -2px;
  top: calc(50% - 3.4px);
  transform: rotate(45deg);
  transform-origin: calc(100% - 3.5px) 50%;
  width: 9px;
}

/* ==================================================
   Modal Component (モーダル)
================================================== */
/* Micromodal.js用のモーダルスタイル */
.modal {
  align-items: center;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.modal.is-open {
  display: flex;
}

.modal[aria-hidden=false] {
  display: flex;
}

.modal[aria-hidden=true] {
  display: none;
}

.modal__overlay {
  align-items: center;
  background: rgba(23, 90, 181, 0.6);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal__container {
  animation: modalSlideIn 0.3s ease-out;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin: auto;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-modal__content {
  animation: modalSlideIn 0.3s ease-out;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-height: 80vh;
  max-width: 600px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.modal__close {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  color: #6c757d;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: all 0.3s ease;
  width: 48px;
  z-index: 2;
}

/* モーダルコンテンツの表示制御 */
.p-modal-contents {
  display: none;
}

.p-modal-contents.active {
  display: block;
}

.p-modal__close:hover {
  background: #DBEAFC;
  color: #212529;
  transform: scale(1.1);
}

.p-modal__body {
  max-height: 100vh;
  overflow-y: scroll;
  padding: 45px 32px 45px 32px;
}

.p-modal__body h3 {
  color: #5F5F5F;
  font-size: max(18px, min(3vw, 20px));
  font-weight: 700;
}

.p-modal__details {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

.p-modal__details ul {
  margin: 16px 0;
  padding-left: 24px;
}

.p-modal__details li {
  position: relative;
}

.p-modal__details li::before {
  color: #28a745;
  content: "✓";
  font-weight: 700;
  left: -20px;
  position: absolute;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ==================================================
   新しいモーダルコンテンツ構造
================================================== */
.p-modal__header {
  position: relative;
}

.p-modal-contents {
  display: none;
}

.p-modal-contents.active {
  display: grid;
  grid-template-areas: "image" "title" "description" "achievements" "image-list";
  padding: 0;
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-row-gap: 20px;
  align-items: center;
  row-gap: 20px;
  row-gap: 1.25rem;
}

/* ==================================================
   Grid Areas
================================================== */
.p-modal-contents__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(64, 151, 213, 0.25);
  display: flex;
  grid-area: image;
  justify-content: center;
}
.p-products-single__content-wrapper > .p-modal-contents__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-about-team-intro__member > .p-modal-contents__image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.template-page-method__item > .p-modal-contents__image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-modal-contents__image img {
  border-radius: 10px;
  width: 100%;
}

.p-modal-contents__header {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: title;
  padding: 0;
}

.template-page-method__item > .p-modal-contents__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-modal-contents__title {
  color: #5F5F5F;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.p-modal-contents__description {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: description;
  line-height: 1.2;
}

.p-products-single__content-wrapper > .p-modal-contents__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-modal-contents__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-modal-contents__achievements {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-area: achievements;
}

.achievement-icon {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  text-align: center;
}

.achievement-icon--years {
  background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
  border: 3px solid #8B0000;
  box-shadow: 0 4px 12px rgba(139, 0, 0, 0.4);
}

.p-modal-contents__achievement-text {
  flex: 1;
  min-width: 200px;
}

.p-modal-contents__achievement-text p {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.p-modal-contents__image-list {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: image-list;
}

/* ==================================================
   Page Template (ページテンプレート)
================================================== */
.p-page-header {
  background: #DBEAFC;
  padding: 60px 0 40px;
  text-align: center;
}

.p-page-header__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
}

.p-page-content {
  background: #fff;
  padding: 60px 0 100px;
}

.p-page-standard {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px;
}

.p-page-standard h2 {
  border-left: 4px solid #175AB5;
  color: #212529;
  font-size: max(24px, min(3vw, 28px));
  font-weight: 700;
  margin: 40px 0 24px;
  padding-left: 16px;
}

.p-page-standard h3 {
  color: #212529;
  font-size: max(20px, min(2.5vw, 24px));
  font-weight: 600;
  margin: 32px 0 16px;
}

.p-page-standard ul,
.p-page-standard ol {
  margin: 16px 0;
  padding-left: 24px;
}

/* ==================================================
   OEMストレスページ
================================================== */
.p-page-oem {
  margin: 0 auto;
  max-width: 1000px;
}

.p-page-oem__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-page-oem__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  gap: 60px;
}

.p-page-oem__problems h3 {
  color: #dc3545;
  font-size: max(22px, min(3vw, 26px));
  font-weight: 700;
  text-align: center;
}

.p-page-oem__problem-list {
  list-style: none;
  padding: 0;
}

.p-page-oem__problem-list li {
  background: #fff;
  border: 2px solid #dc3545;
  border-radius: 12px;
  color: #212529;
  font-weight: 500;
  padding: 16px 20px;
  position: relative;
}

.p-page-oem__problem-list li::before {
  align-items: center;
  background: #dc3545;
  border-radius: 50%;
  color: #fff;
  content: "×";
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.p-page-oem__solution h3 {
  color: #28a745;
  font-size: max(22px, min(3vw, 26px));
  font-weight: 700;
  text-align: center;
}

.p-page-oem__features {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.p-page-oem__feature {
  background: #fff;
  border: 2px solid #28a745;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.p-page-oem__feature::before {
  align-items: center;
  background: #28a745;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: -8px;
  position: absolute;
  top: 20px;
  width: 24px;
}

.p-page-oem__feature h4 {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}

.p-page-oem__feature p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ==================================================
   新規参入ページ
================================================== */
.p-page-entry {
  margin: 0 auto;
  max-width: 1000px;
}

.p-page-entry__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-page-entry__support h3 {
  color: #175AB5;
  font-size: max(24px, min(3vw, 28px));
  font-weight: 700;
  text-align: center;
}

.p-page-entry__support > p {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.p-page-entry__steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

.p-page-entry__step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(37, 137, 208, 0.1);
  padding: 32px 24px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
}

.p-page-entry__step:hover {
  transform: translateY(-8px);
}

.p-page-entry__step-number {
  background: #175AB5;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  width: 48px;
}

.p-page-entry__step h4 {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.p-page-entry__step p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ==================================================
   差別化ページ
================================================== */
.p-page-diff {
  margin: 0 auto;
  max-width: 1000px;
}

.p-page-diff__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-page-diff__approach h3 {
  color: #3286F8;
  font-size: max(24px, min(3vw, 28px));
  font-weight: 700;
  text-align: center;
}

.p-page-diff__approach > p {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.p-page-diff__methods {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  gap: 24px;
}

.p-page-diff__method {
  background: #fff;
  border: 2px solid #3286F8;
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.p-page-diff__method:hover {
  background: #f0f8ff;
  box-shadow: 0 8px 24px rgba(0, 160, 233, 0.15);
  transform: translateY(-4px);
}

.p-page-diff__method h4 {
  color: #3286F8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.p-page-diff__method p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.p-pager-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-pager-list__btn a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  gap: 10px;
  justify-content: center;
  padding: 5px 10px;
}
.p-pager-list__btn a img {
  border: 1px solid #4097ED;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.p-pager-list__btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-pager-list__btn--blue {
  align-items: center;
  background-color: #175AB5;
  border-radius: 19px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.p-post-article__title {
  border-bottom: 4px solid #3286F8;
  color: #3286F8;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 0px 10px 0;
  padding: 0.3125rem 0rem 0.625rem 0;
}

.p-post-article__info {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: flex-start;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
}

.p-post-article__category li {
  background-color: #E2F1FD;
  color: #4097ED;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
}

.p-post-article__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  width: 100%;
}

.p-post-article__content-wrap {
  margin: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
}

.p-post-article__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-post-article__wrap {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-post-article__content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
}

.p-post-article__contents h3 {
  border-left: 0.5em solid #2589d0;
  color: #2589d0;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-post-article__contents h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #2589d0;
  border-top: 2px solid #2589d0;
  color: #2589d0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article__contents p {
  font-size: 16px;
  font-size: 1rem;
}

.p-post-article__contents a {
  color: #2589d0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__pager {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__contents .wp-block-buttons {
  justify-content: center !important;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__contents .wp-block-button {
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
}

.p-post-article__contents .wp-block-button .wp-block-button__link {
  border: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  border: 2.85px solid #2589d0;
  border-radius: 10px;
  color: #2589d0 !important;
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
  text-decoration: none;
  width: 100%;
}

.p-post-article__contents .wp-block-button .wp-block-button__link:hover {
  background-color: #2589d0;
  color: #fff !important;
  opacity: 1;
}

.p-post-card__img {
  aspect-ratio: 400/300;
  width: 100%;
}

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

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-post-card__category li {
  border: 1px solid #2589d0;
  color: #2589d0;
  padding: 5px;
  padding: 0.3125rem;
}

.p-post-card__new {
  background-color: #fff;
  border: 1px solid #2589d0;
  color: #2589d0;
  left: 0;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 0;
}

.p-post-connect__title {
  color: #2589d0;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__wrap {
  margin: 32px 0;
  margin: 2rem 0;
}

.p-post-list__title {
  color: #2589d0;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-post-list__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-products-modal {
  display: none;
}

.p-products-modal.is-open {
  display: block;
}

.p-products-modal__overlay {
  align-items: center;
  background: rgba(23, 90, 181, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.p-products-modal__container {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  max-width: 600px;
  max-width: 37.5rem;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

.p-products-modal__close {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  color: #6c757d;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  height: 32px;
  height: 2rem;
  justify-content: center;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
  transition: all 0.3s ease;
  width: 32px;
  width: 2rem;
  z-index: 10;
}

.p-products-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #212529;
}

.p-products-modal__close::before {
  content: "×";
}

.p-products-modal__content {
  padding: 45px 40px 20px 40px;
  padding: 2.8125rem 2.5rem 1.25rem 2.5rem;
}

.p-products-modal__image {
  aspect-ratio: 1;
  aspect-ratio: 245/155;
  border-radius: 0.75rem;
  box-shadow: 0 18px 26px 0 rgba(64, 151, 237, 0.25);
  overflow: hidden;
  width: 100%;
}

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

.p-products-modal__image img.dummy-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-products-modal__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}

.p-products-modal__title {
  color: #5F5F5F;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-products-modal__detail-row {
  display: flex;
}

.p-products-modal__detail-label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-products-modal__detail-value {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-products-modal__description {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-products-modal__actions {
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
}

.p-products-modal__details {
  background-color: #E2FAFD;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 12px;
  gap: 0.75rem;
  padding: 22px;
  padding: 1.375rem;
}

.p-products-modal__detail-link {
  color: #4097ED;
  -webkit-text-decoration: none;
  border: none;
  border-radius: 1.5625rem;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-products-modal__detail-link::before {
  background-image: url(../../assets/images/common/arrow-blue01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
}

.p-products-single__content {
  background-color: #fff;
  padding: 40px 0;
  padding: 2.5rem 0;
}

.p-products-single__content .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-products-single__content-wrapper {
  display: grid;
  grid-template-areas: "image" "description" "details" "btn";
  grid-template-columns: 1fr;
  margin: 0 auto;
  grid-gap: 40px;
  align-items: start;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-products-single__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: image;
  height: 100%;
  justify-content: center;
}

.p-products-single__content-wrapper > .p-products-single__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-team-intro__member > .p-products-single__image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.template-page-method__item > .p-products-single__image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-products-single__image figure {
  height: 100%;
  width: 100%;
}

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

.p-products-single__description {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: description;
}

.p-products-single__content-wrapper > .p-products-single__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-products-single__description-content {
  line-height: 1.8;
}

.p-products-single__details {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  align-self: start;
  background-color: rgba(236, 245, 254, 0.5);
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  grid-area: details;
  padding: 20px;
  padding: 1.25rem;
}

.p-products-single__detail-title {
  color: #4097ED;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
.p-products-single__detail-title:first-child {
  padding-top: 0;
}

.p-products-single__detail-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  gap: 5px;
  gap: 0.3125rem;
}

.p-products-single__detail-row {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-products-single__detail-label {
  color: #495057;
  font-weight: 700;
}

.p-products-single__detail-value {
  color: #212529;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-products-single__btn {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: btn;
  text-align: center;
}

.p-products-single__btn .btn__arrow--circle {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-products-tile {
  background-color: hsl(175, 70%, 89%);
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.p-products-tile .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-products-tile__title {
  color: #0daca0;
  text-align: center;
}

.p-products-tile .corner-left::before {
  background: rgba(0, 0, 0, 0);
}

.p-products-tile__title h2 {
  color: #4097ED;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-products-tile__subtitle {
  color: #4097ED;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-products-tile__tabs {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-products-tile__tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  justify-content: center;
}

.p-products-tile__tab-btn {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 1.5625rem;
  color: #4097ED;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s ease;
}

.p-products-tile__tab-btn:hover {
  background: #f8f9fa;
  border-color: #4097ED;
  color: #4097ED;
}

.p-products-tile__tab-btn.active {
  background: #4097ED;
  border-color: #4097ED;
  color: #fff;
}

.p-products-tile__tab-contents {
  border-radius: 18px;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-products-tile__tab-content {
  display: none;
}

.p-products-tile__tab-content.active {
  display: block;
}

.p-products-tile__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
       column-gap: 1.3125rem;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  row-gap: 18px;
  row-gap: 1.125rem;
}

.p-products-tile__item {
  background: #fff;
  border-radius: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.p-products-tile__image {
  aspect-ratio: 1;
  aspect-ratio: 264/150;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-products-tile__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-products-tile__image img.dummy-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-products-tile__item:hover .p-products-tile__image img {
  transform: scale(1.05);
}

.p-products-tile__content {
  padding: 7px 10px 7px 0px;
  padding: 0.4375rem 0.625rem 0.4375rem 0rem;
  text-align: center;
}

.p-products-tile__name {
  color: #3286F8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

.p-products-tile__detail-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 21px;
  bottom: 3px;
  bottom: 0.1875rem;
  color: #4097ED;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  justify-content: center;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  transition: all 0.3s ease;
  z-index: 2;
}

.p-products-tile__detail-btn:hover {
  background: #4097ED;
  color: #fff;
  transform: scale(1.1);
}

.p-products-tile__detail-btn::before {
  content: "Detail";
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-products-tile__detail-btn::after {
  align-items: center;
  background-color: #4097ED;
  border-radius: 50%;
  color: #fff;
  content: "+";
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  height: 13px;
  height: 0.8125rem;
  justify-content: center;
  margin-left: 5px;
  margin-left: 0.3125rem;
  width: 13px;
  width: 0.8125rem;
}

.p-professional-team {
  background-color: #DBEAFC;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.p-professional-team .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-professional-team__title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.p-professional-team__title span {
  background: linear-gradient(transparent 70%, #fff 70%);
}

.p-professional-team__slider-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 76%;
}

.p-professional-team__slider-wrapper .splide__arrow--next {
  right: -80px;
  right: -5rem;
}

.p-professional-team__slider-wrapper .splide__arrow--prev {
  left: -80px;
  left: -5rem;
}

.p-professional-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-professional-team__detail-btn-wrapper {
  text-align: right;
}

.p-professional-team__detail-btn-wrapper .btn__arrow--team {
  padding: 0;
}

.p-professional-team__grid-item {
  width: 357px;
  width: 22.3125rem;
}

.p-professional-team__card {
  background: #fff;
  border-radius: 1.5625rem;
  overflow: visible;
  padding: 13px 13px 20px 13px;
  padding: 0.8125rem 0.8125rem 1.25rem 0.8125rem;
  transition: box-shadow 0.3s ease;
}

.p-professional-team__card:hover {
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
}

.p-professional-team__card-image {
  align-items: flex-end;
  aspect-ratio: 274/174;
  background-color: #bbbbbe;
  border-radius: 10px;
  display: flex;
  isolation: isolate;
  justify-content: center;
  max-height: 100%;
  max-height: 174px;
  max-height: 10.875rem;
  position: relative;
  width: 100%;
}

.p-professional-team__card-image img {
  margin: 0 auto;
  max-height: 168px;
  max-height: 10.5rem;
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

.p-professional-team__name {
  color: #4097ED;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-professional-team__position {
  color: #6f6f6f;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-professional-team__details {
  margin-top: 12px;
  margin-top: 0.75rem;
  max-height: none;
  opacity: 1;
  overflow: visible;
  transition: all 0.3s ease;
}
.p-professional-team__grid .p-professional-team__details {
  max-height: none;
  opacity: 1;
  overflow: visible;
}

.p-professional-team__career span {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-professional-team__content {
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-about-team {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-about-team .p-about-team__title {
  color: #333;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}
.p-about-team .p-about-team__title .blue-text {
  color: #007bff;
}
.p-about-team .p-about-team__tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
}
.p-about-team .p-about-team__tab {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 30px;
  transition: all 0.3s ease;
}
.p-about-team .p-about-team__tab:hover {
  background: #e9ecef;
  border-color: #007bff;
  color: #007bff;
}
.p-about-team .p-about-team__tab.active {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
.p-about-team .p-about-team__content .p-about-team__category {
  display: none;
}
.p-about-team .p-about-team__content .p-about-team__category[data-category=sales] {
  display: block;
}
.p-about-team .p-about-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.p-about-team .p-about-team__member {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-about-team .p-about-team__member:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.p-about-team .p-about-team__member-image {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.p-about-team .p-about-team__member-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-team .p-about-team__member-info {
  padding: 20px;
}
.p-about-team .p-about-team__member-name {
  color: #333;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-about-team .p-about-team__member-position {
  color: #007bff;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-about-team .p-about-team__member-details .p-about-team__member-experience {
  margin-bottom: 15px;
}
.p-about-team .p-about-team__member-details .p-about-team__member-experience h4 {
  color: #333;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-about-team .p-about-team__member-details .p-about-team__member-experience p {
  color: #666;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.p-about-team .p-about-team__member-details .p-about-team__member-description {
  color: #666;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.p-about-team .p-about-team__member-details .p-about-team__member-description p {
  margin-bottom: 8px;
}
.p-about-team .p-about-team__member-details .p-about-team__member-description p:last-child {
  margin-bottom: 0;
}
.p-about-team .p-about-team__no-members {
  color: #666;
  font-size: 17.6px;
  font-size: 1.1rem;
  grid-column: 1/-1;
  padding: 60px 20px;
  text-align: center;
}

.p-about-team-intro {
  background-color: #DBEAFC;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-about-team-intro .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-about-team-intro__title {
  color: #212529;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-about-team-intro__subtitle {
  color: #6c757d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}

.p-about-team-intro__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  grid-gap: 10px;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-about-team-intro__tab {
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 1.5625rem;
  color: #6c757d;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}
.p-about-team-intro__tab:hover, .p-about-team-intro__tab.active {
  background: #4097ED;
  border-color: #4097ED;
  color: #fff;
}

.p-about-team-intro__members {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  align-items: start;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about-team-intro__member {
  background: #fff;
  border-radius: 0.9375rem;
  display: grid;
  display: none;
  grid-template-areas: "info" "image" "message";
  grid-template-columns: 1fr;
  overflow: hidden;
  padding: 15px 15px 25px 15px;
  padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
  position: relative;
}
.p-about-team-intro__member[style*="display: block"] {
  display: grid;
}

.p-about-team-intro__member-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: flex-end;
  aspect-ratio: 190/200;
  aspect-ratio: 190/200;
  background-color: #bbbbbe;
  border-radius: 1.5625rem;
  display: flex;
  grid-area: image;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  max-height: 12.5rem;
  max-width: 190px;
  max-width: 11.875rem;
  overflow: hidden;
}

.p-products-single__content-wrapper > .p-about-team-intro__member-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-team-intro__member > .p-about-team-intro__member-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.template-page-method__item > .p-about-team-intro__member-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-about-team-intro__member-image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about-team-intro__member-info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
  padding: 20px;
  padding: 1.25rem;
}

.p-about-team-intro__member-message-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: message;
  position: relative;
}

.p-about-team-intro__member-message {
  background-color: #ECF5FE;
  border-radius: 0.625rem 0 0.625rem 0.625rem;
  display: none;
  left: 0;
  padding: 15px 15px 25px 15px;
  padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.p-about-team-intro__member-message.is-open {
  max-height: 500px;
  max-height: 31.25rem;
  opacity: 1;
  padding: 20px 24px 14px 15px;
  padding: 1.25rem 1.5rem 0.875rem 0.9375rem;
}

.p-about-team-intro__member-message {
  position: relative;
}

.p-about-team-intro__member-message-toggle {
  align-items: center;
  background: #ECF5FE;
  border: none;
  border-radius: 0.625rem;
  color: #4097ED;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  margin-left: auto;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  transform: translateY(0.625rem);
  transition: all 0.3s ease;
}

.p-about-team-intro__member-message-toggle-text {
  white-space: nowrap;
}

.p-about-team-intro__member-message-toggle-icon {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 16px;
  height: 1rem;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 16px;
  width: 1rem;
}

.p-about-team-intro__member-message-content {
  color: #6c757d;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-about-team-intro__member-name {
  color: #212529;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  text-align: center;
}

.p-about-team-intro__member-role {
  color: #4097ED;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
}

.p-about-team-intro__member-category {
  background: rgba(40, 167, 69, 0.1);
  border-radius: 0.75rem;
  color: #28a745;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.p-about-team-intro__member-description {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

.p-about-team-intro__member-description-title {
  color: #121212;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-about-team-intro__no-members {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  color: #6c757d;
  font-size: 16px;
  font-size: 1rem;
  grid-column: 1/-1;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.p-seminar-archive {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  gap: 2rem;
}

.p-seminar-archive__item {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-seminar-archive__item:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.25rem);
}

.p-seminar-archive__link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-seminar-archive__link:hover {
  color: inherit;
}
.p-seminar-archive__image {
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-seminar-archive__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-seminar-archive__item:hover .p-seminar-archive__image img {
  transform: scale(1.05);
}

.p-seminar-archive__content {
  padding: 20px;
  padding: 1.25rem;
}

.p-seminar-archive__meta {
  align-items: center;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.p-seminar-archive__date {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.p-seminar-archive__category {
  background-color: #3286F8;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-seminar-archive__title {
  color: #212529;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

.p-seminar-archive__details {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-seminar-archive__detail {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.5;
}

.p-seminar-archive__detail:not(:last-child) {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.p-seminar-archive__detail-label {
  color: #6c757d;
  font-weight: 600;
  min-width: 50px;
  min-width: 3.125rem;
}

.p-seminar-archive__detail-value {
  color: #212529;
}

.p-seminar-archive__excerpt {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-seminar-archive__excerpt p {
  margin: 0;
}

.p-top-posts {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-top-posts .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

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

.p-top-posts__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-top-posts__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-top-posts__btn {
  align-items: center;
  background-color: #E2F1FD;
  border-radius: 24px;
  color: #4097ED;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 5px 47px 5px 27px;
  padding: 0.3125rem 2.9375rem 0.3125rem 1.6875rem;
  position: relative;
}

.p-top-posts__btn::after {
  background-image: url(../../assets/images/common/arrow-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
}

.p-top-news__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.625rem;
}

.p-top-news__date {
  color: #959595;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-top-news__item {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.p-top-news__item-title {
  font-size: 16px;
  font-size: 1rem;
}

.p-top-news__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.p-top-news__category {
  background-color: #E2F1FD;
  border-radius: 0.1875rem;
  color: #4097ED;
  font-size: 13px;
  font-size: 0.8125rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
  padding: 0.1875rem;
}

/* ==================================================
   Single Column Page (コラム単体ページ)
================================================== */
.p-single-column-breadcrumb {
  background: #DBEAFC;
  padding: 20px 0;
}

.p-single-column-header {
  background: #fff;
  padding: 40px 0;
}

.p-single-column-header__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-single-column-header__date {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.p-single-column-header__category {
  background: #3286F8;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
}

.p-single-column-header__title {
  color: #212529;
  font-size: max(24px, min(4vw, 32px));
  font-weight: 700;
  line-height: 1.4;
}

.p-single-column-header__thumbnail {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-single-column-header__thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

.p-single-column-content {
  background: #fff;
  padding: 60px 0;
}

.p-single-column-content__body {
  margin: 0 auto;
  max-width: 800px;
}

.p-single-column-info__excerpt {
  background: #f0f8ff;
  border-left: 4px solid #3286F8;
  border-radius: 8px;
  color: #212529;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 24px;
}

.p-single-column-main {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
}

.p-single-column-main h2 {
  border-left: 4px solid #3286F8;
  color: #212529;
  font-size: max(22px, min(3vw, 26px));
  font-weight: 700;
  margin: 40px 0 24px;
  padding-left: 16px;
}

.p-single-column-main h3 {
  color: #212529;
  font-size: max(18px, min(2.5vw, 22px));
  font-weight: 600;
  margin: 32px 0 16px;
}

.p-single-column-main ul,
.p-single-column-main ol {
  margin: 16px 0;
  padding-left: 24px;
}

.p-single-column-share {
  background: #DBEAFC;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}

.p-single-column-share__title {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}

.p-single-column-share__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.p-single-column-share__btn {
  border-radius: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  -webkit-text-decoration: none;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-single-column-share__btn--twitter {
  background: #1da1f2;
  color: #fff;
}

.p-single-column-share__btn--twitter:hover {
  background: #0d95e8;
  transform: translateY(-2px);
}

.p-single-column-share__btn--facebook {
  background: #1877f2;
  color: #fff;
}

.p-single-column-share__btn--facebook:hover {
  background: #166fe5;
  transform: translateY(-2px);
}

.p-single-column-share__btn--line {
  background: #00b900;
  color: #fff;
}

.p-single-column-share__btn--line:hover {
  background: #009900;
  transform: translateY(-2px);
}

.p-single-column-related {
  background: #DBEAFC;
  padding: 80px 0;
}

.p-single-column-related__title {
  color: #212529;
  font-size: max(24px, min(3vw, 28px));
  font-weight: 700;
  text-align: center;
}

.p-single-column-related__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

.p-single-column-related__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-single-column-related__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.p-single-column-related__link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-single-column-related__thumbnail {
  height: 180px;
  overflow: hidden;
  width: 100%;
}

.p-single-column-related__thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-single-column-related__link:hover .p-single-column-related__thumbnail img {
  transform: scale(1.05);
}

.p-single-column-related__content {
  padding: 24px;
}

.p-single-column-related__date {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
}

.p-single-column-related__item-title {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.p-single-column-related__excerpt {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ==================================================
   Single seminar Page (セミナー単体ページ)
================================================== */
.p-single-seminar-breadcrumb {
  background: #DBEAFC;
  padding: 20px 0;
}

.p-single-seminar-header {
  background: #fff;
  padding: 40px 0;
}

.p-single-seminar-header__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-single-seminar-header__date {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.p-single-seminar-header__category {
  background: #175AB5;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
}

.p-single-seminar-header__title {
  color: #212529;
  font-size: max(24px, min(4vw, 32px));
  font-weight: 700;
  line-height: 1.4;
}

.p-single-seminar-header__thumbnail {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-single-seminar-header__thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

.p-single-seminar-content {
  background: #fff;
  padding: 60px 0;
}

.p-single-seminar-content__body {
  margin: 0 auto;
  max-width: 800px;
}

.p-single-seminar-info {
  background: #f0f8ff;
  border-radius: 16px;
  padding: 32px;
}

.p-single-seminar-info__title {
  color: #212529;
  font-size: max(20px, min(3vw, 24px));
  font-weight: 700;
  text-align: center;
}

.p-single-seminar-info__details {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.p-single-seminar-info__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 16px;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  gap: 16px;
  padding: 16px 0;
}

.p-single-seminar-info__item:last-child {
  border-bottom: none;
}

.p-single-seminar-info__item dt {
  color: #212529;
  font-size: 14px;
  font-weight: 600;
}

.p-single-seminar-info__item dd {
  color: #6c757d;
  font-size: 16px;
  margin: 0;
}

.p-single-seminar-main {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
}

.p-single-seminar-main h2 {
  border-left: 4px solid #175AB5;
  color: #212529;
  font-size: max(22px, min(3vw, 26px));
  font-weight: 700;
  margin: 40px 0 24px;
  padding-left: 16px;
}

.p-single-seminar-main h3 {
  color: #212529;
  font-size: max(18px, min(2.5vw, 22px));
  font-weight: 600;
  margin: 32px 0 16px;
}

.p-single-seminar-main ul,
.p-single-seminar-main ol {
  margin: 16px 0;
  padding-left: 24px;
}

.p-single-seminar-application {
  background: #DBEAFC;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.p-single-seminar-application__content {
  margin: 0 auto;
  max-width: 500px;
}

.p-single-seminar-application__title {
  color: #212529;
  font-size: max(20px, min(3vw, 24px));
  font-weight: 700;
}

.p-single-seminar-application__text {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
}

.p-single-seminar-related {
  background: #DBEAFC;
  padding: 80px 0;
}

.p-single-seminar-related__title {
  color: #212529;
  font-size: max(24px, min(3vw, 28px));
  font-weight: 700;
  text-align: center;
}

.p-single-seminar-related__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
}

.p-single-seminar-related__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-single-seminar-related__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.p-single-seminar-related__link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-single-seminar-related__thumbnail {
  height: 180px;
  overflow: hidden;
  width: 100%;
}

.p-single-seminar-related__thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-single-seminar-related__link:hover .p-single-seminar-related__thumbnail img {
  transform: scale(1.05);
}

.p-single-seminar-related__content {
  padding: 24px;
}

.p-single-seminar-related__date {
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
}

.p-single-seminar-related__item-title {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.p-single-seminar-related__excerpt {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.p-single-white-paper__mv {
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
  padding: 40px 0;
  padding: 2.5rem 0;
}

.p-single-white-paper__mv-content {
  text-align: center;
}

.p-single-white-paper__mv-title {
  color: #212529;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-single-white-paper__content {
  background-color: #ECF5FE;
  border-radius: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px 0;
  padding: 2.5rem 0;
}

.p-single-white-paper__content .l-inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-single-white-paper__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
  gap: 2.5rem;
}

.p-single-white-paper__header {
  text-align: center;
}

.p-single-white-paper__title {
  color: #4097ED;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-single-white-paper__subtitle {
  color: #4097ED;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-single-white-paper__visual {
  margin: 30px 0;
  margin: 1.875rem 0;
  text-align: center;
}

.p-single-white-paper__image {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.p-single-white-paper__image img {
  border-radius: 0.5rem;
  height: auto;
  width: 100%;
}

.p-single-white-paper__info {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.p-single-white-paper__resource-title {
  color: #212529;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-single-white-paper__description,
.p-single-white-paper__target {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-white-paper__target {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 10px;
  padding: 0.625rem;
}

.p-single-white-paper__target-title {
  color: #3286F8;
  font-size: 16px;
  font-size: 1rem;
}

.p-single-white-paper__description-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-single-white-paper__description-text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-single-white-paper__target-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-single-white-paper__target-text div {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.p-single-white-paper__target-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
}
.p-single-white-paper__target-text li {
  color: #6c757d;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 8px 0;
  margin: 0.5rem 0;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}
.p-single-white-paper__target-text li::before {
  content: "●";
  font-size: 12px;
  font-size: 0.75rem;
  left: 0;
  position: absolute;
}
.p-single-white-paper__target-text strong {
  color: #212529;
  font-weight: 500;
}

.p-single-white-paper__target-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-single-white-paper__target-list li {
  color: #6c757d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 8px 0;
  margin: 0.5rem 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-single-white-paper__target-list li::before {
  color: #4097ED;
  content: "●";
  font-size: 12px;
  font-size: 0.75rem;
  left: 0;
  position: absolute;
}
.p-single-white-paper__cta {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-single-white-paper__cta-button {
  background-color: #175AB5;
  border: none;
  border-radius: 1.1875rem;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: background-color 0.3s ease;
}

.p-single-white-paper__cta-button:hover {
  background-color: #175AB5;
}

.p-single-white-paper__right {
  order: 1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-single-white-paper__form-container {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 30px;
  padding: 1.875rem;
}

.p-single-white-paper__form-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}

.p-single-white-paper__form {
  margin: 25px 0;
  margin: 1.5625rem 0;
}

.p-single-white-paper__form .l-contact__form-item {
  flex-direction: column;
}

.p-single-white-paper__form .wpcf7-form p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

.p-single-white-paper__form .wpcf7-form label {
  color: #212529;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-single-white-paper__form .wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

.p-single-white-paper__form .wpcf7-form input[type=text],
.p-single-white-paper__form .wpcf7-form input[type=email],
.p-single-white-paper__form .wpcf7-form input[type=tel],
.p-single-white-paper__form .wpcf7-form textarea {
  border: 1px solid #707070;
  border-radius: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-single-white-paper__form .wpcf7-form input[type=text]:focus,
.p-single-white-paper__form .wpcf7-form input[type=email]:focus,
.p-single-white-paper__form .wpcf7-form input[type=tel]:focus,
.p-single-white-paper__form .wpcf7-form textarea:focus {
  border-color: #4097ED;
  box-shadow: 0 0 0 0.125rem rgba(64, 151, 237, 0.2);
  outline: none;
}

.p-single-white-paper__form .wpcf7-form textarea {
  min-height: 100px;
  min-height: 6.25rem;
  resize: vertical;
}

.p-single-white-paper__form .wpcf7-form input[type=checkbox] {
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-single-white-paper__form .c-btn02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-single-white-paper__form .wpcf7-list-item {
  margin-left: 0 !important;
}

.p-single-white-paper__form .wpcf7-form .wpcf7-submit {
  background-color: #4097ED;
  border: none;
  border-radius: 1.5625rem;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  transition: background-color 0.3s ease;
  width: 100%;
}

.p-single-white-paper__form .wpcf7-form .wpcf7-submit:hover {
  background-color: #175AB5;
}

.p-single-white-paper__contact-info {
  background-color: #E2F1FD;
  border-radius: 0.625rem;
  display: block;
  margin: 25px 0 0;
  margin: 1.5625rem 0 0;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  padding: 22px;
  padding: 1.375rem;
  text-align: center;
}

.p-single-white-paper__contact-text p {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-single-white-paper__phone {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  gap: 14px;
  gap: 0.875rem;
  justify-content: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-single-white-paper__phone-label {
  color: #4097ED;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.p-single-white-paper__phone-number {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-single-white-paper__phone-number:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.stress-free-section {
  background-color: #DBEAFC;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-top: 0rem;
}

.stress-free-section .l-inner {
  overflow-y: hidden;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.stress-free-section__points-wrapper {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.stress-free-section__points {
  background-color: #fff;
  border-radius: 18px;
  display: grid;
  grid-template-areas: "point01" "point02" "point03";
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.stress-free-section__points::before {
  background-image: url(../../assets/images/common/sankaku--white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 50%;
  position: absolute;
  top: 101%;
  transform: translateX(-50%);
  width: 246px;
  width: 15.375rem;
}

.stress-free-section__point {
  padding: 20px;
}

.stress-free-section__point:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: point01;
}

.stress-free-section__point:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: point02;
}

.stress-free-section__point:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: point03;
}

.stress-free-section__point:nth-child(3) .stress-free-section__point-title-wrapper {
  min-height: 0;
  min-height: initial;
}

.stress-free-section__point-label {
  color: #3286F8;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}

.stress-free-section__point-header {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.stress-free-section__point-content {
  display: block;
}

.stress-free-section__point-title-wrapper {
  align-items: center;
  border-bottom: 2px solid #3286F8;
  border-top: 2px solid #3286F8;
  display: flex;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 15px 23px 15px 0;
}

.stress-free-section__point-title {
  color: #3286F8;
  font-size: clamp(18px, 13.776px + 1.13vw, 30px);
  font-size: clamp(1.125rem, 0.861rem + 1.13vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
}

.stress-free-section__point-title span {
  display: inline;
  font-size: 15px;
  font-size: 0.9375rem;
}

.stress-free-section__point-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 670px;
  max-width: 41.875rem;
}

.stress-free-section__point-image {
  aspect-ratio: 493/269;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  margin-top: 1.5rem;
  overflow: hidden;
}

.stress-free-section__point-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stress-free-section__staff {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
}

.stress-free-section__staff-title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px 0;
  text-align: center;
}

.stress-free-section__staff-description {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  text-align: center;
}

.stress-free-section__step-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 14px;
  gap: 14px;
  gap: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.stress-free-section__step-item {
  background-color: #ECF5FE;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.stress-free-section__step-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}

.stress-free-section__step-icon::before {
  position: absolute;
  right: 0;
  top: -30px;
}

.stress-free-section__step-item:nth-child(1) .stress-free-section__step-icon::before {
  background-image: url("../images/common/icon04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 53px;
  height: 3.3125rem;
  width: 53px;
  width: 3.3125rem;
}

.stress-free-section__step-item:nth-child(2) .stress-free-section__step-icon::before {
  background-image: url("../images/common/icon05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 50px;
  width: 3.125rem;
}

.stress-free-section__step-item:nth-child(3) .stress-free-section__step-icon::before {
  background-image: url("../images/common/icon06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.stress-free-section__step-item:nth-child(4) .stress-free-section__step-icon::before {
  background-image: url("../images/common/icon07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 38px;
  width: 2.375rem;
}

.stress-free-section__step-title {
  color: #3286F8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}

.stress-free-section__step-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-top-post__inner {
  margin: 5% 5% 0 5%;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

.p-top-post .splide__slide img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-post .swiper {
  padding-bottom: 20px;
}

.p-top-post .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-post .swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .swiper-pagination {
  bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
  text-rendering: initial;
}

.p-top-post .slick-track {
  display: block;
  width: 100%;
}

.p-top-post .slick-slide {
  display: block;
  height: 100%;
  margin: 0 5px;
  width: 100%;
}

.p-top-post .slick-slide img {
  aspect-ratio: 600/300;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
  background: gray;
}

.p-top-posts__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px;
  gap: 80px;
  gap: 5rem;
}

.p-top-seminar__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 23px;
  gap: 23px;
  gap: 1.4375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-seminar__link:hover .p-top-seminar__image {
  box-shadow: 0 23px 36px 0 rgba(56, 163, 255, 0.3);
}

.p-top-seminar__image {
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.p-top-seminar__image img {
  border: 1px solid #8EC7FF;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 160/120;
  border-radius: 10px;
     object-fit: cover;
}

.p-top-seminar__image img.dummy-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-seminar__info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-seminar__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.p-top-seminar__date {
  color: #959595;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-video-section__container {
  border: 4px solid #4097ED;
  border-radius: 0.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-video-section__title {
  align-items: center;
  background: white;
  color: #4097ED;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.p-video-section__title::before,
.p-video-section__title::after {
  background: #4097ED;
  content: "";
  height: 18px;
  height: 1.125rem;
  width: 3px;
  width: 0.1875rem;
}

.p-video-section__title::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  transform: rotate(-30deg);
}

.p-video-section__title::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  transform: rotate(30deg);
}

.p-video-section__video-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.p-video-section__video {
  aspect-ratio: 16/9;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-video-section__dummy {
  align-items: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.p-video-section__video video {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  left: 0;
     object-fit: cover;
  position: relative;
  top: 0;
  z-index: 10;
}

.p-video-section__play-button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 20;
}

.p-video-section__video:hover .p-video-section__play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.p-video-section__video:hover .p-video-section__play-button svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.2));
}

.white-paper-archive {
  background-color: #ECF5FE;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.white-paper-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
  gap: 2.5rem;
  grid-template-rows: masonry;
}

.white-paper-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 30px 0 rgba(56, 163, 255, 0.16);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.white-paper-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(18, 18, 18, 0.15);
}

.white-paper-card__link {
  color: inherit;
  display: grid;
  -webkit-text-decoration: none;
  grid-row: 1/-1;
  grid-template-rows: subgrid;
  height: 100%;
  text-decoration: none;
  grid-gap: 15px;
  gap: 15px;
  gap: 0.9375rem;
}

.white-paper-card__image {
  aspect-ratio: 300/170;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.white-paper-card__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1rem 1rem 0 0;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.white-paper-card:hover .white-paper-card__image img {
  transform: scale(1.05);
}

.white-paper-card__title {
  color: #3286F8;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.white-paper-card__description {
  color: #6c757d;
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.white-paper-card__description-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.white-paper-card__button {
  margin-top: auto;
  padding: 0 15px 15px 15px;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  text-align: center;
  width: 100%;
}

.button-text {
  align-items: center;
  background: linear-gradient(135deg, #4097ED, #3286F8);
  border-radius: 1.5rem;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.white-paper-card:hover .white-paper-card__button .button-text {
  background: linear-gradient(135deg, #175AB5, #4097ED);
  transform: translateY(-0.125rem);
}

.no-posts-message {
  color: #6c757d;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 60px 0;
  padding: 3.75rem 0;
  text-align: center;
}

/* ==================================================
メリットセクション(任せた瞬間、勝ち筋が見える)
================================================== */
.winning-strategy {
  overflow: hidden;
  padding: 50px 0;
  padding: 3.125rem 0;
  position: relative;
}

.winning-strategy::before {
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 20 0 L 0 0 0 20' fill='none' stroke='%23e0f2fe' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E") repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.winning-strategy .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

/* ==================================================
   Header
================================================== */
.winning-strategy__header {
  margin-bottom: 80px;
  text-align: center;
}

.winning-strategy__title {
  color: #212529;
  font-size: max(28px, min(5vw, 48px));
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

/* ==================================================
   Content Area
================================================== */
.winning-strategy__content {
  margin: 0 auto;
  max-width: 1148px;
  max-width: 71.75rem;
}

.winning-strategy__items {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
  gap: 0.625rem;
  margin-top: -30px;
  margin-top: -1.875rem;
  position: relative;
}

.winning-strategy__items::before {
  background-image: url(../../assets/images/common/icon03SP.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 42px;
  height: 2.625rem;
  left: 50%;
  position: absolute;
  top: 20%;
  transform: translateX(-50%);
  width: 42px;
  width: 2.625rem;
}

/* ==================================================
   Strategy Items
================================================== */
.winning-strategy__item {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 430px;
  max-height: 26.875rem;
  padding: 60px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}

.winning-strategy__item:nth-child(1) {
  margin-left: auto;
}

.winning-strategy__item::before {
  background: radial-gradient(circle, rgba(56, 163, 255, 0.35) 0%, rgba(56, 163, 255, 0.4) 64%, transparent 100%);
  border-radius: 50%;
  bottom: 0;
  content: "";
  filter: blur(30px);
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.winning-strategy__item:nth-child(2)::before {
  background: radial-gradient(circle, rgba(0, 191, 165, 0.35) 0%, rgba(0, 191, 165, 0.2) 70%, transparent 100%);
  filter: blur(30px);
}

.winning-strategy__item:hover::before {
  opacity: 1.2;
}

.winning-strategy__icon {
  position: relative;
  z-index: 1;
}

.strategy-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.winning-strategy__item-title {
  font-size: max(20px, min(3vw, 40px));
  font-weight: 500;
  line-height: 1.2;
  margin-top: 51px;
  margin-top: 3.1875rem;
  position: relative;
  z-index: 1;
}

.winning-strategy__item-title--blue {
  color: #3286F8;
}

.winning-strategy__item-title--green {
  color: #0DACA0;
}

/* ==================================================
   Arrow Links
================================================== */
.winning-strategy__arrow {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
  -webkit-text-decoration: none;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.winning-strategy__arrow--blue {
  background: #3286F8;
}

.winning-strategy__arrow--green {
  background: #0DACA0;
}

.winning-strategy__arrow:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px) scale(1.1);
}

.arrow-icon {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.winning-strategy__arrow:hover .arrow-icon {
  transform: translateY(2px);
}

/* ==================================================
   Multiply Symbol
================================================== */
.winning-strategy__multiply {
  align-items: center;
  animation: rotate 10s linear infinite;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==================================================
   Message
================================================== */
.winning-strategy__message {
  font-weight: 500;
  margin-top: -30px;
  margin-top: -1.875rem;
  text-align: center;
}

.winning-strategy__message-text {
  font-size: max(16px, min(3vw, 20px));
  font-weight: 700;
}
.page-mv {
  margin-top: 59px;
  margin-top: 3.6875rem;
  min-height: 170px;
  min-height: 10.625rem;
}

.page-mv__inner {
  min-height: inherit;
  position: relative;
}

.page-mv__inner::before {
  background: linear-gradient(135deg, rgba(65, 151, 237, 0.3) 0%, rgba(86, 217, 248, 0.3) 30%, transparent 50%, transparent 50%, rgba(255, 215, 0, 0.3) 70%, rgba(255, 193, 7, 0.3) 100%);
  bottom: 0;
  content: "";
  filter: blur(60px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.page-mv__inner img {
  min-height: 170px;
  min-height: 10.625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-mv__title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-mv__title span {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

.page-mv__title span::before {
  background: linear-gradient(to right, #4097ed, #56d9f8);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.page-numbers {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.page-numbers.current {
  align-items: center;
  border: 1px solid #4097ED;
  border-radius: 50%;
  display: flex;
  height: 32px;
  height: 2rem;
  justify-content: center;
  width: 32px;
  width: 2rem;
}

.page-numbers.next,
.page-numbers.prev {
  align-items: center;
  display: flex;
  height: 32px;
  height: 2rem;
  justify-content: center;
  width: 32px;
  width: 2rem;
}
.page-numbers.next img,
.page-numbers.prev img {
  width: 100%;
}
.page-numbers.next img:hover,
.page-numbers.prev img:hover {
  opacity: 0.8;
}

.privacy-policy {
  padding: 40px 0 60px 0;
  padding: 2.5rem 0 3.75rem 0;
}

.privacy-policy__company {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.privacy-policy__intro {
  padding: 0 0 40px 0;
  padding: 0 0 2.5rem 0;
}

.privacy-policy__intro p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.privacy-policy__section {
  padding: 0 0 40px 0;
  padding: 0 0 2.5rem 0;
}

.privacy-policy__section:last-child {
  padding-bottom: 0;
}

.privacy-policy__section-title {
  border-left: 4px solid #4097ED;
  border-left: 0.25rem solid #4097ED;
  color: #4097ED;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 20px 0;
  padding: 0 0 1.25rem 0;
  padding-left: 16px;
  padding-left: 1rem;
}

.privacy-policy__section-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0 20px 0;
  padding: 0 0 1.25rem 0;
}

.privacy-policy__section-text:last-child {
  padding-bottom: 0;
}

.privacy-policy__subsection-title {
  color: #175AB5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 0 16px 0;
  padding: 1.875rem 0 1rem 0;
}

.privacy-policy__subsection {
  padding: 0 0 24px 0;
  padding: 0 0 1.5rem 0;
}

.privacy-policy__item-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 12px 0;
  padding: 0 0 0.75rem 0;
}

.privacy-policy__list {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.privacy-policy__list li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0 8px 0;
  padding: 0 0 0.5rem 0;
  position: relative;
}

.privacy-policy__list li::before {
  color: #4097ED;
  content: "•";
  font-weight: 700;
  left: -20px;
  left: -1.25rem;
  position: absolute;
}

.privacy-policy__list li:last-child {
  padding-bottom: 0;
}

.products-step-slider {
  overflow: hidden;
  padding: 40px 0;
  padding: 2.5rem 0;
  position: relative;
  width: 100%;
}

.products-step-slider__container {
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 1rem;
  width: 100%;
}

.products-step-slider__slide {
  align-items: center;
  display: flex;
  justify-content: center;
}

.products-step-slider__card {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products-step-slider__image {
  display: block;
  height: 100%;
  width: 100%;
}

#productsStepSlider .splide__track {
  padding: 0;
}

#productsStepSlider .splide__pagination {
  bottom: -32px;
  bottom: -2rem;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  justify-content: center;
}

#productsStepSlider .splide__pagination__page {
  background: #E0E0E0;
  height: 8px;
  height: 0.5rem;
  opacity: 1;
  transition: all 0.3s;
  width: 8px;
  width: 0.5rem;
}

#productsStepSlider .splide__pagination__page.is-active {
  background: #4DA6E8;
  width: 24px;
  width: 1.5rem;
}

#productsStepSlider .splide__arrows {
  bottom: -32px;
  bottom: -2rem;
  bottom: -50px;
  bottom: -3.125rem;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: absolute;
  right: 60px;
  right: 3.75rem;
}

#productsStepSlider .splide__arrow {
  align-items: center;
  background: white;
  border: 2px solid #4097ED;
  border-radius: 50%;
  display: flex;
  height: 32px;
  height: 2rem;
  justify-content: center;
  opacity: 1;
  position: static;
  transition: all 0.3s;
  width: 32px;
  width: 2rem;
}

#productsStepSlider .splide__arrow--prev::before {
  left: 0;
}

#productsStepSlider .splide__arrow--next::before {
  right: 0;
}

#productsStepSlider .splide__arrow:hover {
  background: #F5F5F5;
  border-color: #4DA6E8;
}

#productsStepSlider .splide__arrow:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

#productsStepSlider .splide__arrow svg {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  fill: #4DA6E8;
}

#productsStepSlider .splide__slide {
  opacity: 1;
  transition: opacity 0.3s;
}

#productsStepSlider .splide__slide:not(.is-visible) {
  opacity: 0.3;
}

#professional-team-slider .splide__arrows {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  height: 2.5rem;
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 40px;
  width: 2.5rem;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.splide__arrow--prev::before {
  background-image: url("../../assets/images/common/arrow-white02.png");
  left: 28px;
  right: auto;
  right: initial;
}
.splide__arrow--next::before {
  background-image: url("../../assets/images/common/arrow-white01.png");
  left: auto;
  left: initial;
  right: 30px;
}

.professional-team-slider .splide__arrow--prev::before {
  left: 30px;
  right: auto;
  right: initial;
}

.professional-team-slider .splide__arrow--next::before {
  left: auto;
  left: initial;
  right: 30px;
}

.splide__arrow--next .splide__arrow::before {
  background-image: url("../../assets/images/common/arrow-white01.png");
  left: auto;
  left: initial;
  right: 30px;
}

.splide__arrow:hover {
  opacity: 0.8;
}

.splide__arrow:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.section-title-center {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.section-title__header {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.section-title {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  font-size: clamp(20px, 12.96px + 1.88vw, 40px);
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  font-weight: 700;
  margin: 0;
  padding: 20px 30px 20px 20px;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  position: relative;
}

.section-title-big {
  font-size: 34px;
  font-size: 2.125rem;
}

.section-title--blue {
  padding: 23px 46px 27px 69px;
  padding: 1.4375rem 2.875rem 1.6875rem 4.3125rem;
}

.section-title--green {
  padding: 23px 40px 27px 60px;
  padding: 1.4375rem 2.5rem 1.6875rem 3.75rem;
}

.section-title--blue {
  color: #3286F8;
}

.section-title--green {
  color: #0DACA0;
}

.section-title__text {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.section-title::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  height: 2.8125rem;
  left: 24px;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  width: 2.125rem;
}

.section-title--blue::before {
  background-image: url(../../assets/images/common/icon01.png);
}

.section-title--green::before {
  background-image: url(../../assets/images/common/icon02.png);
}

.corner-left {
  display: block;
  height: 20px;
  left: 40px;
  position: absolute;
  top: 40px;
  transform: translateX(-300%);
  width: 20px;
}

.corner-left::before {
  background: #DBEAFC;
  border-radius: 50%;
  bottom: 0px;
  box-shadow: 20px -20px 0 0 #fff;
  content: "";
  display: block;
  height: 200%;
  left: 0px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 200%;
}

.corner-right {
  display: block;
  height: 20px;
  position: absolute;
  right: 21px;
  top: 40px;
  transform: translateX(300%);
  width: 20px;
}

.corner-right::before {
  background: transparent;
  border-radius: 50%;
  bottom: 0px;
  box-shadow: -20px -20px 0 0 #fff;
  content: "";
  display: block;
  height: 200%;
  left: 0px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 200%;
}

.section-title--about {
  font-size: 20px;
  font-size: 1.25rem;
}

.single-products-faq {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.single-products-faq .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.single-products-flow__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.single-products-mv {
  background: #F8FAFB;
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow: hidden;
  padding: 60px 0 40px;
  padding: 3.75rem 0 2.5rem;
  position: relative;
  width: 100%;
}

.single-products-mv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.single-products-mv__bg-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
}

.single-products-mv__bg-image.dummy-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.single-products-mv__inner {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.single-products-mv__content {
  text-align: center;
}

.single-products-mv__title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.single-products-mv__title::after {
  background: linear-gradient(to right, #4097ED, #56D9F8);
  bottom: -12px;
  bottom: -0.75rem;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  width: 3.125rem;
}

.single-products-mv__buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 80%;
}

.single-products-mv__button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.single-products-mv__button-label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-weight: 800;
  position: relative;
  text-align: center;
}

.single-products-mv__button-label::before,
.single-products-mv__button-label::after {
  background: #4B4B4B;
  content: "";
  display: inline-block;
  height: 2px;
  height: 0.125rem;
  transform: rotate(60deg);
  width: 10px;
  width: 0.625rem;
}

.single-products-mv__button-label::after {
  transform: rotate(-60deg);
}

.single-products-mv__button {
  align-items: center;
  border-radius: 0.625rem;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  gap: 12px;
  gap: 0.75rem;
  justify-content: center;
  max-width: 380px;
  max-width: 23.75rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.single-products-mv__button--primary {
  background: #4DA6E8;
  border: 2px solid transparent;
  color: white;
}

.single-products-mv__button--primary:hover {
  box-shadow: 0 0.375rem 1.25rem rgba(77, 166, 232, 0.4);
  transform: translateY(-0.125rem);
}

.single-products-mv__button--secondary {
  background: white;
  border: 2px solid #4DA6E8;
  color: #4DA6E8;
}

.single-products-mv__button--secondary:hover {
  background: #F0F8FF;
  box-shadow: 0 0.375rem 1.25rem rgba(77, 166, 232, 0.2);
  transform: translateY(-0.125rem);
}

.single-products-mv__button-icon {
  align-items: center;
  background: white;
  border-radius: 50%;
  color: #4DA6E8;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  height: 24px;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  width: 24px;
  width: 1.5rem;
}

.single-products-mv__button--secondary .single-products-mv__button-icon {
  background: #4DA6E8;
  color: white;
}

.tab-lists__wrapper {
  margin: 0 auto;
}

.tab-lists__items {
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 496px;
  max-width: 31rem;
}

.tab-lists__items--products {
  background: #fff;
  display: flex;
  gap: 0;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 11px 20px;
  padding: 0.6875rem 1.25rem;
}

.tab-lists__items--products span {
  min-width: 142px;
  min-width: 8.875rem;
}

.tab-lists__items--team {
  background: #fff;
  display: flex;
  gap: 0;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 11px 20px;
  padding: 0.6875rem 1.25rem;
}

.tab-lists__items--team span {
  min-width: 142px;
  min-width: 8.875rem;
}

.tab-lists__item {
  border: none;
  color: #98adc1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 50%;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  pointer-events: none;
  text-align: center;
}

.tab-lists__items--products .tab-lists__item {
  background: rgba(122, 122, 122, 0.04);
  border-radius: 20px;
  color: #0DACA0;
  pointer-events: auto;
}

.tab-lists__items--team .tab-lists__item {
  background-color: #DBEAFC;
  border-radius: 20px;
  color: #4097ED;
  pointer-events: auto;
}

.tab-lists__item.active {
  background: #637fa5;
  border-radius: 24px;
  color: #fff;
}

.tab-lists__items--products .tab-lists__item.active {
  background: #0DACA0;
}

.tab-lists__items--team .tab-lists__item.active {
  background: #4097ED;
  border-radius: 24px;
  color: #fff;
}

.tab-products .l-inner {
  background: linear-gradient(58deg, rgba(56, 163, 255, 0.2) 0%, rgba(173, 162, 255, 0.2) 100%);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
}

.tab-products__container {
  background: #fff;
  border-radius: 18px;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px 20px 50px 20px;
  padding: 2.5rem 1.25rem 3.125rem 1.25rem;
}

.tab-products__title {
  color: #212529;
  font-size: max(28px, min(4vw, 36px));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.tab-products__content {
  display: none;
}

.tab-products__content.active {
  display: block;
}

.tab-products__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 28px;
  gap: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  max-width: 877px;
  max-width: 54.8125rem;
}

.tab-products__list-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.tab-products__product-image {
  border-radius: 10px;
  box-shadow: 0 23px 36px rgba(56, 163, 255, 0.19);
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
}

.tab-products__product-image img {
  aspect-ratio: 254/130;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 10px;
     object-fit: cover;
}

.tab-products__product-name {
  color: #4097ED;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

.tab-products__wrapper {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.tab-products__wrapper--big {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

#flexible-tabs-wrapper {
  scroll-margin-top: 130px;
}

.template-page-lists {
  display: flex;
  flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

.template-page-list .l-inner {
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}

.template-page-lists--single-products {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.template-page-list__item {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 30px 0 rgba(56, 163, 255, 0.1);
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
}

.template-page-list__item-label {
  color: #3286F8;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}

.template-page-list__item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  gap: 60px;
  gap: 3.75rem;
  gap: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.template-page-list__item-content-title-wrapper {
  border-bottom: 2px solid #3286F8;
  border-top: 2px solid #3286F8;
  color: #3286F8;
  font-size: clamp(18px, 13.776px + 1.13vw, 26.4px);
  font-size: clamp(1.125rem, 0.861rem + 1.13vw, 1.65rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.template-page-list__item-content-title span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.template-page-list {
  background-color: #dbeafc;
  border-radius: 0.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.template-page-list__item-content-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  z-index: 1;
}

.template-page-list__item-content-text-list {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.template-page-list__item-content-text-list-item {
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.template-page-list__item-content-text-list-item::before {
  background-image: url(../../assets/images/common/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 0.25lh;
  width: 17px;
  width: 1.0625rem;
}

.template-page-list__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.template-page-section__point-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.template-page-section__point-image img {
  border-radius: 1.875rem;
}

.template-page-lists--products {
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
}

.template-page-lists--products .template-page-list__item--products {
  overflow: hidden;
  padding: 0;
}

.template-page-lists--products .template-page-list__item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin-top: 0;
}

.template-page-lists--products .template-page-list__item-label {
  font-size: 16px;
  font-size: 1rem;
}

.template-page-lists--products .template-page-list__item-label span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.template-page-lists--products .template-page-list__item-content-title-wrapper {
  border: none;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding: 0;
}

.template-page-lists--products .template-page-section__point-image {
  order: 1;
  position: relative;
}

.template-page-lists--products .template-page-section__point-image::before {
  content: "";
  height: 100%;
  left: -13px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.template-page-lists--products .template-page-section__point-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-page-lists--products .template-page-list__item-content-text-wrapper {
  order: 2;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.template-page-list__item-content-image {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}

.template-page-method {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.template-page-method__title-wrapper {
  text-align: center;
}

.template-page-method__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.template-page-method__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.template-page-method__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
}

.template-page-method__list::before {
  background-image: url(../../assets/images/common/circle-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 600px;
  position: absolute;
  right: 0;
  top: -300px;
  width: 600px;
}

.template-page-method__item {
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 13px 16px 0 rgba(65, 151, 237, 0.25);
  display: grid;
  grid-template-areas: "title" "image" "button";
  grid-template-columns: 1fr;
  padding: 20px;
  padding: 1.25rem;
  z-index: 2;
  grid-row-gap: 20px;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.template-page-method__item-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}

.p-products-single__content-wrapper > .template-page-method__item-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-team-intro__member > .template-page-method__item-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.template-page-method__item > .template-page-method__item-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.template-page-method__item-title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  grid-area: title;
  text-align: center;
}

.template-page-method__item > .template-page-method__item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.template-page-method__item-title--small {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.template-page-method__item-button-wrapper {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  align-items: flex-end;
  display: flex;
  grid-area: button;
  justify-content: flex-start;
}

.template-page-method__item-button-wrapper .btn__arrow {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 100%;
}

.template-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.template-mv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.template-mv__bg-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.template-mv__container {
  align-items: center;
  display: grid;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.template-mv__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  align-items: center;
  gap: 32px;
  gap: 2rem;
}

.template-mv__content {
  order: 2;
}

.template-mv__visual {
  order: 1;
  position: relative;
  width: 100%;
}

.template-mv__visual::before {
  background: radial-gradient(ellipse at center, rgba(50, 134, 248, 0.15) 0%, rgba(50, 134, 248, 0.05) 70%, rgba(50, 134, 248, 0) 100%);
  content: "";
  display: block;
  filter: blur(5px);
  height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: -1;
}

.template-mv__visual-image {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.template-mv__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

.template-mv__title::before {
  background: linear-gradient(to right, #4097ED, #56D9F8);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}

.template-mv__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.template-mv__description {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.template-mv__text {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.template-mv__button-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.template-page-reason {
  padding-top: 80px;
  padding-top: 5rem;
}

.template-page-reason .l-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.template-page-reason .section-title-center {
  font-weight: 700;
}

.template-page-reason__step-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  gap: 24px;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.template-page-reason__step-list02 .template-page-reason__step-item:first-child {
  margin-left: auto;
}

.template-page-reason__step-item {
  background-color: #ecf5fe;
  border-radius: 12px;
  display: grid;
  max-height: 240px;
  max-height: 15rem;
  padding-bottom: 8%;
  padding-top: 7%;
  text-align: center;
  width: 100%;
}

.template-page-reason__step-icon {
  position: relative;
}

.template-page-reason__step-icon::before {
  position: absolute;
  right: 0;
  top: -50px;
}

.template-page-section__step-title {
  color: #3286F8;
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  max-width: 21.25rem;
}

.template-page-reason__step-item--small {
  padding-top: 2%;
}

.template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/common/icon08.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 53px;
  height: 3.3125rem;
  width: 53px;
  width: 3.3125rem;
}

.template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/common/icon09.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 50px;
  width: 3.125rem;
}

.template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/common/icon10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/difference/difference01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/difference/difference02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/difference/difference03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--business .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/business/business01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--business .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/business/business02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list--business .template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/business/business03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list02 .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/business/business04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-reason__step-list02 .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
  background-image: url(../../assets/images/page/business/business05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  height: 3.375rem;
  width: 61px;
  width: 3.8125rem;
}

.template-page-section__step-text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  max-width: 21.25rem;
  width: -moz-fit-content;
  width: fit-content;
}

.template-page-section__step-text--small {
  letter-spacing: -2px;
  white-space: nowrap;
}

.template-page-list__item-content-button-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.template-page-list__item-content-button-wrapper .btn__arrow {
  background-color: #4097ed;
  padding-bottom: 10px;
  padding-top: 10px;
}

.template-page-reason__button-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.top-about {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top-about__title-wrapper {
  overflow: hidden;
  text-align: center;
}

.top-about__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}

.top-about__title::before {
  background-image: url(../../assets/images/top/top-postBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 120%;
  left: 0;
  position: absolute;
  top: 0;
  width: 400%;
}

.top-white-paper .white-paper-archive__grid {
  grid-template-columns: 1fr;
}

.top-white-paper.white-paper-archive {
  background-color: transparent;
  background-color: initial;
  margin-bottom: 0;
  overflow: clip;
  position: relative;
  width: 100%;
}

.top-white-paper .white-paper-card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.top-white-paper .white-paper-card__title {
  padding: 0;
}

.top-white-paper .white-paper-card__description {
  padding: 0;
}

.top-white-paper:before {
  background-image: url(../../assets/images/top/top-postBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-white-paper__btn {
  background-color: #fff;
  color: #0DACA0;
}

.top-white-paper__btn::after {
  background-image: url(../../assets/images/common/arrow-g.png);
}

.top-white-paper .white-paper-archive__grid {
  margin-top: 28px;
  margin-top: 1.75rem;
}

/* 動画モーダルのスタイル */
.video-modal {
  display: none;
}
.video-modal.is-open {
  display: block;
}

.video-modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.video-modal__container {
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 90vh;
  max-width: 90vw;
  overflow-y: auto;
  padding: 30px;
  position: relative;
}

.video-modal__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.video-modal__title {
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}

.video-modal__close {
  align-items: center;
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  font-size: 2rem;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.video-modal__close:hover {
  color: #333;
}

.video-modal__close::before {
  content: "×";
}

.video-modal__close:hover {
  color: #333;
}

.video-modal__content {
  line-height: 1.5;
}

.video-modal__video-wrapper {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.video-modal__video-wrapper video {
  height: auto;
  width: 100%;
}

/* レスポンシブ対応 */
/* アニメーション用 */
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .video-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .video-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .video-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .video-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .video-modal__container,
.micromodal-slide .video-modal__overlay {
  will-change: transform;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #2589d0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
}

.nav-links ul li span.current {
  color: #121212;
}

.nav-links ul li {
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  padding: 5px;
  padding: 0.3125rem;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media screen and (min-width: 768px){
  .sp-only {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    font-size: 1.25vw;
  }
  .c-title02 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .l-contact__lead {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-contact__form .c-btn02 .wpcf7-submit {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-contact__form-item {
    flex-direction: row;
  }
  .l-contact__form-data.__check {
    flex-direction: row;
    gap: 0;
  }
  .l-contact__form-data.__check .wpcf7-list-item-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-btn02 {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-inner {
    max-width: 1330px;
    overflow-x: visible;
    padding-left: 25px;
    padding-right: 25px;
  }
  .about-slider {
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 100%;
  }
  .about-slider .template-page-lists--products {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  .about-slider .template-page-list__item--products:not(:first-child) {
    margin-top: 0;
  }
  .about-slider .splide__track {
    overflow: hidden;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .about-slider__item {
    width: 65% !important;
  }
  .about-slider .splide__slide {
    height: 300px !important;
    height: 18.75rem !important;
    height: auto;
    height: initial;
    opacity: 0.5;
  }
  .about-slider .template-page-list__item-content:not(:first-child) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .about-slider .splide__slide.is-active {
    opacity: 1;
  }
  .about-slider .splide__slide.is-visible:not(.is-active) {
    opacity: 0.7;
    transform: scale(1);
  }
  .about-slider .template-page-list__item-content {
    grid-template-columns: 2fr 1fr !important;
    height: 100%;
  }
  .about-slider .template-page-list__item {
    border-radius: 1.25rem;
  }
  .about-slider .splide__track {
    overflow: hidden;
  }
  .archive-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .sp-news__main {
    width: 75%;
  }
  .sp-news__inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .tp-column__list01 {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
  .sp-news__aside {
    width: 25%;
  }
  .sp-news__aside__list {
    flex-direction: column;
  }
  .sp-news__pager {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .btn__arrow {
    font-size: 22px;
    font-size: 1.375rem;
    gap: 15px;
    gap: 0.9375rem;
    letter-spacing: 3px;
    padding: 23px 30px 24px 43px;
    padding: 1.4375rem 1.875rem 1.5rem 2.6875rem;
  }
  .btn__arrow--circle {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .btn__arrow--team a {
    font-size: 16px;
    font-size: 1rem;
  }
  .faq-list__item-question {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 60px 14px 80px;
    padding: 0.875rem 3.75rem 0.875rem 5rem;
  }
  .faq-list__item-question::before,
  .faq-list__item-question::after {
    right: 23px;
    right: 1.4375rem;
    top: 24px;
    top: 1.5rem;
    width: 13px;
    width: 0.8125rem;
  }
  .faq-list__item-question span {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .faq-list__item-question span::before {
    height: 32px;
    height: 2rem;
    right: 14px;
    right: 0.875rem;
    top: 10px;
    top: 0.625rem;
    width: 32px;
    width: 2rem;
  }
  .faq-list__item-answer {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 40px 15px 40px;
    padding: 1.25rem 2.5rem 0.9375rem 2.5rem;
  }
  .faq {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .manufacturing {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .manufacturing__title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
  .manufacturing__text {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .manufacturing__images {
    flex-direction: row;
    gap: 10px;
    gap: 0.625rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .manufacturing__image {
    aspect-ratio: 420/288;
  }
  .manufacturing__image img {
    aspect-ratio: 420/288;
  }
  .manufacturing__tab-lists {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-about-cards__list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .p-about-cards__image img {
    aspect-ratio: 413/235;
  }
  .p-about-cards__body {
    padding: 23px 20px 23px 40px;
    padding: 1.4375rem 1.25rem 1.4375rem 2.5rem;
  }
  .p-about-cards__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-about-images {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-about-images .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-about-images__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-about-images__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about-images__images-list {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-about-reason {
    padding-top: 88px;
    padding-top: 5.5rem;
  }
  .p-about-reason::before {
    height: 1100px;
    height: 68.75rem;
    right: -30%;
    top: -190px;
    width: 1360px;
    width: 85rem;
  }
  .p-about-reason__title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .p-about-reason__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-about-reason__catch {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 134px;
    margin-top: 8.375rem;
  }
  .p-about-reason__catch:before {
    height: 50px;
    height: 3.125rem;
    top: -60%;
    width: 246px;
    width: 15.375rem;
  }
  .p-about-reason__catch-image {
    margin-top: -110px;
    margin-top: -6.875rem;
    max-width: 100%;
  }
  .p-about-reason__catch-image img {
    scale: 1.2;
  }
  .template-page-reason__step-title {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: center;
  }
  .template-page-reason__step-text {
    text-align: center;
  }
  .p-archive-seminar-list__grid {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-archive-column-list__grid {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-category__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-category__item {
    padding: 24px;
    padding: 1.5rem;
  }
  .p-category__meta {
    align-items: center;
    gap: 16px;
    gap: 1rem;
    grid-template-columns: auto 1fr auto;
  }
  .p-category__time {
    order: 1;
  }
  .p-category__categories {
    justify-content: flex-end;
    order: 3;
  }
  .p-category__title {
    font-size: 18px;
    font-size: 1.125rem;
    order: 2;
  }
  .p-company-access {
    padding-bottom: 159px;
    padding-bottom: 9.9375rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-company-access .l-inner {
    max-width: 1250px;
    max-width: 78.125rem;
  }
  .p-company-access__wrapper {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-company-access__map iframe {
    aspect-ratio: 1200/350;
    width: 100%;
  }
  .p-company-access__wrapper:not(:first-child) {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-company-access__info {
    align-items: center;
    flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
    justify-content: center;
    justify-content: space-between;
    margin-top: -80px;
    margin-top: -5rem;
    min-height: 189px;
    min-height: 11.8125rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-company-access__info-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-company-access__info-text-wrapper {
    gap: 20px;
    gap: 1.25rem;
    width: 70%;
  }
  .p-company-access__info-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-company-philosophy {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-company-philosophy .l-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
  .p-company-philosophy__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-company-philosophy__content {
    gap: 40px;
    gap: 2.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-company-philosophy__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-company-table .l-inner {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-company-table__wrapper {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .p-company-table__item {
    display: flex;
    padding: 0;
  }
  .p-company-table__label {
    align-items: flex-start;
    border-bottom: 1px solid #121212;
    border-bottom: 0.0625rem solid #121212;
    border-bottom: none;
    flex-shrink: 0;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 12px;
    padding: 0.75rem 0.75rem;
    width: 30%;
  }
  .p-company-table__content {
    flex: 1;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 12px;
    padding: 0.75rem 0.75rem;
  }
  .p-company-table__address {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-company-table__address-item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-contact-thanks__wrapper {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-contact {
    padding: 50px 0;
    padding: 3.125rem 0;
    width: 98%;
  }
  .p-contact__wrap .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-contact__form-wrapper {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 30px 80px;
    padding: 1.875rem 5rem;
  }
  .p-contact__form-ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-contact__form-txt {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-contact__form {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-contact__tel-link {
    max-width: 450px;
    max-width: 28.125rem;
    padding: 22px 60px;
    padding: 1.375rem 3.75rem;
  }
  .p-contact__tel {
    align-items: flex-end;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 800;
  }
  .p-footer-contact {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-footer-contact__title {
    font-size: 48px;
    font-size: 3rem;
  }
  .p-footer-contact__list {
    gap: 27px;
    gap: 1.6875rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-footer-contact__label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-footer-contact__label::before,
  .p-footer-contact__label::after {
    height: 18px;
    height: 1.125rem;
  }
  .p-footer-contact__label::before {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-footer-contact__label::after {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-footer-contact__item--download {
    margin-top: 0;
  }
  .p-footer-contact__item--download::after {
    right: -30px;
    right: -1.875rem;
    top: -20px;
    top: -1.25rem;
  }
  .p-footer-contact__link {
    align-items: center;
    min-height: 160px;
    min-height: 10rem;
    padding: 24px 37px 16px 37px;
    padding: 1.5rem 2.3125rem 1rem 2.3125rem;
  }
  .p-footer-contact__link--tel {
    padding: 24px 16px 16px 16px;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .p-footer-contact__link--consultation {
    padding: 24px 16px 16px 16px;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .p-footer-contact__link--mail {
    padding: 24px 16px 16px 16px;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .p-footer-contact__link--download {
    align-items: flex-start;
    padding: 12px 37px 16px 37px;
    padding: 0.75rem 2.3125rem 1rem 2.3125rem;
  }
  .p-footer-contact__label-text {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .p-footer-contact__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-footer-contact__subtitle--tel {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .p-footer-contact__subtitle--mail {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-footer-contact__subtitle--download {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .p-footer-contact__main-text {
    font-size: clamp(23.008px, 3.552px + 2.53vw, 39.008px);
    font-size: clamp(1.438rem, 0.222rem + 2.53vw, 2.438rem);
    text-align: center;
  }
  .p-footer-contact__arrow {
    bottom: 12px;
    bottom: 0.75rem;
    height: 36px;
    height: 2.25rem;
    right: 18px;
    right: 1.125rem;
    width: 36px;
    width: 2.25rem;
  }
  .p-footer-contact__badge {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 3px 20px;
    padding: 0.1875rem 1.25rem;
  }
  .p-footer-contact__download-icon {
    bottom: 12px;
    bottom: 0.75rem;
    height: 36px;
    height: 2.25rem;
    right: 18px;
    right: 1.125rem;
    width: 36px;
    width: 2.25rem;
  }
  .p-footer {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-footer__inner {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  .p-footer__content {
    align-items: start;
    gap: 60px;
    gap: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-footer__logo {
    margin-left: 0;
    margin-right: 0;
    max-width: 70%;
    max-width: 244px;
    max-width: 15.25rem;
    text-align: left;
  }
  .p-footer__logo-text {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-footer__logo-subtitle {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .p-footer__logo-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-footer__address {
    flex-direction: row;
    font-size: 15px;
    font-size: 0.9375rem;
    gap: 62px;
    gap: 3.875rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: left;
  }
  .p-footer__nav {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-footer__nav-title {
    padding: 8px 0;
    padding: 0.5rem 0;
    text-align: left;
  }
  .p-footer__nav-title:hover {
    color: #4097d5;
  }
  .p-footer__nav-category {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-footer__copyright {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .header__nav-item.header__nav-item--contact {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .header__drawer-accordion-item-parts--about .p-about-cards__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-home__item {
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-home__link {
    align-items: center;
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 0.1fr 0.1fr 1fr;
  }
  .p-home__time {
    order: 1;
  }
  .p-home__categories {
    justify-content: flex-start;
    order: 2;
  }
  .p-home__title {
    font-size: 18px;
    font-size: 1.125rem;
    order: 3;
  }
  .modal__container {
    max-width: 999px;
    max-width: 62.4375rem;
    max-width: 80%;
  }
  .p-modal__body {
    padding: 50px 57px 60px 61px;
  }
  .p-modal__body {
    padding: 62px 32px 32px 32px;
  }
  .p-modal__content,
  .p-modal__dialog {
    max-width: 700px;
  }
  .p-modal-contents.active {
    grid-template-areas: "image title" "image description" "image achievements" "image-list image-list";
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    -moz-column-gap: 3.4375rem;
    align-items: start;
         column-gap: 3.4375rem;
    row-gap: 0;
  }
  .p-modal-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-modal-contents__description {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-modal-contents__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .achievement-icon {
    max-width: 80%;
  }
  .achievement-icon--azelaine {
    max-width: 60%;
  }
  .p-page-oem__content {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
  .p-page-entry__steps {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-page-diff__methods {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-pager-list {
    justify-content: center;
  }
  .p-pager-list__btn a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
  }
  .p-pager-list__btn--blue {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-pager-list__btn--blue {
    padding: 6px 30px;
  }
  .p-post-article__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 0px 20px 0;
    padding: 0.3125rem 0rem 1.25rem 0;
  }
  .p-post-article__info {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-post-article__contents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post-article__wrap {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-post-article__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-post-article__contents h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-post-article__contents figure {
    margin: 50px 0;
    margin: 3.125rem 0;
  }
  .p-post-article__pager {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .p-products-modal__container {
    max-width: 999px;
    max-width: 62.4375rem;
  }
  .p-products-modal__content {
    display: grid;
    grid-template-columns: 0.35fr 1fr;
    padding: 54px 65px 12px 65px;
    padding: 3.375rem 4.0625rem 0.75rem 4.0625rem;
    grid-gap: 19px;
    align-items: start;
    gap: 19px;
    gap: 1.1875rem;
  }
  .p-products-modal__image {
    aspect-ratio: 232/216;
    margin-bottom: 0;
  }
  .p-products-modal__info {
    gap: 16px;
    gap: 1rem;
  }
  .p-products-modal__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-products-modal__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-products-modal__actions {
    justify-content: flex-start;
  }
  .p-products-modal__details {
    flex-direction: row;
    gap: 16px;
    gap: 1rem;
  }
  .p-products-modal__detail-link {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .p-products-single__content {
    padding: 100px 0;
    padding: 6.25rem 0;
  }
  .p-products-single__content .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-products-single__content-wrapper {
    gap: 60px;
    gap: 3.75rem;
    grid-template-areas: "image description" "image details" "image btn";
    grid-template-columns: 0.6fr 1fr;
    margin-top: 50px;
    margin-top: 3.125rem;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-products-single__detail-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-products-single__detail-row {
    align-items: center;
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 7.5rem 1fr;
  }
  .p-products-single__detail-value {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-products-single__btn {
    text-align: left;
  }
  .p-products-tile {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    width: 98%;
  }
  .p-products-tile .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-products-tile__title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-products-tile__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-products-tile__tabs {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-products-tile__tab-nav {
    gap: 16px;
    gap: 1rem;
  }
  .p-products-tile__tab-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 28px;
    padding: 0.75rem 1.75rem;
  }
  .p-products-tile__tab-contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-products-tile__grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 52px 70px;
    padding: 3.25rem 4.375rem;
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    row-gap: 23px;
    row-gap: 1.4375rem;
  }
  .p-products-tile__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-products-tile__detail-btn {
    bottom: 8px;
    bottom: 0.5rem;
    padding: 6px 4px;
    padding: 0.375rem 0.25rem;
    right: 8px;
    right: 0.5rem;
  }
  .p-products-tile__detail-btn::before {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-products-tile__detail-btn::after {
    font-size: 16px;
    font-size: 1rem;
    height: 21px;
    height: 1.3125rem;
    width: 21px;
    width: 1.3125rem;
  }
  .p-professional-team {
    padding-top: 48px;
    padding-top: 3rem;
    width: 98%;
  }
  .p-professional-team .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-professional-team__slider {
    min-height: 700px;
    min-height: 43.75rem;
  }
  .p-professional-team__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-professional-team__slider-wrapper {
    margin-top: 44px;
    margin-top: 2.75rem;
    max-width: 88%;
  }
  .p-professional-team__grid {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    margin: 44px auto 0;
    margin: 2.75rem auto 0;
    max-width: 900px;
  }
  .p-professional-team__grid[data-count="1"] {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  .p-professional-team__grid[data-count="2"] {
    grid-template-columns: repeat(2, 1fr);
    max-width: 630px;
  }
  .p-professional-team__card {
    padding: 20px 20px 25px 20px;
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  }
  .p-professional-team__card-image {
    aspect-ratio: 1/1;
    border-radius: 1.5625rem;
    max-height: none;
    max-height: initial;
  }
  .p-professional-team__card-image img {
    max-height: none;
    max-height: initial;
  }
  .p-professional-team__name {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-professional-team__position {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-professional-team__details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .p-professional-team__details.is-expanded {
    max-height: 300px;
    max-height: 18.75rem;
    opacity: 1;
    overflow: visible;
  }
  .p-professional-team__career span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-professional-team__content {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-about-team-intro {
    margin-top: 98px;
    margin-top: 6.125rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    width: 98%;
  }
  .p-about-team-intro .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-about-team-intro__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-about-team-intro__subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-about-team-intro__tabs {
    gap: 15px;
    gap: 0.9375rem;
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .p-about-team-intro__tab {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
  .p-about-team-intro__members {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-about-team-intro__member {
    grid-template-areas: "image info" "message message";
    grid-template-columns: 0.71fr 1fr;
  }
  .p-about-team-intro__member-image {
    margin-left: 0;
    margin-right: 0;
  }
  .p-about-team-intro__member-info {
    padding: 25px;
    padding: 1.5625rem;
  }
  .p-about-team-intro__member-message-toggle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 14px;
    padding: 0.625rem 0.875rem;
  }
  .p-about-team-intro__member-message-toggle-icon {
    font-size: 16px;
    font-size: 1rem;
    height: 18px;
    height: 1.125rem;
    width: 18px;
    width: 1.125rem;
  }
  .p-about-team-intro__member-message-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-about-team-intro__member-name {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: left;
  }
  .p-about-team-intro__member-role {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .p-about-team-intro__member-category {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-about-team-intro__member-description {
    text-align: left;
  }
  .p-about-team-intro__no-members {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 60px 20px;
    padding: 3.75rem 1.25rem;
  }
  .p-seminar-archive {
    gap: 40px;
    gap: 2.5rem;
  }
  .p-seminar-archive__link {
    display: flex;
  }
  .p-seminar-archive__image {
    flex-shrink: 0;
    height: 200px;
    height: 12.5rem;
    width: 300px;
    width: 18.75rem;
  }
  .p-seminar-archive__content {
    flex: 1;
    padding: 24px;
    padding: 1.5rem;
  }
  .p-seminar-archive__date {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-seminar-archive__category {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
  }
  .p-seminar-archive__title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-seminar-archive__detail {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-seminar-archive__excerpt {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-posts {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-top-posts .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-news__content {
    gap: 10px;
    gap: 0.625rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-posts__title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .p-top-posts__btn {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 11px 56px 11px 27px;
    padding: 0.6875rem 3.5rem 0.6875rem 1.6875rem;
  }
  .p-top-news__info {
    grid-template-columns: 0.5fr 1fr;
  }
  .p-top-news__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-news__item {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .p-top-news__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-top-news__meta {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .p-top-news__category {
    padding: 3px 19px;
    padding: 0.1875rem 1.1875rem;
  }
  .p-single-column-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-single-seminar-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-single-white-paper__mv {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-single-white-paper__mv-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-single-white-paper__content {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
    width: 98%;
  }
  .p-single-white-paper__container {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  .p-single-white-paper__grid {
    gap: 60px;
    gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
  }
  .p-single-white-paper__header {
    text-align: left;
  }
  .p-single-white-paper__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-single-white-paper__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-single-white-paper__visual {
    margin: 40px 0;
    margin: 2.5rem 0;
  }
  .p-single-white-paper__info {
    margin: 40px 0;
    margin: 2.5rem 0;
  }
  .p-single-white-paper__resource-title {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
  }
  .p-single-white-paper__description,
  .p-single-white-paper__target {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single-white-paper__target {
    padding: 30px 10px 30px 20px;
    padding: 1.875rem 0.625rem 1.875rem 1.25rem;
  }
  .p-single-white-paper__description-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-single-white-paper__target-text li {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-single-white-paper__target-list li {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-single-white-paper__cta {
    margin-top: 100px;
    margin-top: 6.25rem;
    text-align: left;
  }
  .p-single-white-paper__cta-button {
    padding: 8px 30px;
    padding: 0.5rem 1.875rem;
  }
  .p-single-white-paper__right {
    order: 2;
  }
  .p-single-white-paper__form-container {
    padding: 40px;
    padding: 2.5rem;
  }
  .p-single-white-paper__form-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-single-white-paper__form {
    margin: 30px 0;
    margin: 1.875rem 0;
  }
  .p-single-white-paper__form .wpcf7-form label {
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
  }
  .p-single-white-paper__form .c-btn02 {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single-white-paper__form .wpcf7-form .wpcf7-submit {
    width: 60%;
  }
  .p-single-white-paper__contact-info {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 22px 52px;
    padding: 1.375rem 3.25rem;
  }
  .p-single-white-paper__phone {
    flex-direction: row;
    margin-top: 0;
  }
  .p-single-white-paper__phone-label {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-single-white-paper__phone-number {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .stress-free-section {
    padding-top: 0px;
    padding-top: 0rem;
    width: 98%;
  }
  .stress-free-section .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .stress-free-section__points {
    grid-template-areas: "point01 point02" "point03 point03";
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .stress-free-section__points::before {
    height: 42px;
    height: 2.625rem;
    width: 210px;
    width: 13.125rem;
  }
  .stress-free-section__point {
    padding: 30px 76px 70px 76px;
    padding: 1.875rem 4.75rem 4.375rem 4.75rem;
  }
  .stress-free-section__point:nth-child(1) {
    position: relative;
  }
  .stress-free-section__point:nth-child(1)::before {
    background-color: #DBEAFC;
    border-radius: 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 95%;
    position: absolute;
    right: 0;
    width: 11px;
  }
  .stress-free-section__point:nth-child(3) {
    padding: 70px 76px 90px 76px;
    padding: 4.375rem 4.75rem 5.625rem 4.75rem;
    position: relative;
  }
  .stress-free-section__point:nth-child(3)::before {
    background-color: #DBEAFC;
    border-radius: 10px;
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 93%;
  }
  .stress-free-section__point-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .stress-free-section__point-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    gap: 20px;
    gap: 1.25rem;
  }
  .stress-free-section__point-title-wrapper {
    margin-top: 12px;
    margin-top: 0.75rem;
    min-height: 116px;
    min-height: 7.25rem;
    padding: 15px 23px 15px 0;
  }
  .stress-free-section__point-title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .stress-free-section__point-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .stress-free-section__point-image {
    margin-top: 0;
    margin-top: initial;
  }
  .stress-free-section__staff {
    padding: 50px 40px;
  }
  .stress-free-section__staff-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .stress-free-section__staff-description {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .stress-free-section__step-list {
    gap: 11px;
    gap: 0.6875rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .stress-free-section__step-item {
    padding: 37px 18px 35px;
    padding: 2.3125rem 1.125rem 2.1875rem;
  }
  .stress-free-section__step-icon {
    height: 70px;
    margin: 0 auto 16px auto;
    margin-bottom: 20px;
    width: 70px;
  }
  .stress-free-section__step-icon::before {
    position: relative;
    right: 0;
    top: 0;
  }
  .stress-free-section__step-item:nth-child(1) .stress-free-section__step-icon::before {
    height: 82px;
    height: 5.125rem;
    width: 80px;
    width: 5rem;
  }
  .stress-free-section__step-item:nth-child(2) .stress-free-section__step-icon::before {
    height: 82px;
    height: 5.125rem;
    width: 75px;
    width: 4.6875rem;
  }
  .stress-free-section__step-item:nth-child(3) .stress-free-section__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .stress-free-section__step-item:nth-child(4) .stress-free-section__step-icon::before {
    height: 90px;
    height: 5.625rem;
    width: 63px;
    width: 3.9375rem;
  }
  .stress-free-section__step-title {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: center;
  }
  .stress-free-section__step-text {
    text-align: center;
  }
  .p-top-posts__container {
    gap: 50px;
    gap: 3.125rem;
    grid-template-columns: 1fr 1fr;
  }
  .p-top-seminar__content {
    margin-top: 40px;
    margin-top: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-top-seminar__image img {
    aspect-ratio: 296/223;
  }
  .p-top-seminar__info {
    gap: 10px;
    gap: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-seminar__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-seminar__date {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-video-section__container {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .p-video-section__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .p-video-section__title::before,
  .p-video-section__title::after {
    height: 18px;
    height: 1.125rem;
  }
  .p-video-section__title::before {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-video-section__title::after {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .white-paper-archive {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 50px 0;
    padding: 3.125rem 0;
    width: 98%;
  }
  .white-paper-archive__grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
    grid-template-rows: masonry;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .white-paper-card__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .white-paper-card__description-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .button-text {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 28px;
    padding: 0.5rem 1.75rem;
  }
  .no-posts-message {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .winning-strategy {
    padding: 120px 0;
    padding: 7.5rem 0;
  }
  .winning-strategy .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .winning-strategy__items {
    margin-top: -60px;
    margin-top: -3.75rem;
  }
  .winning-strategy__items::before {
    background-image: url(../../assets/images/common/icon03.png);
    height: 140px;
    height: 8.75rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    width: 8.75rem;
  }
  .winning-strategy__item::before {
    background: radial-gradient(circle, rgba(56, 163, 255, 0.35) 0%, rgba(56, 163, 255, 0.2) 70%, transparent 100%);
  }
  .winning-strategy__item:nth-child(2)::before {
    background: radial-gradient(circle, rgba(0, 191, 165, 0.35) 0%, rgba(0, 191, 165, 0.2) 70%, transparent 100%);
  }
  .winning-strategy__item-title {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .winning-strategy__arrow {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .winning-strategy__message {
    margin-top: -20px;
    margin-top: -1.25rem;
  }
  .winning-strategy__header {
    margin-bottom: 50px;
  }
  .winning-strategy__multiply {
    height: 40px;
    order: 2;
    width: 40px;
  }
  .winning-strategy__multiply svg {
    height: 24px;
    width: 24px;
  }
  .winning-strategy__item {
    min-height: 430px;
    min-height: 26.875rem;
    padding: 40px 20px;
  }
  .winning-strategy__item::before {
    aspect-ratio: 1/1;
    filter: blur(30px);
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .strategy-icon {
    height: 80px;
    width: 80px;
  }
  .strategy-icon svg {
    height: 50px;
    width: 50px;
  }
  .winning-strategy__arrow {
    height: 48px;
    width: 48px;
  }
  .winning-strategy__message::before {
    font-size: 20px;
    top: -16px;
  }
  .page-mv__inner::before {
    content: none;
  }
  .page-mv__title span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .page-numbers {
    font-size: 16px;
    font-size: 1rem;
    gap: 30px;
    gap: 1.875rem;
  }
  .privacy-policy {
    padding: 80px 0 120px 0;
    padding: 5rem 0 7.5rem 0;
  }
  .privacy-policy__company {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .privacy-policy__intro {
    padding: 0 0 60px 0;
    padding: 0 0 3.75rem 0;
  }
  .privacy-policy__intro p {
    font-size: 16px;
    font-size: 1rem;
  }
  .privacy-policy__section {
    padding: 0 0 60px 0;
    padding: 0 0 3.75rem 0;
  }
  .privacy-policy__section-title {
    border-left: 5px solid #4097ED;
    border-left: 0.3125rem solid #4097ED;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 30px 0;
    padding: 0 0 1.875rem 0;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .privacy-policy__section-text {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 24px 0;
    padding: 0 0 1.5rem 0;
  }
  .privacy-policy__subsection-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 40px 0 20px 0;
    padding: 2.5rem 0 1.25rem 0;
  }
  .privacy-policy__subsection {
    padding: 0 0 32px 0;
    padding: 0 0 2rem 0;
  }
  .privacy-policy__item-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
  }
  .privacy-policy__list {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .privacy-policy__list li {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 12px 0;
    padding: 0 0 0.75rem 0;
  }
  .privacy-policy__list li::before {
    left: -24px;
    left: -1.5rem;
  }
  .products-step-slider {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .products-step-slider__container {
    padding-left: 78px;
    padding-left: 4.875rem;
  }
  #productsStepSlider .splide__arrows {
    gap: 12px;
    gap: 0.75rem;
  }
  #productsStepSlider .splide__arrow {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  #productsStepSlider .splide__arrow svg {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  #professional-team-slider .splide__arrows {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .splide__arrow {
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .splide__arrow--prev::before {
    left: -20px;
    right: auto;
    right: initial;
  }
  .splide__arrow--next::before {
    left: auto;
    left: initial;
    right: -20px;
  }
  .section-title-center {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .section-title__header {
    margin-bottom: 60px;
  }
  .section-title {
    border-radius: 0 0 38px 38px;
    padding: 0 67px 45px 67px;
    padding: 0 4.1875rem 2.8125rem 4.1875rem;
  }
  .section-title-big {
    font-size: inherit;
  }
  .section-title--blue {
    padding: 45px 67px 45px 161px;
    padding: 2.8125rem 4.1875rem 2.8125rem 10.0625rem;
  }
  .section-title--green {
    padding: 45px 67px 45px 161px;
    padding: 2.8125rem 4.1875rem 2.8125rem 10.0625rem;
  }
  .section-title__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .section-title::before {
    height: 96px;
    height: 6rem;
    left: 64px;
    left: 4rem;
    width: 71px;
    width: 4.4375rem;
  }
  .section-title--template {
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: 3px;
    padding: 25px 54px 18px 54px;
    padding: 1.5625rem 3.375rem 1.125rem 3.375rem;
  }
  .section-title--about {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .single-products-faq {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .single-products-faq .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .single-products-flow__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .single-products-mv {
    margin-top: 124px;
    margin-top: 7.75rem;
    padding: 100px 0 60px;
    padding: 6.25rem 0 3.75rem;
  }
  .single-products-mv__inner {
    padding: 0 32px;
    padding: 0 2rem;
  }
  .single-products-mv__title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .single-products-mv__title::after {
    bottom: -16px;
    bottom: -1rem;
    height: 4px;
    height: 0.25rem;
    width: 70px;
    width: 4.375rem;
  }
  .single-products-mv__buttons {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 64px;
    margin-top: 4rem;
    max-width: 790px;
    max-width: 49.375rem;
  }
  .single-products-mv__button-wrapper {
    gap: 12px;
    gap: 0.75rem;
  }
  .single-products-mv__button-label {
    font-size: 16px;
    font-size: 1rem;
  }
  .single-products-mv__button-label::before,
  .single-products-mv__button-label::after {
    width: 24px;
    width: 1.5rem;
  }
  .single-products-mv__button {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 20px 32px;
    padding: 1.25rem 2rem;
  }
  .tab-lists__items--products {
    gap: 0;
    padding: 0;
  }
  .tab-lists__items--products span {
    min-width: 249px;
    min-width: 15.5625rem;
  }
  .tab-lists__items--team {
    gap: 0;
    padding: 0;
  }
  .tab-lists__items--team span {
    min-width: 249px;
    min-width: 15.5625rem;
  }
  .tab-lists__item {
    font-size: 16px;
    padding: 12px 32px;
    padding: 0.75rem 2rem;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .tab-lists__items--products .tab-lists__item {
    background-color: transparent;
    background-color: initial;
  }
  .tab-lists__items--team .tab-lists__item {
    background: #fff;
    background-color: transparent;
    background-color: initial;
  }
  .tab-products .l-inner {
    max-width: 98%;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .tab-products__container {
    margin-top: 52px;
    margin-top: 3.25rem;
    max-width: 1000px;
    max-width: 62.5rem;
    padding-bottom: 115px;
    padding-bottom: 7.1875rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .tab-products__list {
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .tab-products__product-image img {
    aspect-ratio: 273/211;
  }
  .template-page-lists {
    margin-top: 80px;
    margin-top: 5rem;
    width: 100%;
  }
  .template-page-list .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .template-page-list__item {
    padding: 25px 70px;
    padding: 1.5625rem 4.375rem;
  }
  .template-page-list__item-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .template-page-list__item-content {
    gap: 60px;
    gap: 3.75rem;
    grid-template-columns: 1fr 0.7fr;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .template-page-list__item-content-title-wrapper {
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .template-page-list__item-content-title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .template-page-list {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    width: 98%;
  }
  .template-page-list__item-content-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .template-page-list__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .template-page-section__point-image {
    margin-top: 0;
  }
  .template-page-lists--products {
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .template-page-lists--products .template-page-list__item-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .template-page-lists--products .template-page-list__item-label span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .template-page-lists--products .template-page-section__point-image {
    order: 2;
  }
  .template-page-lists--products .template-page-section__point-image::before {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  }
  .template-page-lists--products .template-page-list__item-content-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .template-page-list__item-content-image {
    width: 150%;
  }
  .template-page-method {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .template-page-method__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .template-page-method__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .template-page-method__list {
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 40px 0 70px 0;
    padding: 2.5rem 0 4.375rem 0;
  }
  .template-page-method__item {
    grid-template-areas: "image title" "image button";
    grid-template-columns: 1fr 0.8fr;
    -moz-column-gap: 2.3125rem;
         column-gap: 2.3125rem;
  }
  .template-page-method__item-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: auto;
    text-align: left;
  }
  .template-page-method__item-title--small {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .template-mv__container {
    margin-left: auto;
    margin-right: 0;
    margin-right: initial;
    min-height: 450px;
    min-height: 28.125rem;
  }
  .template-mv__inner {
    gap: 48px;
    gap: 3rem;
    grid-template-columns: 0.81fr 1fr;
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }
  .template-mv__content {
    order: 1;
  }
  .template-mv__visual {
    order: 2;
  }
  .template-mv__visual-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .template-mv__title {
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: 3px;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .template-mv__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .template-mv__description {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .template-mv__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .template-mv__button-wrapper {
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: left;
  }
  .template-page-reason {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .template-page-reason .l-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .template-page-reason__step-list {
    gap: 11px;
    grid-auto-rows: 2fr auto 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 1140px;
    max-width: 71.25rem;
  }
  .template-page-reason__step-list02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 11px;
    gap: 11px;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .template-page-reason__step-item {
    grid-row: span 3;
    grid-template-rows: subgrid;
    max-height: 240px;
    max-height: 15rem;
    padding-bottom: 4%;
    padding-top: 4%;
    width: 365px;
    width: 22.8125rem;
  }
  .template-page-reason__step-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .template-page-reason__step-icon::before {
    position: relative;
    right: 0;
    top: 0;
  }
  .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
    height: 82px;
    height: 5.125rem;
    width: 80px;
    width: 5rem;
  }
  .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
    height: 64px;
    height: 4rem;
    width: 47px;
    width: 2.9375rem;
  }
  .template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
    height: 70px;
    height: 4.375rem;
    width: 52px;
    width: 3.25rem;
  }
  .template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list--differentiation .template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list--business .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list--business .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list--business .template-page-reason__step-item:nth-child(3) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list02 .template-page-reason__step-item:nth-child(1) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-reason__step-list02 .template-page-reason__step-item:nth-child(2) .template-page-reason__step-icon::before {
    height: 80px;
    height: 5rem;
    width: 90px;
    width: 5.625rem;
  }
  .template-page-section__step-text {
    text-align: left;
  }
  .template-page-list__item-content-button-wrapper {
    text-align: right;
  }
  .template-page-reason__button-wrapper {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .top-about {
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .top-about__title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .top-about__title::before {
    content: none;
  }
  .top-white-paper .white-paper-archive__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .top-white-paper:before {
    height: 1000px;
    height: 62.5rem;
  }
  .top-white-paper .white-paper-archive__grid {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 10px;
    padding: 0.625rem;
  }
  .p-modal-contents__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-products-single__content-wrapper > .p-modal-contents__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-about-team-intro__member > .p-modal-contents__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .template-page-method__item > .p-modal-contents__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-modal-contents__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .template-page-method__item > .p-modal-contents__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-modal-contents__description {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-products-single__content-wrapper > .p-modal-contents__description {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-modal-contents__achievements {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-modal-contents__image-list {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-products-single__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-products-single__content-wrapper > .p-products-single__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-about-team-intro__member > .p-products-single__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .template-page-method__item > .p-products-single__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-products-single__description {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-products-single__content-wrapper > .p-products-single__description {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-products-single__details {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-products-single__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-about-team-intro__member-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-products-single__content-wrapper > .p-about-team-intro__member-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-about-team-intro__member > .p-about-team-intro__member-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .template-page-method__item > .p-about-team-intro__member-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-about-team-intro__member-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-about-team-intro__member-message-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .stress-free-section__point:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .stress-free-section__point:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .stress-free-section__point:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .template-page-method__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-products-single__content-wrapper > .template-page-method__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-about-team-intro__member > .template-page-method__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .template-page-method__item > .template-page-method__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .template-page-method__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .template-page-method__item > .template-page-method__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .template-page-method__item-button-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 768px){
  .pc-only {
    display: none;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 1280px){
  html {
    font-size: 16px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 400px){
  .about-slider .template-page-list__item-content-title .about-slider .splide__arrow {
    height: 48px;
    height: 3rem;
    width: 48px;
    width: 3rem;
  }
  .about-slider .splide__arrow--prev {
    left: 24px;
    left: 1.5rem;
  }
}

@media screen and (min-width: 1000px){
  .p-archive-seminar-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-archive-column-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-front-mv {
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .header {
    height: 125px;
    height: 7.8125rem;
  }
  .header__inner {
    justify-content: space-around;
    padding-left: 1%;
    padding-right: 1%;
  }
  .header__logo {
    max-width: 175px;
    max-width: 10.9375rem;
  }
  .header__nav {
    display: block;
  }
  .header__nav-item > a,
  .header__nav-modal-wrap > p {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 9px;
    padding: 0 0.5625rem;
  }
  .header__nav-modal--product {
    gap: 49px;
    gap: 3.0625rem;
    max-height: 100%;
  }
  .header__nav-modal--about .p-about-cards__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header__drawer-accordion-item-parts--about .p-about-cards__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .header__drawer-accordion-item-parts--about .p-about-cards__link {
    grid-template-columns: 1fr;
  }
  .header__drawer-accordion-item-parts--about .p-about-cards__image img {
    aspect-ratio: 413/235;
  }
  .header__drawer-accordion-item-parts--about .p-about-cards__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header__nav-modal-detail-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .header__nav-modal-detail-list:has(.header__nav-modal-detail-item:nth-child(3)) {
    grid-template-columns: repeat(4, 1fr);
  }
  .header__hamburger {
    display: none;
  }
  .header__drawer-accordion-list {
    padding: 0 20px 10px 20px;
    padding: 0 1.25rem 0.625rem 1.25rem;
  }
  .header__drawer-download-label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .header__drawer-download-label::before,
  .header__drawer-download-label::after {
    height: 18px;
    height: 1.125rem;
  }
  .header__drawer-download-label::before {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .header__drawer-download-label::after {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-page-entry__steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-single-column-related__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-single-seminar-related__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-mv {
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .template-mv {
    margin-top: 125px;
    margin-top: 7.8125rem;
    margin-top: 125px;
    margin-top: 7.8125rem;
    min-height: 450px;
    min-height: 28.125rem;
  }
}

@media screen and (min-width: 1200px){
  #contact-form {
    scroll-margin-top: 8.125rem;
  }
}

@media screen and (min-width: 1400px){
  .header__inner {
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
  }
  .header__nav-item > a,
  .header__nav-modal-wrap > p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 16px;
    padding: 0 1rem;
  }
}

@media (max-width: 767px){
  .p-about-team {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-about-team .p-about-team__title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .p-about-team .p-about-team__tabs {
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .p-about-team .p-about-team__tab {
    text-align: center;
    width: 200px;
  }
  .p-about-team .p-about-team__member-image {
    height: 180px;
  }
  .p-about-team .p-about-team__member-info {
    padding: 15px;
  }
  .p-about-team .p-about-team__member-name {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px){
  .p-about-team .p-about-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .p-about-team .p-about-team__grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .video-modal__container {
    max-width: 95vw;
    padding: 20px;
  }
  .video-modal__title {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .video-modal__close {
    font-size: 24px;
    font-size: 1.5rem;
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 480px){
  .p-about-team .p-about-team__grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
