@charset "UTF-8";
textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 150%;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: normal; }

p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 0;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }
  @media (max-width: 767px) {
    p {
      font-size: 3vw; } }

.fv {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative; }
  .fv .target {
    /* 切り替え前の画像と切り替え後の画像を設定 */
    background-image: url(../assets/img/before.jpg), url(../assets/img/after.jpg);
    /* アニメーションを設定 */
    -webkit-animation: image_anime 1s ease;
            animation: image_anime 1s ease;
    /* forwardsを設定すると100%の状態で止まる */
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /* animationを開始する時間を設定 */
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }

@-webkit-keyframes image_anime {
  100% {
    /* 切り替え後の画像 */
    background-image: url(../assets/img/after.jpg); } }

@keyframes image_anime {
  100% {
    /* 切り替え後の画像 */
    background-image: url(../assets/img/after.jpg); } }
  .fv::before {
    content: "";
    z-index: 1;
    opacity: 0;
    background: linear-gradient(106deg, #232368 0%, rgba(35, 35, 104, .7) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .fv::before {
        background: linear-gradient(106deg, #232368 0%, rgba(35, 35, 104, .8) 35%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%); } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40%, 100% {
    opacity: 1; } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40%, 100% {
    opacity: 1; } }
  .fv .main-visual {
    position: relative;
    z-index: 2; }
    .fv .main-visual h1.h1_ttl {
      text-shadow: 1px 2px 3px #808080;
      text-align: left;
      color: #fff;
      font-size: 78px;
      line-height: 1.4em;
      opacity: 0;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
              filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
      -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
              animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      -webkit-animation-delay: .7s;
              animation-delay: .7s; }
      .fv .main-visual h1.h1_ttl span {
        display: inline-block;
        font-size: 42px;
        font-weight: 300; }
  @media (max-width: 767px) {
    .fv .main-visual h1.h1_ttl {
      font-size: 52px; }
      .fv .main-visual h1.h1_ttl span {
        font-size: 26px;
        line-height: 1.1em;
        display: block; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header .head-container {
  background-color: #fff !important; }

.pt-0 {
  padding-top: 0 !important; }

.bnr_wrap .inner h2 {
  text-align: center; }

#index {
  background: #eff8ff; }
  #index.wrapper {
    padding-top: 0; }

.content1 {
  background: #d9d9d9;
  background-size: cover; }
  .content1 .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto; }
    .content1 .inner ul li {
      width: 32%;
      padding: 20px 20px 320px 20px;
      border-radius: 6px;
      list-style: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .content1 .inner ul li h2 {
        color: #232368;
        background: url(../img/icon_arrow_b.png) left center no-repeat;
        background-size: contain;
        line-height: 1em;
        padding: 10px 0 10px 40px;
        margin-bottom: 10px; }
      .content1 .inner ul li a {
        position: absolute;
        bottom: 20px; }
      .content1 .inner ul li.plan_wrap {
        background: url(../../img/index/plan_bg_pc.jpg) center bottom no-repeat;
        background-size: cover; }
      .content1 .inner ul li.program_wrap {
        background: url(../../img/index/program_bg_pc.jpg) center bottom no-repeat;
        background-size: cover; }
      .content1 .inner ul li.qa_wrap {
        background: url(../../img/index/qa_bg_pc.jpg) center bottom no-repeat;
        background-size: cover; }
  @media (max-width: 767px) {
    .content1 {
      background: no-repeat; }
      .content1 .inner ul li {
        width: 100%;
        padding: 5% 5%;
        margin-bottom: 2%; }
        .content1 .inner ul li .content_box {
          background: rgba(255, 255, 255, .6);
          padding: 5% 5%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 6px; }
          .content1 .inner ul li .content_box h2 {
            font-size: 21px;
            padding: 2% 0 2% 10%; }
          .content1 .inner ul li .content_box a {
            position: relative;
            bottom: auto; }
        .content1 .inner ul li.plan_wrap {
          background: url(../../img/index/plan_bg_sp.jpg) center center no-repeat;
          background-size: cover; }
        .content1 .inner ul li.program_wrap {
          background: url(../../img/index/program_bg_sp.jpg) center center no-repeat;
          background-size: cover; }
        .content1 .inner ul li.qa_wrap {
          background: url(../../img/index/qa_bg_sp.jpg) center center no-repeat;
          background-size: cover; } }

.content2 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto; }
  .content2 .inner ul li {
    width: 32%;
    margin-bottom: 2%; }
    .content2 .inner ul li img {
      width: 100%; }

@media (max-width: 767px) {
  .content2 .inner ul li {
    width: 48%; } }

.content3 {
  border-top: solid 1px #d9d9d9; }
  .content3 .inner dl {
    width: 90%;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content3 .inner dl dt {
      width: 20%;
      border-bottom: dotted 1px #d9d9d9;
      padding: 10px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .content3 .inner dl dd {
      width: 80%;
      border-bottom: dotted 1px #d9d9d9;
      padding: 10px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .content3 .inner dl dd a {
        text-decoration: underline;
        font-size: 17px; }
  @media (max-width: 767px) {
    .content3 .inner dl {
      width: 100%; }
      .content3 .inner dl dt {
        width: 100%;
        padding: 2% 2% 0 2%;
        border: none; }
      .content3 .inner dl dd {
        width: 100%;
        padding: 0% 4% 2% 4%;
        font-size: 3.5vw; }
        .content3 .inner dl dd a {
          font-size: 3.5vw; } }

.content4 {
  background: #fff; }
  .content4 .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: auto; }
    .content4 .inner ul li span {
      line-height: 2.4em;
      display: block;
      text-align: center; }
    .content4 .inner ul li:first-child span {
      line-height: 1.2em; }
    .content4 .inner ul li:last-child span {
      line-height: 1.2em; }
  @media (max-width: 767px) {
    .content4 .inner ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .content4 .inner ul li {
        width: 26%;
        margin: 2% 3%; }
        .content4 .inner ul li span {
          font-size: 11px; } }

.content_wrap h3 {
  font-size: 18px; }
  @media (max-width: 767px) {
    .content_wrap h3 {
      font-size: 16px; } }

.scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 1; }
  .scroll a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 40px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)); }
    .scroll a:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation: move 2s infinite;
              animation: move 2s infinite;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
              filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)); }
  @media (max-width: 767px) {
    .scroll {
      bottom: 1%; }
      .scroll a {
        padding: 0 0 10%; } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px); }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); } }

@keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px); }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); } }

#changePic {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  #changePic img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 100vh; }
  @media (max-width: 767px) {
    #changePic img {
      position: absolute;
      top: 0;
      left: -200vw;
      opacity: 0;
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
      -o-object-fit: cover;
         object-fit: cover;
      width: auto;
      height: 100vh; } }
  #changePic img.active {
    opacity: 1; }
