@charset "UTF-8";
.dekirukototxt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dekirukototxt {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-bottom: 15px;
  }
}
.recirements-wrap.aboutuswrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .recirements-wrap.aboutuswrap {
    padding-top: 62px;
  }
}
.recirements-content.aboutuscontent {
  display: block;
}
.aboutustxt2 {
  text-align: center;
}
.aboutustxt2 span {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 63px */
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutustxt2 span {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 37.5px */
  }
}
.aboutustxt2 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 28px;
  left: -76px;
  background-image: url("../image/aboutus/mark1.svg");
}
@media screen and (max-width: 767px) {
  .aboutustxt2 span:before {
    width: 22px;
    height: 17px;
    left: -32px;
    background-size: contain;
  }
}
.aboutustxt2 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 28px;
  background-image: url("../image/aboutus/mark2.svg");
  right: -77px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .aboutustxt2 span:after {
    width: 22px;
    height: 17px;
    right: -34px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .aboutustxt2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 37.5px */
  }
}
:root {
  --card-w: 330px;
  --card-h: 339px;
  --anim-speed: 30s; /* 速度はここで調整 */
}
/* スライダー外枠 */
.seamless-slider {
  width: 100vw; /* 画面幅いっぱい */
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* 中央配置を維持しつつ突き抜けさせる */
  overflow: hidden;
  padding: 60px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.seamless-slider {
	padding-bottom: 70px;	
	}
}

