.fnt-poppins {
  font-family: "Poppins", sans-serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-source {
  font-family: "Source Sans 3", sans-serif;
}

.dis-flex {
  display: flex;
  justify-content: space-between;
}

.blur-fade-in {
  animation-name: blurFadeIn;
}

.slide-Fade-in {
  animation-name: slideFadeIn;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.wrap {
  max-width: 1100px;
  padding: 0px 20px;
}

.dis-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
.ttl {
  font-size: 14px;
  line-height: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
}
.ttl span {
  font-weight: 400 !important;
  font-size: 45px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ttl {
    line-height: 30px;
  }
  .ttl span {
    font-size: 30px;
    line-height: 43px;
    display: inline-block;
  }
}

.txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

#header {
  padding: 78px 0px 0px;
}
#header .key {
  background: #000;
  height: 795px;
  width: 100%;
}
#header .key .video-wrapper {
  width: 100%;
  height: 100%;
}
#header .key video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
}
#header .key .key-logo {
  width: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #header {
    padding: 50px 0px 0px;
  }
  #header .hd-container {
    padding: 12px 10px 15px 20px;
  }
  #header .key {
    height: 221px;
  }
  #header .key .key-logo {
    width: 158px;
  }
}

.footer-n {
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
}
.footer-n .row {
  margin: 0px !important;
  display: flex;
  justify-content: space-between;
}
.footer-n .row .col-md-30 {
  width: 20% !important;
}
.footer-n .row .col-md-30:last-child {
  width: 25% !important;
}
.footer-n ul {
  margin-left: -10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer-n .row {
    flex-wrap: wrap;
  }
  .footer-n .row .col-md-30 {
    width: 30% !important;
  }
  .footer-n .row .col-md-30:last-child {
    width: 35% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-n .row {
    display: block;
  }
  .footer-n .row .col-md-30 {
    width: 100% !important;
    float: unset;
    height: auto;
  }
  .footer-n .row .col-md-30:last-child {
    height: auto !important;
    margin-bottom: 30px;
    width: 100% !important;
  }
  .footer-n .row .col-md-30:last-child a:first-child {
    margin: 0px 0px 0px -15px;
    width: 182px !important;
  }
  .footer-n .row .col-md-30:last-child a:nth-child(2) img {
    margin-left: 12px !important;
  }
}

.hd-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hd-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
  }
  .hamburger {
    position: fixed;
  }
}
.nav-target {
  background: #fff;
}

#sec1 {
  padding: 124px 0px 70px;
  overflow: hidden;
}
#sec1 h2 {
  margin: 0px 0px 0px 95px;
}
#sec1 .sec1-txt {
  font-size: 14px;
  line-height: 29px;
  font-weight: 600;
  margin: 30px 0px 44px 95px;
}
#sec1 .sec1-box {
  position: relative;
  width: 82%;
  margin: 0px auto;
}
#sec1 .sec1-box .sec1-slide1 {
  display: flex;
  flex-wrap: wrap;
}
#sec1 .sec1-box .sec1-slide1 .img1 {
  width: 31%;
  margin: 53px 0px 0px 3%;
}
#sec1 .sec1-box .sec1-slide1 .img2 {
  width: 21%;
  margin: 68px 0px 0px 3%;
}
#sec1 .sec1-box .sec1-slide1 .img3 {
  width: 35%;
  margin: 0px 0px 24px 3%;
}
#sec1 .sec1-box .sec1-slide1 .img4 {
  width: 27%;
  margin: 28px 0px 0px;
}
#sec1 .sec1-box .sec1-slide1 .img5 {
  width: 44%;
  margin: 0px 0px 0px 2%;
}
#sec1 .sec1-box .sec1-slide1 .img6 {
  width: 21%;
  margin: 57px 0px 0px 2%;
}
#sec1 .sec1-box .sec1-slide1 .img7 {
  width: 26%;
  margin: -30px 0px 0px 2%;
}
#sec1 .sec1-box .sec1-slide1 .img8 {
  width: 36%;
  margin: 35px 0px 0px 4%;
}
#sec1 .sec1-box .sec1-slide1 .img9 {
  width: 25%;
  margin: 16px 0px 0px 2%;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 60px 0px 56px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  #sec1 h2 {
    margin: 0px;
  }
  #sec1 .sec1-txt {
    margin: 20px 0px 60px;
  }
  #sec1 .sec1-box {
    margin: 0px -20px 0px;
    width: auto;
  }
  #sec1 .sec1-box .sec1-slide1 .img1 {
    width: 31vw;
    margin: 23px 0px 0px 3vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img2 {
    width: 21vw;
    margin: 29px 0px 0px 3vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img3 {
    width: 35vw;
    margin: 0px 0px 10px 3vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img4 {
    width: 27vw;
    margin: 12px 0px 0px -2vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img5 {
    width: 45vw;
    margin: 0px 0px 0px 4vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img6 {
    width: 21vw;
    margin: 25px 0px 0px 3vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img7 {
    width: 26vw;
    margin: -20px 0px 0px 2vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img8 {
    width: 36vw;
    margin: 15px 0px 0px 4vw;
  }
  #sec1 .sec1-box .sec1-slide1 .img9 {
    width: 25vw;
    margin: 7px 0px 0px 3vw;
  }
}

.remodal-wrapper {
  padding: 0px;
}

.remodal-overlay {
  cursor: pointer;
}

.remodal {
  background: none;
  padding: 40px 4%;
  max-width: 1000px !important;
}
.remodal .remodal-shared {
  width: 100%;
  display: flex;
  align-items: center;
}
.remodal .remodal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
}
.remodal .wrap {
  max-width: 1000px;
}
.remodal .popup-img img {
  max-width: 100%;
  width: auto;
}

#sec2 {
  padding: 0px 0px 65px;
  position: relative;
}
#sec2 h2 {
  margin: 0px 4% 0px 9%;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#sec2 h2 span {
  margin-bottom: 20px;
  display: inline-block;
}
#sec2 .sec2-box {
  width: 72%;
  margin: 0px 7% 0px 0px;
}
#sec2 .sec2-box .sec2-txt {
  width: 88%;
  margin: 40px 0px 43px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
}
#sec2 .sec2-box .sec2-btn a {
  display: block;
  width: 300px;
  line-height: 61px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin: 0px 14% 0px auto;
  transition: all 0.3s;
}
#sec2 .sec2-box .sec2-btn a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}
#sec2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(50% + 390px);
  height: 80%;
  background: #F5F5F7;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 0px 0px 49px;
  }
  #sec2::before {
    width: 95%;
    height: 93%;
  }
  #sec2 h2 {
    margin: 0px 3vw 0px -2vw;
  }
  #sec2 h2 span {
    margin-bottom: 20px;
  }
  #sec2 .sec2-box {
    width: 92%;
    margin: 0px -22px 0px 0px;
  }
  #sec2 .sec2-box .sec2-txt {
    font-size: 14px;
    line-height: 29px;
    margin: 24px 0px 31px;
  }
  #sec2 .sec2-box .sec2-btn a {
    width: 85%;
    margin: 0px;
    line-height: 61px;
  }
}

