@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1f1f1f;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
印刷用
--------------------------------------------------------------*/
@media print {
  html {
    height: 100%;
  }

  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  body .p-contentWrapper {
    opacity: 1;
  }
  body [data-target] {
    transform: translateY(0);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
htmlタグ指定
--------------------------------------------------------------*/
* {
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  background-color: #E9EDF0;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}

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

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: inherit;
}

a {
  cursor: pointer;
  color: currentColor;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
.l-content {
  position: relative;
  width: 100%;
  z-index: 2;
}
.l-inner {
  position: relative;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/*--header--*/
.l-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 20px;
  }
}
.l-header--index {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .l-header--index {
    opacity: 0;
  }
}
.l-header--index .l-header__logo,
.l-header--index .l-header__nav {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .l-header--index .l-header__logo,
.l-header--index .l-header__nav {
    opacity: 1;
  }
}
.l-header--index .c-navigation {
  padding: 9px 13px 9px 50px;
  color: #1072C4;
  background-color: white;
  border-radius: 9999px;
}
.l-header--index .c-navigation__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .l-header--index .c-navigation__list {
    padding-left: 0;
    flex-direction: column;
  }
}
.l-header--index .c-navigation__item:not(:first-of-type)::before {
  display: none;
}
.l-header--index .c-navigation__item a {
  margin: 0;
}
.l-header--index .c-navigation__contact {
  position: relative;
  margin-left: 48px;
  padding-left: 10px;
}
.l-header--index .c-navigation__contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background-color: currentColor;
}
.l-header--index .c-navigation__contact a {
  color: #1072C4;
  background-color: white;
  padding: 5px 19px;
}
.l-header--white {
  color: white;
  position: absolute;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding-bottom: 17px;
    border-bottom: 0.5px solid currentColor;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none !important;
  }
}
.l-header__toggle {
  display: none;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .l-header__toggle {
    display: flex;
  }
}
.l-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 9999px;
}
.l-header__menu-drawer {
  position: fixed;
  inset: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
.l-header__menu-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__menu-drawer.is-open .drawer-wrapper {
  transform: translateX(0);
}
.l-header__menu-drawer .drawer-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.l-header__menu-drawer .drawer-close {
  margin-top: 20px;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.l-header__menu-drawer .drawer-close::before, .l-header__menu-drawer .drawer-close::after {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 9999px;
  transform: rotate(45deg);
}
.l-header__menu-drawer .drawer-close::after {
  transform: rotate(-45deg);
}
.l-header__menu-drawer .drawer-body {
  position: relative;
  width: 80%;
  max-width: 340px;
  min-width: 275px;
  height: 100dvh;
  background-color: white;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.l-header__menu-drawer .menu-section__title {
  padding: 13px 20px;
  font-size: 1.2rem;
  color: #909090;
  background-color: #FAFAFA;
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
}
.l-header__menu-drawer .menu-section__body {
  padding: 20px 20px 30px;
  font-size: 1.2rem;
}
.l-header__menu-drawer .menu-account {
  padding: 0;
}
.l-header__menu-drawer .menu-account__link {
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  padding: 10px 20px;
  line-height: 1.3;
}
.l-header__menu-drawer .menu-account__link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.83em;
  height: 0.83em;
  border-top: 0.1em solid #1072C4;
  border-right: 0.1em solid #1072C4;
  margin-left: 0.2em;
  transform: rotate(45deg);
}
.l-header__menu-drawer .menu-account__buttons {
  padding: 20px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l-header__menu-drawer .menu-account__button {
  flex: 1;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #52A9D8;
  border-radius: 9999px;
  border: 1px solid #52A9D8;
}
.l-header__menu-drawer .menu-account__button--outline {
  color: #52A9D8;
  background-color: white;
}
.l-header__menu-drawer .menu-history__list {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  overflow: hidden;
}
.l-header__menu-drawer .menu-history__item {
  width: calc((100% - 30px) / 4);
}
.l-header__menu-drawer .menu-history__item img {
  aspect-ratio: 70/78;
  object-fit: cover;
}
.l-header__menu-drawer .menu-history__more {
  margin-top: 20px;
  display: inline-block;
  color: #1072C4;
}
.l-header__menu-drawer .menu-category {
  padding: 0;
}
.l-header__menu-drawer .menu-category__item {
  border-bottom: 1px solid #8D8D8D;
}
.l-header__menu-drawer .menu-category__item a {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  padding: 10px 20px;
  line-height: 1.3;
}
.l-header__menu-drawer .menu-category__item a::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.83em;
  height: 0.83em;
  border-top: 0.1em solid #1072C4;
  border-right: 0.1em solid #1072C4;
  margin-left: 0.2em;
  transform: rotate(45deg);
}

/*--footer--*/
.l-footer {
  position: relative;
  z-index: 1;
  padding: 193px 0 120px;
  font-size: 1.4rem;
  color: white;
  background-color: #1B222B;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    font-size: 1rem;
    padding: 115px 0 100px;
  }
}
.l-footer--simple {
  padding-top: 112px;
}
.l-footer--simple .l-footer-top, .l-footer--simple .l-footer-middle {
  display: none;
}
.l-footer-top {
  position: relative;
}
.l-footer-top .top-nav {
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav {
    flex-direction: column;
  }
}
.l-footer-top .top-nav__item {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 95px 60px 50px;
  background-color: rgba(14, 48, 70, 0.8);
  border-radius: 40px;
  backdrop-filter: blur(13px);
  /* 下の背景をぼかす */
  -webkit-backdrop-filter: blur(13px);
  /* Safari用 */
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__item {
    padding: 32px 14px 24px;
    border-radius: 20px;
  }
}
.l-footer-top .top-nav__item:hover {
  background-color: rgba(16, 65, 110, 0.8);
  backdrop-filter: blur(0px);
  /* 下の背景をぼかす */
  -webkit-backdrop-filter: blur(0px);
  /* Safari用 */
}
.l-footer-top .top-nav__item:hover .top-nav__en,
.l-footer-top .top-nav__item:hover .top-nav__title,
.l-footer-top .top-nav__item:hover .top-nav__text {
  filter: blur(10px);
}
.l-footer-top .top-nav__en {
  position: relative;
  font-size: clamp(3rem,calc((50 / 15) * 1vw),5rem);
  font-weight: 600;
  padding-bottom: 38px;
  margin-bottom: 42px;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__en {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.l-footer-top .top-nav__en::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #A0B8D9;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__en::after {
    width: 30px;
  }
}
.l-footer-top .top-nav__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__title {
    font-size: 1.1rem;
  }
}
.l-footer-top .top-nav__title::before, .l-footer-top .top-nav__title::after {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background-color: #A0B8D9;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__title::before, .l-footer-top .top-nav__title::after {
    width: 3px;
    height: 1px;
  }
}
.l-footer-top .top-nav__text {
  margin-top: 19px;
  font-size: 1.4rem;
  line-height: 1.7;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-nav__text {
    margin-top: 11px;
    font-size: 1rem;
  }
}
.l-footer-top .top-nav__link {
  position: absolute;
  inset: 0;
}
.l-footer-top .top-marquee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
  /* アニメーション */
}
@media screen and (max-width: 1024px) {
  .l-footer-top .top-marquee {
    top: 30px;
    transform: translateY(0);
  }
}
.l-footer-top .top-marquee .marquee-text {
  color: white;
  font-size: clamp(6rem,calc((100 / 15) * 1vw),10rem);
  font-weight: 600;
  line-height: 2;
  display: inline-flex;
  animation: marquee 50s linear infinite;
}
.l-footer-top .top-marquee .marquee-text span {
  padding-right: 2rem;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-footer-middle {
  margin-top: 80px;
  margin-bottom: 80px;
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer-middle {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-middle {
    margin-top: 50px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 70px;
  padding: 74px 50px 78px;
  color: #1B222B;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    gap: 50px 12px;
    flex-wrap: wrap;
    padding: 52px 20px 53px;
    border-radius: 5px;
  }
}
.l-footer__nav .nav-item {
  width: calc((100% - 280px) / 5);
}
@media screen and (max-width: 1024px) {
  .l-footer__nav .nav-item {
    width: calc((100% - 12px) / 2);
  }
}
.l-footer__nav .nav-item a {
  line-height: 1.3;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
}
.l-footer__nav .nav-item a:hover {
  color: #1072C4;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.l-footer__nav .nav-item__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav .nav-item__title {
    font-size: 1.5rem;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
.l-footer__nav .nav-item__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: min(150px, 100%);
  height: 1px;
  border-top: 1px solid #D4D6D9;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav .nav-item__title::before {
    width: 50%;
  }
}
.l-footer__nav .nav-item__subNav {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav .nav-item__subNav {
    gap: 16px;
  }
}
.l-footer__nav .nav-item__subNav li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-footer-bottom {
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom {
    width: calc(100% - 40px);
  }
}
.l-footer-bottom .icon {
  display: inline-block;
  width: 28px;
  aspect-ratio: 1;
}
.l-footer-bottom .icon--instagram {
  background-color: currentColor;
  mask-image: url("../img/base/icon_instagram.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_instagram.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom .bottom-logo img {
    width: 250px;
  }
}
.l-footer-bottom .bottom-sns {
  margin-top: 50px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom .bottom-sns {
    margin-top: 30px;
  }
}
.l-footer-bottom .bottom-sns p {
  margin-top: 16px;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.c-link {
  color: #1072C4;
}
.c-link--white {
  color: white;
}
.c-link--icon {
  display: inline-flex;
  align-items: center;
}
.c-link--icon::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  margin-left: 0.2em;
  transform: rotate(45deg);
}
.c-link--underline {
  text-decoration: underline;
}

.c-card {
  position: relative;
  transition: opacity 0.3s ease;
}
.c-card--works .c-card__image {
  height: 520px;
}
.c-card--works .c-card__title {
  font-weight: 500;
}
.c-card--works .c-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-card--related .c-card__image {
  aspect-ratio: 450/480;
  height: auto;
}
.c-card--related .c-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-card--movie .c-card__image {
  position: relative;
  height: 435px;
}
.c-card--movie .c-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.c-card--movie .c-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 80px;
  height: 60px;
  color: white;
  background-color: currentColor;
  mask-image: url("../img/base/icon_youtube.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_youtube.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  z-index: 2;
}
.c-card--movie .c-card__title {
  margin-top: 23px;
}
.c-card:hover .c-card__image img {
  transform: scale(1.07);
  filter: blur(6px);
  opacity: 0.7;
}
.c-card:hover .c-card__title-inner {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.c-card__link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.c-card__image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1072C4;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-card__image {
    width: 100%;
    height: auto !important;
    aspect-ratio: 706/422;
    border-radius: 5px;
  }
}
.c-card__title {
  margin-top: 28px;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-card__title-inner {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-card__title {
    margin-top: 23px;
    font-size: 1.4rem;
  }
}
.c-card__text {
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-card__text {
    font-size: 1.2rem;
  }
}
.c-card__tags {
  margin-top: 14px;
}

.c-tag-list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c-tag-list {
    margin-top: 14px;
  }
}

.c-tag {
  display: inline-block;
  color: white;
  background-color: #1072C4;
  padding: 10px 17px;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  .c-tag {
    font-size: 1rem;
    padding: 6px 12px;
  }
}

.c-pagination {
  margin-top: 100px;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-pagination__item--prev .c-pagination__link, .c-pagination__item--next .c-pagination__link {
  font-size: 3rem;
}
.c-pagination__item.is-current .c-pagination__link {
  color: white;
  background-color: #1072C4;
}
.c-pagination__link, .c-pagination__ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1;
  font-size: 2.2rem;
  color: #1072C4;
  background-color: white;
  border: 2px solid #1072C4;
  border-radius: 100%;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-pagination__link:hover, .c-pagination__ellipsis:hover {
  color: white;
  background-color: #1072C4;
}
.c-pagination__ellipsis {
  font-size: 2rem;
  font-weight: 700;
}

.c-navigation {
  color: #585858;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-navigation {
    background-color: transparent;
    border-radius: 0;
  }
}
.c-navigation__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-navigation__list {
    flex-direction: column;
  }
}
.c-navigation__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-navigation__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.c-navigation__item:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: currentColor;
}
.c-navigation__item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  margin: 0 15px;
  border-radius: 9999px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-navigation__item a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-navigation__item a:hover, .c-navigation__item a.is-active {
  color: white;
  background-color: #1072C4;
}
.c-navigation__contact a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 27px;
  border-radius: 9999px;
  color: white;
  background-color: #1072C4;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-navigation__contact a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-navigation__contact a::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_contact.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_contact.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-navigation__contact a:hover, .c-navigation__contact a.is-active {
  color: white;
  background-color: #1072C4;
}

