@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  color: #151515;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: #fff;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

body br.sbr {
  display: inline;
}
@media screen and (min-width: 768px) {
  body br.sbr {
    display: none;
  }
}
body br.pbr {
  display: none;
}
@media screen and (min-width: 768px) {
  body br.pbr {
    display: inline;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-archive {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .l-archive {
    display: grid;
    grid-template-columns: 1fr 13.75rem;
    padding-top: 11.25rem;
    padding-bottom: 7.5rem;
  }
}

.body {
  background: #fff;
}
.body__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.body__fixed main {
  opacity: 0;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 1rem 1.5625rem 1rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-main {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 5.125rem;
  }
}
.l-main.-sub {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-main.-sub {
    margin-top: 5rem;
  }
}

.l-sidebar {
  width: 100%;
}
.l-sidebar h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  color: #fff !important;
  display: block;
  background: #002C82;
  border-radius: 4px;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar h2 {
    font-size: 1.25rem;
  }
}
.l-sidebar ul > * + * {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.l-sidebar li a {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar li a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .l-sidebar .sidebar__inner {
    position: sticky;
    top: 7.5rem;
  }
}
.l-sidebar .sidebar__inner > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}

.l-single {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    display: grid;
    grid-template-columns: 1fr 13.75rem;
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
    min-height: 31.25rem;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 80rem;
  }
}

.c-accordion {
  margin-top: 40px;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c-accordion {
    margin-top: 4rem;
  }
}
.c-accordion__container {
  width: 100%;
  margin: 0 auto;
}
.c-accordion__container > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__container > * + * {
    margin-top: 1.5rem;
  }
}

.c-accordion__question {
  padding: 16px 40px 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  border-radius: 15px;
  background: #F7FCFD;
}

@media screen and (min-width: 768px) {
  .c-accordion__question {
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 5rem 1.25rem 2.0625rem;
  }
}
.c-accordion__question:hover {
  cursor: pointer;
}

.c-accordion__question span {
  font-size: 14px;
  color: #fff;
  background: #007585;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: 0.5rem;
  border-radius: 999px;
  padding: 6px 8px;
}

@media screen and (min-width: 768px) {
  .c-accordion__question span {
    margin-right: 1rem;
    font-size: 18px;
    padding: 6px 8px;
  }
}
.c-accordion__title {
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #092F35;
}

@media screen and (min-width: 768px) {
  .c-accordion__title {
    font-size: 1.25rem;
  }
}
.c-accordion__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  width: 20px;
  height: 20px;
  right: 12px;
  background: url(../images/common/faq_open.svg);
  background-size: contain;
  z-index: 2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 768px) {
  .c-accordion__question::after {
    width: 24px;
    height: 24px;
    top: 30%;
    right: 25px;
  }
}
.c-accordion__question.is-active::after {
  width: 20px;
  height: 20px;
  background: url(../images/common/faq_close.svg);
  background-size: contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .c-accordion__question.is-active::after {
    width: 24px;
    height: 24px;
  }
}
.c-accordion__content {
  padding: 32px 14px 16px 0;
  padding: 2rem 0.875rem 1rem 0;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    grid-template-columns: 2.5rem 1fr;
  }
}
.c-accordion__content > span {
  display: inline-block;
  background: #F7FCFD;
  color: #007585;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-accordion__content > span {
    font-size: 1.125rem;
  }
}
.c-accordion__content > p {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .c-accordion__content > p {
    letter-spacing: 0.8px;
    margin-right: -0.8px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-accordion__content {
    padding: 1.75rem 1.25rem 2rem 1.75rem;
  }
}
.c-accordion__head {
  padding: 24px 16px 40px 20px;
  padding: 1.5rem 1rem 2.5rem 1.25rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-accordion__head {
    padding: 3rem 2.5rem 4rem;
  }
}
.c-accordion__wrapper {
  margin-top: 28px;
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .c-accordion__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    gap: 0.75rem;
  }
}
.c-accordion__text {
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  line-height: 1.6153846154;
}

@media screen and (min-width: 768px) {
  .c-accordion__text {
    letter-spacing: 0.8px;
    margin-right: -0.8px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-accordion__link a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 30px auto 0;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

@media screen and (min-width: 768px) {
  .c-accordion__link a {
    max-width: 34.0625rem;
    margin: 1.875rem auto 0;
  }
}
.c-accordion__link a:hover {
  opacity: 1;
}

.c-accordion__link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-animation01 img {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.2) translateY(24px);
          transform: scale(1.2) translateY(24px);
}

.fade-in-scale-animation img {
  -webkit-animation: fadeInScale 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeInScale 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
.c-animation-text {
  opacity: 0;
  -webkit-transform: translate(0px, 110%);
          transform: translate(0px, 110%);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-animation-text.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.c-animation-text.animate.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-animation-text.animate.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-animation-text.animate.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animation-text.animate.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-animation-text.animate.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animation-text.animate.delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-animation-text.animate.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.c-animation-text.animate.delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-animation-text.animate.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.c-animation-text.animate.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-animation-text-fast {
  opacity: 0;
  -webkit-transform: translate(0px, 110%);
          transform: translate(0px, 110%);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-animation-text-fast.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.c-animation-text-fast.animate.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-animation-text-fast.animate.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-animation-text-fast.animate.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animation-text-fast.animate.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-animation-text-fast.animate.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animation-text-fast.animate.delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-animation-text-fast.animate.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.c-animation-text-fast.animate.delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-animation-text-fast.animate.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.c-animation-text-fast.animate.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-animation-text02 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.c-animation-text02.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-animation-text02.animate.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-animation-text02.animate.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-animation-text02.animate.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animation-text02.animate.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-animation-text02.animate.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animation-text02.animate.delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-animation-text02.animate.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.c-animation-text02.animate.delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-animation-text02.animate.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.c-animation-text02.animate.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-awasonic-heading {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.c-awasonic-heading__icon {
  width: 100%;
  max-width: 48px;
  max-width: 3rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-awasonic-heading__icon {
    max-width: 5.8125rem;
  }
}
.c-awasonic-heading__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-awasonic-heading__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-right: -1px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-awasonic-heading__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.c-awasonic-heading__title--secondary {
  color: #4A0055;
}

.c-breadcrumbs {
  background: #FAFCFF;
  margin-top: 0;
}
.c-breadcrumbs__inner {
  padding: 6px 20px 16px;
  padding: 0.375rem 20px 1rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__inner {
    padding: 0.5rem 25px 1rem;
    max-width: 74.375rem;
    margin-inline: auto;
  }
}
.c-breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #828282;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs span {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #828282;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs a {
    font-size: 0.875rem;
  }
}

.c-button__primary {
  padding: 14px 88px 14px 20px;
  padding: 0.875rem 5.5rem 0.875rem 1.25rem;
  background: #233D6F;
  color: #fff;
  border-radius: 9999px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08px;
  margin-right: -0.08px;
  position: relative;
  border: solid 1px #ffffff;
  display: inline-block;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .c-button__primary {
    line-height: 1.75;
    padding: 0.875rem 5.5rem 1.125rem 1.5rem;
    font-size: 1.125rem;
    min-width: 17.5rem;
  }
}
.c-button__primary:hover {
  opacity: 1;
}
.c-button__primary:hover:before {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  right: 27px;
  right: 1.6875rem;
}
.c-button__primary:after {
  position: absolute;
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-button__primary:after {
    width: 2.25rem;
    height: 2.25rem;
    right: 1rem;
  }
}
.c-button__primary:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-button__primary:before {
    width: 0.625rem;
    height: 0.625rem;
    right: 1.8125rem;
  }
}
.c-button__secondary {
  display: inline-block;
  padding: 8px 48px;
  padding: 0.5rem 3rem;
  background: #002C82;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 999px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-button__secondary {
    font-size: 0.9375rem;
  }
}
.c-button__entry {
  display: inline-block;
  padding: 0.5em 4em;
  border: 1px solid #0067b1;
  color: #0067b1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-button__entry {
    font-size: 1rem;
  }
}
.c-button__entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0067b1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -1;
}
.c-button__entry:hover {
  color: #fff;
}
.c-button__entry:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-button__entry:not(:hover)::before {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-button__cta {
  display: block;
  width: 90%;
  margin: auto;
  border-radius: 0.5rem;
  background: #002C82;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 12px;
  padding: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-button__cta {
    font-size: 1.25rem;
    width: 60%;
    min-width: 31.25rem;
  }
}
.c-button__archive {
  display: inline-block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  font-weight: 700;
  color: #002C82;
  font-size: 12px;
  font-size: 0.75rem;
  border: solid 2px #002C82;
  background: #f7f7fd;
  border-radius: 999px;
}
.c-button__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  width: 280px;
  width: 17.5rem;
  height: 48px;
  height: 3rem;
  margin: auto;
  border-radius: 999px;
  background: #002C82;
  border: solid 2px #002C82;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button__send:hover {
  background: #fff;
  color: #002C82;
}

