@charset "utf-8";
/*ベース_______________________________________*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-feature-settings: "palt";
  background-color: #0060be;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.menu_open {
  position: fixed;
  width: 100%;
  height: 100svh;
  height: 100vh;
}
/*コンテンツ*/
/*コンテンツ　表示/非表示/開放*/
.tb_on02,
.sp_on02 {
  display: none;
}
.tb_on,
.sp_on {
  display: contents;
}
@media screen and (max-width: 1279px) {
  .tb_off {
    display: contents;
  }
  .tb_off02 {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .tb_on02 {
    display: inline;
  }
}
@media screen and (max-width: 799px) {
  .sp_off {
    display: contents !important;
  }
  .sp_off02 {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .sp_on02 {
    display: inline;
  }
}
/*変数定義______________________*/
/*カテゴリー別カラー*/
:root {
  --primary: #0259af;
}
.demo {
  /*指定方法*/
  background-color: var(--color01);
}
/*ヘッダー_______________________________________*/
.l-header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 2.196193265vw 2.5622254758vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 5.3333333333vw;
  }
  .l-header.is-open .l-header__nav__btn::before,
  .l-header.is-open .l-header__nav__btn::after {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 3.7333333333vw;
  }
  .l-header.is-open .l-header__nav__btn::before {
    rotate: 30deg;
  }
  .l-header.is-open .l-header__nav__btn::after {
    rotate: -30deg;
  }
  .l-header.is-open .l-header__nav__menu {
    translate: 0 0;
    scale: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 6.2957540264vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 19.2vw;
  }
}
.l-header__logo a {
  display: block;
  aspect-ratio: 89/57;
}
@media screen and (min-width: 769px) {
  .l-header__nav__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.0666666667vw;
    width: 10.6666666667vw;
    aspect-ratio: 1/1;
    border-radius: 1.3333333333vw;
    background-color: #1a1a1a;
    z-index: 10;
  }
  .l-header__nav__btn::before,
  .l-header__nav__btn::after {
    content: "";
    display: block;
    width: 3.2vw;
    aspect-ratio: 12/1;
    border-radius: 100vmax;
    background-color: #fff;
    transition: 0.4s all ease-in-out;
  }
}
.l-header__nav__menu {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header__nav__menu {
    align-items: center;
    background: #fff;
    padding-left: calc(30 / 1366 * 100vw);
    border-radius: 0.3660322108vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__menu {
    position: absolute;
    inset: 0 0 auto auto;
    flex-direction: column;
    padding: 26.6666666667vw 6.9333333333vw 13.3333333333vw 8vw;
    border-radius: 0 0 0 9.3333333333vw;
    background-color: rgba(255, 255, 255, 0.55);
    translate: 100% 0;
    scale: 0;
    transform-origin: right top;
    transition: 0.4s all ease-in-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item {
    margin-right: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item {
    margin-bottom: 8vw;
  }
}
.l-header__nav__list__item a {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item a {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item a {
    font-size: 4vw;
  }
}
.l-header__nav__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-header__nav__contact {
    width: 16.6178623719vw;
    aspect-ratio: 227/62;
    border-radius: 0.3660322108vw;
    padding: 0.7320644217vw 1.0980966325vw 0.7320644217vw 1.4641288433vw;
    background-color: #1a1a1a;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact {
    width: 56.8vw;
    aspect-ratio: 213/80;
    border-radius: 1.3333333333vw;
    padding: 6.4vw 2.1333333333vw 6.4vw 5.3333333333vw;
    background-color: #0360be;
  }
}
.l-header__nav__contact .txt {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header__nav__contact .txt {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact .txt {
    font-size: 3.7333333333vw;
  }
}
.l-header__nav__contact .icn {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .l-header__nav__contact .icn {
    width: 2.3426061493vw;
    padding: 0.5966325037vw;
    border-radius: 0.2196193265vw;
    background-color: #3e3e3e;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__contact .icn {
    width: 8.5333333333vw;
    padding: 2.1733333333vw;
    border-radius: 0.8vw;
    background-color: #217cd6;
  }
}
.l-main {
  position: relative;
  min-height: 100dvh;
}
/*フッター_______________________________________*/
.l-footer {
  position: relative;
  background-color: #0259af;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    width: 80.5270863836vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__nav__list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4641288433vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item {
    border-left: 1px solid #5392d0;
  }
  .l-footer__nav__list__item:nth-of-type(3n) {
    border-right: 1px solid #5392d0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item {
    border-bottom: 0.2666666667vw solid #5392d0;
  }
}
.l-footer__nav__list__item a {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item a {
    justify-content: center;
    gap: 0.7320644217vw;
    height: 2.5622254758vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item a {
    gap: 1.8666666667vw;
    height: 12.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
.l-footer__nav__list__item a[target="_blank"]::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(../img/common/icn_blank.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__list__item a[target="_blank"]::after {
    width: 0.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list__item a[target="_blank"]::after {
    width: 2.88vw;
  }
}
.l-footer__copyright {
  font-weight: 300;
  text-align: center;
  color: #b5dbff;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 0.878477306vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
}
/*共有*/
.en01 {
  font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.en02 {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.dec_c01 {
  color: #71f1ff;
}
.dec_c02 {
  color: #0060be;
}
.dec_line {
  position: relative;
  z-index: 0;
  color: rgba(0, 0, 0, 0);
  padding: 2px 3px 5px;
  width: fit-content;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.dec_line.go {
  color: #1a1a1a;
}
.dec_line::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #71f1ff;
  width: 0;
  height: 100%;
  transition: 0.3s;
}
.dec_line.go::after {
  width: 100%;
}
/*アニメーション*/
.ani01 {
  opacity: 0;
  transform: translateY(48px);
  transition: 0.7s;
}
.ani01.go {
  opacity: 1;
  transform: translateY(0);
}
/*mv*/
.block_mv {
  background-color: #edf3f8;
  aspect-ratio: 1366 / 318;
  padding-top: calc(190 / 1366 * 100vw);
}
.block_mv .mv_ttl {
  width: 80.5270863836vw;
  margin: 0 auto;
  font-weight: bold;
  font-size: calc(70 / 1366 * 100vw);
  color: #0259af;
  line-height: calc(84 / 70);
  display: flex;
  flex-flow: column;
  gap: calc(10 / 1366 * 100vw);
}
.block_mv .mv_ttl .jp {
  font-size: calc(18 / 1366 * 100vw);
  color: #000;
}

@media screen and (max-width: 768px) {
  .block_mv {
    aspect-ratio: 375 / 250;
    padding-top: calc(108 / 375 * 100vw);
  }
  .block_mv .mv_ttl {
    width: calc(333 / 375 * 100vw);
    font-size: calc(40 / 375 * 100vw);
    line-height: calc(79 / 40);
    gap: 0;
  }
  .block_mv .mv_ttl .jp {
    margin-top: calc(-13 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}

.p-home__case {
  position: relative;
  background-color: #edf3f8;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-home__case {
    margin: 0;
    padding: calc(88 / 1366 * 100vw) 0 15.8857979502vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case {
    margin: 0;
    padding: 0 5.3333333333vw 39.4666666667vw;
  }
}
.p-home__case__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__case__inner {
    width: 80.5270863836vw;
    margin-inline: auto;
  }
}
.p-home__case__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home__case__head {
    gap: calc(23 / 1366 * 100vw);
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__head {
    gap: 2.6666666667vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__case__head .sub {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__head .sub {
    font-size: 4.8vw;
  }
}
.p-home__case__head .main {
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__case__head .main {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__head .main {
    font-size: 8vw;
    line-height: 13.3333333333vw;
  }
}
.p-home__case__list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-home__case__list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(50 / 1366 * 100vw) 1.1713030747vw;
    margin-bottom: calc(56 / 1366 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
    margin-bottom: calc(34 / 375 * 100vw);
  }
}
.p-home__case__list__item {
  position: relative;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item {
    padding: 1.0248901903vw 2.196193265vw 4.39238653vw;
    border-radius: 3.2210834553vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item {
    padding: 4vw 5.3333333333vw 10.6666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.p-home__case__list__item .photo {
  aspect-ratio: 330/218;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .photo {
    margin-inline: -1.2445095168vw;
    margin-bottom: 2.196193265vw;
    border-radius: 2.1229868228vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .photo {
    margin-inline: -1.3333333333vw;
    margin-bottom: 6.4vw;
    border-radius: 5.3333333333vw;
  }
}
.p-home__case__list__item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home__case__list__item .head {
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .head {
    margin-bottom: 0.878477306vw;
    font-size: 1.317715959vw;
    font-size: calc(17.4 / 1366 * 100vw);
    line-height: 2.3426061493vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .head {
    margin-bottom: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
}
.p-home__case__list__item .txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .txt {
    margin-bottom: 1.756954612vw;
    font-size: 1.0980966325vw;
    line-height: 2.0497803807vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .txt {
    margin-bottom: 10.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.p-home__case__list__item .list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .list {
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .list {
    gap: 5.3333333333vw;
  }
}
.p-home__case__list__item .list__item {
  display: flex;
  flex-direction: column;
}
.p-home__case__list__item .list__head {
  display: flex;
  align-items: center;
  border-radius: 100vmax;
  background-color: #203d5a;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .list__head {
    gap: 0.6588579795vw;
    width: 10.8345534407vw;
    height: 2.4158125915vw;
    margin-bottom: 0.6588579795vw;
    padding-inline: 0.878477306vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .list__head {
    gap: 1.3333333333vw;
    width: 39.4666666667vw;
    height: 8.8vw;
    margin-bottom: 2.4vw;
    padding-inline: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.p-home__case__list__item .list__head::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #c1ff79;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .list__head::before {
    width: 0.5124450952vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .list__head::before {
    width: 1.8666666667vw;
  }
}
.p-home__case__list__item .list__txt {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .list__txt {
    padding-left: 1.3909224012vw;
    font-size: 1.0248901903vw;
    line-height: 1.9033674963vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .list__txt {
    padding-left: 5.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.p-home__case__list__item .list__txt::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #d9d9d9;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .list__txt::before {
    inset: 0.8em auto auto 0.3660322108vw;
    width: 0.2928257687vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .list__txt::before {
    inset: 0.8em auto auto 1.3333333333vw;
    width: 1.0666666667vw;
  }
}
.p-home__case__list__item .icn {
  position: absolute;
  inset: auto 0 0 auto;
  aspect-ratio: 1/1;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-home__case__list__item .icn {
    width: calc(45 / 1366 * 100vw);
    /*padding: 1.317715959vw;*/
    border-radius: 0.7320644217vw 0 0.7320644217vw 0;
  }
  .p-home__case__list__item .icn img {
    width: calc(7.2 / 1366 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__list__item .icn {
    width: 12vw;
    padding: 4.8vw;
    border-radius: 2.6666666667vw 0 2.6666666667vw 0;
  }
}
.p-home__case__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn {
    width: 26.7203513909vw;
    aspect-ratio: 365/79;
    padding: 0 1.0980966325vw 0 2.196193265vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn {
    width: 77.3333333333vw;
    aspect-ratio: 290/79;
    padding: 0 4vw 0 8vw;
    border-radius: 2.1333333333vw;
  }
}
.p-home__case__btn .txt {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn .txt {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn .txt {
    font-size: 4.8vw;
  }
}
.p-home__case__btn .icn {
  display: block;
  aspect-ratio: 1/1;
  background-color: #3e3e3e;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn .icn {
    width: 3.5871156662vw;
    padding: 1.1713030747vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn .icn {
    width: 13.0666666667vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.p-home__case__btn02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
  margin-inline: auto;
  flex-flow: row-reverse;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn02 {
    width: calc(260 / 1366 * 100vw);
    aspect-ratio: 260/79;
    padding: 0 2.196193265vw 0 1.0980966325vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn02 {
    width: calc(240 / 375 * 100vw);
    aspect-ratio: 240/79;
    padding: 0 8vw 0 4vw;
    border-radius: 2.1333333333vw;
  }
}
.p-home__case__btn02 .txt {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn02 .txt {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn02 .txt {
    font-size: 4.8vw;
  }
}
.p-home__case__btn02 .icn {
  display: block;
  aspect-ratio: 1/1;
  background-color: #3e3e3e;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn02 .icn {
    width: 3.5871156662vw;
    padding: 1.1713030747vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn02 .icn {
    width: 13.0666666667vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}

.wrappwe_btn {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: calc(758 / 1366 * 100vw);

  @media screen and (min-width: 769px) {
    .p-home__case__btn02 {
      width: calc(359 / 1366 * 100vw);
      aspect-ratio: 359/79;
    }
  }

  @media screen and (max-width: 768px) {
    width: 100%;
    flex-flow: column;
    align-items: center;
    gap: calc(32 / 375 * 100vw);
    .p-home__case__btn02 {
      width: calc(330 / 375 * 100vw);
      aspect-ratio: 330/79;
    }
  }
}

.p-home__case__btn03 {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn03 {
    width: 26.7203513909vw;
    aspect-ratio: 365/79;
    padding: 0 2.196193265vw 0 1.0980966325vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn03 {
    width: 77.3333333333vw;
    aspect-ratio: 290/79;
    padding: 0 8vw 0 4vw;
    border-radius: 2.1333333333vw;
  }
}
.p-home__case__btn03 .txt {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn03 .txt {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn03 .txt {
    font-size: 4.8vw;
  }
}
.p-home__case__btn03 .icn {
  display: block;
  aspect-ratio: 1/1;
  background-color: #3e3e3e;
}
@media screen and (min-width: 769px) {
  .p-home__case__btn03 .icn {
    width: 3.5871156662vw;
    padding: 1.1713030747vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__btn03 .icn {
    width: 13.0666666667vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}

.p-home__case__txt {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  z-index: 1;
  margin-bottom: calc(-43 / 375 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-home__case__txt {
    margin-bottom: calc(-74 / 1366 * 100vw);
  }
}

.p-home__case__txt .txt {
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  color: #fff;
  animation: case 20s linear infinite;
}
@media screen and (min-width: 769px) {
  .p-home__case__txt .txt {
    padding-right: 10.0292825769vw;
    font-size: 18.3748169839vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__txt .txt {
    padding-right: 26.6666666667vw;
    font-size: 44.8vw;
  }
}
@keyframes case {
  100% {
    translate: -100% 0;
  }
}
.p-home__faq {
  position: relative;
  display: flex;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-home__faq {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -4.6852122987vw;
    padding: 10.2489019034vw 9.7364568082vw;
    border-radius: 2.5622254758vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq {
    flex-direction: column;
    margin-top: -11.4666666667vw;
    padding: 17.0666666667vw 5.3333333333vw 21.3333333333vw;
    border-radius: 9.3333333333vw;
  }
}
.p-home__faq__head .en {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-home__faq__head .en {
    gap: 0.439238653vw;
    font-size: calc(148 / 1336 * 100vw);
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__head .en {
    gap: 1.6vw;
    margin-bottom: 5.3333333333vw;
    font-size: 25.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__faq__head .en .small {
    font-size: 5.1976573939vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__head .en .small {
    font-size: 14.6666666667vw;
  }
}
.p-home__faq__head .jp {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__faq__head .jp {
    font-size: 1.8301610542vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__head .jp {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__faq__list {
    width: 57.1010248902vw;
  }
}
.p-home__faq__list__item {
  border-bottom: 1px solid #a0b7cc;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__item {
    padding: 3.6603221083vw 0 3.6603221083vw 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__item {
    padding: 16vw 0 13.3333333333vw 14.9333333333vw;
  }
}
.p-home__faq__list__item::details-content {
  transition: height 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  overflow: clip;
}
.p-home__faq__list__item[open]::details-content {
  height: auto;
}
.p-home__faq__list__item:not([open]) .p-home__faq__list__head .icn::after {
  rotate: -90deg;
}
.p-home__faq__list__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__head {
    align-items: center;
    gap: 4.6852122987vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__head {
    align-items: flex-start;
    gap: 6.9333333333vw;
  }
}
.p-home__faq__list__head::marker {
  content: "";
}
.p-home__faq__list__head::-webkit-details-marker {
  display: none;
}
.p-home__faq__list__head::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 90/46.29;
  border-radius: 50%;
  background-color: #d2e5fa;
  opacity: 0.85;
  rotate: -20deg;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__head::before {
    inset: -0.7320644217vw auto auto -3.6603221083vw;
    width: 6.588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__head::before {
    inset: -2.6666666667vw auto auto -13.3333333333vw;
    width: 24vw;
  }
}
.p-home__faq__list__head .txt {
  flex: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__head .txt {
    font-size: 1.4641288433vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__head .txt {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
.p-home__faq__list__head .icn {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1a1a1a;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__head .icn {
    width: 2.1229868228vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__head .icn {
    width: 7.7333333333vw;
  }
}
.p-home__faq__list__head .icn::before,
.p-home__faq__list__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 38%;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transition: 0.4s rotate ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__txt {
    margin-top: 1.8301610542vw;
    padding-right: 6.8814055637vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__txt {
    margin-top: 6.6666666667vw;
    padding-right: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-home__faq__list__txt .txt {
    font-size: 1.1713030747vw;
    line-height: 2.635431918vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__faq__list__txt .txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}

.pager {
  width: calc(740 / 1366 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(18 / 1366 * 100vw) calc(24 / 1366 * 100vw);
}
.p-home__case .pager {
  margin-bottom: calc(74 / 1366 * 100vw);
}
.pager * {
  position: relative;
  z-index: 0;
  font-family: Outfit;
  font-weight: bold;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  color: #0259af;
  width: calc(42.36 / 1366 * 100vw);
  aspect-ratio: 42.36 / 25;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.pager *::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #0259af;
  top: 0;
  left: 0;
  transform: rotate(-20deg);
  width: 100%;
  aspect-ratio: 42.36 / 21.79;
  border-radius: 60%;
  opacity: 0;
  transition: 0.3s;
}
.pager *:hover,
.pager .active {
  color: #fff;
}
.pager .active {
  pointer-events: none;
}
.pager *:hover::after,
.pager .active::after {
  opacity: 1;
}
.pager .arrow {
  width: calc(30 / 1366 * 100vw);
  aspect-ratio: unset;
}
.pager .arrow.next {
  transform: scale(-1, 1);
}
.pager .arrow::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .pager {
    width: fit-content;
    gap: calc(3 / 375 * 100vw) calc(6 / 375 * 100vw);
  }
  .p-home__case .pager {
    margin-bottom: calc(45 / 375 * 100vw);
  }
  .pager * {
    font-size: calc(14 / 375 * 100vw);
    width: calc(42.36 / 375 * 100vw);
  }
  .pager .arrow {
    width: calc(30 / 375 * 100vw);
  }
}

.block_case {
  overflow: hidden;
  background-color: #edf3f8;
  padding: calc(88 / 1366 * 100vw) 0 calc(120 / 1366 * 100vw);
}
.block_case .inner {
  width: 80.53%;
  margin: 0 auto;
}
.block_case .text_prof {
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  line-height: calc(26 / 14);
}
.block_case .mv_img {
  margin: 0 0 calc(100 / 1366 * 100vw);
}
.block_case .mv_img img {
  border-radius: calc(30 / 1366 * 100vw);
}
.block_case .unit_profile {
  position: relative;
  z-index: 0;
  margin-bottom: calc(120 / 1366 * 100vw);
  display: flex;
  justify-content: space-between;
}
.block_case .unit_profile::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.block_case.page_001 .unit_profile::after {
  background-image: url("../img/casestudy/001/back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: calc(-69 / 1366 * 100vw);
  right: -24.4%;
  width: 50%;
  aspect-ratio: 554 / 677;
}
.block_case.page_002 .unit_profile::after {
  background-image: url("../img/casestudy/002/back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: calc(180 / 1366 * 100vw);
  right: -13.4%;
  width: 51.09%;
  aspect-ratio: 562 / 423;
}
.block_case.page_003 .unit_profile::after {
  background-image: url("../img/casestudy/003/back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: calc(160 / 1366 * 100vw);
  right: -19.2%;
  width: 57.72%;
  aspect-ratio: 635 / 528;
}
.block_case .unit_profile .box_profile {
  position: relative;
  z-index: 0;
  width: 38.18%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: end;
  align-self: baseline;
}
.block_case .box_profile .dec_ttl {
  position: absolute;
  z-index: -1;
  top: calc(-24 / 1366 * 100vw);
  right: calc(-23 / 1366 * 100vw);
  font-weight: 600;
  font-size: calc(66 / 1366 * 100vw);
  color: #dfeaf3;
}
.block_case .box_profile .prof_img {
  position: relative;
  width: 59.53%;
}
.block_case .box_profile .prof_img.adjust02 {
  width: 32.5%;
  margin-left: 0;
  aspect-ratio: 136 / 161;
  display: flex;
  align-items: center;
}
.block_case .box_profile .prof_img.adjust03 {
  width: 37.93%;
  margin-left: -4.5%;
  margin-top: calc(49 / 1366 * 100vw);
  aspect-ratio: 159 / 132;
}

.block_case .box_profile .prof_game {
  position: relative;
  width: 52.55%;
  margin: 0 0 calc(-40 / 1366 * 100vw) -13%;
}
.block_case .box_profile .prof_game h4 {
  font-weight: bold;
  font-size: calc(20 / 1366 * 100vw);
  line-height: 2.4;
  color: #0259af;
}
.block_case .box_profile .prof_game h5 {
  font-size: calc(14 / 1366 * 100vw);
  padding-bottom: calc(18 / 1366 * 100vw);
  margin-bottom: calc(17 / 1366 * 100vw);
  border-bottom: 1px solid #0259af;
}
.block_case .box_profile .prof_game .data {
  display: flex;
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  line-height: 1.5;
  text-align: left;
  color: #434343;
  dt {
    font-weight: 500;
    padding-right: calc(10 / 1366 * 100vw);
    margin-right: calc(10 / 1366 * 100vw);
    border-right: 1px solid #c9d3de;
  }
}

.block_case .box_profile .prof_game ul {
}
.block_case .box_profile .prof_game li,
.block_case .box_profile .prof_data li {
  position: relative;
  z-index: 0;
  padding-left: calc(14 / 1366 * 100vw);
}
.block_case .box_profile .prof_game li::before,
.block_case .box_profile .prof_data li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(13 / 1366 * 100vw);
  left: 0;
  background-color: #d9d9d9;
  width: calc(4 / 1366 * 100vw);
  aspect-ratio: 1;
  align-self: center;
}
.block_case .box_profile .prof_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block_case .box_profile .prof_data dt {
  width: 30.8%;
  font-weight: bold;
  font-size: calc(16 / 1366 * 100vw);
  line-height: 2;
  color: #0259af;
  aspect-ratio: 129 / 46;
  align-self: baseline;
  border-radius: calc(5 / 1366 * 100vw);
  background: transparent;
  border: 1px solid #0259af;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_case .box_profile .prof_data dd {
  width: 62.75%;
}
.block_case .unit_profile .box_text {
  width: 54.18%;
  padding-left: calc(54 / 1366 * 100vw);
}
.block_case .unit_profile .box_text h5 {
  font-weight: bold;
  font-size: calc(24 / 1366 * 100vw);
  line-height: 2;
  color: #0259af;
  margin-bottom: calc(26 / 1366 * 100vw);
}
.block_case .unit_profile .box_text h5 .dec01 {
  position: relative;
  z-index: 1;
  display: block;
  font-size: calc(18 / 1366 * 100vw);
  line-height: 1;
  color: #a1b7cc;
  margin-bottom: calc(13 / 1366 * 100vw);
}
.block_case .unit_profile .box_text h5 .dec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #c3d6e3;
  top: 50%;
  left: calc(-54 / 1366 * 100vw);
  transform: translate(0, -50%);
  width: calc(34 / 1366 * 100vw);
  height: 1px;
}
.block_case .unit_vioce {
  position: relative;
  z-index: 0;
  margin-bottom: calc(61 / 1366 * 100vw);
  border-radius: calc(35 / 1366 * 100vw);
  background: #f5fbff;
  padding: calc(60 / 1366 * 100vw);
  display: flex;
  justify-content: space-between;
}
.block_case .unit_vioce .box_person {
  width: 33.46%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  gap: calc(28 / 1366 * 100vw) 0;
}
.block_case .box_person figure {
  width: 65.32%;
}
.block_case .box_person h4 {
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  line-height: calc(32 / 18);
  text-align: center;
}
.block_case .box_person h4 .size_s {
  display: block;
  font-weight: 500;
  font-size: calc(15 / 1366 * 100vw);
  line-height: calc(32 / 15);
}
.block_case .unit_vioce .box_text {
  width: 58.67%;
}
.block_case .unit_vioce .box_text h5 {
  font-weight: bold;
  font-size: calc(24 / 1366 * 100vw);
  line-height: 2;
  color: #0259af;
  margin-bottom: calc(20 / 1366 * 100vw);
}
.block_case .unit_vioce .box_text h5 .dec01 {
  width: calc(138 / 1366 * 100vw);
  aspect-ratio: 138/ 38;
  border-radius: calc(999 / 1366 * 100vw);
  background: #0259af;
  color: #fff;
  font-size: calc(14 / 1366 * 100vw);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(15 / 1366 * 100vw);
}

@media screen and (max-width: 768px) {
  .block_case {
    padding: 0 0 calc(60 / 375 * 100vw);
  }
  .block_case .inner {
    width: 89.333%;
  }
  .block_case .text_prof {
    font-size: calc(14 / 375 * 100vw);
  }
  .block_case .mv_img {
    margin: 0 0 calc(17 / 375 * 100vw);
  }
  .block_case .mv_img img {
    border-radius: calc(20 / 375 * 100vw);
  }
  .block_case .unit_profile {
    margin-bottom: calc(100 / 375 * 100vw);
    flex-flow: column;
    gap: calc(36 / 375 * 100vw) 0;
  }
  .block_case.page_001 .unit_profile::after {
    top: auto;
    bottom: calc(-102 / 375 * 100vw);
    right: calc(-122 / 375 * 100vw);
    width: 108.69%;
  }

  .block_case.page_002 .unit_profile::after {
    top: auto;
    bottom: calc(-80 / 375 * 100vw);
    right: -20.4%;
    width: 99.7%;
  }

  .block_case.page_003 .unit_profile::after {
    top: auto;
    bottom: calc(-105 / 375 * 100vw);
    right: -34.4%;
    width: 110.7%;
  }

  .block_case .unit_profile .box_profile {
    padding-top: calc(53.5 / 375 * 100vw);
    width: 100%;
    margin-bottom: calc(84 / 375 * 100vw);
  }
  .block_case .box_profile .dec_ttl {
    top: calc(-39 / 375 * 100vw);
    right: calc(-5 / 375 * 100vw);
    font-size: calc(55 / 375 * 100vw);
  }
  .block_case .box_profile .prof_img {
    width: 48.35%;
    margin-left: 0;
  }
  .block_case .box_profile .prof_game {
    width: 60.29%;
    margin: 0 0 calc(-64 / 375 * 100vw) -8.64%;
  }

  .block_case .box_profile .prof_game h4 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
  }
  .block_case .box_profile .prof_game h5 {
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    margin: calc(9 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }

  .block_case .box_profile .prof_game .data {
    font-size: calc(12 / 375 * 100vw);
    dt {
      padding-right: calc(10 / 375 * 100vw);
      margin-right: calc(10 / 375 * 100vw);
    }
  }
  .block_case .box_profile .prof_game h4.adjust_wrap {
    white-space: nowrap;
  }

  .block_case .box_profile .prof_game ul {
  }
  .block_case .box_profile .prof_game li,
  .block_case .box_profile .prof_data li {
    position: relative;
    z-index: 0;
    padding-left: calc(14 / 375 * 100vw);
  }
  .block_case .box_profile .prof_game li::before,
  .block_case .box_profile .prof_data li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(13 / 375 * 100vw);
    left: 0;
    background-color: #d9d9d9;
    width: calc(4 / 375 * 100vw);
    aspect-ratio: 1;
    align-self: center;
  }
  .block_case .box_profile .prof_data {
    width: 100%;
    flex-flow: column;
    gap: calc(7 / 375 * 100vw) 0;
  }
  .block_case .box_profile .prof_data dt {
    width: 100%;
    font-size: calc(11 / 375 * 100vw);
    aspect-ratio: 335 / 32;
    border-radius: calc(5 / 375 * 100vw);
  }
  .block_case .box_profile .prof_data dd {
    width: 100%;
  }
  .block_case .unit_profile .box_text {
    width: 100%;
    padding: calc(28 / 375 * 100vw) 0 0;
  }
  .block_case .unit_profile .box_text h5 {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 24);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .block_case .unit_profile .box_text h5 .dec01 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }
  .block_case .unit_profile .box_text h5 .dec01::after {
    top: calc(-28 / 375 * 100vw);
    left: 0;
    transform: translate(0, 0);
    width: calc(34 / 375 * 100vw);
  }
  .block_case .unit_vioce {
    margin-bottom: calc(40 / 375 * 100vw);
    border-radius: calc(35 / 375 * 100vw);
    background: #f5fbff;
    padding: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
    flex-flow: column;
    gap: calc(51 / 375 * 100vw) 0;
  }
  .block_case .unit_vioce .box_person {
    width: 100%;
    gap: calc(15 / 375 * 100vw) 0;
  }
  .block_case .box_person figure {
    width: max(135px, 37.3%);
  }
  .block_case .box_person h4 {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 15);
  }
  .block_case .box_person h4 .size_s {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(32 / 13);
  }
  .block_case .unit_vioce .box_text {
    width: 100%;
  }
  .block_case .unit_vioce .box_text h5 {
    font-weight: bold;
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 24);
    color: #0259af;
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .block_case .unit_vioce .box_text h5 .dec01 {
    width: calc(138 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin: 0 auto calc(18 / 375 * 100vw);
  }
}
