@charset "UTF-8";
/*Loading*/
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #fff;
}
#splash .bg_text {
  width: 150%;
  height: 100px;
  background-image: url("../img/bg_text_top.svg");
  background-size: 800px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 10s linear infinite;
  position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/*Loadingここまで*/
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
/*アニメーション*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*アニメーションここまで*/
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.red {
  color: #db1527;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.top .gradation01 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -20%;
  margin: auto;
  overflow: hidden;
  width: 120%;
  height: 100vh;
  z-index: -1;
}
.top .bg_text {
  width: 150%;
  height: 100px;
  background-image: url("../img/bg_text_top.svg");
  background-size: 800px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 10s linear infinite;
  position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.top h2 {
  font-size: 58px;
  line-height: 78px;
  font-weight: 500;
  position: absolute;
  left: 7%;
  bottom: 30px;
  z-index: 2;
}
.top h2 .sub {
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-top: 20px;
}
.top h2 .sub .red {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 70px 0;
  position: relative;
}
.contents h3 {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  margin: 0 auto 20px;
}
.contents h3 .sub {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-left: 5px;
}
.contents .btn {
  width: 250px;
  margin: 50px auto 0;
}
.contents .btn a {
  display: block;
  text-decoration: none;
  color: #db1527;
  background-color: #fff;
  border: solid 1px #db1527;
  border-radius: 50px;
  padding: 15px 0;
  text-align: center;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  position: relative;
}
.contents .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #db1527;
}
/*矢印*/
.contents .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  transition: all .3s;
}
.contents .btn .arrow:before, .contents .btn .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents .btn .arrow:before {
  left: 0;
  width: 20px;
  height: 2px;
  background: #db1527;
}
.contents .btn .arrow:after {
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #db1527;
  border-right: 2px solid #db1527;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents.contact a:hover .arrow {
  border: solid 1px #fff;
  background-color: #fff;
  transition: all .3s;
}
.contents .btn a:hover .arrow {
  right: 40px;
  transition: all .3s;
}
.contents .btn a:hover .arrow:before {
  background: #fff;
}
.contents .btn a:hover .arrow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*-------------------お知らせ-------------------*/
.contents.news .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px #2222221a;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.contents.news .wrap h3 {
  margin: 0;
  font-size: 28px;
  color: #db1527;
  text-align: center;
  width: 20%;
  border-right: solid 1px #ccc;
}
.contents.news .wrap .dl_box {
  width: 70%;
}
.contents.news .wrap .dl_box dl {
  margin: 0;
  display: flex;
}
.contents.news .wrap .dl_box dl dt {
  width: 20%;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contents.news .wrap .dl_box dl dd {
  margin: 0;
  width: 80%;
}
/*-------------------メッセージ-------------------*/
.contents.message .wrap {
  /*display: flex;
  justify-content: space-between;*/
  padding: 50px 5%;
  border-radius: 10px;
  box-shadow: 0 0 20px #2222221a;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  /**/
  padding: 50px 15%;
}
.contents.message .wrap .figure_box {
  width: 40%;
  position: relative;
  z-index: 1;
}
.contents.message .wrap .figure_box figure {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  border-radius: 10px;
  overflow: hidden;
  /**/
  background: #aaa;
}
.contents.message .wrap .figure_box figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.message .wrap .txt {
  /*width: 55%;*/
  position: relative;
  z-index: 1;
}
.contents.message .wrap .txt h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 auto 30px;
}
.contents.message .wrap .txt p {
  font-size: 18px;
  line-height: 38px;
  margin: 0 auto 30px;
  text-align: justify;
}
.contents.message .wrap .txt .name {
  text-align: right;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.contents.message .wrap .txt .name .position {
  font-size: 18px;
  margin-right: 20px;
}
.contents.message .wrap .txt .name .en {
  display: block;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10.5px;
  color: #db1527;
  margin-top: -10px;
}
/*-------------------サービス-------------------*/
.contents.service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.service ul li {
  padding: 50px 10%;
  border-radius: 10px;
  box-shadow: 0 0 20px #2222221a;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.contents.service ul li h4 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
  color: #db1527;
}
.contents.service ul li p {
  margin: 0;
  text-align: center;
  font-size: 18px;
}
/*-------------------特徴-------------------*/
.contents.feature {
  padding-bottom: 160px;
}
.contents.feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contents.feature ul li {
  width: 20%;
  padding: 70px 2%;
  border-radius: 10px;
  box-shadow: 0 0 20px #2222221a;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: relative;
}
.contents.feature ul li .no {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #db1527;
  position: absolute;
  top: 20px;
  left: 10%;
  border: solid 1px #db1527;
  padding: 3px 10px;
  border-radius: 50px;
}
.contents.feature ul li h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
}
.contents.feature ul li p {
  margin: 0;
  text-align: justify;
}
@media screen and (max-width:1050px) {
  #splash .bg_text {
    height: 60px;
    background-size: 500px auto;
    position: absolute;
    top: -25%;
  }
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 600px;
  }
  .top .bg_text {
    height: 60px;
    background-size: 500px auto;
    position: absolute;
    top: -25%;
  }
  .top h2 {
    font-size: 38px;
    line-height: 48px;
    position: absolute;
    left: 7%;
    bottom: 70px;
  }
  .top h2 .sub {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 30px 0;
  }
  .contents h3 {
    font-size: 28px;
    margin: 0 auto 10px;
  }
  .contents h3 .sub {
    font-size: 18px;
    margin-left: 2px;
  }
  .contents .btn {
    width: 200px;
    margin: 30px auto 0;
  }
  .contents .btn a {
    font-size: 17px;
  }
  /*矢印*/
  .contents .btn .arrow {
    position: absolute;
    right: 40px;
  }
  .contents .btn .arrow:before {
    width: 15px;
  }
  .contents .btn .arrow:after {
    left: 6px;
    width: 8px;
    height: 8px;
  }
  .contents .btn a:hover .arrow {
    right: 30px;
  }
  /*-------------------お知らせ-------------------*/
  .contents.news .wrap {
    display: block;
    padding: 15px 8% 20px;
  }
  .contents.news .wrap h3 {
    font-size: 24px;
    text-align: left;
    width: auto;
    border-right: none;
    margin: 0 auto 5px;
  }
  .contents.news .wrap .dl_box {
    width: auto;
  }
  .contents.news .wrap .dl_box dl {
    display: block;
  }
  .contents.news .wrap .dl_box dl dt {
    width: auto;
    font-size: 14px;
    margin: 0 auto 3px;
  }
  .contents.news .wrap .dl_box dl dd {
    width: auto;
  }
  /*-------------------メッセージ-------------------*/
  .contents.message .wrap {
    display: block;
    padding: 40px 8% 30px;
  }
  .contents.message .wrap .figure_box {
    width: auto;
    margin: 0 auto 25px;
  }
  .contents.message .wrap .txt {
    width: auto;
  }
  .contents.message .wrap .txt h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 15px;
  }
  .contents.message .wrap .txt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 20px;
  }
  .contents.message .wrap .txt .name {
    font-size: 24px;
  }
  .contents.message .wrap .txt .name .position {
    font-size: 18px;
    margin-right: 15px;
  }
  .contents.message .wrap .txt .name .en {
    font-size: 9px;
    margin-top: -5px;
  }
  /*-------------------サービス-------------------*/
  .contents.service ul li {
    padding: 30px 8%;
  }
  .contents.service ul li h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 10px;
  }
  .contents.service ul li p {
    font-size: 16px;
    text-align: justify;
  }
  /*-------------------特徴-------------------*/
  .contents.feature {
    padding-bottom: 80px;
  }
  .contents.feature ul {
    display: block;
  }
  .contents.feature ul li {
    width: auto;
    padding: 30px 8%;
    margin-bottom: 15px;
  }
  .contents.feature ul li:last-child {
    margin-bottom: 0;
  }
  .contents.feature ul li .no {
    position: absolute;
    top: 20px;
    left: 8%;
  }
  .contents.feature ul li h4 {
    font-size: 22px;
    margin: 0 auto 10px;
  }
  .contents.feature ul li p {
    margin: 0;
    text-align: justify;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}