@charset "UTF-8";
#progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ed6100;
  z-index: 1000;
  overflow: hidden;
}
#progress .loading_img {
  position: relative;
  width: 340px;
  max-width: 80%;
}
#progress .loading_img .progress_bar {
  position: absolute;
  top: 0;
  right: 0%;
  width: 80%;
  max-width: 80%;
  height: 6px;
  background-color: #ed6100;
  z-index: 1;
}
#progress .loading_img .progress_text {
  margin-top: 1em;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
}

.mv_wrap {
  position: relative;
  overflow: hidden;
  background-color: #ededed;
}
.mv_wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #ededed;
}

#mv {
  background-color: #ededed;
  position: relative;
  margin-top: 30px;
  /* sum up unit */
}
@media (max-width: 768px) {
  #mv {
    margin-top: 0;
  }
}
#mv .mv_img_wrap {
  position: relative;
  width: 74vw;
  margin-left: auto;
}
@media (max-width: 1600px) {
  #mv .mv_img_wrap {
    width: 70%;
  }
}
#mv .mv_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 150%;
  width: 74px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: skewX(-15deg);
  transform-origin: top left;
  transition: 0.4s left;
  z-index: 3;
}
@media (max-width: 768px) {
  #mv .mv_img_wrap::before {
    content: none;
  }
}
#mv .mv_img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 150%;
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: skewX(-15deg);
  transform-origin: top left;
  z-index: 3;
  transition: 0.4s 0.15s left;
}
@media (max-width: 768px) {
  #mv .mv_img_wrap::after {
    content: none;
  }
}
#mv .mv_img_wrap .mv_img {
  position: relative;
  display: block;
  z-index: 1;
  min-height: 810px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit:cover";
  z-index: 2;
}
@media (max-width: 768px) {
  #mv .mv_img_wrap .mv_img {
    min-height: 526px;
  }
}
#mv .mv_content_unit {
  position: absolute;
  top: 12.3%;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
}
#mv .txt_cover_bar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -0.3em;
}
#mv .txt_cover_bar::before {
  position: relative;
  content: "";
  position: absolute;
  left: -110%;
  bottom: 0;
  width: 110%;
  height: 100%;
  margin: auto;
  background-color: #ED6100;
  z-index: 2;
}
#mv .txt_cover {
  position: relative;
  line-height: 1.2;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#mv .main_copy {
  margin: 0 auto 0.2em;
  font-size: 10.5rem;
  font-family: "aktiv-grotesk", "sans-serif";
  font-weight: 700;
  font-style: italic;
  color: #ED6100;
  line-height: 0.9;
}
@media (max-width: 768px) {
  #mv .main_copy {
    padding-top: 45px;
    margin-bottom: 20px;
    font-size: 4.6rem;
  }
}
@media (max-width: 350px) {
  #mv .main_copy {
    font-size: 4rem;
  }
}
#mv .main_copy .txt_cover_bar.main_copy_first {
  padding-left: 25px;
}
@media (max-width: 768px) {
  #mv .main_copy .txt_cover_bar.main_copy_first {
    padding-left: 13px;
  }
}
#mv .main_copy .txt_cover_bar::before {
  top: auto;
  height: 70%;
}
#mv .sub_copy {
  margin-left: -1.4em;
  font-size: 3.1rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #fff;
}
#mv .sub_copy .txt_cover_bar {
  height: 90%;
}
#mv .sub_copy .txt_cover_bar::before {
  background-color: #000;
}
@media (max-width: 768px) {
  #mv .sub_copy {
    font-size: 1.4rem;
  }
}
#mv .sub_copy .txt_cover_bar:first-of-type {
  padding-left: 35px;
}
@media (max-width: 768px) {
  #mv .sub_copy .txt_cover_bar:first-of-type {
    padding-left: 20.5px;
  }
}
#mv .sub_copy .txt_cover_bar:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 768px) {
  #mv .sub_copy .txt_cover_bar:nth-of-type(2) {
    padding-left: 13px;
  }
}
#mv .sub_copy .txt_cover_bar:last-of-type {
  padding-left: 10px;
}
@media (max-width: 768px) {
  #mv .sub_copy .txt_cover_bar:last-of-type {
    padding-left: 8px;
  }
}
#mv .sum-up_unit {
  background-image: linear-gradient(90deg, #f9530c 0%, rgba(255, 143, 35, 0.9) 100%);
  max-width: 786px;
  margin-left: 10%;
  opacity: 0;
  transform: translateY(20px) skewX(-15deg);
  transition: 0.8s 4.2s opacity, 0.8s 4.2s transform;
}
@media (max-width: 768px) {
  #mv .sum-up_unit {
    padding: 1em 0 1em 15%;
    margin-left: -18%;
    width: 115%;
    max-width: 400px;
    transform: translateY(20px) skewX(-9deg);
    transition: 0.8s 2.3s opacity, 0.8s 2.3s transform;
  }
}
@media (max-width: 350px) {
  #mv .sum-up_unit {
    width: 119%;
  }
}
#mv .sum-up_list {
  display: flex;
  transform: skewX(15deg);
}
@media (max-width: 768px) {
  #mv .sum-up_list {
    transform: skewX(9deg);
  }
}
#mv .sum-up_list .sum-up_list_item {
  text-align: center;
  width: calc(100% / 3);
  padding: 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item {
    padding: 0;
  }
}
#mv .sum-up_list .sum-up_list_item img {
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item img {
    margin-bottom: 1em;
  }
}
#mv .sum-up_list .sum-up_list_item:not(:last-of-type)::after {
  content: "";
  display: block;
  background-image: url(../images/sum-up_list_item_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 41px;
  height: 155px;
  transform: translateY(-50%);
  top: 50%;
  right: -20.5px;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item:not(:last-of-type)::after {
    content: none;
  }
}
#mv .sum-up_list .sum-up_list_item p {
  color: #fff;
  line-height: 1.625;
  text-align: center;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item p {
    font-size: 1rem;
  }
}
#mv .sum-up_list .sum-up_list_item p .weight-cg {
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item p .weight-cg {
    font-weight: 600;
    font-size: 1.4rem;
  }
}
#mv .sum-up_list .sum-up_list_item:first-of-type {
  width: 38%;
}
@media (max-width: 350px) {
  #mv .sum-up_list .sum-up_list_item:first-of-type {
    width: 42%;
  }
}
#mv .sum-up_list .sum-up_list_item:first-of-type img {
  width: 60px;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item:first-of-type img {
    width: 30px;
  }
}
#mv .sum-up_list .sum-up_list_item:nth-of-type(2) {
  width: 31%;
}
#mv .sum-up_list .sum-up_list_item:nth-of-type(2) img {
  width: 78px;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item:nth-of-type(2) img {
    width: 39px;
  }
}
#mv .sum-up_list .sum-up_list_item:last-of-type {
  width: 31%;
}
#mv .sum-up_list .sum-up_list_item:last-of-type img {
  width: 68px;
}
@media (max-width: 768px) {
  #mv .sum-up_list .sum-up_list_item:last-of-type img {
    width: 34px;
  }
}
#mv.active .mv_img_wrap::before {
  left: 20%;
}
@media (max-width: 1600px) {
  #mv.active .mv_img_wrap::before {
    left: 293px;
  }
}
#mv.active .mv_img_wrap::after {
  left: 26%;
  width: 20px;
}
@media (max-width: 1600px) {
  #mv.active .mv_img_wrap::after {
    left: 400px;
  }
}
#mv.active .main_copy, #mv.active .sub_copy {
  opacity: 1;
}
#mv.active .sum-up_unit {
  opacity: 1;
  transform: translateY(0) skewX(-15deg);
}
@media (max-width: 768px) {
  #mv.active .sum-up_unit {
    transform: translateY(0) skewX(-9deg);
  }
}
#mv.active .main_copy .txt_cover_bar .txt_cover {
  -webkit-animation: appear_txt 1s forwards;
          animation: appear_txt 1s forwards;
}
#mv.active .main_copy .txt_cover_bar::before {
  -webkit-animation: catch_cover 1s ease-in-out;
          animation: catch_cover 1s ease-in-out;
}
#mv.active .main_copy .txt_cover_bar:first-of-type .txt_cover {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media (max-width: 768px) {
  #mv.active .main_copy .txt_cover_bar:first-of-type .txt_cover {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
