@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=League+Spartan:wght@100..900&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap");
:root {
  --vw: 1vw;
  --gutter: 4rem;
}

body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-league {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
}

.u-inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

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

.u-regular {
  font-weight: 400;
}

.u-fs-70 {
  font-size: 70%;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fs-130 {
  font-size: 130%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
address {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

section {
  position: relative;
}

body {
  color: #000;
  background-color: #EAEAEA;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #F1F1F1;
  margin: 0 0 20px;
}

img,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: 0;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
  color: #000;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a[href^="tel:"] {
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

html {
  font-size: 62.5%;
  font-size: 0.7788161994vw;
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-size: max(1.6rem, 14px);
  line-height: 1.9125;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.6rem;
  }
}
body.is-hidden {
  overflow: hidden;
}

@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1rem 0;
}
@media screen and (max-width: 750px) {
  .l-header {
    padding: 2.5rem 4% 0;
  }
}
.l-header__logo {
  width: max(12.6rem, 105px);
  margin-left: 1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    width: 28rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .l-header__block {
    position: fixed;
    width: 90%;
    top: 0;
    right: -100%;
    background-color: rgba(19, 41, 111, 0.9);
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (max-width: 750px) {
  .l-header__block.is-open {
    right: 0;
  }
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 0.4em;
}
@media screen and (max-width: 750px) {
  .l-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.l-header__item {
  font-size: max(1.3rem, 11px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-header__item {
    font-size: 3.2rem;
  }
}
.l-header__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .l-header__item a {
    color: #FFF;
  }
}
.l-header__item a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #13296F;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
@media (hover: hover) {
  .l-header__item a:hover::before {
    width: 100%;
  }
}
.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .l-header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1.7rem 1.2rem 1.5rem;
  background-color: #13296F;
  border-radius: 0.2rem;
  color: #FFF;
  font-size: max(1.3rem, 11px);
  line-height: 1;
  border: 1px solid #13296F;
}
@media screen and (max-width: 750px) {
  .l-header__btn a {
    font-size: 3.2rem;
    background-color: #FFF;
    color: #13296F;
    width: 38rem;
    height: 10rem;
    text-align: center;
    border-radius: 0.5rem;
  }
}
@media (hover: hover) {
  .l-header__btn a:hover {
    background-color: #FFF;
    color: #13296F;
  }
}
.l-header__hamb {
  display: none;
}
@media screen and (max-width: 750px) {
  .l-header__hamb {
    display: block;
    position: relative;
    width: 7rem;
    height: auto;
    aspect-ratio: 1.8;
  }
}
.l-header__hamb.is-open .l-header__hamb-line {
  background-color: #FFF;
}
.l-header__hamb.is-open .l-header__hamb-line:nth-child(1) {
  -webkit-transform: rotate(24deg) translate(0.6rem, 1.2rem);
          transform: rotate(24deg) translate(0.6rem, 1.2rem);
}
.l-header__hamb.is-open .l-header__hamb-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamb.is-open .l-header__hamb-line:nth-child(3) {
  -webkit-transform: rotate(-24deg) translate(0.7rem, -1.2rem);
          transform: rotate(-24deg) translate(0.7rem, -1.2rem);
}
.l-header__hamb-line {
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #000;
  margin: 1rem 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-footer {
  padding: 7.7rem 0 3.8rem;
}
.l-footer__inner.l-inner {
  width: calc(119.4rem + var(--gutter) * 2);
}
@media screen and (max-width: 750px) {
  .l-footer__inner.l-inner {
    width: 100%;
  }
}
.l-footer__logo {
  width: max(20.5rem, 200px);
}
@media screen and (max-width: 750px) {
  .l-footer__logo {
    width: 36.9rem;
  }
}
.l-footer__address {
  font-style: normal;
  margin-top: 2rem;
}
.l-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 4rem;
    gap: 2rem;
  }
}
.l-footer__btn-img {
  display: block;
  background-color: #FFF;
  width: max(26.6rem, 180px);
  height: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__btn-img .txt {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-img {
    width: 100%;
    height: 12rem;
  }
}
.l-footer__btn-img.--logo img {
  width: 20.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-img.--logo img {
    width: 26.65rem;
  }
}
.l-footer__btn-img.--youtube img {
  width: 13.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-img.--youtube img {
    width: 17.42rem;
  }
}
.l-footer__btn-img.--instagram {
  gap: 2.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-img.--instagram {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.l-footer__btn-img.--instagram img {
  width: 3.7rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-img.--instagram img {
    width: 4.81rem;
  }
}
.l-footer__btn-txt {
  font-size: max(1.4rem, 12px);
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-txt {
    font-size: 2.4rem;
    text-align: center;
  }
}
.l-footer__btn-txt .txt:after {
  content: "";
  width: 0.7857142857em;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/icn_link.svg) no-repeat center/100%;
  display: inline-block;
  margin-left: 0.35em;
}
.l-footer__btn > a > * {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (hover: hover) {
  .l-footer__btn > a:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .l-footer__btn > a:hover > * {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  font-size: max(1.4rem, 12px);
  margin: 7.6rem 0 0 -0.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 2.4rem;
    text-align: center;
  }
}

.l-inner {
  position: relative;
  width: calc(112rem + var(--gutter) * 2);
  padding: 0 calc(var(--gutter));
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.l-container {
  overflow: hidden;
}
.l-container__header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.c-head-en {
  text-align: center;
}
.c-head-en.--left {
  text-align: left;
}
.c-head-en.--wide .ja {
  padding-top: 2.7rem;
}
@media screen and (max-width: 750px) {
  .c-head-en.--wide .ja {
    padding-top: 1.2rem;
  }
}
.c-head-en > span {
  line-height: 1;
  display: block;
}
.c-head-en .en {
  font-size: max(4rem, 28px);
  color: #13296F;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .c-head-en .en {
    font-size: 5.6rem;
  }
}
.c-head-en .ja {
  font-size: max(1.6rem, 14px);
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .c-head-en .ja {
    font-size: 2.6rem;
  }
}

.c-head-large {
  font-size: 7.2rem;
  line-height: 1.3486111111;
}
@media screen and (max-width: 750px) {
  .c-head-large {
    font-size: 6.4rem;
  }
}
.c-head-large.--center {
  text-align: center;
}
.c-head-large.--white {
  color: #FFF;
}

.c-head-small {
  font-size: max(1.6rem, 14px);
  line-height: 2;
  max-width: 73.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .c-head-small {
    font-size: 2.6rem;
  }
}
.c-head-small.--center {
  text-align: center;
}
.c-head-small.--narrow {
  max-width: 57.2rem;
}

.c-txt {
  font-size: max(1.6rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .c-txt {
    font-size: 2.6rem;
  }
}
.c-txt.--center {
  text-align: center;
}
.c-txt.--narrow {
  line-height: 1.9125;
}

.c-layout {
  display: -ms-grid;
  display: grid;
}
.c-layout.--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .c-layout.--col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-layout.--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .c-layout.--col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-fv {
  padding: 10.7rem 0 13rem;
}
@media screen and (max-width: 750px) {
  .p-fv {
    padding: 14rem 0;
  }
}
.p-fv__block.--upper {
  padding-bottom: 34.2%;
}
@media screen and (max-width: 750px) {
  .p-fv__block.--upper {
    padding-bottom: 25%;
  }
}
.p-fv__ttl-main {
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-fv__ttl-main {
    width: 92%;
  }
}
.p-fv__ttl-main > span {
  line-height: 1;
  display: block;
}
.p-fv__ttl-main .main {
  padding-left: 0.45%;
}
.p-fv__ttl-main .sub {
  font-size: 5.184rem;
  letter-spacing: -0.02em;
  margin-top: -2.8rem;
}
@media screen and (max-width: 750px) {
  .p-fv__ttl-main .sub {
    font-size: 7.6rem;
    margin-top: -1.2rem;
  }
}
.p-fv__ttl-main .ja {
  font-size: max(1.6rem, 12px);
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-fv__ttl-main .ja {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.p-fv__img-main {
  margin: -10.4% 0 0 13.5%;
  width: 86.5%;
}
@media screen and (max-width: 750px) {
  .p-fv__img-main {
    margin: 4% 0 0 -4%;
    width: 130%;
  }
}
.p-fv__img-sub {
  margin-top: 6.5rem;
}
.p-fv__txt-main {
  width: 88%;
  padding-left: 0.3%;
  margin: -31% auto 0;
  font-size: max(2rem, 12px);
  line-height: 1.86;
}
@media screen and (max-width: 750px) {
  .p-fv__txt-main {
    padding-left: 0;
    margin-left: 4%;
    margin-top: 0;
    font-size: 2.6rem;
  }
}
.p-fv__txt-sub {
  margin-top: 5.4rem;
}

.p-experience {
  padding: 6rem 0 16.9rem;
}
@media screen and (max-width: 750px) {
  .p-experience {
    padding-bottom: 14rem;
  }
}
.p-experience__head {
  margin-top: 12.3rem;
}
@media screen and (max-width: 750px) {
  .p-experience__head {
    margin-top: 6rem;
  }
}
.p-experience__txt {
  max-width: 43.2rem;
  margin-top: 5.9rem;
}
@media screen and (max-width: 750px) {
  .p-experience__txt {
    max-width: 100%;
  }
}
.p-experience__img {
  position: absolute;
  right: -22.2rem;
  bottom: -27.4rem;
  width: 94.9rem;
}
@media screen and (min-width: 1281px) {
  .p-experience__img {
    right: -17.4vw;
    width: calc(82.2rem + 10vw);
  }
}
@media screen and (max-width: 750px) {
  .p-experience__img {
    position: relative;
    right: -15rem;
    bottom: initial;
    width: 60rem;
  }
}
.p-experience__video {
  position: relative;
  margin-top: 46rem;
}
@media screen and (max-width: 750px) {
  .p-experience__video {
    margin-top: 12rem;
  }
}
.p-experience__video video {
  width: 100%;
  height: auto;
  max-height: 85.4rem;
  aspect-ratio: 1.5023474178;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .p-experience__video video {
    aspect-ratio: 1;
  }
}
.p-experience__video-txt {
  color: #FFF;
  position: absolute;
  bottom: 6rem;
  left: 8rem;
}
@media screen and (max-width: 750px) {
  .p-experience__video-txt {
    bottom: 4rem;
    left: 4%;
  }
}

.p-products {
  padding: 6rem 0 23.7rem;
}
@media screen and (max-width: 750px) {
  .p-products {
    padding-bottom: 14rem;
  }
}
.p-products__head .u-inter {
  letter-spacing: 0.05em;
}
.p-products__txts {
  position: relative;
  z-index: 1;
  margin-top: 29.3rem;
  padding-left: 60.5%;
}
@media screen and (max-width: 750px) {
  .p-products__txts {
    margin-top: 6rem;
    padding-left: 0;
  }
}
.p-products__txt {
  margin-top: 5.6rem;
  text-align: left;
}
.p-products__img {
  position: absolute;
  top: 15.5rem;
  left: -35.2%;
  width: 104.7rem;
}
@media screen and (max-width: 750px) {
  .p-products__img {
    position: relative;
    top: 0;
    left: -25.5%;
    width: 125%;
    margin-top: -2rem;
  }
}
.p-products__block {
  margin-top: 34.1rem;
}
@media screen and (max-width: 750px) {
  .p-products__block {
    margin-top: 12rem;
  }
}
.p-products__block + .p-products__block {
  margin-top: 20rem;
}
@media screen and (max-width: 750px) {
  .p-products__block + .p-products__block {
    margin-top: 18rem;
  }
}
.p-products__block-txt {
  margin-top: 4.1rem;
}
.p-products__block-txt.--wide {
  margin-top: 6rem;
}
.p-products__block-tableWrap {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.p-products__block-table {
  width: 100%;
  margin-top: 5.6rem;
  border-top: 1px solid #7F7F7F;
  border-left: 1px solid #7F7F7F;
  background-color: #FFF;
}
.p-products__block-table caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 1.2rem;
}
.p-products__block-table tr:nth-child(2) > * {
  background-color: #F1F1F1;
  color: #484848;
}
.p-products__block-table tr > *:first-child {
  text-align: left;
  padding: 0 2.7rem;
}
.p-products__block-table tr > td:first-child {
  color: #484848;
}
.p-products__block-table th,
.p-products__block-table td {
  border-right: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  vertical-align: middle;
  text-align: center;
  width: 14.2857142857%;
}
.p-products__block-table th {
  background-color: #484848;
  color: #FFF;
  height: 7.8rem;
  padding: 0 0.8em;
}
.p-products__block-table th.u-league {
  font-size: max(2rem, 14px);
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .p-products__block-table th.u-league {
    font-size: 2.8rem;
  }
}
.p-products__block-table td {
  height: 7.2rem;
  padding: 0 0.8em;
}
@media screen and (max-width: 750px) {
  .p-products__block-table td {
    padding: 0 2.7rem;
  }
}
.p-products__block-table td .num {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-products__block-table td .num {
    font-size: 3.5rem;
  }
}
.p-products__block-table-note {
  font-size: 87.5%;
  margin-top: 1rem;
  line-height: 1.6;
}
.p-products__block-table-note::before {
  content: "※";
}
.p-products__block-img {
  margin-top: 5.8rem;
}
.p-products__block-img.--loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 398.4rem;
  min-width: 398.4rem;
}
.p-products__block-img.--loop:nth-child(odd) {
  -webkit-animation: loop3 75s -37.5s linear infinite;
          animation: loop3 75s -37.5s linear infinite;
}
.p-products__block-img.--loop:nth-child(even) {
  -webkit-animation: loop4 75s linear infinite;
          animation: loop4 75s linear infinite;
}
.p-products__block-img.--loop img {
  width: 99.6rem;
  min-width: 99.6rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-products__block-img.--col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-products__block-loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.p-technology {
  padding: 6rem 0 12.8rem;
}
@media screen and (max-width: 750px) {
  .p-technology {
    padding-bottom: 14rem;
  }
}
.p-technology__head {
  margin-top: 2.6rem;
}
@media screen and (max-width: 750px) {
  .p-technology__head {
    margin-top: 6rem;
  }
}
.p-technology__txt {
  margin-top: 5.4rem;
}
.p-technology__img {
  position: relative;
  margin: 5.3rem 0 0 0rem;
  width: 112.2rem;
}
@media screen and (max-width: 750px) {
  .p-technology__img {
    margin: 3rem 0 0;
    width: 100%;
  }
}
.p-technology__img-txts {
  gap: 1rem;
  margin-top: 5.4rem;
}
.p-technology__img-txt {
  background-color: #FFF;
  padding: 4rem 3.8rem;
  border-radius: 0.4rem;
}
.p-technology__img-txt-en {
  color: #13296F;
  font-size: max(2.4rem, 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-technology__img-txt-en {
    font-size: 4rem;
  }
}
.p-technology__img-txt-ttl {
  font-size: max(2.4rem, 14px);
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-technology__img-txt-ttl {
    font-size: 3.2rem;
    margin-top: 0;
    line-height: 1.6;
  }
}
.p-technology__img-txt-txt {
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  .p-technology__img-txt-txt {
    margin-top: 2rem;
    line-height: 1.6;
  }
}
.p-technology__tab-area {
  margin-top: 14.2rem;
}
.p-technology__tab-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.p-technology__tab-menu {
  cursor: pointer;
  width: calc(50% - 0.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.8rem;
  background-color: #F1F1F1;
  color: #484848;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-technology__tab-menu.is-active {
  background-color: #484848;
  color: #fff;
}
.p-technology__tab-content {
  background-color: #fff;
  overflow: hidden;
}
.p-technology__tab-content-block {
  display: none;
  padding: 6rem 9.5rem 8rem;
}
@media screen and (max-width: 750px) {
  .p-technology__tab-content-block {
    padding: 5rem 4%;
  }
}
.p-technology__tab-content-ttl {
  text-align: center;
  font-size: 3.2rem;
}
.p-technology__tab-content-img {
  margin: 1.4rem auto;
  width: max(73.5rem, 540px);
}
@media screen and (max-width: 750px) {
  .p-technology__tab-content-img {
    width: 150%;
    margin-left: -25%;
  }
}
.p-technology__tab-content-table {
  width: 100%;
  border-top: 1px solid #7F7F7F;
  border-left: 1px solid #7F7F7F;
  table-layout: fixed;
}
.p-technology__tab-content-table tr > *:first-child {
  text-align: left;
  width: 15.3rem;
  padding: 0.5em 3.2rem;
}
@media screen and (max-width: 750px) {
  .p-technology__tab-content-table tr > *:first-child {
    padding: 0 2.7rem;
    width: initial;
    white-space: nowrap;
  }
}
.p-technology__tab-content-table tr > td:first-child {
  color: #484848;
}
.p-technology__tab-content-table th,
.p-technology__tab-content-table td {
  border-right: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  vertical-align: middle;
  text-align: center;
  height: 6.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-technology__tab-content-table th,
  .p-technology__tab-content-table td {
    height: auto;
    padding: 0.8em 0;
  }
}
.p-technology__tab-content-table th {
  background-color: #484848;
  color: #FFF;
}

.p-custom {
  padding: 6rem 0 17rem;
}
@media screen and (max-width: 750px) {
  .p-custom {
    padding-bottom: 14rem;
  }
}
.p-custom__head {
  margin-top: 9.8rem;
}
@media screen and (max-width: 750px) {
  .p-custom__head {
    margin-top: 6rem;
  }
}
.p-custom__txt {
  margin-top: 5.4rem;
  max-width: 57.5rem;
}
@media screen and (max-width: 750px) {
  .p-custom__txt {
    max-width: 100%;
  }
}
.p-custom__main {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 63.7rem;
  grid-template-columns: 1fr 63.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.9rem 0;
  gap: 5rem;
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
}
@media screen and (max-width: 750px) {
  .p-custom__main {
    display: block;
    padding: 3rem 0 7rem;
  }
}
.p-custom__main-ttl {
  font-size: 5.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-custom__main-img {
    margin-top: 3rem;
  }
}
.p-custom__block {
  gap: 4rem;
  margin-top: 6.4rem;
}
.p-custom__box-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}
.p-custom__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-custom__box-ttl {
  font-size: max(2rem, 16px);
  padding-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-custom__box-ttl {
    font-size: 3.2rem;
  }
}
.p-custom__box-txt {
  margin-top: 1rem;
}

.p-voice {
  padding: 6rem 0 16.5rem;
}
@media screen and (max-width: 750px) {
  .p-voice {
    padding-bottom: 14rem;
  }
}
.p-voice__block {
  margin-top: 7.2rem;
}
@media screen and (max-width: 750px) {
  .p-voice__block {
    margin-top: 6rem;
  }
}
.p-voice__block + .p-voice__block {
  padding-top: 14.6rem;
}
@media screen and (max-width: 750px) {
  .p-voice__block + .p-voice__block {
    padding-top: 6rem;
  }
}
.p-voice__txt {
  margin-top: 6rem;
  max-width: 57.2rem;
}
@media screen and (max-width: 750px) {
  .p-voice__txt {
    max-width: 100%;
    padding: 0 4%;
  }
}
.p-voice__list01 {
  margin: 8.5rem 0 3rem;
}
@media screen and (max-width: 750px) {
  .p-voice__list01 {
    margin-top: 6rem;
  }
}
.p-voice__list01.slick-dotted.slick-slider {
  padding-bottom: 3.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-voice__list01.slick-dotted.slick-slider {
    padding-bottom: 3.4rem;
  }
}
.p-voice__list01 .slick-dots {
  bottom: 0;
}
.p-voice__list01 .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-voice__list01 .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.8rem;
  }
}
.p-voice__list01 .slick-dots li.slick-active button {
  background-color: #13296F;
}
.p-voice__list01 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.p-voice__list01 .slick-dots li button:before {
  display: none;
}
.p-voice__list01 .slick-prev,
.p-voice__list01 .slick-next {
  z-index: 1;
  width: 3.2rem;
  height: 2.9rem;
  top: calc(50% - 1.2rem);
}
@media screen and (max-width: 750px) {
  .p-voice__list01 .slick-prev,
  .p-voice__list01 .slick-next {
    top: 50%;
    width: 4.48rem;
    height: 4.06rem;
  }
}
.p-voice__list01 .slick-prev::before,
.p-voice__list01 .slick-next::before {
  display: none;
}
.p-voice__list01 .slick-prev {
  left: 2.2%;
  background: url(../img/icn_arrow_left_black.svg) no-repeat center/100%;
}
.p-voice__list01 .slick-next {
  right: 2.2%;
  background: url(../img/icn_arrow_right_black.svg) no-repeat center/100%;
}
.p-voice__list02 {
  margin-top: 5.6rem;
}
.p-voice__list02.slick-dotted.slick-slider {
  padding-bottom: 5.4rem;
  margin-bottom: 0;
}
.p-voice__list02 .slick-dots {
  bottom: 0;
}
.p-voice__list02 .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-voice__list02 .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.8rem;
  }
}
.p-voice__list02 .slick-dots li.slick-active button {
  background-color: #13296F;
}
.p-voice__list02 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.p-voice__list02 .slick-dots li button:before {
  display: none;
}
.p-voice__list02 .slick-prev,
.p-voice__list02 .slick-next {
  z-index: 1;
  width: 3.2rem;
  height: 2.9rem;
  top: calc(50% - 1.5rem);
}
@media screen and (max-width: 750px) {
  .p-voice__list02 .slick-prev,
  .p-voice__list02 .slick-next {
    top: 50%;
    width: 4.48rem;
    height: 4.06rem;
  }
}
.p-voice__list02 .slick-prev::before,
.p-voice__list02 .slick-next::before {
  display: none;
}
.p-voice__list02 .slick-prev {
  left: 2.8rem;
  background: url(../img/icn_arrow_left_black.svg) no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .p-voice__list02 .slick-prev {
    left: 2.2%;
  }
}
.p-voice__list02 .slick-next {
  right: 2.8rem;
  background: url(../img/icn_arrow_right_black.svg) no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .p-voice__list02 .slick-next {
    right: 2.2%;
  }
}
.p-voice__item01 {
  padding: 0 0.5rem;
  max-width: 88.2%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-voice__item01 {
    max-width: 92%;
  }
}
.p-voice__item01-block {
  background-color: #FFF;
  border-radius: 0.4rem;
  padding: 9.7rem 5% 9.7rem;
}
@media screen and (max-width: 750px) {
  .p-voice__item01-block {
    padding: 4rem 5% 3.5rem;
  }
}
.p-voice__item01-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.7rem 52%;
  grid-template-columns: 1fr 52%;
  gap: 5.7rem;
  margin-top: 4.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 750px) {
  .p-voice__item01-box {
    display: block;
  }
}
.p-voice__item01-box-imgs {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .p-voice__item01-box-imgs {
    margin-top: 4rem;
  }
}
.p-voice__item01-box-imgs.slick-dotted.slick-slider {
  padding-bottom: 2.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-voice__item01-box-imgs.slick-dotted.slick-slider {
    padding-bottom: 3.4rem;
  }
}
.p-voice__item01-box-imgs .slick-dots {
  bottom: 0;
}
.p-voice__item01-box-imgs .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-voice__item01-box-imgs .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.8rem;
  }
}
.p-voice__item01-box-imgs .slick-dots li.slick-active button {
  background-color: #13296F;
}
.p-voice__item01-box-imgs .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #EFEFED;
  border-radius: 50%;
}
.p-voice__item01-box-imgs .slick-dots li button:before {
  display: none;
}
.p-voice__item01-ttl {
  font-size: 3.2rem;
  line-height: 1.6;
}
.p-voice__item01-info {
  margin-top: 1.2rem;
}
.p-voice__item02 {
  padding: 0 2rem;
}
.p-voice__item02-ttl {
  font-size: 2.4rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-voice__item02-ttl {
    font-size: 3.2rem;
  }
}
.p-voice__item02-info {
  margin-top: 0.3rem;
}
.js-slick-01 .p-voice__item01 {
  max-width: initial;
}

.p-support {
  padding: 6rem 0 27rem;
}
@media screen and (max-width: 750px) {
  .p-support {
    padding-bottom: 14rem;
  }
}
.p-support__head {
  margin-top: 9.9rem;
}
@media screen and (max-width: 750px) {
  .p-support__head {
    margin-top: 6rem;
  }
}
.p-support__txt {
  margin-top: 6rem;
  max-width: 57.2rem;
}
@media screen and (max-width: 750px) {
  .p-support__txt {
    max-width: 100%;
  }
}
.p-support__block {
  margin-top: 5.7rem;
  gap: 1rem;
}
.p-support__box {
  background-color: #FFF;
  border-radius: 0.4rem;
  padding: 4rem 3.8rem;
}
.p-support__box-ttl .icn01 {
  width: 3.2rem;
}
@media screen and (max-width: 750px) {
  .p-support__box-ttl .icn01 {
    width: 4.8rem;
  }
}
.p-support__box-ttl .icn02 {
  width: 4.7rem;
}
@media screen and (max-width: 750px) {
  .p-support__box-ttl .icn02 {
    width: 7.05rem;
  }
}
.p-support__box-ttl .icn03 {
  width: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-support__box-ttl .icn03 {
    width: 5.7rem;
  }
}
.p-support__box-ttl .ttl {
  display: block;
  font-size: max(2.4rem, 16px);
  color: #13296F;
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .p-support__box-ttl .ttl {
    font-size: 3.2rem;
  }
}
.p-support__box-txt {
  margin-top: 1.5rem;
}

.p-faq {
  padding: 6rem 0 16.8rem;
}
@media screen and (max-width: 750px) {
  .p-faq {
    padding-bottom: 14rem;
  }
}
.p-faq__block {
  background-color: #FFF;
  margin-top: 9.8rem;
  border-radius: 0.4rem;
  padding: 3.4rem 5.6rem 4.04rem;
}
@media screen and (max-width: 750px) {
  .p-faq__block {
    padding: 3rem 5% 4rem;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 1rem;
}
.p-faq__block .en {
  font-size: max(2.4rem, 20px);
  min-width: 1.2em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-faq__block .en {
    font-size: 3.2rem;
  }
}
.p-faq__block-q, .p-faq__block-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.1rem;
}
.p-faq__block-q .en {
  color: #13296F;
}
.p-faq__block-q .txt {
  padding-top: 0.35em;
}
@media screen and (max-width: 750px) {
  .p-faq__block-q .txt {
    padding-top: 0.1em;
  }
}
.p-faq__block-a {
  margin-top: 1.2rem;
}
.p-faq__block-a .en {
  color: #7F7F7F;
  padding-left: 0.06em;
}
.p-faq__block-a .txt {
  padding-top: 0.25em;
}
@media screen and (max-width: 750px) {
  .p-faq__block-a .txt {
    padding-top: 0.05em;
  }
}

.p-contact {
  padding: 6rem 0 11.3rem;
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding-bottom: 14rem;
  }
}
.p-contact__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63.5rem 1fr;
  grid-template-columns: 63.5rem 1fr;
  margin: 15.3rem -1.3rem 0;
}
@media screen and (max-width: 750px) {
  .p-contact__block {
    display: block;
    margin: 6rem 0 0;
  }
}
.p-contact__head {
  white-space: nowrap;
}
.p-contact__txt {
  margin-top: 5.8rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-contact__txt {
    padding-left: 0;
  }
}
.p-contact__img {
  width: 73rem;
  margin: -8.3rem 0 0 -15.1rem;
}
@media screen and (max-width: 750px) {
  .p-contact__img {
    width: 85rem;
    margin: -5rem 0 0 -17rem;
  }
}
.p-contact__list {
  margin-top: 7.3rem;
  gap: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-contact__list {
    gap: 4rem;
  }
}
.p-contact__item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4979591837;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact__item-txts {
  background-color: #FFF;
  padding: 1.4rem 2rem;
  min-height: 14.5rem;
}
.p-contact__item-ttl {
  font-size: max(2.4rem, 16px);
}
@media screen and (max-width: 750px) {
  .p-contact__item-ttl {
    font-size: 3.2rem;
  }
}
.p-contact__item-txt {
  margin-top: 0.2rem;
}
.p-contact__catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14rem 15.2rem;
  grid-template-columns: 1fr 15.2rem;
  gap: 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8rem auto 0;
  max-width: 73.4rem;
  background-color: #fff;
  padding: 3rem 5.6rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-contact__catalog {
    padding: 3rem 4%;
    gap: 3rem;
    -ms-grid-columns: 1fr 3rem 35%;
    grid-template-columns: 1fr 35%;
  }
}
.p-contact__catalog-ttl {
  font-size: 3.2rem;
  line-height: 1.25;
  color: #13296F;
}
@media screen and (max-width: 750px) {
  .p-contact__catalog-ttl {
    font-size: 4rem;
  }
}
.p-contact__catalog-btn {
  width: 33rem;
  height: 5.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-contact__catalog-btn {
    width: 95%;
    height: 8.2rem;
  }
}
.p-contact__catalog-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  border: 1px solid #13296F;
  background-color: #13296F;
}
@media (hover: hover) {
  .p-contact__catalog-btn a:hover {
    background-color: #FFF;
    color: #13296F;
    opacity: 1;
  }
}

