@charset "utf-8";

#top h2 {
  margin-bottom: 276px;
}
#top h2 small {
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}
#top h2 span {
  margin-bottom: 15px;
}
#top .top_bg {
  position: absolute;
  width: 93.75%;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-image: url(../images/feature/bg_top.jpg);
}

/* --------------------------- flow */

#feature {
  position: relative;
  background: url(../images/common/bg_pattern_01.jpg) repeat left top / 16px;
  padding-top: 245px;
}
#feature .feature {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
#feature .feature:before {
  display: block;
  content: "";
  width: 714px;
  height: 109px;
  background: url(../images/feature/txt_FEATURE.png) no-repeat center top / 100%;
  margin: 0 auto 30px;
}
#feature .feature h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 85px;
  text-align: center;
}
#feature .feature h3 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#feature .feature .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 95px;
}
#feature .feature .flex2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#feature .feature .box {
  position: relative;
  width: 320px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
  padding: 71px 0 48px;
}
#feature .feature .flex .box:nth-child(2),
#feature .feature .flex2 .box:nth-child(1) {
  padding-top: 63px;
}
#feature .feature .flex2 .box {
  margin: 0 35px;
}
#feature .feature .box .circle {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  width: 70px;
  border-radius: 50%;
  padding: 15px 0;
}
#feature .feature .box img {
  margin-bottom: 39px;
}
#feature .feature .flex .box:nth-child(2) img,
#feature .feature .flex2 .box:nth-child(1) img {
  margin-bottom: 31px;
}
#feature .feature .box .txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/* --------------------------- function */

#function {
  padding: 100px 0 0;
}
#function:before {
  display: block;
  content: "";
  width: 1119px;
  height: 225px;
  background: url(../images/feature/txt_FUNCTION.png) no-repeat center top /
    100%;
  margin: 0 auto 50px;
}
#function h4 {
  font-size: 48px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
#function h4 span {
  font-size: 60px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
#function h4 span em {
  font-size: 24px;
  font-weight: 700;
  vertical-align: super;
}

#function .sevice_box .content_box:first-of-type {
  background: url(../images/feature/function_pic_01.jpg) calc(50% - 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(2) {
  background: url(../images/feature/function_pic_02.jpg) calc(50% + 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(3) {
  background: url(../images/feature/function_pic_03.jpg) calc(50% - 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(4) {
  background: url(../images/feature/function_pic_04.jpg) calc(50% + 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(5) {
  background: url(../images/feature/function_pic_05.jpg) calc(50% - 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(6) {
  background: url(../images/feature/function_pic_06.jpg) calc(50% + 400px)
    center no-repeat;
  background-size: 800px;
}
#function .sevice_box .content_box:nth-of-type(7) {
  background: url(../images/feature/function_pic_07.jpg) calc(50% - 400px)
    center no-repeat;
  background-size: 800px;
}

#function .sevice_box .content_box .text {
  float: right;
  width: 480px;
  min-height: 600px;
  padding: 80px 0 0;
  box-sizing: border-box;
}
#function .sevice_box .content_box:nth-of-type(even) .text {
  float: left;
}

#function .sevice_box .content_box .text h5 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
  white-space: nowrap;
}
#function .sevice_box .content_box .text h5 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  width: 120px;
}

#function .sevice_box .content_box .text p {
  padding: 0 0 50px;
  letter-spacing: 0.06em;
  line-height: 200%;
  font-feature-settings: "palt";
}

#function .sevice_box .content_box ul li {
  float: left;
  padding: 1px;
  width: 235px;
  height: 40px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #004bb6, #006dd7);
  border-radius: 50px;
}
#function .sevice_box .content_box ul li:first-of-type {
  margin: 0 10px 0 0;
}

#function .sevice_box .content_box ul li div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 0 0;
  border-radius: 50px;
  background: #fff;
  text-align: center;
}
#function .sevice_box .content_box ul li span {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* --------------------------- application */

#application {
  padding: 100px 0;
  background: url(../images/feature/application_bg.jpg) no-repeat center / cover;
  margin-bottom: 100px;
}
#application h4 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
#application h4 .top {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 22px;
}
#application h4 .top span {
  font-size: 36px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
#application h4 span em {
  font-size: 24px;
  font-weight: 700;
  vertical-align: super;
}

#application .slider {
  margin-bottom: 120px;
}
#application .slider .slide_item {
  position: relative;
  display: block;
  width: 480px;
}
#application .slider .slick-track {
  float: none;
  display: flex;
  gap: 100px;
  left: -580px;
}
#application .slider .slide_item .thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#application .slider .slide_item .title {
  position: absolute;
  top: 20px;
  left: 0;
}
#application .slider .slide_item .title .sub {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 32px 6px;
  border-radius: 0 30px 30px 0;
  margin-bottom: 20px;
}
#application .slider .slide_item .title h3 {
  font-size: 24px;
  margin-left: 30px;
}
#application .slider .slide_item .title h3 span {
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 10px;
}
#application .slider .slide_item .title h3 span:last-child {
  margin-bottom: 0;
}
#application .slider .slide_item .content {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

#application .slick-prev,
#application .slick-next {
  width: 80px;
  height: 80px;
  z-index: 5;
}
#application .slick-prev {
  left: 0;
  left: calc(50% - 380px);
}
#application .slick-next {
  right: 0;
  right: calc(50% - 380px);
}

