@charset "UTF-8";
/*
* corporate.css
*
*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/files/font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/files/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/files/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/files/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/* --------------------------------
common
-------------------------------- */
@media screen and (min-width: 769px) {
  .m-mv {
    background-image: url(/files/img/corporate/top/mv_bg.jpg);
  }
}

@media screen and (max-width: 768px) {
  .m-mv {
    background-image: url(/files/img/corporate/top/mv_bg_sp.jpg);
  }
}

/* --------------------------------
  会社概要
-------------------------------- */
.section-profile {
  position: relative;
  margin-top: -80px; 
  padding: 153px 0 0;
}
@media screen and (max-width: 768px) {
  .section-profile {
    padding: 0 0 5.86667vw;
  }
}
.section-profile .l-inner {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .section-profile .l-inner {
    padding-left: 620px;
  }
}
.section-profile:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 118px;
  right: 0;
  left: -680px;
  margin: auto;
  width: 700px;
  height: 100%;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: url(/files/img/corporate/top/profile_img_01_bg.jpg) 0 0 no-repeat;
  background-size: 700px auto;
}
@media screen and (max-width: 768px) {
  .section-profile:after {
    top: 8.93333vw;
    left: 0;
    width: 100%;
    height: 70.13333vw;
    background-size: 100% auto;
  }
}
.section-profile.is-active:after {
  opacity: 1;
}

.profile_heading {
  opacity: 0;
  margin-bottom: 22px;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .profile_heading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .profile_heading {
    padding-top: 75.33333vw;
  }
}
@media screen and (min-width: 769px) {
  .profile_heading .m-section_heading_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .profile_heading .m-section_heading_title_en {
    text-align: left;
  }
  .profile_heading .m-section_heading_title_jp {
    padding-left: 20px; 
    text-align: left;
  }
}

.m-dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px); 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
.is-active .m-dataList {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .m-dataList {
    border-right: 1px solid #f5f5f5;
  }
}
.m-dataList dt {
  padding: 12px 18px;
  border-bottom: 1px solid #fff;
  width: 135px;
  background-color: #f5f5f5;
  font-weight: bold; 
  line-height: 1.57143;
}
@media screen and (max-width: 768px) {
  .m-dataList dt {
    padding: 2.4vw 3.2vw; 
    width: 29.85%;
  }
}
.m-dataList dd {
  padding: 12px 15px;
  border-bottom: 1px solid #f5f5f5;
  width: calc(100% - 135px); 
  line-height: 1.57143;
}
@media screen and (max-width: 768px) {
  .m-dataList dd {
    padding: 2.4vw 3.2vw; 
    width: 70.15%;
  }
}
.m-dataList dd a {
  text-decoration: underline; 
  color: #009bb5;
}
.m-dataList dd a:hover {
  opacity: 0.7;
}

/* --------------------------------
  動画
-------------------------------- */
.section-movie {
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .section-movie {
    padding-top: 14.66667vw;
  }
}