.c-contact {
  background: url(../images/common/contact_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-contact .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-contact .l-inner {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
.c-contact__head {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-contact__head {
    margin-bottom: 3.5rem;
  }
}
.c-contact__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-right: -1px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-contact__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-right: -1px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact__sub-title {
    gap: 1.5rem;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.125;
    letter-spacing: 3.6px;
    margin-right: -3.6px;
  }
}
.c-contact__text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.c-contact__icon {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-contact__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-contact__btn {
  text-align: center;
}

.c-fnav {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-fnav {
    grid-template-columns: 12.5rem 9.375rem;
    gap: 4.5rem;
    max-width: auto;
  }
}
.c-fnav__list > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__list > * + * {
    margin-top: 1.25rem;
  }
}
.c-fnav__sub-list {
  margin-left: 12px;
  margin-left: 0.75rem;
}
.c-fnav__sub-list > * + * {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__sub-list > * + * {
    margin-top: 0.75rem;
  }
}
.c-fnav__sub-item a {
  display: block;
  position: relative;
  padding-right: 8px;
  padding-right: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-fnav__sub-item a {
    font-size: 0.8125rem;
  }
}
.c-fnav__sub-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/fnav_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-fnav__item a:not(.c-fnav__sub-item a) {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .c-fnav__item a:not(.c-fnav__sub-item a) {
    font-size: 0.875rem;
  }
}
.c-fnav__item span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__item span {
    margin-bottom: 0.9375rem;
  }
}
.c-fnav__item--white a {
  color: #D4D4D5;
}

.c-hamburger__btn {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 9999;
  width: 40px;
  width: 2.5rem;
  height: 24px;
  height: 1.5rem;
  overflow: hidden;
}
.c-hamburger__line {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #1C1C1C;
}
.c-hamburger__line:before {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  top: -4px;
  top: -0.25rem;
}
.c-hamburger__line:after {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  bottom: -4px;
  bottom: -0.25rem;
}
.c-hamburger__menu {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__menu {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.c-hamburger__wrapper {
  max-width: 1140px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 54px;
  padding-top: 3.375rem;
}
.c-hamburger__logo {
  width: 148px;
  width: 9.25rem;
  height: 32px;
  height: 2rem;
  margin: 0 0 58px;
  margin: 0 0 3.625rem;
}
.c-hamburger__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.c-hamburger__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.c-hamburger__item {
  overflow: hidden;
}
.c-hamburger__item a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #092F35;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
}
.c-hamburger__parent {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #092F35;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  display: block;
  position: relative;
}
.c-hamburger__parent:after {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
  right: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url(../images/common/menu_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-hamburger__parent.is-open:after {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
  right: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url(../images/common/menu_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-hamburger__item-line {
  display: block;
  width: calc(100% - 2px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border-top: solid 1px #E6E6E6;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.c-hamburger__sub-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  display: block !important;
}
.c-hamburger__sub-list > * {
  margin-top: 16px;
  margin-top: 1rem;
}
.c-hamburger__sub-item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  font-weight: 700;
  color: #092F35;
  display: block;
  position: relative;
}
.c-hamburger__sub-item a:after {
  content: "";
  position: absolute;
  top: 4px;
  top: 0.25rem;
  right: 4px;
  right: 0.25rem;
  width: 6px;
  width: 0.375rem;
  height: 14px;
  height: 0.875rem;
  background: url(../images/common/menu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-hamburger__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
  max-width: 358px;
  max-width: 22.375rem;
  width: 100%;
  margin: 12px auto;
  margin: 0.75rem auto;
}
.c-hamburger__cv-btn {
  display: block;
  width: 100%;
}
.c-hamburger__cv-btn img {
  width: 100%;
  height: auto;
}

.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
  top: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.c-info__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #EAEAEA;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-info__list {
    gap: 0;
    border-bottom: none;
    grid-template-columns: 7.5rem 1fr;
  }
}
.c-info__list:not(:first-child) {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-info__list:last-child {
    border-bottom: none;
  }
}
.c-info__list:last-child dd {
  border-bottom: none;
}
.c-info__list:last-child dt {
  border-bottom: none;
}
.c-info__term {
  color: #092F35;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-info__term {
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    border-bottom: solid 0.0625rem #007585;
    color: #092F35;
  }
}
.c-info__description {
  color: #092F35;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-info__description {
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    border-bottom: solid 0.0625rem #EAEAEA;
  }
}
.c-info__description ul > * + * {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.c-info__description li {
  position: relative;
  color: #092F35;
  padding-left: 12px;
  padding-left: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-info__description li {
    font-size: 1.125rem;
  }
}
.c-info__description li:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 999px;
  top: 12px;
  top: 0.75rem;
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  background: #092F35;
}

.c-list > * + * {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: solid 1px #E7E7E7;
}
.c-list > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-list > div {
    grid-template-columns: 9.375rem 1fr;
    gap: 4rem;
  }
}
.c-list dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-list dt {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6666666667;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-list dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.4px;
  margin-right: -0.4px;
}
@media screen and (min-width: 768px) {
  .c-list dd {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}

.c-news > * + * {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: solid 1px #E7E7E7;
}
@media screen and (min-width: 768px) {
  .c-news > * + * {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.c-news a {
  display: block;
}
.c-news a:last-child {
  border-bottom: solid 1px #E7E7E7;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.c-news__meta time {
  font-family: "Poppins", sans-serif;
  color: #8D8D8D;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
.c-news__cat {
  display: inline-block;
  border-radius: 999px;
  background: #002C82;
  color: #fff;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-news__cat {
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.c-news__title {
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.825;
  color: #222;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .c-news__title {
    font-size: 1.125rem;
  }
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 99999;
  /* is-hiddenクラスを初期状態では適用しない */
  opacity: 0;
}

/* is-hiddenクラスをここに定義 */
.is-hidden {
  display: none;
}

.opening__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2a2c33;
}

.opening__logo {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 200px;
  max-width: 12.5rem;
}
@media (min-width: 1600px) {
  .opening__logo {
    max-width: 18.75rem;
  }
}
.opening__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-heading01 {
  position: relative;
  text-align: center;
}
.c-section-heading01:before {
  content: attr(data-title);
  position: absolute;
  color: #F1F1F1;
  top: -30px;
  top: -1.875rem;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-right: -1.6px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-section-heading01:before {
    top: -7.5rem;
    font-size: 11.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-section-heading01__title {
  color: #002C82;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-right: -1.6px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-section-heading01__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-section-heading01__sub-title {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  background: #ECECEC;
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #002C82;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-right: -0.4px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-section-heading01__sub-title {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}

.c-sub-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  height: 15rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-header {
    height: 33.75rem;
  }
}
@media (min-width: 1920px) {
  .c-sub-header {
    height: 43.75rem;
  }
}
.c-sub-header.news {
  background-image: url(../images/sub-header/news_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.news {
    background-image: url(../images/sub-header/news_pc.jpg.webp);
  }
}
.c-sub-header.company {
  background-image: url(../images/sub-header/company_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.company {
    background-image: url(../images/sub-header/company_pc.jpg.webp);
  }
}
.c-sub-header.welfare {
  background-image: url(../images/sub-header/welfare_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.welfare {
    background-image: url(../images/sub-header/welfare_pc.jpg.webp);
  }
}
.c-sub-header.member {
  background-image: url(../images/sub-header/member_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.member {
    background-image: url(../images/sub-header/member_pc.jpg.webp);
  }
}
.c-sub-header.group {
  background-image: url(../images/sub-header/group_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.group {
    background-image: url(../images/sub-header/group_pc.jpg.webp);
  }
}
.c-sub-header.message {
  background-image: url(../images/sub-header/message_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.message {
    background-image: url(../images/sub-header/message_pc.jpg.webp);
  }
}
.c-sub-header.environment {
  background-image: url(../images/sub-header/environment_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.environment {
    background-image: url(../images/sub-header/environment_pc.jpg.webp);
  }
}
.c-sub-header.data {
  background-image: url(../images/sub-header/data_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.data {
    background-image: url(../images/sub-header/data_pc.jpg.webp);
  }
}
.c-sub-header.requirements {
  background-image: url(../images/sub-header/requirements_sp.jpg.webp);
  background-image: url(../images/sub-header/requirements_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.requirements {
    background-image: url(../images/sub-header/requirements_pc.jpg.webp);
  }
}
.c-sub-header.privacy-policy {
  background-image: url(../images/sub-header/privacy-policy_sp.jpg.webp);
}
@media screen and (min-width: 768px) {
  .c-sub-header.privacy-policy {
    background-image: url(../images/sub-header/privacy-policy_pc.jpg.webp);
  }
}
.c-sub-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.c-sub-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1920px) {
  .c-sub-header__inner {
    max-width: 97.5rem;
  }
}
.c-sub-header__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6428571429;
  letter-spacing: 2px;
  margin-right: -2px;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-sub-header__title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2857142857;
    letter-spacing: 7.5px;
    margin-right: -7.5px;
  }
}
.c-sub-header__sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  color: #fff;
  position: relative;
  z-index: 3;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-sub-header__sub-title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-sub-header__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #fff;
  position: relative;
  z-index: 3;
  font-family: "Poppins", sans-serif;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}

.c-tab {
  /* タブメニュー */
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
.c-tab__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* メニューを下揃え&高さを調整 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-tab__menu {
    min-height: 5.25rem;
    gap: 1.5rem;
  }
}
.c-tab__menu-item {
  list-style: none;
  width: 100%;
  padding: 10px 6px;
  padding: 0.625rem 0.375rem;
  /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* アニメーション */
  border: solid 1px #454545;
}
@media screen and (min-width: 768px) {
  .c-tab__menu-item {
    padding: 1.25rem 0.75rem;
  }
}
.c-tab__menu-item:last-of-type {
  margin-right: 0px;
}
.c-tab__menu-item.is-active {
  background-color: #EAEAEA;
  border: solid 1px transparent;
}
.c-tab__panel {
  width: 100%;
}
.c-tab__panel-box {
  padding: 10px 30px;
  border-radius: 10px;
}
.c-tab__panel-box01 {
  display: none;
}
.c-tab__panel-box02 {
  display: none;
}
.c-tab__panel-box03 {
  display: none;
}
.c-tab__panel-box.is-show {
  display: block;
}
.c-tab__head {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-tab__head {
    margin-bottom: 2rem;
  }
}
.c-tab__head h2 {
  color: #454545;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .c-tab__head h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 2.4px;
    margin-right: -2.4px;
  }
}
.c-tab__body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-tab__body {
    grid-template-columns: 1.43fr 1fr;
  }
}

.c-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #002C82;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.25rem;
    line-height: 1.6666666667;
  }
}

.c-parts-common01 {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: url(../images/common/common_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-parts-common01 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background: url(../images/common/common_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -150px;
  }
}
@media (min-width: 1680px) {
  .c-parts-common01 {
    padding-top: 12.5rem;
    padding-bottom: 15.625rem;
    background: url(../images/common/common_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -240px;
  }
}
.c-parts-common01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
  margin: auto;
}
.c-parts-common01 .l-inner {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
.c-parts-common01 .l-inner h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-common01 .l-inner h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}
.c-parts-common01 .l-inner p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-common01 .l-inner p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-parts-common01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-common01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-common01__btn {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-common01__btn {
    margin-top: 3rem;
  }
}
.c-parts-common01__image {
  width: 100%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-parts-common01__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-parts-common01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-common02 {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: url(../images/common/common_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-parts-common02 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background: url(../images/common/common_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -150px;
  }
}
@media (min-width: 1680px) {
  .c-parts-common02 {
    padding-top: 12.5rem;
    padding-bottom: 15.625rem;
    background: url(../images/common/common_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -240px;
  }
}
.c-parts-common02:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
  margin: auto;
}
.c-parts-common02 .l-inner {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
.c-parts-common02 .l-inner h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-common02 .l-inner h2 {
    margin-bottom: 3rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-common02 .l-inner p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-common02 .l-inner p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-parts-common02__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-common02__container {
    grid-template-columns: 1fr 1fr;
    max-width: 45rem;
    margin-inline: auto;
    gap: 3rem;
  }
}
.c-parts-common02__content h3 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .c-parts-common02__content h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.c-parts-common02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-common02__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-common02__image {
  width: 100%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-parts-common02__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-parts-common02__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-company01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-company01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-company01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company01__container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-top: 6.25rem;
    margin-bottom: 5rem;
    max-width: 60.625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-company01 .c-list {
    max-width: 60.625rem;
    margin-inline: auto;
  }
}
.c-parts-company01__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-company01__desc h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 2rem;
  }
}
.c-parts-company01__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company01__textarea > * + * {
    margin-top: 1.25rem;
  }
}
.c-parts-company01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-company01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company01__btn {
    margin-top: 4rem;
  }
}
.c-parts-company01__image {
  width: 100%;
  height: auto;
}
.c-parts-company01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-company02 {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-company02 {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.c-parts-company02__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__heading {
    grid-template-columns: 1fr 27.5rem;
    gap: 2.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4rem;
  }
}
.c-parts-company02__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}
.c-parts-company02__heading p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__heading p {
    margin-left: auto;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-company02__container > * + * {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__container > * + * {
    margin-top: 6.25rem;
  }
}
.c-parts-company02__container .c-parts-company02__image {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__container .c-parts-company02__image {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-company02__desc {
    max-width: 50rem;
    margin-inline: auto;
  }
}
.c-parts-company02__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 1.8px;
  margin-right: -1.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: solid 1px #dedede;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__desc h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.c-parts-company02__desc h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__desc h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
    margin-bottom: 1.25rem;
  }
}
.c-parts-company02__textarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__textarea {
    grid-template-columns: 0.8fr 1fr;
    gap: 5rem;
  }
}
.c-parts-company02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-company02__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company02__btn {
    margin-top: 4rem;
  }
}
.c-parts-company02__image {
  width: 100%;
  height: auto;
}
.c-parts-company02__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-company03 {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-company03 {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.c-parts-company03__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}
.c-parts-company03__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__container {
    margin-top: 5rem;
  }
}
.c-parts-company03__container > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__container > * + * {
    margin-top: 4rem;
  }
}
.c-parts-company03__content {
  background: #eef5ff;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__content {
    padding: 2rem 5rem;
  }
}
.c-parts-company03__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__head {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
}
.c-parts-company03__head h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
  margin-right: -2px;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__head h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-parts-company03__num {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  margin-right: -4px;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__num {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4px;
    margin-right: -4px;
  }
}
.c-parts-company03__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-company03__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company03__btn {
    margin-top: 4rem;
  }
}
.c-parts-company03__image {
  width: 100%;
  height: auto;
}
.c-parts-company03__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-company04 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-company04 {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-company04__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company04__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}
.c-parts-company04__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company04__container {
    margin-top: 5rem;
  }
}
.c-parts-company04__map {
  width: 100%;
  height: 250px;
  height: 15.625rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company04__map {
    height: 30rem;
    margin-top: 4rem;
  }
}
.c-parts-company04__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.c-parts-company04__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-company04__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-company04__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-company04__btn {
    margin-top: 4rem;
  }
}
.c-parts-company04__image {
  width: 100%;
  height: auto;
}
.c-parts-company04__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-concept01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-concept01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-top: 6.25rem;
  }
}
.c-parts-concept01__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-parts-concept01__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__desc h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 2rem;
  }
}
.c-parts-concept01__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__textarea > * + * {
    margin-top: 1.25rem;
  }
}
.c-parts-concept01__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-concept01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__btn {
    margin-top: 4rem;
  }
}
.c-parts-concept01__image {
  width: 80%;
  height: 300px;
  height: 18.75rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-concept01__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
  }
}
.c-parts-concept01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-parts-cta01 {
  background: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  padding: 16px 0;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.c-parts-cta01.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .c-parts-cta01 {
    padding: 1rem 0;
  }
}

