/*========================================
Re:vite
Date : 20181024
URL : http://venture-lab.jp/
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
Animate
========================================*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes cotents_bg_01 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

@keyframes cotents_bg_01 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cotents_bg_02 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

@keyframes cotents_bg_02 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes cotents_bg_03 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

@keyframes cotents_bg_03 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cotents_bg_04 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

@keyframes cotents_bg_04 {
  from {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  to {
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

[data-aos="line-og"] {
  width: 0% !important;
  transition-property: width;
  float: none !important;
}

[data-aos="line-og"].aos-animate {
  width: 100% !important;
}


/*========================================
Text Format
========================================*/
p {
  word-break: break-all;
  overflow-wrap: break-word;
}

/*========================================
Wrapper
========================================*/
.wide-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.main-wrapper {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.sub-wrapper {
  width: 100%;
  float: left;
}

.cont-h-l_ar, .cont-h-r_ar {
  width: 50%;
  float: left;
}

.main-hero_ar {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
  .main-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .main-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper {
    width: 100%;
  }
}

/*========================================
Top page
========================================*/
.top-main-image_ar {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.top-main-image_ar video {
  min-height: 400px;
}
.top-main-image_ar .banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.top-main-image_ar .banner_txt .main-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-main-image_ar .banner_txt h3 {
  font-size: 4rem;
  font-weight: bold !important;
  font-style: italic;
  margin-bottom: 30px;
}
.top-main-image_ar .banner_txt p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}
.top-contents_ar-01, .top-contents_ar-02 {
  width: 100%;
  height: 700px;
  margin: 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.top-category_ar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.top-category_ar:hover .top-category_title .title_content {
  opacity: 0.7;
}
.top-category_ar .top-category_title .title_content:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}



.top-category_ar h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.top-category_ar h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.top-category_ar h4 span {
  font-size: 2rem;
}

.top-category_ar p {
  font-size: 1rem;
  line-height: 1.5;
}

.top-category_ar .top-category_title {
  width: 100%;
  padding: 18px 10px 10px;
  text-align: center;
  /* border-bottom: 20px solid #fff; */
  -webkit-transition: all 1s;
  transition: all 1s;
}

.on .top-category_ar .top-category_title {
  border-color: transparent;
}

.top-category_ar .top-category_title .title_content {
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}

.top-category_ar ul {
  width: 100%;
  list-style: none;
  /* border: 2px solid #f0f0ee; */
  border-radius: 10px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.on .top-category_ar ul {
  border: none;
}

.top-category_ar li {
  width: 50%;
  height: 172px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  float: left;
  border-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.on .top-category_ar li {
  border-radius: 20px;
  border: 10px solid transparent;
  transition: 1.0s;
}

.top-category_ar li:hover {
  border: 20px solid transparent;
}

.top-category_ar a {
  height: 100%;
  color: #474747;
  background: rgba(255, 255, 255, 0.7) url(../images/icon/arrow-nav_r-gr.png) center right 15px/15px 17px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #f0f0ee;
}

.on .top-category_ar a {
  border-radius: 20px;
}

.top-category_ar li:first-child a {
  border-left: none;
  border-bottom: 2px solid #f0f0ee;
}

.top-category_ar li:nth-child(2) a {
  border-bottom: 2px solid #f0f0ee;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes move_btn {
  0%   {background: rgba(255, 255, 255, 1) url() center right 18px/15px 17px no-repeat;}
  25%  {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 18px/15px 17px no-repeat;}
  75%  {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 10px/15px 17px no-repeat;}
  100% {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 15px/15px 17px no-repeat;}
}

@keyframes move_btn {
  0%   {background: rgba(255, 255, 255, 1) url() center right 18px/15px 17px no-repeat;}
  25%  {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 18px/15px 17px no-repeat;}
  75%  {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 10px/15px 17px no-repeat;}
  100% {background: rgba(255, 255, 255, 1) url(../images/icon/arrow-nav_r-or.png) center right 15px/15px 17px no-repeat;}
}
.top-category_ar a:hover {
  color: #000;
  -webkit-animation-name: move_btn;  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: .5s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-name: move_btn;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.top-cotents_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.top-cotents_bg.consulting {
  background: #fff url(../../lib/images/contents/fotolia_16004736.jpg) no-repeat;
  background-size: cover;
}

.top-cotents_bg.company {
  background: #fff url(../../lib/images/contents/bg-video.png) no-repeat;
  background-size: cover;
}

.top-cotents_bg1 #video_02 {
  display: none;
}

.top-cotents_bg2 #video_01 {
  display: none;
}

#video_01 {
  opacity: 0.4;
}

.on .consulting.top-cotents_bg1 {
  background: url(../images/contents/fotolia_16004736.jpg) center center/cover no-repeat;
  opacity: 1;
  -webkit-animation-name: cotents_bg_01;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_01;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.on .consulting.top-cotents_bg2 {
  background: url(../images/contents/fotolia_130570167.jpg) center center/cover no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -webkit-animation-name: cotents_bg_02;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.on .consulting.top-cotents_bg3 {
  background: url(../images/contents/fotolia_208039979.jpg) center center/cover no-repeat;
  opacity: 1;
  -webkit-animation-name: cotents_bg_03;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_03;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.on .consulting.top-cotents_bg4 {
  background: url(../images/contents/fotolia_198130298.jpg) center center/cover no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -webkit-animation-name: cotents_bg_04;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_04;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.on .company.top-cotents_bg1 {
  background: url(../images/contents/bg-video.png) center center/cover no-repeat;
  opacity: 1;
  -webkit-animation-name: cotents_bg_01;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_01;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.on .company.top-cotents_bg2 {
  background: url(../images/contents/fotolia_130570167.jpg) center center/cover no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -webkit-animation-name: cotents_bg_02;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.on .company.top-cotents_bg3 {
  background: url(../images/contents/fotolia_84702915.jpg) center center/cover no-repeat;
  opacity: 1;
  -webkit-animation-name: cotents_bg_03;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_03;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.on .company.top-cotents_bg4 {
  background: url(../images/contents/fotolia_95259579.jpg) center center/cover no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -webkit-animation-name: cotents_bg_04;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-name: cotents_bg_04;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.top-news_ar {
  width: 100%;
  padding: 60px 0;
  float: left;
}

.top-news_bg {
  background: url("../images/contents/fotolia_102472833.jpg") center center/cover no-repeat;
}

.top-news_ar h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.top-news_ar p {
  font-size: 1rem;
  line-height: 1.5;
}

.top-news_ar .top-news_title {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
  float: left;
}

.top-news-list_ar {
  width: 100%;
  float: left;
}

.top-news-list_ar a {
  width: 100%;
  margin: 0 0 8px;
  padding: 10px 14px;
  font-size: 1.2rem;
  color: #474747;
  background: #fff;
  border-radius: 26px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.top-news-list_ar p.list-date {
  width: 100px;
  font-weight: 700;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.top-news-list_ar p.list-txt {
  width: calc(100% - 114px);
}

.top-news-list_ar img {
  width: 14px;
  height: 14px;
}

.top-news-list_ar a:hover {
  -webkit-box-shadow: 0px 0px 3px 2px #bababa;
          box-shadow: 0px 0px 3px 2px #bababa;
}

.top-news-list_ar a:hover p.list-date {
  color: #fd7e00;
}

.top-news-list_ar a:hover img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.top-news-btn_ar {
  width: 100%;
  margin: 50px 0 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-news-btn_ar a {
  width: 20%;
  padding: 10px 14px;
  height: 3em;
  border: 1px solid #474747;
  border-radius: 25px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-news-btn_ar a p {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.top-news-btn_ar img {
  width: 14px;
  height: 14px;
}

.top-news-btn_ar a:hover {
  color: #fd7e00;
  border: 1px solid #fd7e00;
  -webkit-box-shadow: 0px 0px 3px 0 #fd7e00;
          box-shadow: 0px 0px 3px 0 #fd7e00;
}

.top-news-btn_ar a:hover img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .top-main-image_ar .banner_txt {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .top-main-image_ar .banner_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .top-main-image_ar .banner_txt p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .top-contents_ar-01, .top-contents_ar-02 {
    width: 100%;
    height: auto;
  }
  .top-category_ar {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-category_ar h2 {
    font-size: 2.2rem;
  }
  .top-category_ar h4 {
    font-size: .9rem;
  }
  .top-category_ar h4 span {
    padding: 0 20px;
    font-size: 2rem;
  }
  .top-category_ar p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .top-category_ar .top-category_title {
    width: 100%;
    margin: 50px 0 30px;
    text-align: center;
    float: left;
  }
  .top-category_ar ul {
    width: calc(100% - 40px);
    margin: 20px 20px 50px;
  }
  .top-category_ar li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #474747;
  }
  .top-category_ar li:first-child {
    border-left: none;
    border-top: none;
  }
  .top-category_ar a {
    padding: 0;
    color: #474747;
    background: rgba(255, 255, 255, 0.7) url(../images/icon/arrow-nav_r-gr.png) center right 15px/20px 24px no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-category_ar a:hover {
    background: rgba(255, 255, 255, 0.7) url(../images/icon/arrow-nav_r-or.png) center right 15px/20px 24px no-repeat;
  }
  .top-category_ar a.nth-nuber_1 {
    border-radius: 10px 0 0 10px;
  }
  .top-category_ar a.nth-nuber_4 {
    border-radius: 0 10px 10px 0;
  }
  .top-news_ar h2 {
    font-size: 2.2rem;
  }
  .top-news_ar p {
    font-size: .9rem;
  }
  .top-news-list_ar a {
    width: calc(100% - 40px);
    margin: 0 20px 8px;
    padding: 14px 20px;
    font-size: 1rem;
    display: block;
  }
  .top-news-list_ar p.list-date {
    width: 100%;
    background: url(../images/icon/arrow-nav_r-gr.png) right center no-repeat;
    background-size: 14px auto;
  }
  .top-news-list_ar p.list-txt {
    width: 100%;
  }
  .top-news-list_ar img {
    display: none;
  }
  .top-news-btn_ar a {
    width: 60%;
    padding: 10px 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-main-image_ar .banner_txt {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .top-main-image_ar .banner_txt h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .top-main-image_ar .banner_txt p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .top-contents_ar-01, .top-contents_ar-02 {
    width: 100%;
    height: 480px;
  }
  .top-category_ar {
    width: 100%;
    height: 480px;
  }
  .top-category_ar h2 {
    font-size: 3rem;
  }
  .top-category_ar h4 {
    font-size: .9rem;
  }
  .top-category_ar h4 span {
    font-size: 1.4rem;
  }
  .top-category_ar p {
    font-size: .9rem;
    line-height: 1.5;
  }
  .top-category_ar .top-category_title {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
    float: left;
  }
  .top-category_ar ul {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .top-category_ar a {
    background: rgba(255, 255, 255, 0.7) url(../images/icon/arrow-nav_r-gr.png) center right 10px/15px 19px no-repeat;
  }
  .top-category_ar a:hover {
    background: rgba(255, 255, 255, 0.7) url(../images/icon/arrow-nav_r-or.png) center right 10px/15px 19px no-repeat;
  }
  .top-news-list_ar {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
  }
  .top-news-btn_ar a {
    width: 40%;
  }
}

/*========================================
Contents title
========================================*/
.contents-main-title {
  width: 100%;
  margin: 0;
  padding: 140px 0 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-main-title.bg-company {
  background: url("../images/contents/bg-video.png") center center no-repeat;
  background-size: cover;
}

.contents-main-title h2 {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.contents-main-title h2 span {
  font-size: 3rem;
  text-transform: uppercase;
}

.contents-main-title p {
  font-size: 1rem;
  line-height: 1.5;
}

.contents-sub-title {
  width: 100%;
  float: left;
}

.contents-sub-title h3 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.contents-sub-title p {
  font-size: 1rem;
  line-height: 1.8;
}

.contents-title_mg {
  margin: 100px 0 10px;
}

@media screen and (max-width: 374px) {
  .contents-title_mg {
    margin: 50px 0 10px;
  }
  .contents-sub-title {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .contents-title_mg {
    margin: 60px 0 10px;
  }
  .contents-sub-title {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
  }
  .contents-sub-title h3 {
    font-size: 1.3rem;
  }
  .contents-sub-title p {
    font-size: .9rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contents-sub-title {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
  }
}

/*========================================
Contents item
========================================*/
.contents-display_ar {
  width: 100%;
  margin: 20px 0;
  padding: 50px 180px;
}

.contents-display_ar-2 {
  width: 100%;
  margin: 20px 0;
  padding: 50px 80px;
}

.contents-display_ar, .contents-display_ar-2 {
  background: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.contents-display_mg {
  width: 100%;
  margin: 0;
  padding: 0 100px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-display_ar h3, .contents-display_ar-2 h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.contents-display_mg h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
}

.contents-display_ar h4, .contents-display_ar-2 h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.contents-display_ar-2 h5 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.contents-display_ar-2 h5 span {
  font-size: 1rem;
}

.contents-display_ar-2 h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.contents-display_ar p, .contents-display_ar-2 p {
  padding: 5px 0 30px;
  font-size: 1rem;
  line-height: 1.8;
}

.contents-display_ar hr, .contents-display_ar-2 hr {
  width: 100%;
  height: 0px;
  margin: .5em 0 1em;
  border-radius: 4px;
  border: 4px solid #fd7e00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mg-b_5 {
  margin-bottom: 5px;
}

.mg-b_20 {
  margin-bottom: 20px;
}

.contents-display_ar-2 hr.ling-short {
  width: 100%;
  height: 0px;
  margin: .5em 0 1em;
  border-radius: 4px;
  border: 2px solid #e6e6e6;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-display_ar-2 hr.line-og {
  width: 10%;
  height: 0px;
  border-radius: 4px;
  border: 4px solid #fd7e00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.contents-display_ar-2 hr.line-og02 {
  border: 4px solid #fd7e00;
}

.contents-display_ar-2 hr.line-gy {
  width: calc(90% - 20px);
  height: 0px;
  margin-left: 20px;
  border-radius: 4px;
  border: 4px solid #fd7e00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media only screen and (max-width: 767px) {
  .contents-display_ar-2 hr.line-og {
    /*display: none;*/
    width: 100%;
  }
  .contents-display_ar-2 hr.line-gy {
    width: calc(100% - 20px);
    display: none;
  }
}

.contents-display_ar-2 img {
  width: 100%;
  margin: 20px 0;
  float: left;
}

.contents-display_ar-2 img.service-image_01 {
  width: 70%;
  margin: 20px auto 20px 15%;
}

.contents-display_ar-2 dl {
  width: 100%;
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.8;
  float: left;
}

.contents-display_ar-2 dt {
  width: 120px;
  float: left;
}

.contents-display_ar-2 dd {
  width: calc(100% - 150px);
  margin-left: 30px;
  float: left;
}

.contents-display_ar-2 >ul {
  width: calc(100% - 160px);
  margin: 0 80px 80px;
  list-style: none;
  float: left;
}

.contents-display_ar-2 >li {
  width: calc(50% - 20px);
  margin: 0 10px 30px;
  float: left;
}

.contents-display_ar-2 >ul.t_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 70px;
}

.img_consul {
  display: block;
  margin: 30px auto 40px !important;
  max-width: 600px;
}

.contents-display_ar-2 >ul.t_01 li {
  width:  23%;
}

.contents-display_ar-2 li p {
  padding: 0;
  font-size: 1rem;
  text-align: center;
}

.contents-display_inner {
  width: 100%;
  float: left;
}

.contents-display_inner h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.contents-display_inner dl {
  width: 100%;
  margin: 20px 0 20px;
  padding: 30px 0 0;
  border-top: 3px solid #f1f1f1;
  float: left;
}

.contents-display_inner dt {
  width: 170px;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.8;
  float: left;
  /*font-family: a-otf-ud-shin-go-pr6n, sans-serif;*/
	font-weight: 600 !important;
	font-style: normal;
	letter-spacing: .065em;
	line-height: 1.6;
}

.contents-display_inner dd {
  width: calc(100% - 200px);
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1.8;
  float: left;
  opacity: .8;
}

.contents-display_inner-2 {
  width: 100%;
  float: left;
}

.contents-display_inner-2 h5 {
  padding: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.contents-display_inner-2 p {
  padding: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents-display_inner-2 p span {
  padding: 4px 15px;
  font-size: .9rem;
  color: #fff;
  /* background: #fd7e00; */
  background: #00d7d5;
  border-radius: 20px;
}

.contents-display_inner-2 dl {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-bottom: 3px solid #f1f1f1;
  float: left;
}

.contents-display_inner-2 dl:last-child {
  border-bottom: none;
}

.contents-display_inner-2 dt {
  width: calc(60% - 30px);
  margin-right: 30px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .contents-display_inner-2 dt {
    width: 100%;
    margin-right: 0;
  }
}

.contents-display_inner-2 dd {
  width: calc(40% - 30px);
  margin-left: 30px;
  float: left;
}

.contents-display_inner-3 {
  width: 100%;
  margin: 0;
  padding: 0 2%;
  float: left;
  box-sizing: border-box;
}

.contents-btn_ar {
  width: 100%;
  margin: 40px 0 80px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-btn_ar a {
  width: 30%;
  padding: 10px 14px;
  height: 3em;
  border: 1px solid #474747;
  border-radius: 25px;
  background: #fff;
  color: #474747;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contents-btn_ar.arrow-hover-og a {
width: 100%;
margin: 20px 50px;
border-color: #fd7e00;
  background: #fd7e00;
  color: #fff;
}


.contents-btn_ar.arrow-hover-gn a {
width: 100%;
margin: 20px 50px;
  border-color: #06C755;
  background: #06C755;
  color: #fff;
}



.contents-btn_ar a p {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.contents-btn_ar img {
  width: 14px;
  height: 14px;
}

.contents-btn_ar a:hover {
  color: #fd7e00;
  border: 1px solid #fd7e00;
  -webkit-box-shadow: 0px 0px 3px 0 #fd7e00;
          box-shadow: 0px 0px 3px 0 #fd7e00;
}

.contents-btn_ar.arrow-hover-og a:hover {
  color: #fd7e00;
  background: #fff;
}


.contents-btn_ar.arrow-hover-gn a:hover {
  border: 1px solid #06C755;
  -webkit-box-shadow: 0px 0px 3px 0 #06C755;
          box-shadow: 0px 0px 3px 0 #06C755;
  color: #06C755;
  background: #fff;
}


.contents-btn_ar a:hover img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contents-btn_ar-2 {
  width: 100%;
  margin: 40px 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-btn_ar-2 a {
  width: auto;
  margin: 0 0 20px;
  padding: 24px 40px;
  height: 3em;
  border: 3px solid #fd7e00;
  border-radius: 3em;
  background: #fd7e00;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contents-btn_ar-2 a p {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-width: 767px) {
  .contents-btn_ar-2 a {
    padding: 24px 30px;
  }
  .contents-btn_ar-2 a p {
    font-size: 1.2rem;
  }
}

.contents-btn_ar-2 a img {
  width: 12px;
  height: 16px;
  margin-left: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contents-btn_ar-2 a:hover {
  background: #ffffff;
}

.contents-btn_ar-2 a:hover p {
  color: #fd7e00;
}

.contents-btn_ar-2 a:hover img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

@media screen and (max-width: 374px) {
  .company-title_mg {
    margin: 60px 0 10px;
  }
  .contents-display_ar, .contents-display_ar-2 {
    width: calc(100% - 20px);
    margin: 20px 10px;
    padding: 30px 20px;
  }
  .contents-display_inner-3 {
    width: calc(100% - 20px);
    margin: 0 20px;
  }
  .contents-display_ar h3 {
    font-size: 2.2rem;
  }
  .contents-display_ar h4, .contents-display_ar-2 h4 {
    font-size: 1.06rem;
  }
  .contents-display_ar-2 h5 {
    font-size: 1.2rem;
  }
  .contents-display_ar-2 h5 span {
    font-size: .8rem;
  }
  .contents-display_ar-2 h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .contents-display_ar p, .contents-display_ar-2 p {
    padding: 5px 0 30px;
    font-size: .8rem;
    line-height: 1.5;
  }
  .contents-display_ar hr {
    width: 70%;
    height: 0px;
    margin-left: 15%;
  }
  .contents-display_ar-2 dl {
    font-size: .9rem;
    line-height: 1.5;
  }
  .contents-display_ar-2 dd {
    width: 100%;
    margin-left: 0;
  }
  .contents-display_ar-2 >ul {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  .contents-display_ar-2 >li {
    width: 100%;
    margin: 0 0 20px;
    float: left;
  }
  .contents-display_ar-2 li p {
    padding: 0;
    font-size: .9rem;
    text-align: center;
  }
  .contents-display_mg {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents-display_mg h3 {
    font-size: 1.6rem;
  }
  .contents-display_inner {
    width: 100%;
    float: left;
  }
  .contents-display_inner h4 {
    font-size: 1.1rem;
  }
  .contents-display_inner dl {
    width: 100%;
    margin: 20px 0 20px;
    padding: 20px 0 0;
    border-top: 3px solid #f1f1f1;
    float: left;
  }
  /*.contents-display_inner dt {
    width: 100%;
    font-size: 1.2rem;
  }*/
  .contents-display_inner dd {
    width: 100%;
    margin: 10px 0 0;
    font-size: .8rem;
    line-height: 1.5;
  }
  .contents-btn_ar {
    width: 100%;
    margin: 20px 0 50px;
  }
  .contents-btn_ar a {
    width: 80%;
    padding: 10px 14px;
    height: 3em;
  }
.contents-btn_ar.arrow-hover-gn  {
    width: 100%;
    margin: 3px 0 20px;
  }
.contents-btn_ar.arrow-hover-og  {
    width: 100%;
    margin: 20px 0 3px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .company-title_mg {
    margin: 60px 0 10px;
  }
  .contents-display_ar, .contents-display_ar-2 {
    width: calc(100% - 20px);
    margin: 20px 10px;
    padding: 30px 20px;
  }
  .contents-display_inner-3 {
    margin: 0 auto;
  }
  .contents-display_ar h3 {
    font-size: 2.2rem;
  }
  .contents-display_ar h4, .contents-display_ar-2 h4 {
    font-size: 1.28rem;
  }
  .contents-display_ar-2 h5 {
    font-size: 1.2rem;
  }
  .contents-display_ar-2 h5 span {
    font-size: .9rem;
  }
  .contents-display_ar-2 h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .contents-display_ar p, .contents-display_ar-2 p {
    padding: 5px 0 30px;
    font-size: .9rem;
    line-height: 1.5;
  }
  .contents-display_ar hr {
    width: 70%;
    height: 0px;
    margin-left: 15%;
  }
  .contents-display_ar-2 dd {
    width: 100%;
    margin-left: 0;
  }
  .contents-display_ar-2 ul {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  .contents-display_ar-2 li {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
    float: left;
  }
  .contents-display_ar-2 li p {
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
  .contents-display_ar-2 >ul.t_01 {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .contents-display_ar-2 >ul.t_01 li {
    width: 48%;
    margin: 0 0 10px;
  }
  .contents-display_mg {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents-display_mg h3 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .contents-display_inner {
    width: 100%;
    float: left;
  }
  .contents-display_inner h4 {
    font-size: 1.1rem;
  }
  .contents-display_inner dl {
    width: 100%;
    margin: 20px 0 20px;
    padding: 20px 0 0;
    border-top: 3px solid #f1f1f1;
    float: left;
  }
  /*.contents-display_inner dt {
    width: 100%;
  }*/
  .contents-display_inner dd {
    width: 100%;
    margin: 10px 0 0;
    font-size: .9rem;
    line-height: 1.5;
  }
  .contents-btn_ar {
    width: 100%;
    margin: 20px 0 50px;
  }
  .contents-btn_ar a {
    width: 70%;
    padding: 10px 14px;
    height: 3em;
  }
.contents-btn_ar.arrow-hover-gn  {
    width: 100%;
    margin: 3px 0 20px;
  }
.contents-btn_ar.arrow-hover-og  {
    width: 100%;
    margin: 20px 0 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contents-display_ar {
    width: calc(100% - 40px);
    margin: 20px;
    padding: 50px 120px;
  }
  .contents-display_ar-2 {
    width: calc(100% - 40px);
    margin: 20px;
    padding: 50px 60px;
  }
  .contents-display_ar-2 ul {
    width: calc(100% - 100px);
    margin: 0 50px 80px;
  }
}









*, *:before, *:after {
	box-sizing: border-box;
}
.contents-btn_list{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.contents-btn_list > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.contents-btn_list > div{
		width: 100%;
	}
}








/*========================================
Company
========================================*/
/* Access Map */
.company-access_map {
  width: 100%;
  height: 0;
  margin: 0 0 60px;
  padding-bottom: 360px;
  /* height setting */
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}

.company-access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 374px) {
  .company-access_map {
    width: 100%;
    height: 0;
    margin: 0 0 60px;
    padding-bottom: 200px;
    /* height setting */
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .company-access_map {
    width: 100%;
    height: 0;
    margin: 0 0 60px;
    padding-bottom: 200px;
    /* height setting */
  }
}

/*========================================
group-button
========================================*/
.group-button-list_ar {
  width: 100%;
  float: left;
}

.group-button-list_ar ul {
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-button-list_ar li {
  width: calc(33.333% - 16px);
  height: 300px;
  margin: 0 16px 24px 0;
  float: left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.group-button-list_ar li:nth-child(2), .group-button-list_ar li:nth-child(5), .group-button-list_ar li:nth-child(8), .group-button-list_ar li:nth-child(11), .group-button-list_ar li:nth-child(14) {
  margin: 0 8px 24px 8px;
}

.group-button-list_ar li:nth-child(3n) {
  margin: 0 0 24px 16px;
}

.group-button-list_ar .op_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*-webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;*/
}

/*.group-button-list_ar li:hover .op_item {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}*/

.group-button-list_ar .list-number {
  background: #000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 0.8s;
}

.group-button-list_ar li.active  .list-number {
  height: 0;
  overflow-y: hidden;
}

/*.group-button-list_ar li:nth-child(3) .list-number {
  background: #fff;
}

.group-button-list_ar li:nth-child(3) .list-number p {
  color: #fd8b40;
}
.group-button-list_ar li:nth-child(3) .list-number hr {
   border: 4px solid #fd8b40;
}
.group-button-list_ar li:nth-child(3) .list-number h4 {
  color: #fd8b40;
}*/

.group-button-list_ar .list-item {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);*/
}
.group-button-list_ar li:hover .list-item {
  top: 0;
  /*-webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);*/
}
.group-button-list_ar .list-item, .group-button-list_ar .list-number {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.group-button-list_ar .list-number p {
  font-size: 6rem;
  color: #fff;
}

.group-button-list_ar .list-number hr {
  width: 30%;
  height: 0px;
  border-radius: 4px;
  border: 4px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.group-button-list_ar .list-number h4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.group-button-list_ar .list-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.group-button-list_ar .list-item p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.group-button-list_ar .list-item hr {
  width: 100%;
  height: 0px;
  margin: .5em 0;
  border-radius: 4px;
  border: 4px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.op-anime_1 {
  -webkit-animation: op-ani_1 0.5s forwards;
          animation: op-ani_1 0.5s forwards;
}

.op-anime_2 {
  -webkit-animation: op-ani_2 0.5s forwards;
          animation: op-ani_2 0.5s forwards;
}

.cl-anime_1 {
  -webkit-animation: cl-ani_1 0.5s forwards;
          animation: cl-ani_1 0.5s forwards;
}

.cl-anime_2 {
  -webkit-animation: cl-ani_2 0.5s forwards;
          animation: cl-ani_2 0.5s forwards;
}

@-webkit-keyframes op-ani_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes op-ani_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes op-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes op-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes cl-ani_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes cl-ani_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes cl-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cl-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 374px) {
  .group-button-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .group-button-list_ar li:nth-child(1n) {
    width: calc(50% - 6px);
    height: 300px;
    margin: 0 6px 12px 0;
  }
  .group-button-list_ar li:nth-child(2n) {
    margin: 0 0 12px 6px;
  }
  .group-button-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  .group-button-list_ar .list-item h4 {
    font-size: 1.1rem;
  }
  .group-button-list_ar .list-item p {
    font-size: .8rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .group-button-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .group-button-list_ar li:nth-child(1n) {
    width: calc(50% - 6px);
    height: 300px;
    margin: 0 6px 12px 0;
  }
  .group-button-list_ar li:nth-child(2n) {
    margin: 0 0 12px 6px;
  }
  .group-button-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  .group-button-list_ar .list-item h4 {
    font-size: 1.1rem;
  }
  .group-button-list_ar .list-item p {
    font-size: .9rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .group-button-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .group-button-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
  }
  .group-button-list_ar .list-item h4 {
    font-size: 1.2rem;
  }
  .group-button-list_ar .list-item p {
    font-size: 1rem;
    line-height: 1.6;
  }
}









/*========================================
Recruit
========================================*/
.recruit-list_ar {
  width: 100%;
  float: left;
}

.recruit-list_ar ul {
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit-list_ar li {
  width: calc(33.333% - 16px);
  height: 300px;
  margin: 0 16px 24px 0;
  float: left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.recruit-list_ar li:nth-child(2), .recruit-list_ar li:nth-child(5), .recruit-list_ar li:nth-child(8), .recruit-list_ar li:nth-child(11), .recruit-list_ar li:nth-child(14) {
  margin: 0 8px 24px 8px;
}

.recruit-list_ar li:nth-child(3n) {
  margin: 0 0 24px 16px;
}

.recruit-list_ar .op_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*-webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;*/
}

/*.recruit-list_ar li:hover .op_item {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}*/

.recruit-list_ar .list-number {
  background: #000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 0.8s;
}

.recruit-list_ar li.active  .list-number {
  height: 0;
  overflow-y: hidden;
}

/*.recruit-list_ar li:nth-child(3) .list-number {
  background: #fff;
}

.recruit-list_ar li:nth-child(3) .list-number p {
  color: #fd8b40;
}
.recruit-list_ar li:nth-child(3) .list-number hr {
   border: 4px solid #fd8b40;
}
.recruit-list_ar li:nth-child(3) .list-number h4 {
  color: #fd8b40;
}*/

.recruit-list_ar .list-item {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);*/
}
.recruit-list_ar li:hover .list-item {
  top: 0;
  /*-webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);*/
}
.recruit-list_ar .list-item, .recruit-list_ar .list-number {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recruit-list_ar .list-number p {
  font-size: 6rem;
  color: #fff;
}

.recruit-list_ar .list-number hr {
  width: 30%;
  height: 0px;
  border-radius: 4px;
  border: 4px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.recruit-list_ar .list-number h4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.recruit-list_ar .list-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.recruit-list_ar .list-item p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.recruit-list_ar .list-item hr {
  width: 100%;
  height: 0px;
  margin: .5em 0;
  border-radius: 4px;
  border: 4px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.op-anime_1 {
  -webkit-animation: op-ani_1 0.5s forwards;
          animation: op-ani_1 0.5s forwards;
}

.op-anime_2 {
  -webkit-animation: op-ani_2 0.5s forwards;
          animation: op-ani_2 0.5s forwards;
}

.cl-anime_1 {
  -webkit-animation: cl-ani_1 0.5s forwards;
          animation: cl-ani_1 0.5s forwards;
}

.cl-anime_2 {
  -webkit-animation: cl-ani_2 0.5s forwards;
          animation: cl-ani_2 0.5s forwards;
}

@-webkit-keyframes op-ani_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes op-ani_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes op-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes op-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes cl-ani_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes cl-ani_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes cl-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cl-ani_2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 374px) {
  .recruit-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .recruit-list_ar li:nth-child(1n) {
    width: calc(50% - 6px);
    height: 300px;
    margin: 0 6px 12px 0;
  }
  .recruit-list_ar li:nth-child(2n) {
    margin: 0 0 12px 6px;
  }
  .recruit-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  .recruit-list_ar .list-item h4 {
    font-size: 1.1rem;
  }
  .recruit-list_ar .list-item p {
    font-size: .8rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .recruit-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .recruit-list_ar li:nth-child(1n) {
    width: calc(50% - 6px);
    height: 300px;
    margin: 0 6px 12px 0;
  }
  .recruit-list_ar li:nth-child(2n) {
    margin: 0 0 12px 6px;
  }
  .recruit-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  .recruit-list_ar .list-item h4 {
    font-size: 1.1rem;
  }
  .recruit-list_ar .list-item p {
    font-size: .9rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .recruit-list_ar ul {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
  }
  .recruit-list_ar .list-item {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
  }
  .recruit-list_ar .list-item h4 {
    font-size: 1.2rem;
  }
  .recruit-list_ar .list-item p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/*========================================
News
========================================*/
.news-cont_ar {
  width: 100%;
  float: left;
}

.news-cont_ar h3 {
  width: 100%;
  margin: 20px 0 0;
  padding: 6px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

/*.news-cont_ar h3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: #474747;
  border-radius: 6px;
}*/

.news-cont_ar p.news-data {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.news-cont_ar p.news-data span {
  width: auto;
  margin: 0;
  padding: 8px 24px;
  font-size: .9rem;
  line-height: 1;
  color: #fd7e00;
  background: #f1f1f1;
  border-radius: 15px;
  float: left;
  display: inline-block;
}

.news-cont_ar p.news-data span.og {
  color: #fff;
  background: #fd7e00;
  margin-left: 20px;
}

.news-cont_ar p.news-com {
  margin: 20px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  clear: both;
}

.news-cont_ar img {
  width: 60%;
  max-width: 500px;
  /* max-height: 300px; */
}

.news-cont_ar a {
  font-size: 1rem;
  color: #0081d4;
  text-decoration: underline;
}

.news-cont_ar p.news-data span.office {
  color: #fff;
  background: #4abb88;
  margin-left: 20px;
}

.news-cont_ar p.news-data span.business {
  color: #fff;
  background: #4e9ded;
  margin-left: 20px;
}

.news-cont_ar p.news-data span.service-news {
  color: #fff;
  background: #ff4549;
  margin-left: 20px;
}

.news-cont_ar p.news-data span.recruit {
  color: #fff;
  background: #99d706;
  margin-left: 20px;
}

.news-cont_ar p.news-data span.media {
  color: #fff;
  background: #ff8800;
  margin-left: 20px;
}

.news-cont_ar p.news-data span.notice {
  color: #fff;
  background: #ff4549;
  margin-left: 20px;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
  .news-cont_ar h3 {
    width: 100%;
    margin: 20px 0 0;
    padding: 6px 20px;
    font-size: 1rem;
  }
  .news-cont_ar p.news-com {
    margin: 20px 0 0;
    font-size: .8rem;
    line-height: 1.5;
    clear: both;
  }
  .news-cont_ar img {
    width: 100%;
    max-width: 500px;
    /* max-height: 300px; */
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .news-cont_ar h3 {
    width: 100%;
    margin: 20px 0 0;
    padding: 6px 20px;
    font-size: 1.2rem;
  }
  .news-cont_ar p.news-com {
    margin: 20px 0 0;
    font-size: .9rem;
    line-height: 1.5;
    clear: both;
  }
  .news-cont_ar img {
    width: 100%;
    max-width: 500px;
    /* max-height: 300px; */
  }
}

/*========================================
Contents Item
========================================*/
/* Text Area */
.contents-txt_ar {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-txt_ar h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.contents-txt_ar h3 {
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.contents-txt_ar h4 {
  font-size: 2rem;
  line-height: 1.8;
}

.contents-txt_ar h5 {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.contents-txt_ar h6 {
  font-size: .9rem;
}

.contents-txt_ar p {
  font-size: 1rem;
  line-height: 1.8;
}

.contents-tit-tx_pd {
  padding: 4px 30px 20px;
}

a.more-btn {
  width: 40%;
  margin: 20px auto 0 30%;
  padding: 14px 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#0060a4), to(#004c8e));
  background: -webkit-linear-gradient(left, #0060a4 0%, #004c8e 100%);
  background: linear-gradient(to right, #0060a4 0%, #004c8e 100%);
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  clear: both;
}

a.more-btn:before {
  content: '';
  position: absolute;
  border: #00a7f2 solid 3px;
  border-radius: 6px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

a.more-btn:hover:before, a.more-btn:focus:before, a.more-btn:active:before {
  -webkit-animation-name: more-btn_mov;
          animation-name: more-btn_mov;
}

@-webkit-keyframes more-btn_mov {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes more-btn_mov {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

/* .wide-wrapper {
  float: none;
}

.breadcrumb-list_ar {
  float: none;
}

.contents-display_ar,
.contents-display_ar-2 {
  float: none;
}

.contents-sub-title {
  padding-top: 100px;
  float: none;
} */

.copyright_ar {
  float: none;
}

.footer-link_ar ul {
  float: none;
}

.footer-link_ar {
  float: none;
}

.breadcrumb-list_ar ul {
  zoom: 1;
}

.breadcrumb-list_ar ul:after {
  display: table;
  clear: both;
  visibility: hidden;
  content: "";
}

.contents-sub-title {
  margin-top: 40px;
}

.contents-title_mg {
  margin-top: 0;
}

#advantage {
  padding-top: 22px;
}

.ico {
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  filter: url("#goo");
}

@media only screen and (max-width: 767px) {
  .ico {
    display: none;
  }
}
.ico .circle {
  background: #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}
.ico .circle.circle-top {
  height: 33.33333px;
  width: 41.66667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}
.ico .circle.circle-bottom {
  height: 33.33333px;
  width: 41.66667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}
.ico .st-arrow {
  fill: #55544F;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}

@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  14% {
    transform: translateX(-50%) translateY(-8px);
  }
  24% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }
  30% {
    transform: scale(1) translate(-50%, 10px);
  }
  70% {
    transform: scale(1) translate(-50%, 10px);
  }
  95% {
    transform: scale(1) translate(-50%, 26px);
  }
  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}
@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}


/* -----------------------------------------------------------
	new
----------------------------------------------------------- */
.font_evans {
  font-family: mrs-eaves, serif;
  font-weight: 400;
  font-style: normal;
}

.wrap_btn_bottom {
  flex-direction: column;
  position: fixed;
  z-index: 100;
  bottom: 13px;
  right: 12px;
  width: 220px;
  padding: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .wrap_btn_bottom {
    display: none !important;
  }
}

.btn_bottom {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 1px 26px -2px #b5b5b5;
  -moz-box-shadow: 0px 1px 26px -2px #b5b5b5;
  -webkit-box-shadow: 0px 1px 26px -2px #b5b5b5;
  white-space: nowrap;
}

.btn_bottom + .btn_bottom {
  margin-top: 10px;
}

.btn_bottom.orange {
  background-color: #fd7e00;
  background-color: rgb(255, 109, 0);
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
}

.btn_bottom.gold {
  background-color: #fff;
  border: 1px solid #b09673;
  color: #b09673;
  font-size: 16px;
}

.btn_bottom .txt {
  align-self: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  width: 100%;
  line-height: 1.3;
}

.btn_bottom.gold .txt {
  top: 60%;
}

.btn_bottom small {
  position: relative;
  top: -5px;
  display: block;
  font-size: 10px;
  font-style: italic;
  opacity: .75;
}

@keyframes RightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-164px);
  }
}

.side_banner {
  position: fixed;
  right: -164px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none;
  }
}

.side_banner a {
  display: block;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.side_banner a img {
  width: 213px;
}

.side_banner:hover a {
  transform: translateX(-164px);
}

footer {
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
}

#bg-video-footer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 200%;
}

.bg_menu_bottom {
  position: relative;
}

.bg_pattern1:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../../lib/images/contents/bg-video.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.bg_pattern2:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../../lib/images/contents/service-image04.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.bg_pattern3:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../../lib/images/contents/service-image06.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

/*------------------------------
  Top news edit
-------------------------------*/
.top-news {
  width: 100%;
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAL0lEQVQYV2P8/v37fwYo4OTkZISxGUESv3//ZmBlZWXAkMCqAyYIopGNhZtJtAQAwCUas7pSAT8AAAAASUVORK5CYII=) repeat;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
        box-sizing: border-box;
}

.top-news.archive-page {
  background: #f1f1f1;
}

.top-news .top-news-block{
  box-sizing: border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  width: 100%;
  padding: 30px 0 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.top-news .top-news-block a {
  color: #323232;
  font-weight: bold;
}

.top-news .top-news-block a:hover{
  color: #323232;
}

.top-news .top-news-box{
  float: left;
  width:32%;
  max-width: 390px;
  /*height: 380px;*/
  padding: 15px 15px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
        box-sizing: border-box;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.top-news .top-news-box:hover{
  transform: scale(1.05); /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
  color: #323232;
  cursor: pointer;
}

.top-news .top-news-box:nth-child(3n) {
  margin-right:0 !important;
}

{
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width:100%;
  height: 198px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
        box-sizing: border-box;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
}

.top-news .top-news-box .news-img img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}


.top-news .top-news-box:hover .news-img img{
  transform: scale(1.1);  /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

.top-news .top-news-box .news-tag{
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.top-news .top-news-box .news-tag .news-icon{
  float: left;
  width:30%;
  height: 20px;
  color: #fff;
  background: #a9a9a9;
  font-size: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
      box-sizing: border-box;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
    -ms-border-radius: 40px;
      border-radius: 40px;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
        -o-align-items: center;
           align-items: center;
  font-family: "FOT-ロダン Pro B";
}

.top-news .top-news-box:hover .news-tag .news-icon{
  /*background: #ffb32e;*/
  transition-duration: 0.2s;  /*変化に掛かる時間*/
}

.top-news .top-news-box .news-tag .news-icon.event {
  background: #ffba00;
}

.top-news .top-news-box .news-tag .news-icon.office {
  background: #4abb88;
}

.top-news .top-news-box .news-tag .news-icon.business {
  background: #4e9ded;
}

.top-news .top-news-box .news-tag .news-icon.service-news {
  background: #ff4549;
}

.top-news .top-news-box .news-tag .news-icon.recruit {
  background: #99d706;
}

.top-news .top-news-box .news-tag .news-icon.media {
  background: #ff8800;
}

.top-news .top-news-box .news-tag .news-icon.notice {
  background: #ff4549;
}

.top-news .top-news-box .news-tag .new-info{
  float: left;
  height: 20px;
  font-size: 13px;
  margin-left: 0.5em;
  color: #FF3E41;
   display: flex;
   display: -webkit-flex;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
        -o-align-items: center;
           align-items: center;
  font-family: "FOT-セザンヌ Pro B";
}

.top-news .top-news-box .news-txt i {
  font-size: 12px;
    color: #a2a2a2;
}

.top-news .top-news-box .news-tag .news-date{
  float: left;
  height: 20px;
  position: absolute;
  right:1em;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
        -o-align-items: center;
           align-items: center;
  font-family: "FOT-ロダン Pro B";
}

.top-news .top-news-box .news-txt{
  text-align: left;
  font-size: 16px;
  padding-bottom: 0px;
  line-height: 1.4;
}

.top-news .top-news-box .news-txt span{
  text-align: left;
  font-size: 14px;
  padding-bottom: 0px;
  line-height: 1.4;

}

.top-news .top-news-wrap .news-link
{

  }


@media screen and (max-width: 768px) {

  .top-news .top-news-box {
    /*height: 300px;*/
    padding: 12px;
  }

  .top-news .top-news-box .news-img img {
    /*height: 150px;*/
  }

  .top-news .top-news-box .news-tag {
    margin: 12px 0;
}

  .top-news .top-news-box .news-tag .news-date {
    font-size: 11px;
  }

  .top-news .top-news-box .news-txt {
    font-size: 14px;
    line-height: 1.5;
}

  .top-news .top-news-wrap .news-link .news-btn {
    width: 180px;
    height: 45px;
  }

  .top-news .top-news-block {
    padding: 30px 0 40px;
  }

  .top-news .top-news-box .news-tag .news-icon {
    width: 35%;
  }

}


@media screen and (max-width: 767px) {

  .top-news {
    padding: 0px;
  }

  .top-news .top-news-block{
    padding: 0 10px 20px;
    white-space:normal;
  }

  .top-news .top-news-box{
    width:100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .top-news .top-news-box .news-img img{
    /*height: 170px;*/
  }

  .top-news .top-news-box:last-child{
    margin-bottom: 0;
  }

  .top-news .top-news-box:hover{
        transform: none !important;    /*画像の拡大率*/
        transition-duration: none !important;    /*変化に掛かる時間*/

  }

  .top-news .top-news-box:last-child{
    margin-right:0;
  }

  .top-news .top-news-box .news-txt{
    text-align: left;
    font-size: 13px;
    padding-bottom: 0px;
  }


  .top-news .top-news-box .news-tag .new-info {
    float: left;
    height: 20px;
    font-size: 12px;
  }

  .top-news .top-news-box .news-tag .news-icon {
    float: left;
    width: 32%;
    height: 18px;
  }

  .top-news .top-news-box .news-tag {
    margin: 10px 0 7px;
  }

}
.top-news .contents-btn_ar-2 {
  align-items: flex-end;
}


/* ---------------------------------------------------------

 Top Service Company

----------------------------------------------------------*/
.group-button{
  background:#fff;
  border-bottom: 2px solid #fff;
}
.group-button a {
  color: #323232;
}
.group-button .group-button-wrap{
  width: 100%;
  margin: 0 auto;
}

.group-button .group-button-wrap img{
  width: 100% !important;
  margin: 0 auto;
}

.group-button-video_pc{display: block;}
.group-button-video_sp{display: none;}

.ie11{display: none;}

.group-button .group-button-block01{
  width:100%;
  height: 583px;
  position: relative;
  overflow: hidden;
}

.group-button .group-button-block02{
  float: left;
  width:33.33%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.group-button .group-button-block02.col-50 {
  width: 50%;
}

.group-button .group-button-block02.col-100 {
  width: 100%;
}

.group-button .group-button-block02.no-border {
  border-right: none;
}

.group-button .group-button-block01 .group-button-img01{
  position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center;
  background-attachment: normal;
  z-index: 1;
}


.group-button .group-button-block02 .group-button-img03{
  position: absolute;
  width:100%;
  height: 100%;
}

.group-button .group-button-block02 .group-button-img03.bg1 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02.col-100 .group-button-img03.bg1 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: 0 70%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg2 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_130570167.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg3 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_208039979.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg4 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_198130298.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}

.group-button .group-button-block02 .group-button-img03.bg5 {
  background-size: cover !important;
  background:  url(../images/contents/bg-video.png) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg6 {
  background-size: cover !important;
  background:  url(../images/contents/Fotolia_166085201_Subscription_Monthly_M.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg7 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_84702915.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg8 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_95259579.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg9 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_210685948.jpg) center no-repeat;
  background-position: 0 75%;
  background-attachment: normal;
}

.group-button .group-button-block01 .group-button-img02 {
  position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background:  url(../images/contents/video-service-bg.png) center no-repeat;
  background-position: center center;
  background-attachment:normal;
}

.group-button .group-button-block01 .group-button-img02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.group-button .group-button-block01 .group-button-img02.bg2 {
  position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background:  url(../images/contents/video-company-bg.png) center no-repeat;
  background-position: center center;
  background-attachment:normal;
}

.group-button .group-button-block01 .group-button-img01:before,
.group-button .group-button-block02 .group-button-img02:before,
.group-button .group-button-block02 .group-button-img03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  }

.group-button .group-button-block01:hover .group-button-img01:before,
.group-button .group-button-block02:hover .group-button-img02:before,
.group-button .group-button-block02:hover .group-button-img03:before
{
  background-color: rgba(0,0,0,0.0);
  transition-duration: 0.3s;
}


#bgvid {
  position: relative; left:0 ; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -10;
  background: url(../images/contents/fotolia_16004736.jpg) no-repeat;
  background-size: cover;
}

#bgvid02 {
  position: relative; left:0 ; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -10;
  background: url(../images/contents/bg-video.png) no-repeat;
  background-size: cover;
}

.group-button .group-button-block02 .group-button-img03.bg1:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02.col-100 .group-button-img03.bg1:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: 0 70%;
}
.group-button .group-button-block02 .group-button-img03.bg2:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_130570167.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg3:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_208039979.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg4:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_198130298.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg5:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/bg-video.png) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg6:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/Fotolia_166085201_Subscription_Monthly_M.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg7:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_84702915.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg8:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_95259579.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg9:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_210685948.jpg) center no-repeat;
  background-position: 0 75%;
}

.group-button .group-button-block01 .group-button-img02:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
}
.group-button .group-button-block01 .group-button-img02.bg2:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/bg-video.png) center no-repeat;
}

.group-button .group-button-block01 .group-button-img02 .group-button-inner02 {background: url(../images/contents/fotolia_16004736.jpg) center no-repeat;}
.group-button .group-button-block01 .group-button-img02.bg2 .group-button-inner02 {background: url(../images/contents/bg-video.png) center no-repeat;}
.group-button .group-button-block02 .group-button-img03.bg1 .group-button-inner03 {
  background: url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg2 .group-button-inner03 {
  background: url(../images/contents/fotolia_130570167.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg3 .group-button-inner03 {
  background: url(../images/contents/fotolia_208039979.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg4 .group-button-inner03 {
  background: url(../images/contents/fotolia_198130298.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}

.group-button .group-button-block02 .group-button-img03.bg5 .group-button-inner03 {
  background: url(../images/contents/bg-video.png) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg6 .group-button-inner03 {
  background: url(../images/contents/Fotolia_166085201_Subscription_Monthly_M.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg7 .group-button-inner03 {
  background: url(../images/contents/fotolia_84702915.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg8 .group-button-inner03 {
  background: url(../images/contents/fotolia_95259579.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}
.group-button .group-button-block02 .group-button-img03.bg9 .group-button-inner03 {
  background: url(../images/contents/fotolia_210685948.jpg) center no-repeat;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
}

.group-button .group-button-block02 .group-button-img03 .group-button-inner03{
  position: relative;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
  background-size: cover !important;
  background-position: center center;
  color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.group-button .group-button-block02 .group-button-img03 .group-button-inner03{
  background-size: cover !important;
  background-position: center 20%;
}

.group-button .group-button-block01 .group-button-img02 .group-button-inner02{
  position: relative;
  z-index: 100;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
  background-size: cover !important;
  background-position: center center;
  color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
}

.group-button .group-button-block01 .group-button-img02.bg2 .group-button-inner02{
  position: relative;
  z-index: 100;
  -webkit-background-clip: text;
     -moz-background-clip: text;
      -ms-background-clip: text;
       -o-background-clip: text;
          background-clip: text;
  background-size: cover !important;
  background-position: center center;
  color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
}

.group-button .group-button-block01 .group-button-img01 .group-button-title01,
.group-button .group-button-block01 .group-button-img02 .group-button-inner02 .group-button-title02,
.group-button .group-button-block02 .group-button-img03 .group-button-inner03 .group-button-title02{
  font-weight: bold;
  /*text-transform: uppercase;*/
  width: 100%;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
        flex-direction: column;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
        -o-align-items: center;
           align-items: center;
}

.group-button .group-button-block01 .group-button-img01 .group-button-title01,
.group-button .group-button-block01 .group-button-img02 .group-button-title02{height:  300px;
transition-duration: 0.3s;  /*変化に掛かる時間*/  }
.group-button .group-button-block01 .group-button-img01 .group-button-title01 hr,
.group-button .group-button-block01 .group-button-img02 .group-button-title02 hr,
.group-button .group-button-block02 .group-button-img03 .group-button-title02 hr
{
  width: 100%;
  height: 3px;
  margin: 5px auto 10px;
  background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
  background-image: -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}
.group-button .group-button-block02 .group-button-img03 .group-button-inner03 .group-button-title02{height:  300px;
transition-duration: 0.3s;  /*変化に掛かる時間*/  }

.group-button .group-button-block01 .group-button-img01:hover,
.group-button .group-button-block02 .group-button-img03:hover{
  transform: scale(1.05);/*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
  color: #323232;
  cursor: pointer;
}

.group-button .group-button-block01 .group-button-img01 h2.title {
  display: block;
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}

.group-button .group-button-block01 .group-button-img01 p.title-sub {
  display: block;
  margin-bottom: 0em;
  font-size: 10px;
  text-align: center !important;
}

.group-button .group-button-block01 .group-button-img01 p.title-sub01 {
  font-size: 1rem;
  font-weight: normal;
}

.group-button .group-button-block01 .group-button-img02 .group-button-inner02 .group-button-title02 h2.title {
  font-size: 58px;
  text-align: center;
  line-height: 1.3;
}

.group-button .group-button-block01 .group-button-img02 .group-button-inner02 .group-button-title02 p.title-sub {
  margin-bottom: 0em;
  font-size: 15px;
}


.group-button .group-button-block02 .group-button-img03 .group-button-inner03 .group-button-title02 h2.title{
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
}

.group-button .group-button-block02 .group-button-img03 .group-button-inner03 .group-button-title02 p.title-sub{
  font-size: 15px;
  line-height: 1.2;
}

.group-button .group-button-box01,
.group-button .group-button-box02{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
  max-width: 1000px;
  width: 90%;
  height: 300px;
  background-color: rgba(255,255,255,0.8);
}

.group-button .group-button-box02{
  max-width: 300px;
  width: 90%;
  height: 60%;
}

.group-button .col-50 .group-button-box02{
  max-width: 600px;
}

.group-button .col-100 .group-button-box02{
  max-width: 900px;
}

.group-button .group-button-outer02:hover,
.group-button .group-button-outer02:hover{
  transform: scale(1.05); /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

.group-button .group-button-block02 .group-button-img02 .group-button-inner02:hover,
.group-button .group-button-block02 .group-button-img03 .group-button-inner03:hover{
  color: rgba(0,0,0,1.0); /* ここの透明度の値を変化させれば黒にフェードしていくアニメーションも可能 */
  transition-duration: 0.1s;  /*変化に掛かる時間*/
}


@media screen and (min-width: 769px) and (max-width: 1200px) {
  .group-button .group-button-block02{
    height: 250px!important;
    transition-duration: 0.3s;  /*変化に掛かる時間*/
  }

  .group-button .group-button-block02 .group-button-img02 .group-button-title02,
  .group-button .group-button-block02 .group-button-img03 .group-button-title02{height:  250px!important;
  transition-duration: 0.3s;  /*変化に掛かる時間*/
  }

  .group-button .group-button-box02{
    max-width: 300px;
    width: 80%;
    height: 60%;
  }

}


@media screen and (max-width: 768px) {
  .group-button .group-button-wrap{
    width: 100%;
    min-width:100%;
  }

  .group-button .group-button-block01{
    height: 250px!important;
  }
  .group-button .group-button-block02{height: 190px!important;}

  .group-button .group-button-block01 .group-button-img01,
  .group-button .group-button-block01 .group-button-img02{
    height: 275px!important;
  }
  .group-button .group-button-block02 .group-button-img03
  {
    height: 190px!important;
  }

  .group-button .group-button-box01{
    width: 80%;
    height: 70%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
      -ms-border-radius: 20px;
        border-radius: 20px;
  }

  .group-button .group-button-box02{
    width: 85%;
    height: 60%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
      -ms-border-radius: 20px;
        border-radius: 20px;
  }

  .group-button .group-button-block01 .group-button-img01 .group-button-title01,
  .group-button .group-button-block01 .group-button-img02 .group-button-title02{
    height:  250px!important;
  }
  .group-button .group-button-block02 .group-button-img03 .group-button-title02{
    height:  190px!important;
  }

  .group-button .group-button-block01 .group-button-img02 h2.title {
    font-size: 30px!important;
  }
  .group-button .group-button-block01 .group-button-img02 .title-sub01 {
    font-size: 15px!important;
  }
  .group-button .group-button-block01 .group-button-img02 .group-button-title02 hr,
  .group-button .group-button-block02 .group-button-img03 .group-button-title02 hr
  {
    /*width: 70px!important;*/
      height: 2px;
  }

  .group-button .group-button-block01 .group-button-img01 p.title-sub,
  .group-button .group-button-block01 .group-button-img02 p.title-sub{
    font-size: 20px!important;
  }

  .group-button .group-button-block02 .group-button-img03 h2.title{
    font-size: 20px!important;
    line-height: 1.2;
  }

  .group-button .group-button-block02 .group-button-img03 p.title-sub{
    font-size: 12px!important;
    line-height: 1;
  }

  .group-button-video_pc{display: none;}
  .group-button-video_sp{display: block;}
}


@media screen and (max-width: 400px) {
  .group-button .group-button-block02 .group-button-img03  h2.title{
    font-size: 14px!important;
    line-height: 1.2;
  }

  .group-button .group-button-block02 .group-button-img03 p.title-sub{
    font-size: 10px!important;
    line-height: 1;
  }

  .group-button .group-button-block01,
  .group-button .group-button-block01 .group-button-img01,
  .group-button .group-button-block01 .group-button-img2,
  .group-button .group-button-block01 .group-button-img01 .group-button-title01,
  .group-button .group-button-block01 .group-button-img02 .group-button-title02
  {
    height: 275px!important;
  }


  .group-button .group-button-block01 .group-button-img02 .title-sub01 {
    font-size: 15px!important;
    margin-bottom: 0;}

  .group-button .group-button-block01 .group-button-img02 h2.title {
    font-size: 23px!important;
  }

  .group-button .group-button-block01 .group-button-img02 .title-sub01 {
    font-size: 12px!important;
  }
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

  .other_b{display: none;}
  .ie11{display: block;}

.group-button-video_pc{display: block!important;}
.group-button-video_sp{display: none!important;}

.group-button{
  background:#fff;
}

.group-button .group-button-wrap{
  width: 100%;
  margin: 0 auto;
}

.group-button .group-button-wrap img{
  width: 100% !important;
  margin: 0 auto;
}

.group-button-video_pc{display: block;}
.group-button-video_sp{display: none;}

.group-button .group-button-block01{
  width:100%;
  height: 583px;
  position: relative;
  overflow: hidden;
}

.group-button .group-button-block02 {
  float: left;
  width: 33.33%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #ffff;
  border-top: 2px solid #ffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.group-button .group-button-block02.no-border {
  border-right: none;
}
.group-button .group-button-block01 .group-button-img01{
    position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center;
  background-attachment: normal;
  z-index: 1;
}

.group-button .group-button-block02 .group-button-img03{
  position: absolute;
  width:100%;
  height: 100%;
}
.group-button .group-button-block02 .group-button-img03.bg1 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02.col-100 .group-button-img03.bg1 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: 0 70%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg2 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_130570167.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg3 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_208039979.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg4 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_198130298.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg5 {
  background-size: cover !important;
  background:  url(../images/contents/bg-video.png) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg6 {
  background-size: cover !important;
  background:  url(../images/contents/Fotolia_166085201_Subscription_Monthly_M.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg7 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_84702915.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}
.group-button .group-button-block02 .group-button-img03.bg8 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_95259579.jpg) center no-repeat;
  background-position: center 20%;
  background-attachment: normal;
}

.group-button .group-button-block02 .group-button-img03.bg9 {
  background-size: cover !important;
  background:  url(../images/contents/fotolia_210685948.jpg) center no-repeat;
  background-position: 0 75%;
  background-attachment: normal;
}

.group-button .group-button-block01 .group-button-img02{
  position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background:  url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: center center;
  background-attachment:normal;
}

.group-button .group-button-block01 .group-button-img02.bg2{
  position: absolute;
  width:100%;
  height: 100%;
  background-size: cover !important;
  background:  url(../images/contents/bg-video.png) center no-repeat;
  background-position: center center;
  background-attachment:normal;
}

.group-button .group-button-block01 .group-button-img01:before,
.group-button .group-button-block02 .group-button-img02:before,
.group-button .group-button-block02 .group-button-img03:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  }

.group-button .group-button-block01:hover .group-button-img01:before,
.group-button .group-button-block02:hover .group-button-img02:before,
.group-button .group-button-block02:hover .group-button-img03:before
{
  background-color: rgba(0,0,0,0.0);
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}


.group-button .group-button-block01 .group-button-img01:hover{
/*    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 0.9
    );  */
}

#bgvid {
  position: relative; left:0 ; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -10;
  background: url(../images/contents/fotolia_16004736.jpg) no-repeat;
  background-size: cover;
}

#bgvid02 {
  position: relative; left:0 ; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -10;
  background: url(../images/contents/bg-video.png) no-repeat;
  background-size: cover;
}

.group-button .group-button-block02 .group-button-img03.bg1:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: center 20%;
}

.group-button .group-button-block02.col-100 .group-button-img03.bg1:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
  background-position: 0 70%;
}

.group-button .group-button-block02 .group-button-img03.bg2:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_130570167.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg3:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_208039979.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg4:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_198130298.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg5:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/bg-video.png) center no-repeat;
  background-position: center 20%;
}

.group-button .group-button-block02 .group-button-img03.bg6:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/Fotolia_166085201_Subscription_Monthly_M.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg7:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_84702915.jpg) center no-repeat;
  background-position: center 20%;
}
.group-button .group-button-block02 .group-button-img03.bg8:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_95259579.jpg) center no-repeat;
  background-position: center 20%;
}

.group-button .group-button-block02 .group-button-img03.bg9:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_210685948.jpg) center no-repeat;
  background-position: 0 75%;
}

.group-button .group-button-block01 .group-button-img02:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/fotolia_16004736.jpg) center no-repeat;
}

.group-button .group-button-block01 .group-button-img02.bg2:hover{
  background:  url(../404/index.html) repeat,
         url(../images/contents/bg-video.png) center no-repeat;
}

.group-button .group-button-block01 .group-button-img01 .group-button-title01,
.group-button .group-button-block01 .group-button-img02 .group-button-title02,
.group-button .group-button-block02 .group-button-img03 .group-button-title02{
  width: 100%;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
        flex-direction: column;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
   -webkit-align-items: center;
      -moz-align-items: center;
       -ms-align-items: center;
        -o-align-items: center;
           align-items: center;
}

.group-button .group-button-block01 .group-button-img01 .group-button-title01,
.group-button .group-button-block01 .group-button-img02 .group-button-title02{height:  300px;
transition-duration: 0.3s;  /*変化に掛かる時間*/  }
.group-button .group-button-block02 .group-button-img03 .group-button-title02{height:  220px;
transition-duration: 0.3s;  /*変化に掛かる時間*/  }

.group-button .group-button-block01 .group-button-img01:hover,
.group-button .group-button-block02 .group-button-img02:hover,
.group-button .group-button-block02 .group-button-img03:hover{
  transform: scale(1.05);
  transition-duration: 0.3s;
  color: #323232;
  cursor: pointer;
}

.group-button .group-button-block01 .group-button-img01 h2.title {
  display: block;
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}

.group-button .group-button-block01 .group-button-img01 p.title-sub {
  display: block;
  margin-bottom: 0em;
  font-size: 15px;
  text-align: center !important;

}

.group-button .group-button-block01 .group-button-img02 h2.title {
  font-size: 58px;
  text-align: center;
  line-height: 1.3;
}

.group-button .group-button-block01 .group-button-img02 p.title-sub {
  margin-bottom: 0em;
  font-size: 15px;

}

.group-button .group-button-block02 .group-button-img03 h2.title {
  font-size: 33px;
  text-align: center;
  line-height: 1.2;
}

.group-button .group-button-block02 .group-button-img03 p.title-sub {
  font-size: 15px;
  line-height: 1.2;
}

.group-button .group-button-box01,
.group-button .group-button-box02{
  position: absolute;
  top: 50% ;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
  max-width: 1000px;
  width: 90%;
  height: 300px;
  background-color: rgba(255,255,255,0.8);
}

.group-button .group-button-box02{
  max-width: 300px;
  width: 90%;
  height: 60%;
}

.group-button .col-50 .group-button-box02{
  max-width: 600px;
  width: 90%;
  height: 60%;
}

.group-button .col-100 .group-button-box02{
  max-width: 900px;
  width: 90%;
  height: 60%;
}

.group-button .group-button-outer02:hover,
.group-button .group-button-outer05:hover{
  transform: none;
  transition-duration: 0.3s;
}

}


@media screen and (min-width: 769px) and (max-width: 1200px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
.group-button-video_pc{display: block!important;}
.group-button-video_sp{display: none!important;}

  .group-button .group-button-block02{
    height: 250px!important;
    transition-duration: 0.3s;  /*変化に掛かる時間*/
  }

  .group-button .group-button-block02 .group-button-img02 .group-button-title02,
  .group-button .group-button-block02 .group-button-img03 .group-button-title02{height:  180px!important;
  transition-duration: 0.3s;  /*変化に掛かる時間*/
  }

  .group-button .group-button-box02{
    max-width: 300px;
    width: 80%;
    height: 60%;
  }

  .group-button .col-50 .group-button-box02{
    max-width: 600px;
  }

  .group-button .col-100 .group-button-box02{
    max-width: 900px;
  }

}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
.group-button-video_pc{display: none!important;}
.group-button-video_sp{display: block!important;}
  .group-button .group-button-wrap{
    width: 100%;
    min-width:100%;
  }

  .group-button .group-button-block01{
    height: 250px!important;
  }
  .group-button .group-button-block02{height: 150px!important;}

  .group-button .group-button-block01 .group-button-img01,
  .group-button .group-button-block01 .group-button-img02{
    height: 250px!important;
  }
  .group-button .group-button-block02 .group-button-img03 {
    height: 150px!important;
  }


  .group-button .group-button-box01{
  position: absolute;
  top: 50% ;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
    width: 80%;
    height: 70%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
      -ms-border-radius: 20px;
        border-radius: 20px;
    background-color: rgba(255,255,255,0.8)!important;
  }

  .group-button .group-button-box02{
    width: 80%;
    height: 60%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
      -ms-border-radius: 20px;
        border-radius: 20px;
  }

  .group-button .group-button-block01 .group-button-img01 .group-button-title01,
  .group-button .group-button-block01 .group-button-img02 .group-button-title02{
    height:  190px!important;
  }
  .group-button .group-button-block02 .group-button-img03 .group-button-title02{
    height:  110px!important;
  }

  .group-button .group-button-block01 .group-button-img02 h2.title {
    font-size: 35px!important;
  }
  .group-button .group-button-block01 .group-button-img02 .title-sub01 {
    font-size: 16px!important;
  }
  .group-button .group-button-block01 .group-button-img02 .group-button-title02 hr,
  .group-button .group-button-block02 .group-button-img03 .group-button-title02 hr
  {
    height: 4px;
  }

  .group-button .group-button-block01 .group-button-img01 p.title-sub,
  .group-button .group-button-block01 .group-button-img02 p.title-sub{
    font-size: 20px!important;
  }

  .group-button .group-button-block02 .group-button-img03 h2.title{
    font-size: 17px!important;
    line-height: 1.2;
  }

  .group-button .group-button-block02 .group-button-img03 p.title-sub{
    font-size: 11px!important;
    line-height: 1;
  }

  .group-button-video_pc{display: none;}
  .group-button-video_sp{display: block;}
}


@media screen and (max-width: 400px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
.group-button-video_pc{display: none;}
.group-button-video_sp{display: block;}

  .group-button .group-button-block02 .group-button-img03  h2.title{
    font-size: 14px!important;
    line-height: 1.2;
  }
  .group-button .group-button-block02 .group-button-img03 p.title-sub{
    font-size: 10px!important;
    line-height: 1;
  }
}

.top-banner-content {
  padding: 80px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.top-banner-content a {
  width: 48%;
}