@font-face {
  font-family: "Eleanor";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Eleanor/Eleanor.woff2") format("woff2"), url("../fonts/Eleanor/Eleanor.woff") format("woff")
}

.formation-mv {
    background: url(../img/index/formation.jpg) center center/cover no-repeat
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv {
      background-image: url(../img/index/formation.jpg)
    }
  }
  
  .formation-mv_in {
    height: 768px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv_in {
      height: auto;
      padding: auto;
    }
  }
  
  .formation-mv_ttl {
    color: #fff;
    text-align: center;
    margin: 120px 0 0
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv_ttl {
      margin: 40px 0 0
    }
  }
  
  .formation-mv_ttl_en {
    font-size: 130px;
    display: block;
    /* margin-top: 300px; */
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv_ttl_en {
      font-size: 80px
    }
  }
  
  .formation-mv_ttl_ja {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 0;
    display: block
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv_ttl_ja {
      font-size: 22px
    }
  }
  
  .formation-mv_ft {
    margin: 100px 0 0
  }
  
  @media screen and (max-width: 768px) {
    .formation-mv_ft {
      margin: 40px 0 0
    }
  }
  
  .formation-mv_btn {
    color: #fff;
    text-align: center;
    background-color: #ef6144;
    border-radius: 99px;
    box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
    min-width: 300px;
    padding: 21px 10px 19px;
    display: inline-block;
    position: relative;
    overflow: hidden
  }
  
  .formation-mv_btn::before {
    content: "";
    background: #ec411e;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
  }
  
  .formation-mv_btn_txt {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2
  }
  
  @media screen and (min-width: 769px) {
    .formation-mv_btn:hover::before {
      content: "";
      width: 100%;
      right: auto;
      left: 0
    }
  }

  .img_wrap{
    border: 1px solid #ddd;
    width: 300px;
    height: 226px;
    margin: 0 100px;
    overflow: hidden;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .img_wrap{
      border: 1px solid #ddd;
      width: 300px;
      height: 226px;
      margin: auto;
      overflow: hidden;
      cursor: pointer;
    }
  }

  .img_wrap img{
    width: 100%;
    transition-duration: 0.5s;
  }
  .img_wrap:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
  }

  .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
  }
  
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
  }
  
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }

  .yokonarabi{
    display:flex;
    margin: 50px 0 50px 0;
}
.yokonarabipu{
  margin: 0 0 0 240px ;
}

@media screen and (max-width: 768px) {
  .yokonarabi {
    display:block;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .yokonarabipu {
    margin: auto;
    width: inherit;
  }
}

.index-position {
  margin: 80px 0;
  padding: 80px 0
}

@media screen and (max-width: 768px) {
  .index-position {
    margin: 50px 0;
    padding: 80px 0 50px
  }
}

.index-position .c-hd {
  color: #a55b9a
}

.index-position .c-hd::before {
  background-color: #a55b9a
}

.index-position .l-container {
  position: relative
}

.index-position_en {
  color: rgba(150, 150, 150, 0.3); /* #f5dff2; */
  font-size: 160px;
  white-space: nowrap;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 0
}

@media screen and (max-width: 768px) {
  .index-position_en {
    font-size: 80px;
    top: -60px
  }
}

.index-position_in {
  position: relative;
  display: flex;
  justify-content: space-between
}

.index-position_in::before {
  content: "";
  background-color:rgba(250, 250, 250, 0.5); /* #fef9fd; */
  width: calc(100vw - ((100vw - 1080px) / 2) - 90px);
  min-width: 1080px;
  height: 100%;
  display: block;
  position: absolute;
  top: 60px;
  left: 90px;
  z-index: -1
}

@media screen and (max-width: 768px) {
  .index-position_in::before {
    width: calc(100vw - 20px);
    min-width: inherit;
    right: -20px;
    left: auto
  }
}

.index-position_hd {
  margin: 0 0 0 175px
}

@media screen and (max-width: 768px) {
  .index-position_hd {
    margin: 0
  }
}

.index-position_cont {
  flex: 0 0 73.6111111111%;
  max-width: 73.6111111111%
}

@media screen and (max-width: 768px) {
  .index-position_cont {
    flex: 0 0 calc(100vw - 80px);
    max-width: calc(100vw - 80px)
  }
}

.index-position_blk:not(:first-child) {
  margin: 40px 0 0
}

.index-position_blk_hd {
  display: flex;
  align-items: center
}

@media screen and (max-width: 768px) {
  .index-position_blk_hd {
    display: block
  }
}

.index-position_blk_fig {
  flex: 0 0 508px;
  max-width: 508px
}

@media screen and (max-width: 768px) {
  .index-position_blk_fig {
    max-width: inherit
  }
}

.index-position_blk_ttl {
  font-size: 30px;
  line-height: 1.3;
  padding: 0 0 0 30px;
  flex: 1
}

@media screen and (max-width: 768px) {
  .index-position_blk_ttl {
    font-size: 22px;
    margin: 20px 0 0;
    padding: 0
  }
}

.index-position_blk_cont {
  margin: 30px 0 0
}

@media screen and (max-width: 768px) {
  .index-position_blk_cont {
    margin: 20px 0 0
  }
}

.index-position_blk_dl:not(:first-child) {
  margin: 30px 0 0
}

@media screen and (max-width: 768px) {
  .index-position_blk_dl:not(:first-child) {
    margin: 20px 0 0
  }
}

.index-position_blk_dt {
  color: #a55b9a;
  font-size: 16px;
  line-height: 1.4
}

.index-position_blk_dd {
  line-height: 1.9;
  margin: 15px 0 0
}

.font-en_sub {
  font-family: "Eleanor", sans-serif !important
}

.pofont {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  width: 150px;
  text-align: center;
  font-size: 20px;
}

.pofont:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.pof{
  margin: 0 0 0 700PX;
}

@media screen and (max-width: 768px) {
  .pof{
    margin: auto;
    width: inherit;
  }
}

.pofi{
  margin: 0 0 0 500PX;
}

@media screen and (max-width: 768px) {
  .pofi {
    margin: auto;
    width: inherit;
  }
}

.midcy {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 25px;
  margin: 0 0 0 100px;
}

@media screen and (max-width: 768px) {
  .midcy {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
    font-size: 25px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .smahotate {
    margin: 0 0 30px;
  }
}