@charset "UTF-8";
.header__navi {
  display: none; /* reset */
}

.main {
  padding-top: 0; /* reset */
}

@media print {
  .header {
    position: relative;
  }
}

body {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.article-single-body img:not(:last-child),
.article-single-body figure:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body img:not(:last-child),
  .article-single-body figure:not(:last-child) {
    margin-bottom: 29px;
  }
}
.article-single-body img.rounded,
.article-single-body figure.rounded {
  border-radius: 32px;
  overflow: hidden;
}
.article-single-body img, .article-single-body picture {
  width: 100%;
  display: block;
}
.article-single-body p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body p:not(:last-child) {
    margin-bottom: 29px;
  }
}

@media (max-width: 768px) {
  .article-single-share_wrap {
    position: relative !important;
  }
}

@media (max-width: 768px) {
  .article-single-share__item {
    width: 34px;
  }
}

.l-section:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-section:not(:last-child) {
    margin-bottom: 58px;
  }
}

.l-block:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .l-block:not(:last-child) {
    margin-bottom: 29px;
  }
}

.tu_bg_wide .contents_width--wide {
  width: 100%;
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--wide {
    max-width: calc(var(--widthDefault) + 70px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--narrow {
    max-width: calc(var(--widthDefault) - 210px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--cond {
    max-width: calc(var(--widthDefault) - 420px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--map-2 {
    max-width: calc(var(--widthDefault) - 770px);
  }
}

.width--85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.contents_width > p {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents_width > p {
    max-width: calc(var(--widthDefault) - 700px);
  }
}

.contents_width--pwide > p {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents_width--pwide > p {
    max-width: calc(var(--widthDefault) - 490px);
  }
}

.contents_width__inner {
  position: relative;
}

.nav-content__trigger {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 400vh;
  background-color: transparent;
  pointer-events: none;
}

.nav-content {
  position: fixed;
  right: 0;
  transform: translateY(50%);
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  z-index: 800;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.1);
  transition-property: transform,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  opacity: 0;
}
@media (min-width: 768px) {
  .nav-content {
    display: none;
  }
}
.nav-content__trigger:not(.is-activing) + .nav-content:not(.is-activing) {
  transition-duration: 0.2s;
  transform: translateY(0);
  opacity: 1;
}

.nav-content__anchor {
  padding-right: 15px;
  padding-left: 49px;
  display: block;
  position: relative;
}
.nav-content__anchor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  width: 49px;
  background-size: 21px 21px;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><defs><style>.b{fill:%23000;}</style></defs><circle class="b" cx="4.5" cy="15.5" r="1"/><circle class="b" cx="4.5" cy="10.5" r="1"/><circle class="b" cx="4.5" cy="5.5" r="1"/><rect class="b" x="8" y="15" width="9" height="1"/><rect class="b" x="8" y="10" width="9" height="1"/><rect class="b" x="8" y="5" width="9" height="1"/></svg>');
}

@media (min-width: 768px) {
  .only--sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .only--pc {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.imgset--1x2-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.imgset--1x2-2 .imgset__item:first-child {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.imgset--1x2-2 .imgset__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.imgset--1x2-2 .imgset__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.imgset--1xi .imgset__item:nth-child(2) {
  max-width: 40vw;
  margin-top: -20vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 4px solid #183660;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .imgset--1xi .imgset__item:nth-child(2) {
    max-width: calc(var(--widthDefault) - 980px);
    margin-top: calc((var(--widthDefault) - 980px) * -0.5);
  }
}

@media (min-width: 768px) {
  main {
    margin-top: 0 !important;
  }
}

.tu_header {
  position: relative;
}
.tu_header:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .tu_header:not(:last-child) {
    margin-bottom: 116px;
  }
}
@media (min-width: 768px) {
  .tu_header {
    padding: 0 var(--sidePaddingPc1);
  }
}

.tu_header__lead {
  position: relative;
  height: 100vh;
  height: 100svh;
  background-image: url(../img/00.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 120%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tu_header__lead {
    padding-top: 62.9%;
    margin-top: var(--heightHeaderPc);
    background-position: center;
  }
}

.tu_header__lead__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 210;
  padding-left: 13px;
}
.tu_header__lead__inner > * {
  min-width: 0;
}
.tu_header__lead__inner > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tu_header__lead__inner {
    padding-left: 104px;
  }
}

.tu_header__lead__heading {
  break-inside: avoid;
  color: #fff;
  text-shadow: 0 0 4px #000, 0 0 20px #000;
}

.tu_header__lead__heading__str {
  display: block;
}

.tu_header__info {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  width: calc(100% - var(--sidePaddingSp1) * 2);
  padding-top: 16px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .tu_header__info {
    font-size: 12px;
    padding-top: 0;
    width: 95%;
  }
}

.tu_header__info__credit__pr {
  padding-left: 1em;
}

main:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  main:not(:last-child) {
    margin-bottom: 116px;
  }
}

.contents_width {
  position: relative;
  z-index: 102;
}

.article-single-share_wrap {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-single-share_wrap {
    margin-bottom: 0;
  }
}

.article-section:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-section:not(:last-child) {
    margin-bottom: 116px;
  }
}
.article-section--project {
  padding-left: 13px;
  padding-right: 13px;
  max-width: calc(var(--widthDefault) - 210px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .article-section--project {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.article-section--project .article-section__inner {
  overflow: hidden;
  position: relative;
  padding-top: 13px;
  padding-bottom: 32px;
  border-radius: 32px;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.1);
}
.article-section--project .article-section__inner:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-section--project .article-section__inner:not(:last-child) {
    margin-bottom: 116px;
  }
}
@media (max-width: 768px) {
  .article-section--project .article-section__inner p {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) {
  .article-section--project .article-section__inner {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.article-section--project .article-section__inner--bottom {
  padding-top: 0;
}
.article-section--project .contents_width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.m-contact {
  position: relative;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .m-contact {
    padding-top: 116px;
  }
}
.m-contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 64px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .m-contact::after {
    height: 116px;
  }
}
.m-contact::after {
  top: 0;
  background: linear-gradient(to top, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.2));
}

.contents_width:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contents_width:not(:last-child) {
    margin-bottom: 58px;
  }
}

.m-uji {
  position: relative;
}
.m-uji::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: -16px;
  left: -15%;
}
@media (min-width: 768px) {
  .m-uji::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-uji::after {
    bottom: -116px;
    right: -136px;
  }
}

.m-mori {
  position: relative;
}
.m-mori::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: 0;
  right: -15%;
}
@media (min-width: 768px) {
  .m-mori::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-mori::after {
    bottom: -116px;
    right: -136px;
  }
}

.m-koke {
  position: relative;
}
@media (min-width: 768px) {
  .m-koke {
    padding-bottom: 116px;
  }
}
.m-koke::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: 0;
  right: -15%;
}
@media (min-width: 768px) {
  .m-koke::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-koke::after {
    bottom: 0;
    right: 136px;
  }
}

