body.has_nav #submenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: sticky;
}

header.visible ~ #submenu {
  top: 80px;
}
@media only screen and (max-width: 768px) {
  header.visible ~ #submenu {
    top: 56px;
  }
}

#submenu {
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#submenu .dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
#submenu .dropdown::after {
  content: "";
  width: 12px;
  display: block;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.907 6.661'%3E%3Cpath d='M7088-3716l5.6,5.6,5.6-5.6' transform='translate(-7087.646 3716.354)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#submenu .dropdown.open::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#submenu .btn-link {
  margin: 0 0 0 25px;
}
#submenu .btn-link + .btn-link {
  margin: 0 0 0 6px;
}
#submenu .btn-link .btn-style-1 {
  width: 123px;
  min-height: 34px;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
#submenu .js-dropdown-menu {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 20px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#submenu .js-dropdown-menu.hide {
  display: none;
}

#submenu .js-dropdown-menu .box-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 30px;
  border-top: 2px solid #b4be1a;
}
#submenu .js-dropdown-menu .box-style .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55px;
          flex: 1 0 55px;
  height: auto;
}
#submenu .js-dropdown-menu .box-style .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#submenu .js-dropdown-menu .box-style .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#submenu .js-dropdown-menu .box-style h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
#submenu .js-dropdown-menu .box-style h4 {
  font-size: 11px;
  color: #b4be1a;
}
#submenu .wrap {
	
}
#submenu .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
}
#submenu .inner .left .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#submenu .inner .left .gr .txt {
  margin-left: 20px;
  font-weight: 500;
  font-size: 14px;
}
#submenu .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #submenu .dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 10px;
    cursor: pointer;
  }
  #submenu .dropdown::after {
    width: 9px;
    margin-left: 5px;
  }
  #submenu .dropdown.open::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  #submenu .btn-link .btn-style-1 {
    width: 79px;
    padding: 0;
    min-height: 21px;
    font-size: 10px;
    line-height: 15px;
  }
  #submenu .js-dropdown-menu {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
    padding: 20px 0 30px;
  }
  #submenu .js-dropdown-menu.hide {
    display: none;
  }
  #submenu .js-dropdown-menu .box-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #submenu .js-dropdown-menu .box-style .img {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
  #submenu .inner {
    padding: 10px 0;
  }
  #submenu .inner .left .gr .txt {
    margin-left: 10px;
  }
  #submenu .js-dropdown-menu .box-style h3 {
    font-size: 11px;
  }
  #submenu .js-dropdown-menu .box-style h4 {
    font-size: 10px;
  }
  #submenu .inner .left .gr .img {
    width: 40px;
  }
  #submenu .inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-slide-active .bgi img,
.swiper-slide-duplicate-active .bgi img,
.swiper-slide-prev .bgi img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

#kvSlide {
  overflow: hidden;
}
#kvSlide a:hover {
  opacity: 1;
}
#kvSlide a:hover img {
  opacity: 1;
}
#kvSlide .set .bgi img {
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
#kvSlide .set article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 145px 60px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#kvSlide .set article .ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 52px;
}
#kvSlide .set article .cat {
  padding: 5px 20px;
  border: 1px solid;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#kvSlide .set article .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
#kvSlide .set article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kvSlide .set article .meta .date {
  margin-left: 20px;
}
#kvSlide .set article .imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 279px;
          flex: 0 1 279px;
}
#kvSlide .set article .txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 814px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #kvSlide .set .bgi img {
    height: 100vw;
  }
  #kvSlide .set article {
    padding: 60px 10px 10px;
  }
  #kvSlide .set article .ttl {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  #kvSlide .set article .cat {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 15px;
  }
  #kvSlide .set article .date {
    font-size: 10px;
    line-height: 15px;
  }
  #kvSlide .set article .meta .date {
    margin-left: 10px;
  }
  #kvSlide .set article .imgbox {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  #kvSlide .set article .txtbox {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: none;
    padding-left: 15px;
  }
}

