@charset "UTF-8";
/* ==========================================================================
   TOPページ用CSS
========================================================================== */
/*------- common -------*/
section {
  padding: 100px 0;
}
@media not all and (min-width: 769px) {
  section {
    padding: 45px 0;
  }
}
section h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media not all and (min-width: 769px) {
  section h2 {
    font-size: 20px;
    margin-top: 5px;
  }
}
section h2 small {
  display: block;
  text-align: center;
  color: #009b63;
  font-size: 15px;
  margin-bottom: 10px;
}
@media not all and (min-width: 769px) {
  section h2 small {
    font-size: 14px;
  }
}
section h2 b {
  display: inline-block;
  font-size: 1.5em;
}
@media not all and (min-width: 769px) {
  section h2 b {
    font-size: 1.2em;
  }
}

/*------- mv -------*/
#mv {
  padding: 0;
}
#mv .mv_slider {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#mv .mv_slider:not(.slick-initialized) {
  opacity: 0;
}
#mv .mv_slider.slick-initialized {
  opacity: 1;
}
#mv .mv_slider .slick-slide {
  height: 770px;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide {
    height: 425px;
  }
}
#mv .mv_slider .slick-slide.slide01 {
  padding-top: 67px;
  background: url("../../images/top_mv_slide01_bg.jpg") no-repeat left center/cover;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide01 {
    padding-top: 32px;
    background-image: url("../../images/top_mv_slide01_bg_sp.jpg");
  }
}
#mv .mv_slider .slick-slide.slide01 .container {
  position: relative;
}
#mv .mv_slider .slick-slide.slide01 .container p.title {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  top: 390px;
  left: 0;
  text-shadow: 5px 5px 5px rgba(4, 34, 47, 0.8);
}
@media not all and (min-width: 1000px) {
  #mv .mv_slider .slick-slide.slide01 .container p.title {
    font-size: 60px;
    top: 350px;
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide01 .container p.title {
    font-size: 31px;
    top: 300px;
    left: 11vw;
    text-shadow: 3px 3px 3px rgba(4, 34, 47, 0.8);
  }
}
#mv .mv_slider .slick-slide.slide01 .container p.title::after {
  content: "";
  width: calc(50vw - 500px + 100%);
  height: 5px;
  background-color: #009b63;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1086px) {
  #mv .mv_slider .slick-slide.slide01 .container p.title::after {
    width: calc(4vw + 100%);
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide01 .container p.title::after {
    width: calc(15vw + 100%);
    height: 2px;
  }
}
#mv .mv_slider .slick-slide.slide01 .container img {
  display: block;
  margin: 0 0 0 auto;
  width: 308px;
  height: auto;
}
@media not all and (min-width: 1000px) {
  #mv .mv_slider .slick-slide.slide01 .container img {
    width: 270px;
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide01 .container img {
    width: 160px;
    margin-right: 4.4vw;
  }
}
#mv .mv_slider .slick-slide.slide02 {
  padding-top: 114px;
  background: url("../../images/top_mv_slide02_bg.jpg") no-repeat left center/cover;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 {
    padding-top: 51px;
    background-image: url("../../images/top_mv_slide02_bg_sp.jpg");
  }
}
#mv .mv_slider .slick-slide.slide02 .merit {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .mv_slider .slick-slide.slide02 .merit li {
  font-size: 24px;
  white-space: nowrap;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid #fff;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 .merit li {
    font-size: 12px;
    padding: 6px 10px;
  }
}
#mv .mv_slider .slick-slide.slide02 .merit li:nth-child(n+2) {
  margin-left: 13px;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 .merit li:nth-child(n+2) {
    margin-left: 6px;
  }
}
#mv .mv_slider .slick-slide.slide02 p.catch {
  font-size: 45px;
  line-height: 1;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 p.catch {
    font-size: 23px;
    margin-top: 20px;
  }
}
@media not all and (min-width: 370px) {
  #mv .mv_slider .slick-slide.slide02 p.catch {
    font-size: 20px;
  }
}
#mv .mv_slider .slick-slide.slide02 p.title {
  margin-top: 70px;
  text-align: center;
  font-size: 90px;
  line-height: 1;
  color: #fff;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 p.title {
    margin-top: 20px;
    font-size: 45px;
  }
}
#mv .mv_slider .slick-slide.slide02 p.title small {
  display: block;
  font-size: 23px;
  margin-top: 5px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide02 p.title small {
    font-size: 12px;
    margin-top: 2px;
  }
}
#mv .mv_slider .slick-slide.slide03 {
  background: url("../../images/top_mv_slide03_bg.jpg") no-repeat right center/cover;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 {
    background-image: url("../../images/top_mv_slide03_bg_sp.jpg");
  }
}
#mv .mv_slider .slick-slide.slide03 .container {
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .mv_slider .slick-slide.slide03 .container p.catch {
  font-size: 35px;
  line-height: 1;
  color: #1a2375;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 .container p.catch {
    font-size: 18px;
    margin-left: 2vw;
  }
}
@media not all and (min-width: 370px) {
  #mv .mv_slider .slick-slide.slide03 .container p.catch {
    font-size: 16px;
  }
}
#mv .mv_slider .slick-slide.slide03 .container p.catch span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 .container p.catch span {
    padding: 5px 10px;
  }
}
#mv .mv_slider .slick-slide.slide03 .container p.catch span:nth-child(n+2) {
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 .container p.catch span:nth-child(n+2) {
    margin-top: 5px;
  }
}
#mv .mv_slider .slick-slide.slide03 .container p.title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  margin-top: 60px;
  text-shadow: 5px 5px 5px rgba(26, 35, 117, 0.8);
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 .container p.title {
    font-size: 30px;
    margin-top: 30px;
    margin-left: 5vw;
    text-shadow: 3px 3px 3px rgba(26, 35, 117, 0.8);
  }
}
@media not all and (min-width: 370px) {
  #mv .mv_slider .slick-slide.slide03 .container p.title {
    font-size: 24px;
  }
}
#mv .mv_slider .slick-slide.slide03 .container p.title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 157px;
  height: 72px;
  background: url("../../images/top_mv_slide03_img01.png") no-repeat center center/contain;
  margin-right: 5px;
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-slide.slide03 .container p.title::before {
    width: 60px;
    height: 28px;
    margin-right: 2px;
  }
}
@media all and (min-width: 769px) {
  #mv .mv_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 621px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    /* padding: 16px 20px; */
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-dots {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (min-width: 769px) {
  #mv .mv_slider .slick-dots li {
    position: relative;
  }
  #mv .mv_slider .slick-dots li:nth-child(1) button::before {
    background-image: url("../../images/top_mv_slide01_thumb.jpg");
  }
  #mv .mv_slider .slick-dots li:nth-child(1) button::after {
    content: "IP DATALAKE";
  }
  #mv .mv_slider .slick-dots li:nth-child(2) button::before {
    background-image: url("../../images/top_mv_slide02_thumb.jpg");
  }
  #mv .mv_slider .slick-dots li:nth-child(2) button::after {
    content: "HYPAT-i2";
  }
  #mv .mv_slider .slick-dots li:nth-child(3) button::before {
    background-image: url("../../images/top_mv_slide03_thumb.jpg");
  }
  #mv .mv_slider .slick-dots li:nth-child(3) button::after {
    content: "Japio-GPG/FX";
  }
  #mv .mv_slider .slick-dots li::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #009b63;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .mv_slider .slick-dots li.slick-active::before {
    -webkit-animation: active_bar 5.8s linear 0s 1 normal;
            animation: active_bar 5.8s linear 0s 1 normal;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  @-webkit-keyframes active_bar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes active_bar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-dots li:nth-child(n+2) {
    margin-left: 8px;
  }
}
@media all and (min-width: 769px) {
  #mv .mv_slider .slick-dots li button {
    padding: 16px 0;
    width: 207px;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #mv .mv_slider .slick-dots li button:hover {
    opacity: 0.8;
  }
  #mv .mv_slider .slick-dots li button::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #mv .mv_slider .slick-dots li button::after {
    padding-left: 15px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 1;
    color: #000;
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-dots li button {
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 2px;
    width: 23px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media not all and (min-width: 769px) {
  #mv .mv_slider .slick-dots li.slick-active button {
    background-color: #009b63;
  }
}