.c-parts-data01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-data01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-data01__container {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data01__container {
    margin-top: 6.25rem;
    max-width: 53.125rem;
    margin-inline: auto;
  }
}
.c-parts-data01__container a {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.c-parts-data01__container a::after {
  position: absolute;
  content: attr(data-title);
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-parts-data01__container a::after {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-data01__container a img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.c-parts-data01__top {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.c-parts-data01__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data01__bottom {
    grid-template-columns: 1fr 1fr;
  }
}
.c-parts-data01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-data01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-data01__image {
  width: 100%;
  height: auto;
}
.c-parts-data01__image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.c-parts-data02 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
@media screen and (min-width: 768px) {
  .c-parts-data02 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.c-parts-data02 .c-section-heading01 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02 .c-section-heading01 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-data02 .l-inner {
    max-width: 62.5rem;
  }
}
.c-parts-data02__container {
  display: grid;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.c-parts-data02__wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__wrapper {
    margin-top: 5rem;
  }
}
.c-parts-data02__wrapper:nth-child(2) {
  margin-top: 0;
}
.c-parts-data02__wrapper h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__wrapper h3 {
    margin-bottom: 2rem;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.5384615385;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-data02__num {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__num {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-data02__content {
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-parts-data02__content:hover {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
          box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}
.c-parts-data02__head {
  background-color: #5373a2;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__head {
    padding: 1rem 1.5rem;
  }
}
.c-parts-data02__head h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__head h4 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4545454545;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-data02__textarea {
  padding: 24px;
  padding: 1.5rem;
}
.c-parts-data02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #333333;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-data02__text:last-child {
  margin-bottom: 0;
}
.c-parts-data02__image {
  width: 100%;
  height: auto;
  padding: 12px;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-data02__image {
    padding: 1.25rem;
  }
}
.c-parts-data02__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c-parts-data02__image--small {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}
.c-parts-data02__grid-full {
  grid-column: 1/-1;
  width: 100%;
}
.c-parts-data02__grid-full .c-parts-data02__content {
  max-width: 100%;
}

.c-parts-entry-form01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01 .l-inner {
    max-width: 50rem;
  }
}
.c-parts-entry-form01__heading .c-section-heading01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__heading .c-section-heading01 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__heading .c-section-heading01:before {
    text-align: center;
  }
}
.c-parts-entry-form01__container {
  margin-top: 64px;
  margin-top: 4rem;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__container {
    margin-top: 5rem;
  }
}
.c-parts-entry-form01__container dl > * + * {
  border-top: solid 1px #fff;
}
.c-parts-entry-form01__container dl > div {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__container dl > div {
    grid-template-columns: 16.6875rem 1fr;
  }
}
.c-parts-entry-form01__container dt {
  background: #dfedfe;
  color: #002C82;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__container dt {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
    text-align: center;
    min-height: 3rem;
  }
}
.c-parts-entry-form01__container dd {
  background: #f6f6fa;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 16px;
  padding: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__container dd {
    min-height: 3rem;
    padding: 1.125rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.c-parts-entry-form01__container dd li {
  list-style: disc;
  margin-left: 16px;
  margin-left: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__container dd li {
    font-size: 0.875rem;
  }
}
.c-parts-entry-form01__container dd a {
  color: #002C82;
  text-decoration: underline;
  font-weight: bold;
}
.c-parts-entry-form01__images {
  margin-top: 32px;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__images {
    margin-top: 3rem;
  }
}
.c-parts-entry-form01__image {
  width: 100%;
  height: auto;
}
.c-parts-entry-form01__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.c-parts-entry-form01__form {
  margin-top: 32px;
  margin-top: 2rem;
  background: #e9e9eb;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  border-radius: 12px;
  border: solid 1px #f2f2f2;
}
@media screen and (min-width: 768px) {
  .c-parts-entry-form01__form {
    margin-top: 3rem;
    padding: 2.5rem 2rem;
  }
}

.c-parts-environment01 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01 {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-environment01__heading h2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-right: -1.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-parts-environment01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 4rem;
  }
}
.c-parts-environment01__container--movie {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__container--movie {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.c-parts-environment01__container--movie .c-parts-environment01__content {
  width: 100%;
}
.c-parts-environment01__container--movie .c-parts-environment01__content h3 {
  margin-bottom: 0;
}
.c-parts-environment01__container--movie .c-parts-environment01__movie {
  width: 100%;
  height: 240px;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__container--movie .c-parts-environment01__movie {
    height: 18.75rem;
  }
}
.c-parts-environment01__container--movie .c-parts-environment01__movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.c-parts-environment01__content {
  max-width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__content {
    max-width: 100%;
  }
}
.c-parts-environment01__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.4px;
    margin-right: -1.4px;
    margin-bottom: 2rem;
  }
}
.c-parts-environment01__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-environment01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-environment01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-environment01__image {
  width: 100%;
  height: auto;
}
.c-parts-environment01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-group01 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-group01 {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-group01__container > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__container > * + * {
    margin-top: 5rem;
  }
}
.c-parts-group01__head h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__head h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-group01__head span {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  background: #ECECEC;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #002C82;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-right: -0.4px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__head span {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.c-parts-group01__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3.125rem;
  }
}
.c-parts-group01__body a img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.c-parts-group01__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
    margin-top: 1.5rem;
  }
}
.c-parts-group01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-group01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__btn {
    margin-top: 4rem;
  }
}
.c-parts-group01__image {
  width: 100%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-parts-group01__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-parts-group01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-group02 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-group02 {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-group02__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__head {
    margin-bottom: 3rem;
  }
}
.c-parts-group02__head h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__head h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-group02__head span {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  background: #ECECEC;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #002C82;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-right: -0.4px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__head span {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.c-parts-group02__container > * + * {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__container > * + * {
    margin-top: 9.375rem;
  }
}
.c-parts-group02__info {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.c-parts-group02__info p {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__info p {
    font-size: 0.875rem;
  }
}
.c-parts-group02__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-parts-group02__heading a {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.c-parts-group02__heading a img {
  width: 100%;
  height: auto;
}
.c-parts-group02__body > * + * {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__body > * + * {
    margin-top: 3rem;
  }
}
.c-parts-group02__list-container {
  background: rgba(219, 227, 255, .337254902);
  margin-top: 16px;
  margin-top: 1rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__list-container {
    padding: 0.75rem 1.5rem;
    margin-top: 1.25rem;
  }
}
.c-parts-group02__list-container h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  color: #5373a2;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__list-container h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8888888889;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.c-parts-group02__list > * + * {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.c-parts-group02__item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  text-decoration: underline;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__item a {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.c-parts-group02__item a:after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background: #002C82;
  top: 8px;
  top: 0.5rem;
  left: 0;
}
.c-parts-group02__not-post {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #838383;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__not-post {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.c-parts-group02__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__content {
    grid-template-columns: 0.6fr 1fr;
  }
}
.c-parts-group02__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-group02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-group02__thumbnail {
  width: 100%;
  height: 250px;
  height: 15.625rem;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-parts-group02__thumbnail {
    width: 100%;
    height: auto;
  }
}
.c-parts-group02__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-parts-instagram {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-instagram {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.c-parts-instagram__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-instagram__btn {
    margin-top: 4rem;
  }
}
.c-parts-instagram__image {
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-instagram__image {
    margin-top: 5rem;
  }
}
.c-parts-instagram__image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.c-parts-kv01 {
  height: 200px;
  height: 12.5rem;
  width: 100%;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c-parts-kv01 {
    height: 18.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-parts-kv01 {
    height: 37.5rem;
  }
}
.c-parts-kv01__image {
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.c-parts-kv01__image img {
  width: 100%;
  height: auto;
}

.c-parts-mainview01 {
  position: relative;
  height: 92svh;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-parts-mainview01 {
    height: calc(100vh - 5.125rem);
    width: 100%;
  }
}
.c-parts-mainview01__copy {
  position: absolute;
  left: 25px;
  left: 1.5625rem;
  top: 30px;
  top: 1.875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-mainview01__copy {
    left: 3.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-parts-mainview01__copy h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 2.4px;
  margin-right: -2.4px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-mainview01__copy h2 {
    font-size: clamp(1.5rem, 0.2368rem + 2.6316vw, 3rem);
    line-height: 1.5;
    margin-bottom: 2.25rem;
  }
}
.c-parts-mainview01__copy p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 1px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .c-parts-mainview01__copy p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.c-parts-mainview01__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-parts-mainview01__image {
  width: 100%;
  height: 100%;
}
.c-parts-mainview01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-parts-member01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-member01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-member01__slider {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
@media screen and (min-width: 768px) {
  .c-parts-member01__slider {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.c-parts-member01__slider .swiper {
  overflow: clip;
}
.c-parts-member01__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-parts-member01__slider .swiper-slide {
  margin: 0 12px;
}
.c-parts-member01__slider .swiper-slide img {
  height: auto;
  width: 100%;
}
.c-parts-member01__container--full {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container--full {
    grid-template-columns: 0.8fr 1fr;
    gap: 4.5rem;
  }
}
.c-parts-member01__container--full .c-parts-member01__thumbnail {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container--full .c-parts-member01__thumbnail {
    margin-bottom: 1.25rem;
  }
}
.c-parts-member01__container--full .c-parts-member01__desc {
  position: relative;
  z-index: 2;
}
.c-parts-member01__container--full .c-parts-member01__title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container--full .c-parts-member01__title {
    margin-bottom: 0.9375rem;
  }
}
.c-parts-member01__container--full .c-parts-member01__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container--full .c-parts-member01__text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-member01__container--full .c-parts-member01__categories {
  position: relative;
  z-index: 2;
}
.c-parts-member01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container {
    gap: 7rem;
    margin-bottom: 7.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.c-parts-member01__container .c-parts-member01__thumbnail {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container .c-parts-member01__thumbnail {
    margin-bottom: 1.25rem;
  }
}
.c-parts-member01__container .c-parts-member01__title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container .c-parts-member01__title {
    margin-bottom: 0.9375rem;
  }
}
.c-parts-member01__container .c-parts-member01__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container .c-parts-member01__text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-member01__container .c-parts-member01__content:nth-child(2) {
    margin-top: 9.375rem;
  }
}
.c-parts-member01__desc h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  color: #002C82;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__desc h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
    margin-bottom: 2.5rem;
  }
}
.c-parts-member01__desc .c-parts-member01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__desc .c-parts-member01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-member01__thumbnail {
  width: 80%;
  height: 300px;
  height: 18.75rem;
  border-radius: 12px;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__thumbnail {
    width: 100%;
    height: auto;
  }
}
.c-parts-member01__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-parts-member01__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.c-parts-member01__cat {
  display: inline-block;
  border-radius: 999px;
  background: #002C82;
  color: #fff;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__cat {
    padding: 0.25rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5384615385;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.c-parts-member01__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-member01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-member01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__btn {
    margin-top: 4rem;
  }
}
.c-parts-member01__image {
  width: 100%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-parts-member01__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-parts-member01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-message01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-message01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-message01__heading .c-section-heading01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__heading .c-section-heading01 {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-message01__heading .c-section-heading01:before {
    text-align: right;
  }
}
.c-parts-message01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__container {
    margin-top: 5rem;
    grid-template-columns: 0.75fr 1fr;
    gap: 5rem;
  }
}
.c-parts-message01__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__desc h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
    margin-bottom: 2rem;
  }
}
.c-parts-message01__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__textarea > * + * {
    margin-top: 1.25rem;
  }
}
.c-parts-message01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-message01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__btn {
    text-align: left;
    margin-top: 4rem;
  }
}
.c-parts-message01__image {
  width: 80%;
  margin: auto;
  height: 300px;
  height: 18.75rem;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__image {
    width: 100%;
    height: auto;
  }
}
.c-parts-message01__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .c-parts-message01__image img {
    width: 100%;
    height: auto;
  }
}
.c-parts-message01__slider {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.c-parts-message01__slider .swiper {
  overflow: clip;
}
.c-parts-message01__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-parts-message01__slider .swiper-slide {
  margin: 0 12px;
}
.c-parts-message01__slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.c-parts-message02 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-message02 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.c-parts-message02__heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__heading {
    margin-bottom: 3rem;
  }
}
.c-parts-message02__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-message02__desc {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__desc {
    margin-top: 3rem;
  }
}
.c-parts-message02__desc h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
  margin-right: -1.6px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__desc h3 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.c-parts-message02__text--name {
  text-align: right;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 1px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__text--name {
    margin-top: 2.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.c-parts-message02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-message02__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message02__btn {
    text-align: left;
    margin-top: 4rem;
  }
}
.c-parts-message02__image {
  width: 100%;
  height: auto;
}
.c-parts-message02__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-message03 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-message03 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.c-parts-message03__heading {
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__heading {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.c-parts-message03__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-message03__slider {
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  overflow: hidden;
  /* ナビゲーションボタンの基本スタイル */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 左右のボタンの位置調整 */
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider {
    margin-bottom: 7.5rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-parts-message03__slider iframe {
  width: 100%;
  height: 240px;
  height: 15rem;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider iframe {
    height: 35rem;
  }
}
@media (min-width: 1680px) {
  .c-parts-message03__slider iframe {
    height: 40rem;
  }
}
.c-parts-message03__slider .swiper {
  width: 100%;
  height: auto;
  max-width: 1140px;
  max-width: 71.25rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper {
    overflow: visible;
    max-width: none;
  }
}
.c-parts-message03__slider .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper-slide {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-parts-message03__slider .swiper-button-next,
.c-parts-message03__slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-parts-message03__slider .swiper-button-prev::after,
.c-parts-message03__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
}
.c-parts-message03__slider .swiper-button-prev::after {
  background-image: url(../images/common/slider_prev.svg);
  background-size: contain;
}
.c-parts-message03__slider .swiper-button-next::after {
  background-image: url(../images/common/slider_next.svg);
  background-size: contain;
}
.c-parts-message03__slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -36px;
  bottom: -2.25rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3rem;
  }
}
.c-parts-message03__slider .swiper-pagination-bullet-active {
  background: #002C82;
}
.c-parts-message03__slider .swiper-button-prev {
  left: -15px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper-button-prev {
    left: 12.5%;
  }
}
@media (min-width: 1681px) {
  .c-parts-message03__slider .swiper-button-prev {
    left: 23%;
  }
}
.c-parts-message03__slider .swiper-button-next {
  right: -15px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__slider .swiper-button-next {
    right: 12.5%;
  }
}
@media (min-width: 1681px) {
  .c-parts-message03__slider .swiper-button-next {
    right: 23%;
  }
}
.c-parts-message03__container > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__container > * + * {
    margin-top: 4rem;
  }
}
.c-parts-message03__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__content {
    grid-template-columns: 1fr 0.6fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-message03__content:nth-child(odd) {
    grid-template-columns: 0.6fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-message03__content:nth-child(odd) .c-parts-message03__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-message03__content:nth-child(odd) .c-parts-message03__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-parts-message03__desc > div {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  background: #f4f6ff;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__desc > div {
    padding: 2rem;
  }
}
.c-parts-message03__desc > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__desc > * + * {
    margin-top: 2rem;
  }
}
.c-parts-message03__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: solid 5px #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__desc h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-message03__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-message03__image {
  width: 100%;
  height: 360px;
  height: 22.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__image {
    width: 100%;
    height: auto;
  }
}
.c-parts-message03__image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-parts-message03__image img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}