#kv_dots {
  padding: 20px 0;
  position: relative;
  top: auto;
  bottom: auto;
}
#kv_dots > span {
  width: 102px;
  height: 6px;
  display: inline-block;
  background: #CCCCCC;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}
#kv_dots > span.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#7b2e74), to(#235592));
  background: linear-gradient(to right, #7b2e74, #235592);
}
@media only screen and (max-width: 768px) {
  #kv_dots > span {
    width: 50px;
  }
}

#keyword_search {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #keyword_search {
    padding: 10px 0 50px;
  }
}

#sec2 {
  padding: 1px 0 130px;
  background: url("https://artory.blue/artory.co.jp/images/academia/bg2.jpg") center/cover no-repeat, #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
#sec2::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#5F1D89), to(#1C2055));
  background: linear-gradient(#5F1D89, #1C2055);
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec2 h2.ttl {
  margin-top: -45px;
  font-weight: 500;
  font-size: 204px;
  line-height: 244px;
  text-align: center;
}
#sec2 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
#sec2 .set .ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
}
#sec2 .set .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-top: 15px;
}
#sec2 .set .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec2 .set .txtbox .txt {
  margin-top: 60px;
}
#sec2 .set .txtbox .inner {
  width: 100%;
  max-width: 520px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #sec2 {
    background-position: 0 0;
    background-size: 170%, auto;
    padding-bottom: 41px;
  }
  #sec2::before {
    opacity: 0.5;
  }
  #sec2 h2.ttl {
    margin-top: -17px;
    font-size: 73px;
    line-height: 87px;
  }
  #sec2 .set {
    display: block;
    margin-top: 20px;
  }
  #sec2 .set .ttl {
    font-size: 20px;
    line-height: 31px;
  }
  #sec2 .set .imgbox {
    margin-top: 0;
  }
  #sec2 .set .txtbox {
    margin-top: 15vw;
    padding-left: 0;
  }
  #sec2 .set .txtbox .txt {
    margin-top: 30px;
  }
  #sec2 .set .txtbox .inner {
    max-width: none;
  }
}

#sec3 {
  padding: 110px 0 120px;
}
#sec3 h2.ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
}
#sec3 .set1 {
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec3 .set1 .ttlbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 75px);
          flex: 0 1 calc(50% - 75px);
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec3 .set1 .ttlbox .ttl {
  max-width: 517px;
}
#sec3 .set1 .txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% + 75px);
          flex: 0 1 calc(50% + 75px);
}
#sec3 .set1 .txtbox .txt {
  max-width: 745px;
}
#sec3 .set1 .txtbox .txt + .txt {
  margin-top: 30px;
}
#sec3 .set2 {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px auto 0;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#235592), to(#7b2e74));
  background: linear-gradient(to right, #235592, #7b2e74);
  color: #fff;
}
#sec3 .set2 .txt {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
#sec3 .set2 .btn-style-1 {
  padding-left: 40px;
  position: relative;
}
#sec3 .set2 .btn-style-1::before {
  content: "";
  width: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.476 14.333'%3E%3Cpath d='M20.048,2.238a2.564,2.564,0,0,0-1.81-1.81c-1.6-.428-8-.428-8-.428s-6.4,0-8,.428a2.564,2.564,0,0,0-1.81,1.81A26.64,26.64,0,0,0,0,7.167,26.644,26.644,0,0,0,.428,12.1a2.565,2.565,0,0,0,1.81,1.81c1.6.428,8,.428,8,.428s6.4,0,8-.428a2.565,2.565,0,0,0,1.81-1.81,26.644,26.644,0,0,0,.428-4.929,26.641,26.641,0,0,0-.428-4.928m-11.858,8V4.1l5.32,3.071Z' transform='translate(0)' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  #sec3 {
    padding: 40px 0 0;
  }
  #sec3 h2.ttl {
    font-size: 20px;
    line-height: 31px;
  }
  #sec3 .set1 {
    display: block;
    padding: 0;
  }
  #sec3 .set1 .ttlbox {
    padding: 0;
  }
  #sec3 .set1 .txtbox {
    margin-top: 20px;
  }
  #sec3 .set1 .txtbox .txt {
    line-height: 24px;
  }
  #sec3 .set1 .txtbox .txt + .txt {
    margin-top: 20px;
  }
  #sec3 .set2 {
    display: block;
    margin-top: 42px;
    padding: 20px 20px 35px;
    text-align: center;
  }
  #sec3 .set2 .txt {
    font-size: 18px;
    line-height: 26px;
  }
  #sec3 .set2 .btn-style-1 {
    width: 214px;
    min-height: 46px;
    margin-top: 25px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 19px;
  }
  #sec3 .set2 .btn-style-1::before {
    width: 19px;
    left: 20px;
  }
}