#mv.active .main_copy .txt_cover_bar:first-of-type::before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media (max-width: 768px) {
  #mv.active .main_copy .txt_cover_bar:first-of-type::before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
#mv.active .main_copy .txt_cover_bar:nth-of-type(2) .txt_cover {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
@media (max-width: 768px) {
  #mv.active .main_copy .txt_cover_bar:nth-of-type(2) .txt_cover {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
#mv.active .main_copy .txt_cover_bar:nth-of-type(2)::before {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
@media (max-width: 768px) {
  #mv.active .main_copy .txt_cover_bar:nth-of-type(2)::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
#mv.active .sub_copy .txt_cover_bar .txt_cover {
  -webkit-animation: appear_txt 1s forwards;
          animation: appear_txt 1s forwards;
}
#mv.active .sub_copy .txt_cover_bar::before {
  -webkit-animation: catch_cover 1s ease-in-out;
          animation: catch_cover 1s ease-in-out;
}
#mv.active .sub_copy .txt_cover_bar:first-of-type .txt_cover {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:first-of-type .txt_cover {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
#mv.active .sub_copy .txt_cover_bar:first-of-type::before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:first-of-type::before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
#mv.active .sub_copy .txt_cover_bar:nth-of-type(2) .txt_cover {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:nth-of-type(2) .txt_cover {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
#mv.active .sub_copy .txt_cover_bar:nth-of-type(2)::before {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:nth-of-type(2)::before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
#mv.active .sub_copy .txt_cover_bar:last-of-type .txt_cover {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:last-of-type .txt_cover {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}
#mv.active .sub_copy .txt_cover_bar:last-of-type::before {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (max-width: 768px) {
  #mv.active .sub_copy .txt_cover_bar:last-of-type::before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}

