@charset "UTF-8";
#g-content {
  height: 85vh;
}
#g-content:after {
  top: 0;
  bottom: auto;
  right: 0;
  border-width: 0 118vw 98vh 0;
  border-color: transparent rgba(5, 77, 119, 0.6) transparent transparent;
  transition: all 0.1s ease-in-out 0.2s;
}
.pace-done #g-content:after {
  border-width: 0 68vw 48vh 0;
}
#g-content:before {
  right: 0;
  border-width: 0 180vw 100vh 0;
  border-color: transparent rgba(9, 156, 136, 0.5) transparent transparent;
  transition: all 0.1s ease-in-out;
}
.pace-done #g-content:before {
  border-width: 0 130vw 40vh 0;
}
#g-content .inner {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
}
#g-content .logo {
  width: 160px;
  margin: 0 auto 28px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease-in-out 0.4s;
}
.pace-done #g-content .logo {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
#g-content .lead {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: transparent;
}
#g-content .lead span {
  color: transparent;
  animation: lead 1.5s ease-out forwards;
}
#g-content .lead span:nth-child(1) {
  animation-delay: 1.1s;
}
#g-content .lead span:nth-child(2) {
  animation-delay: 1.2s;
}
#g-content .lead span:nth-child(3) {
  animation-delay: 1.3s;
}
#g-content .lead span:nth-child(4) {
  animation-delay: 1.4s;
}
#g-content .lead span:nth-child(5) {
  animation-delay: 1.5s;
}
#g-content .lead span:nth-child(6) {
  animation-delay: 1.6s;
}
#g-content .lead span:nth-child(7) {
  animation-delay: 1.7s;
}
#g-content .lead span:nth-child(8) {
  animation-delay: 1.8s;
}
#g-content .lead span:nth-child(9) {
  animation-delay: 1.9s;
}
#g-content .lead span:nth-child(10) {
  animation-delay: 2s;
}
#g-content .lead span:nth-child(11) {
  animation-delay: 2.1s;
}
#g-content .lead span:nth-child(12) {
  animation-delay: 2.2s;
}
#g-content .lead span:nth-child(13) {
  animation-delay: 2.3s;
}
#g-content .scroll {
  width: 36px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

@keyframes line-sp1 {
  0% {
    border-width: 0 98vw 88vh 0;
    opacity: 0;
  }
  100% {
    border-width: 0 68vw 48vh 0;
    opacity: 1;
  }
}
@keyframes line-pc1 {
  0% {
    border-width: 0 98vw 88vh 0;
    opacity: 0;
  }
  100% {
    border-width: 0 690px 510px 0;
    opacity: 1;
  }
}
@keyframes lead { /*opacityとtext-shadow+animationでフェードインを表現する*/
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  50% {
    text-shadow: 0 0 50px #fff;
  }
  100% {
    text-shadow: 0 0 0px #fff;
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  #g-content {
    height: 100vh;
  }
  #g-content:after {
    border-width: 0 1090px 910px 0;
    border-color: transparent rgba(5, 77, 119, 0.6) transparent transparent;
    transition: all 0.1s ease-in-out;
  }
  .pace-done #g-content:after {
    border-width: 0 690px 510px 0;
  }
  #g-content:before {
    border-width: 0 1600px 750px 0;
    border-color: transparent rgba(9, 156, 136, 0.5) transparent transparent;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .pace-done #g-content:before {
    border-width: 0 1200px 350px 0;
  }
  #g-content .logo {
    width: 180px;
  }
  #g-content .lead {
    font-size: 2.4rem;
  }
}
#index-lead {
  position: relative;
  padding: 60px 15px;
  color: #008b9e;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#index-lead:before {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background: url(/img/index/about-bg.png) 0 0 no-repeat;
  background-size: contain;
}
#index-lead .tit-section {
  margin-bottom: 30px;
  text-align: center;
}
#index-lead p {
  line-height: 2;
}

#index-service {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
#index-service section {
  padding-bottom: 60px;
}
#index-service:before {
  position: absolute;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1000px 100vw 0 0;
  border-color: #f2fdf9 transparent transparent transparent;
}
#index-service:after {
  position: absolute;
  bottom: 0;
  content: "";
  z-index: -5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 100vw;
  border-color: transparent transparent #f2fdf9 transparent;
}
#index-service .tit-page {
  color: #008b9e;
  margin-bottom: 30px;
}
#index-service .text {
  padding: 0 15px;
}
#index-service .num {
  position: relative;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  top: 10px;
  margin-bottom: 30px;
  background: #008b9e;
  transform: rotate(45deg);
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#index-service .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#index-service .tit-section {
  position: relative;
  color: #008b9e;
  text-align: center;
}
#index-service .img {
  margin-bottom: 20px;
}
#index-service .img a {
  display: block;
}

#index-news {
  width: 100%;
  padding: 50px 0 30px;
  border: 7px solid #008b9e;
  background: #fff url(../img/index/bg-img.jpg) no-repeat 0 -330px;
  background-size: cover;
}
#index-news .tit-page {
  color: #008b9e;
}
#index-news .img {
  margin-top: 0px;
  margin-bottom: 0px;
}
#index-news .btn-link {
  max-width: 100%;
  margin-top: 40px;
  width: 20em;
  margin-bottom: 30px;
}
#index-news .link-box {
  padding-right: 2.1rem;
}
#index-news .link-blank {
  padding-right: 0;
  word-wrap: break-word;
  white-space: normal;
}
#index-news .link-blank:after {
  top: auto;
  bottom: 2px;
  right: -20px;
}
#index-news .txt-only {
  padding-right: 110px;
  padding-left: 180px;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
