@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes {
  0% {
    width: 100%;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt-defalut {
  0% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}
.passing .passing-txt {
  opacity: 0;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype");
}
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}
/*--------------------------------------------------- */
/* mainimg */
/*--------------------------------------------------- */
.mainImg {
  position: relative;
  z-index: 1;
  height: 462px;
}
.mainImg:after {
  content: "";
  background-color: #0775E2;
  height: 229px;
  width: 100%;
  position: absolute;
  bottom: -23px;
  z-index: -2;
  margin: auto;
  /* style */
}
.mainImg .headingWrap {
  position: absolute;
  top: 41px;
  left: 114px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: calc(100% - 17vw);
}
.mainImg .headingWrap .heading {
  display: inline-block;
}
.mainImg .headingWrap .heading h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "matissem", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
}
.mainImg .headingWrap .heading .wrap {
  background-color: #fff;
  padding: 18px 8px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .mainImg .headingWrap .heading .wrap {
    padding: 24px 8px 0;
    line-height: 1.1em;
  }
}
.mainImg .headingWrap .heading .block1 {
  display: inline-block;
}
.mainImg .headingWrap .heading .block2 {
  margin-top: 16px;
}
.mainImg .slideBlock {
  position: relative;
  width: calc(100% - 17vw);
  margin-left: auto;
}
.mainImg .slideBlock .scroll {
  position: absolute;
  font-size: 13px;
  font-size: 1.3rem;
  left: -35px;
  bottom: -10px;
  margin: auto;
  transform: rotate(0.05deg);
  height: 200px;
  z-index: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.mainImg .slideBlock .scroll a {
  color: #fff;
  position: relative;
}
.mainImg .slideBlock .scroll span:after {
  content: "";
  border-left: 1px solid #fff;
  height: 127px;
  width: 1px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  /* style */
}
.mainImg .slideBlock .scroll span:before {
  content: "";
  border-left: 1px solid #fff;
  height: 12px;
  transform: rotate(45deg);
  width: 1px;
  position: absolute;
  top: calc(100% + 127px);
  left: 8px;
  right: 0;
  margin: auto;
  /* style */
}
@media all and (-ms-high-contrast: none) {
  .mainImg .slideBlock .scroll span:before {
    top: calc(100% + 125px);
    left: 19px;
  }
}
.mainImg .slideImg {
  height: 462px;
  object-fit: cover;
}
.mainImg li {
  position: relative;
}

@media (max-width: 1000px) {
  .mainImg {
    height: 450px;
  }
  .mainImg .headingWrap {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  .mainImg {
    height: 400px;
  }
  .mainImg .headingWrap {
    z-index: 1;
    width: calc(100% - 50px);
  }
  .mainImg .headingWrap .heading {
    display: inline-block;
  }
  .mainImg .headingWrap .heading h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .mainImg .headingWrap .heading .wrap {
    padding: 12px 8px;
  }
  .mainImg .headingWrap .heading .block2 {
    margin-top: 12px;
  }
  .mainImg .slideImg {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .mainImg {
    height: 200px;
  }
  .mainImg:after {
    height: 100px;
    position: absolute;
    bottom: -23px;
  }
  .mainImg .headingWrap {
    left: -30px;
    top: 20px;
    width: calc(100% - 50px);
  }
  .mainImg .headingWrap .heading {
    display: inline-block;
  }
  .mainImg .headingWrap .heading h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mainImg .headingWrap .heading .wrap {
    padding: 8px 8px;
  }
  .mainImg .headingWrap .heading .block2 {
    margin-top: 8px;
  }
  .mainImg .slideBlock {
    position: relative;
    width: calc(100% - 50px);
    margin-left: auto;
  }
  .mainImg .slideBlock .scroll {
    position: absolute;
    font-size: 11px;
    font-size: 1.1rem;
    left: -35px;
    bottom: -35px;
    margin: auto;
    height: 100px;
    z-index: 1;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  .mainImg .slideBlock .scroll a {
    color: #fff;
    position: relative;
  }
  .mainImg .slideBlock .scroll span:after {
    content: "";
    height: 10px;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    bottom: -20px;
    /* style */
  }
  .mainImg .slideBlock .scroll span:before {
    content: "";
    border-left: 1px solid #fff;
    height: 4px;
    transform: rotate(45deg);
    width: 1px;
    position: absolute;
    top: calc(100% + 16px);
    left: 3px;
    right: 0;
    margin: auto;
    /* style */
  }
  .mainImg .slideImg {
    height: 200px;
    object-fit: cover;
  }
  .mainImg li {
    position: relative;
  }

  /*--------------------------------------------------- */
}
/* about */
/*--------------------------------------------------- */
.about {
  margin-top: 73px;
  position: relative;
}
.about .bgimg img {
  width: calc(100% - 20vw);
  height: 452px;
  object-fit: cover;
}
.about .headingWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .about .headingWrap {
    width: 100%;
  }
}
.about .headingWrap .heading {
  background-color: #fff;
  padding: 24px 28px 0 44px;
  max-width: 445px;
  margin-left: auto;
}
.about .headingWrap .heading h3 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 700;
  line-height: 1.2em;
}
.about .headingWrap .heading p {
  margin-top: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.38em;
}
@media (min-width: 769px) {
  .about .headingWrap .heading p {
    position: relative;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .about .bgimg img {
    width: calc(100% - 40px);
    height: 400px;
  }
  .about .headingWrap .heading {
    padding: 24px 24px 0;
    max-width: 350px;
    margin-left: auto;
  }
  .about .headingWrap .heading h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }
  .about .headingWrap .heading p {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .about .bgimg img {
    width: calc(100% - 20px);
    height: 300px;
  }
  .about .headingWrap .heading {
    padding: 16px 16px 0;
    max-width: 290px;
  }
  .about .headingWrap .heading h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .about .headingWrap .heading h3 br {
    display: none;
  }
  .about .headingWrap .heading p {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .about .headingWrap .heading {
    padding: 16px 16px 0;
    max-width: 230px;
  }
  .about .headingWrap .heading h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about .headingWrap .heading h3 br {
    display: none;
  }
  .about .headingWrap .heading p {
    margin-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------- */
/* service */
/*--------------------------------------------------- */
.service {
  margin-top: 100px;
}
.service .flex {
  justify-content: space-between;
}
.service .num1 {
  width: 172px;
}
.service .num1 .eng {
  font-size: 49px;
  font-size: 4.9rem;
  font-weight: 700;
  color: #407096;
  font-family: helvetica, sans-serif;
}
.service .num1 h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 22px;
  font-weight: 500;
}
.service .num2 {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .num2 li {
  width: calc(50% - 15px);
  margin-top: 50px;
}
.service .num2 li:nth-of-type(1), .service .num2 li:nth-of-type(2) {
  margin-top: 0;
  /* style */
}
@media (min-width: 769px) {
  .service .num2 li:hover {
    opacity: 0.8;
    transition-duration: 0.5s;
  }
}
.service .num2 li a {
  font-weight: 400;
  color: #333333;
}
.service .num2 li a:visited {
  color: #333333;
}
.service .num2 li a:visited .eng {
  color: #333333;
}
.service .num2 li a .eng {
  color: #878787;
}
.service .num2 li h3 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .service .num2 li h3 {
    margin-top: 12px;
  }
}
.service .num2 li .eng {
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  transform: rotate(0.05deg);
  font-family: Times New Roman, serif;
}

@media (max-width: 768px) {
  .service .num1 {
    width: 150px;
  }
  .service .num1 .eng {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .service .num1 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .service .num2 {
    width: calc(100% - 170px);
    display: flex;
  }
  .service .num2 li {
    width: calc(50% - 10px);
  }
  .service .num2 li img {
    height: 140px;
    object-fit: cover;
  }
  .service .num2 li h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .service .num2 li .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .service .flex {
    flex-wrap: wrap;
  }
  .service .num1 {
    width: 100%;
    text-align: center;
  }
  .service .num1 .eng {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .service .num1 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .service .num2 {
    margin-top: 30px;
    width: calc(100%);
  }
  .service .num2 li {
    width: calc(50% - 10px);
  }
  .service .num2 li img {
    height: 140px;
    object-fit: cover;
  }
  .service .num2 li h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .service .num2 li .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .service .flex {
    flex-wrap: wrap;
  }
  .service .num1 {
    width: 100%;
    text-align: center;
  }
  .service .num1 .eng {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .service .num1 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .service .num2 {
    margin-top: 30px;
    width: calc(100%);
  }
  .service .num2 li {
    width: calc(50% - 10px);
  }
  .service .num2 li img {
    height: 120px;
  }
  .service .num2 li h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .service .num2 li .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