@-webkit-keyframes catch_cover {
  0% {
    width: 100%;
    left: -110%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
    left: 110%;
  }
}

@keyframes catch_cover {
  0% {
    width: 100%;
    left: -110%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
    left: 110%;
  }
}
@-webkit-keyframes appear_txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear_txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#news {
  background-color: #000;
  color: #fff;
  position: relative;
}
#news .news_bg-img {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: auto;
  max-width: 39.6%;
  height: calc(100% + 282px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  font-family: "object-fit: cover";
  z-index: 1;
  opacity: 0;
  transition: 1s 0.8s opacity, 0.7s 1.2s bottom, 0.7s 1.2s left;
}
@media (max-width: 1600px) {
  #news .news_bg-img {
    max-width: 50%;
    height: calc(100% + 18vw);
  }
}
@media (max-width: 768px) {
  #news .news_bg-img {
    transition: none;
    bottom: 0;
    opacity: 1;
    max-width: 38%;
    height: calc(100% + 26vw);
  }
}
#news .news_bg-img.active {
  left: -9.2%;
  bottom: 0;
  opacity: 1;
}
@media (max-width: 1600px) {
  #news .news_bg-img.active {
    left: -15.1%;
  }
}
@media (max-width: 768px) {
  #news .news_bg-img.active {
    left: -1%;
  }
}
#news .section-title {
  color: #fff;
}