.c-parts-news01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-news01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-news01__heading .c-section-heading01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-parts-news01__heading .c-section-heading01 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-news01__heading .c-section-heading01:before {
    text-align: left;
  }
}
.c-parts-news01 .c-news {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-news01 .c-news {
    max-width: 46.25rem;
    margin-left: auto;
    margin-top: 5rem;
  }
}
.c-parts-news01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-news01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-news01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-news01__btn {
    margin-top: 4rem;
  }
}
.c-parts-news01__image {
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-news01__image {
    margin-top: 5rem;
  }
}
.c-parts-news01__image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.c-parts-point01 {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-point01 {
    padding-top: 13.75rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-point01__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
    margin-top: 6.25rem;
  }
}
.c-parts-point01__card {
  border-radius: 16px;
  background: #f5f8ff;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__card {
    padding: 2rem 2.8125rem;
  }
}
.c-parts-point01__card:before {
  content: attr(data-num);
  position: absolute;
  top: -24px;
  top: -1.5rem;
  left: 8px;
  left: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: -1px;
  color: #6DC2FF;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__card:before {
    top: -1.75rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-point01__card h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  color: #002C82;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.c-parts-point01__card .c-parts-point01__image {
  max-width: 100px;
  max-width: 6.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__card .c-parts-point01__image {
    max-width: 9.375rem;
  }
}
.c-parts-point01__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__text {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-point01__list {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__list {
    margin-top: 5rem;
  }
}
.c-parts-point01__list > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-parts-point01__item {
  background: #f5f8ff;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__item {
    grid-template-columns: 0.65fr 1fr;
    padding: 3rem 4rem;
    gap: 4rem;
  }
}
.c-parts-point01__item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__item h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.c-parts-point01__item .c-parts-point01__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__item .c-parts-point01__textarea > * + * {
    margin-top: 1.25rem;
  }
}
.c-parts-point01__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-point01__btn {
    margin-top: 4rem;
  }
}
.c-parts-point01__image {
  width: 100%;
  height: auto;
}
.c-parts-point01__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-parts-requirements01 {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01 .l-inner {
    max-width: 62.5rem;
  }
}
.c-parts-requirements01 h2 {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-right: -1.5px;
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01 h2 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-requirements01__container {
  display: grid;
  gap: 0;
}
.c-parts-requirements01__container > * + * {
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-top: solid 1px #eeeeee;
}
.c-parts-requirements01__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01__content {
    grid-template-columns: 9.375rem 1fr;
    gap: 4rem;
  }
}
.c-parts-requirements01__content h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01__content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-requirements01__checkbox-group {
  display: grid;
  gap: 12px 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01__checkbox-group {
    margin-top: 0;
    gap: 10px 16px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.c-parts-requirements01__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-parts-requirements01__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.c-parts-requirements01__checkbox-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
.c-parts-requirements01__checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
}
.c-parts-requirements01__checkbox-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input[type=checkbox]:checked + .c-parts-requirements01__checkbox-label::after {
  opacity: 1;
}
input[type=checkbox]:focus + .c-parts-requirements01__checkbox-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, .25);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, .25);
}
.c-parts-requirements01__btn {
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
}
.c-parts-requirements01__btn button {
  padding: 8px 56px;
  padding: 0.5rem 3.5rem;
  background-color: #002C82;
  color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-parts-requirements01__btn button {
    font-size: 1rem;
  }
}
.c-parts-requirements01__btn button:hover {
  background-color: #696969;
}
@media (max-width: 767px) {
  .c-parts-requirements01__accordion-trigger {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    margin-bottom: 0;
    -webkit-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
  }
  .c-parts-requirements01__accordion-trigger::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 1.125rem;
    height: 1.125rem;
    background: url(../images/common/arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts-requirements01__accordion-trigger[aria-expanded=true] {
    margin-bottom: 0.75rem;
  }
  .c-parts-requirements01__accordion-trigger[aria-expanded=true]::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .c-parts-requirements01__checkbox-group {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
  }
  .c-parts-requirements01__checkbox-group[aria-hidden=false] {
    opacity: 1;
  }
}

.c-parts-welfare01 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #F2F7FF;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01 {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-welfare01__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
    margin-top: 4rem;
  }
}
.c-parts-welfare01__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-welfare01__heading p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__heading p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-welfare01__content {
  background: #fff;
  padding: 16px 12px 32px;
  padding: 1rem 0.75rem 2rem;
  text-align: center;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__content {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
}
.c-parts-welfare01__content h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  display: inline-block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-welfare01__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-welfare01__image {
  width: 100%;
  height: auto;
  max-width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare01__image {
    max-width: 80%;
  }
}
.c-parts-welfare01__image img {
  width: 100%;
  height: auto;
}

.c-parts-welfare02 {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02 {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-parts-welfare02__container {
  margin-top: 48px;
  margin-top: 3rem;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  border-radius: 25px;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container {
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}
.c-parts-welfare02__container .c-list > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container .c-list > * + * {
    margin-top: 0;
  }
}
.c-parts-welfare02__container .c-list > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container .c-list > div {
    grid-template-columns: 15.625rem 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container .c-list > div:first-child dt,
  .c-parts-welfare02__container .c-list > div:first-child dd {
    padding-top: 0;
  }
}
.c-parts-welfare02__container .c-list > div dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-bottom: solid 2px #002C82;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container .c-list > div dt {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6666666667;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-welfare02__container .c-list > div dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.4px;
  margin-right: -0.4px;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__container .c-list > div dd {
    border-bottom: solid 2px #E7E7E7;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    padding-left: 1.5625rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
}
.c-parts-welfare02__heading h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-right: -3.6px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__heading h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 3px;
    margin-right: -3px;
  }
}
.c-parts-welfare02__heading p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__heading p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-welfare02__content {
  background: #fff;
  padding: 16px 12px 32px;
  padding: 1rem 0.75rem 2rem;
  text-align: center;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__content {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
}
.c-parts-welfare02__content h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  display: inline-block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.c-parts-welfare02__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.c-parts-welfare02__image {
  width: 100%;
  height: auto;
  max-width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-parts-welfare02__image {
    max-width: 80%;
  }
}
.c-parts-welfare02__image img {
  width: 100%;
  height: auto;
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
}

input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #cccccc;
  background: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  vertical-align: middle;
  width: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 15px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 15px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

.wpcf7-form-control.wpcf7-radio.p-contact__radio-button {
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
  grid-template-rows: 1fr;
  gap: 16px 20px;
  gap: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-radio.p-contact__radio-button {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 12.5rem;
    width: 100%;
  }
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form dl {
    grid-template-columns: 12.5rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.wpcf7-form dl:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form dl:nth-child(5) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form dl:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.wpcf7-form dl.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.wpcf7-form dl.radio span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form dl.radio .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form dl.radio .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.wpcf7-form dt {
  font-weight: 700;
}
.wpcf7-form dt span {
  display: inline;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  background: #FD6666;
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
  margin-left: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form dt span {
    padding: 0.25rem 0.5rem;
  }
}
.wpcf7-form dt span.any {
  background: #9D9D9D;
}
@media screen and (min-width: 768px) {
  .wpcf7-form .p-contact__body.contact dl {
    grid-template-columns: 10.875rem 1fr;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: inline-block;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  background: #002C82;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

/* エラーメッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #002C82;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.p-contact__radio-button .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}

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

.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 14px;
  /* 項目のフォントサイズ */
}
@media screen and (min-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
    /* 項目のフォントサイズ */
  }
}
.wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #d9d9d9;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  position: relative;
  border-radius: 4px;
  top: 2px;
  top: 0.125rem;
  vertical-align: middle;
  width: 20px;
  width: 1.25rem;
  background: #fff;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 12px;
  width: 0.75rem;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

/* ラジオボタンの各項目のスタイル */
.wpcf7-list-item {
  margin-bottom: 0.5em;
  /* 項目間のスペース */
}

/* ラジオボタンのラベルスタイル */
.wpcf7-list-item label {
  display: inline-block;
  /* ラベルをブロック要素に */
  cursor: pointer;
  /* ホバー時にカーソルをポインターに */
  position: relative;
  /* ラジオボタンのカスタムスタイルの位置決めに使用 */
  line-height: 1.2;
  /* ラベルの行間 */
}

.p-contact__radio .wpcf7-list-item label {
  padding-left: 1.5em;
}

/* ラジオボタンのデフォルトスタイルを隠す */
.wpcf7-list-item input[type=radio] {
  position: absolute;
  /* 絶対位置 */
  opacity: 0;
  /* 透明にすることで非表示に */
  cursor: pointer;
  /* ホバー時にカーソルをポインターに */
}

/* カスタムラジオボタンのデザイン */
.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  /* 擬似要素のコンテンツ */
  position: absolute;
  /* 絶対位置 */
  left: 0;
  /* 左から0の位置に */
  top: 50%;
  /* 上から50%の位置に（中央に見えるように調整） */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Y軸で50%移動して中央に */
  width: 1em;
  /* 擬似要素の幅 */
  height: 1em;
  /* 擬似要素の高さ */
  border: 1px solid #ccc;
  /* 境界線のスタイル */
  border-radius: 50%;
  /* 円形に */
  background-color: #fff;
  /* 背景色 */
}

/* チェックされたときのカスタムラジオボタンのデザイン */
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  /* 擬似要素のコンテンツ */
  position: absolute;
  /* 絶対位置 */
  left: 0.25em;
  /* 左からの位置 */
  top: 50%;
  /* 上から50%の位置に */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Y軸で50%移動して中央に */
  width: 0.5em;
  /* 内側の円の幅 */
  height: 0.5em;
  /* 内側の円の高さ */
  border-radius: 50%;
  /* 円形に */
  background-color: #002C82;
  /* 内側の円の色 */
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.modal__container {
  background-color: #fff;
  opacity: 0.9;
  padding: 36px 20px;
  padding: 2.25rem 1.25rem;
  max-height: 90vh;
  max-width: calc(100vw - 40px);
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__container {
    padding: 2.5rem;
    max-width: 45.625rem;
    max-height: 100vh;
  }
}

.modal__header {
  border-bottom: solid 1px rgba(0, 0, 0, .6509803922);
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  line-height: 1.875;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  color: #000000;
}

.modal__header .modal__close:before {
  content: "✕";
  color: #000000;
}

.modal__content {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.875;
  color: rgba(0, 0, 0, .8);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .modal__content {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.wp-pagenavi {
  position: relative;
  margin-top: 64px;
  margin-top: 4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span {
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  margin: 8px;
  margin: 0.5rem;
  font-family: "Poppins", sans-serif;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #002C82;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 9999px;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  border: solid 1px #002C82;
  border: solid 0.0625rem #002C82;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current {
    font-size: 0.875rem;
    height: 2.125rem;
    width: 2.125rem;
  }
}
.wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  margin: 8px;
  margin: 0.5rem;
  font-family: "Poppins", sans-serif;
  border: solid 1px #002C82;
  border: solid 0.0625rem #002C82;
  border-radius: 9999px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 0.875rem;
    height: 2.125rem;
    width: 2.125rem;
  }
}
.wp-pagenavi a:hover {
  border-color: #002C82;
}
.wp-pagenavi a.nextpostslink {
  display: none;
}
.wp-pagenavi a.previouspostslink {
  display: none;
}

.p-error__inner {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-error__inner {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}
.p-error__wrapper {
  height: calc(100vh - 28.125rem);
  min-height: 400px;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-error__wrapper {
    height: calc(100vh - 28.125rem);
    min-height: 33.75rem;
  }
}
.p-error__wrapper:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  height: 60px;
  height: 3.75rem;
  background-image: url(../images/common/404.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  inset: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__wrapper:after {
    top: 10%;
    max-width: 58.8125rem;
    height: 11.25rem;
  }
}
.p-error__heading {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#2c4cce), to(#13208e));
  background: linear-gradient(90deg, #2c4cce 0%, #13208e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-error__heading {
    font-size: 4.0625rem;
  }
}
.p-error__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__head {
    margin-bottom: 2.5rem;
  }
}
.p-error__body {
  text-align: center;
}
.p-error__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.p-error__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-error__title {
    font-size: 1.625rem;
  }
}
.p-error__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  font-weight: 400;
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .p-error__text {
    font-size: 1rem;
  }
}

.p-archive {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-archive .l-inner {
    max-width: 50rem;
  }
}

.p-member-archive {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
.p-member-archive__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive__container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    max-width: 60.5625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-member-archive__container .c-parts-member01__content:nth-child(even) {
    margin-top: 7.5rem;
  }
}
.p-member-archive__container .c-parts-member01__thumbnail {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive__container .c-parts-member01__thumbnail {
    margin-bottom: 1.25rem;
  }
}
.p-member-archive__container .c-parts-member01__title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive__container .c-parts-member01__title {
    margin-bottom: 0.9375rem;
  }
}
.p-member-archive__container .c-parts-member01__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-member-archive__container .c-parts-member01__text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}

