@charset "UTF-8";

@-ms-viewport {
  width: device-width;
}

/*--------------------------------------------------------------------------
CSS　カスタム設定(style.css) 2023.8.19
--------------------------------------------------------------------------*/
/*■■■■■■ HEADER SLIDE SHOW ■■■■■■■*/
/*アニメーションなしへ20231118
@keyframes swiper-fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/
.swiper-container {
  overflow: hidden;
}

.swiper {
  margin-top: 69px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  overflow: visible;
}

.swiper .swiper-wrapper {
  /*.swiper-slide-active {

            .item1,.item2 {
                animation-name: swiper-fade-in;
                animation-duration: 2s;
                animation-delay: 2s;
                animation-fill-mode: both;
            }
        }*/
}

.swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper .swiper-wrapper .swiper-slide .item1 {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #FFF;
  font-weight: bold;
}

.swiper .swiper-wrapper .swiper-slide .item1 p {
  font-size: 1.1vw;
}

.swiper .swiper-wrapper .swiper-slide .item1 h2 {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 6vw;
  letter-spacing: -3px;
  line-height: 1;
}

.swiper .swiper-wrapper .swiper-slide .item1 h2 small {
  margin-top: 20px;
  font-size: 1.5vw;
  letter-spacing: 2px;
  display: block;
  position: relative;
}

.swiper .swiper-wrapper .swiper-slide .item1 h2 small:before {
  content: '';
  display: block;
  border-top: 1px solid #FFF;
  width: 40px;
  height: 20px;
}

.swiper .swiper-wrapper .swiper-slide .item2 {
  padding: 1.5vw;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 15%;
  right: 10%;
  color: #FFF;
  background: -webkit-linear-gradient(45deg, rgba(126, 206, 244, 0.8), rgba(0, 160, 233, 0.8));
  background: -o-linear-gradient(45deg, rgba(126, 206, 244, 0.8), rgba(0, 160, 233, 0.8));
  background: linear-gradient(45deg, rgba(126, 206, 244, 0.8), rgba(0, 160, 233, 0.8));
  width: 20vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper .swiper-wrapper .swiper-slide .item2 img {
  margin: 10px auto 20px;
}

.swiper .swiper-wrapper .swiper-slide .item2 p {
  margin: 0 auto 20px;
  font-size: 1.2vw;
  font-weight: 500;
  text-align: right;
  line-height: 1.3;
}

.swiper .swiper-wrapper .swiper-slide .item2 h2 {
  margin: 0 auto 20px;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.4;
}

.swiper .swiper-wrapper .swiper-slide .item2 a {
  margin: 0 auto 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFF;
  font-weight: bold;
  font-size: 1vw;
}

.swiper .swiper-wrapper .swiper-slide .item2 a:link,
.swiper .swiper-wrapper .swiper-slide .item2 a:visited,
.swiper .swiper-wrapper .swiper-slide .item2 a:hover,
.swiper .swiper-wrapper .swiper-slide .item2 a:active {
  color: #FFF;
}

.swiper .swiper-wrapper .swiper-slide .item2 a:after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 41px;
  height: 1vw;
  background: url(../images/bu-arrow-more.png) left bottom no-repeat;
  background-size: contain;
}

/*swiper next prev*/
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: -40px;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #00a0e9;
}

.swiper-button-next {
  right: 16px;
}

.swiper-button-prev {
  left: auto;
  right: 56px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  font-size: 0;
}

.swiper-button-prev:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 0.65vw;
  bottom: 0.55vw;
  border-style: solid;
  border-width: 0.35vw 0.55vw;
  border-color: transparent #FFF transparent transparent;
}

.swiper-button-next:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 1.25vw;
  bottom: 0.55vw;
  border-style: solid;
  border-width: 0.35vw 0.55vw;
  border-color: transparent transparent transparent #FFF;
}

/*ページネーション*/
.swiper-pagination-bullet-active {
  background: #00a0e9;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
}

/*------スライドショー背景用画像------*/
.bg-slider-case01 {
  background: url("../slider/case01.jpg");
}

.bg-slider-case02 {
  background: url("../slider/case02.jpg");
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -31px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  text-align: right;
  padding-right: 100px;
}

/*-----slick slider-----*/
.list-slider-box {
  margin: 0 0 40px;
  width: 100%;
  position: relative;
}

.slick-slider {
  margin: 10px 0 0;
  padding: 15px;
  /*戻るボタンの高さ分あけてます*/
  width: 100%;
  /* スライダーの幅を指定*/
  list-style: none;
}

.slick-slider li {
  padding: 10px 20px;
}

/*==//  ここから矢印  //==*/
.slick-arrow {
  z-index: 100;
}

.slick-next {
  right: 35px;
}

/*内側に右から10ピクセル移動*/
.slick-prev {
  left: 90%;
}

/*内側に左から10ピクセル移動*/
.slick-prev,
.slick-next {
  top: 105%;
  color: #00a0e9;
  background-color: #00a0e9;
  width: 30px;
  height: 30px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #00a0e9;
}

.slide-arrow {
  background-color: #00a0e9;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  bottom: -15px;
}

.slide-arrow:hover {
  opacity: 0.8;
}

.prev-arrow {
  margin: 0 40px 0 0;
}

.prev-arrow:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #FFF transparent transparent;
}

.next-arrow:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: 10px;
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent transparent transparent #FFF;
}

/*■■■■■■ セクション（2）導入事例一覧 　■■■■■■■*/
.sec2-block {
  margin: 0 0 60px;
}

