@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) scale(var(--s)) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  50% {
    transform: translateY(-300px) translateX(calc(var(--x) * 0.5)) rotate(180deg);
  }

  100% {
    transform: translateY(-800px) translateX(var(--x)) scale(var(--s)) rotate(360deg);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.common-section .inner {
  max-width: 1200px;
  margin: 0 auto
}

#header {
  background: none;
  border: none
}

.navi li a {
  color: #fff;
  text-shadow: 0px 0px 3px #000
}

.navi li a:after {
  background-color: #fff
}

.navi li.inquiry a {
  text-shadow: none;
  color: #777 !important
}

.navi.addfix2 li a {
  color: #333;
  text-shadow: none
}

.navi.addfix2 li a:after {
  background-color: #1569a8
}

#mainv {
  position: relative;
  background: url('../../img/mainv-bg.png') no-repeat left top;
  width: 100%;
  /* max-width: 1200px; */
  height: 100vh;
  background-size: cover;
  display: table;
  margin: 0 0 0 auto;
}

#mainv::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/img/kv1.png") no-repeat right center / cover;
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

#mainv::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("/img/kv2.png") no-repeat left center / cover;
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

#mainv .text-box {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 20px;
  transform: translateY(-50%);
  text-align: left;
  display: block;
  text-align: left;
  width: 90%;
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

#mainv .text-box img {
  max-width: 550px;
  width: 96%;
}

/* #mainv .mainvsub-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90%;
  right: 0;
  margin: auto;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1111;
  border: 1px solid #fff;
  border-radius: 50%
}

#mainv .mainvsub-scroll:after {
  z-index: 1111;
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 14px;
  top: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
} */

#information {
  margin: 74px 0 0;
  padding: 35px 30px 180px 30px;
  padding-top: 35px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

#information .leaves {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#information .leaves span {
  position: absolute;
  bottom: -50px;
  color: #1569a8;
  font-size: 70px;
  opacity: 0;
  animation: floatUp linear infinite;
}

#information .leaves span:nth-child(3n) {
  color: #1569a8;
  filter: blur(1px);
}

#information .leaves span:nth-child(3n+1) {
  color: #777;
  filter: blur(2px);
  font-size: 50px;
}

#information .leaves span:nth-child(3n+2) {
  color: #5896c5;
  filter: blur(3px);
  font-size: 60px;
}

#information .content {
  position: relative;
  z-index: 1;
}

#information .information-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 35px
}

#information .information-list {
  width: 49%;
  width: calc(100% / 2.1)
}

#information .information-list dd li {
  margin-bottom: 10px
}

#information .information-list dd a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#information .information-list p {
  font-size: 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#information .information-list dd a:before,
#information .information-list dd a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

#information .information-list dd a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5)
}

#information .information-list dd a:hover .date,
#information .information-list dd a:hover .report-title {
  text-decoration: underline
}

#information .information-list .link-box {
  position: relative;
  display: block;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

#information .information-list .link-box .tag-type {
  width: 115px;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #787878;
  color: #fff;
  text-align: center
}

#information .information-list .link-box .tag-type.color1 {
  background: #1569a8;
  clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
}

#information .information-list .link-box .tag-type.color2 {
  background: #ffbc00
}

#information .information-list .link-box .tag-type.color3 {
  background: #1bc7a8
}

#information .information-list .link-box .tag-type.color4 {
  background: #ef717d
}

#information .information-list .link-box .date {
  margin-right: 10px
}

#information .information-list .link-box .report-title {
  display: inline-block
}

#information .information-list .information-list-heading {
  font-weight: bold;
  overflow: hidden;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-left: 13px;
  position: relative;
  font-family: "Iceberg", sans-serif;
}

#information .information-list .information-list-heading::before {
  position: absolute;
  width: 5px;
  height: 70%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #1569a8;
}

