﻿.mainVisual {
  position: relative;
}
.mainVisual .img img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1366px) {
  .mainVisual .img img {
    /*height: 620px;*/
    object-fit: cover;
  }
}
.mainVisual .arwScroll {
  position: absolute;
  left: calc(50% - 8px);
  top: calc(100% - 50px);
  width: 16px;
  height: 100px;
  background: url(../images/top/arw-scroll.svg) no-repeat left top;
  background-size: 16px 100px;
  animation: scrollanime 3s infinite;
}
.mainVisual .arwScroll p {
  position: absolute;
  top: -20px;
  left: 6px;
  width: calc(100px * 0.8);
  height: calc(16px * 0.8);
  transform: scale(0.8, 0.8) rotate(90deg);
  transform-origin: left bottom;
  font-size: 10px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #222;
}
@keyframes scrollanime {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
}
.introductionTitle {
  padding: 160px 20px 70px 20px;
}
.introductionTitle h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.introductionTitle h2 span {
  display: block;
  text-align: center;
}
.introductionTitle h2 span.en {
  font-size: 50px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .introductionTitle h2 span.en {
    font-size: 36px;
  }
}
.introductionTitle h2 span.jp {
  margin-top: 10px;
  color: #d71718;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .introductionTitle h2 span.jp {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .introductionTitle {
    padding: 160px 20px 80px 20px;
  }
}
.introductionWrap {
  padding: 0 20px 150px 20px;
}
.introductionWrap p {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
  line-height: 2.3;
  font-weight: bold;
}
.introductionWrap p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .introductionWrap {
    padding: 0 10px 140px 10px;
  }
  .introductionWrap p {
    max-width: 1100px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }
  .introductionWrap p span {
    display: inline-block;
  }
}
.serviceTitle {
  position: relative;
  padding: 130px 20px 80px 20px;
}
.serviceTitle::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: -70px;
  width: 1px;
  height: 140px;
  border-left: 1px dashed #999;
}
.serviceTitle h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.serviceTitle h2 span {
  display: block;
  text-align: center;
}
.serviceTitle h2 span.en {
  font-size: 50px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .serviceTitle h2 span.en {
    font-size: 36px;
  }
}
.serviceTitle h2 span.jp {
  margin-top: 10px;
  color: #d71718;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .serviceTitle h2 span.jp {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .serviceTitle {
    padding: 110px 20px 40px 20px;
  }
}
.serviceWrap {
  padding: 0 20px 80px 20px;
}
.serviceWrap .no {
  position: relative;
  width: 30px;
  height: 140px;
  margin: 0 auto 80px auto;
}
.serviceWrap .no::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 140px;
  border-left: 1px dashed #999;
}
.serviceWrap .no p {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.serviceWrap .serviceContents {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.serviceWrap .serviceContents .textBlock {
  width: 50%;
  padding-right: 70px;
}
.serviceWrap .serviceContents .textBlock .serviceItemSubTitle {
  margin-bottom: 40px;
  font-size: 24px;
  color: #ccc;
  font-weight: normal;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.serviceWrap .serviceContents .textBlock .serviceItemTitle {
  margin-bottom: 30px;
}
.serviceWrap .serviceContents .textBlock .serviceItemTitle span {
  display: block;
}
.serviceWrap .serviceContents .textBlock .serviceItemTitle span.en {
  color: #d71718;
  font-size: 18px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .serviceWrap .serviceContents .textBlock .serviceItemTitle span.en {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.serviceWrap .serviceContents .textBlock .serviceItemTitle span.jp {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .serviceWrap .serviceContents .textBlock .serviceItemTitle span.jp {
    font-size: 25px;
  }
}
.serviceWrap .serviceContents .textBlock .serviceItemTitle span span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .serviceWrap .serviceContents .textBlock .serviceItemTitle span span {
    display: inline-block;
  }
}
.serviceWrap .serviceContents .imgBlock {
  width: 50%;
}
.serviceWrap .serviceContents .imgBlock .img {
  border-radius: 30px;
  overflow: hidden;
}
.serviceWrap .serviceContents .imgBlock .img img {
  display: block;
}
.serviceWrap .serviceContents.serviceContentsReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.serviceWrap .serviceContents.serviceContentsReverse .textBlock {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .serviceWrap {
    padding: 0 20px 55px 20px;
  }
  .serviceWrap .no {
    margin: 0 auto 40px auto;
  }
  .serviceWrap .serviceContents {
    display: block;
  }
  .serviceWrap .serviceContents .textBlock {
    width: 100%;
    padding-right: 0;
  }
  .serviceWrap .serviceContents .textBlock .serviceItemSubTitle {
    margin-bottom: 60px;
    font-size: 20px;
    text-align: center;
  }
  .serviceWrap .serviceContents .textBlock .serviceItemTitle {
    margin-bottom: 45px;
    text-align: center;
  }
  .serviceWrap .serviceContents .imgBlock {
    width: 100%;
  }
  .serviceWrap .serviceContents .imgBlock .img {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .serviceWrap .serviceContents .imgBlock .btnBlock {
    text-align: center;
  }
  .serviceWrap .serviceContents.serviceContentsReverse .textBlock {
    padding-left: 0;
  }
}
.serviceBtnWrap {
  padding: 60px 20px 140px 20px;
}
@media screen and (max-width: 768px) {
  .serviceBtnWrap {
    padding: 45px 20px 100px 20px;
  }
}
.newsWrap {
  position: relative;
  padding: 0 20px;
}
.newsWrap::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #d71718;
  background: -moz-linear-gradient(
    left,
    #d71718 0%,
    #d71718 14.2%,
    #0b5ca9 14.2%,
    #0b5ca9 28.4%,
    #f4da26 28.4%,
    #f4da26 42.6%,
    #056836 42.6%,
    #056836 56.8%,
    #ef7c1a 56.8%,
    #ef7c1a 71%,
    #d63e7c 71%,
    #d63e7c 85.2%,
    #784799 85.2%
  );
  background: -webkit-linear-gradient(
    left,
    #d71718 0%,
    #d71718 14.2%,
    #0b5ca9 14.2%,
    #0b5ca9 28.4%,
    #f4da26 28.4%,
    #f4da26 42.6%,
    #056836 42.6%,
    #056836 56.8%,
    #ef7c1a 56.8%,
    #ef7c1a 71%,
    #d63e7c 71%,
    #d63e7c 85.2%,
    #784799 85.2%
  );
  background: linear-gradient(
    to right,
    #d71718 0%,
    #d71718 14.2%,
    #0b5ca9 14.2%,
    #0b5ca9 28.4%,
    #f4da26 28.4%,
    #f4da26 42.6%,
    #056836 42.6%,
    #056836 56.8%,
    #ef7c1a 56.8%,
    #ef7c1a 71%,
    #d63e7c 71%,
    #d63e7c 85.2%,
    #784799 85.2%
  );
}
.newsTitle {
  position: relative;
  padding: 110px 0 80px 0;
}
.newsTitle h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.newsTitle h2 span {
  display: block;
  text-align: center;
}
.newsTitle h2 span.en {
  font-size: 50px;
  font-family:
    "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newsTitle h2 span.en {
    font-size: 36px;
  }
}
.newsTitle h2 span.jp {
  margin-top: 10px;
  color: #d71718;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newsTitle h2 span.jp {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .newsTitle {
    padding: 70px 0 40px 0;
  }
}
.newsBtnWrap {
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .newsBtnWrap {
    padding: 100px 0 120px 0;
  }
}
