@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Mixin
---------------------------------------------------------- */
/* Animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes arrowAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrowAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowAnime2 {
  0% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(0);
            transform: scaleX(var(--arrow-scale)) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(10px);
            transform: scaleX(var(--arrow-scale)) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(-10px);
            transform: scaleX(var(--arrow-scale)) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(0);
            transform: scaleX(var(--arrow-scale)) translateX(0);
    opacity: 1;
  }
}
@keyframes arrowAnime2 {
  0% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(0);
            transform: scaleX(var(--arrow-scale)) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(10px);
            transform: scaleX(var(--arrow-scale)) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(-10px);
            transform: scaleX(var(--arrow-scale)) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(var(--arrow-scale)) translateX(0);
            transform: scaleX(var(--arrow-scale)) translateX(0);
    opacity: 1;
  }
}
/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-main: #111987;
  --color-sub: #D1D3ED;
  --color-sub2: #767BB9;
  --color-sub3: #EFF5EA;
  --color-sub4: #E4EDF9;
  --color-sub5: #BFDBFF;
  --color-line: #D9D9D9;
  --color-font: #272727;
  --color-fontsub: #989898;
  --color-link: #111987;
  --color-red: #EB3939;
  --color-switching:#20BA87;
  --color-noise:#997BC4;
  --label-color-new: #0066C6;
  --label-color-new2: #C6E4FF;
  --label-color-recommend: #4EBCE4;
  --label-color-recommend2: #C4F2FF;
  --label-color-deprecated: #FFA550;
  --label-color-deprecated2: #FFD7B2;
  --label-color-discontinued: #EB3939;
  --label-color-discontinued2: #FFD7C2;
  --label-color-massProduced: #6FC56F;
  --label-color-massProduced2: #D5FDBE;
  --label-color-endOfLife: #989898;
  --label-color-endOfLife2: #D9D9D9;
  /* font
  ---------------------------------------------------------- */
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Figtree", sans-serif;
  --font-no: "Roboto", sans-serif;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1240px;
  --maxWidth2: 1040px;
  --sidePadding: 20px;
  --marginTop: 20px;
  --header: 50px;
  --arrow-scale: 1;
}
@media screen and (min-width: 768px) {
  :root {
    --sidePadding: 40px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --sidePadding: 80px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --marginTop: 40px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --header: 90px;
  }
}