.c-products {
  position: relative;
  padding: min(483px, 25vw) 0 279px;
  color: white;
  background-image: linear-gradient(89deg, #2c5ebb, #437ecb);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-products {
    padding: 120px 0 165px;
  }
}
.c-products--index .c-products__curve {
  display: none;
}
.c-products__curve {
  --height: clamp(39px, 25vw, 400px);
  width: 100%;
  height: var(--height);
  display: block;
  position: absolute;
  top: 0;
}
.c-products__content {
  margin-top: 162px;
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .c-products__content {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .c-products__content {
    margin-top: 50px;
  }
}
.c-products__list {
  position: relative;
  padding-left: 8.42vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-products__list {
    padding-left: 0;
    margin-right: 0;
  }
}
.c-products__list::before {
  content: "";
  position: absolute;
  left: 13.68vw;
  bottom: 0;
  width: 100vw;
  height: 1px;
  border-top: 1px solid currentColor;
  opacity: 0.55;
}
@media screen and (max-width: 1024px) {
  .c-products__list::before {
    left: 0;
    width: 100%;
  }
}
.c-products__card {
  position: relative;
  margin-left: 5.26vw;
  opacity: 0.5;
  transition: opacity 0.8s ease, margin-left 0.8s ease;
}
@media screen and (max-width: 1024px) {
  .c-products__card {
    margin-left: 0;
    opacity: 1;
  }
}
.c-products__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  border-top: 1px solid currentColor;
}
@media screen and (max-width: 1024px) {
  .c-products__card::before {
    width: 100%;
    opacity: 0.55;
  }
}
.c-products__card:hover {
  opacity: 1;
  margin-left: 0;
}
.c-products__card:hover .card-wrapper {
  height: 390px;
}
.c-products__card:hover .card-image {
  opacity: 1;
}
.c-products__card .card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-products__card .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px 0;
  height: 289px;
  transition: height 0.8s ease;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-wrapper {
    flex-direction: column;
    align-items: start;
    height: auto !important;
    padding: 25px 10px;
  }
}
.c-products__card .card-num {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
  font-size: clamp(1.1rem,calc((26 / 15) * 1vw),2.6rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-num {
    gap: 9px;
  }
}
.c-products__card .card-num .num {
  font-size: clamp(2.2rem,calc((50 / 15) * 1vw),5rem);
  font-weight: 600;
}
.c-products__card .card-icon {
  margin: 0 60px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-icon {
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 30px;
    margin: 0;
  }
}
.c-products__card .card-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 17px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #1072C4;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-icon::before {
    width: 7px;
    height: 12px;
  }
}
.c-products__card .card-title {
  margin-top: 28px;
  font-size: clamp(2.8rem,calc((66 / 15) * 1vw),6.6rem);
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-title {
    margin-top: 11px;
  }
}
.c-products__card .card-image {
  position: absolute;
  left: 133px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 300px;
  object-fit: cover;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-image {
    display: none;
  }
}
.c-products__card .card-text {
  width: 32.5vw;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-products__card .card-text {
    width: 100%;
    font-size: 1.2rem;
  }
}