.archive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.archive-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ti-archive {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a0e9;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.ti-archive img {
  width: 200px;
}

.ti-archive small {
  margin-top: 1rem;
  margin-left: 1rem;
  color: #646464;
  font-size: 1.4rem;
}

.ti-archive:after {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #646464;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1rem;
}

.archive-box {
  margin: 0 auto 30px;
  padding: 0 10px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 3px solid #646464;
}

.archive-box .ac-ti-m {
  padding: 25px 20px 0;
  texr-align: left;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #646464;
}

.archive-box .ac-ti-s {
  padding: 20px 10px 0 20px;
  texr-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #646464;
}

.archive-box p {
  padding: 15px 10px 10px 20px;
  texr-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #646464;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

.case-img-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.case-img-box h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px 15px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.4vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.case-img-box h2 span {
  display: inline-block;
}

a.case-img-box:link,
a.case-img-box:visited {
  opacity: 1;
}

a.case-img-box:hover,
a.case-img-box:active {
  opacity: 0.8;
}

.bg-img-case01_s {
  background: url("../images/case01/f-3.jpg") center center no-repeat;
  background-size: cover;
}

.bg-img-case02_s {
  background: url("../images/case02/f-3.jpg") center center no-repeat;
  background-size: cover;
}

/*各ページ下部　一覧に戻るボタン（スライダー下）*/
.top-rev-btn-box {
  width: 100%;
  margin: -15px 0 0;
}

.top-rev-btn-box a, .dl-btn-box a {
  margin: 0 auto;
  padding: 2px 10px 3px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  background-color: #00a0e9;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  height: 30px;
  position: relative;
  z-index: 100;
}
.dl-btn-box a {
  padding: 2px 10px 3px 10px;
  width: 240px;
}

.top-rev-btn-box a:link,
.top-rev-btn-box a:visited,
.dl-btn-box a:link,
.dl-btn-box a:visited {
  opacity: 1.0;
}

.top-rev-btn-box a:hover,
.top-rev-btn-box a:active,
.dl-btn-box a:hover,
.dl-btn-box a:active {
  opacity: 0.8;
}

.top-prev-arrow:before {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent #FFF transparent transparent;
}

/*■■■■■■ セクション（3）導入事例　■■■■■■■*/
.header-ti-block {
  margin: 69px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-case-spacer {
  margin: 0;
  padding: 30% 0 0 0;
  display: block;
  width: 50%;
  height: 0;
}

.case-ti-box {
  padding: 40px 0 40px 40px;
  margin: 0;
  width: 50%;
}

.case-ti-box li.case-ti-img {
  padding: 0;
  text-align: left;
}

.case-ti-box li.case-ti-img img {
  max-width: 320px;
}

.case-ti-box li.case-ti-hr {
  padding: 20px 0 40px;
}

.case-ti-box li.case-ti-hr span {
  display: block;
  width: 100%;
  height: 0;
  border-color: #00a0e9;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.case-ti-box li.case-ti-company h1 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.case-ti-box li.case-ti-company h1 p.text-company-name {
  font-size: 3vw;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.3;
  color: #00a0e9;
  display: block;
  width: auto;
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.case-ti-box span.ico-case01:before {
  margin: 0 3vw 0 1.5vw;
  content: "";
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  background: url(../images/case01/ico-case-no_bl.png) center center no-repeat;
  background-size: cover;
}

.case-ti-box span.ico-case02:before {
  margin: 0 3vw 0 1.5vw;
  content: "";
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  background: url(../images/case02/ico-case-no_bl.png) center center no-repeat;
  background-size: cover;
}

.header-read-block {
  padding: 30px;
  text-align: center;
  background: #00a0e9;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a0e9), to(#7ecef4));
  background: -webkit-linear-gradient(bottom, #00a0e9, #7ecef4);
  background: -o-linear-gradient(bottom, #00a0e9, #7ecef4);
  background: linear-gradient(0deg, #00a0e9, #7ecef4);
}

.header-read-block h2 {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bg-header-case1 {
  background: url(../images/case01/bg-header-case.jpg) top center no-repeat;
  background-size: cover;
}

.bg-header-case2 {
  background: url(../images/case02/bg-header-case.jpg) top center no-repeat;
  background-size: cover;
}

/*--- POINT ---*/
.bg-ami {
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(white));
  background: -webkit-linear-gradient(bottom, #efefef, white);
  background: -o-linear-gradient(bottom, #efefef, white);
  background: linear-gradient(0deg, #efefef, white);
}

.bg-ami p {
  font-size: 1.8rem;
  line-height: 2;
}

.point-box {
  width: auto;
  margin: 40px auto 0;
  background-color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
}

.point-box td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}

.point-box p {
  padding: 30px;
  font-size: 2rem;
  color: #00a0e9;
  font-weight: 500;
}

.point-box ul {
  padding: 20px 30px 20px 40px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
}

.point-box span {
  margin: 20px;
  display: block;
  width: 1px;
  height: 100px;
  border-left: 1px solid #646464;
}

.point-box-left {
  width: 24px;
  height: 140px;
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

.point-box-right {
  width: 24px;
  height: 140px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

.img-box1x1 {
  margin-top: 6px;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
}

.img-box16x9 {
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  padding: 50% 0 0 0;
}

.bg-c1-point-img01 {
  background: url("../images/case01/case_1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c1-point-img02 {
  background: url("../images/case01/case_2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c1-point-img03 {
  background: url("../images/case01/case_3.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c2-point-img01 {
  background: url("../images/case02/case_1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c2-point-img02 {
  background: url("../images/case02/case_2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c2-point-img03 {
  background: url("../images/case02/case_3.jpg") center center no-repeat;
  background-size: cover;
}

.bg-c2-point-img04 {
  background: url("../images/case02/case_4.jpg") center center no-repeat;
  background-size: cover;
}

/*--インタビュー内容--*/
.case-block {
  margin: 20px 0 40px;
}

.case-block h2 {
  margin: 0 0 20px;
  font-size: 3rem;
  color: #00a0e9;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.case-block .case-sub-titile {
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #00a0e9;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.case-block .case-sub-titile:before {
  margin-right: 10px;
  content: "";
  width: 30px;
  height: 7px;
  border-top: 1px solid #00a0e9;
  display: inline-block;
}

.case-block p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #646464;
  font-weight: 400;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

.bg-ami2 {
  margin: 30px 0;
  padding: 20px;
  background-color: #EEEEEF;
}

.bg-ami2 .text-ami-ti {
  width: 100%;
  background-color: #FFF;
  font-size: 1.6rem;
  color: #646464;
  font-weight: bold;
  text-align: center;
}

.bg-ami2 .monitor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-ami2 .monitor-box li {
  margin-bottom: 20px;
}

.bg-ami2 .monitor-box li img {
  width: 240px;
}

.bg-ami2 .monitor-box li p {
  width: 160px;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

/*--導入事例（2）イラスト部分--*/
p.text-caption {
  font-size: 1.4rem !important;
}

span.ami-red {
  margin-right: 6px;
  padding: 1px 5px 3px;
  line-height: 1.2;
  font-size: 1.2rem;
  background-color: #ff000a;
  color: #fff;
  display: inline-block;
}

span.ami-blue {
  margin-right: 10px;
  padding: 1px 5px 3px;
  line-height: 1.2;
  font-size: 1.2rem;
  background-color: #00a2ec;
  color: #fff;
  display: inline-block;
}

.point-box_s {
  width: auto;
  margin: 15px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.point-box_s td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}

.point-box_s ul {
  padding: 10px 10px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
}

.point-box_s span {
  margin: 20px;
  display: block;
  width: 1px;
  height: 100px;
  border-left: 1px solid #646464;
}

.point-box-left_s {
  width: 10px;
  height: 90px;
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

.point-box-right_s {
  width: 10px;
  height: 90px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

.text-red {
  color: #ff000a;
}

.text-blue {
  color: #00a2ec;
}

/*---導入会社概要---*/
.company-prof-box {
  margin: 30px auto;
  padding: 40px;
  display: block;
  width: auto;
  border: 1px solid #646464;
}

.company-prof-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-prof-box ul li {
  padding: 0 0 10px;
}

.company-prof-box ul li span {
  display: block;
  width: 1px;
  height: 80px;
  border-left: 1px solid #646464;
}

.company-prof-box ul li h2 {
  margin: auto 0 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.company-prof-box ul li p {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}

.company-prof-box ul li a {
  font-size: 1.3rem;
  font-weight: 400;
}

.company-prof-box p {
  margin: 10px 0 0;
  font-size: 1.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/*---ログイン---*/
.login-block {
  margin: 80px 0;
}

.login-block img {
  margin: 10px auto 20px;
  width: 40px;
  height: auto;
}

.login-block p {
  margin: 0 auto 10px;
  font-size: 2rem;
}

.login-box {
  border: 1px solid #646464;
  padding: 30px;
}

.login-box h2 {
  font-size: 3rem;
  font-weight: 500;
}

.login-box .input-box {
  font-size: 1.8rem;
}

.login-box .input-box span {
  margin: 0 10px;
  padding: 1px 4px 2px 4px;
  border-radius: 3px;
  background-color: #CC0000;
  color: #FFF;
  font-size: 1.6rem;
}

.login-box .input-box input {
  margin: 20px auto;
  border: 1px solid #CCC;
  background-color: #EFEFEF;
  padding: 5px 10px 7px;
  font-size: 1.8rem;
}

.login-box .bu-next-step {
  margin: 10px auto 40px;
  padding: 0;
  background-color: #ffc000;
  color: #fff;
  border-radius: 30px;
  width: 160px;
  height: 60px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-box .bu-next-step:hover {
  background-color: #ffae00;
}

.login-box .bu-login {
  margin: 10px auto 20px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #646464;
  color: #646464;
  border-radius: 30px;
  width: 160px;
  height: 60px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-box .bu-login:hover {
  background-color: #EFEFEF;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) {

  /*head swiper*/
  .bg-slider-case01 {
    background: url("../slider/case01_sp.jpg");
  }

  .bg-slider-case02 {
    background: url("../slider/case02_sp.jpg");
  }

  .swiper-container {
    overflow: hidden;
  }

  .swiper {
    margin-top: 89px;
    margin-bottom: 150px;
    width: 100%;
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 {
    top: 8%;
    left: 5%;
    font-weight: bold;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 p {
    font-size: 2.4vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 {
    font-size: 12vw;
    letter-spacing: -2px;
    line-height: 0.9;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small {
    margin-top: 10px;
    font-size: 3.2vw;
    letter-spacing: 2px;
    display: block;
    position: relative;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small:before {
    content: '';
    display: block;
    border-top: 1px solid #FFF;
    width: 40px;
    height: 20px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 {
    padding: 20px;
    position: absolute;
    display: block;
    top: 100%;
    bottom: auto;
    right: 0;
    width: 100%;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-a {
    padding: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-b {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 12vw;
    margin: 0 20px 0 0;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 p {
    margin: 0 auto 0 0;
    font-size: 5vw;
    text-align: left;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 h2 {
    margin: 0 auto 0 0;
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a {
    margin: auto 0 auto;
    padding: 2px 12px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #FFF;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:link,
  .swiper .swiper-wrapper .swiper-slide .item2 a:visited,
  .swiper .swiper-wrapper .swiper-slide .item2 a:hover,
  .swiper .swiper-wrapper .swiper-slide .item2 a:active {
    color: #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:after {
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../images/bu-arrow-more.png) left bottom no-repeat;
    background-size: contain;
  }

  .swiper-slide {
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    margin: 0;
  }

  /*swiper next prev(XS)*/
  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20px;
  }

  /*ページネーション（XS）*/
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 27px);
  }

  /*section(2)*/
  .archive-box .ac-ti-m {
    padding: 20px 20px 0;
    font-size: 1.4rem;
  }

  .archive-box .ac-ti-s {
    font-size: 1.4rem;
  }

  .archive-box p {
    font-size: 1.2rem;
  }

  /*section(2)/Archive (XS)*/
  .ti-archive {
    margin: 10px 0;
  }

  .ti-archive img {
    width: 160px;
  }

  .ti-archive small {
    margin-top: 1rem;
    margin-left: 1rem;
    color: #646464;
    font-size: 1.2rem;
  }

  .ti-archive:after {
    margin-top: 1rem;
    border-top: 0;
    content: "";
    color: #646464;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
  }

  /*--section(3) 導入事例　01　株式会社クボタ(XS)--*/
  .header-ti-block {
    margin: 79px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-case-spacer {
    margin: 0;
    padding: 70% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }

  .case-ti-box {
    padding: 6vw;
    margin: 0;
    width: 100%;
    /*ロゴの場合*/
    /*CASE#　番号は共通*/
  }

  .case-ti-box li.case-ti-img {
    padding: 0;
    text-align: center;
  }

  .case-ti-box li.case-ti-img img {
    width: 60vw;
    max-width: 260px;
  }

  .case-ti-box li.case-ti-hr {
    padding: 2.5vw 0 5vw;
  }

  .case-ti-box li.case-ti-hr span {
    display: block;
    width: 100%;
    height: 0;
    border-color: #00a0e9;
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  .case-ti-box li.case-ti-company h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-ti-box li.case-ti-company h1 p.text-company-name {
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s {
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s img.kubota-logo {
    margin: 0 0 10px 0;
    width: 36vw;
  }

  .case-ti-box span.ico-case01:before {
    margin: 0 3vw 0 1vw;
    content: "";
    display: block;
    width: 12vw;
    height: 12vw;
    background: url(../images/case01/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .case-ti-box span.ico-case02:before {
    margin: 0 3vw 0 1vw;
    content: "";
    display: block;
    width: 12vw;
    height: 12vw;
    background: url(../images/case02/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .header-read-block {
    padding: 20px 30px;
  }

  .header-read-block h2 {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    color: #FFF;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  .header-read-block h2 br.sp-view {
    line-height: 0;
    display: inline-block;
  }

  .bg-header-case1 {
    background: url(../images/case01/bg-header-case.jpg) top center no-repeat;
    background-size: cover;
  }

  .bg-header-case2 {
    background: url(../images/case02/bg-header-case.jpg) top center no-repeat;
    background-size: cover;
  }

  .bg-ami {
    padding: 30px 0;
  }

  .bg-ami p {
    font-size: 1.4rem;
    line-height: 2;
  }

  /*point-box(XS)*/
  .point-box {
    width: 100%;
    margin: 0 auto;
  }

  .point-box td {
    padding: 0;
    text-align: center;
  }

  .point-box p {
    margin: 0 auto;
    padding: 0 15px 0 0;
    font-size: 3vw;
    white-space: nowrap;
  }

  .point-box ul {
    margin-left: 2rem;
    width: auto;
    display: table;
    padding: 0;
    font-size: 3vw;
    white-space: nowrap;
  }

  .point-box ul li {
    width: auto;
  }

  .point-box span {
    margin: 0;
    height: 60px;
  }

  .point-box-left {
    width: 15px;
    height: 100px;
  }

  .point-box-right {
    width: 15px;
    height: 100px;
  }

  /*--インタビュー内容(XS)--*/
  .case-block {
    margin: 20px 0 40px;
  }

  .case-block h2 {
    font-size: 1.8rem;
  }

  .case-block .case-sub-titile {
    font-size: 1.4rem;
  }

  .case-block P {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  /*挿絵サイズ(XS)*/
  .img-box1x1 {
    padding: 56.25% 0 0 0;
  }

  .img-box16x9 {
    padding: 56.25% 0 0 0;
  }

  /*--導入事例（2）イラスト部分（XS）--*/
  p.text-caption {
    font-size: 1.3rem !important;
  }

  .point-box_s {
    width: auto;
    margin: 15px auto;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .point-box_s td {
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }

  .point-box_s ul {
    padding: 10px 5px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .point-box_s span {
    margin: 20px;
    display: block;
    width: 1px;
    height: 100px;
    border-left: 1px solid #646464;
  }

  .point-box-left_s {
    width: 10px;
    height: 80px;
    border-top: 1px solid #646464;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  .point-box-right_s {
    width: 10px;
    height: 80px;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  /*---導入会社概要(XS)---*/
  .company-prof-box {
    margin: 30px auto;
    padding: 30px;
    display: block;
    width: auto;
    border: 1px solid #646464;
  }

  .company-prof-box ul {
    display: block;
  }

  .company-prof-box ul li {
    padding: 0 0 10px;
  }

  .company-prof-box ul li span {
    display: block;
    width: 300px;
    height: 1px;
    border-left: 0;
    border-bottom: 1px solid #646464;
  }

  .company-prof-box ul li img {
    width: 200px;
  }

  .company-prof-box ul li h2 {
    margin: auto 0 5px;
    font-size: 1.6rem;
  }

  .company-prof-box ul li p {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .company-prof-box ul li a {
    font-size: 1.3rem;
  }

  .company-prof-box p {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }

  /*---ログイン(XS)---*/
  .login-block {
    margin: 40px 0;
  }

  .login-block img {
    margin: 10px auto;
  }

  .login-block p {
    margin: 10px auto 15px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .login-box {
    padding: 20px 15px;
  }

  .login-box h2 {
    font-size: 2.4rem;
  }

  .login-box .input-box {
    margin: 30px auto 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .login-box .input-box span {
    font-size: 1.3rem;
  }

  .login-box .input-box input {
    margin: 15px auto 30px;
    padding: 5px 5px 7px;
    font-size: 1.4rem;
    display: block;
  }

  .login-box .bu-next-step {
    margin: 0 auto 30px;
    padding: 0 0 2px 0;
    border-radius: 22px;
    width: 120px;
    height: 44px;
    font-size: 1.5rem;
  }

  .login-box .bu-login {
    margin: 0 auto 30px;
    padding: 0 0 2px 0;
    border-radius: 22px;
    width: 120px;
    height: 44px;
    font-size: 1.5rem;
  }

  .login-box .bu-login:hover {
    background-color: #EFEFEF;
  }
}

/*------------(SM)------------*/
@media (min-width: 567px) {
  .swiper {
    margin-bottom: 180px;
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 {
    top: 8%;
    left: 5%;
    font-weight: bold;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 p {
    font-size: 2.4vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 {
    font-size: 12vw;
    letter-spacing: -2px;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small {
    margin-top: 10px;
    font-size: 3.2vw;
    letter-spacing: 2px;
    display: block;
    position: relative;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small:before {
    content: '';
    display: block;
    border-top: 1px solid #FFF;
    width: 40px;
    height: 20px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 {
    padding: 15px 20px;
    position: absolute;
    display: block;
    top: 100%;
    bottom: auto;
    right: 0;
    width: 100%;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-a {
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-b {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 9.8vw;
    margin: 0 30px 0 0;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 p {
    margin: 0 auto 0 0;
    font-size: 4.6vw;
    text-align: left;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 h2 {
    margin: 0;
    font-size: 3.2vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a {
    margin: 5px 0 0 auto;
    padding: 3px 20px 6px;
    font-size: 1.2rem;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:link,
  .swiper .swiper-wrapper .swiper-slide .item2 a:visited,
  .swiper .swiper-wrapper .swiper-slide .item2 a:hover,
  .swiper .swiper-wrapper .swiper-slide .item2 a:active {
    color: #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:after {
    width: 30px;
    height: 15px;
  }

  .swiper-slide {
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    margin: 0;
  }

  /*section(2)*/
  .ti-archive:after {
    border-top: 1px solid;
  }

  /*section(3)(SM)*/
  .header-ti-block {
    margin: 79px 0 0;
  }

  .header-case-spacer {
    margin: 0;
    padding: 60% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }

  .case-ti-box {
    padding: 40px;
    margin: 0;
    width: 100%;
    /*ロゴの場合*/
    /*CASE#　番号は共通*/
  }

  .case-ti-box li.case-ti-img {
    padding: 0;
    text-align: center;
  }

  .case-ti-box li.case-ti-img img {
    width: 50vw;
    max-width: 280px;
  }

  .case-ti-box li.case-ti-hr {
    padding: 2vw 0 5vw;
  }

  .case-ti-box li.case-ti-hr span {
    display: block;
    width: 100%;
    height: 0;
    border-color: #00a0e9;
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  .case-ti-box li.case-ti-company h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-ti-box li.case-ti-company h1 p.text-company-name {
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-ti-box li.case-ti-company-logo h1 h1 {
    display: inline;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s {
    font-size: 2.6vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s img.kubota-logo {
    margin: 0 0 10px 0;
    width: 26vw;
  }

  .case-ti-box span.ico-case01:before {
    margin: 0 3vw 0 1vw;
    content: "";
    display: block;
    width: 9vw;
    height: 9vw;
    background: url(../images/case01/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .case-ti-box span.ico-case02:before {
    margin: 0 3vw 0 1vw;
    content: "";
    display: block;
    width: 9vw;
    height: 9vw;
    background: url(../images/case02/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .header-read-block {
    padding: 30px;
  }

  .header-read-block h2 {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    color: #FFF;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  .header-read-block h2 br {
    line-height: 0;
    display: inline-block;
  }

  .header-read-block h2 br.sp-view {
    display: none;
  }

  .bg-ami p {
    font-size: 1.4rem;
    line-height: 2;
  }

  /*point-box(SM)*/
  .point-box {
    width: 100%;
    margin: 30px auto;
  }

  .point-box td {
    padding: 5px 0;
  }

  .point-box p {
    padding: 0 15px 0 0;
    font-size: 1.6rem;
  }

  .point-box ul {
    margin-left: 4rem;
    padding: 0 15px 0;
    font-size: 1.8rem;
  }

  .point-box span {
    margin: 5px 0;
    height: 90px;
  }

  .point-box-left {
    width: 15px;
    height: 130px;
  }

  .point-box-right {
    width: 15px;
    height: 130px;
  }

  /*--インタビュー内容(SM)--*/
  .case-block h2 {
    font-size: 2.6rem;
  }

  .case-block .case-sub-titile {
    font-size: 1.5rem;
  }

  .case-block p {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  /*---導入会社概要(SM)---*/
  .company-prof-box {
    padding: 40px;
  }

  .company-prof-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .company-prof-box ul li {
    padding: 0 0 10px;
  }

  .company-prof-box ul li span {
    display: block;
    width: 1px;
    height: 80px;
    border-left: 1px solid #646464;
  }

  .company-prof-box p {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}

/*------------(MD)------------*/
@media (min-width: 768px) {
  .bg-slider-case01 {
    background: url("../slider/case01.jpg");
  }

  .bg-slider-case02 {
    background: url("../slider/case02.jpg");
  }

  .swiper-container {
    overflow: hidden;
  }

  .swiper {
    margin-top: 69px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 {
    position: absolute;
    top: 17%;
    left: 8%;
    color: #FFF;
    font-weight: bold;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 p {
    font-size: 1.1vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
    font-size: 7vw;
    letter-spacing: -3px;
    line-height: 0.9;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small {
    margin-top: 20px;
    font-size: 1.5vw;
    letter-spacing: 2px;
    display: block;
    position: relative;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small:before {
    content: '';
    display: block;
    border-top: 1px solid #FFF;
    width: 40px;
    height: 30px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 {
    padding: 20px 10px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10%;
    bottom: auto;
    right: 8%;
    width: 20vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-a {
    padding: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-b {
    margin: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 6.2vw;
    margin: 10px auto 20px auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 p {
    margin: 0 auto 20px;
    font-size: 1.6vw;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 h2 {
    margin: 0 auto 20px;
    font-size: 1.9vw;
    line-height: 1.3;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a {
    margin: 0 auto 10px;
    padding: 2px 15px 6px;
    font-size: 1.2vw;
    display: inline-block;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:after {
    width: 20px;
    height: 14px;
  }

  .swiper-slide {
    display: block;
    width: 100%;
    height: 0;
    padding: 47% 0 0 0;
    margin: 0;
  }

  /*swiper next prev(MD)*/
  .swiper-button-next,
  .swiper-button-prev {
    bottom: -40px;
  }

  /*ページネーション（MD）*/
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -33px);
  }

  /*section(2)/Archive(MD)*/
  .archive-box .ac-ti-m {
    font-size: 1.6rem;
  }

  .archive-box .ac-ti-s {
    font-size: 1.4rem;
  }

  .archive-box p {
    font-size: 1.4rem;
  }

  /*section(3)（MD）*/
  .header-ti-block {
    margin: 69px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-case-spacer {
    margin: 0;
    padding: 30% 0 0 0;
    display: block;
    width: 50%;
    height: 0;
  }

  .case-ti-box {
    padding: 30px 0 30px 30px;
    margin: 0;
    width: 50%;
    /*ロゴの場合（MD）*/
    /*CASE#　番号は共通（MD）*/
  }

  .case-ti-box li.case-ti-img {
    padding: 0;
    text-align: left;
  }

  .case-ti-box li.case-ti-img img {
    max-width: 25vw;
  }

  .case-ti-box li.case-ti-hr {
    padding: 1.6vw 0 4.6vw;
  }

  .case-ti-box li.case-ti-hr span {
    display: block;
    width: 100%;
    height: 0;
    border-color: #00a0e9;
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  .case-ti-box li.case-ti-company h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .case-ti-box li.case-ti-company h1 p.text-company-name {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s img.kubota-logo {
    margin: 0 0 10px 0;
    width: 20vw;
  }

  .case-ti-box span.ico-case01:before {
    margin: 0 3vw 0 1.5vw;
    content: "";
    display: block;
    width: 6.2vw;
    height: 6.2vw;
    background: url(../images/case01/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .case-ti-box span.ico-case02:before {
    margin: 0 3vw 0 1.5vw;
    content: "";
    display: block;
    width: 6.2vw;
    height: 6.2vw;
    background: url(../images/case02/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .header-read-block {
    padding: 30px;
    text-align: center;
    background: #00a0e9;
    background: -webkit-gradient(linear, left bottom, left top, from(#00a0e9), to(#7ecef4));
    background: -webkit-linear-gradient(bottom, #00a0e9, #7ecef4);
    background: -o-linear-gradient(bottom, #00a0e9, #7ecef4);
    background: linear-gradient(0deg, #00a0e9, #7ecef4);
  }

  .header-read-block h2 {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    color: #FFF;
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  .bg-header-case1 {
    background: url(../images/case01/bg-header-case.jpg) top center no-repeat;
    background-size: cover;
  }

  .bg-header-case2 {
    background: url(../images/case02/bg-header-case.jpg) top center no-repeat;
    background-size: cover;
  }

  .bg-ami {
    padding: 50px 0;
  }

  .bg-ami p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .point-box {
    width: 100%;
    margin: 0 auto;
  }

  .point-box td {
    vertical-align: middle;
    text-align: center;
    padding: 8px 0;
  }

  .point-box p {
    padding: 20px 24px 20px 0;
    font-size: 1.8rem;
    color: #00a0e9;
    font-weight: 500;
  }

  .point-box ul {
    margin-left: 4rem;
    padding: 15px 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
  }

  .point-box span {
    margin: 15px 0;
    display: block;
    width: 1px;
    height: 130px;
    border-left: 1px solid #646464;
  }

  .point-box-left {
    width: 24px;
    height: 150px;
    border-top: 1px solid #646464;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  .point-box-right {
    width: 24px;
    height: 150px;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  /*--インタビュー内容(MD)--*/
  .case-block h2 {
    font-size: 2.8rem;
  }

  .case-block .case-sub-titile {
    font-size: 1.7rem;
  }

  .case-block p {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  /*--導入事例（2）イラスト部分(MD)--*/
  p.text-caption {
    font-size: 1.3rem !important;
  }

  /*---ログイン(MD)---*/
  .login-block img {
    margin: 10px auto 20px;
  }

  .login-block p {
    font-size: 1.8rem;
  }

  .login-box h2 {
    font-size: 2.6rem;
  }

  .login-box .input-box {
    font-size: 1.6rem;
  }

  .login-box .input-box span {
    font-size: 1.4rem;
  }

  .login-box .input-box input {
    margin: 0 auto;
    font-size: 1.6rem;
    display: inline;
  }

  .login-box .bu-next-step {
    margin: 20px auto;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    font-size: 1.8rem;
  }

  .login-box .bu-login {
    border-radius: 25px;
    width: 140px;
    height: 50px;
    font-size: 1.8rem;
  }

  .login-box .bu-login:hover {
    background-color: #EFEFEF;
  }
}

/*------------(LG)------------*/
@media (min-width: 1024px) {
  .swiper {
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 {
    position: absolute;
    top: 23%;
    left: 10%;
    color: #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 p {
    font-size: 1.1vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 {
    font-size: 6vw;
    line-height: 0.9;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 {
    top: 15%;
    right: 8%;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 p {
    font-size: 1.4vw;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 4.7vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 h2 {
    margin: 0 auto 30px;
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 1.3;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a {
    margin: 0 ahto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 20px 6px;
    font-size: 0.9vw;
    display: inline-block;
  }

  .swiper-slide {
    display: block;
    width: 100%;
    height: 0;
    padding: 47% 0 0 0;
    margin: 0;
  }

  /*section(2)/Archive(LG)*/
  .ti-archive {
    margin: 0;
  }

  .ti-archive img {
    width: 200px;
  }

  .ti-archive small {
    margin-top: 1rem;
    margin-left: 1rem;
    color: #646464;
    font-size: 1.4rem;
  }

  .archive-box .ac-ti-m {
    padding: 25px 20px 0;
    font-size: 2rem;
  }

  .archive-box .ac-ti-s {
    font-size: 1.6rem;
  }

  .archive-box p {
    padding: 15px 10px 10px 20px;
    font-size: 1.45rem;
  }

  /*swiper next prev(MD)*/
  .swiper-button-next,
  .swiper-button-prev {
    bottom: 40px;
  }

  /*ページネーション（MD）*/
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 48px);
  }

  /*section(3)*/
  .case-ti-box {
    padding: 40px 0 40px 40px;
    margin: 0;
    width: 50%;
    /*ロゴの場合(LG)*/
    /*CASE#　番号は共通(LG)*/
  }

  .case-ti-box li.case-ti-img {
    padding: 0;
    text-align: left;
  }

  .case-ti-box li.case-ti-img img {
    max-width: 20vw;
  }

  .case-ti-box li.case-ti-hr {
    padding: 1.5vw 0 4.5vw;
  }

  .case-ti-box li.case-ti-hr span {
    display: block;
    width: 100%;
    height: 0;
    border-color: #00a0e9;
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  .case-ti-box li.case-ti-company h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .case-ti-box li.case-ti-company h1 p.text-company-name {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s {
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 1.3;
    color: #00a0e9;
    display: block;
    width: auto;
    text-align: left;
  }

  .case-ti-box li.case-ti-company-logo h1 p.text-company-name_s img.kubota-logo {
    margin: 0 0 10px 0;
    width: 18vw;
  }

  .case-ti-box span.ico-case01:before {
    margin: 0 3vw 0 1.5vw;
    content: "";
    display: block;
    width: 5.2vw;
    height: 5.2vw;
    background: url(../images/case01/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .case-ti-box span.ico-case02:before {
    margin: 0 3vw 0 1.5vw;
    content: "";
    display: block;
    width: 5.2vw;
    height: 5.2vw;
    background: url(../images/case02/ico-case-no_bl.png) center center no-repeat;
    background-size: cover;
  }

  .header-read-block {
    padding: 30px;
    text-align: center;
    background: #00a0e9;
    background: -webkit-gradient(linear, left bottom, left top, from(#00a0e9), to(#7ecef4));
    background: -webkit-linear-gradient(bottom, #00a0e9, #7ecef4);
    background: -o-linear-gradient(bottom, #00a0e9, #7ecef4);
    background: linear-gradient(0deg, #00a0e9, #7ecef4);
  }

  .header-read-block h2 {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    color: #FFF;
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  .bg-ami {
    padding: 70px 0;
  }

  .bg-ami p {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2;
  }

  .point-box {
    width: 100%;
    margin: 0 auto 0;
    background-color: #FFF;
  }

  .point-box td {
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
  }

  .point-box p {
    padding: 30px 24px 30px 0;
    font-size: 2rem;
    color: #00a0e9;
    font-weight: 500;
  }

  .point-box ul {
    margin-left: 4rem;
    padding: 20px 0;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .point-box ul li {
    padding: 2px 0;
  }

  .point-box span {
    margin: 20px 0;
    display: block;
    width: 1px;
    height: 140px;
    border-left: 1px solid #646464;
  }

  .point-box-left {
    width: 24px;
    height: 190px;
    border-top: 1px solid #646464;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  .point-box-right {
    width: 24px;
    height: 190px;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
  }

  /*--インタビュー内容(LG)--*/
  .case-block {
    margin: 20px 0 40px;
  }

  .case-block h2 {
    margin: 0 0 20px;
    font-size: 3.4rem;
    color: #00a0e9;
    line-height: 1.4;
    font-weight: 400;
  }

  .case-block .case-sub-titile {
    margin: 0 0 10px;
    font-size: 2rem;
    color: #00a0e9;
    line-height: 1.4;
    font-weight: 400;
  }

  .case-block h3:before {
    margin-right: 10px;
    content: "";
    width: 30px;
    height: 7px;
    border-top: 1px solid #00a0e9;
    display: inline-block;
  }

  .case-block p {
    font-size: 1.56rem;
    line-height: 1.8;
  }

  /*挿絵サイズ*/
  .img-box1x1 {
    padding: 100% 0 0 0;
  }

  .img-box16x9 {
    padding: 50% 0 0 0;
  }

  /*--導入事例（2）イラスト部分(LG)--*/
  p.text-caption {
    font-size: 1.4rem !important;
  }

  /*---ログイン(LG)---*/
  .login-block {
    margin: 80px 0;
  }

  .login-block img {
    margin: 10px auto 20px;
    width: 40px;
    height: auto;
  }

  .login-block p {
    margin: 0 auto 10px;
    font-size: 2rem;
  }

  .login-box {
    border: 1px solid #646464;
    padding: 30px;
  }

  .login-box h2 {
    font-size: 3rem;
    font-weight: 500;
  }

  .login-box .input-box {
    font-size: 1.8rem;
  }

  .login-box .input-box span {
    margin: 0 10px;
    padding: 1px 4px 2px 4px;
    border-radius: 3px;
    background-color: #CC0000;
    color: #FFF;
    font-size: 1.6rem;
  }

  .login-box .input-box input {
    margin: 20px auto;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    padding: 5px 10px 7px;
    font-size: 1.8rem;
  }

  .login-box .bu-next-step {
    margin: 10px auto 40px;
    padding: 0;
    background-color: #ffc000;
    color: #fff;
    border-radius: 30px;
    width: 160px;
    height: 60px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-box .bu-next-step:hover {
    background-color: #ffae00;
  }

  .login-box .bu-login {
    margin: 10px auto 20px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #646464;
    color: #646464;
    border-radius: 30px;
    width: 160px;
    height: 60px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-box .bu-login:hover {
    background-color: #EFEFEF;
  }
}

/*------------(XL)------------*/
@media (min-width: 1216px) {
  .swiper {
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 4.7vw;
  }

  /*swiper next prev(MD)*/
  .swiper-button-next,
  .swiper-button-prev {
    bottom: 40px;
  }

  /*ページネーション（MD）*/
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 48px);
  }

  /*section(3)*/
  .bg-ami {
    padding: 80px 0;
  }
}

/*------------(iphone5/SE)------------*/
@media (min-width: 320px) and (max-width: 374px) {
  .swiper {
    margin-top: 89px;
    margin-bottom: 120px;
    width: 100%;
    height: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 {
    top: 8%;
    left: 5%;
    font-weight: bold;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 p {
    font-size: 2.4vw;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 {
    font-size: 12vw;
    letter-spacing: -2px;
    line-height: 0.9;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small {
    margin-top: 10px;
    font-size: 3.2vw;
    letter-spacing: 2px;
    display: block;
    position: relative;
  }

  .swiper .swiper-wrapper .swiper-slide .item1 h2 small:before {
    content: '';
    display: block;
    border-top: 1px solid #FFF;
    width: 40px;
    height: 20px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 {
    padding: 15px 20px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-a {
    padding: 0 0 10px 0;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 .part-b {
    margin-top: 10px;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 img {
    width: 11vw;
    margin: 0 12px 0 0;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 p {
    margin: 0 auto 0 0;
    font-size: 5vw;
    text-align: left;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 h2 {
    margin: 0 auto 0 0;
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a {
    margin: auto 0 auto;
    padding: 3px 9px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #FFF;
    font-weight: bold;
    font-size: 0.9rem;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:link,
  .swiper .swiper-wrapper .swiper-slide .item2 a:visited,
  .swiper .swiper-wrapper .swiper-slide .item2 a:hover,
  .swiper .swiper-wrapper .swiper-slide .item2 a:active {
    color: #FFF;
  }

  .swiper .swiper-wrapper .swiper-slide .item2 a:after {
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../images/bu-arrow-more.png) left bottom no-repeat;
    background-size: contain;
  }

  .swiper-slide {
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    margin: 0;
  }

  /*section(2)*/
  .ti-archive {
    margin: 10px 0 0;
  }

  .ti-archive img {
    width: 140px;
  }

  .ti-archive small {
    margin-top: 1rem;
    margin-left: 1rem;
    color: #646464;
    font-size: 1.2rem;
  }

  .ti-archive:after {
    border-top: 0;
  }

  .archive-box .ac-ti-m {
    font-size: 1.4rem;
  }

  .archive-box .ac-ti-s {
    font-size: 1.3rem;
  }

  .archive-box p {
    font-size: 1.2rem;
  }

  /*--section(3) 導入事例　01　株式会社クボタ(XXS)--*/
  .header-ti-block h1 {
    bottom: 24%;
    font-size: 5.8vw;
  }

  .header-ti-block ul {
    padding: 15px 20px;
    bottom: -13%;
  }

  .header-ti-block ul P {
    font-size: 1.8rem;
  }

  .bg-ami {
    padding: 40px 0;
  }

  .bg-ami p {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  /*point-box(XXS)*/
  .point-box {
    width: 100%;
  }

  .point-box td {
    padding: 0;
  }

  .point-box p {
    margin: 0 auto;
    padding: 0 10px 0 0;
    font-size: 0.9rem;
  }

  .point-box ul {
    margin-left: 2rem;
    padding: 0;
    font-size: 1.1rem;
  }

  .point-box span {
    margin: 0;
    height: 60px;
  }

  .point-box-left {
    width: 10px;
    height: 80px;
  }

  .point-box-right {
    width: 10px;
    height: 80px;
  }

  /*--インタビュー内容(XXS)--*/
  .case-block {
    margin: 20px 0 40px;
  }

  .case-block h2 {
    font-size: 1.6rem;
  }

  .case-block .case-sub-titile {
    font-size: 1.2rem;
  }

  .case-block P {
    font-size: 1.1rem;
  }

  /*各ページ下部　一覧に戻るボタン（スライダー下）*/
  .top-rev-btn-box {
    width: 100%;
    margin: -15px 0 0;
  }

  .top-rev-btn-box a {
    margin: 0 auto 0 30px;
    padding: 2px 10px 3px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    background-color: #00a0e9;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    height: 30px;
    position: relative;
  }

  /*---ログイン(XXS)---*/
  .login-block {
    margin: 20px 0;
  }

  .login-block img {
    margin: 10px auto;
  }

  .login-block p {
    margin: 10px auto 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .login-box {
    padding: 20px 15px;
  }

  .login-box h2 {
    font-size: 2rem;
  }

  .login-box .input-box {
    margin: 30px auto 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .login-box .input-box span {
    font-size: 1.2rem;
  }

  .login-box .input-box input {
    margin: 15px auto 30px;
    padding: 5px 5px 7px;
    font-size: 1.1rem;
    display: block;
  }

  .login-box .bu-next-step {
    margin: 0 auto 20px;
    padding: 0 0 2px 0;
    border-radius: 22px;
    width: 120px;
    height: 44px;
    font-size: 1.5rem;
  }

  .login-box .bu-login {
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    border-radius: 22px;
    width: 120px;
    height: 44px;
    font-size: 1.5rem;
  }

  .login-box .bu-login:hover {
    background-color: #EFEFEF;
  }
}


/*add 240201*/
.swiper-button-next,
.swiper-button-prev {
  bottom: 25% !important;

}

.swiper-pagination-bullet {
  background: #F0F0F0;
  opacity: 1;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #00A0E9;
  opacity: 1;
}

.swiper-pagination {
  padding-right: 19.0%;
  bottom: 26.0% !important;
}

.swiper-button-prev {
  right: 16.5% !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-right: 19.0%;
  bottom: 26.0% !important;
}

.swiper-button-next {
  right: 13.9% !important;
}

@media (max-width: 1600px) {
  .swiper-button-prev:before {
    left: 0.85vw;
  }

  .swiper-button-next:before {
    left: 1.35vw;
  }

  .swiper-button-next {
    right: 13.5% !important;
  }

  .swiper-button-prev {
    right: 16.05% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20% !important;

  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 14%;
    bottom: 20.75% !important;
  }
}

@media (max-width: 1500px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20% !important;

  }

  .swiper-button-next:before {
    left: 1.35vw;
  }

  .swiper-button-prev:before {
    left: 0.85vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18.75%;
    bottom: 20.5% !important;
  }
}

@media (max-width: 1600px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20% !important;

  }

  .swiper-button-next {
    right: 13.2% !important;
  }

  .swiper-button-prev {
    right: 16.05% !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 19%;
    bottom: 20.5% !important;
  }
}

@media (max-width: 1400px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20% !important;

  }

  .swiper-button-next {
    right: 13.2% !important;
  }

  .swiper-button-prev {
    right: 16.05% !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18.75%;
    bottom: 20.5% !important;
  }
}

@media (max-width: 1300px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 18% !important;

  }

  .swiper-button-next:before {
    left: 1.45vw;
  }

  .swiper-button-next {
    right: 13.0% !important;
  }

  .swiper-button-prev {
    right: 15.95% !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18.5%;
    bottom: 18.5% !important;
  }
}

@media (max-width: 1250px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 18% !important;
  }

}

@media (max-width: 1200px) {
  .swiper-button-next:before {
    left: 1.55vw;
  }

  .swiper-button-prev:before {
    left: 0.95vw;
  }

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 15% !important;
  }

  .swiper-button-prev {
    right: 15.55% !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18.25%;
    bottom: 15.5% !important;
  }
}


@media (max-width: 1100px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 14% !important;
  }

  .swiper-button-next {
    right: 12.5% !important;
  }

  .swiper-button-prev {
    right: 15.0% !important;
  }

  .swiper-button-prev:before {
    left: 1.15vw;
  }

  .swiper-button-next:before {
    left: 1.75vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18%;
    bottom: 14.2% !important;
  }
}

@media (max-width: 1000px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 11% !important;
  }

  .swiper-button-next {
    right: 12.5% !important;
  }

  .swiper-button-prev {
    right: 15.0% !important;
  }

  .swiper-button-prev:before {
    left: 1.15vw;
  }

  .swiper-button-next:before {
    left: 1.75vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18.5%;
    bottom: 11.2% !important;
  }
}

@media (max-width: 900px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 9% !important;
  }

  .swiper-button-next {
    right: 12.5% !important;
  }

  .swiper-button-prev {
    right: 15.0% !important;
  }

  .swiper-button-prev:before {
    left: 1.15vw;
  }

  .swiper-button-next:before {
    left: 1.75vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18%;
    bottom: 9.2% !important;
  }
}

@media (max-width: 860px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 7% !important;
  }

  .swiper-button-next {
    right: 12.5% !important;
  }

  .swiper-button-prev {
    right: 15.0% !important;
  }

  .swiper-button-prev:before {
    left: 1.15vw;
  }

  .swiper-button-next:before {
    left: 1.75vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18%;
    bottom: 7.2% !important;
  }
}

@media (max-width: 820px) {

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 3% !important;
  }

  .swiper-button-next {
    right: 12.5% !important;
  }

  .swiper-button-prev {
    right: 15.0% !important;
  }

  .swiper-button-prev:before {
    left: 1.15vw;
  }

  .swiper-button-next:before {
    left: 1.75vw;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 18%;
    bottom: 3.2% !important;
  }
}

@media (max-width: 768px) {


  .swiper-button-next,
  .swiper-button-prev {
    bottom: 20px !important;
  }

  .swiper-button-prev {
    left: auto !important;
    right: 56px !important;
  }

  .swiper-button-next {
    right: 16px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: -40px;
    width: 30px;
    height: 30px;
    background-color: #00a0e9;
  }

  .swiper-button-next:before {
    content: "";
    margin-left: -10px;
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    bottom: 10px;
    border-style: solid;
    border-width: 5px 10px;
    border-color: transparent transparent transparent #FFF;
  }

  .swiper-button-prev:before {
    content: "";
    margin-left: -10px;
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 5px 10px;
    border-color: transparent #FFF transparent transparent;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset !important;
    padding-right: 100px !important;
    bottom: var(--swiper-pagination-bottom, 27px) !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 27px);
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -31px);
    top: var(--swiper-pagination-top, auto);
    width: 100%;
    text-align: right;
    padding-right: 100px;
  }

  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    right: unset;
    bottom: unset;
  }

  .swiper-pagination-bullet {
    width: 20px;
  }
}