.c-header-logo {
  width: calc(6.358283vw + 71.1560694px); /*95=375a+b,150=1240a+b*/
}

.c-header-logo__img {
  fill: rgb(37, 47, 55);
  fill: rgba(37, 47, 55, 0.9960784314);
  stroke-width: 0px;
}

@media print, screen and (min-width:961px) {
  .c-nav__btn, .c-nav__back {
    display: none;
  }
  .c-nav > ul > li,
  .c-nav > ul > li > ul {
    display: flex;
    align-items: center;
  }
  .c-nav a {
    color: rgb(37, 47, 55);
    color: rgba(37, 47, 55, 0.9960784314);
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.3s ease-in;
  }
  .c-nav a:hover {
    opacity: 1;
  }
  body.update .c-nav li#c-nav__update a,
  body.practice .c-nav li#c-nav__practice a,
  body.module .c-nav li#c-nav__module a,
  body.plugin .c-nav li#c-nav__plugin a {
    opacity: 1;
  }
}
@media print, screen and (max-width:960px) {
  .c-nav {
    position: fixed;
    right: -80%;
    top: 0;
    z-index: 998;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: right 0.5s;
    height: 100vh;
    padding: 80px 5% 50px;
  }
  .c-nav.is-active {
    right: 0;
  }
  .c-nav ul > li a {
    padding: 15px;
    display: block;
    color: inherit;
    border-bottom: 1px solid #c5c5c5;
  }
  .c-nav ul > li > ul {
    margin-left: 1em;
  }
  .c-nav__back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 100vh;
    display: none;
  }
  .c-nav__back.open {
    display: block;
  }
  .c-nav__btn {
    display: block;
    position: fixed;
    top: 17px;
    right: 15px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    z-index: 999;
  }
  .c-nav__btn span {
    display: block;
    width: 35px;
    background-color: #a9adaf;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all 0.5s;
  }
  .c-nav__btn span:nth-child(1) {
    top: 14px;
  }
  .c-nav__btn span:nth-child(2) {
    top: 22px;
  }
  .c-nav__btn span:nth-child(3) {
    top: 30px;
  }
  .c-nav__btn.is-open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 22px;
  }
  .c-nav__btn.is-open span:nth-child(2) {
    left: 100%;
  }
  .c-nav__btn.is-open span:nth-child(3) {
    transform: rotate(45deg);
    top: 22px;
  }
}
@media print, screen and (min-width:1240px) {
  header .c-header-logo {
    width: 150px;
  }
}
@media screen and (max-width:750px) {
  .c-nav__btn {
    top: 7.5px;
    right: calc(2.67vw - 5px);
  }
  .c-nav__btn span {
    width: 35px;
    left: 5px;
  }
  .c-nav {
    padding: 65px 5% 50px;
  }
}
.c-title--2 {
  line-height: 1.6;
  font-weight: 500;
  color: rgb(37, 47, 55);
  color: rgba(37, 47, 55, 0.9960784314);
  vertical-align: middle;
}
.c-title--2:not(.-en) {
  font-size: calc(3.00578vw + 1.37283237rem); /*51=1240a+b,25=375a+b*/
}
.c-title--2.-en {
  font-size: calc(3.468208vw + 1.69942197rem); /*60=1240a+b,30=375a+b*/
}
.c-title--2--middle {
  vertical-align: middle;
}
.c-title--2--base {
  vertical-align: baseline;
}
.c-title--2__sup {
  font-size: 0.6em;
}
.c-title--2__sup--block {
  font-size: 0.6em;
  display: block;
  margin-top: -0.1em;
}
.c-title--2__lang-en {
  font-size: 1.17647059em;
}
.c-title--2__lang-jp {
  font-size: 0.85em;
}
@media print, screen and (min-width: 751px) {
  .c-title--2 {
    text-align: right;
    margin-top: 8.06vw;
  }
}
@media print, screen and (min-width:1240px) {
  .c-title--2 {
    margin-top: 100px;
    line-height: 1.6;
  }
  .c-title--2:not(.-en) {
    font-size: 5.1rem;
  }
  .c-title--2.-en {
    font-size: 6rem;
  }
}
@media screen and (max-width:750px) {
  .c-title--2 {
    margin-top: 9.5vw;
    text-align: center;
  }
}

