@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
.c-button.--main {
  background-color: #0072bc;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7d2d7;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.page-owner-interview .copy {
  font-size: clamp(19px, 3vw, 30px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-block: 50px 25px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .page-owner-interview .copy {
    line-height: 1.5;
    padding-block: 30px 15px;
  }
}

.suumo {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: min(950px, 100%);
  margin-inline: auto;
  background-color: #c4e0ef;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .suumo {
    padding-bottom: 40px;
  }
}
.suumo .capt {
  font-size: clamp(7.5px, 1vw, 10px);
  padding-top: 0;
  margin-top: 6px;
}
.suumo sup {
  font-size: 0.7em;
  vertical-align: super;
  line-height: 1;
}

.suumo-inner {
  width: min(940px, 96%);
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .suumo-inner {
    width: 90%;
  }
}

.suumo-hero img {
  width: 100%;
  display: block;
}

.suumo-nav {
  padding-top: 15px;
  padding-bottom: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .suumo-nav {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 50px;
  }
}

.suumo-nav__list {
  width: min(940px, 96%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  .suumo-nav__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.suumo-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  background-color: #0074c1;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  min-height: 72px;
}
.suumo-nav__item, .suumo-nav__item:link, .suumo-nav__item:visited, .suumo-nav__item:hover, .suumo-nav__item:active, .suumo-nav__item:focus {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1001px), print {
  .suumo-nav__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .suumo-nav__item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .suumo-nav__item {
    min-height: 64px;
  }
}
.suumo-nav__item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.suumo-nav__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #013981;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.suumo-nav__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .suumo-nav__ttl {
    padding: 12px 38px 12px 15px;
  }
}

.suumo-sec {
  scroll-margin-top: 120px;
}
.suumo-sec + .suumo-sec {
  margin-top: 65px;
}
@media screen and (max-width: 767.98px) {
  .suumo-sec + .suumo-sec {
    margin-top: 36px;
  }
}

.suumo-sec__head {
  background-color: #0072bc;
  padding: 0;
}
.suumo-sec__head .suumo-inner {
  width: 100%;
  margin-inline: 0;
}

.suumo-sec__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  min-height: 60px;
  padding: 0;
  color: #fff;
  font-size: clamp(15px, 1.9vw, 19px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
.suumo-sec__ttl .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #013981;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 767.98px) {
  .suumo-sec__ttl .num {
    width: 45px;
    height: 85px;
  }
}

.suumo-lead {
  font-size: clamp(14.5px, 1.8vw, 18px);
  font-weight: 700;
  color: #013981;
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .suumo-lead {
    margin-top: 20px;
    margin-bottom: 7px;
  }
}

.suumo .ttl {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}

.suumo .txt {
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (max-width: 767.98px) {
  .suumo .txt {
    line-height: 1.6;
  }
}

.suumo .note {
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: 1.6;
}

.suumo-img img {
  width: 100%;
  display: block;
}
.suumo-img figcaption {
  text-align: left;
  line-height: 1.4;
  word-break: break-all;
}
.suumo-img.--wide {
  margin-top: 28px;
}
@media screen and (max-width: 767.98px) {
  .suumo-img.--wide {
    margin-top: 18px;
  }
}
.suumo-img.--tall {
  width: 48.3516483516%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .suumo-img.--tall {
    width: 100%;
  }
}

.suumo-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media screen and (max-width: 767.98px) {
  .suumo-col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.suumo-card .ttl {
  margin-top: 10px;
}
.suumo-card .txt {
  margin-top: 6px;
}

.suumo-block + .suumo-block {
  margin-top: 56px;
}
@media screen and (max-width: 767.98px) {
  .suumo-block + .suumo-block {
    margin-top: 45px;
  }
}

.suumo-block__ttl {
  margin-top: 14px;
}

.suumo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .suumo-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.suumo-grid__main {
  -webkit-box-flex: 600;
      -ms-flex: 600 1 0px;
          flex: 600 1 0;
  min-width: 0;
  max-width: 600px;
}
@media screen and (max-width: 767.98px) {
  .suumo-grid__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
  }
}

.suumo-grid__sub {
  -webkit-box-flex: 290;
      -ms-flex: 290 1 0px;
          flex: 290 1 0;
  min-width: 0;
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}
@media screen and (max-width: 767.98px) {
  .suumo-grid__sub {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .suumo-grid__sub .suumo-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}

.suumo-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .suumo-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 16px;
  }
}

.suumo-profile__aside {
  -webkit-box-flex: 290;
      -ms-flex: 290 1 0px;
          flex: 290 1 0;
  min-width: 0;
  max-width: 290px;
}
@media screen and (max-width: 767.98px) {
  .suumo-profile__aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
  }
}
.suumo-profile__aside > * + * {
  margin-top: 0.85em;
}

.suumo-profile__ttl {
  color: #013981;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}

.suumo-profile__note {
  font-size: clamp(12px, 1.2vw, 12px);
  line-height: 1.6;
}

.suumo-profile__body {
  -webkit-box-flex: 600;
      -ms-flex: 600 1 0px;
          flex: 600 1 0;
  min-width: 0;
  max-width: 600px;
}
@media screen and (max-width: 767.98px) {
  .suumo-profile__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
  }
}
.suumo-profile__body > * + * {
  margin-top: 1.5em;
}

.suumo-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .suumo-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.suumo-split__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.suumo-split__body .suumo-img {
  margin-bottom: 16px;
}
.suumo-split__body > .txt + .txt {
  margin-top: 0.85em;
}/*# sourceMappingURL=page-owner_interview.css.map */