.p-form {
  background-color: #13296F;
  padding: 11.8rem 0 28.3rem;
}
@media screen and (max-width: 750px) {
  .p-form {
    padding: 10rem 0 14rem;
  }
}
@media screen and (max-width: 750px) {
  .p-form__ttl {
    letter-spacing: -0.04em;
  }
}
.p-form__txt {
  margin-top: 6rem;
  text-align: center;
  color: #FFF;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-form__txt {
    letter-spacing: -0.04em;
  }
}
.p-form__tel {
  margin: 3.6rem auto 0;
  max-width: 54.3rem;
  border-radius: 0.4rem;
  background-color: #FFF;
  padding: 4.8rem 4rem 6.3rem;
}
@media screen and (max-width: 750px) {
  .p-form__tel {
    max-width: 100%;
  }
}
.p-form__tel-ttl {
  text-align: center;
  color: #13296F;
  font-size: max(2.4rem, 16px);
}
@media screen and (max-width: 750px) {
  .p-form__tel-ttl {
    font-size: 3.2rem;
  }
}
.p-form__tel-num {
  padding-left: 8rem;
  line-height: 1;
  margin-top: 2.7rem;
}
@media screen and (max-width: 750px) {
  .p-form__tel-num {
    padding-left: 14rem;
  }
}
.p-form__tel-num a {
  position: relative;
  font-size: 5.6rem;
  color: #13296F;
}
@media screen and (max-width: 750px) {
  .p-form__tel-num a {
    font-size: 6.4rem;
  }
}
.p-form__tel-num a::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -6rem;
  width: 4.125rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/icn_tel.svg) no-repeat center/100%;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-form__tel-num a::before {
    top: 0.1rem;
    left: -6.8rem;
    width: 5rem;
  }
}
.p-form__tel-num .note {
  display: block;
  margin-top: 1.3rem;
}
.p-form__web {
  margin-top: 7.2rem;
  border-radius: 0.4rem;
  background-color: #FFF;
  padding: 5.9rem 4rem;
}
@media screen and (max-width: 750px) {
  .p-form__web {
    padding: 4.8rem 4% 0;
  }
}
.p-form__web-ttl {
  text-align: center;
  color: #13296F;
  font-size: max(2.4rem, 16px);
}
@media screen and (max-width: 750px) {
  .p-form__web-ttl {
    font-size: 3.2rem;
  }
}
.p-form__web-txt {
  text-align: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-form__web-txt {
    letter-spacing: -0.04em;
  }
}
.p-form__web-block {
  margin-top: 8rem;
  text-align: center;
  overflow-x: auto;
}
@media screen and (max-width: 750px) {
  .p-form__web-block {
    margin-top: 4rem;
  }
}
.p-form__web-block iframe {
  max-width: 700px;
  height: 1040px;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 750px) {
  .p-form__web-block iframe {
    height: 1300px;
  }
}
@media screen and (max-width: 374px) {
  .p-form__web-block iframe {
    height: 1350px;
  }
}

.p-concept {
  padding: 19.1rem 0 70.8rem;
  background: url(../img/bg_concept.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .p-concept {
    padding: 14rem 0 80rem;
  }
}
.p-concept__ttl {
  width: max(45.8rem, 350px);
  padding-right: 0.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-concept__ttl {
    width: 70%;
    padding: 0;
    margin-left: 2%;
  }
}
.p-concept__txt {
  font-size: max(1.8rem, 14px);
  line-height: 2.3333333333;
  max-width: max(46.2rem, 350px);
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-concept__txt {
    max-width: 95%;
    font-size: 2.8rem;
  }
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-clearfix::after {
  content: "";
  display: block;
  block-size: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-color-01 {
  color: #13296F;
}