@charset "UTF-8";
@media (max-width: 374px) {
  html {
    font-size: 8px;
  }
}

main {
  font-family: "Hiragino Kaku Gothic ProN",/* "游ゴシック体", "Yu Gothic", yugothic,*/ "ヒラギノ角ゴ Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 9rem;
  overflow: hidden;
}

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main figure {
  margin: 0;
}

@media (max-width: 767px) {
  main p {
    margin-bottom: 23px;
  }
}

main h2,
main h3 {
  font-weight: 600;
}

.u-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .u-inner {
    width: 500px;
  }
}

@media (min-width: 1100px) {
  .u-inner {
    padding: 0 50px;
  }
}

.f-nt {
  font-family: nitalago-ruika, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}

.f-300 {
  font-weight: 300;
}

.f-600 {
  font-weight: 600;
}

.c-green {
  color: #1e7858;
}

.c-white {
  color: #fff;
}

.t-align {
  text-align: center;
}

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

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

.grey__hdg {
  background: #dbdbdb;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3.4rem;
  padding: 1.4rem 2rem 1.3rem;
}

@media (max-width: 767px) {
  .grey__hdg {
    font-size: 1.9rem;
    line-height: 1.36;
    margin-bottom: 1.9rem;
    padding: 1.5rem 2rem 1.2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .grey__hdg {
    padding: 1.4rem 2rem 0;
  }
}

.grey__txt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.72;
}

@media (min-width: 768px) {
  .grey__txt {
    font-size: 2.3vw;
  }
}

@media (min-width: 1000px) {
  .grey__txt {
    font-size: 2.2rem;
  }
}

.actual {
  margin-bottom: 3rem;
  padding: 15rem 0;
}

@media (min-width: 768px) {
  .actual {
    background: url(../img/actual_bg.png) center/105% 100% no-repeat;
  }
}

@media (max-width: 767px) {
  .actual {
    background: url(../img/sp/actual_bg.png) center/105% 100% no-repeat;
    padding: 10rem 0;
  }
}

.actual__hdg {
  color: #097858;
  font-size: 4.4rem;
  margin-bottom: 6rem;
  letter-spacing: 0.012em;
}

@media (max-width: 767px) {
  .actual__hdg {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
}

.actual__hdg span {
  padding: 0 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .actual__hdg span {
    padding: 0;
  }
}

.actual__hdg span::before, .actual__hdg span::after {
  content: "";
  display: block;
  height: 74px;
  position: absolute;
  width: 45px;
}

@media (min-width: 768px) {
  .actual__hdg span::before, .actual__hdg span::after {
    background: url(../img/actual_border.svg) center/cover no-repeat;
  }
}

@media (max-width: 767px) {
  .actual__hdg span::before, .actual__hdg span::after {
    background: url(../img/sp/actual_border.svg) center/cover no-repeat;
    height: 31px;
    width: 18px;
  }
}

.actual__hdg span::before {
  bottom: -20px;
  left: 0;
}

@media (max-width: 767px) {
  .actual__hdg span::before {
    bottom: -8px;
    left: -26px;
  }
}

.actual__hdg span::after {
  bottom: -19px;
  right: 3px;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media (max-width: 767px) {
  .actual__hdg span::after {
    bottom: -8px;
    right: -25px;
  }
}

.actual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 766px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actual__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 92%;
  }
}

@media (min-width: 768px) {
  .actual__item {
    width: calc(50% - 7.2rem / 2);
  }
}

@media (min-width: 768px) {
  .actual__item:first-child {
    margin-right: 7.2rem;
  }
}

@media (max-width: 767px) {
  .actual__item:first-child {
    margin-bottom: 1.4rem;
  }
}

.ai {
  margin-bottom: 8.6rem;
}

@media (max-width: 767px) {
  .ai {
    margin-bottom: 5.2rem;
  }
}

.ai__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .ai__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 3rem 5rem;
  }
}

.ai__img {
  position: relative;
}

@media (min-width: 768px) {
  .ai__img {
    width: calc(33.3333% - 10vw * 2 / 3);
  }
}

