









.noclick:after {
	content: none !important;
}
.top #wrapper {
  padding-top: 0;
}

/* Top */
.page-index .ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.page-index .ttl h2 {
  margin-bottom: 10px;
  width: 100%;
}
.page-index .ttl h2 span {
  position: relative;
  display: block;
  width: 86%;
  max-width: 1050px;
}
.page-index .ttl h2 span::after {
  content: "";
  display: block;
  width: 0%;
  height: 5em;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  top: -0.5em;
}
.page-index .ttl h2 span svg {
  width: 100%;
  fill: #fff;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: 0s ease 0.75s;
  transition: 0s ease 0.75s;
}
.page-index .ttl.show h2 span svg {
  opacity: 1;
}
.page-index .ttl.show div::before {
  height: 100%;
}
.page-index .ttl.show div p {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  color: rgb(255, 255, 255);
}
.page-index .ttl.show div p::after {
  -webkit-animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.page-index .ttl div {
  position: relative;
  padding: 20px 70px;
}
.page-index .ttl div::before {
  content: "";
  display: block;
  width: 1px;
  height: 0%;
  background: #fff;
  position: absolute;
  left: 50px;
  top: 0;
  -webkit-transition: 0.4s ease 0.8s;
  transition: 0.4s ease 0.8s;
}
.page-index .ttl div p {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.1s ease 0.8s;
  transition: 0.1s ease 0.8s;
  color: rgba(255, 255, 255, 0);
  font-size: 21px;
  letter-spacing: 0.1rem;
}
.page-index .ttl div p::after {
  content: "";
  display: block;
  width: 0%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0px;
  background: rgb(255, 255, 255);
}
.page-index .scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
.page-index .scroll a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.page-index .scroll a span {
  display: block;
}
.page-index .scroll a::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-animation: 3s line linear infinite;
          animation: 3s line linear infinite;
}
.page-index .btn-more div {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}
.page-index .btn-more div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.page-index .btn-more div a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 1;
}
.page-index .btn-more div a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page-index .btn-more div a em {
  display: block;
}
.page-index .btn-more div a svg {
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  z-index: 2;
}
.page-index .btn-more div a:hover {
  color: #009e48;
}
.page-index .btn-more div a:hover::after {
  height: 100%;
}
.page-index ul#js-pager {
  position: fixed;
  width: 24px;
  height: 308px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: 100;
}
.page-index ul#js-pager li {
  position: relative;
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
}
.page-index ul#js-pager li:last-child {
  height: 1px;
}
.page-index ul#js-pager li a {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: rgba(0, 58, 72, 0);
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}
.page-index ul#js-pager li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-index ul#js-pager li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.page-index ul#js-pager li:nth-child(1):before {
  content: "TOP";
}
.page-index ul#js-pager li:nth-child(2):before {
  content: "COMPANY";
}
.page-index ul#js-pager li:nth-child(3):before {
  content: "BUSINESS";
}
.page-index ul#js-pager li:nth-child(4):before {
  content: "TECHNOLOGY";
}
.page-index ul#js-pager li:nth-child(5):before {
  content: "RECRUITING";
}
.page-index ul#js-pager li:nth-child(6):before {
  content: "ONLINE STORE";
}
.page-index ul#js-pager li:nth-child(7):before {
  content: "OTHER";
}
.page-index ul#js-pager li:before {
  display: none;
  position: absolute;
  right: 20px;
  top: -10px;
  width: 160px;
  color: #808080;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: right;
}
.page-index ul#js-pager li.is-current a {
  background: rgba(0, 158, 72, 0.5);
}
.page-index ul#js-pager li.is-current a:after {
  background: #009e48;
}
.page-index ul#js-pager li:hover:before {
  display: block;
}
.page-index #kv {
  position: relative;
  height: 100vh;
  background: #fff;
  padding-top: var(--nkb-header, 129px);
}
.page-index #kv:before, .page-index #kv:after {
  content: none;
  display: block;
  position: absolute;
  z-index: 3;
}
.page-index #kv:before {
  width: 160px;
  height: 230px;
  background: url("../../img/index/pattern1-L.webp") no-repeat 100% 0/auto 100%;
  left: 0;
  top: 30%;
}
.page-index #kv:after {
  width: 200px;
  height: 450px;
  background: url("../../img/index/pattern1-R.webp") no-repeat 0% 100%/auto 100%;
  right: 0;
  top: 0%;
}
.page-index #kv .bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../../img/mv.jpg") no-repeat 50% 0%/cover;
}
.page-index #kv .inner-kv {
  position: relative;
  width: 100%;
  padding-top: 50px;
  z-index: 2;
}
.page-index #kv h1 {
  text-align: center;
}
.page-index #kv h1 span {
  position: relative;
  display: block;
  width: calc(80% - 120px);
  max-width: 1080px;
  margin: 0 auto;
}
.page-index #kv h1 span img {
  position: relative;
  width: 100%;
  -webkit-transition: 1.4s ease 0.4s;
  transition: 1.4s ease 0.4s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.page-index #kv .ctn {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 160px 200px 0;
}
.page-index #kv .ctn p img {
  width: 32%;
  max-width: 220px;
  -webkit-transition: 1s linear 0.8s;
  transition: 1s linear 0.8s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.page-index #kv .ctn p img.sp {
  display: none;
}
.page-index #kv .sp-show {
  display: none;
}
.page-index #kv .sp-show img {
  width: 100%;
}
.page-index #kv .sp-show .txt {
  padding: 40px 0;
}
.page-index #kv .pattern1-L,
.page-index #kv .pattern1-R {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: 1s linear 1s;
  transition: 1s linear 1s;
  opacity: 0;
}
.page-index #kv .pattern1-L {
  left: 0;
  width: 160px;
}
.page-index #kv .pattern1-R {
  right: 0;
  width: 200px;
}
.page-index #kv .pattern1-L div,
.page-index #kv .pattern1-R div {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index #kv .pattern1-L div {
  background-image: url("../../img/index/pattern1-L.webp");
  background-repeat: no-repeat;
  background-size: auto 230px;
  background-position: 100% 250px;
}
.page-index #kv .pattern1-R div {
  background-image: url("../../img/index/pattern1-R.webp");
  background-repeat: no-repeat;
  background-size: auto 450px;
  background-position: 0% -50px;
}
.page-index #kv .scroll a {
  color: #fff;
}
.page-index #kv .scroll a:after {
  background: #fff;
}
.page-index #kv.show .ctn p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #kv.show .ctn p span {
  color: rgb(35, 24, 21);
}
.page-index #kv.show .ctn p span:after {
  -webkit-animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #kv.show .ctn p span:nth-of-type(1):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.page-index #kv.show .ctn p span:nth-of-type(2):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.page-index #kv.show .ctn p span:nth-of-type(3):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.page-index #kv.show h1 span img,