.card_list {
  position: relative;
  display: flex;
  max-width: 945px;
  margin: 55px auto 0 auto;
  padding-bottom: 90px;
  z-index: 5;
}
@media (max-width: 768px) {
  .card_list {
    display: block;
    width: 58%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
}
.card_list .card_item {
  width: calc(100% - (33px *2))/3;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .card_list .card_item {
    font-size: 1.4rem;
  }
}
.card_list .card_item:not(:last-of-type) {
  margin-right: 33px;
}
@media (max-width: 768px) {
  .card_list .card_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.card_list .card_item .card-img {
  max-width: 294px;
  max-height: 197px;
}
@media (max-width: 768px) {
  .card_list .card_item .card-img {
    text-align: center;
  }
}
.card_list .card_item .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card_list .slide-arrow {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.card_list .slide-arrow.prev-arrow {
  left: -1.5em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.card_list .slide-arrow.next-arrow {
  right: -1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.card_list .slide-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0.5em;
}
.card_list .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.card_list .slide-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
.card_list .slide-dots li button:before {
  content: "";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
}
.card_list .slide-dots li.slick-active button:before {
  content: "";
  background-color: #ed6100;
}

.card_content img {
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .card_content img {
    margin-bottom: 10px;
  }
}
.card_content .card_title {
  margin-bottom: 20px;
  line-height: 1.5;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .card_content .card_title {
    margin-bottom: 0.5em;
  }
}

.info_list {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .info_list {
    margin-bottom: 30px;
  }
}

.info_list_item {
  display: flex;
  padding: 20px 10px;
  border-bottom: solid 1px #000;
}
@media (max-width: 768px) {
  .info_list_item {
    padding: 0.5em 0;
  }
  .info_list_item:last-child {
    border-bottom: none;
  }
}
.info_list_item .info_list_date {
  min-width: 8em;
  text-align: left;
  margin-right: 20px;
  margin-left: 10px;
  font-weight: medium;
}
@media (max-width: 768px) {
  .info_list_item .info_list_date {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.info_list_item .info_list_title {
  font-weight: bold;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .info_list_item .info_list_title {
    font-size: 1.2rem;
  }
}

#about {
  background-color: #ededed;
}
#about .section_inner {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #about .section_inner {
    padding-bottom: 27px;
  }
  #about .section_inner:last-child {
    padding-bottom: 75px;
  }
}

.about_lead {
  text-align: center;
  line-height: 2;
  padding-bottom: 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about_lead {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.75;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.about_lead .color_cg {
  color: #ED6100;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .about_lead .color_cg {
    display: inline-block;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .about_lead .color_cg {
    margin-top: 1em;
  }
}

.cg_background {
  background-image: url(../images/three_pillars_area_base.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 三本の柱 */
.three_pillars_area {
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin-bottom: 35px;
  max-width: 1400px;
}

.three_pillars_title {
  max-width: 400px;
  position: absolute;
  margin-left: 11%;
  margin-top: 130px;
}
@media (max-width: 1400px) {
  .three_pillars_title {
    margin-left: 1%;
  }
}
@media (max-width: 1024px) {
  .three_pillars_title {
    position: static;
    margin: 0 auto 4em;
  }
}
@media (max-width: 768px) {
  .three_pillars_title {
    width: 158px;
    margin-bottom: 2em;
  }
}

.three_pillars_img {
  max-width: 615px;
  margin: 0 auto;
}

.pillar_list {
  position: relative;
  max-width: 568px;
  height: 460px;
  margin: 0 auto;
  background: url(../images/bg_triangle.png) center/65% no-repeat;
}
@media (max-width: 768px) {
  .pillar_list {
    max-width: 300px;
    height: 258px;
  }
}
.pillar_list li {
  position: absolute;
  width: 205px;
  height: 205px;
}
@media (max-width: 768px) {
  .pillar_list li {
    width: 118px;
    height: 118px;
  }
}
.pillar_list li .pillar_con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0.3em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.08em;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .pillar_list li .pillar_con {
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .pillar_list li .pillar_con {
    font-size: 12px;
  }
}
.pillar_list li .pillar_con::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_aim01.png) center/contain no-repeat;
  z-index: 1;
  transform: rotate(80deg);
  transition: 2s transform;
}
.pillar_list li .pillar_con::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72%;
  height: 72%;
  margin: auto;
  background: url(../images/bg_aim02.png) center/contain no-repeat;
  z-index: 1;
  transform: rotate(-45deg);
  transition: 2s transform;
}
.pillar_list li .pillar_con .pillar_list_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.3em;
  position: relative;
  z-index: 3;
  filter: blur(30px);
  transition: 0.8s filter;
}
.pillar_list li .pillar_con .aim_stick_vertical::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 2px;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: 0.2s 0.8s height;
}
@media (max-width: 768px) {
  .pillar_list li .pillar_con .aim_stick_vertical::before {
    top: -20px;
  }
}
.pillar_list li .pillar_con .aim_stick_vertical::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  width: 2px;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: 0.2s 0.8s height;
}
@media (max-width: 768px) {
  .pillar_list li .pillar_con .aim_stick_vertical::after {
    bottom: -20px;
  }
}
.pillar_list li .pillar_con .aim_stick_horizon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: 0.2s 0.8s width;
}
@media (max-width: 768px) {
  .pillar_list li .pillar_con .aim_stick_horizon::before {
    left: -20px;
  }
}
.pillar_list li .pillar_con .aim_stick_horizon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: 0.2s 0.8s width;
}
@media (max-width: 768px) {
  .pillar_list li .pillar_con .aim_stick_horizon::after {
    right: -20px;
  }
}
.pillar_list li .about_item_inner {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 21em;
  max-height: 174px;
  padding: 0.5em 1em;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .pillar_list li .about_item_inner {
    display: none;
    position: fixed;
    width: 90vw;
    max-width: 500px;
    max-height: 136px;
    margin: auto;
    z-index: 10;
  }
}
.pillar_list li .about_item_inner .modal-close {
  display: none;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .pillar_list li .about_item_inner .modal-close {
    display: block;
    position: absolute;
    width: 22px;
    top: -30px;
    right: 0;
  }
}
.pillar_list li .about_item_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -8px;
  border: 10px solid transparent;
  border-right: 20px solid #FFF;
  z-index: 2;
}
@media (max-width: 1400px) {
  .pillar_list li .about_item_inner::before {
    content: none;
  }
}
.pillar_list li .about_item_inner .about_list_text {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .pillar_list li .about_item_inner .about_list_text {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.pillar_list li .about_item_inner .about_list_btn {
  display: block;
  background-image: linear-gradient(90deg, #f9530c 0%, #ff8f23 100%);
  padding: 0.5rem 0.5rem;
  width: 100%;
  margin: 0 auto;
  border: solid 2px #f9530c;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .pillar_list li .about_item_inner .about_list_btn {
    font-size: 1.1rem;
  }
}
.pillar_list li .about_item_inner .about_list_btn:hover {
  color: #ED6100;
  background-image: linear-gradient(90deg, white 0%, white 100%);
  border: solid 2px #f9530c;
}
.pillar_list li:first-child {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pillar_list li:first-child .about_item_inner {
  top: 0;
  bottom: 0;
  left: calc(100% + 52px);
  margin: auto;
}
@media (max-width: 1400px) {
  .pillar_list li:first-child .about_item_inner {
    right: 0;
    left: 0;
  }
}
.pillar_list li:first-child .pillar_con .pillar_list_text {
  transition-delay: 0.8s;
}
.pillar_list li:nth-child(2) {
  bottom: 0;
  left: 0;
  margin: auto;
}
.pillar_list li:nth-child(2) .pillar_con::before {
  transition-delay: 0.5s;
}
.pillar_list li:nth-child(2) .pillar_con::after {
  transition-delay: 0.5s;
}
.pillar_list li:nth-child(2) .pillar_con .pillar_list_text {
  transition-delay: 1.3s;
}
.pillar_list li:nth-child(2) .pillar_con .aim_stick_vertical::before {
  transition-delay: 1.3s;
}
.pillar_list li:nth-child(2) .pillar_con .aim_stick_vertical::after {
  transition-delay: 1.3s;
}
.pillar_list li:nth-child(2) .pillar_con .aim_stick_horizon::before {
  transition-delay: 1.3s;
}
.pillar_list li:nth-child(2) .pillar_con .aim_stick_horizon::after {
  transition-delay: 1.3s;
}
.pillar_list li:nth-child(2) .about_item_inner {
  top: 0;
  bottom: 0;
  right: calc(100% + 52px);
  margin: auto;
}
@media (max-width: 1400px) {
  .pillar_list li:nth-child(2) .about_item_inner {
    right: 0;
    left: 0;
  }
}
.pillar_list li:nth-child(2) .about_item_inner::before {
  left: auto;
  right: -30px;
  margin-top: -8px;
  border-right: 10px solid transparent;
  border-left: 20px solid #FFF;
}
@media (max-width: 768px) {
  .pillar_list li:nth-child(2) .about_item_inner::before {
    content: none;
  }
}
.pillar_list li:nth-child(3) {
  bottom: 0;
  right: 0;
  margin: auto;
}
.pillar_list li:nth-child(3) .pillar_con::before {
  transition-delay: 1s;
}
.pillar_list li:nth-child(3) .pillar_con::after {
  transition-delay: 1s;
}
.pillar_list li:nth-child(3) .pillar_con .pillar_list_text {
  transition-delay: 1.8s;
}
.pillar_list li:nth-child(3) .pillar_con .aim_stick_vertical::before {
  transition-delay: 1.8s;
}
.pillar_list li:nth-child(3) .pillar_con .aim_stick_vertical::after {
  transition-delay: 1.8s;
}
.pillar_list li:nth-child(3) .pillar_con .aim_stick_horizon::before {
  transition-delay: 1.8s;
}
.pillar_list li:nth-child(3) .pillar_con .aim_stick_horizon::after {
  transition-delay: 1.8s;
}
.pillar_list li:nth-child(3) .about_item_inner {
  top: 0;
  bottom: 0;
  left: calc(100% + 52px);
  margin: auto;
}
@media (max-width: 1400px) {
  .pillar_list li:nth-child(3) .about_item_inner {
    right: 0;
    left: 0;
  }
}
.pillar_list.active li .pillar_con::before {
  transform: rotate(0);
}
.pillar_list.active li .pillar_con::after {
  transform: rotate(0);
}
.pillar_list.active li .pillar_con .pillar_list_text {
  filter: blur(0);
}
.pillar_list.active li .pillar_con .aim_stick_vertical::before {
  top: -20px;
  height: 48px;
}
@media (max-width: 768px) {
  .pillar_list.active li .pillar_con .aim_stick_vertical::before {
    height: 25px;
    top: -8px;
  }
}
.pillar_list.active li .pillar_con .aim_stick_vertical::after {
  bottom: -20px;
  height: 48px;
}
@media (max-width: 768px) {
  .pillar_list.active li .pillar_con .aim_stick_vertical::after {
    height: 25px;
    bottom: -8px;
  }
}
.pillar_list.active li .pillar_con .aim_stick_horizon::before {
  left: -20px;
  width: 48px;
}
@media (max-width: 768px) {
  .pillar_list.active li .pillar_con .aim_stick_horizon::before {
    width: 25px;
    left: -8px;
  }
}
.pillar_list.active li .pillar_con .aim_stick_horizon::after {
  right: -20px;
  width: 48px;
}
@media (max-width: 768px) {
  .pillar_list.active li .pillar_con .aim_stick_horizon::after {
    width: 25px;
    right: -8px;
  }
}

.about_item .about_item_inner {
  padding: 20px;
  position: relative;
}
.about_item.detail {
  background-color: #fff;
  position: absolute;
}

/*ルートメディアとは...*/
.about-root-media_unit {
  background-color: #fff;
  max-width: 1000px;
}

.about-rm {
  padding-top: 40px;
}

.about-rm_lead {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about-rm_lead {
    text-align: justify;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .about-rm_lead {
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
}

.about-rm_list {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .about-rm_list {
    padding: 0 0.5em;
    margin-bottom: 26px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.about-rm_list_item {
  width: calc(100% - (2rem * 3 )/4);
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .about-rm_list_item {
    width: 48%;
    margin-right: 0;
  }
  .about-rm_list_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-rm_list_item:first-of-type, .about-rm_list_item:nth-of-type(2) {
    margin-bottom: 25px;
  }
}
.about-rm_list_item img {
  display: block;
  position: relative;
  transition: all 0.3s linear;
}
.about-rm_list_item .about-rm_list_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(249, 83, 12, 0.8) 0%, rgba(255, 143, 35, 0.8) 100%);
  height: 40px;
  line-height: 40px;
  position: relative;
  bottom: 40px;
}
@media (max-width: 768px) {
  .about-rm_list_item .about-rm_list_title {
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
    bottom: 30px;
  }
}
.about-rm_list_item .about-rm_list_detail {
  font-size: 1.4rem;
  letter-spacing: -0.06em;
  line-height: 1.4285714286;
  text-align: justify;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .about-rm_list_item .about-rm_list_detail {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/*ルートメディアのメリット*/
.merit-rm_list {
  padding: 0 0 40px 60px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .merit-rm_list {
    padding: 2rem;
    padding-top: 0;
  }
}

.merit-rm_list_item span {
  font-family: "aktiv-grotesk", "sans-serif";
  font-weight: 700;
  font-style: italic;
  font-size: 2.6rem;
  color: #ED6100;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .merit-rm_list_item span {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.7rem;
  }
}

/*事例紹介共通*/
.works-card_list {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .works-card_list {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 50px;
  }
}
.works-card_list .tag {
  color: #fff;
  font-size: 1.4rem;
  max-width: 126px;
  padding: 0.2em 2.5em;
  background-color: #ED6100;
  border-radius: 100px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .works-card_list .tag {
    margin: 0 auto;
  }
}
.works-card_list .card .card_img {
  margin-bottom: 10px;
}
.works-card_list .card .card_title {
  font-weight: bold;
  line-height: 1.4375;
  margin-bottom: 20px;
}
.works-card_list .card .card_text {
  line-height: 1.5625;
  text-align: justify;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .works-card_list .card .card_text {
    margin-top: 1em;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

/*ルートメディア事業*/
@media (max-width: 768px) {
  .root-media_list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.root-media_list .card {
  width: calc(100% - (35px * 2 )/3);
}
.root-media_list .card:not(:last-of-type) {
  margin-right: 35px;
}
@media (max-width: 768px) {
  .root-media_list .card:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .root-media_list .card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/*イベント事業*/
.event_list {
  justify-content: center;
}
.event_list .card {
  width: calc((100% / 3) - (35px * 2 )/3);
}
.event_list .card:not(:last-of-type) {
  margin-right: 35px;
}
@media (max-width: 768px) {
  .event_list .card:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .event_list .card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/*メディア開発事業*/
.media-development_lead {
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .media-development_lead {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}

#media-development .title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-image: url(../images/works_title_base.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 127px;
  padding: 6px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.media-development_list {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .media-development_list {
    flex-direction: column;
  }
}
.media-development_list .media-development_item {
  width: calc((100% - 50px)/3);
  margin-right: 25px;
}
@media (max-width: 768px) {
  .media-development_list .media-development_item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .media-development_list .media-development_item:not(:last-of-type) {
    padding-bottom: 85px;
  }
}
.media-development_list .media-development_item .text {
  font-weight: bold;
  text-align: justify;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .media-development_list .media-development_item .text {
    font-size: 1.6rem;
  }
}

.dot_arrow {
  position: absolute;
  width: 52px;
  transform: translateY(-40%);
  top: 40%;
  z-index: 10;
}
@media (max-width: 768px) {
  .dot_arrow {
    transform: rotate(90deg);
  }
}
.dot_arrow.first {
  left: 63%;
}
@media (max-width: 768px) {
  .dot_arrow.first {
    top: 29%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.dot_arrow.second {
  right: 65%;
}
@media (max-width: 768px) {
  .dot_arrow.second {
    top: 67%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.dl_list_title {
  color: #fff;
  background-color: #ED6100;
  font-size: 1.8rem;
  font-weight: bold;
  width: 218px;
  border-radius: 100px;
  height: 46px;
  text-align: center;
  margin: 0 auto;
  line-height: 46px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .dl_list_title {
    font-size: 1.4rem;
    max-width: 126px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.dl_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dl_list_item {
  width: calc((100% - 120px)/4);
}
.dl_list_item:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .dl_list_item {
    width: calc((100% - 80px)/3);
  }
  .dl_list_item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .dl_list_item {
    width: calc((100% - 40px)/2);
  }
  .dl_list_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .dl_list_item:first-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .dl_list_item {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.dl_list_item .dl_item_title {
  color: #ED6100;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 2px #ED6100;
  margin-bottom: 20px;
}
.dl_list_item .dl_item_detail a {
  transition: all 0.3s;
}
.dl_list_item .dl_item_detail a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.overview_list {
  margin-bottom: 50px;
}

.overview_item {
  display: flex;
  border-bottom: solid 1px #000;
  padding: 19px;
}
@media (max-width: 768px) {
  .overview_item {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.overview_item .overview_title {
  font-weight: bold;
  min-width: 115px;
}
@media (max-width: 768px) {
  .overview_item .overview_title {
    flex-basis: 73px;
    min-width: 75px;
  }
}
.overview_item .overview_detail {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .overview_item .overview_detail {
    margin-left: 20px;
  }
}

/* Google map 埋め込み */
.map_outer {
  position: relative;
  height: 0;
  padding-top: 40.6%;
  overflow: hidden;
}
.map_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_list {
  display: flex;
  margin-top: 0.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .access_list {
    font-size: 1.2rem;
  }
}
.access_list .access_title {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .access_list .access_title {
    margin-right: 0;
    min-width: 4em;
  }
}
.access_list .access_detail_unit {
  display: flex;
  font-weight: normal;
}
@media (max-width: 768px) {
  .access_list .access_detail_unit {
    flex-direction: column;
  }
}
.access_list .access_detail {
  margin-right: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .access_list .access_detail {
    margin-right: 0;
  }
}

#btn_area .sign-up_btn, #btn_area .document-request_btn {
  display: block;
  max-width: 530px;
  height: 74px;
  line-height: 74px;
  background-image: linear-gradient(90deg, #f9530c 0%, #ff8f23 100%);
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 4px;
  border: solid 2px #f9530c;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #btn_area .sign-up_btn, #btn_area .document-request_btn {
    width: 100%;
    font-size: 1.6rem;
    height: 65px;
    line-height: 65px;
    margin-bottom: 25px;
  }
}
#btn_area .sign-up_btn:hover, #btn_area .document-request_btn:hover {
  color: #ED6100;
  letter-spacing: 0.3rem;
  background-image: linear-gradient(90deg, white 0%, white 100%);
  border: solid 2px #f9530c;
}

.modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 330px 0 0;
}/*# sourceMappingURL=style.css.map */