@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;700&display=swap');

/* ！3/1公開後削除！
 * ---------------------------------------- */
article {
  padding: 0 0;
}

section {
  padding: 0 0;
  margin: 0 0;
}

section .inner {
  margin: 0 0;
}

section h2 {
  text-align: left;
  padding: 0 0;
  width: 100%;
  margin: 0 0;
  line-height: 1;
  opacity: 1;
}

section h2 img {
  width: 100%;
}

section .cach {
  padding: 0 0;
  font-size: 10px;
  text-align: left;
}

/* ===========================================
 * Base
 * ======================================== */
/*
html,
body {
  overflow-x: hidden;
} */

.style-base-24 {
  /* font */
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  /* style */
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  color: #000000;
  box-sizing: border-box;

  /* overflow-x: hidden; */
}

.style-base-24 * {
  box-sizing: border-box;
}

.style-base-24 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.style-base-24 a {
  text-decoration: none;
  border: none;
}

/* ===========================================
 * Utility
 * ======================================== */
.u-font-en {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.u-text-upp {
  text-transform: uppercase;
}

.u-space-numbering {
  padding-right: 0.7em;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}

/* ===========================================
 * Layouts
 * ======================================== */
/* main
 * ---------------------------------------- */
.l-main {
  padding: 164px 0 0 0;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 0 0 0 0;
  }
}