.page-index #kv.show .ctn p img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #kv.show .pattern1-L,
.page-index #kv.show .pattern1-R {
  opacity: 1;
}
@-webkit-keyframes arw2 {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes arw2 {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes ttl-in2 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 65%;
  }
  100% {
    left: 65%;
    width: 0;
  }
}
@keyframes ttl-in2 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 65%;
  }
  100% {
    left: 65%;
    width: 0;
  }
}
.page-index #about {
  position: relative;
  background: url("../../img/index/bg-about.webp") no-repeat 50% 0%/cover;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  opacity: 0;
}
.page-index #about.show {
  opacity: 1;
}
.page-index #about:after {
  content: none;
  display: block;
  width: 40%;
  height: 1180px;
  background: url("../../img/index/pattern2.webp") no-repeat 0 0%/100% auto;
  position: absolute;
  left: 0;
  top: -500px;
  z-index: 1;
}
.page-index #about .ttl {
  z-index: 2;
}
.page-index #about .ttl.show h2 span:after {
  -webkit-animation: ttl-in2 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in2 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #about .inner-sct {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
}
.page-index #about .ctn {
  position: relative;
  width: 92%;
  max-width: 1280px;
  height: 69.2592592593vh;
  min-height: 521px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 2;
}
.page-index #about .ctn .ctn-inner {
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-index #about .read {
  position: relative;
  display: inline-block;
}
.page-index #about .read .txt-1 {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #about .read p {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 2.2;
  text-align: left;
}
.page-index #about .read dl {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #about .read dl dt,
.page-index #about .read dl dd {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0.1rem;
}
.page-index #about .read dl dt {
  padding-right: 50px;
  font-size: 21px;
  font-weight: 400;
}
.page-index #about .read dl dd {
  width: auto;
  padding-left: 50px;
  border-left: solid 1px #fff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 2.5;
}
.page-index #about .read .txt-2 {
  position: relative;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #about .read .btn-more {
  position: absolute;
  right: -150px;
  bottom: 0;
}
.page-index #about .read .btn-more div {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.page-index #about .read .btn-more div a {
  border: solid 1px #fff;
  color: #fff;
}
.page-index #about .read .btn-more div a svg {
  fill: #fff;
}
.page-index #about .read .btn-more div a:hover {
  color: #009e48;
}
.page-index #about .read .btn-more div a:hover svg {
  fill: #009e48;
}
.page-index #about .ctn.show .txt-1,
.page-index #about .ctn.show dl,
.page-index #about .ctn.show .txt-2 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #about .ctn.show .btn-more div {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-index #about .news {
  padding-top: min(44px, 4.0740740741vh);
  padding-bottom: min(30px, 2.7777777778vh);
  min-height: 30.7407407407vh;
  background-color: #fff;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  opacity: 0;
  width: 100%;
  z-index: 2;
}
.page-index #about .news .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.page-index #about .news .news-tit {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: solid 1px #005DAA;
}
.page-index #about .news .news-tit h3 {
  color: #005DAA;
  font-size: 18px;
  letter-spacing: 0.1rem;
  text-align: left;
}
.page-index #about .news .news-tit .more {
  position: absolute;
  right: 0;
  top: 2px;
  width: 84px;
}
.page-index #about .news .news-tit .more a {
  position: relative;
  display: block;
  padding-right: 32px;
  color: #005DAA;
  text-decoration: none;
}
.page-index #about .news .news-tit .more a svg {
  display: block;
  width: 21px;
  position: absolute;
  right: 5px;
  top: 0.5em;
  fill: #005DAA;
}
.page-index #about .news .news-tit .more a:hover {
  opacity: 0.7;
}
.page-index #about .news .news-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 28px;
  font-size: min(1.40625vw, 18px);
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-index #about .news .news-list li a span {
  display: block;
}
.page-index #about .news .news-list li a span.date {
  color: #4D4D4D;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-index #about .news .news-list li a span.label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.444em;
  height: 1.62em;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 1.7em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-index #about .news .news-list li a span.label.type-topics {
  background-color: #005DAA;
}
.page-index #about .news .news-list li a span.label.type-ir {
  background-color: #009E48;
}
.page-index #about .news .news-list li a span.text {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  color: #005DAA;
  padding-right: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-index #about .news .news-list li a:hover {
  background-color: rgba(0, 93, 170, 0.1);
}
.page-index #about .news .news-ctn {
  padding-top: 30px;
}
.page-index #about .news .news-ctn ul {
  padding-left: 80px;
  text-align: left;
}
.page-index #about .news .news-ctn ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 340px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  -webkit-transition: 1.4s ease-out;
  transition: 1.4s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #about .news .news-ctn ul li:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-index #about .news .news-ctn ul li:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-index #about .news .news-ctn ul li:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page-index #about .news .news-ctn ul li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.page-index #about .news .news-ctn ul li:nth-child(5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.page-index #about .news .news-ctn ul li:last-child {
  margin-bottom: 0px;
}
.page-index #about .news .news-ctn ul li time {
  position: absolute;
  left: 0;
}
.page-index #about .news .news-ctn ul li span.tag {
  width: 150px;
  padding: 2px;
  border: solid 1px #fff;
  position: absolute;
  left: 150px;
  top: -2px;
  text-align: center;
}
.page-index #about .news .news-ctn ul li a {
  color: #fff;
  text-decoration: none;
}
.page-index #about .news .news-ctn ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 0.5px;
}
.page-index #about.show .news {
  opacity: 1;
}
.page-index #about.show .news .news-ctn ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #about .pattern2 {
  position: absolute;
  top: -500px;
  left: 0;
  width: 32%;
  max-width: 500px;
  height: 150%;
  z-index: 1;
  -webkit-transition: 1s linear 1.2s;
  transition: 1s linear 1.2s;
  opacity: 0;
}
.page-index #about .pattern2 div {
  width: 100%;
  height: 100%;
  background-image: url("../../img/index/pattern2.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0px;
}
.page-index #about.show .pattern2 {
  opacity: 1;
}
.page-index #about .scroll a {
  color: #fff;
}
.page-index #about .scroll a::after {
  background: #fff;
}
@-webkit-keyframes ttl-in3 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 66%;
  }
  100% {
    left: 66%;
    width: 0;
  }
}
@keyframes ttl-in3 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 66%;
  }
  100% {
    left: 66%;
    width: 0;
  }
}
.page-index #business {
  position: relative;
  background: #f0f0f0;
}
.page-index #business .inner-sct {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
.page-index #business .ttl {
  z-index: 2;
}
.page-index #business .ttl.show h2 span:after {
  -webkit-animation: ttl-in3 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in3 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #business .ctn {
  position: relative;
  min-height: 720px;
  height: 100vh;
}
.page-index #business .sp-show {
  display: none;
}
.page-index #business .pc-show ul {
  font-size: 0;
  text-align: center;
}
.page-index #business .pc-show ul li {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  -webkit-transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.page-index #business .pc-show ul li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-index #business .pc-show ul li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-index #business .pc-show ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-index #business .pc-show ul li:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-index #business .pc-show ul li:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page-index #business .pc-show ul.show li {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-index #business .pc-show ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-index #business .pc-show ul li:nth-child(1) a {
  background: url("../../img/index/business-1.webp") no-repeat 50% 0/100% auto;
}
.page-index #business .pc-show ul li:nth-child(2) a {
  background: url("../../img/index/business-2.webp") no-repeat 50% 0/100% auto;
}
.page-index #business .pc-show ul li:nth-child(3) a {
  background: url("../../img/index/business-3.webp") no-repeat 50% 0/100% auto;
}
.page-index #business .pc-show ul li:nth-child(4) a {
  background: url("../../img/index/business-4.webp") no-repeat 50% 0/100% auto;
}
.page-index #business .pc-show ul li:nth-child(5) a {
  background: url("../../img/index/business-5.webp") no-repeat 50% 0/100% auto;
}
.page-index #business .pc-show ul li dl {
  position: relative;
  width: 100%;
  background: url("../../img/index/bg-business-s.webp") no-repeat 50% 26vw/100% auto;
}
.page-index #business .pc-show ul li dl dt {
  margin-bottom: 40px;
}
.page-index #business .pc-show ul li dl dt img {
  width: 100%;
  opacity: 0;
}
.page-index #business .pc-show ul li dl dd {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}
.page-index #business .pc-show ul li dl dd.tit {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.page-index #business .pc-show ul li dl dd.tit svg {
  position: absolute;
  right: 0;
  top: 0.4em;
  width: 21px;
  fill: #4d4d4d;
}
.page-index #business .pc-show ul li dl dd.txt {
  padding-top: 20px;
  border-top: solid 1px #4d4d4d;
  font-size: 16px;
  letter-spacing: 0.18rem;
  text-align: justify;
}
.page-index #business .btn-more {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
.page-index #business .btn-more div {
  border: solid 1px #4d4d4d;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #business .btn-more a {
  color: #4b4b4b;
}
.page-index #business .btn-more a svg {
  fill: #4b4b4b;
}
.page-index #business .btn-more a:hover {
  color: #009e48;
}
.page-index #business .btn-more a:hover svg {
  fill: #009e48;
}
.page-index #business.show .btn-more div {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #business .slick-dots li {
  width: 20px;
  margin: 0 5px;
}
.page-index #business .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.page-index #business .slick-dots li button:hover, .page-index #business .slick-dots li button:focus {
  outline: none;
}
.page-index #business .slick-dots li button:hover:before, .page-index #business .slick-dots li button:focus:before {
  opacity: 1;
}
.page-index #business .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.page-index #business .slick-dots li.slick-active button:before {
  background: #808080;
}
.page-index #business .scroll a {
  color: #808080;
}
.page-index #business .scroll a::after {
  background: #808080;
}
@-webkit-keyframes ttl-in4 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 92%;
  }
  100% {
    left: 92%;
    width: 0;
  }
}
@keyframes ttl-in4 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 92%;
  }
  100% {
    left: 92%;
    width: 0;
  }
}
.page-index #tech {
  position: relative;
  background: url("../../img/index/bg-tech.webp") no-repeat 50% 50%/cover;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  opacity: 0;
}
.page-index #tech.show {
  opacity: 1;
}
.page-index #tech .inner-sct {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}
.page-index #tech .ttl.show h2 span:after {
  -webkit-animation: ttl-in4 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in4 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #tech .ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-index #tech .ctn .ctn-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 130px;
}
.page-index #tech .ctn .btn-more {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
.page-index #tech .ctn .btn-more div {
  border: solid 1px #FFF;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #tech .ctn .btn-more a {
  color: #FFF;
}
.page-index #tech .ctn .btn-more a svg {
  fill: #FFF;
}
.page-index #tech .ctn .btn-more a:hover {
  color: #009e48;
}
.page-index #tech .ctn .btn-more a:hover svg {
  fill: #009e48;
}
.page-index #tech .ctn.show .btn-more div {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #tech .ctn p {
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.15rem;
  line-height: 2;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.page-index #tech .ctn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.page-index #tech .ctn ul li {
  width: 18%;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.page-index #tech .ctn ul li:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-index #tech .ctn ul li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-index #tech .ctn ul li:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-index #tech .ctn ul li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page-index #tech .ctn ul li:nth-child(5) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.page-index #tech .ctn ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #005daa;
  text-decoration: none;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-index #tech .ctn ul li a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-index #tech .ctn ul li a svg.pc {
  display: block;
  width: 24px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  fill: #005daa;
}
.page-index #tech .ctn ul li a svg.sp {
  display: none;
}
.page-index #tech .ctn ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #009e48;
}
.page-index #tech .ctn ul li a:hover svg {
  fill: #009e48;
}
.page-index #tech .ctn.show p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #tech .ctn.show ul li {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-index #tech .scroll a {
  color: #808080;
}
.page-index #tech .scroll a::after {
  background: #808080;
}
@-webkit-keyframes ttl-in5 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 84%;
  }
  100% {
    left: 84%;
    width: 0;
  }
}
@keyframes ttl-in5 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 84%;
  }
  100% {
    left: 84%;
    width: 0;
  }
}
.page-index #recruit {
  position: relative;
  background: url("../../img/index/bg-recruit.webp") no-repeat 50% 50%/cover;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  opacity: 0;
}
.page-index #recruit.show {
  opacity: 1;
}
.page-index #recruit .inner-sct {
  position: relative;
  width: 100%;
  height: auto;
	padding-bottom: 7rem;
}
.page-index #recruit .ttl.show h2 span:after {
  -webkit-animation: ttl-in5 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in5 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #recruit .ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 520px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-index #recruit .ctn .ctn-inner {
  width: 100%;
  padding-top: 20%;
}
.page-index #recruit .ctn h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  text-align: left;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #recruit .ctn p {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  text-align: left;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #recruit .ctn ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 60px;
  text-align: center;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #recruit .ctn ul li {
  width: 48.5%;
  max-width: 210px;
}
.page-index #recruit .ctn ul li dl {
  position: relative;
  width: 100%;
}
.page-index #recruit .ctn ul li dl dt {
  margin-bottom: 12px;
  padding: 5px;
  background: #fff;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.page-index #recruit .ctn ul li dl dd {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.page-index #recruit .ctn ul li dl dd em {
  font-size: 50px;
  font-family: "Avenir";
}
.page-index #recruit .ctn ul li dl dd span {
  font-size: 42px;
}
.page-index #recruit .ctn .btn-more div {
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #recruit .btn-more div a {
  border: solid 1px #fff;
  color: #fff;
}
.page-index #recruit .btn-more div a span {
  display: inline-block;
}
.page-index #recruit .btn-more div a svg {
  fill: #fff;
}
.page-index #recruit .btn-more div a:hover {
  color: #009e48;
}
.page-index #recruit .btn-more div a:hover svg {
  fill: #009e48;
}
.page-index #recruit .ctn.show h3,
.page-index #recruit .ctn.show p,
.page-index #recruit .ctn.show ul,
.page-index #recruit .ctn.show .btn-more div {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #recruit .scroll a {
  color: #fff;
}
.page-index #recruit .scroll a::after {
  background: #fff;
}
.page-index #online {
  position: relative;
  background: url("../../img/index/bg-online.webp") no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}