.movie_heading {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.movie_heading.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.movie_box {
  opacity: 0;
  position: relative;
  margin: 57px auto 0;
  width: 530px;
  height: 313px;
  cursor: pointer; 
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.movie_box.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .movie_box {
    margin: 8vw auto 0; 
    width: 89.33333vw;
    height: 50.13333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .movie_box {
    width: 42.74194vw;
    min-width: 411px;
    height: 25.24194vw;
    min-height: 230px;
  }
}
.movie_box video {
  width: 529px;
  height: 312px;
}
@media screen and (max-width: 768px) {
  .movie_box video {
    width: 89.2vw;
    height: 50vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .movie_box video {
    width: 42.66129vw;
    min-width: 410px;
    height: 25.16129vw;
    min-height: 229px;
  }
}
.movie_box:hover:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.movie_box.poster-hide {
  cursor: default;
}
.movie_box.poster-hide:before,
.movie_box.poster-hide:after {
  opacity: 0;
}
.movie_box:before,
.movie_box:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.movie_box:before {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(/files/img/corporate/top/corporate_icon_play.png);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie_box:before {
    width: 12.53333vw;
    height: 12.53333vw;
  }
}
.movie_box:after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/files/img/corporate/top/corprate_poster.jpg);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie_box:after {
    background-image: url(/files/img/corporate/top/corprate_poster_sp.jpg);
  }
}

.movie_youtubeWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .movie_youtubeWrapper {
    display: block;
    margin-top: 11.73333vw;
  }
}
.movie_youtubeWrapper img {
  width: 100%; 
  cursor: pointer;
}
.movie_youtubeWrapper > div {
  opacity: 0;
  width: 45.69%; 
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1); 
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.movie_youtubeWrapper > div.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .movie_youtubeWrapper > div {
    margin-top: 8vw;
    width: 89.33333vw;
  }
}
.movie_youtubeWrapper > div:first-child {
  margin-top: 0;
}
.movie_youtubeWrapper .movie_youtube {
  position: relative;
  padding-top: 56.25%; 
  width: 100%;
}
.movie_youtubeWrapper .movie_youtube iframe,
.movie_youtubeWrapper .movie_youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_youtubeWrapper .movie_youtube:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(/files/img/corporate/top/corporate_icon_play.png);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .movie_youtubeWrapper .movie_youtube:before {
    width: 12.53333vw;
    height: 12.53333vw;
  }
}
.movie_youtubeWrapper .movie_youtube:hover:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.movie_youtubeWrapper .movie_youtube.is-playing:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .movie_caption {
    margin-top: 1.86667vw;
    letter-spacing: 0.01em;
  }
}

/* --------------------------------
  行動計画
-------------------------------- */
.section-plan {
  padding: 163px 0 177px;
}
@media screen and (max-width: 768px) {
  .section-plan {
    padding: 24.8vw 0 23.46667vw;
  }
}