.c-title--3 {
  padding-top: 0.5em;
  padding-left: 0.1em;
  border-top: solid 2px #dbdbdb;
  color: rgb(37, 47, 55);
  color: rgba(37, 47, 55, 0.9960784314);
  font-weight: 500;
  font-size: calc(1.156069vw + 1.56647399rem); /*30=1240a+b,25=375a+b*/
  margin-top: calc(4.624277vw + 32.6589595px); /*90=1240a+b,50=375a+b*/
}
.c-title--3 + .c-title--4 {
  margin-top: 0;
}
@media print, screen and (min-width: 751px) {
  .c-title--3 {
    margin-bottom: 1.61vw;
  }
}
@media print, screen and (min-width:1240px) {
  .c-title--3 {
    font-size: 3rem;
    margin-top: 90px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:750px) {
  .c-title--3 {
    margin-bottom: 2.62vw;
    padding-top: 20px;
  }
}

.c-title--4 {
  font-weight: 500;
  color: rgb(37, 47, 55);
  color: rgba(37, 47, 55, 0.9960784314);
  font-size: calc(0.635838vw + 1.51156069rem); /*23=1240a+b,18=375a+b*/
  margin-top: calc(1.734104vw + 13.4971098px); /*35=1240a+b,20=375a+b*/
}
@media print, screen and (min-width: 751px) {
  .c-title--4 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:1240px) {
  .c-title--4 {
    font-size: 2.3rem;
    margin-top: 35px;
  }
}
@media screen and (max-width:750px) {
  .c-title--4 {
    margin-bottom: 1.87vw;
  }
}

.c-title--5 {
  font-weight: 400;
}
@media print, screen and (min-width: 751px) {
  .c-title--5 {
    margin-top: 17px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:750px) {
  .c-title--5 {
    margin-top: 4vw;
    margin-bottom: 1.87vw;
  }
}

@media print, screen and (min-width: 751px) {
  .c-lead {
    text-align: right;
    margin-left: auto;
    margin-top: 2.42vw;
    line-height: 1.7;
  }
}
@media print, screen and (min-width:1240px) {
  .c-lead {
    margin-top: 30px;
  }
}
@media screen and (max-width:750px) {
  .c-lead {
    margin-top: 9.33vw;
  }
}

.c-list--dot > li {
  background: url(/ourstory/common/img/dot.png) left 0.8em no-repeat;
  padding-left: 1em;
  margin-left: 5px;
  margin-bottom: 0.5em;
  color: var(--txt-color-light);
}
.c-list--dot > li a {
  color: var(--txt-color-light);
}

.c-link-list > li {
  position: relative;
  margin-left: 5px;
  padding-left: 20px;
  margin-bottom: 0.5em;
}
.c-link-list > li::before {
  position: absolute;
  top: 0.75em;
  left: 1px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--link-hover-color);
}
.c-link-list > li a {
  transition: color 0.3s ease-in;
}
.c-link-list > li a:hover {
  color: var(--link-hover-color);
}

.c-button {
  border: none;
  background-color: var(--btn-bg);
  padding: 10px 15px;
  line-height: 1;
  color: var(--btn-color);
  transition: background-color 0.3s ease-in;
}

.c-button:hover {
  background-color: var(--btn-hover-bg);
}

/***** table *****/
.c-table-box {
  width: 100%;
}
.c-table-box * {
  box-sizing: border-box;
}
.c-table-box .c-table-box__head {
  margin: 0;
  background-color: rgb(37, 47, 55);
  background-color: rgba(37, 47, 55, 0.9960784314);
  color: #fff;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .c-table-box .c-table-box__head {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:750px) {
  .c-table-box .c-table-box__head {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
.c-table-box .c-table-box__tr {
  display: table;
  width: 100%;
}
.c-table-box > .c-table-box__tr {
  border-bottom: solid 1px #ededed;
}
.c-table-box .c-table-box__td,
.c-table-box .c-table-box__th {
  display: table-cell;
  border-bottom: solid 1px #ededed;
  margin: 0;
  vertical-align: middle;
}
@media print, screen and (min-width: 751px) {
  .c-table-box .c-table-box__td,
  .c-table-box .c-table-box__th {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:750px) {
  .c-table-box .c-table-box__td,
  .c-table-box .c-table-box__th {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
}
.c-table-box .c-table-box__td.-w60,
.c-table-box .c-table-box__th.-w60 {
  width: 60%;
}
.c-table-box .c-table-box__td.-w50,
.c-table-box .c-table-box__th.-w50 {
  width: 50%;
}
.c-table-box .c-table-box__td.-w40,
.c-table-box .c-table-box__th.-w40 {
  width: 40%;
}
.c-table-box .c-table-box__td.-w30,
.c-table-box .c-table-box__th.-w30 {
  width: 30%;
}
.c-table-box .c-table-box__td.-w25,
.c-table-box .c-table-box__th.-w25 {
  width: 25%;
}
.c-table-box .c-table-box__td.-w20,
.c-table-box .c-table-box__th.-w20 {
  width: 20%;
}
.c-table-box .c-table-box__td.-w15,
.c-table-box .c-table-box__th.-w15 {
  width: 15%;
}
.c-table-box .c-table-box__td.-w10,
.c-table-box .c-table-box__th.-w10 {
  width: 10%;
}
.c-table-box .c-table-box__td.-w5,
.c-table-box .c-table-box__th.-w5 {
  width: 5%;
}

.c-footer-copyright {
  text-align: center;
  margin-bottom: 5px;
  color: #ccc;
}
@media print, screen and (min-width: 751px) {
  .c-footer-copyright {
    margin-top: 9.76vw;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:1240px) {
  .c-footer-copyright {
    margin-top: 120px;
  }
}
@media screen and (max-width:750px) {
  .c-footer-copyright {
    margin-top: clamp(50px, 10.67vw, 80px);
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 751px) {
  .c-grid,
  .c-grid\@pc {
    display: grid;
    width: 100%;
  }
  .c-grid.-col--1, .c-grid.-col--1\@pc,
  .c-grid\@pc.-col--1,
  .c-grid\@pc.-col--1\@pc {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid.-col--2, .c-grid.-col--2\@pc,
  .c-grid\@pc.-col--2,
  .c-grid\@pc.-col--2\@pc {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid.-col--3, .c-grid.-col--3\@pc,
  .c-grid\@pc.-col--3,
  .c-grid\@pc.-col--3\@pc {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.-col--4, .c-grid.-col--4\@pc,
  .c-grid\@pc.-col--4,
  .c-grid\@pc.-col--4\@pc {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid.-col--5, .c-grid.-col--5\@pc,
  .c-grid\@pc.-col--5,
  .c-grid\@pc.-col--5\@pc {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid.-col--6, .c-grid.-col--6\@pc,
  .c-grid\@pc.-col--6,
  .c-grid\@pc.-col--6\@pc {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid.-col--7, .c-grid.-col--7\@pc,
  .c-grid\@pc.-col--7,
  .c-grid\@pc.-col--7\@pc {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid.-col--8, .c-grid.-col--8\@pc,
  .c-grid\@pc.-col--8,
  .c-grid\@pc.-col--8\@pc {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid.-gutters, .c-grid.-gutters\@pc,
  .c-grid\@pc.-gutters,
  .c-grid\@pc.-gutters\@pc {
    gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .c-grid.-reverse, .c-grid.-reverse\@pc,
  .c-grid\@pc.-reverse,
  .c-grid\@pc.-reverse\@pc {
    grid-auto-flow: dense;
    direction: rtl;
  }
  .c-grid.-reverse *, .c-grid.-reverse\@pc *,
  .c-grid\@pc.-reverse *,
  .c-grid\@pc.-reverse\@pc * {
    text-align: left;
    direction: ltr;
  }
}
@media screen and (max-width:750px) {
  .c-grid,
  .c-grid\@sp {
    display: grid;
    width: 100%;
  }
  .c-grid.-col--1, .c-grid.-col--1\@sp,
  .c-grid\@sp.-col--1,
  .c-grid\@sp.-col--1\@sp {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid.-col--2, .c-grid.-col--2\@sp,
  .c-grid\@sp.-col--2,
  .c-grid\@sp.-col--2\@sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid.-col--3, .c-grid.-col--3\@sp,
  .c-grid\@sp.-col--3,
  .c-grid\@sp.-col--3\@sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid.-col--4, .c-grid.-col--4\@sp,
  .c-grid\@sp.-col--4,
  .c-grid\@sp.-col--4\@sp {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid.-gutters, .c-grid.-gutters\@sp,
  .c-grid\@sp.-gutters,
  .c-grid\@sp.-gutters\@sp {
    gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .c-grid.-reverse, .c-grid.-reverse\@sp,
  .c-grid\@sp.-reverse,
  .c-grid\@sp.-reverse\@sp {
    grid-auto-flow: dense;
    direction: rtl;
  }
  .c-grid.-reverse *, .c-grid.-reverse\@sp *,
  .c-grid\@sp.-reverse *,
  .c-grid\@sp.-reverse\@sp * {
    text-align: left;
    direction: ltr;
  }
}
.c-grid__col--1-2 {
  grid-column-start: 1;
  grid-column-end: 2;
}

.c-grid__col--1-3 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.c-grid__col--1-4 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.c-grid__col--1-5 {
  grid-column-start: 1;
  grid-column-end: 5;
}

.c-grid__col--1-6 {
  grid-column-start: 1;
  grid-column-end: 6;
}

.c-grid__col--1-7 {
  grid-column-start: 1;
  grid-column-end: 7;
}

.c-grid__col--1-8 {
  grid-column-start: 1;
  grid-column-end: 8;
}

.c-grid__col--1-9 {
  grid-column-start: 1;
  grid-column-end: 9;
}

.c-grid__col--2-3 {
  grid-column-start: 2;
  grid-column-end: 3;
}

.c-grid__col--2-4 {
  grid-column-start: 2;
  grid-column-end: 4;
}

.c-grid__col--2-5 {
  grid-column-start: 2;
  grid-column-end: 5;
}

.c-grid__col--2-6 {
  grid-column-start: 2;
  grid-column-end: 6;
}

.c-grid__col--2-7 {
  grid-column-start: 2;
  grid-column-end: 7;
}

.c-grid__col--2-8 {
  grid-column-start: 2;
  grid-column-end: 8;
}

.c-grid__col--2-9 {
  grid-column-start: 2;
  grid-column-end: 9;
}

.c-grid__col--3-4 {
  grid-column-start: 3;
  grid-column-end: 4;
}

.c-grid__col--3-5 {
  grid-column-start: 3;
  grid-column-end: 5;
}

.c-grid__col--3-6 {
  grid-column-start: 3;
  grid-column-end: 6;
}

.c-grid__col--3-7 {
  grid-column-start: 3;
  grid-column-end: 7;
}

.c-grid__col--3-8 {
  grid-column-start: 3;
  grid-column-end: 8;
}

.c-grid__col--3-9 {
  grid-column-start: 3;
  grid-column-end: 9;
}

.c-grid__col--4-5 {
  grid-column-start: 4;
  grid-column-end: 5;
}

.c-grid__col--4-6 {
  grid-column-start: 4;
  grid-column-end: 6;
}

.c-grid__col--4-7 {
  grid-column-start: 4;
  grid-column-end: 7;
}

.c-grid__col--4-8 {
  grid-column-start: 4;
  grid-column-end: 8;
}

.c-grid__col--4-9 {
  grid-column-start: 4;
  grid-column-end: 9;
}

.c-grid__col--5-6 {
  grid-column-start: 5;
  grid-column-end: 6;
}

.c-grid__col--5-7 {
  grid-column-start: 5;
  grid-column-end: 7;
}

.c-grid__col--5-8 {
  grid-column-start: 5;
  grid-column-end: 8;
}

.c-grid__col--5-9 {
  grid-column-start: 5;
  grid-column-end: 9;
}

.c-grid__col--6-7 {
  grid-column-start: 6;
  grid-column-end: 7;
}

.c-grid__col--6-8 {
  grid-column-start: 6;
  grid-column-end: 8;
}

.c-grid__col--6-9 {
  grid-column-start: 6;
  grid-column-end: 9;
}

.c-grid__col--7-8 {
  grid-column-start: 7;
  grid-column-end: 8;
}

.c-grid__col--7-9 {
  grid-column-start: 7;
  grid-column-end: 9;
}

.c-grid__col--8-9 {
  grid-column-start: 8;
  grid-column-end: 9;
}

@media print, screen and (min-width: 751px) {
  .c-grid__col--1-2\@pc {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .c-grid__col--1-3\@pc {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .c-grid__col--1-4\@pc {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .c-grid__col--1-5\@pc {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .c-grid__col--1-6\@pc {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .c-grid__col--1-7\@pc {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .c-grid__col--1-8\@pc {
    grid-column-start: 1;
    grid-column-end: 8;
  }
  .c-grid__col--1-9\@pc {
    grid-column-start: 1;
    grid-column-end: 9;
  }
  .c-grid__col--2-3\@pc {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .c-grid__col--2-4\@pc {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .c-grid__col--2-5\@pc {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .c-grid__col--2-6\@pc {
    grid-column-start: 2;
    grid-column-end: 6;
  }
  .c-grid__col--2-7\@pc {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  .c-grid__col--2-8\@pc {
    grid-column-start: 2;
    grid-column-end: 8;
  }
  .c-grid__col--2-9\@pc {
    grid-column-start: 2;
    grid-column-end: 9;
  }
  .c-grid__col--3-4\@pc {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .c-grid__col--3-5\@pc {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .c-grid__col--3-6\@pc {
    grid-column-start: 3;
    grid-column-end: 6;
  }
  .c-grid__col--3-7\@pc {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .c-grid__col--3-8\@pc {
    grid-column-start: 3;
    grid-column-end: 8;
  }
  .c-grid__col--3-9\@pc {
    grid-column-start: 3;
    grid-column-end: 9;
  }
  .c-grid__col--4-5\@pc {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .c-grid__col--4-6\@pc {
    grid-column-start: 4;
    grid-column-end: 6;
  }
  .c-grid__col--4-7\@pc {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .c-grid__col--4-8\@pc {
    grid-column-start: 4;
    grid-column-end: 8;
  }
  .c-grid__col--4-9\@pc {
    grid-column-start: 4;
    grid-column-end: 9;
  }
  .c-grid__col--5-6\@pc {
    grid-column-start: 5;
    grid-column-end: 6;
  }
  .c-grid__col--5-7\@pc {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .c-grid__col--5-8\@pc {
    grid-column-start: 5;
    grid-column-end: 8;
  }
  .c-grid__col--5-9\@pc {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  .c-grid__col--6-7\@pc {
    grid-column-start: 6;
    grid-column-end: 7;
  }
  .c-grid__col--6-8\@pc {
    grid-column-start: 6;
    grid-column-end: 8;
  }
  .c-grid__col--6-9\@pc {
    grid-column-start: 6;
    grid-column-end: 9;
  }
  .c-grid__col--7-8\@pc {
    grid-column-start: 7;
    grid-column-end: 8;
  }
  .c-grid__col--7-9\@pc {
    grid-column-start: 7;
    grid-column-end: 9;
  }
  .c-grid__col--8-9\@pc {
    grid-column-start: 8;
    grid-column-end: 9;
  }
}
@media screen and (max-width:750px) {
  .c-grid__col--1-2\@sp {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .c-grid__col--1-3\@sp {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .c-grid__col--1-4\@sp {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .c-grid__col--1-5\@sp {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .c-grid__col--2-3\@sp {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .c-grid__col--2-4\@sp {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .c-grid__col--2-5\@sp {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .c-grid__col--3-4\@sp {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .c-grid__col--3-5\@sp {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .c-grid__col--4-5\@sp {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex.nowrap {
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 751px) {
  .c-flex\@pc {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flex\@pc.nowrap\@pc, .c-flex.nowrap\@pc {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width:750px) {
  .c-flex\@sp {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flex\@sp.nowrap\@sp, .c-flex.nowrap\@sp {
    flex-wrap: nowrap;
  }
}

.-items--top {
  align-items: start;
}
@media print, screen and (min-width: 751px) {
  .-items--top\@pc {
    align-items: start;
  }
}
@media screen and (max-width:750px) {
  .-items--top\@sp {
    align-items: start;
  }
}

.-items--bottom {
  align-items: end;
}
@media print, screen and (min-width: 751px) {
  .-items--bottom\@pc {
    align-items: end;
  }
}
@media screen and (max-width:750px) {
  .-items--bottom\@sp {
    align-items: end;
  }
}

.-items--center-y {
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .-items--center-y\@pc {
    align-items: center;
  }
}
@media screen and (max-width:750px) {
  .-items--center-y\@sp {
    align-items: center;
  }
}

.-items--center {
  align-items: center;
  justify-items: center;
}
@media print, screen and (min-width: 751px) {
  .-items--center\@pc {
    align-items: center;
    justify-items: center;
  }
}
@media screen and (max-width:750px) {
  .-items--center\@sp {
    align-items: center;
    justify-items: center;
  }
}

.-items--center-x {
  justify-items: center;
}
@media print, screen and (min-width: 751px) {
  .-items--center-x\@pc {
    justify-items: center;
  }
}
@media screen and (max-width:750px) {
  .-items--center-x\@sp {
    justify-items: center;
  }
}

.-items--left {
  justify-items: start;
}
@media print, screen and (min-width: 751px) {
  .-items--left\@pc {
    justify-items: start;
  }
}
@media screen and (max-width:750px) {
  .-items--left\@sp {
    justify-items: start;
  }
}

.-items--right {
  justify-items: end;
}
@media print, screen and (min-width: 751px) {
  .-items--right\@pc {
    justify-items: end;
  }
}
@media screen and (max-width:750px) {
  .-items--right\@sp {
    justify-items: end;
  }
}

.-cells--top {
  align-content: start;
}
@media print, screen and (min-width: 751px) {
  .-cells--top\@pc {
    align-content: start;
  }
}
@media screen and (max-width:750px) {
  .-cells--top\@sp {
    align-content: start;
  }
}

.-cells--bottom {
  align-content: end;
}
@media print, screen and (min-width: 751px) {
  .-cells--bottom\@pc {
    align-content: end;
  }
}
@media screen and (max-width:750px) {
  .-cells--bottom\@sp {
    align-content: end;
  }
}

.-cells--center-y {
  align-content: center;
}
@media print, screen and (min-width: 751px) {
  .-cells--center-y\@pc {
    align-content: center;
  }
}
@media screen and (max-width:750px) {
  .-cells--center-y\@sp {
    align-content: center;
  }
}

.-cells--center {
  align-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .-cells--center\@pc {
    align-content: center;
    justify-content: center;
  }
}
@media screen and (max-width:750px) {
  .-cells--center\@sp {
    align-content: center;
    justify-content: center;
  }
}

.-cells--center-x {
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .-cells--center-x\@pc {
    justify-content: center;
  }
}
@media screen and (max-width:750px) {
  .-cells--center-x\@sp {
    justify-content: center;
  }
}

.-cells--right {
  justify-content: end;
}
@media print, screen and (min-width: 751px) {
  .-cells--right\@pc {
    justify-content: end;
  }
}
@media screen and (max-width:750px) {
  .-cells--right\@sp {
    justify-content: end;
  }
}

.-cells--left {
  justify-content: start;
}
@media print, screen and (min-width: 751px) {
  .-cells--left\@pc {
    justify-content: start;
  }
}
@media screen and (max-width:750px) {
  .-cells--left\@sp {
    justify-content: start;
  }
}

.-cells--space-between {
  justify-content: space-between;
  align-content: space-between;
}
.-cells--space-between-x {
  justify-content: space-between;
}
.-cells--space-between-y {
  align-content: space-between;
}
@media print, screen and (min-width: 751px) {
  .-cells--space-between\@pc {
    justify-content: space-between;
    align-content: space-between;
  }
  .-cells--space-between-x\@pc {
    justify-content: space-between;
  }
  .-cells--space-between-y\@pc {
    align-content: space-between;
  }
}
@media screen and (max-width:750px) {
  .-cells--space-between\@sp {
    justify-content: space-between;
    align-content: space-between;
  }
  .-cells--space-between-x\@sp {
    justify-content: space-between;
  }
  .-cells--space-between-y\@sp {
    align-content: space-between;
  }
}

.-cells--space-evenly {
  justify-content: space-evenly;
  align-content: space-evenly;
}
.-cells--space-evenly-x {
  justify-content: space-evenly;
}
.-cells--space-evenly-y {
  align-content: space-evenly;
}
@media print, screen and (min-width: 751px) {
  .-cells--space-evenly\@pc {
    justify-content: space-evenly;
    align-content: space-evenly;
  }
  .-cells--space-evenly-x\@pc {
    justify-content: space-evenly;
  }
  .-cells--space-evenly-y\@pc {
    align-content: space-evenly;
  }
}
@media screen and (max-width:750px) {
  .-cells--space-evenly\@sp {
    justify-content: space-evenly;
    align-content: space-evenly;
  }
  .-cells--space-evenly-x\@sp {
    justify-content: space-evenly;
  }
  .-cells--space-evenly-y\@sp {
    align-content: space-evenly;
  }
}

@media print, screen and (min-width: 751px) {
  .u-sp-only {
    display: none !important;
  }
  .u-pc-only {
    display: block !important;
  }
  .u-text--left,
  .u-text--left\@pc {
    text-align: left !important;
  }
  .u-text--center,
  .u-text--center\@pc {
    text-align: center !important;
  }
  .u-text--right,
  .u-text--right\@pc {
    text-align: right !important;
  }
  .u-mt,
  .u-mt\@pc {
    margin-top: 0.5em;
  }
  .u-mt0,
  .u-mt0\@pc {
    margin-top: 0 !important;
  }
  .u-mt5,
  .u-mt5\@pc {
    margin-top: 5px !important;
  }
  .u-mt10,
  .u-mt10\@pc {
    margin-top: 10px !important;
  }
  .u-mt15,
  .u-mt15\@pc {
    margin-top: 15px !important;
  }
  .u-mt20,
  .u-mt20\@pc {
    margin-top: 20px !important;
  }
  .u-mt25,
  .u-mt25\@pc {
    margin-top: 25px !important;
  }
  .u-mt30,
  .u-mt30\@pc {
    margin-top: 30px !important;
  }
  .u-mb,
  .u-mb\@pc {
    margin-bottom: 0.5em;
  }
  .u-mb0,
  .u-mb0\@pc {
    margin-bottom: 0 !important;
  }
  .u-mb5,
  .u-mb5\@pc {
    margin-bottom: 5px !important;
  }
  .u-mb10,
  .u-mb10\@pc {
    margin-bottom: 10px !important;
  }
  .u-mb15,
  .u-mb15\@pc {
    margin-bottom: 15px !important;
  }
  .u-mb20,
  .u-mb20\@pc {
    margin-bottom: 20px !important;
  }
  .u-mb25,
  .u-mb25\@pc {
    margin-bottom: 25px !important;
  }
  .u-mb30,
  .u-mb30\@pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width:750px) {
  .u-sp-only {
    display: inherit !important;
  }
  .u-pc-only {
    display: none !important;
  }
  .u-text--left,
  .u-text--left\@sp {
    text-align: left !important;
  }
  .u-text--center,
  .u-text--center\@sp {
    text-align: center !important;
  }
  .u-text--right,
  .u-text--right\@sp {
    text-align: right !important;
  }
  .u-mt,
  .u-mt\@sp {
    margin-top: 1.87vw;
  }
  .u-mt0,
  .u-mt0\@sp {
    margin-top: 0 !important;
  }
  .u-mt5,
  .u-mt5\@sp {
    margin-top: 1.33vw !important;
  }
  .u-mt10,
  .u-mt10\@sp {
    margin-top: 1.67vw !important;
  }
  .u-mt15,
  .u-mt15\@sp {
    margin-top: 4vw !important;
  }
  .u-mt20,
  .u-mt20\@sp {
    margin-top: 5.33vw !important;
  }
  .u-mt25,
  .u-mt25\@sp {
    margin-top: 6.67vw !important;
  }
  .u-mt30,
  .u-mt30\@sp {
    margin-top: 8vw !important;
  }
  .u-mb,
  .u-mb\@sp {
    margin-bottom: 1.87vw;
  }
  .u-mb0,
  .u-mb0\@sp {
    margin-bottom: 0 !important;
  }
  .u-mb5,
  .u-mb5\@sp {
    margin-bottom: 1.33vw !important;
  }
  .u-mb10,
  .u-mb10\@sp {
    margin-bottom: 1.67vw !important;
  }
  .u-mb15,
  .u-mb15\@sp {
    margin-bottom: 4vw !important;
  }
  .u-mb20,
  .u-mb20\@sp {
    margin-bottom: 5.33vw !important;
  }
  .u-mb25,
  .u-mb25\@sp {
    margin-bottom: 6.67vw !important;
  }
  .u-mb30,
  .u-mb30\@sp {
    margin-bottom: 8vw !important;
  }
}/*# sourceMappingURL=object.css.map */