.p-requirements {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-requirements {
    padding-bottom: 9.375rem;
  }
}
.p-requirements__lead {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-requirements__lead {
    margin-bottom: 2.5rem;
  }
}
.p-requirements__lead p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .p-requirements__lead p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-requirements__container > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-requirements__container > * + * {
    margin-top: 3rem;
  }
}
.p-requirements__content {
  border: solid 3px #151515;
  border: 6px solid #ccc;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 15vw 5% 7vw;
}
@media screen and (min-width: 768px) {
  .p-requirements__content {
    padding: 55px 3% 50px;
  }
}
.p-requirements__content h2 {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .p-requirements__content h2 {
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5833333333;
    letter-spacing: 1.4px;
    margin-right: -1.4px;
  }
}
.p-requirements__content h2:before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #002C82;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-requirements__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .p-requirements__textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-requirements__cat {
  position: absolute;
  z-index: -1;
  display: inline-block;
  padding: 4px 32px;
  padding: 0.25rem 2rem;
  color: #fff;
  border-radius: 0 7px 0 10px;
  right: 0;
  top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .p-requirements__cat {
    padding: 0.5rem 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-requirements__cat--primary {
  background: #002C82;
}
.p-requirements__cat--secondary {
  background: #519aad;
}
.p-requirements__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-requirements__body {
    grid-template-columns: 1fr 17.5rem;
    gap: 3rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-requirements__entry-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements__entry-btn {
    text-align: right;
  }
}
.p-requirements__error-message {
  display: block;
  width: 100%;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #151515;
  margin-top: 64px;
  margin-top: 4rem;
  border-radius: 12px;
}

.p-contact {
  position: relative;
  z-index: 4;
}
.p-contact .l-inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .l-inner {
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 4rem;
    padding-bottom: 9.375rem;
    max-width: 55rem;
  }
}
.p-contact__heading {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    margin-bottom: 3.5rem;
  }
}
.p-contact__info {
  background: #F7FCFD;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__info {
    padding: 2rem 1.5rem;
    border-radius: 25px;
  }
}
.p-contact__text--lg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contact__text--lg {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-contact__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__foot {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__foot {
    margin-top: 2.5rem;
  }
}
.p-contact__info {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__info {
    margin-top: 0;
  }
}
.p-contact__select {
  display: block;
  color: #000000 !important;
  background: #fff;
  border: solid 1px #efefef;
  border: solid 0.0625rem #efefef;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 100%;
  padding: 12px 30px 12px 10px;
  padding: 0.75rem 1.875rem 0.75rem 0.625rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
@media screen and (min-width: 768px) {
  .p-contact__select {
    padding: 0.75rem 1.875rem 0.75rem 0.875rem;
    max-width: 15.625rem;
  }
}
.p-contact__input {
  border: solid 1px #EFEFEF;
  border: solid 0.0625rem #EFEFEF;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #092F35;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact__input {
    max-width: 100%;
    padding: 0.6875rem 0.75rem;
  }
}
.p-contact__input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.p-contact__input::-moz-placeholder {
  color: #c2c2c2;
}
.p-contact__input::-ms-input-placeholder {
  color: #c2c2c2;
}
.p-contact__input::placeholder {
  color: #c2c2c2;
}
.p-contact__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.p-contact__input:focus::-moz-placeholder {
  color: transparent;
}
.p-contact__input:focus::-ms-input-placeholder {
  color: transparent;
}
.p-contact__input:focus::placeholder {
  color: transparent;
}
.p-contact__input--lg {
  border: solid 1px #EFEFEF;
  border: solid 0.0625rem #EFEFEF;
  border-radius: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  height: 80px;
  height: 5rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  background: #fff;
  color: #092F35;
}
@media screen and (min-width: 600px) {
  .p-contact__input--lg {
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__input--lg {
    max-width: 100%;
    padding: 0.75rem 1.25rem;
  }
}
.p-contact__textarea {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 4px;
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::-moz-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::placeholder {
  color: #c2c2c2;
}
.p-contact__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::-moz-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::placeholder {
  color: transparent;
}
.p-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-contact__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.3125rem;
  }
}
.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}
.p-contact__textarea {
  border: solid 1px #EFEFEF;
  background: #fff;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    padding: 0.5rem 1rem;
  }
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::-moz-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.p-contact__textarea::placeholder {
  color: #c2c2c2;
}
.p-contact__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::-moz-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.p-contact__textarea:focus::placeholder {
  color: transparent;
}
.p-contact__wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  border-radius: 15px;
  padding: 32px 16px;
  padding: 2rem 1rem;
  background: #F7FCFD;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    border-radius: 25px;
    padding: 3.5rem 4rem;
    margin-top: 5rem;
    max-width: 59.375rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-contact__checkbox {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__checkbox {
    grid-template-columns: 12.5rem 12.5rem;
  }
}
.p-contact__checkbox input {
  display: none;
}
.p-contact__checkbox input:checked + .c-button__checkmark:after {
  opacity: 1;
}
.p-contact__checkbox span.wpcf7-list-item {
  margin-right: 0;
}
.p-contact__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.01em;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1rem;
  }
}
.p-contact__title--sm {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.01em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title--sm {
    font-size: 0.875rem;
  }
}
.p-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
    line-height: 1.75;
  }
}
.p-contact__text--medium {
  font-weight: 500;
}
.p-contact__text--red {
  color: #f16b6b;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-contact__text--primary {
  color: #D6432F;
  display: inline-block;
  padding: 0;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  position: relative;
  top: -6px;
  top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text--primary {
    font-size: 0.625rem;
  }
}
.p-contact__text--secondary {
  background: #909090;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
}
.p-contact__pp {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__pp {
    margin-top: 2.5rem;
  }
}
.p-contact__pp a {
  text-decoration: underline;
  color: #3952d2;
}
.p-contact__day {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__day {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact dd .p-contact__day {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact dd .p-contact__day {
    margin-bottom: 1rem;
  }
}
.p-contact dd .p-contact__day:last-child {
  margin-bottom: 0;
}
.p-contact dd a {
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #9a9a9a;
          text-decoration-color: #9a9a9a;
}
.p-contact__pp {
  background: #fff;
  max-width: 100%;
  padding: 16px 4px 12px;
  padding: 1rem 0.25rem 0.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact__pp {
    font-size: 1rem;
  }
}
.p-contact__pp a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3952d2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__pp a {
    font-size: 1rem;
  }
}
.p-contact__pp .wpcf7-list-item label {
  line-height: 1.4 !important;
}

.p-thanks {
  position: relative;
  z-index: 4;
}
.p-thanks__inner {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-thanks__wrapper {
  height: calc(100vh - 28.125rem);
  min-height: 400px;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-thanks__wrapper {
    height: calc(100vh - 28.125rem);
    min-height: 33.75rem;
  }
}
.p-thanks__heading {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#007585), to(#00A5A6));
  background: linear-gradient(90deg, #007585 0%, #00A5A6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-thanks__heading {
    font-size: 4.0625rem;
  }
}
.p-thanks__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__head {
    margin-bottom: 2.5rem;
  }
}
.p-thanks__body {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-thanks__body {
    text-align: center;
  }
}
.p-thanks__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.p-thanks__foot a {
  border: solid 1px #007585;
  background: #007585;
  display: inline-block;
  text-align: center;
  padding: 12px 100px;
  padding: 0.75rem 6.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-thanks__foot a {
    padding: 1.25rem 8.75rem;
    font-size: 1.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .p-thanks__foot a:hover {
    background: #fff;
    color: #007585;
  }
}
.p-thanks__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 1.625rem;
  }
}
.p-thanks__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  font-weight: 400;
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1rem;
  }
}