/*------------------------------title------------------------------*/
.c-section-intro {
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px 100px;
}
@media screen and (max-width: 1024px) {
  .c-section-intro {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .c-section-intro {
    flex-direction: column;
    align-items: start;
  }
}
.c-section-intro__copy {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.21;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__copy {
    width: 100%;
  }
}
.c-section-intro__copy--about span:last-of-type {
  margin-left: 0.75em;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__copy--about span:last-of-type {
    margin-top: 0;
    margin-left: 0;
  }
}
.c-section-intro__copy--works span:last-of-type {
  margin-left: 0.375em;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__copy--works span:last-of-type {
    margin-left: 0;
  }
}
.c-section-intro__copy--products span {
  font-weight: 600;
}
.c-section-intro__copy--products span:last-of-type {
  margin-left: 0.25em;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__copy--products span:last-of-type {
    margin-left: 0;
  }
}
.c-section-intro__copy span {
  color: #1072C4;
  font-size: clamp(4rem,calc((80 / 15) * 1vw),8rem);
  font-weight: 700;
}
.c-section-intro__copy span.--large {
  font-size: clamp(5rem,calc((100 / 15) * 1vw),10rem);
}
.c-section-intro__copy span.--middle {
  font-size: clamp(4rem,calc((90 / 15) * 1vw),9rem);
}
.c-section-intro__copy span.--white {
  color: white;
}
.c-section-intro__copy span.--light-gray {
  color: #A9B5BE;
}
.c-section-intro__copy span.--light-blue {
  color: #A2C6F4;
}
.c-section-intro__content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.c-section-intro__content .title {
  font-size: clamp(1.7rem,calc((28 / 15) * 1vw),2.8rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-section-intro__content .text {
  margin-top: 15px;
  color: #585858;
  font-size: clamp(1.2rem,calc((16 / 15) * 1vw),1.6rem);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__content .text {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.c-section-intro__content .text.--white {
  color: white;
}
.c-section-intro__content .button {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-section-intro__content .button {
    margin-top: 26px;
  }
}

.c-lower-header {
  width: calc(100% - 100px);
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-lower-header {
    width: calc(100% - 40px);
  }
}
.c-lower-header__title {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  font-size: 3rem;
  line-height: 1.5;
}
.c-lower-header__title::before {
  content: "";
  display: block;
  color: #1072C4;
  width: 15px;
  height: 30px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_title.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_title.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-lower-header__copy {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.21;
}
@media screen and (max-width: 1024px) {
  .c-lower-header__copy {
    width: 100%;
  }
}
.c-lower-header__copy-main {
  font-size: 9rem;
  font-weight: 700;
  color: #1072C4;
}
.c-lower-header__copy-sub {
  font-size: 8rem;
  font-weight: 700;
  color: #A9B5BE;
  margin-left: auto;
}
/*------------------------------button------------------------------*/
.c-button {
  --width:600px;
  --height:80px;
  --fontSize: 1.8rem;
  --color: white;
  --bgcolor: #97A5B1;
  --ripple: #0E72C4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: min(var(--width), 100%);
  height: var(--height);
  padding: 0 30px;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: var(--fontSize);
  color: var(--color);
  background-color: var(--bgcolor);
  border-radius: 9999px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button {
    --height:50px;
    font-size: 1.3rem;
    padding: 0 25px;
  }
}
.c-button__label {
  position: relative;
  z-index: 2;
}
.c-button__icon {
  --right: 30px;
  position: absolute;
  z-index: 2;
  right: var(--right);
  width: 30px;
  aspect-ratio: 1;
  margin-left: auto;
  background-color: white;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .c-button__icon {
    --right: 37px;
    width: 15px;
  }
}
.c-button__icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 12px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--bgcolor);
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button__icon::before {
    width: 5px;
    height: 10px;
  }
}
.c-button__ripple {
  position: absolute;
  border-radius: 50%;
  background-color: var(--ripple);
  transform: scale(0);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: 1;
}
.c-button:hover .c-button__icon::before {
  --bgcolor: #1072C4;
}
.c-button:hover .c-button__ripple {
  transition-duration: 0.6s;
}
.c-button:not(:hover) .c-button__ripple {
  transition-duration: 0.6s;
}
.c-button.is-disabled, .c-button:disabled {
  --color: #afb1b3;
  --bgcolor: #d3dae0;
  pointer-events: none;
  cursor: not-allowed;
  border: 0;
}
.c-button.is-disabled::before, .c-button:disabled::before {
  background-color: white;
}
.c-button.is-disabled::after, .c-button:disabled::after {
  background-color: var(--color);
}

.c-button-nav {
  --width:220px;
  --height:56px;
  --fontSize: 1.6rem;
  --color: white;
  --bgcolor: #1072C4;
  position: relative;
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 11px;
  width: min(var(--width), 100%);
  height: var(--height);
  padding: 0 30px;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: var(--fontSize);
  color: var(--color);
  background-color: var(--bgcolor);
  border-radius: 9999px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button-nav {
    --height: 45px;
    --fontSize: 1.3rem;
    padding: 0 25px;
  }
}
.c-button-nav:hover {
  --bgcolor: white;
  --color: #1072C4;
}
.c-button-nav:hover .c-button-nav__icon::before {
  --bgcolor: #1072C4;
}
.c-button-nav__label {
  position: relative;
  z-index: 2;
}
.c-button-nav__icon {
  --right: 13px;
  position: absolute;
  z-index: 2;
  right: var(--right);
  width: 30px;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 100%;
}
.c-button-nav__icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 12px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color);
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button-nav__icon::before {
    width: 5px;
    height: 10px;
  }
}
.c-button-nav--large {
  --width: 260px;
}
.c-button-nav--small {
  --height: 50px;
  --fontSize: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .c-button-nav--small {
    --height: 45px;
    --fontSize: 1.3rem;
  }
}

.c-button-submit {
  --width:300px;
  --height:60px;
  --fontSize: 1.8rem;
  --color: white;
  --bgcolor: #97A5B1;
  --ripple: #0E72C4;
  position: relative;
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 11px;
  width: min(var(--width), 100%);
  height: var(--height);
  padding: 0 20px;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: var(--fontSize);
  color: var(--color);
  background-color: var(--bgcolor);
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button-submit {
    --height: 45px;
    --fontSize: 1.6rem;
    padding: 0 25px;
  }
}
.c-button-submit:hover .c-button-submit__icon::before {
  --bgcolor: #1072C4;
}
.c-button-submit:hover .c-button-submit__ripple {
  transition-duration: 0.6s;
}
.c-button-submit__ripple {
  position: absolute;
  border-radius: 50%;
  background-color: var(--ripple);
  transform: scale(0);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: 1;
}
.c-button-submit__label {
  position: relative;
  z-index: 2;
}
.c-button-submit__icon {
  --right: 13px;
  position: absolute;
  z-index: 2;
  right: var(--right);
  width: 30px;
  aspect-ratio: 1;
  margin-left: auto;
  background-color: white;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .c-button-submit__icon {
    --right: 25px;
    width: 15px;
  }
}
.c-button-submit__icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 12px;
  background-color: currentColor;
  mask-image: url("../img/base/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/base/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--bgcolor);
  transition: background-color 0.6s, color 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-button-submit__icon::before {
    width: 5px;
    height: 10px;
  }
}
.c-table {
  margin: 80px auto 60px;
  line-height: 1.4;
  border: 2px solid white;
}
h4 + .table {
  margin-top: 40px;
}

.c-table th, .c-table td {
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
.c-table th {
  font-size: 18px;
  background-color: #F4F5F5;
}
.c-table td {
  border: 2px solid white;
}

/*------------------------------form------------------------------*/
.c-form {
  margin-top: 30px;
  color: #333333;
}
.c-form__back {
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  color: #0A1019;
  text-decoration: underline;
  outline: 0;
  border: 0;
  background: transparent;
  margin-bottom: 40px;
}
.c-form__lead {
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-form--register .c-form__field + .c-form__field {
  margin-top: 20px;
}
.c-form--register .c-form__submit {
  padding-right: 20px;
  padding-left: 20px;
}
.c-form--register .c-form__label-wrap {
  padding: 13px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E0E0E0;
  color: #969696;
  background-color: #F7F7F7;
}
.c-form--register .c-form__input-wrap {
  padding: 0 20px;
}
.c-form--register .c-input, .c-form--register .c-select select, .c-form--register .c-radio__input, .c-form--register .c-check__input {
  border-color: #E0E0E0;
}
.c-form--horizontal .c-form__field {
  flex-direction: row;
}
.c-form--horizontal .c-form__label-wrap {
  flex-shrink: 0;
  width: 150px;
}
.c-form__field {
  margin-top: 44px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 23px;
  font-size: 2.4rem;
}
.c-form__field--last {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.c-form__label-wrap {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.c-form__input-wrap {
  width: 100%;
}
.c-form__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 26px;
}
.c-form__required {
  color: #DA3F45;
}
.c-form__note {
  font-size: 0.85em;
  line-height: 1.5;
}
.c-form__error {
  margin-top: 10px;
  font-size: 0.85em;
  line-height: 1.5;
  color: #DA3F45;
}
.c-form__forget {
  margin-top: 10px;
  font-size: 0.85em;
  line-height: 1.5;
}
.c-form__caution {
  margin-top: 19px;
  color: #BFBFBF;
  font-size: 1rem;
  line-height: 1.8;
}
.c-form__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-form__agree a {
  text-decoration: underline;
}
.c-form__submit {
  margin-top: 50px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.c-input {
  width: min(400px, 100%);
  padding: 16px;
  border-radius: 10px;
  background-color: white;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  outline: 0;
  border: 2px solid #585858;
}
.c-input::placeholder {
  color: #BFBFBF;
}
.c-input--textarea {
  width: min(680px, 100%);
  height: 130px;
  line-height: 1.5;
}
.c-input--large {
  width: min(500px, 100%);
}
.c-input--middle {
  width: min(250px, calc((100% - 10px) / 2));
}
.c-input--small {
  width: min(140px, calc((100% - 20px) / 3));
}
.c-input.is-disabled {
  pointer-events: none;
  color: #BFBFBF;
  background-color: #F0F0F0;
}

.c-select {
  width: min(355px, 100%);
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-select.is-disabled {
  color: #BFBFBF;
}
.c-select.is-disabled select {
  pointer-events: none;
  color: #BFBFBF;
  background-color: #F0F0F0;
}
.c-select::after {
  content: "";
  position: absolute;
  right: min(15px, 10%);
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  pointer-events: none;
}
.c-select select {
  color: #0A1019;
  width: 100%;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  padding: 18px;
  padding-left: min(18px, 20%);
  padding-right: min(32px, 22%);
  background-color: white;
  border: 2px solid #585858;
  border-radius: 10px;
}
.c-select--middle {
  width: min(250px, calc((100% - 10px) / 2));
}
.c-select--small {
  width: min(140px, calc((100% - 20px) / 3));
}

.c-check {
  width: min(355px, 100%);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.7em;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: white;
  border: 2px solid #585858;
  padding: 13px 15px;
  border-radius: clamp(5px, 0.8vw, 10px);
}
.c-check.is-disabled {
  pointer-events: none;
  color: #BFBFBF;
}
.c-check.is-disabled .c-check__input {
  color: #BFBFBF;
  background-color: #F0F0F0;
}
.c-check.is-disabled .c-check__input:checked {
  background-color: #C6C6C6;
  border-color: #C6C6C6;
}
.c-check__input {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: clamp(5px, 0.8vw, 10px);
  background-color: white;
  border: 2px solid #585858;
  margin: 0;
}
.c-check__input:checked {
  position: relative;
  border-color: #0A1019;
  background-color: #0A1019;
}
.c-check__input:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-radio {
  width: min(355px, 100%);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.7em;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Inter", "heisei-kaku-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: white;
  border: 2px solid #585858;
  padding: 13px 27px 13px 15px;
  border-radius: clamp(5px, 0.8vw, 10px);
}
.c-radio:has(.c-radio__input:checked) {
  border-color: #1072C4;
}
.c-radio--fit {
  width: fit-content;
}
.c-radio--fontSmall {
  font-size: 1.8rem;
}
.c-radio.is-disabled {
  pointer-events: none;
  color: #BFBFBF;
}
.c-radio.is-disabled .c-radio__input {
  color: #BFBFBF;
  background-color: #F0F0F0;
}
.c-radio.is-disabled .c-radio__input:checked {
  background-color: #C6C6C6;
  border-color: #C6C6C6;
}
.c-radio__input {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #585858;
  margin: 0;
}
.c-radio__input:checked {
  position: relative;
  border-color: #1072C4;
  background-color: #1072C4;
}
.c-confirm {
  margin-top: 30px;
  line-height: 1.5;
}
.c-confirm__item + .c-confirm__item {
  margin-top: 10px;
}
.c-confirm dt {
  font-size: 1.4rem;
  color: #969696;
}
.c-confirm dd {
  margin-top: 5px;
}

[data-target] {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, background-color 0.2s, color 0.2s;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  [data-target] {
    opacity: 1;
  }
}
[data-target].action {
  opacity: 1;
}
[data-target][data-slideup] {
  transform: translateY(1.56vw) scale(1);
}
@media screen and (max-width: 1024px) {
  [data-target][data-slideup] {
    transform: translateY(0);
  }
}
[data-target][data-slideup].action {
  transform: translateY(0);
}
[data-target][data-slidedown] {
  transform: translateY(-1.56vw) scale(1);
}
[data-target][data-slidedown].action {
  transform: translateY(0);
}
[data-target][data-slideleft] {
  transform: translateX(1.56vw) scale(1);
}
[data-target][data-slideleft].action {
  transform: translateX(0);
}
[data-target][data-slideright] {
  transform: translateX(-1.56vw) scale(1);
}
[data-target][data-slideright].action {
  transform: translateX(0);
}

[data-lazy] {
  opacity: 0;
}
[data-lazy].action {
  transition: opacity 0.4s ease;
  opacity: 1;
}

[data-dummy] {
  color: tomato;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
/* settings */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-only-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .u-only-pc {
    display: none !important;
  }
}

/* width % */
.u-w-10 {
  width: 10%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-10 {
    width: 10% !important;
  }
}

.u-w-20 {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-20 {
    width: 20% !important;
  }
}

.u-w-30 {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-30 {
    width: 30% !important;
  }
}

.u-w-40 {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-40 {
    width: 40% !important;
  }
}

.u-w-50 {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-50 {
    width: 50% !important;
  }
}

.u-w-60 {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-60 {
    width: 60% !important;
  }
}

.u-w-70 {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-70 {
    width: 70% !important;
  }
}

.u-w-80 {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-80 {
    width: 80% !important;
  }
}

.u-w-90 {
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-90 {
    width: 90% !important;
  }
}

.u-w-100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .u-w-sp-100 {
    width: 100% !important;
  }
}

/* spacer xs,sm,md,lg,xl */
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-mt-sm {
  margin-top: clamp(20px, 3vw, 30px) !important;
}

.u-mb-sm {
  margin-bottom: clamp(20px, 3vw, 30px) !important;
}

.u-mr-sm {
  margin-right: clamp(20px, 3vw, 30px) !important;
}

.u-ml-sm {
  margin-left: clamp(20px, 3vw, 30px) !important;
}

.u-pt-sm {
  padding-top: clamp(20px, 3vw, 30px) !important;
}

.u-pb-sm {
  padding-bottom: clamp(20px, 3vw, 30px) !important;
}

.u-pr-sm {
  padding-right: clamp(20px, 3vw, 30px) !important;
}

.u-pl-sm {
  padding-left: clamp(20px, 3vw, 30px) !important;
}

.u-mt-md {
  margin-top: clamp(40px, 5vw, 50px) !important;
}

.u-mb-md {
  margin-bottom: clamp(40px, 5vw, 50px) !important;
}

.u-mr-md {
  margin-right: clamp(40px, 5vw, 50px) !important;
}

.u-ml-md {
  margin-left: clamp(40px, 5vw, 50px) !important;
}

.u-pt-md {
  padding-top: clamp(40px, 5vw, 50px) !important;
}

.u-pb-md {
  padding-bottom: clamp(40px, 5vw, 50px) !important;
}

.u-pr-md {
  padding-right: clamp(40px, 5vw, 50px) !important;
}

.u-pl-md {
  padding-left: clamp(40px, 5vw, 50px) !important;
}

.u-mt-lg {
  margin-top: clamp(60px, 6.66vw, 80px) !important;
}

.u-mb-lg {
  margin-bottom: clamp(60px, 6.66vw, 80px) !important;
}

.u-mr-lg {
  margin-right: clamp(60px, 6.66vw, 80px) !important;
}

.u-ml-lg {
  margin-left: clamp(60px, 6.66vw, 80px) !important;
}

.u-pt-lg {
  padding-top: clamp(60px, 6.66vw, 80px) !important;
}

.u-pb-lg {
  padding-bottom: clamp(60px, 6.66vw, 80px) !important;
}

.u-pr-lg {
  padding-right: clamp(60px, 6.66vw, 80px) !important;
}

.u-pl-lg {
  padding-left: clamp(60px, 6.66vw, 80px) !important;
}

.u-mt-xl {
  margin-top: clamp(80px, 8.33vw, 100px) !important;
}

.u-mb-xl {
  margin-bottom: clamp(80px, 8.33vw, 100px) !important;
}

.u-mr-xl {
  margin-right: clamp(80px, 8.33vw, 100px) !important;
}

.u-ml-xl {
  margin-left: clamp(80px, 8.33vw, 100px) !important;
}

.u-pt-xl {
  padding-top: clamp(80px, 8.33vw, 100px) !important;
}

.u-pb-xl {
  padding-bottom: clamp(80px, 8.33vw, 100px) !important;
}

.u-pr-xl {
  padding-right: clamp(80px, 8.33vw, 100px) !important;
}

.u-pl-xl {
  padding-left: clamp(80px, 8.33vw, 100px) !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-pt-auto {
  padding-top: auto !important;
}

.u-pb-auto {
  padding-bottom: auto !important;
}

.u-pr-auto {
  padding-right: auto !important;
}

.u-pl-auto {
  padding-left: auto !important;
}

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

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

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

/* font-size 1remから3remまで */
.u-font-10 {
  font-size: 1rem;
}

.u-font-11 {
  font-size: 1.1rem;
}

.u-font-12 {
  font-size: 1.2rem;
}

.u-font-13 {
  font-size: 1.3rem;
}

.u-font-14 {
  font-size: 1.4rem;
}

.u-font-15 {
  font-size: 1.5rem;
}

.u-font-16 {
  font-size: 1.6rem;
}

.u-font-17 {
  font-size: 1.7rem;
}

.u-font-18 {
  font-size: 1.8rem;
}

.u-font-19 {
  font-size: 1.9rem;
}

.u-font-20 {
  font-size: 2rem;
}

.u-font-21 {
  font-size: 2.1rem;
}

.u-font-22 {
  font-size: 2.2rem;
}

.u-font-23 {
  font-size: 2.3rem;
}

.u-font-24 {
  font-size: 2.4rem;
}

.u-font-25 {
  font-size: 2.5rem;
}

.u-font-26 {
  font-size: 2.6rem;
}

.u-font-27 {
  font-size: 2.7rem;
}

.u-font-28 {
  font-size: 2.8rem;
}

.u-font-29 {
  font-size: 2.9rem;
}

.u-font-30 {
  font-size: 3rem;
}

.u-flex {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}

.u-opacity {
  transition: opacity 0.3s ease;
}
.u-opacity:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
worksのみ
--------------------------------------------------------------*/
.p-work-header {
  width: calc(100% - 100px);
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-work-header {
    width: calc(100% - 40px);
  }
}
.p-work-header__title {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  font-size: 3rem;
  line-height: 1.5;
}
.p-work-header__title::before {
  content: "";
  display: block;
  width: 14px;
  height: 30px;
  background: url("../img/base/icon_title.png") no-repeat center center/contain;
}
.p-work-header__copy {
  flex-shrink: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.11;
}
@media screen and (max-width: 1024px) {
  .p-work-header__copy {
    width: 100%;
  }
}
.p-work-header__copy-main {
  font-size: 9rem;
  font-weight: 700;
  color: #1072C4;
}
.p-work-header__copy-sub {
  margin-top: 15px;
  font-size: 8rem;
  font-weight: 700;
  color: #A9B5BE;
  margin-left: auto;
}
.p-work-header__copy span {
  display: block;
}

.p-works {
  margin-top: 130px;
}
.p-works__nav {
  margin-top: 118px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.p-works__nav-item {
  width: min(260px, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-works__nav-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 17px 17px 20px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-works__nav-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  transition: border-width 0.2s ease, border-color 0.3s ease, transform 0.2s ease;
}
.p-works__nav-link:hover {
  color: white;
  background-color: #1072C4;
}
.p-works__nav-link:hover::after {
  border-color: #1072C4 transparent transparent transparent;
  transform: translateY(0);
}
.p-works__nav-link:hover .p-works__nav-icon {
  color: white;
}
.p-works__nav-icon {
  display: block;
  width: 73px;
  height: 71px;
  color: #1072C4;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-works__nav-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p-works__nav-icon--1 {
  background-color: currentColor;
  mask-image: url("../img/works/navi_icon1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/works/navi_icon1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.p-works__nav-icon--2 {
  background-color: currentColor;
  mask-image: url("../img/works/navi_icon2.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/works/navi_icon2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.p-works__nav-icon--3 {
  background-color: currentColor;
  mask-image: url("../img/works/navi_icon3.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/works/navi_icon3.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.p-works__nav-icon--4 {
  background-color: currentColor;
  mask-image: url("../img/works/navi_icon4.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/works/navi_icon4.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.p-works__nav-label {
  font-size: 1.8rem;
}
.p-works__results {
  margin-top: 150px;
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-works__results {
    width: calc(100% - 40px);
  }
}
.p-works__list {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 80px 2%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-works__list {
    margin-top: 0;
    flex-direction: column;
    gap: 55px;
  }
}
.p-works__list > * {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .p-works__list > * {
    width: 100% !important;
  }
}
.p-works__list > *:nth-of-type(4n+2), .p-works__list > *:nth-of-type(4n+3) {
  width: 36%;
}
/* =========================================
   Work Detail Page
========================================= */
.p-work-detail {
  color: #2B3036;
  /* =========================
     Hero
  ========================= */
  /* =========================
     Header / Summary
  ========================= */
  /* =========================
     Images
  ========================= */
  /* =========================
     Process
     （課題・アプローチ・結果）
  ========================= */
  /* =========================
     Related Works
  ========================= */
  /* =========================
     button
  ========================= */
}
.p-work-detail__hero-image img {
  width: 100%;
}
.p-work-detail__summary {
  padding: 93px 0 178px;
  width: calc(100% - 100px);
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-work-detail__summary {
    width: calc(100% - 40px);
  }
}
.p-work-detail__summary-sub {
  width: 700px;
  padding-right: 22px;
}
.p-work-detail__title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-work-detail__tags {
  margin-top: 20px;
}
.p-work-detail__label {
  margin-top: 56px;
  color: #585858;
  font-size: 2rem;
}
.p-work-detail__value {
  margin-top: 7px;
}
.p-work-detail__deliverable-list {
  font-size: 3rem;
  line-height: 1.6;
}
.p-work-detail__description {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-work-detail__meta {
  color: #585858;
  line-height: 1.5;
}
.p-work-detail__meta-item {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 11px 19px;
  margin-top: 36px;
}
.p-work-detail__meta-item:first-of-type {
  margin-top: 30px;
}
.p-work-detail__meta-item--row {
  flex-direction: row;
}
.p-work-detail__meta-item--row dt::after {
  content: "：";
}
.p-work-detail__meta-item--row a {
  text-decoration: underline;
}
.p-work-detail__image img {
  width: 100%;
}
.p-work-detail__process {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 157px 0 202px;
}
@media screen and (max-width: 1024px) {
  .p-work-detail__process {
    width: calc(100% - 40px);
  }
}
.p-work-detail__process-item:not(:first-of-type) {
  margin-top: 69px;
}
.p-work-detail__process-title {
  color: #585858;
  font-size: 2rem;
}
.p-work-detail__process-title::before {
  content: "■ ";
}
.p-work-detail__process-text {
  margin-top: 17px;
  font-size: 2.4rem;
  line-height: 1.58;
}
.p-work-detail__related {
  margin-top: 160px;
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-work-detail__related {
    width: calc(100% - 40px);
  }
}
.p-work-detail__related-title {
  font-size: 2.4rem;
}
.p-work-detail__related-list {
  margin-top: 60px;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
}
.p-work-detail__related-list > * {
  width: calc((100% - 50px) / 3);
}
.p-work-detail__button {
  margin-top: 120px;
  margin-bottom: 30px;
}
.p-work-detail__button > * {
  margin: 0 auto;
}

/*# sourceMappingURL=works.css.map */