#sec3 {
  padding: 139px 0px 120px;
}
#sec3 .wrap {
  max-width: 1000px;
}
#sec3 h2 {
  text-align: center;
  margin: 0px 0px 59px;
}
#sec3 ul {
  flex-wrap: wrap;
  gap: 50px;
  width: 80%;
  margin: 0px auto;
}
#sec3 ul li {
  width: 181px;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 96px 0px 120px;
  }
  #sec3 h2 {
    margin: 0px 0px 53px;
  }
  #sec3 ul {
    width: 95%;
    gap: 10px;
  }
  #sec3 ul li {
    width: 47%;
  }
}

#sec4 {
  padding: 24px 0px 143px;
}
#sec4 h2 {
  margin: 0px 0px 60px;
}
#sec4 .wrap {
  max-width: 900px;
}
#sec4 .sec4-list {
  padding-left: 92px;
  position: relative;
}
#sec4 .sec4-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: calc(100% - 33px);
  background: #ccc;
  transform: translateY(-50%);
}
#sec4 .sec4-list dl {
  margin: 0px 0px 82px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  font-weight: 400;
}
#sec4 .sec4-list dl:last-child {
  margin: 0px;
}
#sec4 .sec4-list dl dt {
  width: 160px;
  position: relative;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 47px;
  background: #0E3552;
}
#sec4 .sec4-list dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -78px;
  width: 69px;
  height: 1px;
  border-top: 1px dotted #CCCCCC;
  transform: translateY(-50%);
}
#sec4 .sec4-list dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -92px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../img/company/sec4_icon.png") center/cover;
}
#sec4 .sec4-list dl dd {
  width: calc(100% - 190px);
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 0px 0px 106px;
  }
  #sec4 h2 {
    margin: 0px 0px 24px;
  }
  #sec4 .sec4-list {
    padding-left: 37px;
  }
  #sec4 .sec4-list::before {
    left: 9px;
    height: calc(100% - 70px);
    top: 49%;
  }
  #sec4 .sec4-list dl {
    display: block;
    margin: 0px 0px 40px;
  }
  #sec4 .sec4-list dl dt {
    width: 100px;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #sec4 .sec4-list dl dt::before {
    width: 26px;
    left: -30px;
  }
  #sec4 .sec4-list dl dt::after {
    width: 20px;
    height: 20px;
    left: -37px;
  }
  #sec4 .sec4-list dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
}

#sec5 {
  padding: 0px 0px 120px;
}
#sec5 .wrap {
  max-width: 900px;
}
#sec5 h2 {
  margin: 0px 0px 55px;
}
#sec5 .sec5-list dl {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 17px;
  margin: 0px 0px 16px;
  border-bottom: 1px dotted #CCCCCC;
  position: relative;
}
#sec5 .sec5-list dl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 160px;
  height: 1px;
  border-bottom: 1px solid #0E3552;
}
#sec5 .sec5-list dl dt {
  width: 160px;
  font-weight: 600;
  font-size: 14px;
}
#sec5 .sec5-list dl dd {
  width: calc(100% - 180px);
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
#sec5 .sec5-list dl dd .btn-txt {
  color: #0E3552;
  font-weight: 400;
  text-decoration: underline;
}
#sec5 .sec5-list dl dd a.telhref {
  color: #000;
  text-decoration: none;
}
#sec5 .sec5-list dl dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 0px 0px 100px;
  }
  #sec5 h2 {
    margin: 0px 0px 47px;
  }
  #sec5 .sec5-list dl {
    margin: 0px 0px 19px;
    padding: 0px 0px 20px;
  }
  #sec5 .sec5-list dl::before {
    width: 80px;
  }
  #sec5 .sec5-list dl dt {
    width: 80px;
  }
  #sec5 .sec5-list dl dd {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.05em;
  }
}

#sec6 {
  padding: 0px 0px 120px;
}
#sec6 .wrap {
  max-width: 900px;
}
#sec6 .sec6-txt {
  margin: 60px 0px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
#sec6 .sec6-map {
  width: 100%;
  height: 299px;
}
#sec6 .sec6-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 0px 0px 90px;
  }
  #sec6 .sec6-txt {
    margin: 54px 0px 20px;
  }
}/*# sourceMappingURL=company.css.map */