.p-footer {
  background: #344564;
}
.p-footer .l-inner {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer .l-inner {
    padding-bottom: 2.25rem;
    padding-top: 4rem;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.p-footer__desc {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__desc {
    min-width: 20rem;
  }
}
.p-footer__title {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.9px;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.p-footer__btn {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn {
    margin-top: 2rem;
  }
}
.p-footer__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  max-width: 360px;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #b2bbcc;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__btn a {
    padding: 1rem 2rem;
    font-size: 1rem;
    margin-left: 0;
    line-height: 1.2;
    letter-spacing: 0.8px;
    max-width: 20rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.p-footer address p {
  font-style: normal;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.875;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .p-footer address p {
    font-size: 0.875rem;
    letter-spacing: 0.8px;
  }
}
.p-footer__logo {
  width: 150px;
  width: 9.375rem;
  height: 50px;
  height: 3.125rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  display: block;
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-footer__top.hamburger {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: block;
}
.p-footer__bottom {
  text-align: center;
}
.p-footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.p-footer__copyright--white {
  color: #D4D4D5;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    margin-left: auto;
  }
}
.p-header__menu-parent {
  position: relative;
}
.p-header__menu-parent:hover + .p-header__sub-list, .p-header__menu-parent.is-open + .p-header__sub-list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
}
.p-header__menu-parent:not(:hover) + .p-header__sub-list {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header__sub-list {
  display: block;
  position: absolute;
  bottom: -170px;
  bottom: -10.625rem;
  left: -60px;
  left: -3.75rem;
  width: 220px;
  width: 13.75rem;
  height: auto;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__sub-list.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.p-header__bg {
  position: relative;
  top: 57px;
  top: 3.5625rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
}
.p-header__bg:after {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  background: #ffffff;
  background-size: cover;
  width: 100%;
  z-index: -1;
  border-radius: 25px;
}
.p-header__bg > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__item {
    margin-right: 3rem;
    position: relative;
  }
}
.p-header__item:hover .p-header__sub-list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.p-header__item:last-child {
  margin-right: 0;
}
.p-header__item.entry {
  background: #002C82;
  color: #fff;
  font-weight: bold;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  display: inline-block;
}
.p-header__item a,
.p-header__item span {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
}
.p-header__item a:hover,
.p-header__item span:hover {
  cursor: pointer;
}
.p-header__item a:not(.no-border)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #333;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-header__sub-item {
  position: relative;
  z-index: 3;
}
.p-header__sub-item a {
  color: #333;
}
.p-header__sub-item a:after {
  background: transparent !important;
}
.p-header__logo {
  width: 100px;
  width: 6.25rem;
  height: 40px;
  height: 2.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    z-index: 9999;
    position: relative;
    top: auto;
    left: auto;
    width: 9.375rem;
    height: 3.125rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #1C1C1C;
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.p-privacy-policy .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy .l-inner {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
.p-privacy-policy__head {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head {
    margin-bottom: 4rem;
  }
}
.p-privacy-policy__title {
  color: #313333;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 1.875rem;
  }
}
.p-privacy-policy__lead {
  text-align: left;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__lead {
    margin-bottom: 3.5rem;
  }
}
.p-privacy-policy__lead p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__lead p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-privacy-policy__container > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container > * + * {
    margin-top: 3rem;
  }
}
.p-privacy-policy__container h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-privacy-policy__container p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-privacy-policy__container ol {
  list-style-type: decimal;
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-privacy-policy__container ol > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container ol > * + * {
    margin-top: 0.625rem;
  }
}
.p-privacy-policy__container li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-privacy-policy__container li::marker {
  font-size: 14px;
  font-size: 0.875rem;
  color: #454545;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__container li::marker {
    font-size: 1rem;
  }
}

.p-interview {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-interview__lead {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  background: #FAFCFF;
  border-radius: 12px;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-interview__lead {
    padding: 2rem 3rem;
    margin-bottom: 7.5rem;
  }
}
.p-interview__lead > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-interview__lead > * + * {
    margin-top: 1rem;
  }
}
.p-interview__lead p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-interview__lead p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-interview__container > * + * {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview__container > * + * {
    margin-top: 7.5rem;
  }
}
.p-interview__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__content {
    grid-template-columns: 1fr 0.6fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__content:nth-child(odd) {
    grid-template-columns: 0.6fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__content:nth-child(odd) .p-interview__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__content:nth-child(odd) .p-interview__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-interview__desc > div {
  border-radius: 12px;
}
.p-interview__desc h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 1px;
  margin-right: -1px;
}
@media screen and (min-width: 768px) {
  .p-interview__desc h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.p-interview__desc h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
  color: #5373a2;
}
@media screen and (min-width: 768px) {
  .p-interview__desc h3 {
    padding-left: 3.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-interview__desc h3:before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 1px;
  background: #5373a2;
  top: 12px;
  top: 0.75rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__desc h3:before {
    top: 1.125rem;
    width: 2.5rem;
  }
}
.p-interview__textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__textarea {
    margin-top: 2rem;
  }
}
.p-interview__textarea > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-interview__textarea > * + * {
    margin-top: 2.5rem;
  }
}
.p-interview__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-interview__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-interview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-interview__images {
    gap: 4rem;
  }
}
.p-interview__image {
  width: 100%;
  height: auto;
}
.p-interview__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.p-member-header {
  position: relative;
}
.p-member-header__heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 8px 20px 12px;
  padding: 0.5rem 1.25rem 0.75rem;
  border-radius: 0 0 clamp(16px, 2vw, 24px) 0;
}
@media screen and (min-width: 768px) {
  .p-member-header__heading {
    padding: 1.75rem 3rem 1.75rem 2.25rem;
    min-width: 18.75rem;
  }
}
.p-member-header__heading span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  font-family: "Poppins", sans-serif;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-member-header__heading span {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-member-header__heading h1 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-member-header__heading h1 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.p-member-header__profile {
  z-index: 2;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: -2px;
  bottom: -0.125rem;
  margin-bottom: 0;
  padding: 12px 20px 8px;
  padding: 0.75rem 1.25rem 0.5rem;
  background: #fff;
  border-radius: clamp(16px, 2vw, 24px) 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-member-header__profile {
    min-width: 25rem;
    padding: 1.75rem 2.25rem;
  }
}
.p-member-header__profile > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
.p-member-header__profile span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  color: #5373a2;
}
@media screen and (min-width: 768px) {
  .p-member-header__profile span {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-member-header__profile h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
}
@media screen and (min-width: 768px) {
  .p-member-header__profile h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
.p-member-header__image {
  width: 100%;
  height: auto;
}
.p-member-header__image img {
  width: 100%;
  height: auto;
}

.p-more-member {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-more-member {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-more-member .c-parts-company01__heading {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-more-member .c-parts-company01__heading {
    margin-bottom: 4rem;
  }
}
.p-more-member__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-more-member__container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    max-width: 60.5625rem;
    margin-inline: auto;
  }
}
.p-more-member__container .c-parts-member01__thumbnail {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-more-member__container .c-parts-member01__thumbnail {
    margin-bottom: 1.25rem;
  }
}
.p-more-member__container .c-parts-member01__title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
}
@media screen and (min-width: 768px) {
  .p-more-member__container .c-parts-member01__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
    margin-bottom: 0.9375rem;
  }
}
.p-more-member__container .c-parts-member01__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-more-member__container .c-parts-member01__text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}