/*------- company -------*/
#company {
  padding: 100px 0 70px;
  background: #e7f4ef url("../../images/top_company_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  #company {
    padding: 40px 0 30px;
    background-image: url("../../images/top_company_bg_sp.jpg");
  }
}
#company .container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  #company .container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#company .container .img {
  width: 41%;
  height: 0;
  padding-bottom: 41%;
  margin-right: 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media not all and (min-width: 769px) {
  #company .container .img {
    width: calc(100% - 4vw);
    padding-bottom: 210px;
    margin: 0 0 0 auto;
  }
}
#company .container .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 156, 99, 0.2);
  position: absolute;
  top: 54px;
  right: 138px;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  #company .container .img::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 15px;
    right: 4vw;
  }
}
#company .container .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #7b726f url("../../images/top_company_img.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#company .container .contents {
  width: 100%;
}
@media not all and (min-width: 769px) {
  #company .container .contents {
    margin-top: 40px;
  }
}
#company .container .contents .title {
  font-size: 24px;
  line-height: 1.7;
}
@media not all and (min-width: 769px) {
  #company .container .contents .title {
    font-size: 20px;
    text-align: center;
  }
}
@media not all and (min-width: 370px) {
  #company .container .contents .title #company .contents .title {
    font-size: 18px;
  }
}
#company .container .contents .title b {
  font-size: 1.25em;
}
@media not all and (min-width: 769px) {
  #company .container .contents .title b {
    font-size: 1.2em;
  }
}
#company .container .contents .title + p {
  margin-top: 25px;
}
@media not all and (min-width: 769px) {
  #company .container .contents .title + p {
    margin-top: 10px;
  }
}
#company .container .contents ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  #company .container .contents ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 30px;
  }
}
#company .container .contents ul li {
  width: 47.4%;
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  #company .container .contents ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#company .container .contents ul li a.btn {
  display: block;
}

