@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
@-webkit-keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .title_wrap {
    text-align: center;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .title_wrap .stitle {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
  }
  .title_wrap .title_eng {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    text-align: center;
    color: #00b3cd;
    letter-spacing: 0.05em;
  }

  .lead {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    padding-right: 15px;
    margin-bottom: 60px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }

  .title_eng {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
  }

  .btn_top {
    width: 340px;
    height: 68px;
    line-height: 68px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .bg_wrapper {
    background: url("../images/top/bg.jpg?id=20260316") center top no-repeat;
  }

  #kv {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 60px);
    max-height: 810px;
    height: auto;
    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-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  #kv .kv_bg_slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    z-index: 0;
    pointer-events: none;
  }
  #kv .kv_bg_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
  }
  #kv .kv_bg_slide.active {
    opacity: 1;
    z-index: 1;
  }
  #kv .kv_bg_slide.kv_bg_slide_0 {
    background-image: url("../images/top/kv1.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_1 {
    background-image: url("../images/top/kv2.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_2 {
    background-image: url("../images/top/kv3.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_3 {
    background-image: url("../images/top/kv4.jpg");
  }
  #kv .kv_desc_wrap {
    width: 90vw;
    max-width: 1400px;
  }
  #kv .common_inner,
  #kv .kv_cv_area {
    position: relative;
  }
  #kv .kv_cv_area {
    z-index: 2;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #kv .kv_acce .acce {
    position: absolute;
  }
  #kv .kv_acce .acce1 {
    top: 0;
    left: 0;
  }
  #kv .kv_acce .acce2 {
    bottom: 50px;
    left: 0;
  }
  #kv .kv_acce .acce3 {
    bottom: 110px;
    right: calc(50% - 750px);
  }
  #kv .common_inner {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #kv .kv_desc {
    min-height: 0;
    -webkit-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
            transform: translateX(-90px);
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #kv .kv_desc .kv_title {
    padding-top: 27%;
    margin-bottom: 25px;
  }
  #kv .kv_desc .kv_title_main {
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 12rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1;
  }
  #kv .kv_desc .rmark {
    position: relative;
    top: -70px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1;
  }
  #kv .kv_desc .kv_title_sub {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #00b3cd;
  }
  #kv .kv_desc .kv_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #00b3cd;
  }
  #kv .kv_feature {
    position: absolute;
    bottom: 15px;
    right: 0;
    -webkit-transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
        -ms-transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
            transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
    width: 570px;
    z-index: 1;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #kv .kv_feature .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  #kv .kv_feature .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #kv .kv_feature .item {
    width: 180px;
    height: 180px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.3;
    text-align: center;
    background: url("../images/top/kv_feature_bg.png?id=20260316") center center/100% no-repeat;
    padding-top: 40px;
  }
  #kv .kv_feature .item .fz1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  #kv .kv_feature .item .fz2 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
  }
  #kv .kv_feature .item .fz3 {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    position: relative;
    top: -8px;
    margin-left: 3px;
  }
  #kv .kv_feature .item .fz4 {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -3px;
  }
  #kv .kv_feature .note {
    font-size: 1.2rem;
    line-height: 1;
    color: #00b3cd;
    text-align: right;
    margin-top: 3px;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
  }

  #kv.show .kv_desc {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv.show .kv_feature {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv.show .kv_cv_area {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  #news_nav {
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(19%, #333333), color-stop(19%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #333333 0%, #333333 19%, #ffffff 19%, #ffffff 100%);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #news_nav .news_bg_inner {
    width: 1300px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(19%, #333333), color-stop(19%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #333333 0%, #333333 19%, #ffffff 19%, #ffffff 100%);
  }
  #news_nav .news_nav_inner {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news_nav .wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news_nav h3 {
    position: relative;
    width: 110px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    background-color: #333;
    margin-left: calc(max(40px, 7vw));
  }
  #news_nav h3:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 26px;
    height: 50px;
    background: url("../images/top/news_connect.jpg?id=20260312") center center no-repeat;
  }
  #news_nav .wrap {
    width: 900px;
    white-space: nowrap;
  }
  #news_nav .wrap .inner {
    display: block;
    height: 50px;
    position: relative;
    overflow: hidden;
  }
  #news_nav .wrap span {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  #news_nav .wrap span:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  #news_nav .wrap span a {
    display: block;
    padding: 18px 0;
    font-size: 1.4rem;
    color: #00B3CD;
  }
  #news_nav .more {
    width: 90px;
    height: 100%;
  }
  #news_nav .more a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 50px;
    background-color: #00b3cd;
  }
  #news_nav .more a:hover {
    opacity: .8;
  }

  #news_nav.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  /* 画面の高さが800px未満のときは #kv をビューポート内に収め、見切れないようにする */
}
@media screen and (min-width: 701px) and (max-height: 800px) {
  #kv {
    height: calc(100vh - 60px);
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  /* kv_cv_area との重なりを防ぐため、タイトル上の余白を高さに合わせて調整 */
  #kv .kv_desc .kv_title {
    padding-top: 12vh;
  }
}
@media print, screen and (min-width: 701px) {
  /* 高さ560px未満のときは #kv を500pxに固定 */
}
@media screen and (min-width: 701px) and (max-height: 559px) {
  #kv {
    height: 500px;
  }

  #kv .kv_desc .kv_title {
    padding-top: 8vh;
  }
}
@media print, screen and (min-width: 701px) {
  /* 画面の高さが800px以上のときは #kv を最低800pxにして、kv_cv_area と news_nav の間の余白を防ぐ */
}
@media screen and (min-width: 701px) and (min-height: 800px) {
  #kv {
    min-height: 800px;
  }
}
@media print, screen and (min-width: 701px) {
  .kv_cv_area {
    padding: 30px 0;
    background-color: #D8F6FF;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .kv_cv_area .cv_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .kv_cv_area .cv_btns .cv_btn {
    width: 360px;
  }
  .kv_cv_area .cv_btns .cv_btn a {
    position: relative;
    width: 100%;
    height: 80px;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    background-color: #ffa134;
    padding: 18px 50px 18px 96px;
    border-radius: 50px 0 0 50px;
  }
  .kv_cv_area .cv_btns .cv_btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #fff;
  }
  .kv_cv_area .cv_btns .cv_btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ffa134;
    border-right: 1px solid #ffa134;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  .kv_cv_area .cv_btns .cv_btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn a:hover:after {
    right: 11px;
  }
  .kv_cv_area .cv_btns .cv_btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000;
  }
  .kv_cv_area .cv_btns .cv_btn .icon::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .kv_cv_area .cv_btns .cv_btn_orange a .icon {
    border: 2px solid #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn_blue {
    width: 330px;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a {
    font-size: 1.6rem;
    padding: 20px 50px 18px 88px;
    background-color: #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:after {
    border-top: 1px solid #00b3cd;
    border-right: 1px solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:hover {
    background-color: #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:hover:after {
    border-top: 1px solid #00b3cd;
    border-right: 1px solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a .icon {
    border: 2px solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_contact a .icon {
    border: 2px solid #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn_contact a .icon::before {
    width: 27px;
    height: 22px;
    background: url("../images/top/cv_icon_contact.svg") center center/100% no-repeat;
  }
  .kv_cv_area .cv_btns .cv_btn_contact a .icon::before {
    width: 27px;
    height: 22px;
    background: url("../images/top/cv_icon_contact.svg") center center/100% no-repeat;
  }
  .kv_cv_area .cv_btns .cv_btn_low a .icon::before {
    width: 35px;
    height: 35px;
    background: url("../images/top/cv_icon_low.svg") center center/100% no-repeat;
  }
  .kv_cv_area .cv_btns .cv_btn_green a .icon::before {
    width: 29px;
    height: 29px;
    background: url("../images/top/cv_icon_green.svg") center center/100% no-repeat;
  }

  .kv_bnr_area {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .kv_bnr_area .bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
  .kv_bnr_area .bnr {
    width: 520px;
    height: 150px;
    -webkit-box-shadow: 0 0 4px rgba(120, 167, 174, 0.4);
            box-shadow: 0 0 4px rgba(120, 167, 174, 0.4);
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .kv_bnr_area .bnr a {
    position: relative;
    display: block;
    padding: 45px 20px 40px 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_bnr_area .bnr a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .kv_bnr_area .bnr a:hover::after {
    right: 20px;
  }
  .kv_bnr_area .bnr a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #000;
  }
  .kv_bnr_area .bnr a::after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    bottom: 23px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  .kv_bnr_area .bnr .desc {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .kv_bnr_area .bnr .bnr_title {
    font-size: 3rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.5;
  }
  .kv_bnr_area .low a {
    background-image: url("../images/top/kv_bnr_area_low.jpg");
  }
  .kv_bnr_area .low a::before {
    background-color: #fa9fa3;
  }
  .kv_bnr_area .low .desc {
    color: #fff;
  }
  .kv_bnr_area .low .bnr_title {
    color: #fff;
  }
  .kv_bnr_area .green a {
    background-image: url("../images/top/kv_bnr_area_green.jpg?id=20260407");
  }
  .kv_bnr_area .green a::before {
    background-color: #38cd9f;
  }
  .kv_bnr_area .green .desc {
    color: #04292F;
  }
  .kv_bnr_area .green .bnr_title {
    color: #04292F;
  }

  .kv_bnr_area.show .bnr {
    opacity: 1;
  }
  .kv_bnr_area.show .green {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  #about {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  #about .lead {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #about .point_area {
    height: 500px;
    background: url("../images/top/about_img.jpg") center top/cover no-repeat;
    margin-bottom: 280px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #about .points {
    position: relative;
    width: 710px;
    margin-left: 47%;
    background-color: #fff;
    padding: 60px 80px;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
  #about .point {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #00b3cd;
  }
  #about .point:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #about .point_title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.3;
    margin-bottom: 26px;
  }
  #about .point_title span {
    display: inline-block;
    font-family: "Helvetica", "Arial", sans-serif;
    margin-bottom: 15px;
  }
  #about .point_title .en {
    font-size: 1.8rem;
    font-style: italic;
    color: #00b3cd;
  }
  #about .point_title .num {
    font-size: 2.2rem;
    font-style: italic;
    color: #00b3cd;
  }
  #about .list .item {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.5;
  }
  #about .list .item span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #about .list .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 17px;
    background: url("../images/top/icon_point.svg") center center/100% no-repeat;
  }
  #about .image {
    position: absolute;
    top: -90px;
    right: -78px;
  }
  #about .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  #about.show .title_wrap {
    opacity: 1;
  }
  #about.show .lead {
    opacity: 1;
  }
  #about.show .point_area {
    opacity: 1;
  }
  #about.show .btn_wrap {
    opacity: 1;
  }

  #application {
    background-color: rgba(216, 246, 255, 0.4);
    padding: 100px 0;
  }
  #application .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
  }
  #application .item {
    width: 300px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #application .item a:hover {
    opacity: 0.9;
  }
  #application .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #application .item .image {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #application .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #application .item .title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #application .item .desc {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.5;
  }
  #application .item1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #application .item2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #application .item3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #application .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  #application.show .title_wrap {
    opacity: 1;
  }
  #application.show .item {
    opacity: 1;
  }
  #application.show .btn_wrap {
    opacity: 1;
  }

  #product {
    padding-top: 100px;
  }
  #product .lead {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #product .product_items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #product .product_items .item_block {
    width: calc(100% / 4);
    border-right: 1px solid #fff;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #product .product_items .item_block:last-child {
    border-right: none;
  }
  #product .product_items .item_block.item_block01 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #product .product_items .item_block.item_block02 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #product .product_items .item_block.item_block03 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #product .product_items .item_block.item_block04 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #product .product_items .item_block.item_block05 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #product .product_items .item_block a:hover {
    opacity: .8;
  }
  #product .product_items .item_block a:hover .img_wrap img {
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #product .product_items .item_block a:hover .common_btn {
    opacity: .8;
  }
  #product .product_items .item_block a:hover .common_btn:after {
    right: 16px;
  }
  #product .product_items .item_block .img_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #product .product_items .item_block .img_wrap img {
    display: block;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  #product .product_items .item_block .img_wrap.on img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #product .product_items .item_block .item_info_wrap {
    background-color: #444;
    height: 160px;
    padding-top: 20px;
  }
  #product .product_items .item_block .item_info_wrap h4 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    margin: 5px 0 0;
  }
  #product .product_items .item_block .item_info_wrap p {
    font-size: 1.6rem;
    color: #c6c6c6;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
  }
  #product .product_items .item_block .item_info_wrap .long_ex {
    margin-top: 10px;
  }
  #product .product_items .item_block .common_btn {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }

  #product.show .title_wrap {
    opacity: 1;
  }
  #product.show .lead {
    opacity: 1;
  }
  #product.show .item_block {
    opacity: 1;
  }
  #product .product_items.show .item_block {
    opacity: 1;
  }

  #column {
    padding: 100px 0;
    background: rgba(216, 246, 255, 0.4);
  }
  #column .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
  }
  #column .item {
    width: 340px;
    border: 1px solid #00b3cd;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 179, 205, 0.4);
            box-shadow: 0px 0px 4px 0px rgba(0, 179, 205, 0.4);
    padding: 20px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #column .item a:hover {
    opacity: 0.9;
  }
  #column .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #column .item .image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #column .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #column .item .date {
    font-size: 1.3rem;
    color: #858585;
    margin-bottom: 5px;
  }
  #column .item .title {
    height: 6rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #00b3cd;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #column .item .desc {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #column .item1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #column .item2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #column .item3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #column .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  #column.show .title_wrap {
    opacity: 1;
  }
  #column.show .item {
    opacity: 1;
  }
  #column.show .btn_wrap {
    opacity: 1;
  }

  #qa {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #qa .cont_wrap {
    background: #fff;
  }
  #qa .cont {
    width: 1100px;
    margin: 0 auto 60px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #qa dl dt {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #00b3cd;
    line-height: 1.5;
    padding: 17px 115px 17px 65px;
    margin-left: 45px;
    margin-bottom: 45px;
    min-height: 70px;
  }
  #qa dl dt:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -45px;
    background: url("../images/qa/qa_q.png") center 0/100% no-repeat;
    width: 103px;
    height: 90px;
  }
  #qa dl dt button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    width: 36px;
    height: 36px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 3px solid #fff;
    background-color: transparent;
  }
  #qa dl dt button span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 13px;
    right: 5px;
    background-color: #fff;
  }
  #qa dl dt button span:last-child {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #qa dl dt.on button span:last-child {
    display: none;
  }
  #qa dl dt sup {
    font-size: 70%;
    vertical-align: super;
  }
  #qa dl dt sub {
    font-size: 70%;
    vertical-align: sub;
  }
  #qa dl dd {
    display: none;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 55px;
  }
  #qa dl dd .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qa dl dd a {
    font-size: 1.8rem;
    text-decoration: underline;
    color: #00b3cd;
  }
  #qa dl dd a[target="_blank"] {
    color: #f00;
  }
  #qa dl dd a[href$=".pdf"] {
    color: green;
  }
  #qa dl dd .image {
    min-width: 1030px;
    margin-left: auto;
  }
  #qa dl dd .image img {
    max-width: 1030px;
  }
  #qa dl dd .desc_area {
    width: 100%;
    position: relative;
    padding-left: 70px;
    text-align: left;
  }
  #qa dl dd .desc_area:before {
    position: absolute;
    top: -15px;
    left: 30px;
    content: 'A';
    color: #666;
    font-size: 3.6rem;
    font-weight: bold;
  }
  #qa dl dd .desc_area + .image {
    margin-top: 30px;
  }
  #qa dl dd.on {
    display: block;
  }
  #qa dl dd sup {
    font-size: 70%;
    vertical-align: super;
  }
  #qa dl dd sub {
    font-size: 70%;
    vertical-align: sub;
  }
  #qa .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  #qa.show .title_wrap {
    opacity: 1;
  }
  #qa.show .cont {
    opacity: 1;
  }
  #qa.show .btn_wrap {
    opacity: 1;
  }

  #others .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #others .block {
    position: relative;
    width: 100%;
    height: 320px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #others .block a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 70px;
  }
  #others .block a:hover {
    opacity: 0.8;
  }
  #others .block a:hover .arrow::before {
    right: 20px;
  }
  #others .block a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #others .block a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  #others .block .title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    z-index: 2;
  }
  #others .block .desc {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    z-index: 2;
    margin-bottom: 30px;
  }
  #others .block .arrow {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 2;
  }
  #others .block .arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #others .block_guide {
    background-image: url("../images/top/others_guide_bg.jpg");
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #others .block_history {
    background-image: url("../images/top/others_history_bg.jpg");
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }

  #others.show .block {
    opacity: 1;
  }

  #global {
    position: relative;
    background: url("../images/top/global_bg.jpg") center center/cover no-repeat;
    padding: 60px 0 275px;
  }
  #global .title_wrap {
    position: relative;
    width: 396px;
    height: 396px;
    border: 10px solid #00b3cd;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  #global .title_wrap .stitle {
    font-size: 3.6rem;
    line-height: 1.3;
    padding-top: 125px;
    color: #00b3cd;
  }
  #global .title_wrap .stitle span {
    color: #00b3cd;
  }
  #global .title_wrap .title_eng {
    color: #00b3cd;
  }
  #global .title_wrap .note {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 25px;
  }
  #global .item {
    position: absolute;
    width: 198px;
    height: 198px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #global .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/top/global_title_bg.png") center 0/100% no-repeat #fff;
    padding-top: 85px;
    border-radius: 50%;
  }
  #global .item a:hover {
    opacity: .8;
  }
  #global .item .area {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 55px;
  }
  #global .item .link {
    position: relative;
    font-size: 1.2rem;
    color: #00b3cd;
    padding-right: 5px;
  }
  #global .item .link:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 55px;
    background: url("../images/top/icon_blank.svg") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  #global .item.line2 a {
    padding-top: 75px;
  }
  #global .item.line2 .area {
    margin-bottom: 40px;
  }
  #global .item1 {
    top: 150px;
    left: calc(50% - 430px);
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #global .item2 {
    top: 375px;
    left: calc(50% - 335px);
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  #global .item3 {
    top: 485px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  #global .item4 {
    top: 375px;
    right: calc(50% - 335px);
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  #global .item5 {
    top: 150px;
    right: calc(50% - 430px);
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }

  #global.show .title_wrap {
    opacity: 1;
  }
  #global.show .item {
    opacity: 1;
  }
}
@media print, screen and (max-width: 1261px) {
  #kv .kv_desc_wrap {
    width: 1200px;
  }
}
@media print, screen and (max-width: 1460px) {
  #kv .kv_desc {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media print, screen and (min-width: 2090px) {
  #news_nav {
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(30%, #333333), color-stop(30%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #333333 0%, #333333 30%, #ffffff 30%, #ffffff 100%);
  }
  #news_nav h3 {
    margin-left: calc(max(40px, 4vw));
  }
}
@media print, screen and (min-width: 3200px) {
  #news_nav h3 {
    margin-left: calc(max(40px, 1.1vw));
  }
  #news_nav h3::after {
    right: -1px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .title_wrap {
    text-align: center;
    margin-bottom: 7.69231vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .title_wrap .stitle {
    font-size: 7.69231vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.53846vw;
  }
  .title_wrap .title_eng {
    display: block;
    font-size: 3.07692vw;
    font-style: italic;
    text-align: center;
    color: #00b3cd;
    letter-spacing: 0.05em;
  }

  .lead {
    font-size: 3.58974vw;
    line-height: 1.5;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }

  a.common_btn {
    font-size: 3.33333vw;
  }
  a.common_btn::before {
    width: 9.74359vw;
  }
  a.common_btn::after {
    right: 4.10256vw;
    width: 2.5641vw;
    height: 2.5641vw;
  }
  a.common_btn:hover::after {
    right: 2.82051vw;
  }

  .btn_top {
    width: 87.17949vw;
    height: 12.82051vw;
    line-height: 12.82051vw;
    padding-right: 5.12821vw;
    margin: 0 auto;
  }

  .bg_wrapper {
    background: url("../images/top/bg.jpg") center top/100% repeat;
  }

  #kv {
    position: relative;
    width: 100%;
    height: 223.07692vw;
    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-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  #kv .kv_bg_slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 61.53846vw);
    z-index: 0;
    pointer-events: none;
  }
  #kv .kv_bg_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
  }
  #kv .kv_bg_slide.active {
    opacity: 1;
    z-index: 1;
  }
  #kv .kv_bg_slide.kv_bg_slide_0 {
    background-image: url("../images/top/sp_kv1.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_1 {
    background-image: url("../images/top/sp_kv2.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_2 {
    background-image: url("../images/top/sp_kv3.jpg");
  }
  #kv .kv_bg_slide.kv_bg_slide_3 {
    background-image: url("../images/top/sp_kv4.jpg");
  }
  #kv .common_inner,
  #kv .kv_cv_area {
    position: relative;
  }
  #kv .kv_desc_wrap {
    width: 92%;
  }
  #kv .kv_cv_area {
    z-index: 2;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #kv .kv_acce .acce {
    position: absolute;
  }
  #kv .kv_acce .acce1 {
    width: 45.89744vw;
    top: 0;
    left: 0;
  }
  #kv .kv_acce .acce2 {
    width: 24.10256vw;
    bottom: 61.53846vw;
    left: 0;
  }
  #kv .kv_acce .acce3 {
    width: 84.61538vw;
    bottom: 66.66667vw;
    right: 0;
  }
  #kv .common_inner {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #kv .kv_desc {
    min-height: 0;
    padding-bottom: 5.12821vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  #kv .kv_desc .kv_title {
    padding-top: 1svh;
    /* #kvが100svhのため、高さに応じて位置を適応 */
    margin-bottom: 5.12821vw;
  }
  #kv .kv_desc .kv_title_main {
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15.89744vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1;
    margin-bottom: 2.5641vw;
  }
  #kv .kv_desc .rmark {
    position: relative;
    top: -9vw;
    font-size: 3.58974vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1;
  }
  #kv .kv_desc .kv_title_sub {
    display: block;
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.4;
    color: #00b3cd;
  }
  #kv .kv_desc .kv_text {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.6;
    color: #00b3cd;
  }
  #kv .kv_feature {
    -webkit-transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
        -ms-transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
            transform: translateX(max(0px, min(180px, calc(100vw - 548px))));
    width: 92.30769vw;
    z-index: 1;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    padding-bottom: 5.12821vw;
  }
  #kv .kv_feature .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.05128vw;
  }
  #kv .kv_feature .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #kv .kv_feature .item {
    width: 28.20513vw;
    height: 28.20513vw;
    font-size: 2.82051vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.4;
    text-align: center;
    background: url("../images/top/kv_feature_bg.png?id=20260316") center center/100% no-repeat;
    padding-top: 6.41026vw;
  }
  #kv .kv_feature .item .fz1 {
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 1;
  }
  #kv .kv_feature .item .fz2 {
    font-size: 4.35897vw;
    font-weight: bold;
    line-height: 1;
  }
  #kv .kv_feature .item .fz3 {
    display: inline-block;
    font-size: 1.53846vw;
    line-height: 1.2;
    position: relative;
    top: -1vw;
    margin-left: 0.51282vw;
  }
  #kv .kv_feature .item .fz4 {
    font-size: 2.82051vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -.5vw;
  }
  #kv .kv_feature .note {
    font-size: 3.07692vw;
    line-height: 1;
    color: #00b3cd;
    text-align: right;
    margin-top: 1.02564vw;
    -webkit-transform: translateX(2.5641vw);
        -ms-transform: translateX(2.5641vw);
            transform: translateX(2.5641vw);
  }
  #kv .kv_feature .item2 {
    font-size: 2.5641vw;
    line-height: 1.3;
    padding-top: 4.10256vw;
  }

  #kv.show .kv_desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #kv.show .kv_feature {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv.show .kv_cv_area {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv.show .kv_bg_slideshow {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #news_nav {
    width: 100%;
    height: 7.69231vw;
  }
  #news_nav .news_bg_inner {
    margin: 0 auto;
  }
  #news_nav .news_nav_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #news_nav h3 {
    position: relative;
    width: 17.4359vw;
    font-size: 3.07692vw;
    font-weight: bold;
    color: #fff;
    line-height: 7.69231vw;
    background-color: #333;
    padding-left: 2.5641vw;
  }
  #news_nav h3:after {
    position: absolute;
    top: -.1vw;
    right: -3.25vw;
    content: '';
    display: inline-block;
    width: 3.33333vw;
    height: 7.4359vw;
    border-top: 3.84615vw solid transparent;
    border-bottom: 3.84615vw solid transparent;
    border-left: 3.33333vw solid #333;
    z-index: 1;
  }
  #news_nav .wrap {
    position: relative;
    width: calc(100% - 32.3vw);
    height: 7.69231vw;
    overflow: hidden;
    background-color: #fff;
    padding-left: 7.69231vw;
  }
  #news_nav .wrap .inner {
    position: relative;
    height: 100%;
  }
  #news_nav .wrap .inner span {
    display: block;
    width: 100vw;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  #news_nav .wrap .inner span a {
    font-size: 3.07692vw;
    color: #00b3cd;
    display: block;
    padding: 2.5641vw 0;
  }
  #news_nav .more {
    position: absolute;
    top: 0;
    right: 0;
    width: 14.87179vw;
    height: 100%;
  }
  #news_nav .more a {
    display: block;
    color: #fff;
    font-size: 3.07692vw;
    text-align: center;
    line-height: 7.69231vw;
    background-color: #00b3cd;
  }
  #news_nav .more a:hover {
    opacity: .8;
  }

  #news_nav.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .kv_cv_area {
    padding: 7.69231vw 0;
    background-color: #D8F6FF;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .kv_cv_area .cv_btns .cv_btn {
    width: 89.74359vw;
    margin-bottom: 2.5641vw;
  }
  .kv_cv_area .cv_btns .cv_btn:last-child {
    margin-bottom: 0;
  }
  .kv_cv_area .cv_btns .cv_btn a {
    position: relative;
    width: 100%;
    height: 17.94872vw;
    display: block;
    font-size: 4.61538vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    background-color: #ffa134;
    padding: 3.33333vw 2.5641vw 3.33333vw 20.51282vw;
    border-radius: 12.82051vw 0 0 12.82051vw;
  }
  .kv_cv_area .cv_btns .cv_btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 9.23077vw;
    height: 100%;
    background-color: #fff;
  }
  .kv_cv_area .cv_btns .cv_btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 4.10256vw;
    bottom: 0;
    margin: auto 0;
    width: 2.5641vw;
    height: 2.5641vw;
    border-top: 0.25641vw solid #ffa134;
    border-right: 0.25641vw solid #ffa134;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  .kv_cv_area .cv_btns .cv_btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn a:hover:after {
    right: 4.61538vw;
  }
  .kv_cv_area .cv_btns .cv_btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17.94872vw;
    height: 17.94872vw;
    border-radius: 50%;
    background-color: #000;
  }
  .kv_cv_area .cv_btns .cv_btn .icon::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .kv_cv_area .cv_btns .cv_btn_orange a .icon {
    border: 0.51282vw solid #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn_blue .icon {
    width: 15.38462vw;
    height: 15.38462vw;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a {
    height: 15.38462vw;
    font-size: 4.10256vw;
    padding: 2.82051vw 2.5641vw 2.82051vw 20.51282vw;
    background-color: #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:after {
    border-top: 0.25641vw solid #00b3cd;
    border-right: 0.25641vw solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:hover {
    background-color: #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a:hover:after {
    border-top: 0.25641vw solid #00b3cd;
    border-right: 1px solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_blue a .icon {
    border: 0.51282vw solid #00b3cd;
  }
  .kv_cv_area .cv_btns .cv_btn_contact a .icon {
    border: 0.51282vw solid #ffa134;
  }
  .kv_cv_area .cv_btns .cv_btn_contact a .icon::before {
    width: 6.92308vw;
    height: 5.64103vw;
    background: url("../images/top/cv_icon_contact.svg") center center/100% no-repeat;
  }
  .kv_cv_area .cv_btns .cv_btn_low a .icon::before {
    width: 9.74359vw;
    height: 9.74359vw;
    background: url("../images/top/cv_icon_low.svg") center center/100% no-repeat;
  }
  .kv_cv_area .cv_btns .cv_btn_green a .icon::before {
    width: 7.4359vw;
    height: 7.4359vw;
    background: url("../images/top/cv_icon_green.svg") center center/100% no-repeat;
  }

  .kv_bnr_area {
    padding-top: 7.69231vw;
    padding-bottom: 7.69231vw;
  }
  .kv_bnr_area .bnr {
    width: 89.74359vw;
    -webkit-box-shadow: 0 0 1.02564vw rgba(120, 167, 174, 0.4);
            box-shadow: 0 0 1.02564vw rgba(120, 167, 174, 0.4);
    margin-bottom: 5.12821vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .kv_bnr_area .bnr:last-child {
    margin-bottom: 0;
  }
  .kv_bnr_area .bnr a {
    position: relative;
    display: block;
    padding: 5.64103vw 7.69231vw 5.64103vw 5.12821vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_bnr_area .bnr a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .kv_bnr_area .bnr a:hover::after {
    right: 5.12821vw;
  }
  .kv_bnr_area .bnr a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1.28205vw;
    right: 1.28205vw;
    width: 6.66667vw;
    height: 6.66667vw;
    border-radius: 50%;
    background-color: #000;
  }
  .kv_bnr_area .bnr a::after {
    content: '';
    display: block;
    position: absolute;
    right: 4.10256vw;
    bottom: 3.84615vw;
    width: 1.53846vw;
    height: 1.53846vw;
    border-top: 0.25641vw solid #fff;
    border-right: 0.25641vw solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  .kv_bnr_area .bnr .desc {
    font-size: 3.58974vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2.5641vw;
  }
  .kv_bnr_area .bnr .bnr_title {
    font-size: 6.15385vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1;
  }
  .kv_bnr_area .low a {
    background: url("../images/top/kv_bnr_area_low.jpg") center center/cover no-repeat;
  }
  .kv_bnr_area .low a::before {
    background-color: #fa9fa3;
  }
  .kv_bnr_area .low .desc {
    color: #fff;
  }
  .kv_bnr_area .low .bnr_title {
    color: #fff;
  }
  .kv_bnr_area .green a {
    background: url("../images/top/kv_bnr_area_green.jpg") center center/cover no-repeat;
  }
  .kv_bnr_area .green a::before {
    background-color: #38cd9f;
  }
  .kv_bnr_area .green .desc {
    color: #04292F;
  }
  .kv_bnr_area .green .bnr_title {
    color: #04292F;
  }

  .kv_bnr_area.show .bnr {
    opacity: 1;
  }
  .kv_bnr_area.show .green {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  #about {
    padding-top: 15.38462vw;
    padding-bottom: 15.38462vw;
    overflow: hidden;
  }
  #about .lead {
    width: 87.17949vw;
    margin: 0 auto 10.25641vw auto;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #about .point_area {
    background: url("../images/top/sp_about_img.jpg") center top/100% no-repeat;
    padding-top: 38.46154vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #about .points {
    position: relative;
    width: 89.74359vw;
    margin-left: auto;
    background-color: #fff;
    padding: 7.69231vw 5.12821vw;
  }
  #about .point {
    padding-bottom: 5.12821vw;
    margin-bottom: 5.12821vw;
    border-bottom: 0.25641vw dashed #00b3cd;
  }
  #about .point2 {
    padding-bottom: 7.69231vw;
    margin-bottom: 0;
    border-bottom: none;
  }
  #about .point2 .list .item::before {
    top: calc(50% - 2vw);
  }
  #about .point_title {
    font-size: 5.12821vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.4;
    margin-bottom: 2.5641vw;
  }
  #about .point_title span {
    display: inline-block;
    font-style: italic;
    font-family: "Helvetica", "Arial", sans-serif;
    color: #00b3cd;
    margin-bottom: 1.28205vw;
  }
  #about .point_title .en {
    font-size: 3.58974vw;
  }
  #about .point_title .num {
    font-size: 4.61538vw;
  }
  #about .list .item {
    position: relative;
    font-size: 4.10256vw;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 7.69231vw;
    margin-bottom: 2.5641vw;
  }
  #about .list .item span {
    display: block;
    font-size: 3.33333vw;
    font-weight: bold;
  }
  #about .list .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 1.28205vw;
    left: 0;
    width: 5.38462vw;
    height: 4.35897vw;
    background: url("../images/top/icon_point.svg") center center/100% no-repeat;
  }
  #about .image {
    position: absolute;
    top: -20.51282vw;
    right: 6.92308vw;
    width: 21.02564vw;
  }
  #about .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  #about.show .title_wrap {
    opacity: 1;
  }
  #about.show .lead {
    opacity: 1;
  }
  #about.show .point_area {
    opacity: 1;
  }
  #about.show .btn_wrap {
    opacity: 1;
  }

  #application {
    background-color: rgba(216, 246, 255, 0.4);
    padding: 15.38462vw 0;
  }
  #application .items {
    margin-bottom: 10.25641vw;
  }
  #application .item {
    width: 89.74359vw;
    margin: 0 auto 5.12821vw auto;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #application .item:last-child {
    margin-bottom: 0;
  }
  #application .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #application .item a:hover {
    opacity: 0.9;
  }
  #application .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #application .item .image {
    width: 34.87179vw;
    height: 39.48718vw;
    overflow: hidden;
    margin-right: 5.12821vw;
  }
  #application .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #application .item .info {
    position: relative;
    width: 49.74359vw;
    padding-bottom: 8.97436vw;
  }
  #application .item .info::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1.28205vw;
    right: 1.28205vw;
    width: 6.66667vw;
    height: 6.66667vw;
    border-radius: 50%;
    background-color: #00b3cd;
  }
  #application .item .info::after {
    content: '';
    display: block;
    position: absolute;
    right: 4.10256vw;
    bottom: 3.84615vw;
    width: 1.53846vw;
    height: 1.53846vw;
    border-top: 0.25641vw solid #fff;
    border-right: 0.25641vw solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #application .item .title {
    font-size: 5.64103vw;
    font-weight: bold;
    color: #00b3cd;
    line-height: 1.3;
    margin-bottom: 1.28205vw;
  }
  #application .item .desc {
    font-size: 3.33333vw;
    color: #000;
    line-height: 1.5;
  }
  #application .item1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #application .item2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #application .item3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #application .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  #application.show .title_wrap {
    opacity: 1;
  }
  #application.show .item {
    opacity: 1;
  }
  #application.show .btn_wrap {
    opacity: 1;
  }

  #product {
    padding-top: 15.38462vw;
  }
  #product .lead {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    margin-bottom: 10.25641vw;
  }
  #product .product_items .item_block {
    width: 100%;
    background-color: #444;
    padding-bottom: 25px;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #product .product_items .item_block img.sp {
    display: block;
    width: 100%;
  }
  #product .product_items .item_block.on img.sp {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #product .product_items .item_block a {
    display: block;
  }
  #product .product_items .item_block .item_info_wrap {
    padding-top: 4.6vw;
    padding-bottom: 6vw;
  }
  #product .product_items .item_block .item_info_wrap h4 {
    font-weight: bold;
    font-size: 6.38vw;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #product .product_items .item_block .item_info_wrap p {
    font-size: 3.33vw;
    color: #c6c6c6;
    text-align: center;
    line-height: 1.3;
  }
  #product .product_items .item_block.item_block01 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #product .product_items .item_block.item_block02 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #product .product_items .item_block.item_block03 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #product .product_items .item_block.item_block04 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #product .product_items .item_block.item_block05 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #product .product_items .item_block.item_block05 h4 {
    line-height: 1.3;
  }
  #product .product_items .item_block .common_btn {
    width: 92%;
    margin: 0 auto;
  }
  #product .product_items .item_block .img_wrap img {
    display: block;
  }

  #product.show .title_wrap {
    opacity: 1;
  }
  #product.show .lead {
    opacity: 1;
  }
  #product.show .item_block {
    opacity: 1;
  }
  #product .product_items.show .item_block {
    opacity: 1;
  }

  #column {
    padding: 15.38462vw 0;
    background: rgba(216, 246, 255, 0.4);
  }
  #column .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.84615vw;
    padding-bottom: 17.94872vw;
    margin-bottom: 0;
  }
  #column .item {
    width: 76.92308vw;
    border: 0.25641vw solid #00b3cd;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 179, 205, 0.4);
            box-shadow: 0px 0px 4px 0px rgba(0, 179, 205, 0.4);
    padding: 5.12821vw;
    background-color: #fff;
    margin-right: 3.84615vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  #column .item a:hover {
    opacity: 0.9;
  }
  #column .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #column .item .image {
    width: 100%;
    height: 35.89744vw;
    overflow: hidden;
    margin-bottom: 5.12821vw;
  }
  #column .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #column .item .date {
    font-size: 3.07692vw;
    color: #858585;
    margin-bottom: 1.28205vw;
  }
  #column .item .title {
    height: 12.82051vw;
    font-size: 4.61538vw;
    font-weight: bold;
    line-height: 1.5;
    color: #00b3cd;
    margin-bottom: 2.05128vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #column .item .desc {
    height: 15.38462vw;
    font-size: 3.33333vw;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #column .item1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #column .item2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #column .item3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #column .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #column .slick-dots {
    bottom: 7.69231vw;
  }
  #column .slick-dots li {
    margin: 0;
  }
  #column .slick-dots li button:before {
    width: 2.5641vw;
    height: 2.5641vw;
    opacity: 1;
    content: "";
    border-radius: 50%;
    border: 1px solid #00b3cd;
  }
  #column .slick-dots li.slick-active button:before {
    background-color: #00b3cd;
  }

  #column.show .title_wrap {
    opacity: 1;
  }
  #column.show .item {
    opacity: 1;
  }
  #column.show .btn_wrap {
    opacity: 1;
  }

  #qa {
    position: relative;
    padding-top: 15.38462vw;
    padding-bottom: 15.38462vw;
  }
  #qa .cont_wrap {
    background: #fff;
  }
  #qa .cont {
    width: 89.74359vw;
    margin: 0 auto 10.25641vw;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #qa dl dt {
    position: relative;
    font-size: 3.6vw;
    font-weight: bold;
    color: #fff;
    background: #00b3cd;
    line-height: 1.5;
    padding: 2.4vw 13.33vw 2vw 10.66vw;
    margin-left: 8vw;
    margin-bottom: 4vw;
    border-radius: 7.69231vw 0 0 7.69231vw;
    min-height: 14.87179vw;
  }
  #qa dl dt:before {
    content: '';
    display: block;
    position: absolute;
    top: -1vw;
    left: -8vw;
    background: url("../images/qa/sp_qa_q.png") center 0/100% no-repeat;
    width: 18.13vw;
    height: 16.26vw;
  }
  #qa dl dt button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 7.69231vw;
    height: 7.69231vw;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0.51282vw solid #fff;
    background-color: transparent;
  }
  #qa dl dt button span {
    position: absolute;
    width: 4.61538vw;
    height: 1.02564vw;
    top: 3.07692vw;
    right: 1.02564vw;
    background-color: #fff;
  }
  #qa dl dt button span:last-child {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #qa dl dt.on button span:last-child {
    display: none;
  }
  #qa dl dt sup {
    font-size: 70%;
    vertical-align: super;
  }
  #qa dl dt sub {
    font-size: 70%;
    vertical-align: sub;
  }
  #qa dl dd {
    display: none;
    position: relative;
    font-size: 3.3vw;
    line-height: 1.5;
    color: #666;
  }
  #qa dl dd a {
    font-size: 3.3vw;
    text-decoration: underline;
    color: #00b3cd;
  }
  #qa dl dd a[target="_blank"] {
    color: #f00;
  }
  #qa dl dd a[href$=".pdf"] {
    color: green;
  }
  #qa dl dd .desc_area {
    position: relative;
    padding-left: 13vw;
    margin-bottom: 4vw;
  }
  #qa dl dd .desc_area:before {
    position: absolute;
    top: -2vw;
    left: 5.3vw;
    content: 'A';
    color: #666;
    font-size: 6.9vw;
    font-weight: bold;
  }
  #qa dl dd .image {
    text-align: center;
    padding-left: 13vw;
    margin-bottom: 10vw;
  }
  #qa dl dd .image img {
    width: auto;
    max-width: 100%;
  }
  #qa dl dd.on {
    display: block;
  }
  #qa dl dd sup {
    font-size: 70%;
    vertical-align: super;
  }
  #qa dl dd sub {
    font-size: 70%;
    vertical-align: sub;
  }
  #qa .btn_wrap {
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  #qa.show .title_wrap {
    opacity: 1;
  }
  #qa.show .cont {
    opacity: 1;
  }
  #qa.show .btn_wrap {
    opacity: 1;
  }

  #others .block {
    position: relative;
    width: 100%;
    height: 51.28205vw;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #others .block a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8.97436vw 5.12821vw;
  }
  #others .block a:hover {
    opacity: 0.8;
  }
  #others .block a:hover .arrow::before {
    right: 20px;
  }
  #others .block a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #others .block a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  #others .block .title {
    position: relative;
    font-size: 5.64103vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.5641vw;
    z-index: 2;
  }
  #others .block .desc {
    position: relative;
    font-size: 3.58974vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    z-index: 2;
    margin-bottom: 5.12821vw;
  }
  #others .block .arrow {
    position: relative;
    width: 10.25641vw;
    height: 10.25641vw;
    margin: 0 auto;
    border: 0.25641vw solid #fff;
    border-radius: 50%;
    z-index: 2;
  }
  #others .block .arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 4.10256vw;
    bottom: 0;
    margin: auto 0;
    width: 2.5641vw;
    height: 2.5641vw;
    border-top: 0.25641vw solid #fff;
    border-right: 0.25641vw solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #others .block_guide {
    background-image: url("../images/top/others_guide_bg.jpg");
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #others .block_history {
    background-image: url("../images/top/others_history_bg.jpg");
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }

  #others.show .block {
    opacity: 1;
  }

  #global {
    position: relative;
    background: url("../images/top/sp_global_bg.jpg") center center/cover no-repeat;
    padding: 13.33vw 0 21.33vw;
  }
  #global .title_wrap {
    width: 66.66vw;
    height: 66.66vw;
    border: 5px solid #00b3cd;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 1.3vw;
  }
  #global .title_wrap .stitle {
    font-size: 5.33vw;
    line-height: 1.3;
    padding-top: 14.66vw;
    color: #00b3cd;
  }
  #global .title_wrap .title_eng {
    font-size: 2.93vw;
    color: #00b3cd;
  }
  #global .title_wrap .desc {
    font-size: 3.6vw;
    line-height: 1.3;
    text-align: center;
  }
  #global .title_wrap .note {
    display: block;
    font-size: 2.6vw;
    line-height: 1.3;
    text-align: center;
    padding-top: 2vw;
  }
  #global .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #global .item {
    width: 43.33vw;
    height: 43.33vw;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin-bottom: 2.6vw;
  }
  #global .item:nth-child(even) {
    margin-left: 5.3vw;
  }
  #global .item:last-child {
    margin-bottom: 0;
  }
  #global .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/top/global_title_bg.png") center 0/100% no-repeat #fff;
    padding-top: 16.66vw;
    border-radius: 50%;
  }
  #global .item a:hover {
    opacity: .8;
  }
  #global .item .area {
    font-size: 4.26vw;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 13vw;
  }
  #global .item .link {
    position: relative;
    font-size: 2.93vw;
    line-height: 1.1;
    color: #00b3cd;
    padding-right: .6vw;
  }
  #global .item .link:after {
    content: '';
    display: block;
    position: absolute;
    top: 1vw;
    right: 10vw;
    background: url("../images/top/icon_blank.svg") center 0/100% no-repeat;
    width: 3.2vw;
    height: 2.6vw;
  }
  #global .item.line2 a {
    padding-top: 14.33vw;
  }
  #global .item.line2 .area {
    margin-bottom: 9.5vw;
  }
  #global .item1 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  #global .item2 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  #global .item3 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  #global .item4 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  #global .item5 {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }

  #global.show .title_wrap {
    opacity: 1;
  }
  #global.show .item {
    opacity: 1;
  }
}
/* Animation Setting */
.animate {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.animate.show {
  opacity: 1;
}