.p-schedule {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #FAFCFF;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-schedule .c-parts-company01__heading {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .c-parts-company01__heading {
    margin-bottom: 4rem;
  }
}
.p-schedule__container {
  position: relative;
  margin: 0 auto;
}
.p-schedule__container:before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: calc(100% - 6.25rem);
  background: #002C82;
  top: calc(50% + 0.75rem);
  left: 7px;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-schedule__container:before {
    bottom: -0.75rem;
    left: 0.5rem;
    height: calc(100% - 6.25rem);
  }
}
.p-schedule__container > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-schedule__content {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 24px;
  gap: 1.5rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-schedule__content {
    grid-template-columns: 9.375rem 1fr;
    gap: 2.5rem;
  }
}
.p-schedule__time {
  text-align: right;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schedule__time {
    text-align: center;
    padding-left: 1.875rem;
  }
}
.p-schedule__time span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: -1px;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-schedule__time span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-right: -1.5px;
  }
}
.p-schedule__time:before {
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 50%;
  background: #002C82;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-schedule__time:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-schedule__textarea {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-schedule__textarea h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-right: -0.8px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-schedule__textarea h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-right: -1px;
  }
}
.p-schedule__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-schedule__textarea p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}

.p-single-work {
  /* 1番目と2番目、そして5番目以降の奇数番目のアイテムは1列全体を占める */
  /* 3番目と4番目のアイテムはそれぞれ半分の幅を占める */
}
.p-single-work .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single-work .l-inner {
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
}
.p-single-work__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  color: #1C1C1C;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-single-work__title {
    font-size: 2.25rem;
    line-height: 1.6666666667;
    padding-right: 7.5rem;
  }
}
.p-single-work__head {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-work__head {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single-work__head:before {
    position: absolute;
    content: attr(data-year);
    font-family: "Poppins", sans-serif;
    color: #808085;
    letter-spacing: 0.04em;
    margin-right: -0.04em;
    font-size: 1.25rem;
    top: 0;
    right: 0;
  }
}
.p-single-work__text--sm {
  color: #808085;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}
.p-single-work__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 32px;
  margin-top: 2rem;
  gap: 46px;
  gap: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-work__textarea {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.p-single-work__textarea > div > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-work__textarea > .p-single-work__text {
    max-width: 40.875rem;
  }
}
.p-single-work__cat {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-work__cat {
    padding-left: 2.3125rem;
  }
}
.p-single-work__cat:before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 1px;
  background: #808080;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-single-work__cat:before {
    width: 1.5rem;
  }
}
.p-single-work__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-single-work__text {
    line-height: 1.875;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single-work__desc {
    text-align: right;
    width: 100%;
    margin-left: auto;
    max-width: calc(100% - 31.25rem);
  }
}
.p-single-work__desc > div > .p-single-work__text {
  line-height: 2;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-single-work__desc > div > .p-single-work__text {
    line-height: 1.875;
  }
}
.p-single-work__desc > .p-single-work__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-work__desc > .p-single-work__text {
    margin-top: 2.625rem;
  }
}
.p-single-work__desc > .p-single-work__text > span {
  font-family: "Poppins", sans-serif;
}
.p-single-work__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
.p-single-work__image img {
  width: 100%;
  height: auto;
}
.p-single-work .p-single-work__image:nth-child(4n+1),
.p-single-work .p-single-work__image:nth-child(4n+2),
.p-single-work .p-single-work__image:nth-child(4n+5) {
  grid-column: 1/-1;
}
.p-single-work .p-single-work__image:nth-child(4n+3),
.p-single-work .p-single-work__image:nth-child(4n+4) {
  grid-column: span 1;
}

