@charset "UTF-8";
body {
  background-color: #fff;
}

/* PC用 */
@media (min-width: 960px) {
  .section-top {
    padding-top: 100px;
    height: 650px;
    background: linear-gradient(135deg, #0a244d, #243c62, #6f819f, #c6d2e5);
  }
  .section-top-content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  #slick-slide {
    padding-top: 40px;
    text-align: right;
  }
  #slick-slide img {
    width: 60%;
    height: auto;
  }
  .section-top_photo {
    margin-left: auto;
  }
  .section-top_text-wrapper {
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top h2 {
    line-height: 6.3rem;
    color: #fff;
  }
  .section-top p {
    color: #fff;
    padding-top: 45px;
    line-height: 3.6rem;
  }
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-top {
    margin-top: 60px;
    height: auto;
    background: linear-gradient(135deg, #0a244d, #243c62, #6f819f, #c6d2e5);
  }
  .section-top-content-wrapper {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .section-top h2 {
    font-size: 2.4rem;
    line-height: 4.8rem;
    color: #fff;
    padding: 0 24px;
  }
  .section-top p {
    padding: 20px 24px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
  }
  .section-top_text-wrapper .sp-none {
    display: none;
  }
}

/* お悩み */
.section-problem {
  padding: 80px 100px;
  background-color: #fff;
}
.section-problem-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-problem_photo {
  width: 45%;
}
.section-problem_photo img {
  width: 100%;
  vertical-align: middle;
}
.section-problem_text {
  width: 55%;
  background-color: #e3e8ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-problem_text ul {
  padding: 3% 0;
}
.section-problem_text ul li {
  font-size: 2rem;
  line-height: 4.8rem;
  font-weight: 600;
  list-style: none;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-problem {
    padding: 40px 24px;
  }
  .section-problem-wrapper {
    max-width: 100%;
    display: block;
  }
  .section-problem_photo {
    width: 80%;
    margin: 0 auto;
  }
  .section-problem_photo img {
    width: 100%;
    vertical-align: middle;
  }
  .section-problem_text {
    width: 100%;
  }
  .section-problem_text ul li {
    font-size: 1.6rem;
  }
}
/* 解決 */
.section-solve {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}
.section-solve_content-wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.section-solve h3 {
  display: inline-block;
  font-weight: 500;
}
.section-solve p {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 4.8rem;
  padding-top: 10px;
}
.highlight {
  background: linear-gradient(transparent 50%, #8ab2e2 50%);
  padding: 0 5px;
}
.section-solve_sunadokei1 {
  position: absolute;
  top: 28px;
  right: 65px;
  width: 5%;
}
.section-solve_sunadokei1 img {
  width: 100%;
  vertical-align: middle;
}
.section-solve_sunadokei2 {
  position: absolute;
  top: 28px;
  left: 65px;
  width: 5%;
}
.section-solve_sunadokei2 img {
  width: 100%;
  vertical-align: middle;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-solve {
    padding: 0 24px;
  }
  .section-solve_content-wrapper {
    position: relative;
  }
  .section-solve h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .section-solve p {
    display: block;
    font-size: 2rem;
    line-height: 3.6rem;
    padding-top: 10px;
  }
  .none {
    display: block;
  }
  .section-solve_sunadokei1 {
    display: none;
  }
  .section-solve_sunadokei2 {
    display: none;
  }
}

/* 特長 */
.section-feature-content-wrapper {
  background-color: #fff;
  padding-top: 80px;
  margin-bottom: 80px;
}
.section-feature-watch-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section-feature-watch-wrapper_content {
  width: 50%;
  display: flex;
}
.section-feature-watch-wrapper_content-reverse {
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
}
.section-feature_photo {
  width: 70%;
  height: auto;
}
.section-feature_photo img {
  width: 100%;
  vertical-align: middle;
}
.section-feature_text {
  width: 30%;
  position: relative;
  background-color: #0a244d;
  color: #fff;
  padding: 3%;
}

.section-feature_text p {
  padding-top: 10px;
}
/* 三角形 */
.triangle {
  position: absolute;
  top: 110px;
  left: -9px;
  border-top: 10px solid transparent;
  border-right: 10px solid #0a244d;
  border-bottom: 10px solid transparent;
}
.triangle-r {
  position: absolute;
  top: 110px;
  right: -9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0a244d;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-feature-content-wrapper {
    padding: 40px 24px;
    margin-bottom: 0;
  }
  .section-feature-watch-wrapper {
    display: block;
  }
  .section-feature-watch-wrapper_content {
    display: block;
    width: 100%;
  }
  .section-feature-watch-wrapper_content-reverse {
    width: 100%;
    display: block;
  }
  .section-feature_photo {
    width: 100%;
    height: auto;
  }
  .section-feature_photo img {
    width: 100%;
    vertical-align: middle;
  }
  .section-feature_text {
    width: 100%;
    position: relative;
    background-color: #0a244d;
    color: #fff;
    padding: 3%;
  }
  .section-feature_text p {
    padding-top: 10px;
  }
  .triangle {
    position: absolute;
    top: -20px;
    left: 50%;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a244d;
    border-left: 10px solid transparent;
  }
  .triangle-r {
    position: absolute;
    top: -20px;
    right: 50%;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a244d;
    border-left: 10px solid transparent;
  }
}

/* 解決策 */
.section-solution {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.section-solution_content {
  padding: 40px 0px;
  background-color: #e3e8ec;
  margin-bottom: 50px;
}
.section-solution_content h4 {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #b6cce6;
  font-size: 2.4rem;
  margin-left: 30px;
  margin-bottom: 20px;
}
.section-solution_content h4::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #333;
}
.section-solution_photo-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.section-solution_photo-wrapper_photo {
  width: 320px;
}
.section-solution_photo-wrapper_photo img {
  width: 100%;
  vertical-align: middle;
}
.section-solution_content ul {
  padding-top: 50px;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-left: 20px;
}
.section-solution_content ul li {
  list-style: none;
}
.section-solution_content-p {
  padding-bottom: 30px;
  text-indent: 2em;
}
.section-solution_content-p-sup {
  font-size: 1.3rem;
}
.section-solution_content-p-fontsize {
  font-size: 1.6rem;
}
/* スマホ用 */
@media (max-width: 660px) {
  .section-solution_content {
    padding: 40px 24px;
    margin-bottom: 0;
  }
  .section-solution_content h4 {
    font-size: 2rem;
    margin-left: 20px;
  }
  .section-solution_photo-wrapper {
    max-width: 100%;
    display: block;
  }
  .section-solution_photo-wrapper_photo {
    width: 100%;
  }
  .section-solution_content ul {
    padding-top: 30px;
    font-size: 1.8rem;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-solution_content-p {
    padding-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ボタン */
.button-wrapper {
  text-align: center;
}
.btn-b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/* レンタルボタン大 */
a.btn-rental-big {
  overflow: hidden;
  padding: 15px 60px;
  color: #fff;
  border-radius: 0;
  background: #000;
  margin-top: 60px;
  margin-bottom: 60px;
}
a.btn-rental-big span {
  position: relative;
}
a.btn-rental-big span::after {
  content: "\03e";
}
a.btn-rental-big::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #f55731;
}
a.btn-rental-big:hover {
  opacity: 1;
}
a.btn-rental-big:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* ４つの機能 */
.section-four-feature {
  padding: 60px 100px;
  background-color: #6a7c96;
}
.section-four-feature h3 {
  text-align: center;
  color: #fff;
}
.section-four-feature-title-deco {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  width: 500px;
  margin: 0 auto;
}
.section-four-feature_content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
}
.section-four-feature_content-photo {
  margin-bottom: 20px;
  padding: 0 12%;
}
.section-four-feature_content-photo img {
  width: 100%;
}
.section-four-feature_content_each p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-four-feature {
    padding: 60px 24px;
  }
  .section-four-feature h3 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
  .section-four-feature-title-deco {
    width: 70%;
  }
  .section-four-feature_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 30px;
  }
  .section-four-feature_content_each {
    margin: 0 15px;
  }
  .section-four-feature_content-photo {
    margin: 20px auto;
    padding: 0;
    width: 30vw;
  }
  .section-four-feature_content_each p {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}

/* 画期的機能 */
.section-innovation {
  padding: 80px 100px;
  background-color: #f1f5fd;
}
.section-innovation h3 {
  line-height: 2.4rem;
  text-align: center;
  padding-bottom: 20px;
}
.section-innovation_sub-title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #1f4f93;
}
.section-innovation_sub-title::before {
  content: "＼";
}
.section-innovation_sub-title::after {
  content: "／";
}
.section-innovation_sub-title-green {
  color: #1f9323;
  font-weight: 600;
}
.section-innovation_title-deco {
  max-width: 300px;
  margin: 0 auto;
  border-top: 4px solid #1f4f93;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-innovation {
    padding: 60px 24px;
  }
  .section-innovation h3 {
    font-size: 3rem;
    line-height: 1.8rem;
    padding-bottom: 20px;
  }
  .section-innovation_title {
    font-size: 3rem;
  }
  .section-innovation_sub-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
/* リメイン */
.section-innovation_content-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
}
.section-innovation_remain-wrapper {
  background-color: #fff;
  padding: 60px;
}
.section-innovation_remain-one {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-innovation_photo {
  width: 40%;
}
.section-innovation_photo img {
  width: 100%;
}
.section-innovation_text-area {
  width: 55%;
}
.section-innovation_text-area h4 {
  padding: 9px 10px 7px 10px; /*文字の上下 左右の余白*/
  color: #333; /*文字色*/
  border-left: solid 4px #1f4f93; /*左線*/
  border-bottom: dotted 1px #707070; /*下線*/
  width: 175px;
}
.section-innovation_text-area p {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-innovation_remain-wrapper {
    padding: 60px 40px;
  }
  .section-innovation_remain-one {
    display: block;
  }
  .section-innovation_photo {
    display: none;
  }
  .section-innovation_text-area {
    width: 100%;
  }
  .sp-remain-photo {
    width: 80%;
    margin: 40px auto;
  }
  .sp-remain-photo img {
    width: 100%;
  }
}
/* 赤字 */
.text-red {
  color: #f34815;
  font-weight: 600;
}
/* 青線 */
.line-bottom-blue-wrapper {
  padding-top: 50px;
}
.line-bottom-blue {
  border-bottom: solid 2px #1f4f93;
  width: 200px;
  text-align: center;
  padding-bottom: 3px;
}
.section-innovation_remain-two {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section-innovation_remain-two_photo {
  width: 250px;
  height: 180px;
}
.section-innovation_remain-two_photo img {
  width: 100%;
}
.section-innovation_remain-two_content {
  padding-top: 20px;
}
.section-innovation_remain-two_content_three p {
  max-width: 250px;
  padding-top: 20px;
}
/* 矢印 */
.arrow02 {
  position: relative;
  height: 16px;
  width: 20px;
  background-color: #0e346e;
  margin-top: 90px;
}
.arrow02::before {
  position: absolute;
  content: "";
  border: solid 16px transparent;
  border-left: solid 16px #0e346e;
  top: -8px;
  left: 19px;
}
/* スマホ用 */
@media (max-width: 660px) {
  .line-bottom-blue-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .section-innovation_remain-two {
    display: block;
    position: relative;
  }
  .section-innovation_remain-two_photo {
    margin: 0 auto;
  }
  .section-innovation_remain-two_content p {
    text-align: center;
  }
  .arrow02 {
    display: none;
  }
  .section-innovation_remain-two_content_three p {
    text-align: center;
    max-width: 100%;
  }
}
.section-innovation_remain-three {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.section-innovation_remain-three_content {
  text-align: center;
}
.section-innovation_remain-three_content p {
  padding-top: 20px;
}
.section-innovation_remain-two_photo_side {
  width: 170px;
  height: 110px;
  margin: 0 auto;
}
.section-innovation_remain-two_photo_side img {
  width: 100%;
}
.section-innovation_remain-two_photo_vertical {
  width: 110px;
  height: 170px;
  margin: 0 auto;
}
.section-innovation_remain-two_photo_vertical img {
  width: 100%;
}
/* 丸OR */
.circle {
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #1f4f93;
  border-radius: 50%;
  /* margin: 0 auto;←円を中央揃え */
  text-align: center; /* ←文字を左右に中央揃え */
  line-height: 42px; /* ←文字を上下に中央揃え */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 75px;
}
/* スマホ用 */
@media (max-width: 660px) {
  .section-innovation_remain-three {
    display: block;
  }
  .section-innovation_remain-three_content {
    margin: 20px 0;
  }
  .circle {
    margin: 0 auto;
  }
}
/* カウントアップ */
.section-innovation_countup-wrapper {
  background-color: #fff;
  margin-top: 60px;
  padding: 60px;
}
.section-innovation_countup-one {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-innovation_countup_text-area {
  width: 55%;
}
.section-innovation_countup_text-area h4 {
  padding: 9px 10px 7px 10px; /*文字の上下 左右の余白*/
  color: #333; /*文字色*/
  border-left: solid 4px #1f4f93; /*左線*/
  border-bottom: dotted 1px #707070; /*下線*/
  width: 240px;
}
.section-innovation_countup_text-area p {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
.section-innovation_countup-two {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.section-innovation_countup-two_photo {
  width: 170px;
}
.section-innovation_countup-two_photo img {
  width: 100%;
}
.section-innovation_countup-two_photo_two {
  width: 213px;
}
.section-innovation_countup-two_photo_two img {
  width: 100%;
}
/* 太字 */
.text-bold {
  font-weight: 600;
}
/* くの字型の矢印 */
.arrow_ku-wrapper {
  text-align: center;
}
.arrow_ku {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_ku::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.arrow_ku-red {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_ku-red::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #f34815;
  border-right: solid 2px #f34815;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.section-innovation_countup_text-box {
  margin-bottom: 50px;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-innovation_countup-wrapper {
    padding: 60px 40px;
  }
  .section-innovation_countup-one {
    display: block;
  }
  .section-innovation_countup_text-area {
    width: 100%;
  }
  .section-innovation_countup-two {
    display: block;
    text-align: center;
  }
  .section-innovation_countup-two_photo {
    margin: 0 auto;
    width: 60%;
    margin-top: 40px;
  }
  .section-innovation_countup-two_photo_two {
    margin: 0 auto;
    margin-left: 52px;
    margin-top: 10px;
    width: 72%;
  }
  .section-innovation_countup_text-box {
    margin-bottom: 0;
  }
}

/* 設計 */
.section-design {
  background-image: url("../img/vintage-wallpaper.png");
}
.section-design h3 {
  color: #fff;
  text-align: center;
  line-height: 4.8rem;
  padding-top: 100px;
  padding-bottom: 20px;
}
.section_title-deco-white {
  max-width: 300px;
  margin: 0 auto;
  border-top: 4px solid #fff;
}
.section-design-list li {
  list-style: none;
  color: #fff;
}
/* スタンド */
li.section-design_stand {
  margin: 0 auto;
  padding: 60px 20px 60px;
  max-width: 960px;
}
.lightbulb {
  width: 20px;
  display: inline-block;
}
.lightbulb img {
  width: 100%;
}
.section-design_title_text {
  display: inline-block;
  padding-left: 20px;
}
.section-design_stand p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  padding-top: 35px;
  padding-bottom: 20px;
  max-width: 960px;
}
.section-design_photo {
  max-width: 910px;
}
.section-design_photo img {
  width: 100%;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-design h3 {
    font-size: 3rem;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  li.section-design_stand {
    padding: 60px 24px;
  }
  .section-design_title {
    display: flex;
  }
  .lightbulb {
    padding-top: 5px;
    flex-shrink: 0;
  }
  .section-design_title_text {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

/* 明るさ */
.section-design_light {
  position: relative;
  background-color: #fff;
}
.section-design_light-wrapper {
  margin: 0 auto;
  padding: 60px 20px 60px;
  max-width: 960px;
}
.section-design_light h4 {
  color: #333;
}
.section-design_light-description {
  padding-top: 30px;
  color: #333;
}
.section-design_light-photo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-design_light-photo {
  width: 240px;
  margin: 40px 30px;
}
.section-design_light-photo img {
  width: 100%;
}
/* 線 */
.section-design_light-dark {
  position: absolute;
  top: 380px;
}
.section-design_light-dark p {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
}
.section-design_light-dark .line {
  display: inline-block;
  width: 818px;
  height: 3px;
  background: #1f9323;
  margin-left: 30px;
  vertical-align: middle;
}
.section-design_light-bright {
  position: absolute;
  top: 600px;
}
.arrow-bright {
  position: relative;
  display: inline-block;
  width: 720px;
  height: 3px;
  background-color: #1f9323;
  margin-left: 115px;
  vertical-align: middle;
}
.arrow-bright::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1f9323;
  transform: rotate(-45deg);
}
.arrow-bright::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -5px;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1f9323;
  transform: rotate(45deg);
}
.section-design_light-bright p {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 30px;
  vertical-align: middle;
}
@media (max-width: 890px) {
  .section-design_light-wrapper {
    padding: 60px 24px;
  }
  .section-design_light-photo-wrapper {
    display: block;
  }
  .section-design_light-photo {
    margin: 0 auto;
    margin-top: 40px;
  }
  .section-design_light-dark p,
  .section-design_light-dark,
  .section-design_light-bright p,
  .arrow-bright {
    display: none;
  }
}

/* ストラップ */
li.section-design_adjust {
  margin: 0 auto;
  padding: 60px 20px 60px;
  max-width: 960px;
}
.section-design_adjust-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.section-design_adjust_photo {
  width: 455px;
}
.section-design_adjust_photo img {
  width: 100%;
}
.section-design_adjust_text {
  width: 50%;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
/* スマホ版 */
@media (max-width: 960px) {
  .section-design_adjust {
    padding: 60px 24px;
  }
  .section-design_adjust-wrapper {
    display: block;
  }
  .section-design_adjust_photo {
    width: 80%;
    margin: 0 auto;
  }
  .section-design_adjust_text {
    width: 100%;
  }
}
/* プロ仕様 */
.section-pro {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333;
  color: #fff;
}
.section-pro-wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.section-pro-wrapper h3 {
  text-align: center;
  margin-bottom: 20px;
}
.section-pro-wrapper h4 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.section-pro_photo-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-pro_photo {
  width: 340px;
}
.section-pro_photo img {
  width: 100%;
}
.section-pro_arrow {
  width: 110px;
}
.section-pro_arrow img {
  width: 100%;
}
.section-pro_text {
  padding-top: 30px;
  padding-bottom: 70px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  max-width: 870px;
  margin: 0 auto;
}
.section-pro_example-wrapper {
  max-width: 960px;
  height: 550px;
  position: relative;
}
.section-pro_example-cable1 {
  position: absolute;
  top: 120px;
  left: 200px;
}
.section-pro_example-cable1 img {
  vertical-align: middle;
  width: 180%;
}
.section-pro_example-cable2 {
  position: absolute;
  top: 210px;
  left: 200px;
}
.section-pro_example-cable2 img {
  vertical-align: middle;
  width: 180%;
}

.section-pro_example-one {
  position: absolute;
  top: 90px;
}
.section-pro_example-title {
  padding: 10px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #1f4f93;
  border-radius: 10px;
}
.section-pro_example-photo {
  width: 300px;
}
.section-pro_example-photo img {
  width: 100%;
}
.section-pro_example-description {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 40px;
  padding: 15px;
  background-color: #1f4f93;
  width: 375px;
}
.section-pro_example-two {
  position: absolute;
  top: 0;
  right: 0;
}
.section-pro_example-three {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.section-pro_contact {
  font-size: 1.8rem;
  padding-top: 35px;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-pro {
    padding: 60px 24px;
  }
  .section-pro-wrapper h3 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .section-pro-wrapper h4 {
    font-size: 2rem;
    line-height: 3rem;
    padding: 40px 0;
  }
  .section-pro_example-wrapper {
    height: auto;
  }
  .section-pro_example-cable1 img,
  .section-pro_example-cable2 img {
    display: none;
  }
  .section-pro_example-one {
    position: static;
  }
  .section-pro_example-photo {
    margin: 0 auto;
    padding-top: 20px;
  }
  .section-pro_example-description {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-pro_example-two {
    position: static;
  }
  .section-pro_example-three {
    position: static;
    margin-top: 40px;
  }
}
/* お問い合わせボタン大 */
a.btn-contact-big {
  overflow: hidden;
  padding: 15px 49px;
  color: #fff;
  border-radius: 0;
  background: #000;
  margin-top: 60px;
  margin-bottom: 60px;
}
a.btn-contact-big span {
  position: relative;
}
a.btn-contact-big span::after {
  content: "\03e";
}
a.btn-contact-big::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #1b63c7;
}
a.btn-contact-big:hover {
  opacity: 1;
}
a.btn-contact-big:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* voice */
.section-voice_background {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../img/background_voice.jpg");
  background-size: cover;
  width: 100vw;
  position: relative;
  z-index: 1;
}
.section-voice_background::after {
  content: "";
  background: rgba(106, 124, 150, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-voice_content-wrapper {
  color: #fff;
  position: relative;
  z-index: 99;
}
.section-voice_content-wrapper h3 {
  text-align: center;
  padding-bottom: 20px;
}
.section-voice_title-small {
  display: block;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 500;
}
.section-voice_title-small::before {
  content: "＼";
}
.section-voice_title-small::after {
  content: "／";
}
.section-voice_title-voice {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
}
.section-voice-container {
  margin-top: 70px;
}
.section-voice-container-one {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section-voice_photo {
  width: 50%;
}
.section-voice_photo img {
  width: 100%;
  vertical-align: middle;
}
.section-voice_text {
  display: flex;
  align-items: center;
  min-height: 320px;
  width: 50%;
  background-color: #fff;
  color: #333;
  text-align: left;
  line-height: 3.6rem;
}
.section-voice_text-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
.section-voice_text-inner h5 {
  font-size: 1.6rem;
  padding-top: 20px;
}
.section-voice_text-inner_kome {
  line-height: 1.2rem;
  font-size: 1rem;
}
.voice-detail {
  text-align: right;
  font-size: 1.4rem;
  padding-top: 20px;
}
.voice-detail a {
  text-decoration: none;
  color: #333;
}
.section-voice-container-two {
  display: flex;
  flex-direction: row-reverse;
  max-width: 960px;
  margin: 0 auto;
}
/* スマホ用 */
@media (max-width: 960px) {
  .section-voice_content-wrapper {
    padding: 0 24px;
  }
  .section-voice_content-wrapper h3 {
    font-size: 3.6rem;
    padding-bottom: 10px;
  }
  .section-voice_title-small {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .section-voice_title-voice {
    padding-top: 10px;
  }
  .section-voice-container-one,
  .section-voice-container-two {
    display: block;
  }
  .section-voice_photo {
    width: 100%;
  }
  .section-voice_text {
    width: 100%;
    min-height: 300px;
  }
}
/* よくある質問 */
.section-faq {
  padding: 80px 160px 80px;
}
.section-faq h3 {
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 50px;
}
.section-faq-container {
  max-width: 960px;
  margin: 0 auto;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #0a244d;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 25px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #0a244d;
  color: #fff;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #fff;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #0a244d;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section-faq {
    padding: 80px;
  }
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .section-faq {
    padding: 60px 24px;
  }
  .section-faq h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    text-align: center;
    padding-bottom: 30px;
  }
}
/* キャッチ */
.section-catch_background {
  background-image: url("../img/catch_background@2x.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  position: relative;
  padding: 95px 0 45px;
}
.section-catch_background::after {
  content: "";
  background: rgba(241, 245, 253, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-catch_content-wrapper {
  color: #0a244d;
  position: relative;
  z-index: 99;
  max-width: 960px;
  margin: 0 auto;
}
.section-catch_content-wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.8rem;
}
.section-catch_title-small {
  font-size: 2.4rem;
}
.section-catch_button-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.section-catch_content-wrapper2 {
  display: flex;
  justify-content: space-around;
  max-width: 960px;
}
.section-catch_twitter-wrapper {
  padding-top: 17px;
  margin-left: 45px;
}
.section-catch_twitter {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-catch_twitter::before {
  content: "＼";
}
.section-catch_twitter::after {
  content: "／";
}
.section-catch_follow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.section-catch_follow-text {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.section-catch_follow-photo {
  width: 45px;
  margin-left: 25px;
}
.section-catch_follow-photo img {
  width: 100%;
}
.section-catch_tel-wrapper {
  background-color: #fff;
  border: solid 2px #0a244d;
  padding: 17px;
  margin-right: 70px;
  width: 265px;
}
.section-catch_tel-wrapper .section-catch_contact {
  text-align: center;
  font-size: 1.8rem;
}
.section-catch_telnumber-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-catch_tel-icon {
  width: 30px;
  margin-right: 10px;
}
.section-catch_tel-icon img {
  width: 100%;
  vertical-align: middle;
}
.section-catch_telnumber-wrapper {
  font-size: 2.4rem;
  font-weight: 600;
}
.section-catch_tel-description {
  font-size: 1.4rem;
}
@media (max-width: 630px) {
  .section-catch_content-wrapper h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-catch_title-small {
    font-size: 2rem;
    line-height: 3rem;
  }
  .section-catch_button-wrapper {
    display: block;
    text-align: center;
  }
  .section-catch_button-wrapper a {
    margin: 20px;
  }
  .section-catch_twitter-wrapper {
    margin: 0 24px;
  }
  .section-catch_twitter {
    padding-top: 5px;
    font-size: 1.6rem;
  }
  .section-catch_content-wrapper2 {
    display: block;
  }
  .section-catch_tel-wrapper {
    margin: 0 auto;
    margin-top: 30px;
  }
}