.page-index #online.show {
  opacity: 1;
}
.page-index #online .inner-sct {
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-index #online .ttl.show h2 span:after {
  -webkit-animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: ttl-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-index #online .ctn {
  position: relative;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-index #online .ctn .inner {
  position: relative;
  width: 40%;
  max-width: 580px;
  padding: 60px 0;
  padding-left: 40px;
}
.page-index #online .ctn .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, #005daa, #007e78, #009e48);
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-index #online .ctn p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15rem;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 0;
}
.page-index #online .ctn .btn-more {
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.page-index #online .ctn .btn-more div {
  border: solid 1px #fff;
  -webkit-transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.page-index #online .ctn .btn-more div a {
  color: #fff;
}
.page-index #online .btn-more div a svg {
  fill: #fff;
}
.page-index #online .btn-more div a:hover {
  color: #009e48;
}
.page-index #online .btn-more div a:hover svg {
  fill: #009e48;
}
.page-index #online .ctn.show .inner {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-index #online .ctn.show .inner:after {
  width: 100%;
}
.page-index #online .ctn.show .inner p {
  opacity: 1;
}
.page-index #online .ctn.show .btn-more div {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-index #online .scroll a {
  color: #fff;
}
.page-index #online .scroll a::after {
  background: #fff;
}
.page-index #links {
  position: relative;
}
.page-index #links .inner {
  width: 100%;
}
.page-index #links ul {
  font-size: 0;
  text-align: center;
}
.page-index #links ul li {
  display: inline-block;
  width: 50%;
}
.page-index #links ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 400px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page-index #links ul li:nth-child(1) a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-index #links ul li:nth-child(2) a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-index #links ul li:nth-child(3) a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-index #links ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-index #links ul li:nth-child(1) a:after {
  background: url("../../img/index/aside-1.webp") no-repeat 50% 50%/cover;
}
.page-index #links ul li:nth-child(2) a:after {
  background: url("../../img/index/aside-2.webp") no-repeat 50% 50%/cover;
}
.page-index #links ul li:nth-child(3) a:after {
  background: url("../../img/index/aside-3.webp") no-repeat 50% 50%/cover;
}
.page-index #links ul li a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
  opacity: 0.8;
}
.page-index #links ul li a dl {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.page-index #links ul li a dl dt {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.page-index #links ul li a dl dt span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.page-index #links ul li a dl dt svg {
  display: inline-block;
  width: 23px;
  vertical-align: middle;
  fill: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.page-index #links ul li a dl dd {
  display: none;
}
.page-index #links ul li a dl dd img {
  width: 100%;
}
.page-index #links ul.show li a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page-index #ft .copyright {
  background: #FFF;
}
@media (max-width: 1201px) {
  .page-index .ttl div p {
    font-size: 1.8vw;
  }
  .page-index .ttl div p::after {
    height: 3vw;
  }
  .page-index #article .btn-more div {
    width: 120px;
    height: 120px;
  }
  .page-index #kv {
    padding-top: 120px;
  }
  .page-index #kv:before {
    width: 120px;
    height: 200px;
  }
  .page-index #kv:after {
    width: 160px;
    height: 400px;
  }
  .page-index #kv .ctn {
    padding: 160px 160px 0;
  }
  .page-index #kv .ctn p {
    font-size: 2.1vw;
  }
  .page-index #kv .pattern1-L {
    width: 120px;
  }
  .page-index #kv .pattern1-R {
    width: 160px;
  }
  .page-index #kv .pattern1-L div {
    background-size: auto 200px;
  }
  .page-index #kv .pattern1-R div {
    background-size: auto 400px;
  }
  .page-index #business .ctn {
    padding-bottom: 120px;
  }
  .page-index #business .pc-show ul li dl dt {
    margin-bottom: 20px;
  }
  .page-index #business .pc-show ul li dl dd.tit {
    font-size: 1.85vw;
  }
  .page-index #business .pc-show ul li dl dd.txt {
    font-size: 1.25vw;
  }
  .page-index #business .btn-more {
    bottom: 10vw;
  }
  .page-index #tech .ctn .ctn-inner {
    padding: 25vw 0;
  }
  .page-index #tech .ctn .btn-more {
    bottom: 10vw;
  }
  .page-index #tech .ctn p {
    font-size: 1.78vw;
  }
  .page-index #tech .ctn ul li {
    width: 18%;
    font-size: 1.6vw;
  }
  .page-index #links ul li:nth-child(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .page-index #links ul li a {
    height: 80vh;
  }
  .page-index #links ul li a dl dt {
    font-size: 2.2vw;
  }
}
@media (max-width: 768px) {
  .page-index .ttl {
    position: relative;
    left: auto;
    top: auto;
    width: 86%;
    margin: 0 auto;
    overflow: visible;
  }
  .page-index .ttl div {
    padding: 2px 32px;
  }
  .page-index .ttl div::before {
    left: 20px;
  }
  .page-index .ttl h2 span::after {
    height: 3.17em;
  }
  .page-index .ttl h2 span svg {
    margin-top: 0px;
  }
  .page-index #article .wrap .btn-more div {
    width: 72%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    border-radius: 0px;
  }
  .page-index #article .wrap .btn-more div a {
    padding: 8px 0;
    border-radius: 0px;
  }
  .page-index #article .wrap .btn-more div a::after {
    content: none;
  }
  .page-index #article .wrap .btn-more div a:hover, .page-index #article .wrap .btn-more div a:active {
    background: #005daa;
  }
  .page-index #article .wrap .btn-more div a span {
    display: inline-block;
    width: auto;
    margin-right: 12px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    vertical-align: middle;
  }
  .page-index #article .wrap .btn-more div a svg {
    display: inline-block;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0%) translateY(-2px);
            transform: translateX(0%) translateY(-2px);
    vertical-align: middle;
  }
  .page-index #article .wrap .btn-more div a br {
    display: none;
  }
  .page-index #article .wrap .btn-more div a em {
    display: none;
  }
  .page-index ul#js-pager {
    display: none;
  }
  .page-index .bloc #kv {
    height: auto;
    padding-top: 0vw;
  }
  .page-index .bloc #kv:before {
    top: 30%;
  }
  .page-index .bloc #kv:after {
    top: 8%;
  }
  .page-index .bloc #kv .bg {
    background: none;
  }
  .page-index .bloc #kv .inner-kv {
    padding: 0;
    z-index: 1;
  }
  .page-index .bloc #kv h1.pc {
    display: none;
  }
  .page-index .bloc #kv .ctn {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 24vw 100px 0;
  }
  .page-index .bloc #kv .ctn p img.pc {
    display: none;
  }
  .page-index .bloc #kv .ctn p img.sp {
    position: relative;
    display: block;
    width: 32%;
    -webkit-transition: 0.8s linear 0.8s;
    transition: 0.8s linear 0.8s;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  .page-index .bloc #kv .sp-show {
    display: block;
  }
  .page-index .bloc #kv .sp-show .txt {
    padding: 10vw 0;
  }
  .page-index .bloc #kv .sp-show .txt h1 {
    text-align: center;
    opacity: 0;
    -webkit-transition: 1.2s linear;
    transition: 1.2s linear;
  }
  .page-index .bloc #kv .sp-show .txt h1 img {
    width: 70%;
  }
  .page-index .bloc #kv .pattern1-L,
  .page-index .bloc #kv .pattern1-R {
    z-index: 2;
  }
  .page-index .bloc #kv .pattern1-L div {
    background-position: 100% 40%;
  }
  .page-index .bloc #kv .pattern1-R div {
    background-position: 100% 12%;
  }
  .page-index .bloc #kv .sp-show .txt.show h1 {
    opacity: 1;
  }
  .page-index .bloc #kv.show .ctn p img.sp {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .page-index .bloc #about {
    background: url("../../img/index/bg-about-sp.webp") no-repeat 50% 50%/cover;
  }
  .page-index .bloc #about:after {
    top: -180px;
    height: 460px;
  }
  .page-index .bloc #about .inner-sct {
    display: block;
  }
  .page-index .bloc #about .ctn {
    height: auto;
  }
  .page-index .bloc #about .ctn .ctn-inner {
    padding: 0px;
  }
  .page-index .bloc #about .read {
    padding: 0px;
    margin-bottom: 40px;
  }
  .page-index .bloc #about .read .txt-1 {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .page-index .bloc #about .read p {
    font-size: min(3.8647342995vw, 16px);
    margin-bottom: 30px;
  }
  .page-index .bloc #about .read dl {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .page-index .bloc #about .read dd {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-index .bloc #about .read .txt-2 {
    padding-left: 30px;
  }
  .page-index .bloc #about .news {
    padding: 28px 30px;
  }
  .page-index .bloc #about .news .news-tit {
    margin-bottom: 10px;
  }
  .page-index .bloc #about .news-list li a {
    padding: 8px 0;
    font-size: min(3.3816425121vw, 14px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
    position: relative;
  }
  .page-index .bloc #about .news-list li a span.label {
    width: 6em;
    height: 1.62em;
    margin: 0 0.5em;
  }
  .page-index .bloc #about .news-list li a span.text {
    width: 100%;
    padding-top: 2px;
  }
  .page-index .bloc #about .news-list li a::after {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    aspect-ratio: 1/1;
    width: 1em;
    color: currentColor;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background: #000;
    -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    display: inline-block;
    aspect-ratio: 16/23;
    width: 0.689em;
    background-color: #fff;
  }
  .page-index .bloc #about .news-list li a:hover {
    background-color: transparent;
  }
  .page-index .bloc #about .news-list li a:hoverspan.text {
    padding-right: 15px;
  }
  .page-index .bloc #about .news .news-ctn ul li {
    margin-bottom: 20px;
    padding-left: 300px;
    font-size: 16px;
  }
  .page-index .bloc #about .news .news-ctn ul li span.tag {
    left: 120px;
  }
  .page-index .bloc #about .read .btn-more {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .page-index .bloc #about .read .btn-more div {
    width: 210px;
    background: #fff;
    color: #005daa;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-index .bloc #about .read .btn-more div a {
    border: none;
    color: #005daa;
  }
  .page-index .bloc #about .read .btn-more div a svg {
    fill: #005daa;
  }
  .page-index .bloc #about .read .btn-more div a:hover, .page-index .bloc #about .read .btn-more div a:active {
    color: #fff;
  }
  .page-index .bloc #about .read .btn-more div a:hover svg, .page-index .bloc #about .read .btn-more div a:active svg {
    fill: #fff;
  }
  .page-index .bloc #about .ctn.show .btn-more div {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .page-index .bloc #about .pattern2 {
    top: -180px;
  }
  .page-index #business .inner-sct {
    min-height: auto;
    padding-bottom: 80px;
  }
  .page-index #business .ttl {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
  }
  .page-index #business .ttl h2 {
    width: 86%;
    margin: 0 auto 10px;
  }
  .page-index #business .ttl h2 svg {
    fill: #4b4b4b;
  }
  .page-index #business .ttl div {
    width: 86%;
    margin: 0 auto;
  }
  .page-index #business .ttl div:before {
    background: #4b4b4b;
  }
  .page-index #business .ttl div p {
    color: rgba(77, 77, 77, 0);
  }
  .page-index #business .ttl.show div p {
    color: rgb(77, 77, 77);
  }
  .page-index #business .ctn {
    height: auto !important;
    padding-bottom: 40px;
  }
  .page-index #business .pc-show {
    display: none;
  }
  .page-index #business .sp-show {
    display: block;
    margin: 0 auto 40px;
  }
  .page-index #business .sp-show a {
    display: block;
    width: 100%;
    color: #4d4d4d;
    text-decoration: none;
  }
  .page-index #business .sp-show a dl {
    position: relative;
    width: 100%;
  }
  .page-index #business .sp-show a dl dt {
    margin-bottom: -15px;
  }
  .page-index #business .sp-show a dl dt img {
    width: 100%;
  }
  .page-index #business .sp-show a dl dd {
    position: relative;
    width: 50%;
    max-width: 320px;
    margin: 0 auto;
    letter-spacing: 0.05rem;
  }
  .page-index #business .sp-show a dl dd.wide {
    width: 65%;
    max-width: 320px;
  }
  .page-index #business .sp-show a dl dd.tit {
    position: relative;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .page-index #business .sp-show a dl dd.tit svg {
    display: block;
    width: 20px;
    height: 20px;
    right: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .page-index #business .sp-show a dl dd.tit svg polygon {
    fill: #4d4d4d;
  }
  .page-index #business .sp-show a dl dd.tit svg circle {
    fill: none;
    stroke: #4d4d4d;
  }
  .page-index #business .sp-show a dl dd.txt {
    padding-top: 20px;
    border-top: solid 1px #4d4d4d;
    font-size: 18px;
    text-align: justify;
  }
  .page-index #business .btn-more {
    bottom: 0vw;
  }
  .page-index #business .btn-more div {
    border: solid 1px #fff;
  }
  .page-index #business .btn-more div a {
    background: #fff;
    color: #005daa;
  }
  .page-index #business .btn-more div a svg {
    fill: #005daa;
  }
  .page-index #business .btn-more div a:hover, .page-index #business .btn-more div a:active {
    color: #fff;
    background: #005daa;
  }
  .page-index #business .btn-more div a:hover svg, .page-index #business .btn-more div a:active svg {
    fill: #fff;
  }
  .page-index #tech {
    background: url("../../img/index/bg-tech-sp.webp") no-repeat 50% 50%/cover;
  }
  .page-index #tech .inner-sct {
    display: block;
    min-height: auto;
    height: auto;
    padding: 150px 0;
  }
  .page-index #tech .ctn .ctn-inner {
    padding: 40px 0;
  }
  .page-index #tech .ctn .btn-more {
    bottom: 10vw;
  }
  .page-index #tech .ctn .btn-more div {
    border: solid 1px #fff;
  }
  .page-index #tech .ctn .btn-more div a {
    background: #fff;
    color: #005daa;
  }
  .page-index #tech .ctn .btn-more div a svg {
    fill: #005daa;
  }
  .page-index #tech .ctn .btn-more div a:hover, .page-index #tech .ctn .btn-more div a:active {
    color: #fff;
    background: #005daa;
  }
  .page-index #tech .ctn .btn-more div a:hover svg, .page-index #tech .ctn .btn-more div a:active svg {
    fill: #fff;
  }
  .page-index #tech .ctn p {
    font-size: 2.8vw;
    font-weight: 400;
  }
  .page-index #tech .ctn p span {
    display: block;
  }
  .page-index #tech .ctn ul {
    display: block;
  }
  .page-index #tech .ctn ul li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-index #tech .ctn ul li:last-child {
    margin-bottom: 0px;
  }
  .page-index #tech .ctn ul li a {
    padding: 30px 0;
  }
  .page-index #tech .ctn ul li a svg.pc {
    display: none;
  }
  .page-index #tech .ctn ul li a svg.sp {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-index #tech .ctn ul li a svg.sp polygon {
    fill: #005daa;
  }
  .page-index #tech .ctn ul li a svg.sp circle {
    fill: none;
    stroke: #005daa;
  }
  .page-index #tech .ctn ul li a span {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .page-index #tech .ctn ul li a svg {
    width: 20px;
    left: auto;
    bottom: auto;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
            transform: translate(0, -55%);
  }
  .page-index #recruit {
    background: url("../../img/index/bg-recruit-sp.webp") no-repeat 50% 0%/cover;
  }
  .page-index #recruit .inner-sct {
    min-height: auto;
    height: auto;
    padding: 150px 0;
  }
  .page-index #recruit .ttl {
    margin-bottom: 150px;
  }
  .page-index #recruit .ctn {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin: 0 auto;
    padding: 50px 0;
    background: rgba(0, 93, 170, 0.7);
  }
  .page-index #recruit .ctn .ctn-inner {
    padding-top: 0%;
  }
  .page-index #recruit .ctn h3,
  .page-index #recruit .ctn p {
    display: inline-block;
  }
  .page-index #recruit .ctn h3 span,
  .page-index #recruit .ctn p span {
    display: block;
  }
  .page-index #recruit .ctn ul {
    display: block;
    margin-bottom: 80px;
  }
  .page-index #recruit .ctn ul li {
    width: 72%;
    max-width: 280px;
    margin: 0 auto;
  }
  .page-index #recruit .ctn ul li:first-child {
    margin-bottom: 30px;
  }
  .page-index #recruit .ctn ul li dl dt {
    background: none;
    border: solid 1px #fff;
    color: #fff;
  }
  .page-index #recruit .btn-more div a {
    border: none;
    background: #fff;
    color: #005daa;
  }
  .page-index #recruit .btn-more div a span {
    padding-left: 0%;
  }
  .page-index #recruit .btn-more div a svg {
    fill: #005daa;
  }
  .page-index #recruit .btn-more div a:hover, .page-index #recruit .btn-more div a:active {
    background: #005daa;
    color: #fff;
  }
  .page-index #recruit .btn-more div a:hover svg, .page-index #recruit .btn-more div a:active svg {
    fill: #fff;
  }
  .page-index #article #online {
    background: url("../../img/index/bg-online-sp.webp") no-repeat 50% 100%/100% auto;
  }
  .page-index #article #online .inner-sct {
    min-height: auto;
    height: auto;
    padding: 150px 0 130vw;
  }
  .page-index #article #online .ttl {
    margin-bottom: 40px;
  }
  .page-index #article #online .ttl h2 svg {
    fill: #4b4b4b;
  }
  .page-index #article #online .ttl div:before {
    background: #4b4b4b;
  }
  .page-index #article #online .ttl div p {
    color: rgba(77, 77, 77, 0);
  }
  .page-index #article #online .ttl.show div p {
    color: rgb(77, 77, 77);
  }
  .page-index #article #online .ctn {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }
  .page-index #article #online .ctn .inner {
    width: 86%;
    margin: 0 auto;
    padding: 0;
  }
  .page-index #article #online .ctn .inner:after {
    content: none;
  }
  .page-index #article #online .ctn p {
    margin-bottom: 30px;
    display: inline-block;
    color: #4d4d4d;
    font-size: 2.4vw;
    text-align: left;
  }
  .page-index #article #online .ctn .btn-more {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin: 0 auto;
  }
  .page-index #article #online .ctn .btn-more div {
    background: #005daa;
    border: solid 1px #005daa;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-index #article #online .btn-more div a svg {
    fill: #fff;
  }
  .page-index #article #online .btn-more div a:hover, .page-index #article #online .btn-more div a:active {
    background: #fff;
    color: #005daa;
  }
  .page-index #article #online .btn-more div a:hover svg, .page-index #article #online .btn-more div a:active svg {
    fill: #005daa;
  }
  .page-index #article #online .btn-more div a:hover:after, .page-index #article #online .btn-more div a:active:after {
    background: #fff;
  }
  .page-index #article #online .ctn.show .btn-more div {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .page-index #links ul li {
    display: block;
    width: 100%;
  }
  .page-index #links ul li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .page-index #links ul li a {
    height: auto;
  }
  .page-index #links ul li a:after {
    content: none;
  }
  .page-index #links ul li a dl {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .page-index #links ul li a dl dt {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-index #links ul li a dl dd {
    display: block;
  }
}
@media (max-width: 481px) {
  .page-index .ttl h2 span::after {
    top: 0em;
    height: 2em;
  }
  .page-index .ttl div {
    padding: 0px 20px;
  }
  .page-index .ttl div::before {
    left: 12px;
  }
  .page-index .ttl div p {
    font-size: 12px;
  }
  .page-index .ttl div p::after {
    height: 18px;
  }
  .page-index #article .wrap .bloc .btn-more div {
    max-width: 168px;
  }
  .page-index #article .wrap .bloc .btn-more div a {
    padding: 4px 0;
    font-size: 13px;
    letter-spacing: 0.12rem;
  }
  .page-index #article .wrap .bloc .btn-more div a span {
    margin-right: 6px;
  }
  .page-index #article .wrap .bloc .btn-more div a svg {
    width: 18px;
  }
  .page-index #article .bloc #kv:before {
    width: 80px;
    height: 120px;
  }
  .page-index #article .bloc #kv:after {
    width: 90px;
    height: 200px;
  }
  .page-index #article .bloc #kv .ctn {
    padding: 21.8vw 60px 0;
  }
  .page-index #article .bloc #kv .ctn p {
    font-size: 14px;
  }
  .page-index #article .bloc #kv .sp-show .txt {
    padding: 18vw 0;
  }
  .page-index #article .bloc #kv .bg .pattern1-L {
    width: 80px;
  }
  .page-index #article .bloc #kv .bg .pattern1-L div {
    background-size: auto 120px;
  }
  .page-index #article .bloc #kv .bg .pattern1-R {
    width: 90px;
  }
  .page-index #article .bloc #kv .bg .pattern1-R div {
    background-size: auto 180px;
  }
  .page-index #article .bloc #about:after {
    height: 240px;
  }
  .page-index #article .bloc #about .inner-sct {
    padding: 60px 0 0;
  }
  .page-index #article .bloc #about .read .inner {
    width: 100%;
    padding-left: 30px;
  }
  .page-index #article .bloc #about .read .txt-1 {
    margin-bottom: 18px;
  }
  .page-index #article .bloc #about .read p {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 0.05rem;
    line-height: 2.5;
  }
  .page-index #article .bloc #about .read dl {
    margin-bottom: 18px;
  }
  .page-index #article .bloc #about .read dl dt {
    width: 18vw;
    font-size: 12px;
  }
  .page-index #article .bloc #about .read dl dd {
    padding-left: 15px;
    font-size: 11px;
    letter-spacing: 0.1rem;
    line-height: 2.5;
  }
  .page-index #article .bloc #about .read .btn-more div {
    width: 120px;
  }
  .page-index #article .bloc #about .news .news-tit {
    padding-bottom: 4px;
  }
  .page-index #article .bloc #about .news .news-tit h3 {
    font-size: 13px;
  }
  .page-index #article .bloc #about .news .news-tit .more {
    top: 0px;
    width: 60px;
  }
  .page-index #article .bloc #about .news .news-tit .more a {
    padding-right: 20px;
    font-size: 12px;
  }
  .page-index #article .bloc #about .news .news-tit .more a:after {
    width: 17px;
    height: 17px;
    border-width: 0.5px;
    top: 0;
  }
  .page-index #article .bloc #about .news .news-tit .more a svg {
    right: 3px;
    width: 11px;
  }
  .page-index #article .bloc #about .news .news-ctn {
    padding-top: 20px;
  }
  .page-index #article .bloc #about .news .news-ctn ul li {
    margin-bottom: 20px;
    padding-left: 58px;
    font-size: 11px;
  }
  .page-index #article .bloc #about .news .news-ctn ul li time {
    top: 0px;
  }
  .page-index #article .bloc #about .news .news-ctn ul li time span.mmdd {
    display: block;
  }
  .page-index #article .bloc #about .news .news-ctn ul li span.tag {
    width: 80px;
    margin-bottom: 8px;
    padding: 0px;
  }
  .page-index #business .ttl {
    top: 50px;
  }
  .page-index #business .sp-show a dl dd {
    width: 46%;
  }
  .page-index #business .sp-show a dl dd.tit {
    font-size: 20px;
  }
  .page-index #business .sp-show a dl dd.tit:after {
    width: 17px;
    height: 17px;
    border-width: 0.5px;
    top: 2px;
  }
  .page-index #business .sp-show a dl dd.txt {
    padding-top: 12px;
    font-size: 13px;
  }
  .page-index #business .sp-show a dl dd.wide {
    width: 68%;
  }
  .page-index #business .sp-show a dl dd.mid {
    width: 50%;
  }
  .page-index #business .slick-dots li {
    width: 12px;
    margin: 0 2px;
  }
  .page-index #business .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .page-index #business .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  .page-index #business .btn-more div {
    max-width: 120px;
  }
  .page-index #tech .inner-sct {
    padding: 60px 0 120px;
  }
  .page-index #tech .ctn .ctn-inner {
    padding: 30px 0;
  }
  .page-index #tech .ctn .btn-more {
    bottom: 20vw;
  }
  .page-index #tech .ctn p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
  .page-index #tech .ctn ul li {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
  }
  .page-index #tech .ctn ul li a {
    padding: 24px 0;
  }
  .page-index #tech .ctn ul li a svg.sp {
    right: 15px;
    width: 18px;
  }
  .page-index #recruit .inner-sct {
    padding: 60px 0 100px;
  }
  .page-index #recruit .ttl {
    margin-bottom: 100px;
  }
  .page-index #recruit .ctn {
    padding: 21px 0 35px;
  }
  .page-index #recruit .ctn h3 {
    font-size: 18px;
    line-height: 1.72;
  }
  .page-index #recruit .ctn p {
    margin-bottom: 30px;
    font-size: 10px;
    font-weight: 700;
  }
  .page-index #recruit .ctn ul {
    margin-bottom: 50px;
  }
  .page-index #recruit .ctn ul li {
    max-width: 172px;
  }
  .page-index #recruit .ctn ul li:first-child {
    margin-bottom: 20px;
  }
  .page-index #recruit .ctn ul li dl dt {
    margin-bottom: 8px;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 700;
  }
  .page-index #recruit .ctn ul li dl dd {
    font-size: 20px;
    font-weight: 700;
  }
  .page-index #recruit .ctn ul li dl dd em,
  .page-index #recruit .ctn ul li dl dd span {
    font-size: 30px;
  }
  .page-index #recruit .btn-more div {
    width: 172px;
  }
  .page-index #article .wrap .bloc #online .inner-sct {
    padding: 35px 0 125vw;
  }
  .page-index #article .wrap .bloc #online .ttl div p {
    letter-spacing: 0.125rem;
  }
  .page-index #article .wrap .bloc #online .ctn p {
    font-size: 15px;
  }
  .page-index #links ul li a dl dt {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .page-index .btn-more div a:hover svg {
    -webkit-animation: 0.4s arw1 linear;
            animation: 0.4s arw1 linear;
    fill: #009e48;
  }
  .page-index #about .news .news-tit .more a:hover svg {
    -webkit-animation: 0.4s arw2 linear;
            animation: 0.4s arw2 linear;
  }
  .page-index #business .pc-show ul li a:hover {
    opacity: 0.8;
    background-size: 105% auto;
    background-position: 50% -8%;
  }
  .page-index #business .pc-show ul li a:hover dl dd.tit svg {
    -webkit-animation: 0.4s arw2 linear;
            animation: 0.4s arw2 linear;
  }
  .page-index #tech .ctn ul li a:hover svg.pc {
    -webkit-animation: 0.4s arw1 linear;
            animation: 0.4s arw1 linear;
  }
}
@media (max-width: 1401px) {
  .page-index .bloc .btn-more div {
    width: 135px;
    height: 135px;
  }
  .page-index .bloc .btn-more div a {
    font-size: 16px;
  }
  .page-index #business .btn-more {
    bottom: 4vw;
  }
  .page-index #tech .btn-more {
    bottom: 4vw;
  }
  .page-index #online .ctn p {
    font-size: 1.38vw;
  }
  .page-index #online .ctn .btn-more {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-index #kv {
    padding-top: var(--nkb-header, 48px);
  }
}
@media (max-width: 1001px) {
  .page-index #kv {
    padding-top: 12.5vw;
  }
  .page-index #about .read p {
    font-size: 1.8vw;
  }
  .page-index #about .read dl dt {
    padding-right: 4vw;
    font-size: 2.1vw;
  }
  .page-index #about .read dl dd {
    padding-left: 4vw;
    font-size: 1.85vw;
  }
  .page-index #about .read .btn-more {
    right: -120px;
  }
  .page-index #about .news .news-ctn ul {
    padding-left: 0px;
  }
  .page-index #online .ctn .inner {
    width: 45%;
    padding: 50px 0;
    padding-left: 20px;
  }
}
@media (max-width: 641px) {
  .page-index .wrap .bloc #kv:before {
    width: 120px;
    height: 180px;
  }
  .page-index .wrap .bloc #kv:after {
    width: 140px;
    height: 300px;
  }
  .page-index .wrap .bloc #kv .sp .txt h1 img.sp {
    display: block;
    width: 80%;
  }
  .page-index .wrap .bloc #kv .pattern1-L {
    width: 100px;
  }
  .page-index .wrap .bloc #kv .pattern1-R {
    width: 140px;
  }
  .page-index .wrap .bloc #kv .pattern1-L div {
    background-size: auto 180px;
  }
  .page-index .wrap .bloc #kv .pattern1-R div {
    background-size: auto 300px;
  }
  .page-index .wrap .bloc #about:after {
    top: -100px;
    height: 360px;
  }
  .page-index .wrap .bloc #about .read {
    margin: 0 auto 60px;
    padding-top: 60px;
  }
  .page-index .wrap .bloc #about .read .txt-1 {
    margin-bottom: 12px;
  }
  .page-index .wrap .bloc #about .read p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
  .page-index .wrap .bloc #about .read p span {
    display: block;
  }
  .page-index .wrap .bloc #about .read dl {
    margin-bottom: 12px;
  }
  .page-index .wrap .bloc #about .read dl dt {
    font-size: 18px;
  }
  .page-index .wrap .bloc #about .read dl dd {
    font-size: 16px;
  }
  .page-index .wrap .bloc #about .news .news-tit .more a:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -2px;
  }
  .page-index .wrap .bloc #about .news .news-tit .more a svg {
    width: 18px;
  }
  .page-index .wrap .bloc #about .news .news-ctn ul li {
    padding-left: 120px;
  }
  .page-index .wrap .bloc #about .news .news-ctn ul li time {
    top: 4px;
  }
  .page-index .wrap .bloc #about .news .news-ctn ul li span.tag {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-bottom: 10px;
  }
  .page-index .wrap .bloc #about .pattern2 {
    top: -100px;
  }
}
@media (max-width: 1601px) {
  .page-index #about .read {
    max-width: 1080px;
  }
  .page-index #about .read p {
    font-size: 1.2vw;
  }
  .page-index #about .read dl dt {
    font-size: 1.3vw;
  }
  .page-index #about .read dl dd {
    font-size: 1.2vw;
  }
  .page-index #about .news .news-ctn ul li {
    font-size: 1.2vw;
  }
}
/*# sourceMappingURL=index.css.map */