@media (min-width: 1100px) {
  .ai__img {
    width: calc(33.3333% - 12rem * 2 / 3);
  }
}

@media (max-width: 767px) {
  .ai__img:first-child {
    padding-bottom: 12rem;
  }
}

.ai__img:first-child::before {
  background: url(../img/ai_ico-01.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 767px) {
  .ai__img:first-child::before {
    height: 90px;
    right: -28px;
    top: -28px;
    width: 90px;
  }
}

@media (min-width: 768px) {
  .ai__img:first-child::before {
    height: 7vw;
    left: -16px;
    top: -16px;
    width: 7vw;
  }
}

@media (min-width: 1100px) {
  .ai__img:first-child::before {
    height: 96px;
    left: -24px;
    top: -24px;
    width: 96px;
  }
}

.ai__img:first-child::after {
  content: "";
  display: block;
  height: 89px;
  position: absolute;
  width: 54px;
}

@media (max-width: 767px) {
  .ai__img:first-child::after {
    background: url(../img/sp/ai_arrow-01.png) center/cover no-repeat;
    bottom: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 374px) {
  .ai__img:first-child::after {
    height: 75px;
    width: 43px;
  }
}

@media (min-width: 768px) {
  .ai__img:first-child::after {
    background: url(../img/ai_arrow-01.png) center/cover no-repeat;
    height: 9.1vw;
    right: -9.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9vw;
  }
}

@media (min-width: 1100px) {
  .ai__img:first-child::after {
    height: 99px;
    right: -105px;
    width: 93px;
  }
}

@media (max-width: 767px) {
  .ai__img:nth-child(2) {
    padding-bottom: 7.8rem;
  }
}

.ai__img:nth-child(2)::before {
  background: url(../img/ai_ico-02.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 767px) {
  .ai__img:nth-child(2)::before {
    height: 90px;
    right: -28px;
    top: -28px;
    width: 90px;
  }
}

@media (min-width: 768px) {
  .ai__img:nth-child(2)::before {
    height: 7vw;
    left: -16px;
    top: -16px;
    width: 7vw;
  }
}

@media (min-width: 1100px) {
  .ai__img:nth-child(2)::before {
    height: 96px;
    left: -24px;
    top: -24px;
    width: 96px;
  }
}

.ai__img:nth-child(2)::after {
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  width: 27px;
}

@media (max-width: 767px) {
  .ai__img:nth-child(2)::after {
    background: url(../img/sp/ai_arrow-02.png) center/cover no-repeat;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 374px) {
  .ai__img:nth-child(2)::after {
    bottom: -5px;
  }
}

@media (min-width: 768px) {
  .ai__img:nth-child(2)::after {
    background: url(../img/ai_arrow-02.png) center/cover no-repeat;
    height: 5vw;
    right: -9.6vw;
    top: 36%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9vw;
  }
}

@media (min-width: 1100px) {
  .ai__img:nth-child(2)::after {
    height: 55px;
    right: -105px;
    width: 93px;
  }
}

.ai__img:last-child::after {
  bottom: -35px;
  content: "専用安否確認デスク";
  font-size: 1.8rem;
  display: block;
  left: 50%;
  letter-spacing: 0.01em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 767px) {
  .ai__img:last-child::after {
    bottom: -30px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .ai__img:not(:last-child) {
    margin-right: 10vw;
  }
}

@media (min-width: 1100px) {
  .ai__img:not(:last-child) {
    margin-right: 12rem;
  }
}

.alert {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .alert {
    margin-bottom: 8rem;
  }
}

.alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 686px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .alert__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 89.145%;
  }
}

.alert__shdg {
  font-size: 2.7rem;
  margin-bottom: 3rem;
  letter-spacing: 0.012em;
}

@media (max-width: 767px) {
  .alert__shdg {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .alert__img {
    width: calc(50% - 3rem / 2);
  }
}

@media (min-width: 768px) {
  .alert__img:first-child {
    margin-right: 3rem;
  }
}

@media (max-width: 767px) {
  .alert__img:first-child {
    margin-bottom: 2.5rem;
  }
}

.alert__txt {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.058em;
}

@media (max-width: 767px) {
  .alert__txt {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}

.comment {
  margin-bottom: 13rem;
}

@media (max-width: 767px) {
  .comment {
    margin-bottom: 8rem;
  }
}

@media (max-width: 767px) {
  .comment-head__shdg {
    margin-bottom: 1.6rem;
  }
}

.comment-head__shdg span {
  background: #1e7858;
  border-radius: 20px;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0.32rem 2.2rem;
}

@media (max-width: 767px) {
  .comment-head__shdg span {
    border-radius: 14px;
    font-size: 1.6rem;
    padding: 0.32rem 1.6rem;
  }
}

.comment-head__hdg {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .comment-head__hdg {
    margin-bottom: 1.8rem;
  }
}

.comment-head__hdg img {
  max-width: 395px;
}

@media (max-width: 767px) {
  .comment-head__hdg img {
    max-width: 305px;
  }
}

@media (max-width: 374px) {
  .comment-head__hdg img {
    max-width: 280px;
  }
}

.comment-head__hdg--bad {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .comment-head__hdg--bad {
    margin-bottom: 1.5rem;
  }
}

.comment-head__hdg--bad img {
  max-width: 329px;
}

@media (max-width: 767px) {
  .comment-head__hdg--bad img {
    max-width: 265px;
  }
}

.comment-head__txt {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .comment-head__txt {
    line-height: 1.86;
    font-size: 2.3vw;
  }
}

@media (min-width: 1000px) {
  .comment-head__txt {
    font-size: 2.2rem;
  }
}

.comment-body {
  background: #cce5e2;
}

@media (max-width: 767px) {
  .comment-body {
    background: url(../img/sp/comment_bg.png) center/100% 100% no-repeat;
  }
}

.comment-body__hdg {
  background: #fff;
}

.comment-body__hdg img {
  max-width: 190px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .comment-body__hdg img {
    max-width: 116px;
  }
}

.comment-body__shdg, .comment-body__shdg--sm, .comment-body__shdg--bad {
  background: #1e7858;
  font-size: 3.5rem;
  margin-top: -3rem;
  padding: 4rem 2rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .comment-body__shdg, .comment-body__shdg--sm, .comment-body__shdg--bad {
    font-size: 2.1rem;
    margin-bottom: 0;
    margin-top: -2rem;
    padding: 2.8rem 1rem 1rem;
  }
}

.comment-body__shdg::before, .comment-body__shdg--sm::before, .comment-body__shdg--bad::before {
  background: #ff6300;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .comment-body__shdg::before, .comment-body__shdg--sm::before, .comment-body__shdg--bad::before {
    height: 6px;
  }
}

@media (max-width: 767px) {
  .comment-body__shdg--sm {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .comment-body__shdg--bad {
    font-size: 2rem;
  }
}

.comment-body__shdg--bad::before {
  background: #005abc;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.comment-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7.3rem;
  padding-top: 4.3rem;
}

@media (max-width: 767px) {
  .comment-body__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 8rem;
    padding-top: 2.6rem;
    width: 92%;
  }
}

@media (min-width: 768px) {
  .comment-body__item {
    width: calc(33.3333% - 4.8rem * 2 / 3);
  }
}

@media (min-width: 768px) {
  .comment-body__item:not(:last-child) {
    margin-right: 4.8rem;
  }
}

@media (max-width: 767px) {
  .comment-body__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.comment-foot__txt {
  font-size: 2.8rem;
  letter-spacing: 0.012em;
  line-height: 1.57;
  padding-top: 11.7rem;
  position: relative;
}

@media (max-width: 767px) {
  .comment-foot__txt {
    font-size: 2rem;
    padding-top: 5rem;
  }
}

.comment-foot__txt::before {
  background: url(../img/arrow-01.png) center/cover no-repeat;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 99px;
}

@media (max-width: 767px) {
  .comment-foot__txt::before {
    height: 40px;
    top: 0;
    width: 63px;
  }
}

.comment-foot__txt img {
  display: block;
  max-width: 423px;
  margin: 0 auto 4rem;
}

@media (max-width: 767px) {
  .comment-foot__txt img {
    max-width: 228px;
    margin: 0 auto 2.6rem;
  }
}

@media (max-width: 767px) {
  .comment.bad01 {
    margin-top: 10.6rem;
  }
}

.download__txt {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .download__txt {
    font-size: 1.5rem;
  }
}

.download__link a {
  display: block;
  max-width: 317px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .download__link a {
    max-width: 312px;
  }
}

.emergency {
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .emergency {
    margin-bottom: 4.8rem;
  }
}

.emergency__img {
  max-width: 660px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .emergency__img {
    width: 46%;
  }
}

.emergency__link {
  margin-top: 1.3rem;
}

@media (max-width: 767px) {
  .emergency__link {
    margin-top: 0.8rem;
  }
}

.emergency__link a {
  font-size: 2.2rem;
  letter-spacing: 0.011em;
}

@media (max-width: 767px) {
  .emergency__link a {
    font-size: 1.5rem;
  }
}

.face {
  margin-bottom: 13rem;
}

@media (max-width: 767px) {
  .face {
    margin-bottom: 8rem;
  }
}

.face__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 315px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .face__list {
    max-width: 232px;
  }
}

.face__item {
  width: calc(50% - 6.5rem / 2);
}

@media (max-width: 767px) {
  .face__item {
    width: calc(50% - 4rem / 2);
  }
}

.face__item:first-child {
  margin-right: 6.5rem;
}

@media (max-width: 767px) {
  .face__item:first-child {
    margin-right: 4rem;
  }
}

.face__hdg {
  font-size: 2.1rem;
  margin-top: 1.5rem;
  letter-spacing: 0.058em;
}

@media (max-width: 767px) {
  .face__hdg {
    font-size: 1.8rem;
  }
}

.mv {
  height: 380px;
}

@media (min-width: 768px) {
  .mv {
    background: url(../img/mv_bg.jpg) center/cover no-repeat;
  }
}

@media (max-width: 767px) {
  .mv {
    background: url(../img/sp/mv_bg.jpg) center/cover no-repeat;
    height: 210px;
  }
}

.mv_hdg {
  margin-left: auto;
  padding-top: 4.2rem;
  width: 458px;
}

@media (max-width: 767px) {
  .mv_hdg {
    margin-right: -1.5rem;
    padding-top: 2.2rem;
    width: 252px;
  }
}

@media (min-width: 1100px) {
  .mv_hdg {
    margin-right: -2rem;
  }
}

.mvbt {
  margin-top: 4.6rem;
  margin-bottom: 18rem;
}

@media (max-width: 767px) {
  .mvbt {
    margin-top: 2.7rem;
    margin-bottom: 13rem;
  }
}

.mvbt-head__txt {
  font-size: 1.5rem;
  line-height: 1.54;
}

@media (min-width: 768px) {
  .mvbt-head__txt {
    font-size: 2.3vw;
  }
}

@media (min-width: 1000px) {
  .mvbt-head__txt {
    font-size: 2.4rem;
  }
}

.mvbt-body__hdg {
  font-size: 2.65rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .mvbt-body__hdg {
    line-height: 1.3;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .mvbt-body__hdg {
    font-size: 4.9vw;
  }
}

@media (min-width: 1000px) {
  .mvbt-body__hdg {
    font-size: 5.2rem;
  }
}

.mvbt-body__hdg span {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .mvbt-body__hdg span {
    padding: 0 5rem;
  display: inline;
  }
}

.mvbt-body__hdg span::before, .mvbt-body__hdg span::after {
  content: "";
  display: block;
  height: 52px;
  position: absolute;
  width: 46px;
}

@media (min-width: 768px) {
  .mvbt-body__hdg span::before, .mvbt-body__hdg span::after {
    background: url(../img/mvbt_border.svg) center/cover no-repeat;
  }
}

@media (max-width: 767px) {
  .mvbt-body__hdg span::before, .mvbt-body__hdg span::after {
    background: url(../img/sp/mvbt_border.svg) center/100% no-repeat;
    height: 75px;
    position: absolute;
    width: 38px;
  }
}

.mvbt-body__hdg span::before {
  bottom: -7px;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  .mvbt-body__hdg span::before {
    bottom: -1px;
  }
}

@media (max-width: 767px) {
  .mvbt-body__hdg span::before {
    bottom: -4px;
    left: -30px;
  }
}

.mvbt-body__hdg span::after {
  bottom: -8px;
  right: -5px;
  -webkit-transform: rotate(83deg);
      -ms-transform: rotate(83deg);
          transform: rotate(83deg);
}

@media all and (-ms-high-contrast: none) {
  .mvbt-body__hdg span::after {
    bottom: -2px;
  }
}

@media (max-width: 767px) {
  .mvbt-body__hdg span::after {
    bottom: -3px;
    right: -30px;
    -webkit-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
            transform: rotate(46deg);
  }
}

@media (max-width: 374px) {
  .mvbt-body__hdg span::after {
    right: -30px;
  }
}

@media (min-width: 768px) {
  .mvbt-body__shdg {
    margin-bottom: 2rem;
  }
}

.mvbt-body__shdg img {
  height: 56px;
}

@media (max-width: 767px) {
  .mvbt-body__shdg img {
    height: 101px;
  }
}

@media (min-width: 768px) {
  .mvbt-body__shdg--right {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .mvbt-body__shdg--right {
    margin-left: 4.8rem;
  }
}

.mvbt-body__shdg--right img {
  height: 56px;
}

@media (max-width: 767px) {
  .mvbt-body__shdg--right img {
    height: 114px;
  }
}

.mvbt-body__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .mvbt-body__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .mvbt-body__left {
    margin-right: 6rem;
    width: calc(50% - 6rem / 2);
  }
}

@media (max-width: 767px) {
  .mvbt-body__left {
    margin-bottom: 2.6rem;
  }
}

@media (min-width: 768px) {
  .mvbt-body__right {
    width: calc(50% - 6rem / 2);
  }
}

.mvbt-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .mvbt-body__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .mvbt-body__item {
    width: calc(50% - 3rem / 2);
  }
}

@media (min-width: 768px) {
  .mvbt-body__item:first-child {
    margin-right: 3rem;
  }
}

@media (max-width: 767px) {
  .mvbt-body__item:first-child {
    margin-bottom: 0.1rem;
  }
}

.mvbt-body__item a {
  display: block;
}

.parking {
  margin-bottom: 9.6rem;
}

@media (max-width: 767px) {
  .parking {
    margin-bottom: 7.2rem;
  }
}

.parking__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media (max-width: 767px) {
  .parking__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .parking__container::after {
    background: url(../img/parking_arrow.png) center/cover no-repeat;
    content: "";
    display: block;
    left: 48.5%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 10vw;
    top: 35%;
    width: 14.5vw;
  }
}

@media (min-width: 900px) {
  .parking__container::after {
    height: 104px;
    top: 45%;
    width: 159px;
  }
}

.parking__img {
  position: relative;
}

@media (max-width: 767px) {
  .parking__img {
    padding-bottom: 10.3rem;
  }
}

@media (min-width: 768px) {
  .parking__img {
    width: 50%;
    margin-right: auto;
    max-width: 233px;
  }
}

@media (min-width: 900px) {
  .parking__img {
    max-width: 248px;
  }
}

.parking__img::before {
  background: url(../img/parking_ico.png) center/cover no-repeat;
  content: "";
  display: block;
  height: 92px;
  left: -22px;
  position: absolute;
  top: -22px;
  width: 92px;
}

@media (max-width: 374px) {
  .parking__img::before {
    height: 75px;
    width: 75px;
  }
}

@media (min-width: 768px) {
  .parking__img::before {
    height: 70px;
    left: -25px;
    top: -25px;
    width: 70px;
  }
}

@media (min-width: 900px) {
  .parking__img::before {
    height: 80px;
    left: -35px;
    top: -35px;
    width: 80px;
  }
}

@media (max-width: 767px) {
  .parking__img::after {
    background: url(../img/sp/parking_arrow.png) center/cover no-repeat;
    bottom: -14px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 66px;
    width: 147px;
  }
}

@media (max-width: 374px) {
  .parking__img::after {
    bottom: -15px;
    height: 58px;
    width: 130px;
  }
}

@media (min-width: 768px) {
  .parking__img--right {
    width: 50%;
    max-width: 275px;
  }
}

@media (min-width: 900px) {
  .parking__img--right {
    max-width: 290px;
  }
}

@media (min-width: 768px) {
  .parking__img--right img {
    max-width: 90%;
  }
}

.parking__img--right span {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.61;
}

@media (max-width: 767px) {
  .parking__img--right span {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 374px) {
  .parking__img--right span {
    font-size: 1.1rem;
  }
}

@media (min-width: 900px) {
  .parking__img--right span {
    font-size: 1.3rem;
  }
}

.photograph {
  margin-bottom: 13.5rem;
}

@media (max-width: 767px) {
  .photograph {
    margin-bottom: 6.4rem;
  }
}

.photograph__img {
  max-width: 478px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .photograph__img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .photograph__container {
    padding-bottom: 2.2rem !important;
  }
}

@media (max-width: 767px) {
  .photograph__txt {
    margin-bottom: 2.2rem !important;
  }
}

.premium__container {
  background: #fffce3;
  border-radius: 20px;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .premium__container {
    border-radius: 10px;
    padding-bottom: 4rem;
    width: 89.145%;
  }
}

.premium__hdg {
  background: #b29535;
  border-radius: 20px 20px 0 0;
  font-size: 3.2rem;
  padding: 1.5rem 2rem 1.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .premium__hdg {
    font-size: 1.9rem;
    border-radius: 10px 10px 0 0;
    padding: 1.35rem 2rem 1.15rem 4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .premium__hdg {
    padding: 1.5rem 2rem 0;
  }
}

.premium__hdg::before {
  background: url(../img/premium_ico.png) center/cover no-repeat;
  content: "";
  display: block;
  height: 178px;
  left: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 179px;
}

@media (max-width: 767px) {
  .premium__hdg::before {
    height: 82px;
    left: -11px;
    width: 83px;
  }
}

.premium__hdg__deg {
	margin-right: -0.5em;
}

.premium__txt {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  margin-top: 3.5rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .premium__txt {
    font-size: 1.4rem;
    margin-bottom: 3.6rem;
    margin-top: 3rem;
  }
}

.report {
  margin-bottom: 11rem;
}

@media (max-width: 767px) {
  .report {
    margin-bottom: 7.2rem;
  }
}

.report__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 324px;
  margin: 0 auto;
}

.report__img {
  width: 100%;
}

.service {
  margin-bottom: 9rem;
}

@media (max-width: 767px) {
  .service {
    margin-bottom: 8rem;
  }
}

.service__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 486px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .service__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 89.145%;
  }
}

@media (min-width: 768px) {
  .service__img:first-child {
    margin-right: 4.8rem;
    width: 55%;
  }
}

@media (max-width: 767px) {
  .service__img:first-child {
    margin: 0 auto 1.8rem;
    width: 80%;
  }
}

@media (min-width: 768px) {
  .service__img:last-child {
    max-width: 172px;
  }
}

.totop {
  margin-top: 5.2rem;
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .totop {
    margin-bottom: 6rem;
  }
}

.totop__inner {
  width: 1466px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  .totop__inner {
    padding: 0 20px;
  }
}

.totop a {
  color: #004090;
}

.totop a span {
  position: relative;
  display: inline-block;
  letter-spacing: -0.064em;
  padding-left: 19px;
}

.totop a span::before {
  background-image: url(/shared/img/icon/sprite.png);
  background-position: -57px -56px;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
}

/*2023.9*/
.txt-annotation{
  text-align: right;
  padding-bottom: 6.3rem;
}
.actual .txt-annotation{
  max-width: 766px;
  padding-top: 2.3rem;
  padding-bottom: 0;
  margin: 0 auto;
}
.comment-body__list.--annotation {
  padding-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .txt-annotation{
    text-align: center;
    padding-bottom: 10rem;
  }
}