#application .slick-arrow:before {
  content: "" !important;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#application .slick-next:before {
  background: url(../images/common/arrow_r.jpg) no-repeat !important;
  background-size: 100% !important;
}
#application .slick-prev:before {
  background: url(../images/common/arrow_l.jpg) no-repeat !important;
  background-size: 100% !important;
}
#application .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#application .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
#application .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#application .slide-dots li button::before {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #737373;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#application .slide-dots li.slick-active button::before {
  background-color: #fff;
}

#application .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}

#application .btns:after {
  width: 10px;
  height: 10px;
  right: 28px;
}

main {
  padding-bottom: 100px;
}
/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  #top h2 {
    font-size: 30px;
    margin-bottom: 130px;
  }
  #top h2 small {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #top .top_bg {
    width: 93.75%;
    top: -100px;
  }

  /* --------------------------- flow */

  #feature {
    background: url(../images/common/bg_pattern_01.jpg) repeat left top / 8px;
    padding-top: 100px;
  }
  #feature .feature {
    position: relative;
    padding: 50px 0;
    z-index: 1;
  }
  #feature .feature:before {
    width: 330px;
    height: 49px;
    margin: 0 auto 20px;
  }
  #feature .feature h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #feature .feature h3 span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
  }
  #feature .feature .flex {
    display: block;
    margin-bottom: 0;
  }
  #feature .feature .flex2 {
    display: block;
  }
  #feature .feature .box {
    position: relative;
    width: 300px;
    border-radius: 10px;
    margin: 0 auto 60px;
    padding: 40px 0 30px;
  }
  #feature .feature .flex .box:nth-child(2),
  #feature .feature .flex2 .box:nth-child(1) {
    padding-top: 40px;
  }
  #feature .feature .flex2 .box {
    margin: 0 auto 60px;
  }
  #feature .feature .flex2 .box:last-child {
    margin: 0 auto;
  }
  #feature .feature .box .circle {
    top: -25px;
    font-size: 29px;
    width: 50px;
    padding: 10px 0 11px;
  }
  #feature .feature .box img {
    margin-bottom: 39px;
  }
  #feature .feature .flex .box:nth-child(2) img,
  #feature .feature .flex2 .box:nth-child(1) img {
    margin-bottom: 31px;
  }
  #feature .feature .box .txt {
    font-size: 20px;
    line-height: 1;
  }

  /* --------------------------- function */

  #function {
    padding: 37px 0 20px;
  }
  #function:before {
    width: 327px;
    height: 55px;
    margin-bottom: 20px;
  }
  #function h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #function h4 span {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
  }
  #function h4 span em {
    font-size: 16px;
  }

  #function .sevice_box {
    padding: 0;
  }
  #function .sevice_box .content_box:first-of-type,
  #function .sevice_box .content_box:nth-of-type(2),
  #function .sevice_box .content_box:nth-of-type(3),
  #function .sevice_box .content_box:nth-of-type(4),
  #function .sevice_box .content_box:nth-of-type(5),
  #function .sevice_box .content_box:nth-of-type(6),
  #function .sevice_box .content_box:nth-of-type(7) {
    background: none;
  }

  #function .sevice_box .content_box {
    padding: 35px 0 0;
  }
  #function .sevice_box .content_box:first-of-type {
    padding: 0;
  }
  #function .sevice_box .content_box .item {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #function .sevice_box .content_box .text {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 25px 0 30px;
    border-bottom: 1px solid #c9c9c9;
  }
  #function .sevice_box .content_box:last-of-type .text {
    border: none;
  }

  #function .sevice_box .content_box .text h5 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  #function .sevice_box .content_box .text p {
    padding: 0 0 14px;
    font-size: 13px;
  }

  #function .sevice_box .content_box ul li {
    width: calc(100% / 2 - 2%);
    height: 30px;
  }
  #function .sevice_box .content_box ul li:first-of-type {
    margin: 0 4% 0 0;
  }

  #function .sevice_box .content_box ul li div {
    padding: 5px 0 0;
  }
  #function .sevice_box .content_box ul li span {
    font-size: 14px;
  }

  /* --------------------------- application */

  #application {
    padding: 45px 0 50px;
    margin-bottom: 50px;
  }
  #application h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #application h4 .top {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  #application h4 .top span {
    font-size: 25px;
  }
  #application h4 span em {
    font-size: 16px;
  }

  #application .slider {
    margin-bottom: 70px;
  }
  #application .slider .slide_item {
    width: 270px;
    margin: 0 12px;
  }
  #application .slider .slick-track {
    float: left;
    display: block;
    gap: 0;
    left: 0;
  }

  #application .slider .slide_item .thumb {
    margin-bottom: 14px;
  }
  #application .slider .slide_item .title {
    position: absolute;
    top: 15px;
    left: 0;
  }
  #application .slider .slide_item .title .sub {
    font-size: 12px;
    padding: 4px 20px 5px;
    margin-bottom: 8px;
  }
  #application .slider .slide_item .title h3 {
    font-size: 15px;
    margin-left: 15px;
  }
  #application .slider .slide_item .title h3 span {
    padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #application .slider .slide_item .content {
    font-size: 13px;
    line-height: 1.9;
  }

  #application .slick-prev,
  #application .slick-next {
    width: 40px;
    height: 40px;
  }

  #application .slick-prev {
    left: 0;
  }
  #application .slick-next {
    right: 0;
  }

  #application .slick-arrow:before {
    width: 40px !important;
    height: 40px !important;
  }

  #application .slide-dots {
    bottom: -40px;
  }
  #application .slide-dots li {
    margin: 0 5px;
  }
  #application .slide-dots li button::before {
    width: 8px;
    height: 8px;
  }
  #application .btns {
    width: 300px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
  }

  main {
    padding-bottom: 50px;
  }
}