.plan_heading {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .plan_heading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.plan_inner {
  opacity: 0;
  margin: 50px auto 0;
  padding: 0 30px;
  width: 100%;
  max-width: 1086px;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .plan_inner {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.plan_inner br {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan_inner {
    margin: 6.4vw auto 0; 
    padding: 0 5.33333vw;
  }
  .plan_inner br {
    display: block;
  }
}

.plan_lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .plan_lead {
    font-size: 4.8vw;
    line-height: 1.388888889;
  }
}

.plan_txt {
  margin-top: 23px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.714285714;
}
@media screen and (max-width: 768px) {
  .plan_txt {
    margin-top: 2.93333vw;
    margin-bottom: 5.06667vw;
    letter-spacing: 0.08em;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

.plan_link + .plan_link {
  margin-top: 8px;
}

.plan_link a {
  padding-bottom: 3px;
  border-bottom: 1px solid #009bb5;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  color: #009bb5;
  font-size: 16px;
  line-height: 2.125;
}
.plan_link a:hover {
  opacity: 0.6;
  color: #009bb5;
}
.plan_link a:visited {
  color: #009bb5;
}

@media screen and (max-width: 768px) {
  .plan_link + .plan_link {
    margin-top: 6.66667vw;
  }
  .plan_link a {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}

/* --------------------------------
  事業案内
-------------------------------- */
.section-guide {
  padding: 118px 0 118px;
}
@media screen and (max-width: 768px) {
  .section-guide {
    padding: 14.66667vw 0 20vw;
  }
}

.guide_heading {
  opacity: 0;
  margin-bottom: 55px;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .guide_heading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .guide_heading {
    margin: 6vw 0 5.33333vw;
  }
}

.guide_list {
  opacity: 0;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (min-width: 769px) {
  .guide_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
}
.is-active .guide_list {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.guide_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .guide_item {
    width: 100%; 
    max-width: 446px;
  }
}
@media screen and (min-width: 769px) {
  .guide_item + .guide_item {
    margin-left: 140px;
  }
}
@media screen and (min-width: 769px) {
  .guide_item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -64px;
    margin: auto;
    width: 1px;
    height: 334px;
    background-color: #dadada;
  }
}
@media screen and (max-width: 768px) {
  .guide_item:first-child {
    margin-bottom: 10.66667vw;
    padding-bottom: 10.13333vw;
    border-bottom: 1px solid #dadada;
  }
}

.guide_item_title {
  margin-top: 24px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide_item_title {
    margin-top: 5.33333vw;
    font-size: 4.8vw;
  }
}

.guide_item_lead {
  margin-top: 24px;
  color: #009bb5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .guide_item_lead {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.guide_item_text {
  margin-top: 8px;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .guide_item_text {
    margin-top: 2vw;
    line-height: 1.75;
  }
}

/* --------------------------------
  沿革
-------------------------------- */
.section-history {
  position: relative;
  padding: 178px 0 218px;
}
@media screen and (min-width: 769px) {
  .section-history {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .section-history {
    padding: 20.8vw 0 5.33333vw;
  }
}
.section-history .l-inner {
  z-index: 1;
}

.history_heading {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .history_heading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.history_main {
  opacity: 0;
  padding-top: 43px;
  padding-left: 581px;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .history_main {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .history_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .history_dataList {
    margin-top: 4vw; 

    -webkit-box-ordinal-group: 2; 

        -ms-flex-order: 1; 

            order: 1;
  }
}

.history_dataList dt {
  padding: 10px 18px; 
  width: 115px;
}
@media screen and (max-width: 768px) {
  .history_dataList dt {
    padding: 2.4vw 3.2vw; 
    width: 29.85%;
  }
}

.history_dataList dd {
  padding: 10px 0 12px 15px;
  width: calc(100% - 115px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .history_dataList dd {
    padding: 2.4vw 3.2vw; 
    width: 70.15%;
  }
}

.history_dataList .m-dataList_notes {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .history_gallary {
    position: absolute;
    top: 27px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .history_gallary {
    overflow: hidden;
    opacity: 0;
    margin: 16vw -5.33333vw 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px); 

    -webkit-box-ordinal-group: 3; 

        -ms-flex-order: 2; 

            order: 2;
  }
  .is-active .history_gallary {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.history_gallary_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_gallary_item {
    width: 66.66667vw !important;
  }
  .history_gallary_item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .history_gallary_item {
    width: 340px;
  }
  .history_gallary_item.history_gallary_item-1968,
  .history_gallary_item.history_gallary_item-2013 {
    width: 206px;
  }
  .history_gallary_item.history_gallary_item-1950 {
    margin-left: 20px;
  }
  .history_gallary_item.history_gallary_item-1968 {
    margin-top: 140px; 
    margin-left: 40px;
  }
  .history_gallary_item.history_gallary_item-1993 {
    margin-top: 44px;
    margin-left: 180px;
  }
  .history_gallary_item.history_gallary_item-2003 {
    margin-top: 67px;
  }
  .history_gallary_item.history_gallary_item-2013 {
    margin-top: 155px;
    margin-left: 40px;
  }
  .history_gallary_item.history_gallary_item-2017 {
    margin-top: 50px;
    margin-left: 180px;
  }
}

@media screen and (max-width: 768px) {
  .history_gallary_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history_gallary_item_year {
  text-align: right; 
  color: #009bb5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .history_gallary_item_year {
    opacity: 0;
    -webkit-transition: opacity 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    -webkit-transform: translateY(20px); 
        -ms-transform: translateY(20px); 
            transform: translateY(20px);
  }
  .is-active.history_gallary_item .history_gallary_item_year {
    opacity: 1; 
    -webkit-transform: translateY(0px); 
        -ms-transform: translateY(0px); 
            transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .history_gallary_item_year {
    padding: 2.66667vw 2.26667vw 0;
    text-align: left;
    letter-spacing: 0.04em; 
    font-size: 4.53333vw;

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;
  }
}

@media screen and (min-width: 769px) {
  .history_gallary_item_thumb {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s, -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s, -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s, transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s, transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    -webkit-transform: translateY(40px); 
        -ms-transform: translateY(40px); 
            transform: translateY(40px);
  }
  .is-active.history_gallary_item .history_gallary_item_thumb {
    opacity: 1; 
    -webkit-transform: translateY(0px); 
        -ms-transform: translateY(0px); 
            transform: translateY(0px);
  }
  .history_gallary_item_thumb.history_gallary_item_thumb-small {
    width: 206px;
    height: 133px;
  }
  .history_gallary_item-1950 .history_gallary_item_thumb:nth-child(3),
  .history_gallary_item-2003 .history_gallary_item_thumb:nth-child(3) {
    opacity: 0;
    position: absolute;
    right: -83px;
    bottom: -94px;
    -webkit-transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s 0.3s, -webkit-transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s 0.3s, -webkit-transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s 0.3s, transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: opacity cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.8s 0.3s, transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; 
    -webkit-transform: translateY(60px); 
        -ms-transform: translateY(60px); 
            transform: translateY(60px);
  }
  .is-active.history_gallary_item .history_gallary_item_thumb:nth-child(3) {
    opacity: 1; 
    -webkit-transform: translateY(0px); 
        -ms-transform: translateY(0px); 
            transform: translateY(0px);
  }
  .history_gallary_item_thumb img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .history_gallary_item_thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .history_gallary_item_thumb:nth-child(3) {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .history_gallary_item_text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .history_gallary_item_text {
    display: block;
    padding: 0 2.26667vw; 
    font-size: 2.93333vw;

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;
  }
}

/* --------------------------------
  支店・関連会社一覧
-------------------------------- */
.section-office {
  position: relative;
  padding-top: 53px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 205, 229, 0.6)), color-stop(50%, rgba(0, 205, 229, 0.6)), to(#019fc8)), -webkit-gradient(linear, left top, left bottom, from(#bff2f8), color-stop(2%, #bff2f8), color-stop(12%, #00cde5), to(#00cde5));
  background: linear-gradient(180deg, rgba(0, 205, 229, 0.6) 0%, rgba(0, 205, 229, 0.6) 50%, #019fc8 100%), linear-gradient(180deg, #bff2f8 0%, #bff2f8 2%, #00cde5 12%, #00cde5 100%);
}
@media screen and (max-width: 768px) {
  .section-office {
    padding: 20.8vw 0 10vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#34c9e1), color-stop(10%, #34c9e1), color-stop(50%, #019fc8));
    background: linear-gradient(180deg, #34c9e1 0%, #34c9e1 10%, #019fc8 50%);
  }
}
.section-office .anchorLink {
  position: absolute;
  top: -83px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-office .anchorLink {
    top: -14.93333vw;
  }
}

.office_heading {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .office_heading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.office_heading .m-section_heading_title_en {
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .office_heading .m-section_heading_title_en {
    white-space: nowrap; 
    letter-spacing: 0.03em;
    font-size: 6.66667vw;
  }
}
.office_heading .m-section_heading_title_jp {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .office_heading .m-section_heading_title_jp {
    font-size: 2.4vw;
  }
}

/* メイン ---------------- */
.office_main {
  opacity: 0; 
  padding: 55px 0 0 544px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.is-active .office_main {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .office_main {
    padding: 13.33333vw 0 0 0;
  }
}

.office_area {
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .office_area {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-1 .office_area:nth-child(1) dt {
    color: #eaff00;
  }
  .is-current-2 .office_area:nth-child(2) dt {
    color: #eaff00;
  }
  .is-current-3 .office_area:nth-child(3) dt {
    color: #eaff00;
  }
  .is-current-4 .office_area:nth-child(4) dt {
    color: #eaff00;
  }
  .is-current-5 .office_area:nth-child(5) dt {
    color: #eaff00;
  }
  .is-current-6 .office_area:nth-child(6) dt {
    color: #eaff00;
  }
  .is-current-7 .office_area:nth-child(7) dt {
    color: #eaff00;
  }
  .is-current-8 .office_area:nth-child(8) dt {
    color: #eaff00;
  }
  .is-current-9 .office_area:nth-child(9) dt {
    color: #eaff00;
  }
}

.office_area_name {
  position: relative;
  padding: 0 8px;
  background-color: rgba(254, 255, 255, 0.25); 
  color: #22bbce;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .office_area_name {
    padding: 0.66667vw 4vw;
  }
}
.office_area_name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 175px;
  height: 100%;
  background-color: rgba(254, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .office_area_name:after {
    width: 29.33333vw;
  }
}
.office_area_name span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .office_area_name span {
    font-size: 2.93333vw;
  }
}

.office_area_dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 16px 0;
  color: #fff;
}
.office_area-affiliatedCompany .office_area_dataList {
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .office_area_dataList {
    padding: 4.66667vw 0;
  }
}
.office_area_dataList + .office_area_dataList:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(253, 255, 255, 0.6);
}
.office_area_dataList.office_area_dataList-sub:after {
  background: rgba(253, 255, 255, 0.2);
}
.office_area_dataList dt {
  width: 170px;
  letter-spacing: 0.1em; 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.office_area-affiliatedCompany .office_area_dataList dt {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .office_area_dataList dt {
    margin-top: -0.13333vw;
    padding-left: 3.33333vw;
    width: 29.33333vw;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
  .office_area-affiliatedCompany .office_area_dataList dt {
    letter-spacing: 0.04em; 
    font-size: 3.2vw;
  }
}
.office_area_dataList.office_area_dataList-sub dt {
  position: relative;
  left: 1em;
}
.office_area_dataList dd {
  letter-spacing: 0em;
  line-height: 1.42857;
}
@media screen and (min-width: 769px) {
  .office_area_dataList dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .office_area_dataList dd {
    padding-left: 2vw; 
    width: 67vw;
  }
}
.office_area_dataList dd a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .office_area_dataList dd a {
    -webkit-transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .touchevents .office_area_dataList dd a.is-touched,
  .no-touchevents .office_area_dataList dd a:hover {
    color: #eaff00 !important;
  }
}

.office_area_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.office_area_gMap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .office_area_gMap {
    padding-left: 14px;
    width: 66px;
    height: 42px;
  }
  .office_area_gMap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 34px;
    background: rgba(253, 255, 255, 0.2);
  }
}
.office_area_gMap a {
  display: block;
  position: relative;
  background: url(/files/img/corporate/top/office_pin.png) 50% 3px no-repeat;
}
.office_area_gMap a:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 20.3px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: url(/files/img/corporate/top/office_pin_ov.png) no-repeat;
  background-size: cover;
}
.office_area_gMap a span {
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.touchevents .office_area_gMap a.is-touched:before,
.no-touchevents .office_area_gMap a:hover:before {
  opacity: 1;
}
.touchevents .office_area_gMap a.is-touched span,
.no-touchevents .office_area_gMap a:hover span {
  color: #eaff00;
}
@media screen and (min-width: 769px) {
  .office_area_gMap a {
    padding-top: 24px;
    background-size: 12px auto; 
    text-align: center;
    font-size: 10px;
  }
  .office_area_gMap a span {
    display: inline-block;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .office_area_gMap a {
    padding: 1.86667vw 0 1.86667vw 4vw;
    background-position: 0 50%;
    background-size: 2.66667vw auto; 
    font-size: 2.93333vw;
  }
  .office_area_gMap a:before {
    top: 0;
    right: auto;
    bottom: 0;
    width: 2.66667vw;
    height: 4.53333vw;
  }
}

.office_main_notes {
  color: #fff; 
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .office_main_notes {
    text-align: center; 
    font-size: 2.66667vw;
  }
}

/* マップ ---------------- */
.office_mapWrap {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s, transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.is-active .office_mapWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .office_mapWrap.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1240px;
  }
  .office_mapWrap.is-bottomFixed {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .office_mapWrap {
    position: static !important;
  }
}

.office_map {
  position: absolute;
  top: 55px;
  left: -104px;
  width: 630px;
  height: 630px; 
  background: url(/files/img/corporate/top/office_img_map.png) 0 0 no-repeat;
  background-size: 630px auto;
}
@media screen and (min-width: 769px) {
  .is-fixed .office_map {
    top: 120px;
    left: -64px;
  }
  .is-bottomFixed .office_map {
    position: absolute;
    top: 130px;
    left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .office_map {
    position: relative;
    top: 0;
    left: 0;
    margin: -13.33333vw -5.33333vw 0;
    width: auto;
    height: 77.33333vw;
    background-size: 100% auto;
  }
}

.office_map_subList {
  position: absolute;
  top: 35px;
  left: 13px;
  padding-top: 49px;
}
@media screen and (max-width: 768px) {
  .office_map_subList {
    top: 7.33333vw;
    left: 3.33333vw;
    padding-top: 10.8vw;
  }
}
.office_map_subList:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 95px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .office_map_subList:after {
    width: 1px;
    height: 21.73333vw;
  }
}
.office_map_subList li {
  position: relative;
  padding-bottom: 7px;
  padding-left: 17px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .office_map_subList li {
    margin-bottom: 2.4vw; 
    padding-bottom: 0;
    font-size: 2.53333vw;
  }
}
.office_map_subList li:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .office_map_subList li:after {
    top: 0;
    height: 1px;
  }
}

.office_map_item {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .office_map_item {
    letter-spacing: 0.06em; 
    font-size: 2.53333vw;
  }
}
.office_map_item:before,
.office_map_item:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 2px;
  margin: auto;
  border-radius: 50%; 
  width: 9px;
  height: 9px;
  background-color: #c2f1f8;
}
@media screen and (max-width: 768px) {
  .office_map_item:before,
  .office_map_item:after {
    top: 4.53333vw;
    left: 0.53333vw;
    width: 1.46667vw;
    height: 1.46667vw;
  }
}
.office_map_item:before {
  opacity: 0; 
  z-index: 2;
  background: url(/files/img/corporate/top/office_map_current.png) 0 0 no-repeat;
  background-size: 100%;
}
.office_map_item:nth-child(1) {
  top: 163px;
  left: 455px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(1) {
    top: 23.73333vw;
    left: 72vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-7 .office_map_item:nth-child(1) {
    color: #eaff00;
  }
  .is-current-7 .office_map_item:nth-child(1):after {
    background-color: #eaff00;
  }
  .is-current-7 .office_map_item:nth-child(1):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(2) {
  top: 276px;
  left: 484px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(2) {
    top: 43.33333vw;
    left: 75.2vw;
  }
}
.office_map_item:nth-child(2):after,
.office_map_item:nth-child(2):before {
  top: 8px;
  left: -14px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(2):after,
  .office_map_item:nth-child(2):before {
    top: 1.6vw;
    left: -2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-2 .office_map_item:nth-child(2) {
    color: #eaff00;
  }
  .is-current-2 .office_map_item:nth-child(2):after {
    background-color: #eaff00;
  }
  .is-current-2 .office_map_item:nth-child(2):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(3) {
  top: 237px;
  left: 398px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(3) {
    top: 37.6vw;
    left: 63.33333vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-5 .office_map_item:nth-child(3) {
    color: #eaff00;
  }
  .is-current-5 .office_map_item:nth-child(3):after {
    background-color: #eaff00;
  }
  .is-current-5 .office_map_item:nth-child(3):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(4) {
  top: 242px;
  left: 501px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(4) {
    top: 38.66667vw;
    left: 80.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(4):after,
  .office_map_item:nth-child(4):before {
    top: 1.6vw;
    left: -2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-9 .office_map_item:nth-child(4) {
    color: #eaff00;
  }
  .is-current-9 .office_map_item:nth-child(4):after {
    background-color: #eaff00;
  }
  .is-current-9 .office_map_item:nth-child(4):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(5) {
  top: 289px;
  left: 413px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(5) {
    top: 47.2vw;
    left: 65.86667vw;
  }
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(5):after,
  .office_map_item:nth-child(5):before {
    top: 1.6vw;
    left: -2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-6 .office_map_item:nth-child(5) {
    color: #eaff00;
  }
  .is-current-6 .office_map_item:nth-child(5):after {
    background-color: #eaff00;
  }
  .is-current-6 .office_map_item:nth-child(5):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(6) {
  top: 281px;
  left: 353px; 
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(6) {
    top: 42.53333vw;
    left: 54.66667vw;
    font-size: 2.53333vw;
  }
  .office_map_item:nth-child(6):after {
    top: 17px;
    left: 7px; 
    width: 48px;
    height: 48px;
    background: url(/files/img/corporate/top/office_map_current.png) 0 0 no-repeat;
    background-size: 48px auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .office_map_item:nth-child(6):after {
    top: 2.66667vw;
    left: -0.8vw;
    width: 8.26667vw;
    height: 8.26667vw;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .office_map_item:nth-child(6):after,
  .office_map_item:nth-child(6):before {
    top: 26px;
    left: 10px;
  }
  .is-current-1 .office_map_item:nth-child(6) {
    color: #eaff00;
  }
  .is-current-1 .office_map_item:nth-child(6) .office_map_subList {
    color: #fff;
  }
  .is-current-1 .office_map_item:nth-child(6):after {
    background-color: #eaff00;
  }
  .is-current-1 .office_map_item:nth-child(6):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(7) {
  top: 281px;
  left: 346px; 
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(7) {
    top: 42.53333vw;
    left: 53.33333vw;
    font-size: 2.53333vw;
  }
  .office_map_item:nth-child(7):after {
    top: 17px;
    left: 7px; 
    width: 48px;
    height: 48px;
    background: url(/files/img/corporate/top/office_map_current.png) 0 0 no-repeat;
    background-size: 48px auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .office_map_item:nth-child(7):after {
    top: 2.66667vw;
    left: -0.8vw;
    width: 8.26667vw;
    height: 8.26667vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(7) .office_map_subList {
    padding-top: 25.6vw;
  }
  .office_map_item:nth-child(7) .office_map_subList:after {
    height: 26.66667vw;
  }
}
@media screen and (min-width: 769px) {
  .office_map_item:nth-child(7):after,
  .office_map_item:nth-child(7):before {
    top: 26px;
    left: 10px;
  }
  .office_map_item:nth-child(7) .office_map_subList {
    padding-top: 107px;
  }
  .office_map_item:nth-child(7) .office_map_subList:after {
    height: 115px;
  }
  .is-current-1 .office_map_item:nth-child(7) {
    color: #eaff00;
  }
  .is-current-1 .office_map_item:nth-child(7) .office_map_subList {
    color: #fff;
  }
  .is-current-1 .office_map_item:nth-child(7):after {
    background-color: #eaff00;
  }
  .is-current-1 .office_map_item:nth-child(7):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(8) {
  top: 288px;
  left: 256px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(8) {
    top: 50vw;
    left: 36vw;
  }
}
.office_map_item:nth-child(8):after,
.office_map_item:nth-child(8):before {
  left: 42px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(8):after,
  .office_map_item:nth-child(8):before {
    top: -0.93333vw;
    right: 0.53333vw;
    left: auto;
  }
}
@media screen and (min-width: 769px) {
  .is-current-3 .office_map_item:nth-child(8) {
    color: #eaff00;
  }
  .is-current-3 .office_map_item:nth-child(8):after {
    background-color: #eaff00;
  }
  .is-current-3 .office_map_item:nth-child(8):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(9) {
  top: 282px;
  left: 180px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(9) {
    top: 42.53333vw;
    left: 24.53333vw;
  }
}
.office_map_item:nth-child(9):after,
.office_map_item:nth-child(9):before {
  right: 0.53333vw;
  left: auto;
}
@media screen and (min-width: 769px) {
  .is-current-8 .office_map_item:nth-child(9) {
    color: #eaff00;
  }
  .is-current-8 .office_map_item:nth-child(9):after {
    background-color: #eaff00;
  }
  .is-current-8 .office_map_item:nth-child(9):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}
.office_map_item:nth-child(10) {
  top: 316px;
  left: 86px;
}
@media screen and (max-width: 768px) {
  .office_map_item:nth-child(10) {
    top: 47.86667vw;
    left: 11.73333vw;
  }
}
@media screen and (min-width: 769px) {
  .is-current-4 .office_map_item:nth-child(10) {
    color: #eaff00;
  }
  .is-current-4 .office_map_item:nth-child(10):after {
    background-color: #eaff00;
  }
  .is-current-4 .office_map_item:nth-child(10):before {
    -webkit-animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
            animation: mapCurrent cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s forwards;
  }
}

/* --------------------------------
  コンテンツフッターバナー
-------------------------------- */
.corporate_banner {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .corporate_banner {
    padding: 15.33333vw 5.33333vw 0;
  }
}

/* --------------------------------
  Animation Keyframe
-------------------------------- */
@-webkit-keyframes mapCurrent {
  0% {
    opacity: 0; 
    -webkit-transform: scale(0); 
            transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0; 
    -webkit-transform: scale(6.1); 
            transform: scale(6.1);
  }
}
@keyframes mapCurrent {
  0% {
    opacity: 0; 
    -webkit-transform: scale(0); 
            transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0; 
    -webkit-transform: scale(6.1); 
            transform: scale(6.1);
  }
}