#information .information-list .information-list-heading .viewmore-link {
  float: right;
  display: inline-block;
  font-weight: normal;
  border-left: 1px solid #e70d1e;
  font-size: 1.4rem;
  padding-left: 10px;
  line-height: 1.1;
  position: relative;
  padding-right: 25px;
  color: #333;
  margin-top: 7px
}

#information .information-list .information-list-heading .viewmore-link:before,
#information .information-list .information-list-heading .viewmore-link:after {
  position: absolute;
  display: block;
  content: ""
}

#information .information-list .information-list-heading .viewmore-link:before {
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e70d1e
}

#information .information-list .information-list-heading .viewmore-link:after {
  right: 6px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#service {
  padding: 110px 30px 220px 30px;
  background: #ededed;
}

#service .service-box {
  margin-top: 70px;
  /* width: 792px; */
  margin: 30px auto;
  position: relative;
}

/* １番下が１個の時 */
/* #service .service-box::before {
  position: absolute;
  width: 60%;
  height: 33%;
  bottom: 0;
  right: 0;
  content: "SERVICE";
  font-family: "Iceberg", sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 200px;
  background: linear-gradient(90deg, #1569a8, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
} */

/* １番下が２個以上の時 */
#service .service-box::before {
  position: absolute;
  width: 60%;
  height: 33%;
  bottom: -200px;
  right: 0;
  content: "SERVICE";
  font-family: "Iceberg", sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 200px;
  background: linear-gradient(90deg, #1569a8, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

#service .service-list {
  overflow: hidden;
  /* *zoom: 1; */
  margin-left: -24px
}

#service .service-list li {
  float: left;
  border: 1px solid #333;
  box-sizing: border-box;
  margin-left: 24px;
  margin-bottom: 24px;
  width: 384px;
  background: #ededed;
}

#service .service-list li a {
  display: block;
  padding: 15px 15px 10px 15px;
  color: #1569a8;
  text-decoration: none;
  filter: grayscale(100%);
  transition: 0.3s;
}

/* 枠 */
#service .service-list li a .imgBox {
  width: 350px;
  height: 240px;
  overflow: hidden;
}

#service .service-list li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

#service .service-list li a:hover {
  filter: grayscale(0%);
}

#service .service-list li a:hover .imgBox img {
  transform: scale(1.1);
}

/* #service .service-list li a:hover .syousai {
  text-decoration: underline;
  color: #777777;
} */

#service .service-list li .title {
  font-size: 2rem;
  padding-left: 13px;
  position: relative;
}

#service .service-list li .title::before {
  position: absolute;
  width: 5px;
  height: 70%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #1569a8;
}

#service .service-list li .subtitle {
  font-size: 1.2rem;
  color: #777777;
  margin-bottom: 10px
}

#service .service-list li .syousai {
  text-align: left;
  font-size: 1.4rem;
  color: #1569a8;
  position: relative;
  margin-top: 5px
}

#service .service-list li .syousai::before {
  position: absolute;
  content: "";
  left: 94px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #1569a8;
  transition: all 0.3s ease;
}

#service .service-list li a:hover .syousai::before {
  width: 250px;
  height: 1px;
  border: none;
  background: #1569a8;
  transform: translateY(-50%) translateX(5px);
}

#other-page {
  position: relative;
  background: #777777;
  padding: 70px 0;
}

#other-page .inner {
  position: relative;
  /* top: -80px; */
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

#other-page ._heading-var3 .en {
  font-size: 3.2rem
}

#other-page ._heading-var3 .en2 {
  font-size: 50px;
}

#other-page .page-list {
  display: inline-block;
  width: 25%;
  padding: 60px 30px;
  /* background: #fff; */
  color: #fff;
  font-family: "Iceberg", sans-serif;
  text-align: center;
  border: 1px solid #fff;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#other-page .page-list dt {
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

/* #other-page .page-list dt:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #777777
} */

#other-page .page-list:first-child {
  margin-left: 0;
  background: url("/img/buil.png") no-repeat center / 100%;
}

#other-page .page-list:nth-child(2) {
  background: url("/img/contact.png") no-repeat center / 100%;
}

