@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

/*Macではヒラギノ、Winではrobotフォントを適用*/
.c5-robot-r {
  font-family: "Hiragino Kaku Gothic ProN", "Roboto", serif;
  font-weight: 400;
}

.c5-robot-b {
  font-family: "Hiragino Kaku Gothic ProN", "Roboto", serif;
  font-weight: 500;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.c5-main__container h1 {
  margin: 0 auto 25px;
}
.c5-main__container h1 img {
  display: block;
  margin: 0 auto;
}

.c5-catch {
  max-width: 1130px;
  margin: 0 auto 25px;
  padding: 0 15px;
}
.c5-catch__inner {
  margin: 0 auto 10px;
  padding: 20px;
  background-color: #014959;
}
.c5-catch img {
  display: block;
  margin: 0 auto;
}
.c5-catch__top {
  margin: 0 auto 10px;
}
.c5-catch__txt {
  margin: 0 auto 10px;
}
.c5-catch__txt p {
  font-size: 12px;
  line-height: 1.58;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.c5-catch__ttl {
  font-size: 19px;
  font-weight: normal;
  color: #ebd9b7;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 8px 0;
  border-top: 2px solid #ebd9b7;
  border-bottom: 2px solid #ebd9b7;
}
.c5-catch__img {
  width: 97%;
  margin: 0 auto;
}
.c5-catch__bottom {
  margin: 0 auto;
}
.c5-catch__step {
  width: 97%;
  margin: 0 auto;
}
.c5-catch__step-con {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 15px;
  position: relative;
}
.c5-catch__step-con::after {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background-color: #ebd9b7;
  clip-path: polygon(50% 7px, 0% 0%, 18px 0%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.c5-catch__step-con:last-child::after {
  display: none;
}
.c5-catch__step-num {
  width: 45px;
  background-color: #ebd9b7;
  color: #014959;
  line-height: 1;
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  font-weight: bold;
  text-align: center;
}
.c5-catch__step-num .c5-robot-b,
.c5-catch__step-num .c5-robot-r {
  line-height: 1;
  vertical-align: bottom;
  position: relative;
  top: 2px;
}
.c5-catch__step-num .c5-robot-b {
  font-size: 21px;
}
.c5-catch__step-num .c5-robot-r {
  font-size: 12px;
}
.c5-catch__step-txt {
  width: calc(100% - 40px);
  font-size: 14px;
  line-height: 1.21;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  color: #014959;
}
.c5-catch__step-txt.ex {
  padding-top: 1em;
}
.c5-catch__note {
  width: 97%;
  color: #fff;
}

/* c5-catch */
.c5-note {
  margin-bottom: 0;
}
.c5-note li {
  font-size: 12px;
  line-height: 1.33;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto;
}

.c5-nav {
  max-width: 1130px;
  margin: 0 auto 50px;
  padding: 0 15px;
}
.c5-nav img {
  display: block;
  margin: 0 auto;
}
.c5-nav ul li {
  margin: 0 auto 20px;
  padding: 12px 12px 12px 0;
  color: #014959;
  border: 2px solid #014959;
  background-color: #f6e9d0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.c5-nav ul li.ex {
  padding: 5px 12px 5px 0;
}
.c5-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c5-nav ul li a span {
  opacity: 0;
}
.c5-nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.c5-nav__num {
  width: 50px;
  margin: 0;
  padding: 0 5px;
  font-size: 26px;
  text-align: center;
  border-right: 2px solid #014959;
}
.c5-nav__txt {
  width: calc(100% - 50px);
  font-size: 16px;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.04em;
  margin: 0;
}
.c5-nav__txt img {
  width: 13px;
  height: 10px;
  margin-top: 5px;
}

.c5-movie__wrap {
  margin: 0 auto 30px;
  padding: 30px 10px;
  background: linear-gradient(0deg, rgb(0, 51, 61) 0%, rgb(74, 116, 120) 100%);
}
.c5-movie__wrap-inner {
  max-width: 1070px;
  margin: 0 auto;
}
.c5-movie__contents {
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  position: relative;
}
.c5-movie__contents:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c5-movie__contents:last-child::after {
  display: none;
}
.c5-movie__contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
}
.c5-movie__contents-inner {
  padding: 0 15px;
}
.c5-movie__contents-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 20px;
  padding: 9px 10px 9px 0;
  background-color: #f6e9d0;
}
.c5-movie__contents-ttl p {
  margin: 0;
  color: #014959;
}
.c5-movie__contents-ttl-num {
  width: 50px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  border-right: 2px solid #014959;
  line-height: 1.2;
}
.c5-movie__contents-ttl-txt {
  font-size: 18px;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.c5-movie__contents-txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.31;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}
.c5-movie__contents .c5-video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.c5-movie__contents .c5-video .c5-playBtn {
  display: none;
}
.c5-movie__contents .c5-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*******************************
	製品部分
*******************************/
.download {
  overflow: hidden;
  max-width: 90%;
  border: 1px solid #ccc;
  margin: 0 auto 10px;
  padding: 0 0 3%;
  box-sizing: border-box;
}
.download__wrap {
  width: auto;
  margin: 0 auto;
  padding: 0 5%;
}
.download__title {
  overflow: hidden;
  margin: 4% 0;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.download__boxWrap {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.download__box {
  width: 40%;
}
.download__border {
  width: 1px;
  background: #7f7f7f;
}
.download__type {
  margin: 0 0 3%;
  font-size: 0.9rem;
}
.download__image a {
  display: block;
  transition: all 0.3s;
}
.download__image a:hover {
  opacity: 0.7;
}
.download__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}
.download__note {
  width: 90%;
  margin: 0 auto 35px;
}
.download__note p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 auto;
}

.guide {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 50px;
  background: #5787f4;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.guide:hover {
  opacity: 0.8;
}
.guide a {
  display: block;
  font-size: 14px;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
}

.s5-button.s5-listItem4__button {
  min-width: auto;
}

.c5-indexNav {
  width: 25px;
  padding: 25px 2px;
  background-color: #f6e9d0;
  position: fixed;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  border: 1px solid #014959;
  border-right: none;
  cursor: pointer;
  transition: all 0.3s;
}
.c5-indexNav:hover {
  opacity: 0.7;
}
.c5-indexNav img {
  display: block;
  margin: 0 auto;
}

.c5-fixNav {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  background-color: #014959;
  z-index: 1;
}
.c5-fixNav .c5-close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.c5-fixNav .c5-close:hover {
  opacity: 0.7;
}
.c5-fixNav .c5-close img {
  display: block;
}
.c5-fixNav__ttl {
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 auto 30px;
}
.c5-fixNav__ttl span {
  display: inline-block;
  width: 19px;
  padding-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.c5-fixNav__ttl span img {
  display: block;
}
.c5-fixNav .c5-nav {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px 20px;
}
.c5-fixNav .c5-nav ul {
  margin: 0;
}
.c5-fixNav .c5-nav ul li {
  margin: 0 auto 10px;
  padding: 10px 10px 10px 0;
}
.c5-fixNav .c5-nav ul li.ex {
  padding: 5px 12px 5px 0;
}
.c5-fixNav .c5-nav__num {
  width: 50px;
  margin: 0;
  padding: 0 5px;
  font-size: 26px;
  text-align: center;
  border-right: 2px solid #014959;
}
.c5-fixNav .c5-nav__txt {
  width: calc(100% - 50px);
  font-size: 16px;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.04em;
  margin: 0;
}
.c5-fixNav .c5-nav__txt span {
  display: block;
  position: relative;
}

.fixed {
  right: 0;
  z-index: 10;
}

.hide {
  right: -1000px;
}

.c5-banner {
  max-width: 90%;
  margin: 0 auto 50px;
}
.c5-banner__img a, .c5-banner__img img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.c5-banner__img a:hover {
  opacity: 0.7;
}
.c5-banner__img:first-child {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container h1 {
    margin-bottom: 60px;
  }
  .c5-catch {
    margin-bottom: 40px;
    padding: 0;
  }
  .c5-catch__top {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .c5-catch__txt {
    width: 45%;
    margin: 0 20px 0 0;
  }
  .c5-catch__txt p {
    font-size: 18px;
    line-height: 1.77;
  }
  .c5-catch__ttl {
    font-size: 36px;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .c5-catch__img {
    width: calc(55% - 20px);
    margin-right: 0;
  }
  .c5-catch__step {
    width: calc(100% + 20px);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .c5-catch__step-con {
    display: block;
    width: calc(25% - 20px);
    margin: 0 20px 0 0;
  }
  .c5-catch__step-con::after {
    width: 12px;
    height: 20px;
    clip-path: polygon(12px 50%, 0% 0%, 0% 20px);
    bottom: auto;
    left: auto;
    top: 50%;
    right: -17px;
    transform: translate(0, -50%);
  }
  .c5-catch__step-num {
    width: 100%;
    font-size: 18px;
    padding: 7px;
  }
  .c5-catch__step-num .c5-robot-b {
    font-size: 38px;
  }
  .c5-catch__step-num .c5-robot-r {
    font-size: 20px;
  }
  .c5-catch__step-txt {
    width: 100%;
    min-height: 80px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    padding: 10px;
  }
  .c5-catch__step-txt.ex {
    padding-top: 10px;
  }
  .c5-catch__note {
    width: 100%;
  }
  .c5-note li {
    font-size: 14px;
    line-height: 1.42;
  }
  .c5-nav {
    margin-bottom: 100px;
  }
  .c5-nav ul {
    width: calc(100% + 25px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c5-nav ul li {
    width: calc(33.333% - 25px);
    margin: 0 25px 20px 0;
    padding: 8px 10px 8px 0;
  }
  .c5-nav ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
  .c5-nav ul li.ex {
    padding: 5px 10px 5px 0;
  }
  .c5-nav__num {
    width: 70px;
    font-size: 38px;
    margin-right: 10px;
  }
  .c5-nav__txt {
    width: calc(100% - 80px);
    font-size: 18px;
    line-height: 1.444;
  }
  .c5-nav__txt img {
    width: 14px;
  }
  .c5-movie__wrap {
    margin-bottom: 80px;
    padding: 120px 10px;
  }
  .c5-movie__contents {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .c5-movie__contents::after {
    height: 4px;
  }
  .c5-movie__contents-ttl {
    max-width: 872px;
    margin-bottom: 10px;
    padding: 10px 10px 9px 0;
  }
  .c5-movie__contents-ttl-num {
    width: 65px;
    font-size: 40px;
    line-height: 1;
  }
  .c5-movie__contents-ttl-txt {
    font-size: 26px;
    padding-left: 0.8em;
  }
  .c5-movie__contents-txt {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 20px;
  }
  .c5-movie__contents .c5-video .c5-playBtn {
    display: block;
    width: 82px;
    height: 82px;
    background: url("../img/btn_play.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .download {
    max-width: 760px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .download__wrap {
    width: 85%;
    padding: 0 3%;
  }
  .download__title {
    font-size: 1.2rem;
  }
  .download__note {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 100px;
  }
  .download__note p {
    font-size: 14px;
  }
  .guide {
    width: 100%;
    margin-bottom: 100px;
    font-size: 1.3rem;
  }
  .guide a {
    font-size: 20px;
    padding: 20px 10px;
  }
  .c5-indexNav {
    width: 50px;
    padding: 25px 5px;
  }
  .c5-fixNav .c5-nav {
    padding: 15px 0;
  }
  .c5-fixNav .c5-nav ul {
    display: block;
    width: 100%;
  }
  .c5-fixNav .c5-nav ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
  .c5-fixNav .c5-nav__num {
    font-size: 18px;
    margin-right: 10px;
  }
  .c5-fixNav .c5-nav__txt {
    width: calc(100% - 80px);
    font-size: 15px;
    line-height: 1.3;
  }
  .c5-fixNav .c5-nav__txt span img {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .c5-banner {
    max-width: 760px;
  }
  .c5-banner__img:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 872px) {
  .c5-movie__contents .c5-video {
    width: auto;
    max-width: 872px;
    height: 490px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .c5-indexNav {
    display: none;
  }
  .c5-fixNav {
    height: auto;
    right: 0;
    top: -800px;
  }
  .c5-fixNav .c5-close {
    display: none;
  }
  .c5-fixNav__ttl {
    display: none;
  }
  .c5-fixNav .c5-nav {
    padding: 10px 0;
  }
  .c5-fixNav .c5-nav ul {
    display: flex;
    justify-content: center;
    width: calc(100% + 10px);
  }
  .c5-fixNav .c5-nav ul li {
    width: calc(15.7% - 10px);
    margin: 0 10px 0 0;
    padding: 5px 5px 5px 0;
  }
  .c5-fixNav .c5-nav ul li.ex {
    width: calc(21% - 10px);
    padding: 5px 5px 5px 0;
  }
  .c5-fixNav .c5-nav__num {
    font-size: 26px;
    width: 30px;
    margin-right: 0;
  }
  .c5-fixNav .c5-nav__txt {
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 1.2;
  }
  .c5-fixNav .c5-nav__txt.ex {
    font-size: 12px;
  }
  .c5-fixNav .c5-nav__txt span img {
    display: none;
  }
  .fixed {
    top: 126px;
  }
  .hide {
    right: 0;
    top: -800px;
  }
}
@media (min-width: 1200px) {
  .c5-catch__inner {
    padding: 40px 40px 30px;
  }
  .c5-nav {
    padding: 0;
  }
  .c5-nav__num {
    margin-right: 0;
  }
  .c5-nav__txt {
    width: calc(100% - 70px);
  }
  .c5-movie__contents-inner {
    padding: 0;
  }
  .c5-fixNav .c5-nav__txt span img {
    display: block;
    right: 10px;
  }
  .c5-fixNav .c5-nav__txt span img.ex {
    display: block;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .c5-fixNav .c5-nav ul li {
    width: calc(16.666% - 10px);
  }
  .c5-fixNav .c5-nav ul li.ex {
    width: calc(16.666% - 10px);
  }
  .c5-fixNav .c5-nav__num {
    width: 35px;
  }
  .c5-fixNav .c5-nav__txt {
    width: calc(100% - 35px);
  }
  .c5-fixNav .c5-nav__txt.ex {
    font-size: 14px;
  }
}
/*# sourceMappingURL=page.css.map */