.m-naritachi--wrap::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  left: -10%;
  bottom: 62%;
}
@media (min-width: 768px) {
  .m-naritachi--wrap::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-naritachi--wrap::after {
    left: -34px;
    bottom: 34px;
  }
}

.m-naritachi {
  z-index: 101;
  position: relative;
  margin-top: -64px;
}

.m-naritachi__inner {
  position: relative;
  margin-left: auto;
  width: calc(100% - 58px);
  z-index: 103;
  background-color: #fff;
  padding: 35px;
  padding-bottom: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .m-naritachi__inner {
    width: calc(var(--widthDefault) - 420px - 180px);
    max-width: calc(100% - 58px);
  }
}
.m-naritachi__inner::before, .m-naritachi__inner::after {
  z-index: 102;
  content: "";
  position: absolute;
  right: 100%;
  top: 35px;
  width: 58px;
  height: calc(100% - 35px);
}
.m-naritachi__inner::before {
  background: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.m-naritachi__inner::after {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.m-naritachi__caption {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
  position: absolute;
  right: 1em;
  top: -2.8em;
  color: #fff;
}
@media (min-width: 768px) {
  .m-naritachi__caption {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.hr {
  margin-top: -64px;
  width: 100%;
  clear: both;
  height: 192px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hr {
    margin-top: -116px;
  }
}
@media (min-width: 768px) {
  .hr {
    height: 348px;
  }
}
.hr hr {
  display: none;
}
.hr--top::before {
  content: "";
  position: absolute;
  width: 200%;
  left: -50%;
  top: 50%;
  transform: rotate(6deg);
  background-color: #f7f7f7;
  height: 100%;
  transform-origin: center top;
}
.hr--bottom::before {
  content: "";
  position: absolute;
  width: 200%;
  left: -50%;
  bottom: 50%;
  transform: rotate(-6deg);
  background-color: #f7f7f7;
  height: 100%;
  transform-origin: center bottom;
}
.hr--top + .article-section {
  background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5;
}

h2, h3, h4, h5, h6 {
  color: #183660;
}

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
  font-variant-numeric: lining-nums;
}

h1 {
  font-size: 5vw;
}
@media (min-width: 768px) {
  h1 {
    font-size: max(2.3vw, 48px);
    font-size: 3vw;
  }
}

.h2 {
  text-align: center;
}
.h2:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .h2:not(:last-child) {
    margin-bottom: 29px;
  }
}
.h2:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .h2:not(:first-child) {
    margin-top: 58px;
  }
}
.h2 span {
  display: inline-block;
}
.h2 h2 {
  font-size: 44px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h2 h2 {
    font-size: 44px;
    letter-spacing: 0;
  }
}
.h2--line h2 {
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-top: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
}
.h2--lineup h2 {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "subset", Arial, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .h2--lineup h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.under_dotted {
  border-bottom: 3px dotted currentcolor;
}

span.under_dotted {
  display: inline-block;
}

.h3 {
  text-align: center;
}
.h3:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.h3 h3, .h3 h2 {
  font-size: 28px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h3 h3, .h3 h2 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.h3--left {
  text-align: left;
}
.h3 span {
  display: inline-block;
}

.h4 {
  font-size: 16px;
  letter-spacing: 0;
}
.h4:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h4:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.h3 + .h4 {
  margin-top: 0;
}

.m-caption {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #183660;
}
@media (min-width: 768px) {
  .m-caption {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-caption:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .m-caption:not(:first-child) {
    margin-top: 15px;
  }
}
.m-caption:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-caption:not(:last-child) {
    margin-bottom: 29px;
  }
}
.contents_width--wide .m-caption {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .contents_width--wide .m-caption {
    margin-left: 0;
    margin-right: 0;
  }
}
.m-caption--r {
  text-align: right;
}
@media (max-width: 768px) {
  .m-report-stretch__container__fig .m-caption br {
    display: none;
  }
}

.relative {
  position: relative;
}

.mb--bit + * {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .mb--bit + * {
    margin-top: -28px;
  }
}

.m-caption--p-r,
.m-caption--p-l {
  position: absolute;
  bottom: 0;
}
.m-caption--p-r p span,
.m-caption--p-l p span {
  padding: 0.7em 1em;
  background-color: #fff;
  display: inline-block;
}
.m-caption--p-r p span + br + span,
.m-caption--p-l p span + br + span {
  margin-top: -1.4em;
}

.m-caption--p-r {
  right: 0;
  text-align: right;
}
.m-caption--p-r p {
  margin-left: auto;
}
.m-caption--p-r p span {
  padding-right: 0;
}

.m-caption--p-r--d {
  text-align: right;
  position: relative;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .m-caption--p-r--d {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    right: 0;
    text-align: right;
  }
  .m-caption--p-r--d p span {
    padding: 0.7em 1em;
    background-color: #fff;
    display: inline-block;
  }
  .m-caption--p-r--d p span + br + span {
    margin-top: -1.4em;
  }
  .m-caption--p-r--d p {
    margin-left: auto;
  }
  .m-caption--p-r--d p span {
    padding-right: 0;
  }
}

.m-caption--p-r--full p span {
  padding-right: var(--sidePaddingSp1);
}
@media (min-width: 768px) {
  .m-caption--p-r--full p span {
    padding-right: 1em;
  }
}

.m-caption--p-l {
  left: 0;
  text-align: left;
}
.m-caption--p-l p {
  margin-right: auto;
}
.m-caption--p-l p span {
  padding-left: 0;
}

.m-caption--line-t-r,
.m-caption--line-t-c {
  position: relative;
}
.m-caption--line-t-r span,
.m-caption--line-t-c span {
  display: block;
}
.m-caption--line-t-r span::before,
.m-caption--line-t-c span::before {
  content: "";
  position: absolute;
  background-color: currentcolor;
}

.m-caption--line-t-c {
  text-align: center;
}
.m-caption--line-t-c:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .m-caption--line-t-c:not(:first-child) {
    margin-top: 29px;
  }
}
.m-caption--line-t-c span {
  display: inline-block;
  position: relative;
}
.m-caption--line-t-c span::before {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  bottom: calc(100% + 0.4em);
  height: calc(64px - 1em);
  width: 1px;
}

.m-caption--line-t-r {
  text-align: right;
}
.m-caption--line-t-r:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .m-caption--line-t-r:not(:first-child) {
    margin-top: 29px;
  }
}
.m-caption--line-t-r span {
  display: inline-block;
  position: relative;
}
.m-caption--line-t-r span::before {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  bottom: calc(100% + 0.4em);
  height: calc(64px - 1em);
  width: 1px;
}

.m-caption--line-l--d {
  position: relative;
  text-align: center;
}
.m-caption--line-l--d span {
  display: block;
}
.m-caption--line-l--d span::before {
  content: "";
  position: absolute;
  background-color: currentcolor;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  bottom: calc(100% + 0.4em);
  height: calc(64px - 1em);
  width: 1px;
}
@media (min-width: 768px) {
  .m-caption--line-l--d {
    text-align: left;
  }
  .m-caption--line-l--d span::before {
    left: auto;
    width: calc(64px - 1em);
    height: 1px;
    right: calc(100% + 0.4em);
    top: 0.9em;
  }
}

.cut--tl picture,
.cut--br picture {
  overflow: hidden;
  position: relative;
}

.cut--tl picture::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 0;
  padding-top: 20%;
  transform-origin: center;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.cut--br picture::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 0;
  padding-top: 20%;
  transform-origin: center;
  background-color: #fff;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
}

