@charset "UTF-8";
/* -----------------------------------------
  レスポンシブ
----------------------------------------- */
/* -----------------------------------------
  各変数
----------------------------------------- */
:root {
  --width-cmn: 1240px;
  --mt-xxs: 1.4rem;
  --mt-xs: 2rem;
  --mt-s: 4rem;
  --mt-m: 6rem;
  --mt-l: 8rem;
  --mt-xl: 10rem;
  --mt-xxl: 12rem;
  --color-base: #fff;
  --color-main: #173EA8;
  --color-ac: #173EA8;
  --color-text: #333;
}

.-sec-1:first-child {
  margin-top: 6rem;
}

.-sec-1:not(:first-child) {
  margin-top: 6rem;
}

.-sec-1 .head-2 {
  padding: 3rem 0 4rem;
  background-color: var(--color-base);
  position: relative;
  z-index: 2;
}

.left-border-wrap {
  position: relative;
}

.left-border-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-text);
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (min-width: 561px) {
  .-sec-1:first-child {
    margin-top: 12rem;
  }
  .-sec-1:not(:first-child) {
    margin-top: 12rem;
  }
  .left-border-wrap::before {
    height: 96%;
    left: 12.5%;
  }
}
/* -----------------------
  MV
----------------------- */
.mv-inner {
  height: calc(100vh - 65px);
  position: relative;
}