/*------- ip_datalake -------*/
#ip_datalake {
  padding-bottom: 50px;
}
@media not all and (min-width: 769px) {
  #ip_datalake {
    padding-bottom: 20px;
  }
}
#ip_datalake .contents {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  #ip_datalake .contents {
    margin-top: 25px;
  }
}
#ip_datalake .contents .img {
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  #ip_datalake .contents .img {
    margin-bottom: 20px;
  }
}
#ip_datalake .contents .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (min-width: 769px) {
  #ip_datalake .contents p {
    text-align: center;
  }
}

/*------- system -------*/
#system {
  padding: 50px 0;
}
@media not all and (min-width: 769px) {
  #system {
    padding: 25px 0;
  }
}
#system .contents {
  margin-top: 50px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  #system .contents {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#system .contents .content_box {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 143px;
  position: relative;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box {
    width: 100%;
    padding-top: 95px;
  }
}
#system .contents .content_box::before {
  content: "";
  width: 100%;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box::before {
    height: 195px;
  }
}
#system .contents .content_box:first-child::before {
  background-image: url("../../images/top_system_bg1.jpg");
  background-position: left top;
}
#system .contents .content_box:last-child::before {
  background-image: url("../../images/top_system_bg2.jpg");
  background-position: left top;
}
#system .contents .content_box .item_wrapper {
  max-width: 500px;
  width: 92%;
  height: 100%;
}
#system .contents .content_box .item_wrapper .item {
  width: 91%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px 10% 110px;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box .item_wrapper .item {
    width: 100%;
    padding: 30px 5%;
    height: auto;
  }
}
#system .contents .content_box .item_wrapper .item h3 {
  font-size: 36px;
  color: #009b63;
  text-align: center;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box .item_wrapper .item h3 {
    font-size: 25px;
  }
}
#system .contents .content_box .item_wrapper .item p {
  margin-top: 20px;
}
#system .contents .content_box .item_wrapper .item p.yu_gothic_b {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box .item_wrapper .item p.yu_gothic_b {
    font-size: 20px;
  }
}
#system .contents .content_box .item_wrapper .item a.btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 79.3%;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box .item_wrapper .item a.btn {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
    margin: 25px 0 0;
    width: 100%;
  }
}
#system .contents .content_box:first-child .item_wrapper {
  margin: 0 0 0 auto;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box:first-child .item_wrapper {
    margin: 0 auto;
  }
}
#system .contents .content_box:first-child .item_wrapper .item {
  margin: 0 auto 0 0;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box:last-child {
    margin-top: 45px;
  }
}
#system .contents .content_box:last-child .item_wrapper {
  margin: 0 auto 0 0;
}
@media not all and (min-width: 769px) {
  #system .contents .content_box:last-child .item_wrapper {
    margin: 0 auto;
  }
}
#system .contents .content_box:last-child .item_wrapper .item {
  margin: 0 0 0 auto;
}

