@charset "UTF-8";
.proxima {
  font-family: proxima-nova, serif;
}

.freig {
  font-family: freight-display-pro, serif;
}

.micho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@-webkit-keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-enter {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter-active {
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scrollAnimeUp;
          animation-name: scrollAnimeUp;
}

/*----------------------------------------
  基本以下、記述変更可。
-----------------------------------------*/
@media (min-width: 769px) {
  .classy04 {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    /*----------------------------------------
      以下、PC独自
    -----------------------------------------*/
  }
  .classy04 a {
    color: #000;
  }
  .classy04 a:hover {
    opacity: 0.6 !important;
  }
  .classy04 .hoverUp {
    display: inline-block;
  }
  .classy04 .hoverUp:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .classy04 .classy04_SPonly {
    display: none !important;
  }
  .classy04_cover {
    padding-left: 0;
    display: block;
    position: relative;
    height: auto;
  }
  .classy04_cover::after {
    content: none;
  }
  .classy04_cover_tittle {
    position: absolute;
    top: 12%;
    right: 4%;
    color: #fff;
    width: 36%;
    max-width: unset;
  }
  .classy04_cover_tittle p {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  .classy04_price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.8;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: normal;
    letter-spacing: 0;
  }
  .classy04_price p a {
    text-decoration: underline;
    color: #fff;
  }
  .classy04_price p a:hover {
    opacity: 0.6;
  }
  .classy04_price p small {
    font-size: 14px;
  }
  .classy04_price p span {
    margin-left: 10px;
  }
  .classy04_price p span small {
    font-size: 14px;
    margin-left: 5px;
  }
  .classy04_wrap {
    max-width: 1200px;
    width: 95%;
    margin: 15px auto 25px;
  }
  .classy04_content {
    max-width: 1030px;
  }
  .classy04_lead {
    font-size: 18px;
    letter-spacing: 0.13em;
    font-weight: lighter;
    line-height: 2.2;
    margin-bottom: 80px !important;
  }
  .classy04_totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  .classy04_totop img {
    width: 80px;
    height: auto;
  }
  .classy04 .interview {
    font-size: 17px;
    padding-bottom: 30px;
  }
  .classy04 .interview__lead {
    font-size: 18px;
    margin: 70px 0 110px;
    text-align: justify;
    font-weight: bold;
  }
  .classy04 .interview h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 80px 0 30px;
  }
  .classy04 .interview h2 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #c1cdff));
    background: linear-gradient(transparent 60%, #c1cdff 40%);
  }
  .classy04 .interview .-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .classy04 .interview .-img small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
  }
  .classy04 .interview .-img.--mini {
    max-width: 800px;
    margin-inline: auto;
  }
  .classy04 .interview .-txtarea {
    margin-bottom: 50px;
  }
  .classy04 .interview .-txtarea h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .classy04 .interview .-txtarea h3:not(:first-child) {
    margin-top: 40px;
  }
  .classy04 .interview .-txtarea__int span {
    font-weight: bold;
    margin-right: 20px;
  }
  .classy04 .person {
    background: #f2f2f2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-block: 80px;
  }
  .classy04 .person__inr {
    max-width: 1030px;
    width: 95%;
    margin: 15px auto 25px;
  }
  .classy04 .person h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .classy04 .person__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .classy04 .person__main .-img {
    width: 50%;
  }
  .classy04 .person__main .-txt {
    width: 45%;
    font-size: 18px;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .l-wrapper {
    min-width: none;
  }
  .classy04 {
    overflow-x: hidden;
    font-weight: 400;
    /*----------------------------------------
      以下、SP独自
    -----------------------------------------*/
  }
  .classy04_cover {
    position: relative;
    padding-top: 0;
    display: block;
  }
  .classy04_cover::after {
    content: none;
  }
  .classy04_cover_img {
    position: relative;
  }
  .classy04_cover_img img {
    width: 100%;
  }
  .classy04_cover_tittle {
    background: rgba(0, 0, 120, 0.2);
    padding: 40px 5%;
  }
  .classy04_cover_tittle h1 {
    max-width: 360px;
    margin: 0 auto;
  }
  .classy04_cover_tittle h1 img {
    margin-bottom: 0;
  }
  .classy04_price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.8;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .classy04_price p a {
    text-decoration: underline;
    color: #fff;
  }
  .classy04_price p a:hover {
    opacity: 0.6;
  }
  .classy04_price p small {
    font-size: 14px;
  }
  .classy04_price p span {
    margin-left: 10px;
  }
  .classy04_price p span small {
    font-size: 14px;
    margin-left: 5px;
  }
  .classy04_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .classy04_content {
    padding: 0;
  }
  .classy04_lead {
    text-align: justify !important;
    font-size: 14px;
    letter-spacing: 0.13em;
    font-weight: lighter;
    line-height: 2.2;
    margin-bottom: 70px !important;
  }
  .classy04_totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  .classy04_totop img {
    width: 60px;
    height: auto;
  }
  .classy04 .interview {
    font-size: 14px;
    padding-bottom: 50px;
  }
  .classy04 .interview__lead {
    font-size: 15px;
    margin: 70px 0 100px;
    text-align: justify;
    font-weight: bold;
  }
  .classy04 .interview h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 15px;
  }
  .classy04 .interview h2 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #c1cdff));
    background: linear-gradient(transparent 60%, #c1cdff 40%);
  }
  .classy04 .interview .-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: center;
    margin-bottom: 40px;
  }
  .classy04 .interview .-img small {
    display: block;
    width: 90%;
    font-size: 12px;
    margin: 10px auto 0;
    text-align: justify;
    line-height: 1.4;
  }
  .classy04 .interview .-img.--mini {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .classy04 .interview .-img.--mini small {
    width: 100%;
  }
  .classy04 .interview .-txtarea {
    margin-bottom: 25px;
  }
  .classy04 .interview .-txtarea h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .classy04 .interview .-txtarea h3:not(:first-child) {
    margin-top: 55px;
  }
  .classy04 .interview .-txtarea__int span {
    font-weight: bold;
    margin-right: 15px;
  }
  .classy04 .person {
    background: #f2f2f2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-block: 75px;
  }
  .classy04 .person__inr {
    width: 90%;
    margin-inline: auto;
  }
  .classy04 .person h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .classy04 .person__main .-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .classy04 .person__main .-txt {
    margin-top: 25px;
    width: 100%;
    font-size: 15px;
    text-align: justify;
  }
}