/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  width: 100%;
  height: 100svh;
  background-image: url(../images/mv-bgimg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  #main-visual {
    background-attachment: scroll;
  }
}
#main-visual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2174e4;
  opacity: 0.6;
}
#main-visual .mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-visual .mv-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner::before {
    margin-left: 10px;
  }
}
#main-visual .mv-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 60px;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner::after {
    margin-bottom: 30px;
  }
}
#main-visual .mv-inner .mv-catch {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch {
    margin-bottom: 60px;
    margin-left: 10px;
  }
}
#main-visual .mv-inner .mv-catch h2 {
  display: flex;
  align-items: flex-end;
}
#main-visual .mv-inner .mv-catch h2 span {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
#main-visual .mv-inner .mv-catch h2 span.__tate {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.4em;
  padding: 0.8em 0.3em 0;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 span.__tate {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 span.__tate {
    font-size: min(6vw, 2em);
  }
}
#main-visual .mv-inner .mv-catch h2 span.__yoko {
  display: block;
  font-size: 3.75rem;
  letter-spacing: 0.2em;
  padding-left: 0.8em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 span.__yoko {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 span.__yoko {
    font-size: min(6vw, 2em);
  }
}
#main-visual .mv-inner .mv-catch p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 9rem;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch p {
    margin-bottom: 5em;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p {
    margin-bottom: -2em;
    font-size: 1em;
  }
}
#main-visual .mv-inner .mv-scroll {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-scroll {
    margin-right: 0;
  }
}
#main-visual .mv-inner .mv-scroll p {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transform-origin: right;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-scroll p {
    font-size: 0.9em;
  }
}
@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#main-visual .mv-inner .mv-scroll::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3px;
  height: 160px;
  background: #2e353a;
  animation: lineAnime 3s cubic-bezier(0.8, 0, 0, 0.8) infinite;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-scroll::after {
    height: 80px;
  }
}

.sec-about .sec-inner {
  margin-left: auto;
}

.sec-business .sec-inner {
  flex-direction: row-reverse;
}
.sec-business .sec-inner .txt-wrap {
  z-index: 2;
  width: 47.8125rem;
  background-color: #fff;
  padding-left: 7.5rem;
  padding-bottom: 12.5rem;
  margin-bottom: 5rem;
  margin-top: -4px;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap {
    width: 40em;
    margin: 0 auto;
    padding: 60px 0;
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-business .sec-inner .txt-wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .txt-wrap {
    width: 100%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap .__deco-corner.__righttop {
    margin-right: 0;
  }
}
.sec-business .sec-inner .txt-wrap .__deco-corner.__leftbottom {
  margin-bottom: 7.5rem;
  margin-left: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap .__deco-corner.__leftbottom {
    margin-bottom: 0;
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-business .sec-inner .txt-wrap .__deco-corner.__leftbottom {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .txt-wrap .__deco-corner.__leftbottom {
    margin-left: 24px;
  }
}
.sec-business .sec-inner .img-wrap {
  width: calc(100% - 40.3125rem);
  margin-right: -15rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .img-wrap {
    width: 100%;
    margin-right: 0;
  }
}

.sec-strength {
  color: #fff;
  background-color: #255392;
}
.sec-strength .strength-list {
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list {
    margin-top: 0;
  }
}
.sec-strength .strength-list ul .strength-list-item {
  position: relative;
  text-align: center;
  padding: 4em 2em;
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item {
    padding: 2em;
  }
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap.__inview {
  transform: scale(1);
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner {
  position: absolute;
  width: 2em;
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner {
    width: 1.2em;
  }
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner.__righttop {
  top: 0;
  right: 0;
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner.__rightbottom {
  bottom: 0;
  right: 0;
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner.__leftbottom {
  bottom: 0;
  left: 0;
}
.sec-strength .strength-list ul .strength-list-item .deco-wrap .__deco-corner.__lefttop {
  top: 0;
  left: 0;
}
.sec-strength .strength-list ul .strength-list-item .item-ttl p {
  font-size: 1.375em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-ttl p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .item-ttl p {
    font-size: 1.125em;
  }
}
.sec-strength .strength-list ul .strength-list-item .item-ttl h3 {
  font-weight: 900;
  font-size: min(1.875rem, 1.5em);
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-ttl h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .item-ttl h3 {
    font-size: 1.25em;
  }
}
.sec-strength .strength-list ul .strength-list-item .item-txt {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-txt {
    margin-top: 1em;
    padding-top: 1em;
  }
}/*# sourceMappingURL=index.css.map */