/*------- support -------*/
#support {
  padding-top: 50px;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  #support {
    background: #eee url(../../images/footer_contact_bg.jpg) no-repeat center center/cover;
  }
}
#support ul.support_items {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  #support ul.support_items {
    margin-top: 35px;
  }
}
@media all and (min-width: 769px) {
  #support ul.support_items li {
    border-bottom: 1px solid #eee;
  }
  #support ul.support_items li:first-child {
    border-top: 1px solid #eee;
  }
}
#support ul.support_items li a {
  padding: 25px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media not all and (min-width: 769px) {
  #support ul.support_items li a {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#support ul.support_items li a .img {
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  #support ul.support_items li a .img {
    width: 100%;
  }
}
#support ul.support_items li a .img img {
  display: block;
  width: 100%;
  height: auto;
}
#support ul.support_items li a .txt {
  width: 53%;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  #support ul.support_items li a .txt {
    width: 100%;
    margin-top: 20px;
  }
}
#support ul.support_items li a .txt p.title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
}
@media not all and (min-width: 769px) {
  #support ul.support_items li a .txt p.title {
    font-size: 16px;
  }
}
#support ul.support_items li a .txt p.title + p {
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  #support ul.support_items li a .txt p.title + p {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  #support ul.support_items li a::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 0;
    visibility: hidden;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #fff;
    -webkit-box-shadow: 0 5px 20px transparent;
            box-shadow: 0 5px 20px transparent;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
  }
  #support ul.support_items li a:hover::after {
    visibility: visible;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale(1.005, 1) translateX(-50%);
            transform: scale(1.005, 1) translateX(-50%);
  }
}
@media not all and (min-width: 769px) {
  #support ul.support_items li:nth-child(n+2) {
    margin-top: 40px;
  }
}
#support h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 70px;
}
@media not all and (min-width: 769px) {
  #support h3 {
    margin-top: 40px;
    font-size: 20px;
  }
}
#support h3 span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media not all and (min-width: 769px) {
  #support h3 span {
    padding: 0 10px;
  }
}
#support h3 span::before, #support h3 span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media not all and (min-width: 769px) {
  #support h3 span::before, #support h3 span::after {
    width: 6px;
  }
}
#support h3 span::before {
  left: 0;
}
#support h3 span::after {
  right: 0;
}
#support ul.other_support_items {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
#support ul.other_support_items.list1 {
  margin-top: 35px;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items.list1 {
    margin-top: 20px;
  }
}
#support ul.other_support_items.list2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items.list2 {
    border: none;
    margin-top: 15px;
  }
}
#support ul.other_support_items li {
  width: 33.3333333333%;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items li {
    width: 100%;
  }
}
#support ul.other_support_items li:nth-child(n+2) {
  border-left: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items li:nth-child(n+2) {
    border: none;
    margin-top: 15px;
  }
}
#support ul.other_support_items li a {
  height: 100%;
  padding: 20px;
  display: block;
  position: relative;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items li a {
    padding: 0 10px;
  }
}
#support ul.other_support_items li a .title {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  #support ul.other_support_items li a .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#support ul.other_support_items li a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  #support ul.other_support_items li a::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 0;
    visibility: hidden;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #fff;
    -webkit-box-shadow: 0 5px 20px transparent;
            box-shadow: 0 5px 20px transparent;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
  }
  #support ul.other_support_items li a:hover::after {
    visibility: visible;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale(1.005, 1) translateX(-50%);
            transform: scale(1.005, 1) translateX(-50%);
  }
}

/*------- client -------*/
#client {
  background: #229b63 url("../../images/footer_bg.jpg") no-repeat center center/cover;
}
#client h2 {
  color: #fff;
}
#client h2 small {
  color: #fff;
}
#client ul {
  margin-top: 50px;
  background-color: #fff;
  padding: 60px 10% 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  #client ul {
    margin-top: 30px;
    padding: 25px 5% 5px;
  }
}
#client ul li {
  width: 45.4%;
  margin-bottom: 40px;
}
@media not all and (min-width: 769px) {
  #client ul li {
    width: 47.5%;
    margin-bottom: 20px;
  }
}
#client ul li a {
  display: block;
}
#client ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

/*------- seminar -------*/
#seminar {
  padding-bottom: 50px;
}
@media not all and (min-width: 769px) {
  #seminar {
    padding-top: 45px;
  }
}
#seminar h2 + p {
  width: 100%;
  max-width: 770px;
  margin: 40px auto 0;
}
@media not all and (min-width: 769px) {
  #seminar h2 + p {
    margin-top: 20px;
  }
}
#seminar p.no_data {
  text-align: center;
  margin-top: 30px;
}
#seminar ul {
  margin-top: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 769px) {
  #seminar ul {
    margin-top: 20px;
    -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;
  }
}
#seminar ul li {
  width: 31.2%;
}
#seminar ul li:nth-child(n+2) {
  margin-left: 3.2%;
}
@media not all and (min-width: 769px) {
  #seminar ul li {
    width: 100%;
    max-width: 400px;
  }
  #seminar ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