#sec4 {
  padding: 150px 0 1px;
  background: url("https://artory.blue/artory.co.jp/images/academia/bg3.jpg") center/cover no-repeat;
  color: #fff;
}
#sec4 h2.ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
}
#sec4 .set {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
#sec4 .set .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-top: 145px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec4 .set .txtbox .txt {
  max-width: 436px;
  margin-top: 50px;
}
#sec4 .set .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#sec4 .set .imgbox .img2 {
  margin-top: 50px;
  text-align: right;
}
#sec4 .set .imgbox .img3 {
  margin: 40px 0 -187px -15px;
}
@media only screen and (max-width: 768px) {
  #sec4 {
    padding-top: 60px;
    background: none;
    color: #000;
  }
  #sec4 h2.ttl {
    font-size: 20px;
    line-height: 31px;
  }
  #sec4 .set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec4 .set .txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
  #sec4 .set .txtbox .txt {
    max-width: none;
    margin-top: 23px;
  }
  #sec4 .set .imgbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #sec4 .set .imgbox .img1 {
    width: 100%;
  }
  #sec4 .set .imgbox .img2 {
    width: 50%;
    margin-top: 0;
    text-align: left;
  }
  #sec4 .set .imgbox .img3 {
    width: 50%;
    margin: 0;
  }
}