.l-inner {
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===========================================
 * Components
 * ======================================== */
.c-inview-fadeup {
  transition: all 600ms;
  transform: translateY(50px);
  opacity: 0;
}

.c-inview-fadeup.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.c-inview-fade {
  transition: all 600ms;
  opacity: 0;
}

.c-inview-fade.is-inview {
  opacity: 1;
}

.c-inview-fade-list > * {
  transition: all 600ms;
  opacity: 0;
}

.c-inview-fade-list.is-inview > * {
  opacity: 1;
}

.c-inview-fade-list.is-inview > *:nth-child(1) {
  transition-delay: 0.1s;
}

.c-inview-fade-list.is-inview > *:nth-child(2) {
  transition-delay: 0.3s;
}

.c-inview-fade-list.is-inview > *:nth-child(3) {
  transition-delay: 0.5s;
}

.c-inview-fade-list.is-inview > *:nth-child(4) {
  transition-delay: 0.7s;
}

.c-inview-fade-list.is-inview > *:nth-child(5) {
  transition-delay: 0.9s;
}

.c-inview-fade-list.is-inview > *:nth-child(6) {
  transition-delay: 1.1s;
}

.c-inview-fade-list.is-inview > *:nth-child(7) {
  transition-delay: 1.3s;
}

.c-inview-fade-list.is-inview > *:nth-child(8) {
  transition-delay: 1.5s;
}

.c-inview-fade-list.is-inview > *:nth-child(9) {
  transition-delay: 1.7s;
}

.c-inview-fade-list.is-inview > *:nth-child(10) {
  transition-delay: 1.9s;
}
/*
 * btn
 */
.c-btn-a {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 100vh;
  background: #37a5ff;
}

.c-btn-a[target='_blank'] .c-btn_text {
  padding: 0 20px 0 0;
  position: relative;
}

.c-btn-a[target='_blank'] .c-btn_text:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url('/assets/images/common/icon_blank_01.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media (any-hover: hover) {
  .c-btn-a {
    transition: all 300ms;
  }

  .c-btn-a:hover {
    background: #002869;
    opacity: 1;
  }
}

/*
 * arrow
 */
.c-arrow-1 svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-arrow-1 circle {
  fill: #fff;
  stroke: #37a5ff;
}

.c-arrow-1 ._arrow {
  fill: none;
  stroke: #37a5ff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media (any-hover: hover) {
  .c-arrow-1 circle,
  .c-arrow-1 ._arrow {
    transition: all 300ms;
  }

  .c-arrow-1:hover circle,
  a:hover .c-arrow-1 circle {
    fill: #37a5ff;
  }

  .c-arrow-1:hover ._arrow,
  a:hover .c-arrow-1 ._arrow {
    stroke: #fff;
  }
}

/* ===========================================
 * Projects
 * ======================================== */
/*
 * pgHead
 */
.p-pgHead_inner {
  padding-top: 55px;
  /* padding-bottom: 55px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-pgHead_container-img {
  width: calc(600 / 1020 * 100%);
}

.p-pgHead_container-img:not(.is-untrim) {
  border-radius: 40px;
  overflow: hidden;
}

.p-pgHead_container-text {
  width: calc(420 / 1020 * 100%);
}

.p-pgHead_title-dir {
  font-size: 18px;
  margin: 0 0 calc(40 / 420 * 100%) 0;
}

.p-pgHead_title {
  font-size: clamp(27px, calc(30 / 1260 * 100vw), 30px);
  margin: 0 0 calc(40 / 420 * 100%) 0;
}

.p-pgHead_text {
  font-weight: bold;
  font-size: clamp(15px, calc(18 / 1260 * 100vw), 18px);
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-pgHead_inner {
    padding-top: 35px;
    /* padding-bottom: 45px; */
    display: block;
  }

  .p-pgHead_container-img {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .p-pgHead_container-img:not(.is-untrim) {
    border-radius: 6.66vw;
  }

  .p-pgHead_container-text {
    width: 100%;
    padding: 0 6%;
  }

  .p-pgHead_title-dir {
    font-size: 18px;
    margin: 0 0 25px 0;
  }

  .p-pgHead_title {
    font-size: 32px;
    margin: 0 0 35px 0;
  }

  .p-pgHead_text {
    font-size: 19px;
    line-height: 1.9;
  }
}

/*
 * pagelist
 */
.p-pgList {
  border-top: 1px solid #ececec;
  padding: 50px 0 50px 0;
}

.p-pgList_title {
  font-size: 16px;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .p-pgList {
    padding: 50px 0 120px 0;
  }

  .p-pgList_title {
    font-size: 16px;
    margin: 0 0 25px 0;
    padding: 0 6%;
  }
}

.p-pgListItem_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-pgListItem_wrapper > li {
  width: calc(180 / 1020 * 100%);
  margin: 30px calc(30 / 1020 * 100%) 0 0;
}

.p-pgListItem_wrapper > li:nth-child(-n + 5) {
  margin-top: 0;
}

.p-pgListItem_wrapper > li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-pgListItem_wrapper {
    padding: 0 6%;
  }

  .p-pgListItem_wrapper > li,
  .p-pgListItem_wrapper > li:nth-child(-n + 5),
  .p-pgListItem_wrapper > li:nth-child(5n) {
    width: 23.5%;
    margin: 22px 2% 0 0;
  }

  .p-pgListItem_wrapper > li:nth-child(4n) {
    margin-right: 0;
  }

  .p-pgListItem_wrapper > li:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-pgListItem_wrapper {
    padding: 0 6%;
    justify-content: space-between;
  }

  .p-pgListItem_wrapper > li,
  .p-pgListItem_wrapper > li:nth-child(-n + 4),
  .p-pgListItem_wrapper > li:nth-child(4n) {
    width: calc(305 / 650 * 100%);
    margin: 22px 0 0 0;
  }

  .p-pgListItem_wrapper > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.p-pgListItem {
  display: block;
}

.p-pgListItem.is-comingsoon {
  pointer-events: none;
}

.p-pgListItem.is-current {
  opacity: 0.4;
  pointer-events: none;
}

.p-pgListItem_thumb {
  aspect-ratio: 600/442;
}

.p-pgListItem_thumb:not(.is-untrim) {
  border-radius: 12px;
  overflow: hidden;
}

.p-pgListItem_panel {
  color: #fff;
  font-size: clamp(11px, 1.32vw, 14px);
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  background: #001488;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pgListItem.is-comingsoon .p-pgListItem_panel {
  color: #000;
  letter-spacing: 0.05em;
  background: #efefef;
}

.p-pgListItem_title {
  color: #37a5ff;
  font-size: 12px;
  display: inline-block;
  padding: 0 18px 0 0;
  margin: 1em 0 0 0;
  line-height: 1.4;
  position: relative;
}

.p-pgListItem.is-comingsoon .p-pgListItem_title {
  color: #000000;
}

.p-pgListItem[target='_blank'] ._icon_blank {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.p-pgListItem[target='_blank'] ._icon_blank svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-pgListItem[target='_blank'] ._icon_blank path {
  stroke: #37a5ff;
}

@media (any-hover: hover) {
  .p-pgListItem,
  .p-pgListItem * {
    transition: all 300ms;
  }

  .p-pgListItem:hover {
    opacity: 1;
  }

  .p-pgListItem:hover .p-pgListItem_thumb img,
  .p-pgListItem:hover .p-pgListItem_panel {
    transform: scale(1.15);
  }

  .p-pgListItem:hover .p-pgListItem_title {
    color: #002869;
  }

  .p-pgListItem:hover ._icon_blank path {
    stroke: #002869;
  }
}

@media screen and (max-width: 767px) {
  .p-pgListItem_thumb:not(.is-untrim) {
    border-radius: 2.66vw;
  }

  .p-pgListItem_title {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .p-pgListItem_panel {
    font-size: min(3.2vw, 15px);
  }
}
