@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ========================================
   テーマカラー設定
======================================== */
:root {
  /* メインカラー */
  --color-primary-light: #99b726;
  --color-primary: #2a602a;
  --color-primary-dark: #0d3b27;
  --color-primary-dark2: #163e16;
  /* サブカラー */
  --color-secondary-light: #00479d;
  --color-secondary: #00306a;
  --color-secondary-dark: #00306a;
  /* アクセントカラー */
  --color-accent-light: #ffe45c;
  --color-accent: #FFCE02;
  --color-accent-dark: #d4aa00;
}

body {
  overflow: hidden;
}

#maincontents * {
  box-sizing: border-box;
}

#maincontents {
  position: relative;
  color: #000000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.maincontents a {
  color: unset;
  text-decoration: none;
}

.maincontents img {
  vertical-align: bottom;
  max-width: 100%;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwm {
  font-weight: 500 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1001px) {
  .dib_pc {
    display: inline-block;
  }
}
@media (min-width: 1001px) {
  .mb5 {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 1000px) {
  .mb5 {
    margin-bottom: 0.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1000px) {
  .mb10 {
    margin-bottom: 1.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1000px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}
@media (min-width: 1001px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1000px) {
  .mb20 {
    margin-bottom: 2.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb25 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 1000px) {
  .mb25 {
    margin-bottom: 3.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1000px) {
  .mb30 {
    margin-bottom: 3.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb35 {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1000px) {
  .mb35 {
    margin-bottom: 4.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1000px) {
  .mb40 {
    margin-bottom: 5.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb45 {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 1000px) {
  .mb45 {
    margin-bottom: 6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1000px) {
  .mb50 {
    margin-bottom: 6.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb55 {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 1000px) {
  .mb55 {
    margin-bottom: 7.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1000px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}
@media (min-width: 1001px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1000px) {
  .mb70 {
    margin-bottom: 9.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb75 {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 1000px) {
  .mb75 {
    margin-bottom: 10vw !important;
  }
}
@media (min-width: 1001px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1000px) {
  .mb80 {
    margin-bottom: 10.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb85 {
    margin-bottom: 88px !important;
  }
}
@media (max-width: 1000px) {
  .mb85 {
    margin-bottom: 11.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb90 {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 1000px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}
@media (min-width: 1001px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1000px) {
  .mb100 {
    margin-bottom: 13.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb110 {
    margin-bottom: 110px !important;
  }
}
@media (max-width: 1000px) {
  .mb110 {
    margin-bottom: 14.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb120 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 1000px) {
  .mb120 {
    margin-bottom: 16vw !important;
  }
}
@media (min-width: 1001px) {
  .mb130 {
    margin-bottom: 130px !important;
  }
}
@media (max-width: 1000px) {
  .mb130 {
    margin-bottom: 17.3vw !important;
  }
}
@media (min-width: 1001px) {
  .mb140 {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 1000px) {
  .mb140 {
    margin-bottom: 18.6vw !important;
  }
}
@media (min-width: 1001px) {
  .mb150 {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 1000px) {
  .mb150 {
    margin-bottom: 20vw !important;
  }
}
/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover {
    opacity: 0.7;
  }
  .img_hidden {
    opacity: 0;
    transition: 1s;
  }
  .img_open {
    -moz-animation: imgfade 1s linear 0s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0s 1 normal forwards;
    -o-animation: imgfade 1s linear 0s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0s 1 normal forwards;
  }
  .img_open.ih2 {
    -moz-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.3s 1 normal forwards;
  }
  .img_open.ih3 {
    -moz-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.6s 1 normal forwards;
  }
  .img_open.ih4 {
    -moz-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.9s 1 normal forwards;
  }
  .img_open.ih5 {
    -moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -o-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -ms-animation: imgfade 1s linear 1.2s 1 normal forwards;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .leftview.uv2 {
    -moz-animation: showleft 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showleft 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showleft 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showleft 0.6s linear 0.3s 1 normal forwards;
  }
  .leftview.uv3 {
    -moz-animation: showleft 0.9s linear 0.3s 1 normal forwards;
    -webkit-animation: showleft 0.9s linear 0.3s 1 normal forwards;
    -o-animation: showleft 0.9s linear 0.3s 1 normal forwards;
    -ms-animation: showleft 0.9s linear 0.3s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .rightview.uv2 {
    -moz-animation: showright 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showright 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showright 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showright 0.6s linear 0.3s 1 normal forwards;
  }
  .rightview.uv3 {
    -moz-animation: showright 0.9s linear 0.3s 1 normal forwards;
    -webkit-animation: showright 0.9s linear 0.3s 1 normal forwards;
    -o-animation: showright 0.9s linear 0.3s 1 normal forwards;
    -ms-animation: showright 0.9s linear 0.3s 1 normal forwards;
  }
  .showfade {
    opacity: 0;
    transition: 1s;
  }
  .fadeview {
    -moz-animation: showfade 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0s 1 normal forwards;
  }
  .fadeview.uv2 {
    -moz-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.3s 1 normal forwards;
  }
  .fadeview.uv3 {
    -moz-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.6s 1 normal forwards;
  }
  .fadeview.uv4 {
    -moz-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.9s 1 normal forwards;
  }
  .fadeview.uv5 {
    -moz-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 1.2s 1 normal forwards;
  }
  .for_sp {
    display: none !important;
  }
  .for_tab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .tab .for_pcnotab {
    display: none !important;
  }
  .tab .for_tab {
    display: inline !important;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .pc_sidepadding {
    padding: 0 3%;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .w900 {
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1200 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .w1600 {
    max-width: 1600px;
    margin: 0 auto;
  }
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
  .cflex {
    display: flex;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  .ui-state-default:hover,
  .ui-widget-content .ui-state-default:hover,
  .ui-widget-header .ui-state-default:hover {
    background: #000;
    color: #FFF;
  }
  /* mv 
   ---------------------------------------------------------------------- */
  #mv {
    position: relative;
    height: 500px;
    padding-bottom: 10px;
  }
  .mv__inr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* c-card
  ---------------------------------------------------------------------- */
  .c-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
    background-color: #99b726;
    padding: 49px 1% 40px;
    position: relative;
  }
  .c-card__logo {
    width: 97px;
    margin: 0 auto 45px;
  }
  .c-card__ttl {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
  }
  .c-card__floor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    aspect-ratio: 1/1;
    font-size: 48px;
    font-weight: bold;
    color: var(--color-primary-dark);
    background-color: #fff;
    border-radius: 50%;
  }
  .c-card.c-card--floor .c-card__logo {
    margin-bottom: 28px;
  }
  .c-card.c-card--floor .c-card__floor {
    margin-bottom: 18px;
  }
  /* c-sec
  ---------------------------------------------------------------------- */
  .c-sec {
    padding: 65px 0 100px;
    border-bottom: 2px solid var(--color-primary);
  }
  .c-sec:last-of-type {
    border-bottom: none;
  }
  .c-sec.c-sec--notxt {
    padding: 60px 0;
  }
  .c-sec.c-sec--notxt .c-list {
    row-gap: 40px;
  }
  .c-sec.c-sec--notxt .c-card {
    justify-content: flex-start;
  }
  .c-sec.c-sec--notxt .c-card__ttl {
    flex: 1;
    display: flex;
    align-items: center;
  }
  /* c-list
  ---------------------------------------------------------------------- */
  .c-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 85px;
  }
  .c-list li {
    width: 48.5%;
  }
  .c-list li.c-list__wide {
    width: 100%;
  }
  .c-list li.c-list__wide .c-card {
    max-width: 680px;
    margin: 0 auto;
  }
  .c-list .c-card {
    height: 100%;
  }
  .c-list__img {
    position: relative;
    margin: 0;
    height: 100%;
  }
  .c-list__img figcaption {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    text-align: center;
  }
  .c-list__img img {
    height: 100%;
    object-fit: cover;
  }
  /* c-poster
  ---------------------------------------------------------------------- */
  .c-poster {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .c-poster li {
    flex: 1;
  }
  /* title
  ---------------------------------------------------------------------- */
  .ctitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: var(--color-primary-dark);
    font-feature-settings: "palt";
  }
  .ctitle-band {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    padding: 0.2em;
    color: var(--color-primary-dark);
    background-color: var(--color-primary-light);
    font-feature-settings: "palt";
  }
  /* c-info-list
  ---------------------------------------------------------------------- */
  .c-detail-list__item {
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-detail-list__item dt, .c-detail-list__item dd {
    display: inline;
  }
  .c-detail-list__item dt {
    padding-right: 1em;
  }
  /* btn
  ---------------------------------------------------------------------- */
  #maincontents a.c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 200px;
    height: 40px;
    padding: 0 28px;
    border-radius: 999px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-feature-settings: "palt";
  }
  #maincontents a.c-btn:hover {
    opacity: 1;
    background-color: var(--color-primary-dark2);
  }
  #maincontents a.c-btn.c-btn--w100 {
    width: 100%;
  }
  #maincontents a.c-btn.c-btn--icon {
    padding-right: 45px;
  }
  #maincontents a.c-btn.c-btn--icon::after {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url(../images/icon_link.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #maincontents a.c-btn.c-btn--arrow {
    padding-right: 45px;
  }
  #maincontents a.c-btn.c-btn--arrow::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url(../images/icon_arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #maincontents a.c-btn.c-btn--secondary {
    background-color: var(--color-secondary-light);
  }
  #maincontents a.c-btn.c-btn--secondary:hover {
    background-color: var(--color-secondary);
    opacity: 1;
  }
  .c-pagetop {
    text-align: center;
  }
  #maincontents .c-pagetop .c-btn {
    width: 100%;
    max-width: 360px;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-moz-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-o-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-ms-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-moz-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-o-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-ms-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-moz-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-o-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-ms-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-moz-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-o-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-ms-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes latAo {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/* End @media (min-width: 1001px) */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  #maincontents {
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
  .ls-1 {
    letter-spacing: -1px;
  }
  .ls-2 {
    letter-spacing: -2px;
  }
  .ls-3 {
    letter-spacing: -3px;
  }
  .ls-4 {
    letter-spacing: -4px;
  }
  .fs10 {
    font-size: 3vw;
  }
  .fs14,
  .fs15 {
    font-size: 3.4vw;
  }
  .fs16 {
    font-size: 3.7vw;
  }
  .fs24 {
    font-size: 4vw;
  }
  .fs26 {
    font-size: 5vw;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .cf_s:before,
  .cf_s:after {
    content: "";
    display: table;
  }
  .cf_s:after {
    clear: both;
  }
  .cf_s {
    zoom: 1;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .showfade {
    opacity: 0;
    transition: 1s;
  }
  .fadeview {
    -moz-animation: showfade 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0s 1 normal forwards;
  }
  .fadeview.uv2 {
    -moz-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.3s 1 normal forwards;
  }
  .fadeview.uv3 {
    -moz-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.6s 1 normal forwards;
  }
  .fadeview.uv4 {
    -moz-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showfade 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 0.9s 1 normal forwards;
  }
  .fadeview.uv5 {
    -moz-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showfade 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showfade 0.6s linear 1.2s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .w1200 {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .w950 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor {
    margin-top: -20vw;
    padding-top: 20vw;
  }
  #mv {
    position: relative;
    height: 80vw;
  }
  .mv__inr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv__ttl img {
    width: 100%;
  }
  /* c-card
  ---------------------------------------------------------------------- */
  .c-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 5.3333333333vw;
    overflow: hidden;
    background-color: #99b726;
    font-size: 4.8vw;
    padding: 1.4em 1% 1em;
    position: relative;
    aspect-ratio: 680/514;
  }
  .c-card__logo {
    width: 12.9333333333vw;
    margin: 0 auto 6vw;
  }
  .c-card__ttl {
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .c-card__floor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16vw;
    aspect-ratio: 1/1;
    font-size: 6.4vw;
    font-weight: bold;
    color: var(--color-primary-dark);
    background-color: #fff;
    border-radius: 50%;
  }
  .c-card.c-card--floor .c-card__logo {
    margin-bottom: 4vw;
  }
  .c-card.c-card--floor .c-card__floor {
    margin-bottom: 2.5vw;
  }
  /* c-sec
  ---------------------------------------------------------------------- */
  .c-sec {
    padding: 9vw 0 7.5vw;
    border-bottom: 2px solid var(--color-primary);
  }
  .c-sec:last-of-type {
    border-bottom: none;
  }
  .c-sec.c-sec--notxt {
    padding: 8vw 0;
  }
  .c-sec.c-sec--notxt .c-list {
    row-gap: 5vw;
  }
  .c-sec.c-sec--notxt .c-card {
    justify-content: flex-start;
  }
  .c-sec.c-sec--notxt .c-card__ttl {
    flex: 1;
    display: flex;
    align-items: center;
  }
  /* c-list
  ---------------------------------------------------------------------- */
  .c-list {
    display: flex;
    flex-direction: column;
    row-gap: 8vw;
  }
  .c-list__img {
    position: relative;
    margin: 0;
  }
  .c-list__img figcaption {
    font-size: 3.7333333333vw;
    line-height: 1.28;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
    font-feature-settings: "palt";
  }
  /* c-poster
  ---------------------------------------------------------------------- */
  .c-poster {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5vw;
  }
  .c-poster li {
    width: 48%;
  }
  /* title
  ---------------------------------------------------------------------- */
  .ctitle {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: var(--color-primary-dark);
    font-feature-settings: "palt";
  }
  .ctitle-band {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0.5315em;
    color: var(--color-primary-dark);
    background-color: var(--color-primary-light);
    font-feature-settings: "palt";
  }
  /* c-info-list
  ---------------------------------------------------------------------- */
  .c-detail-list__item {
    text-indent: -1em;
    padding-left: 0.5em;
    line-height: 1.42;
  }
  .c-detail-list__item dt, .c-detail-list__item dd {
    display: inline;
  }
  .c-detail-list__item dt {
    padding-right: 0.75em;
  }
  /* btn
  ---------------------------------------------------------------------- */
  #maincontents a.c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 45.3333333333vw;
    height: 8vw;
    padding: 0 1em;
    border-radius: 999px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-feature-settings: "palt";
  }
  #maincontents a.c-btn:hover {
    opacity: 1;
    background-color: var(--color-primary-dark2);
  }
  #maincontents a.c-btn.c-btn--w100 {
    width: 100%;
  }
  #maincontents a.c-btn.c-btn--icon {
    padding-right: 2.8em;
  }
  #maincontents a.c-btn.c-btn--icon::after {
    content: "";
    display: block;
    width: 3.6vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url(../images/icon_link.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
  #maincontents a.c-btn.c-btn--arrow {
    padding-right: 45px;
  }
  #maincontents a.c-btn.c-btn--arrow::after {
    content: "";
    display: block;
    width: 4vw;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url(../images/icon_arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #maincontents a.c-btn.c-btn--secondary {
    background-color: var(--color-secondary-light);
  }
  #maincontents a.c-btn.c-btn--secondary:hover {
    background-color: var(--color-secondary);
    opacity: 1;
  }
  .c-pagetop {
    width: 90vw;
    margin: auto;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-moz-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-o-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-ms-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-moz-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-o-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-ms-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-moz-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-o-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-ms-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-moz-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-o-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-ms-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-moz-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes showfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/* End @media (max-width:1000px) */
/* ---------------------------------------------------------------------- */
/* 各ページセクション
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* pc */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  /* mv 
   ---------------------------------------------------------------------- */
  #mv {
    background: url(../images/index/mv.jpg);
  }
  /* map
   ---------------------------------------------------------------------- */
  .intro {
    padding: 70px 0 0;
  }
  .intro .ctitle {
    margin-bottom: 25px;
  }
  .intro__txt {
    max-width: 680px;
    margin: 0 auto 15px;
    text-align: justify;
    line-height: 1.77;
  }
  .intro__deco {
    margin-top: 82px;
  }
  .intro__deco img {
    width: 100%;
  }
  .intro__btn {
    max-width: 360px;
    margin: 0 auto;
  }
  /* project
   ---------------------------------------------------------------------- */
  .project {
    padding: 70px 0 20px;
  }
  .project .ctitle {
    margin-bottom: 48px;
  }
  .project__list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
  }
  .project__list li {
    flex: 1;
    min-width: 350px;
  }
  .project__item {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
    background-color: #99b726;
    padding: 40px 1% 40px;
    position: relative;
  }
  .project__item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #eb6100;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    width: 165px;
    height: 165px;
    z-index: 0;
  }
  .project__icon {
    max-width: 99px;
    margin: 0 auto 27px;
  }
  #maincontents .project__ttl {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
  }
  .project__txt {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.55;
  }
  .project__btn {
    text-align: center;
    margin-top: auto;
  }
  .project__badge {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 1.15;
    position: absolute;
    top: 22px;
    right: 21px;
    transform: rotate(45deg);
    z-index: 1;
  }
  .project__badge span {
    display: block;
    font-size: 0.625em;
  }
  /* attempt
   ---------------------------------------------------------------------- */
  .attempt {
    padding: 70px 0 100px;
  }
  .attempt .ctitle {
    margin-bottom: 50px;
  }
  .attempt .c-btn {
    width: 100%;
    max-width: 360px;
  }
  .attempt__list li:not(:last-child) {
    margin-bottom: 42px;
  }
  .attempt__item {
    display: flex;
    align-items: center;
    background: url(../images/index/bg_attempt.png) no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 40px;
    overflow: hidden;
  }
  .attempt__img {
    width: 50%;
    padding-right: 40px;
  }
  .attempt__content {
    width: 50%;
    text-align: left;
    padding-bottom: 10px;
  }
  .attempt__ttl {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    font-feature-settings: "palt";
  }
  .attempt__txt {
    line-height: 1.75;
    margin-bottom: 13px;
  }
  .attempt__txt p {
    line-height: 1.75;
  }
  .attempt__info {
    text-indent: -1em;
    padding-left: 1em;
  }
  .attempt__info dt,
  .attempt__info dd {
    display: inline;
  }
  .attempt__btn li:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  /* mv 
   ---------------------------------------------------------------------- */
  #mv {
    background: url(../images/index/mv_sp.jpg);
  }
  .mv__ttl {
    max-width: 77vw;
  }
  /* map
   ---------------------------------------------------------------------- */
  .intro {
    padding: 9vw 0 0;
  }
  .intro .ctitle {
    margin-bottom: 4.5333333333vw;
  }
  .intro__txt {
    max-width: 680px;
    margin: 0 auto 4.2vw;
    text-align: justify;
    line-height: 1.714;
  }
  .intro__deco {
    margin-top: 13.3333333333vw;
  }
  .intro__deco img {
    width: 100%;
  }
  .intro__btn {
    max-width: 80vw;
    margin: 0 auto;
  }
  /* project
   ---------------------------------------------------------------------- */
  .project {
    padding: 14.5vw 0 0;
  }
  .project .ctitle {
    margin-bottom: 8vw;
  }
  .project__list li {
    flex: 1;
    margin-bottom: 5.4vw;
  }
  .project__list li:first-child .project__ttl {
    margin-bottom: 2vw;
  }
  .project__item {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 5.3333333333vw;
    overflow: hidden;
    background-color: #99b726;
    padding: 2.15em 1%;
    position: relative;
  }
  .project__item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #eb6100;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    width: 8em;
    height: 8em;
    z-index: 0;
  }
  .project__icon {
    width: 100%;
    max-width: 19.8666666667vw;
    margin: 0 auto 5.5vw;
  }
  .project__icon img {
    width: 100%;
  }
  .project__ttl {
    font-size: 4.8vw;
    line-height: 1.72;
    font-weight: 500;
    text-align: center;
    margin-bottom: 7vw;
  }
  .project__txt {
    text-align: center;
    line-height: 1.71;
    margin-bottom: 2.5vw;
  }
  .project__btn {
    text-align: center;
    margin-top: auto;
  }
  .project__badge {
    color: #fff;
    font-size: 6.4vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.15;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    transform: rotate(45deg);
    z-index: 1;
  }
  .project__badge span {
    display: block;
    font-size: 0.625em;
  }
  /* attempt
   ---------------------------------------------------------------------- */
  .attempt {
    padding: 9vw 0 10vw;
  }
  .attempt .ctitle {
    margin-bottom: 8vw;
  }
  .attempt .c-btn {
    width: 100%;
  }
  .attempt__list li:not(:last-child) {
    margin-bottom: 4.5vw;
  }
  .attempt__item {
    background: url(../images/index/bg_attempt_sp.png) no-repeat;
    background-size: cover;
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    overflow: hidden;
  }
  .attempt__img {
    margin-bottom: 2.3vw;
  }
  .attempt__content {
    text-align: left;
  }
  .attempt__ttl {
    font-size: 4.8vw;
    font-weight: 500;
    margin-bottom: 2vw;
    font-feature-settings: "palt";
    text-align: center;
  }
  .attempt__txt {
    line-height: 1.75;
    margin-bottom: 4vw;
  }
  .attempt__txt p {
    line-height: 1.75;
  }
  .attempt__info {
    text-indent: -1em;
    padding-left: 1em;
  }
  .attempt__info dt,
  .attempt__info dd {
    display: inline;
  }
  .attempt__btn li:not(:last-child) {
    margin-bottom: 5vw;
  }
}
/* ---------------------------------------------------------------------- */
/* 各ページセクション
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* pc */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  .students #mv {
    background: url(../images/students/mv.jpg);
  }
  .students-sec {
    padding-bottom: 100px;
  }
}
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .students #mv {
    background: url(../images/students/mv_sp.jpg);
    background-size: cover;
  }
  .students .mv__ttl {
    max-width: 87vw;
  }
  .students .mv__ttl img {
    width: 100%;
  }
  .students-sec {
    padding: 1.6vw 0 10vw;
  }
}
/* ---------------------------------------------------------------------- */
/* 各ページセクション
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* pc */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  .future #mv {
    background: url(../images/future/mv.jpg);
  }
  .future-sec {
    padding-bottom: 100px;
  }
  #maincontents .future-intro {
    padding: 78px 0 10px;
  }
  #maincontents .future-intro .c-poster {
    margin-bottom: 80px;
  }
  .future .ctitle-band {
    margin-bottom: 20px;
  }
  .future .c-detail-list__item li {
    text-indent: 0;
  }
}
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .future #mv {
    background: url(../images/future/mv_sp.jpg);
    background-size: cover;
  }
  .future .mv__ttl {
    max-width: 89vw;
  }
  .future .mv__ttl img {
    width: 100%;
  }
  .future-sec {
    padding-bottom: 10vw;
  }
  #maincontents .future-intro {
    padding: 10.5vw 0 5.5vw;
  }
  #maincontents .future-intro .c-poster {
    margin-bottom: 9vw;
  }
  .future .ctitle-band {
    margin-bottom: 3.5vw;
  }
  .future .c-detail-list__item li {
    text-indent: 0;
  }
}
/* ---------------------------------------------------------------------- */
/* 各ページセクション
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* pc */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  .lives #mv {
    background: url(../images/lives/mv.jpg);
  }
  .lives-sec {
    padding-bottom: 100px;
  }
  #maincontents .lives-intro {
    padding: 78px 0 10px;
  }
  #maincontents .lives-intro .c-poster {
    margin-bottom: 80px;
  }
  .lives .c-card {
    height: 514px;
  }
  .lives .ctitle-band {
    margin-bottom: 20px;
  }
  .lives .c-detail-list__item li {
    text-indent: 0;
  }
}
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .lives #mv {
    background: url(../images/lives/mv_sp.jpg);
    background-size: cover;
  }
  .lives .mv__ttl {
    max-width: 78vw;
  }
  .lives .mv__ttl img {
    width: 100%;
  }
  .lives-sec {
    padding-bottom: 10vw;
  }
  #maincontents .lives-intro {
    padding: 10.5vw 0 5.5vw;
  }
  #maincontents .lives-intro .c-poster {
    margin-bottom: 9vw;
  }
  .lives .ctitle-band {
    margin-bottom: 3.5vw;
  }
  .lives .c-detail-list__item li {
    text-indent: 0;
  }
}

/*# sourceMappingURL=style.css.map */