#sec5 {
  padding: 275px 0 120px;
}
#sec5 h2.ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0.05em;
  text-align: center;
}
#sec5 .flow .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec5 .flow .timeline .time {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#sec5 .flow .timeline .time::before {
  content: "";
  height: 30px;
  border-left: 2px solid #000;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#sec5 .flow .timeline .time:last-child::before {
  border-right: 2px solid #000;
}
#sec5 .flow .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#235592), to(#7b2e74));
  background: linear-gradient(to right, #235592, #7b2e74);
  color: #fff;
}
#sec5 .flow .progress .step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 295px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 20px;
  line-height: 0;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec5 .flow .progress .step:not(:last-child):before {
  content: "";
  width: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.053 91.126'%3E%3Cpath d='M-16103.19,1870l30,44.639-30,44.816' transform='translate(16104.437 -1869.163)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 3px;
}
#sec5 .flow .progress .step:last-child {
  max-width: 315px;
}
#sec5 .flow .progress-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
#sec5 .flow .progress-detail .stepbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 292px;
  margin-right: 3px;
  padding: 10px 13px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E8E8E8;
}
#sec5 .flow .progress-detail .stepbox:last-child {
  max-width: 315px;
  margin-right: 0;
}
#sec5 .flow .progress-detail .stepbox .img {
  text-align: center;
}
#sec5 .flow .progress-detail .stepbox .txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
#sec5 .set1 {
  max-width: 1200px;
  margin: 40px auto 0;
}
#sec5 .set2 {
  max-width: 1200px;
  margin: 95px auto 0;
}
#sec5 .set2 .video {
  position: relative;
}
#sec5 .set2 .video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
#sec5 .set2 .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec5 .set3 {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px auto 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec5 .set3 .ttlbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec5 .set3 .ttlbox .ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
#sec5 .set3 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#sec5 .set3 .txtbox .txt + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #sec5 {
    padding: 70px 0 60px;
  }
  #sec5 h2.ttl {
    font-size: 20px;
    line-height: 29px;
  }
  #sec5 .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    position: relative;
  }
  #sec5 .flow .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #sec5 .flow .timeline .time {
    padding-right: 5px;
    border-bottom: 0;
    border-right: 2px solid #000;
    font-size: 14px;
    line-height: 17px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec5 .flow .timeline .time::before {
    width: 12px;
    height: auto;
    border-left: 0;
    border-top: 2px solid #000;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 0;
    right: -1px;
  }
  #sec5 .flow .timeline .time:last-child::before {
    border-right: 0;
    border-bottom: 2px solid #000;
  }
  #sec5 .flow .progress {
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#235592), to(#7b2e74));
    background: linear-gradient(#235592, #7b2e74);
  }
  #sec5 .flow .progress .step {
    max-width: none;
    padding: 10px;
    font-size: 16px;
    line-height: 19px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec5 .flow .progress .step:not(:last-child):before {
    width: auto;
    height: 40px;
    -webkit-transform: translateY(100%) rotate(90deg);
            transform: translateY(100%) rotate(90deg);
    position: absolute;
    top: auto;
    bottom: 13px;
    left: 0;
    right: 0;
  }
  #sec5 .flow .progress .step:last-child {
    max-width: none;
  }
  #sec5 .flow .progress-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  #sec5 .flow .progress-detail .stepbox {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3px;
    padding: 25px 10px 25px 13px;
    -webkit-box-sizing: unset;
            box-sizing: unset;
  }
  #sec5 .flow .progress-detail .stepbox:last-child {
    max-width: none;
    margin-bottom: 0;
  }
  #sec5 .flow .progress-detail .stepbox .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 130px;
            flex: 0 1 130px;
    text-align: center;
  }
  #sec5 .flow .progress-detail .stepbox .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 19px;
  }
  #sec5 .set1 {
    margin-top: 30px;
  }
  #sec5 .set2 {
    margin-top: 60px;
  }
  #sec5 .set3 {
    display: block;
    margin-top: 30px;
    padding: 0;
  }
  #sec5 .set3 .ttlbox {
    padding: 0;
  }
  #sec5 .set3 .ttlbox .ttl {
    font-size: 20px;
    line-height: 31px;
    text-align: center;
  }
  #sec5 .set3 .txtbox {
    margin-top: 20px;
  }
  #sec5 .set3 .txtbox .txt {
    line-height: 24px;
  }
  #sec5 .set3 .txtbox .txt + .txt {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 751px) {
  #sec5 .flow .progress .step {
    height: auto !important;
  }
  #sec5 .flow .progress-detail .stepbox {
    height: auto !important;
  }
}

/* -----------------------------------
Detail page
-------------------------------------- */
#detailFirstview {
  padding: 60px 0 70px;
  color: #fff;
  position: relative;
  z-index: 0;
}
#detailFirstview .bgi {
  background: -webkit-gradient(linear, left top, left bottom, from(#6A1587), to(#3A308E));
  background: linear-gradient(#6A1587, #3A308E);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#detailFirstview .bgi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(45px);
          filter: blur(45px);
  opacity: 0.5;
}
#detailFirstview .detailbox {
  text-align: center;
}
#detailFirstview .detailbox .ttl {
  margin-top: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
}
#detailFirstview .detailbox .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
#detailFirstview .detailbox .desc {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
#detailFirstview .detailbox .video {
  margin-top: 50px;
  position: relative;
}
#detailFirstview .detailbox .video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
#detailFirstview .detailbox .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#detailFirstview .set {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #detailFirstview {
    padding: 20px 0;
  }
  #detailFirstview .detailbox {
    text-align: center;
  }
  #detailFirstview .detailbox .ttl {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
  }
  #detailFirstview .detailbox .date {
    font-size: 12px;
    line-height: 17px;
  }
  #detailFirstview .detailbox .desc {
    margin-top: 20px;
    font-size: 12px;
    line-height: 17px;
  }
  #detailFirstview .detailbox .video {
    margin-top: 30px;
  }
}