.mv-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-text-wrap {
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  position: absolute;
  top: 10%;
  right: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.mv-text {
  display: inline-block;
  margin: 2.8rem 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.mv-head {
  font-size: calc(8rem - 2.6vw);
  line-height: 1.4;
}

.mv-logo {
  width: 50%;
  margin: 6rem auto 0;
  z-index: 2;
}

.mv-logo.--sp {
  display: block;
}

.mv-logo.--pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .mv-text-wrap {
    width: auto;
    top: 50%;
    left: auto;
    right: 10vw;
    transform: translateY(-50%);
  }
  .mv-head {
    font-size: 6rem;
    line-height: inherit;
  }
  .mv-text {
    margin: 0 0 0 14vw;
    font-size: 2rem;
  }
  .mv-logo {
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: none;
  }
  .mv-logo.--sp {
    display: none;
  }
  .mv-logo.--pc {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .mv-head {
    font-size: 8rem;
  }
}
.triangle-wrap {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.triangle {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: white;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media screen and (min-width: 1025px) {
  .triangle-wrap {
    width: 30%;
    left: auto;
    right: 0;
    bottom: 0;
    transform: none;
  }
}
/* くの字型矢印 */
.arrow {
  position: relative;
  display: inline-block;
  width: 35.2px;
  height: 9.3px;
  animation: scroll 3.5s infinite;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 20px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  transform: rotate(64deg);
}

.arrow::after {
  transform: rotate(-64deg);
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* -----------------------
  ボーダー枠 anime
----------------------- */
.stroke-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.stroke-text {
  font-size: 1.8rem;
  text-align: center;
}

.stroke-name {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}

.stroke {
  padding: 3.2rem 2rem;
  position: relative;
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}

.stroke .border.top,
.stroke .border.bottom {
  width: 40%;
}

.stroke .border.top {
  border-top: 1px solid var(--color-text);
  right: 0;
  top: 0;
}

.stroke .border.bottom {
  border-bottom: 1px solid var(--color-text);
  left: 0;
  bottom: 0;
}

.stroke .border.right,
.stroke .border.left {
  height: 65%;
}

.stroke .border.right {
  border-right: 1px solid var(--color-text);
  right: 0;
  top: 0;
}

.stroke .border.left {
  border-left: 1px solid var(--color-text);
  left: 0;
  bottom: 0;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 2s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 40%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 65%;
    opacity: 1;
  }
}
@media screen and (min-width: 561px) {
  .stroke {
    padding: 6rem 2rem;
  }
  .stroke-text {
    font-size: 2.8rem;
    text-align: unset;
  }
  .stroke-name {
    margin-top: 3.6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 560px) {
  .stroke.stroke--sp .border {
    border: none;
  }
}
/* -----------------------
  about
----------------------- */
.about-detail {
  margin: 10rem 0 0;
  padding: 2rem;
  position: relative;
}

.about-detail-inner {
  height: 100%;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.6);
}

.about-detail-text {
  padding: 0 2rem;
  height: 100%;
  overflow: auto;
}

.about-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 561px) {
  .about-detail {
    margin: 10rem 0 0;
    padding: 4rem;
  }
  .about-detail-inner {
    padding: 4rem 0;
  }
  .about-detail-text {
    padding: 0 4rem;
  }
}
/* -----------------------
  Service
----------------------- */
.business {
  margin: 6rem 0 0;
  padding: 2rem;
  color: var(--color-base);
  background-color: var(--color-main);
}

.business-head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.business-head-wrap img {
  max-height: 100%;
  position: absolute;
  top: -2rem;
  left: 0;
}

.business-head {
  font-size: 6rem;
}

.business-list {
  display: inline-flex;
  flex-direction: column;
  padding: 1rem 0 2rem;
}

.business-list-col {
  padding: 6px 10px;
  border-bottom: 1px solid var(--color-base);
  position: relative;
}

.business-list-col:not(:first-child) {
  margin-top: 10px;
}

.business-list-col:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: var(--color-base);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 561px) {
  .business {
    display: flex;
    align-items: center;
    margin: 12rem 0 0;
    padding: 0;
  }
  .business-head-wrap {
    width: 40%;
    padding: 2rem 0;
  }
  .business-head-wrap img {
    top: 0;
  }
  .business-head {
    font-size: 6rem;
    writing-mode: vertical-rl;
  }
}
.item {
  display: flex;
  align-items: stretch;
  position: relative;
}

.item-head {
  width: 100%;
  margin-top: -1px;
  padding: 6rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background: var(--color-base);
}

.item-detail {
  width: 100%;
  line-height: 1.8;
  position: static;
  z-index: 1;
}

.item-img {
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.item-img-1 {
  height: 100%;
}

.business-2 .stroke {
  margin: 8rem 0;
  padding: 3rem 3rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.business-2 .stroke-text {
  font-size: inherit;
  font-weight: 400;
  text-align: left;
}

@media screen and (min-width: 561px) {
  .item {
    margin: 10rem 0 0;
  }
  .item-head {
    width: inherit;
    padding: 2rem 0;
    text-align: left;
    background: inherit;
  }
  .item-detail {
    width: 76%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .item-img {
    width: 60%;
    position: static;
  }
  .item-img-1 {
    min-height: 420px;
  }
  .business-2 .stroke {
    margin: inherit;
    padding: 3rem 3rem 6rem;
  }
}
/* ------------------------
  Company
------------------------- */
.company-wrap .head-3 {
  margin: 4rem 0 4rem;
}

.table {
  max-width: 980px;
  margin: 0 auto;
}

.table-title {
  letter-spacing: 0.06em;
}

.table-text {
  flex: 1;
  line-height: 2;
}

.table-title {
  color: #fff;
  background: var(--color-main);
}

.table-title,
.table-text {
  padding: 4vw 16px;
}

@media screen and (min-width: 561px) {
  .company-wrap .head-3 {
    margin: 14rem 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .company-wrap .head-3 {
    margin: 14rem 0 4rem;
  }
  .table-col {
    display: flex;
    flex-wrap: wrap;
    color: var(--color-text);
  }
  .table-col:not(:first-child) {
    border-top: 1px solid var(--color-text);
  }
  .table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    margin: 0 4.8rem 0 0;
    color: inherit;
    background: inherit;
    border-right: 1px solid var(--color-text);
  }
  .table-title,
  .table-text {
    padding: 2rem 0;
  }
}
/* -----------------------
  Office
----------------------- */
.office {
  justify-content: space-between;
  margin-top: 10rem;
}

.office-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vw;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.office-col:not(:first-child) {
  margin-top: 2px;
}

.office-col-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}

.office-col:hover .office-col-bg {
  transform: scale(1.2);
}

.office-col-inner {
  width: 84%;
  max-width: 540px;
  padding: 4rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.office-detail {
  display: inline-block;
  max-width: 600px;
  margin: 1.6rem auto 0;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}

.office-head {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 8px solid #173EA8;
}

.office-address {
  display: flex;
}

.office-address div:last-child {
  flex: 1;
}

@media screen and (min-width: 561px) {
  .office-col {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  .office {
    display: flex;
    margin-top: 20rem;
  }
  .office-col {
    width: 49.8%;
    height: 50vw;
  }
  .office-col:not(:first-child) {
    margin-top: 0;
  }
  .office-col-inner {
    width: 85%;
    max-width: 540px;
    height: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .office-col {
    height: 560px;
  }
  .office-col-inner {
    width: 84%;
    max-width: 540px;
    height: 320px;
  }
}/*# sourceMappingURL=top.css.map */