#other-page .page-list:last-child {
  margin-left: 0;
  background: url("/img/recruit.png") no-repeat center / 100%;
}

#other-page .page-list .icon {
  text-align: center;
  min-height: 67px;
  width: 67px;
  position: relative;
  margin: 45px auto 0;
}

#other-page .page-list .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

#other-page .page-list:hover {
  background: #fff;
}

#other-page .page-list:hover dt {
  color: #777777
}

#other-page .page-list:hover:first-child {
  margin-left: 0;
  background: url("/img/buill2.png") no-repeat center / 110%;
  background-color: #fff;
}

#other-page .page-list:hover:nth-child(2) {
  background: url("/img/contact2.png") no-repeat center / 110%;
  background-color: #fff;
}

#other-page .page-list:hover:last-child {
  margin-left: 0;
  background: url("/img/recruit2.png") no-repeat center / 110%;
  background-color: #fff;
}


#other-page .page-list:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media screen and (max-width: 890px) {
  .common-section .inner {
    width: auto;
    margin: 0 auto
  }

  #mainv {
    min-width: auto;
    padding-top: 0;
    height: 45vh;
  }

  #mainv .text-box {
    left: 0;
    width: 100%;
    text-align: center;
  }

  #mainv .text-box img {
    width: 80%;
  }

  #mainv .mainv-text1 {
    font-size: 3.6rem;
    padding: 0 15px;
    margin-bottom: 15px
  }

  #mainv .mainv-text2 {
    font-size: 2rem;
    padding: 0 15px
  }


  /* #mainv .mainvsub-scroll {
    display: none
  } */

  .navi .addfix2 li a {
    color: #fff
  }

  #service {
    padding: 60px 0;
  }

  #information {
    margin: 0;
    padding: 60px 0;
  }

  #information .leaves span {
    position: absolute;
    bottom: -50px;
    color: #1569a8;
    font-size: 50px;
    opacity: 0;
    animation: floatUp linear infinite;
  }

  #information .leaves span:nth-child(3n+1) {
    color: #777;
    filter: blur(2px);
    font-size: 30px;
  }

  #information .leaves span:nth-child(3n+2) {
    color: #5896c5;
    filter: blur(3px);
    font-size: 40px;
  }

  #information .information-box {
    margin-top: 10px
  }

  #information .inner {
    padding-right: 15px;
    padding-left: 15px
  }

  #information .information-list {
    width: 100%;
    margin-bottom: 25px
  }

  #information .information-list .link-box {
    font-size: 1.2rem
  }

  #information .information-list .link-box .tag-type {
    font-size: 1.2rem;
    margin: 0 10px 0 0
  }

  #information .information-list .link-box:before,
  #information .information-list .link-box:after {
    right: 15px
  }

  #service .inner {
    margin: auto 15px
  }

  #service .service-list {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #service .service-list li {
    width: 100%;
    height: 100%;
    margin-left: 0;
    /* min-height: 280px; */
    margin-bottom: 20px
  }

  #service .service-list li a {
    filter: unset;
  }

  #service .service-list li a .imgBox {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #service .service-list li .subtitle {
    min-height: 30px
  }

  #service .service-list li .title {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 29px
  }

  #service .service-list li .syousai {
    font-size: 1.2rem
  }

  #service .service-list li .syousai:before {
    left: 83px;
    top: 55%;
  }

  /* #other-page {
    margin-top: 40px
  } */

  #other-page ._heading-var3 .en {
    font-size: 1.6rem
  }

  #other-page .inner {
    flex-direction: column;
    width: 95%;
  }

  #other-page .page-list {
    display: table-cell;
    height: 95px;
    padding: 20px 0;
    width: auto
  }

  #other-page .page-list .icon img {
    width: 37px;
    height: 37px;
    object-fit: contain;
  }

  #service .service-box {
    width: auto;
  }

  #service .service-box::before {
    display: none;
  }
}