/* 動くトラック部分 */
.slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll var(--anim-speed) linear infinite;
}
/* 各画像コンテナ */
.slider-item-aboutus {
  width: var(--card-w);
  height: var(--card-h);
  flex-shrink: 0;
  margin: 0 23px; /* カード間の隙間 */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slider-item-aboutus {
    width: 219.401px;
    height: 225.384px;
  }
}
/* 画像自体のサイズと回転 */
.slider-item-aboutus img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; /* 画像を枠内に収める */
}
/* ご指定の回転角度を1セット5枚ごとにループ適用 */
.slider-item-aboutus:nth-child(5n+1) img {
  transform: rotate(6.017deg);
}
.slider-item-aboutus:nth-child(5n+2) img {
  transform: rotate(3.295deg);
}
.slider-item-aboutus:nth-child(5n+3) img {
  transform: rotate(-11.616deg);
}
.slider-item-aboutus:nth-child(5n+4) img {
  transform: rotate(5.322deg);
}
.slider-item-aboutus:nth-child(5n+5) img {
  transform: rotate(-5.046deg);
}
/* 無限ループアニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.overflow-h {
  overflow: hidden;
}
.under-toa-txt {
  color: #fff;
  font-family: Montserrat;
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 300px */
  text-transform: uppercase;
  margin-top: -370px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .under-toa-txt {
    text-align: center;
    font-family: Montserrat;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 100.8px */
    padding-top: 97px;
    margin-bottom: 0;
  }
}
/* 白背景の大きな枠 */
.content-white-box {
  width: 100%;
  background-color: #fff;
  border: 4px solid #1a1a1a;
  border-radius: 40px; /* 画像に基づき大きな角丸 */
  padding: 120px 100px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #191E2E;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .content-white-box {
    /*  width: 100%;*/
    background-color: #fff;
    border: 4px solid #191E2E;
    border-radius: 40px; /* 画像に基づき大きな角丸 */
    padding: 45px 22px 80px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    color: #191E2E;
    margin-top: 70px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ラベル */
.label-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border-radius: 17.5px;
  border: 1px solid #000;
  background: #136cfa;
  padding: 5px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .label-badge {
    margin-bottom: 36px;
  }
}
.label-badge span {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /*line-height: 150%;*/ /* 27px */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  line-height: 0.3;
  margin-top: 3px;
}
.label-num {
  margin-left: 10px;
  font-weight: bold;
}
/* タイトル周り */
.main-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
    margin-bottom: 15px;
	  line-height: 1.1;
  }
}
.main-title span {
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 84px */
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 60%, #c5e2ff 40%);
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .main-title span {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
	  margin-top: 0;
  }
}
/* タイトルの下の青いアンダーライン（文字の後ろに敷く場合） */
.main-title span::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 102, 255, 0.15);
  z-index: -1;
}
.description {
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .description {
    font-size: 15px;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    margin-bottom: 30px;
  }
}
/* 動画ボタン */
.video-btn {
  display: inline-flex;
  align-items: center;
  background-color: #136cfa;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  transition: opacity 0.3s;
  width: 210px;
  height: 64px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  position: relative;
  border: 1px solid #136cfa;
  transition: all 0.3s ease;
}
.video-btn:after {
  width: 34px;
  height: 34px;
  background-color: #003894;
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  border-radius: 50%;
  background-image: url("../image/aboutus/arrow-right.svg");
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.video-btn:hover {
  background-color: #fff;
  color: #136cfa;
}
/* slick スライダーエリア */
.slider-wrapper {
  margin: 50px 0 91px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider-wrapper {
    margin: 40px auto 40px;
    position: relative;
    width: 300px;
  }
}
.main-slick .slick-item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-slick .slick-item img {
    height: 210PX;
    border-radius: 20px;
  }
}
.slider-caption {
  margin-top: 10px;
  color: #003894;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .slider-caption {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
  }
}
/* 特徴ボックス（下の枠） */
.feature-box {
  border: 5px solid #1a1a1a;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  margin-top: 80px;
  background-image: url("../image/aboutus/boxback.png");
  padding-right: 75px;
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .feature-box {
    border: 3px solid #1a1a1a;
    background-image: url("../image/aboutus/boxback_sp.png");
    padding: 36px 20px 20px;
    background-size: cover;
    margin-top: 70px;
	  border-radius: 20px;
  }
}
.feature-box.fm2 {
  padding-left: 75px;
}
.feature-box.fm3 {
  padding-left: 84px;
}
.feature-box.fm4 {
  padding-left: 105px;
}
.feature-box.fm5 {
  padding-left: 105px;
}
@media screen and (max-width: 767px) {
  .feature-box.fm2 {
    padding-left: 20px;
  }
  .feature-box.fm3 {
    padding-left: 20px;
  }
  .feature-box.fm4 {
    padding-left: 20px;
  }
  .feature-box.fm5 {
    padding-left: 20px;
  }
}
.feature-tag {
  position: absolute;
  top: -25px;
  left: 40px;
  border-radius: 10px;
  width: 299px;
}
@media screen and (max-width: 767px) {
  .feature-tag {
    left: -3px;
    width: auto;
  }
}
.feature-tag span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 34.5px */
  letter-spacing: 0.69px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .feature-tag span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
    width: 207px;
    padding: 7px 11px;
  }
}
.feature-tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 299px;
  height: 101px;
  background-image: url("../image/aboutus/fukidashi.svg");
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .feature-tag:before {
    width: 207px;
    height: 69px;
  }
}
/* 特徴リストのチェックアイコン（擬似要素などで再現） */
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .feature-list li {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
    padding-left: 28px;
  }
}
.feature-list li::before {
  content: ""; /* 実際には画像やアイコンフォントを推奨 */
  position: absolute;
  left: 0;
  color: #0066ff;
  font-size: 20px;
  width: 25px;
  height: 25px;
  top: 4px;
  background-image: url("../image/aboutus/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .feature-list li::before {
    width: 18px;
    height: 18px;
  }
}
.feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .feature-content {
    flex-direction: column;
  }
}
.feature-img {
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .feature-img {
    padding-top: 0;
	  width: 271px;
        margin-bottom: 10px;
    
  }
}
.feature-img.fm2 {
  width: 216px;
  height: 176px;
  /*padding-top: 0;*/
  box-sizing: border-box;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .feature-img.fm2 {
    height: auto;
    width: 170px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.feature-img.fm3 {
  width: 196px;
  height: 187px;
}
.feature-img.fm4 {
  width: 167px;
  height: 187px;
}
.feature-img.fm5 {
  width: 166px;
  height: 177px;
}

@media screen and (max-width: 767px) {
	.feature-img.fm3,.feature-img.fm4,.feature-img.fm5 {
height: auto;
}
	
}

/* 矢印ボタンの共通スタイル */
.slick-custom-prev, .slick-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px; /* 円のサイズ */
  height: 60px;
  background-color: #003399; /* 濃い青 */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .slick-custom-prev, .slick-custom-next {
    width: 28px;
    height: 28px;
    top: 105px;
  }
}
.slick-custom-prev:hover, .slick-custom-next:hover {
  background-color: #136cfa;
}
/* 矢印（白線）の作成 */
.slick-custom-prev span::before, .slick-custom-next span::before {
  display: block;
  width: 26px;
  height: 22.75px;
  content: "";
}
@media screen and (max-width: 767px) {
  .slick-custom-prev span::before, .slick-custom-next span::before {
    width: 11.2px;
    height: 9.8px;
  }
}
.slick-custom-prev span::before {
  background-image: url("../image/aboutus/arrow-left.svg");
  background-size: contain;
}
.slick-custom-next span::before {
  background-image: url("../image/aboutus/arrow-right.svg");
  background-size: contain;
}
/* 前へボタン（左配置） */
.slick-custom-prev {
  left: -30px; /* 半分外に出す */
}
/* 次へボタン（右配置） */
.slick-custom-next {
  right: -30px; /* 半分外に出す */
}
@media screen and (max-width: 767px) {
  .slick-custom-prev {
    left: -14px;
  }
  .slick-custom-next {
    right: -14px;
  }
}
/* スライダーが端に達した時の無効化（オプション） */
.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.human {
  position: absolute;
  width: 273px;
  height: 449px;
  aspect-ratio: 45/74;
  top: -20px;
  right: -178px;
}
@media screen and (max-width: 767px) {
  .human {
    width: 127px;
    height: 208px;
    aspect-ratio: 58 / 95;
    top: auto;
    right: 0;
    bottom: -150px;
  }
}
.human.left {
  right: auto;
  left: -186px;
} /*# sourceMappingURL=aboutus.css.map */
@media screen and (max-width: 767px) {
  .human.left {
    left: auto;
    top: auto;
    right: 0;
    bottom: -150px;
  }
}
.video-btn .btn-arrow {
  background: none;
}
.video-btn .btn-arrow:after {
  display: none;
}