@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- ニュース一覧

================================================ */
.guide-content {
  margin-top: 40px;
  padding: 70px 0 80px;
  background-color: #FFFFFF;
}

.guide-content__inner {
  padding: 0 60px;
}

.guide-schedule {
  border: solid 1px #dddddd;
}

.guide-schedule__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 30px 40px;
}

.guide-schedule__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.guide-schedule__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.guide-schedule__ttl.-time {
  width: 367px;
  padding-left: 51px;
}
.guide-schedule__ttl.-time::before {
  background-image: url("../images/common/icon_time.png");
}

.guide-schedule__sumamry {
  padding: 25px 0 29px 49px;
  border-left: dotted 1px #B2B2B2;
}

.guide-sc__block {
  margin-top: 72px;
}

.guide-sc:not(:first-of-type) {
  margin-top: 63px;
  padding-top: 66px;
  border-top: dotted 1px #B2B2B2;
}

.guide-sc__ttl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.guide-sc__item {
  margin-top: 53px;
}

.guide-sc__item:first-of-type {
  margin-top: 40px;
}

.guide-sc__item__ttl {
  padding-left: 14px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.guide-sc__item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 100%;
  background-color: #1cc9a2;
}

.guide-sc__summary {
  margin-top: 22px;
}
.guide-sc__summary p a {
  text-decoration: underline;
}

.guide-sc__summary.-mTopMin {
  margin-top: 12px;
}

.guide-sc__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}

.guide-sc__table {
  margin-top: 29px;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .guide-content {
    margin-top: 30px;
    padding: 58px 0 60px;
  }
  .guide-content__inner {
    padding: 0 5.333vw;
  }
  .guide-schedule__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5.333vw;
  }
  .guide-schedule__ttl {
    padding-left: 12.8vw;
    font-size: 6.1333333333vw;
    line-height: 1.575;
  }
  .guide-schedule__ttl::before {
    top: 0.533vw;
    left: 0;
    translate: 0 0;
    width: 8.533vw;
    height: 8.533vw;
  }
  .guide-schedule__ttl.-time {
    width: 100%;
    padding-left: 12.8vw;
  }
  .guide-schedule__sumamry {
    margin-top: 15px;
    padding: 0;
    border-left: none;
  }
  .guide-sc__block {
    margin-top: 40px;
  }
  .guide-sc:not(:first-of-type) {
    margin-top: 43px;
    padding-top: 46px;
  }
  .guide-sc__ttl {
    font-size: 5.6vw;
  }
  .guide-sc__item {
    margin-top: 43px;
  }
  .guide-sc__item:first-of-type {
    margin-top: 30px;
  }
  .guide-sc__item__ttl {
    padding-left: 3.2vw;
    font-size: 4.9333333333vw;
  }
  .guide-sc__summary {
    margin-top: 17px;
  }
  .guide-sc__summary.-mTopMin {
    margin-top: 12px;
  }
  .guide-sc__layout {
    display: block;
    gap: 40px;
    margin-top: 30px;
  }
  .guide-sc__layout .m-bordered:not(:first-of-type) {
    margin-top: 29px;
  }
  .guide-sc__table {
    margin-top: 29px;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .guide-sc__summary a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .guide-sc__summary a:any-link:hover {
    opacity: 0.7;
  }
}
.guide-sc__summary a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}