.p-about__bgSpace {
  background: url(/about/images/bg-message.webp) no-repeat center top/cover;
  position: relative;
}
.p-about__bgSpace > * {
  position: relative;
  z-index: 1;
}
.p-about__bgSpace::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/about/images/img-message-company.webp) no-repeat right top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.p-about__bgSpace .c-breadcrumb__list {
  color: #fff;
}
.p-about__bgSpace .c-breadcrumb__list li + li::before {
  border-color: #A6A6A6;
}
.p-about__bgSpace .c-breadcrumb__list li a {
  color: #A6A6A6;
}
.p-about__ttl {
  margin-top: 30px;
  color: #fff;
  padding: 0 var(--sidePadding);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__ttl {
    margin-top: 80px;
    padding-bottom: 70px;
  }
}
.p-about__ttl > * {
  width: 100%;
  max-width: var(--maxWidth2);
  margin: 0 auto;
}
.p-about__ttl .-en {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .p-about__ttl .-en {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-about__ttl .-main {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 960px) {
  .p-about__ttl .-main {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-about__message {
  margin-top: 30px;
  padding: 0 var(--sidePadding) 50px;
}
@media screen and (min-width: 960px) {
  .p-about__message {
    margin-top: 0px;
    padding-bottom: 130px;
  }
}
.p-about__message .-txtBox {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  font-weight: var(--font-r);
  line-height: var(--lhL);
  width: 100%;
  max-width: var(--maxWidth2);
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-about__message .-txtBox {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    z-index: 1;
  }
}
.p-about__message .-txtBox p + p {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-about__message .-txtBox p + p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__message .-txtBox.js-scroll p {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
  .p-about__message .-txtBox.js-scroll p:nth-of-type(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .p-about__message .-txtBox.js-scroll p:nth-of-type(3) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .p-about__message .-txtBox.js-scroll p:nth-of-type(4) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .p-about__message .-txtBox.js-scroll p:nth-of-type(5) {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  .p-about__message .-txtBox.js-scroll.-start p {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-about__message .-imgBox {
  margin: 20px auto 0;
  padding-bottom: 120px;
  text-align: right;
  max-width: 382px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox {
    max-width: 1240px;
    margin-top: 70px;
    text-align: left;
  }
}
.p-about__message .-imgBox figure {
  display: inline-block;
  padding: 7px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure {
    padding: 10px;
  }
}
.p-about__message .-imgBox figure figcaption {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--font-m);
  line-height: 1;
  color: var(--color-font);
  position: absolute;
  bottom: 11px;
  left: 11px;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure:nth-child(1) {
    width: 40%;
    max-width: 387px;
    position: absolute;
    bottom: calc(100% + 65px + 70px);
    left: calc(0% - var(--sidePadding) / 2);
  }
}
.p-about__message .-imgBox figure:nth-child(2) {
  margin: 15px -15px 0 auto;
  width: 67%;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure:nth-child(2) {
    width: 25%;
    max-width: 318px;
    position: absolute;
    bottom: calc(100% - 7px);
    right: 0%;
  }
}
.p-about__message .-imgBox figure:nth-child(3) {
  width: 49%;
  position: absolute;
  left: -15px;
  bottom: 77px;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure:nth-child(3) {
    width: 20%;
    max-width: 230px;
    position: relative;
    left: 50%;
    bottom: auto;
  }
}
.p-about__message .-imgBox figure.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 960px) {
  .p-about__message .-imgBox figure.js-scroll {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.p-about__message .-imgBox figure.js-scroll.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec {
  position: relative;
}
.p-about__sec__ttlBox {
  width: 100%;
  height: calc(100vh - var(--header));
  padding: 0 20px;
  background-size: cover;
  background-position: center;
  position: -webkit-sticky;
  position: sticky;
  top: var(--header);
  left: 0;
}
.p-about__sec__ttlBox + * {
  margin-top: 50vh;
  background: #fff;
  position: relative;
  z-index: 1;
}
.p-about__sec__ttlBox .-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 22, 167, 0.7);
}
.p-about__sec__ttlBox .-ttl .-num {
  font-size: 80px;
  font-size: 5rem;
  font-family: var(--font-en);
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-about__sec__ttlBox .-ttl .-num {
    font-size: 225px;
    font-size: 14.0625rem;
    line-height: 1.2;
  }
}
.p-about__sec__ttlBox .-ttl > P {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-about__sec__ttlBox .-ttl .-en {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-en);
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .p-about__sec__ttlBox .-ttl .-en {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-about__sec__ttlBox .-ttl .-main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: var(--font-b);
}
@media screen and (min-width: 960px) {
  .p-about__sec__ttlBox .-ttl .-main {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 50px;
  }
}
.p-about__sec__ttlBox.js-scroll .-ttl .-num {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.p-about__sec__ttlBox.js-scroll .-ttl .-en, .p-about__sec__ttlBox.js-scroll .-ttl .-main {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.p-about__sec__ttlBox.js-scroll .-ttl .-main {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-about__sec__ttlBox.js-scroll.-start .-ttl .-num, .p-about__sec__ttlBox.js-scroll.-start .-ttl .-en, .p-about__sec__ttlBox.js-scroll.-start .-ttl .-main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec.-sec01 .p-about__sec__ttlBox {
  background-image: url(/about/images/img-ttl-01.webp);
}
.p-about__sec.-sec02 .p-about__sec__ttlBox {
  background-image: url(/about/images/img-ttl-02.webp);
}
.p-about__sec.-sec03 .p-about__sec__ttlBox {
  background-image: url(/about/images/img-ttl-03.webp);
}
.p-about__sec.-sec04 .p-about__sec__ttlBox {
  background-image: url(/about/images/img-ttl-04.webp);
}
.p-about__sec.-sec04 .p-about__sec__contents::before {
  background: url(/about/images/bg-sec04.webp) no-repeat center 15%/120% auto, #fff;
}
@media screen and (min-width: 960px) {
  .p-about__sec.-sec04 .p-about__sec__contents::before {
    background-size: 100% auto;
    background-position: center 20%;
  }
}
.p-about__sec__contents {
  padding: 0 var(--sidePadding) 0.5px;
}
.p-about__sec__contents > * {
  max-width: var(--maxWidth2);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.p-about__sec__contents > * {
  margin-top: var(--marginTop);
}
.p-about__sec__contents p {
  line-height: var(--lhL);
}
.p-about__sec__contents p + p:not([class]) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-about__sec__contents p + p:not([class]) {
    margin-top: 20px;
  }
}
.p-about__sec__contents::before {
  content: "";
  display: block;
  width: calc(100% + var(--sidePadding) * 2);
  height: calc(100vh - var(--header));
  background: url(/about/images/bg-geometric-sp.webp) no-repeat center center/cover;
  margin-left: calc(0% - var(--sidePadding));
  position: -webkit-sticky;
  position: sticky;
  top: var(--header);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about__sec__contents::before {
    background-image: url(/about/images/bg-geometric.webp);
  }
}
.p-about__sec__contents > *:first-child {
  margin-top: calc(-100vh + var(--header) + 50px);
}
@media screen and (min-width: 960px) {
  .p-about__sec__contents > *:first-child {
    margin-top: calc(-100vh + var(--header) + 110px);
  }
}
.p-about__blueTxt {
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .p-about__sec01-readTtl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec01-readTxt {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-about__sec01-imgAndTxt {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about__sec01-imgAndTxt + * {
    margin-top: 40px;
  }
}
.p-about__sec01-imgAndTxt > figure {
  background: var(--color-sub4);
  max-width: 300px;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt > figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: none;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .p-about__sec01-imgAndTxt > figure::before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background: var(--color-sub4);
    position: absolute;
    top: 0;
    right: calc(100% - 5px);
  }
}
.p-about__sec01-imgAndTxt > figure img {
  max-height: 130px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt > figure img {
    max-height: 170px;
    height: auto;
  }
}
.p-about__sec01-imgAndTxt > figure img.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.p-about__sec01-imgAndTxt > figure img.js-scroll.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec01-imgAndTxt .-txtBox {
  margin-top: 10px;
}
.p-about__sec01-imgAndTxt .-txtBox .p-about__blueTxt {
  text-align: center;
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt .-txtBox .p-about__blueTxt {
    text-align: left;
    position: relative;
  }
  .p-about__sec01-imgAndTxt .-txtBox .p-about__blueTxt::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
.p-about__sec01-imgAndTxt .-txtBox > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt .-txtBox > * + * {
    margin-top: 15px;
  }
}
.p-about__sec01-imgAndTxt .-imgs {
  margin: 20px auto 0;
  padding-bottom: 100px;
  max-width: 500px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt .-imgs {
    margin-top: 30px;
    width: 100%;
    max-width: 476px;
    position: absolute;
    left: calc(0% - var(--sidePadding) + 20px);
  }
}
.p-about__sec01-imgAndTxt .-imgs figure {
  width: calc(50% + 10px);
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt .-imgs figure {
    width: 259px;
  }
}
.p-about__sec01-imgAndTxt .-imgs figure:nth-child(2) {
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt .-imgs figure:nth-child(2) {
    bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt:nth-of-type(even) {
    grid-template-columns: 1fr 30%;
    margin-bottom: 280px;
  }
  .p-about__sec01-imgAndTxt:nth-of-type(even) > figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-about__sec01-imgAndTxt:nth-of-type(even) > figure::before {
    width: var(--sidePadding);
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) {
  .p-about__sec01-imgAndTxt:nth-of-type(even) > figure::before {
    width: calc(50vw - var(--maxWidth2) / 2 - 15px);
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec01-imgAndTxt:nth-of-type(even) .-txtBox .p-about__blueTxt::before {
    width: calc(100% - var(--txtCount) + 100px);
    right: -110px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec02-readTxt {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-about__sec02-mindset {
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    gap: 60px 126px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec02-mindset {
    gap: 60px 160px;
  }
}
.p-about__sec02-mindset > * {
  position: relative;
}
.p-about__sec02-mindset::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  background: var(--color-main);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset::before {
    width: 490px;
    height: 490px;
    border-radius: 9999px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset::after {
    content: "";
    display: block;
    width: 410px;
    aspect-ratio: 1/1;
    border: 5px dashed rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-about__sec02-mindset .-centerTxt {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: var(--font-en);
  font-weight: var(--font-b);
  line-height: var(--lhS);
  letter-spacing: 4.6px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset .-centerTxt {
    font-size: 46px;
    font-size: 2.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-about__sec02-mindset__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid var(--color-main);
  text-align: center;
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset__item {
    aspect-ratio: 1/1;
    border-radius: 9999px;
  }
}
.p-about__sec02-mindset__item figure {
  width: 60px;
  aspect-ratio: 1/1;
}
.p-about__sec02-mindset__item .-ttl {
  color: var(--color-main);
  font-weight: var(--font-b);
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset__item .-ttl {
    min-height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec02-mindset__item .-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-about__sec02-mindset__item .-ttl > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset__item .-ttl > br {
    display: block;
  }
}
.p-about__sec02-mindset__item .-ttl + * {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset__item p {
    line-height: var(--lhM);
  }
}
.p-about__sec02-mindset__item p > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about__sec02-mindset__item p > br {
    display: block;
  }
}
.p-about__sec02-mindset.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.p-about__sec02-mindset.js-scroll .p-about__sec02-mindset__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.p-about__sec02-mindset.js-scroll .p-about__sec02-mindset__item:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-about__sec02-mindset.js-scroll .p-about__sec02-mindset__item:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-about__sec02-mindset.js-scroll .p-about__sec02-mindset__item:nth-of-type(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-about__sec02-mindset.js-scroll.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec02-mindset.js-scroll.-start .p-about__sec02-mindset__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec02-commit {
  padding: 30px 20px 50px;
  margin: 40px auto 50px;
  background: url(/about/images/img-sec02-01.webp) no-repeat center center/cover, #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__sec02-commit {
    padding: 60px 10px 50px;
    margin: 80px auto 130px;
  }
}
.p-about__sec02-commit::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1.361;
  background: url(/about/images/img-sec02-02.webp) no-repeat center/cover;
  position: absolute;
  right: -15px;
  bottom: -20px;
}
@media screen and (min-width: 960px) {
  .p-about__sec02-commit::after {
    width: 83px;
    right: -25px;
    bottom: -40px;
  }
}
.p-about__sec02-commit .-ttl {
  font-size: 1.1em;
  font-weight: var(--font-b);
  color: var(--color-main);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-about__sec02-commit .-ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-about__sec02-commit__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-about__sec02-commit__list {
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-about__sec02-commit__list li {
  width: 100%;
  padding: 10px;
  color: var(--color-main);
  background: var(--color-sub4);
  font-weight: var(--font-m);
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-about__sec02-commit__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about__sec02-commit.js-scroll {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(10px);
          transform: scale(0.9) translateY(10px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-about__sec02-commit.js-scroll::after {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
}
.p-about__sec02-commit.js-scroll.-start {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.p-about__sec02-commit.js-scroll.-start::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 960px) {
  .p-about__sec03-readTxt {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-about__sec03__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 50px;
}
@media screen and (min-width: 960px) {
  .p-about__sec03__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 80px auto 130px;
  }
}
.p-about__sec03__list.js-scroll .p-about__sec03__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.p-about__sec03__list.js-scroll .p-about__sec03__item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-about__sec03__list.js-scroll .p-about__sec03__item:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.p-about__sec03__list.js-scroll .p-about__sec03__item:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 960px) {
  .p-about__sec03__list.js-scroll .p-about__sec03__item:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.p-about__sec03__list.js-scroll.-start .p-about__sec03__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec03__item {
  background: var(--color-sub4);
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .p-about__sec03__item {
    padding: 35px 50px;
  }
}
.p-about__sec03__item figure img {
  margin: 0 auto;
}
.p-about__sec03__item .-txtBox {
  margin-top: 10px;
}
.p-about__sec03__item .-txtBox > * + * {
  margin-top: 10px;
}
.p-about__sec03__item .-txtBox .p-about__blueTxt {
  text-align: center;
  font-size: 1.1em;
  font-weight: var(--font-b);
}
.p-about__sec03__item .-img {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-about__sec03__item:nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .p-about__sec03__item:nth-child(3) .-txtBox {
    padding-bottom: 100px;
  }
  .p-about__sec03__item:nth-child(3) figure:not([class]) {
    position: absolute;
    bottom: -44px;
    left: -40px;
  }
  .p-about__sec03__item:nth-child(3) .-img img {
    max-width: 459px;
  }
}
@media screen and (min-width: 960px) {
  .p-about__sec04-readTxt {
    padding-top: 80px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-about__sec04__list {
  margin: 30px auto 90px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 960px) {
  .p-about__sec04__list {
    margin: 90px auto 130px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-about__sec04__list.js-scroll .p-about__sec04__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.p-about__sec04__list.js-scroll .p-about__sec04__item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-about__sec04__list.js-scroll .p-about__sec04__item:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.p-about__sec04__list.js-scroll.-start .p-about__sec04__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-about__sec04__item {
  padding: 30px 20px;
  background: var(--color-sub4);
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-about__sec04__item {
    padding: 30px 40px;
    background: rgba(228, 237, 249, 0.6);
  }
}
.p-about__sec04__item > figure img {
  width: 85px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -25px;
  left: -15px;
}
@media screen and (min-width: 960px) {
  .p-about__sec04__item > figure img {
    width: 128px;
    top: -65px;
    left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__sec04__item > figure img {
    top: -45px;
    left: -20px;
  }
}
.p-about__sec04__item .-ttl {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__sec04__item .-ttl + * {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-about__sec04__item .-ttl + * {
    margin-top: 15px;
  }
}
.p-about__sec04__item .-ttl span {
  font-size: 1.1em;
  font-weight: var(--font-b);
  color: var(--color-main);
}