.m-lead {
  font-weight: bold;
  line-height: 2.5;
  text-decoration: underline;
  text-underline-offset: 0.75em;
}
.m-lead:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .m-lead:not(:last-child) {
    margin-bottom: 116px;
  }
}

.m-profile {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .m-profile {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
.m-profile__avator {
  grid-column: 1/2;
}

.m-profile__info {
  grid-column: 2/-1;
}

.m-profile__avator {
  position: relative;
}

.m-profile__avator__h {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  font-size: 10px;
  z-index: 101;
}
.m-profile__avator__h span {
  line-height: 1;
  position: absolute;
  width: 1em;
  height: 0;
  padding-bottom: calc(50% + 3em);
  text-align: center;
  top: -3em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.m-profile__avator__h span:nth-child(1) {
  transform: rotate(-47deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(1) {
    transform: rotate(-110deg);
  }
}
.m-profile__avator__h span:nth-child(2) {
  transform: rotate(-39deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(2) {
    transform: rotate(-100deg);
  }
}
.m-profile__avator__h span:nth-child(3) {
  transform: rotate(-31deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(3) {
    transform: rotate(-90deg);
  }
}
.m-profile__avator__h span:nth-child(4) {
  transform: rotate(-23deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(4) {
    transform: rotate(-80deg);
  }
}
.m-profile__avator__h span:nth-child(5) {
  transform: rotate(-15deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(5) {
    transform: rotate(-70deg);
  }
}
.m-profile__avator__h span:nth-child(6) {
  transform: rotate(-7deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(6) {
    transform: rotate(-60deg);
  }
}
.m-profile__avator__h span:nth-child(7) {
  transform: rotate(1deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(7) {
    transform: rotate(-50deg);
  }
}
.m-profile__avator__h span:nth-child(8) {
  transform: rotate(9deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(8) {
    transform: rotate(-40deg);
  }
}
.m-profile__avator__h span:nth-child(9) {
  transform: rotate(17deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(9) {
    transform: rotate(-30deg);
  }
}
.m-profile__avator__h span:nth-child(10) {
  transform: rotate(25deg);
  transform-origin: center bottom;
}
@media (min-width: 768px) {
  .m-profile__avator__h span:nth-child(10) {
    transform: rotate(-20deg);
  }
}

.m-profile__avator__h {
  z-index: 100;
}

.m-profile__info__name {
  font-weight: bold;
}
.m-profile__info__name:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-profile__info__name:not(:last-child) {
    margin-bottom: 15px;
  }
}
.m-profile__info__name .m-profile__info__name__kanji,
.m-profile__info__name .m-profile__info__name__yomi {
  display: inline-block;
}
.m-profile__info__name .m-profile__info__name__yomi {
  margin-left: 1em;
  font-size: 11px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .m-profile__info__name .m-profile__info__name__yomi {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-profile__info__text {
  grid-column: 2/-1;
}

.m-product__heading {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.m-product__heading img {
  display: inline-block;
  width: auto;
  height: 32px;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .m-product__heading img {
    height: 58px;
  }
}

.m-product__list {
  border-top: 1px solid #183660;
  border-bottom: 1px solid #183660;
  padding: 26px 0;
}
.m-product__list:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-product__list:not(:last-child) {
    margin-bottom: 58px;
  }
}

.m-product__list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  transition-property: outline,box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0);
  border-left: 1px solid #183660;
  border-right: 1px solid #183660;
}
@media (min-width: 768px) {
  .m-product__list__item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .m-product__list__item {
    padding-right: 26px;
  }
}

.m-product__list__item__info {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 768px) {
  .m-product__list__item__info {
    padding-right: 0;
    border-left: 1px solid #183660;
  }
}

.m-product__list__item__info__heading {
  border-bottom: 1px solid #183660;
  padding-bottom: 14.5px;
}

.m-product__list__item__info__detail {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #183660;
}
.m-product__list__item__info__detail dt span {
  font-size: 11px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .m-product__list__item__info__detail dt span {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-product__list__item__info__detail dt span::after {
  content: "：";
}

.m-product__list__item__info__button {
  padding-top: calc(14.5px + 0.4em);
  text-align: center;
}

.m-contact__more__detail a {
  color: #183660;
}

.m-contact__logo {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .m-contact__logo {
    width: 40%;
  }
}

.m-contact__heading {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
  font-family: "subset", Garamond, Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media (min-width: 768px) {
  .m-contact__heading {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-contact__heading:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-contact__heading:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-contact__more {
  text-align: center;
}

.m-contact__more__logo {
  font-weight: bold;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.m-contact__more__logo:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-contact__more__logo:not(:last-child) {
    margin-bottom: 15px;
  }
}
.m-contact__more__detail {
  text-align: center;
}

.m-contact__more__detail__number {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-contact__more__detail__number {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.m-contact__more__detail__info {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-contact__more__detail__info {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-tax {
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 0.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .m-tax {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.button-wrap {
  text-align: center;
  background-color: #fafafa;
  padding: 1em;
}
@media (min-width: 768px) {
  .button-wrap {
    padding: 2em;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--widthDefault) - 560px);
  }
}
.button-wrap .m-button__str span {
  display: inline-block;
}
.nav-content .button-wrap .m-button {
  display: block;
}

.m-button {
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: transparent;
  display: block;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #183660;
  border-radius: 6px;
  height: auto;
  min-height: 49px;
  line-height: 24px;
  padding: 11.5px 16px;
  position: relative;
  font-weight: bold;
  transition-property: color,background-color,border-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.m-button:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-button:not(:last-child) {
    margin-bottom: 29px;
  }
}
.m-button[target=_blank] .m-button__str, [target=_blank] .m-button .m-button__str {
  display: inline-block;
  position: relative;
  padding-right: 16.25rem;
}
.m-button[target=_blank] .m-button__str::before, [target=_blank] .m-button .m-button__str::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13rem;
  height: 13rem;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{fill:%23183660;}</style>></defs><path class="b" d="m7,10.5c0,.27539-.22412.5-.5.5H2.5c-.27588,0-.5-.22461-.5-.5v-4c0-.27588.22412-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27588,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
}

@media (hover: hover) {
  a:hover .m-button {
    color: #112643;
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
  }
  a:hover .m-button--em {
    background-color: #0e1f37;
    color: #fff;
  }
}

.gallery {
  z-index: 200;
}

.gallery__item {
  z-index: 105;
  background-color: #f7f7f7;
}
.gallery__item.is-actived {
  z-index: 110;
}
.gallery__item.is-active, .gallery:not(.is-loaded) .gallery__item:first-child {
  z-index: 115;
}

.gallery__selector,
.gallery__controler__item {
  z-index: 120;
}

.gallery__selector__item {
  z-index: 121;
}

.gallery__selector__item__inner {
  z-index: 122;
}

.gallery__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
}
.gallery:not(.is-loaded) .gallery__item:not(:first-child) {
  opacity: 0;
}

.gallery--dissolve .gallery__item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0.4s;
}
.gallery--dissolve .gallery__item.is-active {
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.gallery--dissolve:not(.is-loaded) .gallery__item:first-child,
.gallery--dissolve .gallery__item:only-child,
.gallery--dissolve .gallery__item.is-active {
  opacity: 1;
}

.gallery--shift {
  overflow: hidden;
}
.gallery--shift .gallery__item {
  width: 110%;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0s;
}
.gallery--shift .gallery__item.is-active, .gallery--shift .gallery__item.is-actived {
  transform: translateX(-5%);
  transition-duration: 1.5s;
}
.gallery--shift:not(.is-loaded) .gallery__item {
  transform: translateX(-5%);
}

.gallery--horizontal {
  overflow: hidden;
}
.gallery--horizontal .gallery__item {
  transform: translateX(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
}
.gallery--horizontal .gallery__item.is-active {
  transform: translateX(0);
  transition-duration: 0.4s;
}
.gallery--horizontal .gallery__item.is-actived {
  transform: translateX(-50%);
  transition-duration: 0.4s;
  width: 50%;
}
.gallery--horizontal:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

.gallery--size {
  overflow: hidden;
}
.gallery--size .gallery__item {
  transition-duration: 1s;
  background-size: 140% auto;
  opacity: 0;
  transition-property: background-size, opacity;
}
.gallery--size .gallery__item.is-active, .gallery--size .gallery__item.is-actived {
  opacity: 1;
}
.gallery--size .gallery__item.is-active {
  background-size: 120% auto;
}
.gallery--size .gallery__item.is-actived {
  background-size: 100% auto;
  opacity: 1;
}
.gallery--size:not(.is-loaded) .gallery__item {
  background-size: 120% auto;
  opacity: 1;
}

.gallery--clip .gallery__item {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-property: clip-path;
  transition-delay: 1.2s;
}

.gallery--clip--ellipse .gallery__item {
  clip-path: ellipse(50% 50% at 50% -50%);
}
.gallery--clip--ellipse .gallery__item.is-active {
  transition-delay: 0s;
  clip-path: ellipse(400% 200% at 100% 0%);
}

.gallery--gradient {
  overflow: hidden;
}
.gallery--gradient .gallery__item {
  transform: translateY(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
  overflow: hidden;
}
.gallery--gradient .gallery__item::before, .gallery--gradient .gallery__item::after {
  z-index: 116;
  transition-property: top,bottom,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  right: 0;
}
.gallery--gradient .gallery__item::before {
  transition-duration: 2s;
  top: 0;
  background-image: linear-gradient(to top, rgba(24, 54, 96, 0) 0%, rgba(24, 54, 96, 0) 30%, #183660 50%, #183660 100%);
}
.gallery--gradient .gallery__item::after {
  transition-duration: 0.5s;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(24, 54, 96, 0) 0%, rgba(24, 54, 96, 0) 30%, #183660 50%, #183660 100%);
}
.gallery--gradient .gallery__item.is-active {
  transform: translateY(0);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-active::before {
  top: -140%;
}
.gallery--gradient .gallery__item.is-active::after {
  bottom: -100%;
}
.gallery--gradient .gallery__item.is-actived {
  transform: translateY(-80%);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-actived::before {
  top: 100%;
}
.gallery--gradient .gallery__item.is-actived::after {
  bottom: 0;
}
.gallery--gradient:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

dl.dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min-content auto;
  grid-template-columns: min-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  column-gap: 0.7em;
}
dl.dl dt {
  white-space: nowrap;
}
dl.dl--auto {
  -ms-grid-columns: min-content min-content;
  grid-template-columns: min-content min-content;
}
dl.dl--bar-switch {
  padding-bottom: calc(0.7em + 1px);
  row-gap: calc(1.4em + 1px);
  column-gap: 0;
}
dl.dl--bar-switch dt, dl.dl--bar-switch dd {
  position: relative;
  padding: 0 0.7em;
}
dl.dl--bar-switch dt::before, dl.dl--bar-switch dd::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: calc((0.7em + 1px) * -1);
  position: absolute;
}
dl.dl--bar-switch dt::before {
  background-color: currentcolor;
}
dl.dl--bar-switch dd::before {
  background-color: #b8b8b8;
}

.m-interview__item {
  position: relative;
  background-position: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 16px;
  gap: 16px;
}
.m-interview__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-interview__item:not(:last-child) {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .m-interview__item {
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0;
    gap: 0;
  }
}
.m-interview__item--iwasa span:first-child {
  color: #FA5252;
}
.m-interview__item--iwasa span:first-child::before {
  background-image: url("../img/iwasa.jpg");
}
.m-interview__item--yoshizawa span:first-child {
  color: #183660;
}
.m-interview__item--yoshizawa span:first-child::before {
  background-image: url("../img/yoshizawa.jpg");
}
.m-interview span:first-child {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-interview span:first-child {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-interview span:first-child::before {
  width: 77px;
  padding-top: 77px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  height: 0;
  border-radius: 40%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0.8em;
  border: 2px solid currentcolor;
}
@media (min-width: 768px) {
  .m-interview span:first-child::before {
    width: 50%;
    padding-top: 50%;
  }
}
.m-interview span:last-child {
  display: block;
}

.js__inview,
.js__inview .js__inview__inner, .js__inview::after, .js__inview::before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 0.75s;
}

span.js__inview {
  display: inline-block;
}

.is-active--fade-in {
  transition-property: opacity;
  opacity: 0;
}
.is-active--fade-in.is-active, main.no-js .is-active--fade-in {
  opacity: 1;
}
@media print {
  .is-active--fade-in {
    opacity: 1;
  }
}

.is-active--up {
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 29px);
}
.is-active--up.is-active, main.no-js .is-active--up {
  opacity: 1;
}
@media print {
  .is-active--up {
    opacity: 1;
  }
}
.is-active--up.is-active, main.no-js .is-active--up {
  transform: translate(0, 0);
}
@media print {
  .is-active--up {
    transform: translate(0, 0);
  }
}

.m-quandary-products {
  display: -ms-grid;
  display: grid;
  grid-gap: 1px 1px;
  gap: 1px 1px;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.m-quandary-products__item img {
  object-fit: cover;
  aspect-ratio: 1/2;
}
@media (min-width: 768px) {
  .m-quandary-products__item img {
    aspect-ratio: 2/3;
  }
}

.m-quandary-products__item__h {
  text-align: center;
  padding: 0 1em;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-quandary-products__item__h {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .m-quandary-products__item__h {
    padding: 0;
  }
}

.m-inspection,
.m-report-intro {
  position: relative;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .m-inspection,
  .m-report-intro {
    padding-top: 116px;
  }
}

.h2-kensho,
.h2-report {
  z-index: 110;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.04;
  pointer-events: none;
}

.h2-kensho {
  width: 20vw;
}

.h2-report {
  width: 100%;
}

.m-inspection__container {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .m-inspection__container {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-inspection__container {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}

.m-inspection__container__heading {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-inspection__container__heading {
    grid-column: 1/2;
  }
}
.m-inspection__container__heading .h3 {
  text-align: left;
}

.m-inspection__container__content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-inspection__container__content {
    grid-column: 2/-1;
  }
}

@media (max-width: 768px) {
  .m-newface {
    margin-top: -16px;
  }
}

.m-newface__container {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
@media (min-width: 768px) {
  .m-newface__container {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-newface__container {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .m-newface__container {
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}

.m-newface__container__fig {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-newface__container__fig {
    grid-column: 1/3;
    grid-row: 1/-1;
  }
}
.m-newface__container__fig .h3 {
  text-align: left;
}

.m-newface__container__content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-newface__container__content {
    grid-column: -2/-1;
    grid-row: 1/2;
  }
}

.m-newface__container__caption {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-newface__container__caption {
    grid-column: -2/-1;
    grid-row: -2/-1;
  }
}

.m-report-stretch {
  position: relative;
  z-index: 110;
}
.m-report-stretch + .contents_width {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .m-report-stretch + .contents_width {
    margin-top: -116px;
  }
}

.m-report-stretch__container {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .m-report-stretch__container {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-report-stretch__container {
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .m-report-stretch__container {
    -ms-grid-rows: 1fr 116px auto;
    grid-template-rows: 1fr 116px auto;
  }
}
.m-report-stretch__container__fig {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-report-stretch__container__fig {
    grid-column: 3/-1;
    grid-row: 1/3;
  }
}
.m-report-stretch__container__fig .h3 {
  text-align: left;
}

.m-report-stretch__container__content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .m-report-stretch__container__content {
    grid-column: 1/5;
    grid-row: 2/4;
  }
}

.m-report-stretch__container__content__inner {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .m-report-stretch__container__content__inner {
    padding: 2em;
    padding-left: 0;
    background-color: #fff;
  }
}

.m-pocket {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .m-pocket {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-pocket {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

.m-lineup {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .m-lineup {
    margin-top: 116px;
  }
}

.m-lineup__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-lineup__container > * {
  min-width: 0;
}
.m-lineup__container > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.m-lineup__container__item {
  width: 50%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-lineup__container__item {
    width: 33.3333333333%;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    margin-bottom: 58px;
  }
}
.m-lineup__container__item h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #000;
}
.m-lineup__container__item h3:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-lineup__container__item h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .m-lineup__container__item h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.m-lineup__container__item dl {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
.m-lineup__container__item dl:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-lineup__container__item dl:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .m-lineup__container__item dl {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-lineup__container__item dl + p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-lineup__container__item dl + p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .m-lineup__container__item:hover img {
    opacity: 0.8;
  }
}

.m-lineup__container__item__fig:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-lineup__container__item__fig:not(:last-child) {
    margin-bottom: 15px;
  }
}

.p-caution {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-caution {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-column {
  overflow: hidden;
  background-color: #183660;
  padding-bottom: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
}
@media (min-width: 768px) {
  .m-column {
    padding-top: 58px;
    padding-bottom: 58px;
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

.m-column__container {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .m-column__container {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-column__container {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .m-column__container {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media (min-width: 768px) {
  .m-column__container__fig {
    grid-column: -2/-1;
    grid-row: 1/-1;
  }
}

@media (min-width: 768px) {
  .m-column__container__c {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}

.m-column__container__fig {
  margin-left: calc(var(--sidePaddingSp1) * -1);
  margin-right: calc(var(--sidePaddingSp1) * -1);
}
@media (min-width: 768px) {
  .m-column__container__fig {
    margin-left: auto;
    margin-right: calc(var(--sidePaddingPc1) * -4 - 140rem);
  }
}

.m-column__container__c {
  position: relative;
}
.m-column__container__c h2 {
  font-family: "subset", Garamond, Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 11px;
  letter-spacing: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .m-column__container__c h2 {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-column__container__c h2 span {
  letter-spacing: 0.5em;
}
.m-column__container__c .h3:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-column__container__c .h3:not(:last-child) {
    margin-bottom: 29px;
  }
}
.m-column__container__c h3 {
  font-family: "subset", Garamond, Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
  text-align: left;
  padding-left: 2em;
  margin-top: -0.25em;
}

.m-product-info h2 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-product-info h2 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-product-info h3 {
  color: #000;
}
.m-product-info h3:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-product-info h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.m-product-info dl {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
.m-product-info dl:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product-info dl:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .m-product-info dl {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.m-product-info__conteinter {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
@media (min-width: 768px) {
  .m-product-info__conteinter {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .m-product-info__conteinter {
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }
}

.m-product-info__conteinter__h {
  grid-column: 1/-1;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .m-product-info__conteinter__h {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}

.m-product-info__conteinter__fig {
  grid-column: 1/-1;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .m-product-info__conteinter__fig {
    grid-column: 1/2;
    grid-row: 2/-1;
  }
}

.m-product-info__conteinter__info {
  grid-column: 1/-1;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .m-product-info__conteinter__info {
    grid-column: 2/-1;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .m-product-info__conteinter__info h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .m-product-info__conteinter__info h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.m-product-info__conteinter__c {
  grid-column: 1/-1;
  grid-row: 4/5;
}
@media (min-width: 768px) {
  .m-product-info__conteinter__c {
    grid-column: 2/-1;
    grid-row: 3/-1;
  }
}