.observer {
  padding: 170px 0 90px;
}
.observer .wrap {
  max-width: 1000px;
  position: relative;
}
.observer .txt-deco {
  font-weight: 500;
  font-size: 204px;
  line-height: 1;
  text-align: center;
  color: #E8E8E8;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: -1;
}
.observer .ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
  text-align: center;
}
.observer .summery {
  margin-top: 40px;
}
.observer .topic-item {
  margin-top: 70px;
}
.observer .topic-item .topic-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.observer .topic-item .topic-heading .topic-ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 58px;
}
.observer .topic-item .topic-heading .tag {
  margin-right: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.observer .topic-item .topic-detail {
  margin-top: 70px;
}
.observer .topic-item .topic-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.observer .topic-item .topic-detail dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
}
.observer .topic-item .topic-detail dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  line-height: 36px;
}
.observer .topic-item .topic-detail .topic-img {
  margin: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .observer {
    padding: 85px 0 50px;
  }
  .observer .txt-deco {
    font-size: 104px;
    top: -53px;
  }
  .observer .ttl {
    font-size: 20px;
    line-height: 29px;
  }
  .observer .summery {
    margin-top: 20px;
  }
  .observer .topic-item {
    margin-top: 50px;
  }
  .observer .topic-item .topic-heading {
    padding: 10px 0;
  }
  .observer .topic-item .topic-heading .topic-ttl {
    font-size: 16px;
    line-height: 28px;
  }
  .observer .topic-item .topic-heading .tag {
    margin-right: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  .observer .topic-item .topic-detail {
    margin-top: 40px;
  }
  .observer .topic-item .topic-detail dl {
    margin: 15px 0;
    font-size: 13px;
    line-height: 17px;
  }
  .observer .topic-item .topic-detail dl dt {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    padding-right: 10px;
    line-height: 27px;
  }
  .observer .topic-item .topic-detail dl dd {
    line-height: 27px;
  }
  .observer .topic-item .topic-detail .topic-img {
    margin: 30px 0;
  }
}

#sns_share {
  padding: 70px 0 80px;
  background: #E6E4EA;
}
#sns_share h2.ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
  text-align: center;
}
#sns_share .snsbox {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: center;
}
#sns_share .snsbox .name {
  margin-top: 20px;
  font-weight: 500;
}
#sns_share .set {
  display: grid;
  grid-template-columns: repeat(3, 292px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #sns_share {
    padding: 35px 0 40px;
  }
  #sns_share h2.ttl {
    font-size: 20px;
    line-height: 31px;
  }
  #sns_share .snsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    padding: 20px 30px;
    text-align: left;
  }
  #sns_share .snsbox .logo {
    width: 40px;
  }
  #sns_share .snsbox .logo img {
    width: auto;
    height: 22px;
  }
  #sns_share .snsbox .name {
    margin: 0;
    font-size: 16px;
  }
  #sns_share .set {
    display: block;
    margin-top: 22px;
  }
}

#recommend {
  padding: 100px 0 110px;
}
#recommend h2.ttl {
  text-align: center;
}
#recommend h2.ttl .en {
  display: block;
  font-weight: 500;
  font-size: 54px;
  line-height: 64px;
}
#recommend h2.ttl .jp {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
}
#recommend .set {
  max-width: 1514px;
  margin-top: 50px;
}
#recommend .set .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend .set .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 345px;
  padding: 0 17px;
}
#recommend .btn-link {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #recommend {
    padding: 50px 0 60px;
  }
  #recommend h2.ttl .en {
    font-size: 30px;
    line-height: 38px;
  }
  #recommend h2.ttl .jp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  #recommend .set {
    margin-top: 25px;
  }
  #recommend .set .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #recommend .set .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%;
    max-width: none;
    padding: 0 13px;
  }
  #recommend .btn-link {
    margin-top: 25px;
  }
}