.p-single__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    margin-bottom: 2.5rem;
  }
}
.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-single__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__category-list {
    margin-top: 0rem;
  }
}
.p-single__category-item {
  display: inline-block;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 0.3125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  background: rgba(152, 120, 77, .7176470588);
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__category-item {
    font-size: 0.875rem;
  }
}
.p-single__category-item:last-child {
  margin-right: 0;
}
.p-single__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__body {
    margin-bottom: 5rem;
  }
}
.p-single__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.p-single__description h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-bottom: solid 2px #007585;
  border-bottom: solid 0.125rem #007585;
  color: #007585;
}
@media screen and (min-width: 768px) {
  .p-single__description h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}
.p-single__description h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  background: #007585;
  display: inline-block;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__description h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
    font-size: 1.375rem;
  }
}
.p-single__description h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-left: solid 2px #002C82;
  border-left: solid 0.125rem #002C82;
  padding: 6px 12px 6px 24px;
  padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-single__description h3 {
    font-size: 1.25rem;
  }
}
.p-single__description h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-single__description h4 {
    font-size: 1.25rem;
  }
}
.p-single__description h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-single__description h5 {
    font-size: 1.125rem;
  }
}
.p-single__description h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #002C82;
}
@media screen and (min-width: 768px) {
  .p-single__description h6 {
    font-size: 1.125rem;
  }
}
.p-single__description p {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-single__description p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-single__description a {
  color: #007585;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.6px;
  margin-right: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-single__description a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
}
.p-single__description ul {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.p-single__description dl {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-single__description img {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.p-single__thumbnail {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail {
    margin-bottom: 2.5rem;
    border-radius: 25px;
    max-width: 42.5rem;
    height: 26.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}
.p-single__date {
  color: #939393;
}
.p-single__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  max-width: 71.25rem;
  margin-inline: auto;
}
.p-single__prev {
  width: 27.5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-single__prev {
    width: 25%;
  }
}
.p-single__prev a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #092f35;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__prev a {
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}
.p-single__archive {
  width: 45%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__archive {
    width: 50%;
  }
}
.p-single__archive a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-single__archive a {
    font-size: 1rem;
  }
}
.p-single__next {
  width: 27.5%;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__next {
    width: 25%;
  }
}
.p-single__next a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #092f35;
  font-weight: bold;
  padding-right: 30px;
  padding-right: 1.875rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__next a {
    font-size: 1rem;
    padding-right: 0.75rem;
  }
}

.u-delay-time1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.u-delay-time2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.u-delay-time3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.u-delay-time4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.u-delay-time5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.u-delay-time6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.u-delay-time7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.u-delay-time8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.u-delay-time9 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.u-delay-time10 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-mobile-block {
    display: block;
  }
}

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

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline-block {
    display: inline-block;
  }
}

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

.u-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline {
    display: inline;
  }
}

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

.u-scroll-fade {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-scroll-up.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fade {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-load-fadeup.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-fade-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.u-fade-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.u-fade-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-fade-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.u-fade-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.u-fade-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-fade-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.u-fade-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.u-fade-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.u-fade-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.u-fade-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.u-fade-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.u-fade-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.u-fade-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.u-fade-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.u-fade-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.u-fade-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.u-fade-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.u-fade-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.u-fade-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex-center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

.u-text-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

.u-text-normal {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

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

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

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .u-mobile-m-auto {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bottom {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

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