#seminar ul li a {
  display: block;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 769px) {
  #seminar ul li a:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
}
#seminar ul li a .img {
  position: relative;
  padding-bottom: 41%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#seminar ul li a .img span {
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  padding: 2px 10px 0;
  background-color: #009b63;
}
@media not all and (min-width: 769px) {
  #seminar ul li a .img span {
    bottom: 8px;
    line-height: 21px;
    padding: 2px 8px 0;
  }
}
#seminar ul li a .img span::before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #009b63 transparent transparent;
  border-style: solid;
  border-width: 26px 10px 0 0;
  position: absolute;
  right: 100%;
  top: 0;
}
@media not all and (min-width: 769px) {
  #seminar ul li a .img span::before {
    border-width: 23px 8px 0 0;
  }
}
#seminar ul li a .txt {
  padding: 20px 8%;
  border-color: #eee;
  border-width: 0 1px 1px;
  border-style: solid;
  height: 100%;
}
@media not all and (min-width: 769px) {
  #seminar ul li a .txt {
    padding: 15px 5%;
    height: auto;
  }
}
#seminar ul li a .txt .cats {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#seminar ul li a .txt .cats span {
  min-width: 60px;
  line-height: 23px;
  color: #fff;
  padding: 2px 3px 0;
  margin-right: 6px;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  #seminar ul li a .txt .cats span {
    min-width: 52px;
    line-height: 21px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
}
#seminar ul li a .txt .cats span.location {
  background-color: #009b63;
}
#seminar ul li a .txt .cats span:last-child {
  margin-right: 0;
}
#seminar ul li a .txt .cats span.free {
  background-color: #c56558;
}
#seminar ul li a .txt .cats span.status-cat.full, #seminar ul li a .txt .cats span.status-cat.closed {
  color: #a0a0a0;
}
#seminar ul li a .txt .cats span.status-cat.accepting, #seminar ul li a .txt .cats span.status-cat.close-to-full {
  color: #c56558;
}
#seminar ul li a .txt p.ttl {
  line-height: 1.6;
  margin-top: 4px;
}
#seminar ul li a .txt .info {
  background-color: #eee;
  padding: 10px 15px;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  #seminar ul li a .txt .info {
    padding: 5px 8px;
    margin-top: 8px;
  }
}
#seminar ul li a .txt .info p {
  line-height: 1.5;
}
#seminar ul li a .txt .info p.time {
  margin-top: 3px;
}
#seminar ul li a .txt .info p span {
  margin-right: 4px;
}
#seminar a.btn {
  display: block;
  margin: 40px auto;
  max-width: 520px;
  width: 100%;
}

/*------- information -------*/
#information .information_contents {
  margin-top: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  #information .information_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#information .information_contents > article {
  width: 47.2%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article {
    width: 100%;
  }
  #information .information_contents > article.column {
    margin-top: 50px;
  }
}
#information .information_contents > article h3 {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article h3 {
    font-size: 16px;
  }
}
#information .information_contents > article ul {
  margin-top: 3px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 100%;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul {
    margin-top: 2px;
  }
}
#information .information_contents > article ul li:nth-child(n+2) {
  border-top: 1px solid #eee;
}
#information .information_contents > article ul li a {
  padding: 30px 6%;
  display: block;
  position: relative;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul li a {
    padding: 20px 0;
  }
}
#information .information_contents > article ul li a .post_info {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#information .information_contents > article ul li a .post_info time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  line-height: 26px;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul li a .post_info time {
    margin-right: 8px;
    line-height: 23px;
  }
}
#information .information_contents > article ul li a .post_info .cats {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#information .information_contents > article ul li a .post_info .cats span {
  line-height: 24px;
  color: #fff;
  padding: 2px 10px 0;
  margin-right: 6px;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul li a .post_info .cats span {
    padding: 2px 5px 0;
    line-height: 21px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
}
#information .information_contents > article ul li a p {
  line-height: 1.6;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul li a p {
    margin-top: 8px;
  }
}
#information .information_contents > article ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 30px;
  right: 6%;
  margin: auto 0;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article ul li a::after {
    width: 4px;
    height: 4px;
    border-width: 1px 1px 0 0;
    right: 5px;
  }
}
#information .information_contents > article ul li a:hover p.ttl {
  text-decoration: underline;
}
#information .information_contents > article a.btn {
  display: block;
  width: 226px;
  margin: 50px auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  #information .information_contents > article a.btn {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=top.css.map */