#index-news .txt-only .tit {
  font-weight: bold;
  font-size: 1.7rem;
}
#index-news .txt-only .link {
  font-size: 1.4rem;
}
#index-news .txt-only .link a {
  color: #008b9e;
  text-decoration: underline;
  word-wrap: break-word;
}
#index-news .txt-only .link a:hover {
  text-decoration: none;
}
#index-news .txt-only ~ .inner .text {
  padding-top: 30px;
}
#index-news .tit-page + .txt-only {
  margin-top: -69px;
}
#index-news .tit-section2 {
  margin-top: 40px;
}
#index-news .inner2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
}
#index-news .inner2 .inbox {
  margin-bottom: 40px;
}
#index-news .inner2 .img, #index-news .inner2 .text {
  float: none;
  width: 100%;
}
#index-news .inner2 .text {
  margin-top: 0px;
}
#index-news .inner2 .text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#index-news .inner2 .btn-link {
  margin-top: 30px;
}
#index-news .tit {
  font-weight: bold;
  font-size: 1.8rem !important;
  letter-spacing: 0;
}
#index-news .app-link {
  margin: 30px 0 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#index-news .app-link li {
  max-width: 170px;
}
#index-news .app-link img {
  max-height: 45px;
}

@media screen and (min-width: 768px) {
  #index-lead {
    width: 100%;
    height: 100%;
    padding: 90px 20px 80px;
    text-align: center;
  }
  #index-lead:before {
    height: 444px;
  }
  #index-lead .inner {
    writing-mode: vertical-rl;
    text-combine-upright: digits 1;
    display: inline-block;
    text-align: left;
  }
  #index-lead:before {
    width: 100%;
  }
  #index-lead .tit-section, #index-lead p {
    margin-bottom: 0;
    text-align: inherit;
  }
  #index-lead p {
    height: 23em;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 2.15;
  }
  #index-service {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  #index-service .img {
    width: 60%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 18px;
  }
  #index-service .img .inbox {
    overflow: hidden;
  }
  #index-service .img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #index-service .img img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #index-service .copy:after {
    bottom: 0;
  }
  #index-service .text {
    padding: 60px 40px 0;
    width: 40%;
    float: right;
  }
  #index-service .even .img {
    float: right;
  }
  #index-service .even .text {
    float: left;
  }
  #index-service .copy.left:after {
    right: auto;
    left: 5px;
  }
  #index-service .num {
    margin-bottom: 50px;
  }
  #index-service .tit-section {
    margin-bottom: 30px;
  }
  #index-service .tit-section + p {
    margin-bottom: 50px;
  }
  #index-service .btn-link {
    margin-bottom: 50px;
  }
  #index-news {
    position: relative;
    padding: 30px 0 0;
  }
  #index-news .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #index-news .img {
    float: left;
    width: 55%;
    margin-bottom: 0;
  }
  #index-news .img a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #index-news .img img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index-news .img span {
    width: 100%;
    height: 100%;
  }
  #index-news .img a, #index-news .img a > span {
    display: inline-block;
    transform-origin: 100% 0;
    overflow: hidden;
  }
  #index-news .copy:after {
    left: 5px;
    right: auto;
    color: #666;
  }
  #index-news .text {
    margin-top: -30px;
    float: right;
    width: 45%;
    padding-left: 10px;
  }
  #index-news .tit-page {
    padding-top: 30px;
  }
  #index-news .btn-link {
    margin-bottom: 30px;
  }
}
@media all and (-ms-high-contrast: none) {
  #index-news .img span {
    background: url(/img/index/news-kagami.png) center center no-repeat;
    background-size: cover;
  }
  #index-news .img span img {
    display: none;
  }
  #index-service .list-frp {
    background: url(/img/index/frp-snd.jpg) center center no-repeat;
    background-size: cover;
  }
  #index-service .list-frp img {
    display: none;
  }
  #index-service .list-cnc {
    background: url(/img/index/cnc.jpg) center center no-repeat;
    background-size: cover;
  }
  #index-service .list-cnc img {
    display: none;
  }
  #index-service .list-pur {
    background: url(/img/index/pur.jpg) center center no-repeat;
    background-size: cover;
  }
  #index-service .list-pur img {
    display: none;
  }
  #index-service .list-special {
    background: url(/img/index/special.jpg) center center no-repeat;
    background-size: cover;
  }
  #index-service .list-special img {
    display: none;
  }
  #index-service .list-print {
    background: url(/img/index/print-scan.jpg) center center no-repeat;
    background-size: cover;
  }
  #index-service .list-print img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index-news .txt-only {
    padding-right: 0px;
    padding-left: 125px;
  }
  #index-news .inner2 {
    display: block;
  }
  #index-news .inner2 .inbox {
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
  }
  #index-news .inner2 .inbox:first-of-type {
    border-top: none;
  }
  #index-news .inner2 .inbox:last-of-type {
    margin-bottom: -10px;
  }
  #index-news .inner2 .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  #index-news .txt-only {
    padding-right: 0;
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #index-news .tit-page + .txt-only {
    margin-top: 0;
  }
}
#index-banner {
  margin: 90px 0 0;
}
#index-banner li {
  margin-top: 30px;
}

.index-sns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}
.index-sns p {
  margin: 0;
}
.index-sns ul {
  display: flex;
  gap: 10px;
}
.index-sns .btn-link a {
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .index-sns {
    display: block;
  }
  .index-sns p {
    margin-bottom: 10px;
  }
  .index-sns ul {
    justify-content: left;
  }
  .index-sns li {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .index-sns li {
    width: calc((100% - 20px) / 3);
  }
  .index-sns li::after {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */