/* main-header タイトル */
.main-header .main-title-wrp {
  display: flex;
}

.main-header .main-title-wrp .parent-title {
  width: auto;
}

.main-header .main-title-wrp .title-wrp {
  margin-left: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .main-header .main-title-wrp .title-wrp {
    display: none;
  }
}

/* colty top */
.coltyContents {
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .coltyContents .forSP {
    display: none;
  }
  .coltyContents .forPC {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .coltyContents .forPC {
    display: none;
  }
  .coltyContents .forSP {
    display: block;
  }
}

.coltyIntro {
  overflow: hidden;
}

.coltyIntro__inner {
  display: flex;
  align-items: center;
  max-width: 1920px;
  min-height: 691px;
  margin: 0 auto;
  padding-left: 8.333%;
  box-sizing: border-box;
}

.coltyIntro__body {
  flex: 0 0 24.948%;
  padding-right: 2.083%;
  box-sizing: border-box;
}

.coltyIntro__catch {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.coltyIntro__logo {
  margin: 0 0 50px;
}

.coltyIntro__logo img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
}

.coltyIntro__desc {
  margin: 0;
  font-size: 17.6px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.1em;
}

.coltyIntro__visual {
  flex: 1;
  min-width: 0;
  align-self: stretch;
}

.coltyIntro__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 691px;
  object-fit: cover;
  object-position: center 15%;
}

@media screen and (max-width: 767px) {
  .coltyIntro__inner {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .coltyIntro__visual {
    width: 100%;
    align-self: auto;
  }

  .coltyIntro__visual img {
    width: 100%;
    min-height: auto;
    aspect-ratio: 375 / 202;
    object-position: center 15%;
  }

  .coltyIntro__body {
    flex: none;
    width: 100%;
    padding: 50px 20px 60px;
    text-align: center;
  }

  .coltyIntro__catch {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .coltyIntro__logo {
    margin: 0 auto 40px;
  }

  .coltyIntro__logo img {
    max-width: 150px;
    margin: 0 auto;
  }

  .coltyIntro__desc {
    font-size: 13.5px;
    line-height: 27px;
    letter-spacing: 0.1em;
  }
}

.coltyNotice {
  margin-top: 100px;
  padding: 0 20px 80px;
  text-align: center;
}

.coltyNotice__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 595px;
  max-width: 100%;
  min-height: 94px;
  padding: 16px 40px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  background: #fff;
  text-decoration: none;
  color: #121212;
  transition: opacity 0.3s;
}

.coltyNotice__link:hover {
  opacity: 0.7;
}

.coltyNotice__text {
  display: block;
  text-align: center;
}

.coltyNotice__main {
  display: block;
  color: #d80c24;
  font-size: 22.4px;
  font-weight: 400;
  line-height: 31px;
}

.coltyNotice__sub {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
}

.coltyNotice__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d80c24;
  border-right: 1px solid #d80c24;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .coltyNotice {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .coltyNotice__link {
    width: 335px;
    min-height: 67px;
    padding: 12px 30px;
  }

  .coltyNotice__main {
    font-size: 16.5px;
    line-height: 23px;
  }

  .coltyNotice__sub {
    font-size: 13.125px;
    line-height: 23px;
  }

  .coltyNotice__arrow {
    right: 15px;
  }
}

/* Business Support */
.coltyBusiness {
  padding: 50px 20px 100px;
}

.coltyBusiness__head {
  margin-bottom: 60px;
  text-align: center;
}

.coltyBusiness__en {
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 17.6px;
  font-weight: 500;
  line-height: 1.5;
}

.coltyBusiness__line {
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 auto 12px;
  background: #d80c24;
}

.coltyBusiness__jp {
  margin: 0;
  font-size: 22.4px;
  font-weight: 200;
  line-height: 35px;
}

.coltyBusiness__card {
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background: #f5f5f5;
}

.coltyBusiness__visual {
  position: relative;
  flex: 0 0 45.22%;
  min-width: 0;
  min-height: 500px;
}

.coltyBusiness__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 8% 10%;
}

/* Business の画像スライダー（PC：ビジュアル領域いっぱいに敷く） */
.coltyBusiness__slider {
  position: absolute;
  inset: 0;
  height: 100%;
}

.coltyBusiness__slider .swiper-wrapper,
.coltyBusiness__slider .swiper-slide {
  height: 100%;
}

.coltyBusiness__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 8% 10%;
}

.coltyBusiness__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 60px 50px 50px;
  box-sizing: border-box;
}

.coltyBusiness__lead {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 47px;
}

.coltyBusiness--alt {
  background: #ededeb;
}

.coltyBusiness--alt .coltyBusiness__card {
  background: #fff;
}

.coltyBusiness__heading {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}

.coltyBusiness__desc {
  margin: 0 0 40px;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 30px;
}

.coltyBusiness__tools {
  margin: 0 0 40px;
}

.coltyBusiness__tools img {
  display: block;
  height: auto;
}

.coltyBusiness__tools img.forPC {
  width: 545px;
  max-width: 100%;
}

.coltyBusiness__tools img.forSP {
  width: 335px;
  max-width: 100%;
  margin: 0 auto;
}

.coltyBusiness__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 227px;
  min-height: 44px;
  padding: 10px 30px;
  box-sizing: border-box;
  border: 1px solid #121212;
  background: #fff;
  color: #121212;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s;
}

.coltyBusiness__btn:hover {
  color: #D80C24;
  border-color: #D80C24;
}

.coltyBusiness__btnArrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.coltyBusiness__btn:hover .coltyBusiness__btnArrow {
  border-color: #D80C24;
}

@media screen and (max-width: 767px) {
  .coltyBusiness {
    padding: 40px 20px 80px;
  }

  .coltyBusiness__head {
    margin-bottom: 40px;
  }

  .coltyBusiness__en {
    font-size: 17.6px;
  }

  .coltyBusiness__jp {
    font-size: 16.5px;
    line-height: 35px;
  }

  .coltyBusiness__card {
    position: relative;
    flex-direction: column;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .coltyBusiness__visual {
    position: relative;
    z-index: 1;
    flex: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .coltyBusiness__visual img {
    min-height: auto;
    aspect-ratio: 335 / 272;
    border-radius: 20px;
    object-position: center center;
  }

  /* SP：スライダーは通常フローで、画像のアスペクト比で高さを決める */
  .coltyBusiness__slider {
    position: static;
    height: auto;
  }

  .coltyBusiness__slider .swiper-wrapper,
  .coltyBusiness__slider .swiper-slide {
    height: auto;
  }

  .coltyBusiness__slider .swiper-slide img {
    height: auto;
    min-height: 0;
    aspect-ratio: 335 / 272;
    border-radius: 0px;
    object-position: center center;
  }

  .coltyBusiness__body {
    position: relative;
    margin: -173px -20px 0;
    padding: 203px 20px 50px;
    background: #f5f5f5;
    text-align: center;
  }
  .coltyBusiness__body--second:after{
    content: "";
    display: block;
    width: 100vw;
    height: 100px;
    margin-top: 40px;
    background-color: #ededeb;
  }

  .coltyBusiness__lead {
    margin-bottom: 30px;
    font-size: 19.5px;
    line-height: 30px;
  }

  .coltyBusiness__heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 35px;
  }

  .coltyBusiness__desc {
    margin-bottom: 30px;
    font-size: 15.2px;
    line-height: 30px;
  }

  .coltyBusiness__tools {
    margin-bottom: 30px;
  }

  .coltyBusiness__btn {
    width: auto;
    min-width: 175px;
    min-height: 37px;
    margin: 0 auto;
    padding: 8px 32px;
  }

  /* --alt: 上部（見出し〜画像上部）がグレー、画像途中から下は白。
     白パネルをセクション下端まで伸ばし、コンテンツ下にグレーを残さない */
  .coltyBusiness--alt {
    padding-bottom: 0;
  }

  /* メディアクエリ外の「--alt カード=白」より詳細度が高いため、
     SP ではカードを透明に戻し、画像の角丸の余白にセクションのグレーを見せる */
  .coltyBusiness--alt .coltyBusiness__card {
    background: transparent;
  }

  .coltyBusiness--alt .coltyBusiness__body {
    padding-bottom: 80px;
    background: #fff;
  }
}

/* colty POINT */
.coltyPoint {
  background: #ededeb;
}

.coltyPoint__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}

.coltyPoint__head {
  margin-bottom: 60px;
  text-align: center;
}

.coltyPoint__en {
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 17.6px;
  font-weight: 500;
  line-height: 1.5;
}

.coltyPoint__line {
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 auto 12px;
  background: #d80c24;
}

.coltyPoint__jp {
  margin: 0;
  font-size: 22.4px;
  font-weight: 200;
  line-height: 35px;
}

.coltyPoint__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 38px;
}

.coltyPoint__item {
  min-width: 0;
}

.coltyPoint__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 661 / 400;
  object-fit: cover;
}

.coltyPoint__foot {
  display: flex;
  align-items: center;
  margin-top: 42px;
  gap: 12px;
}

.coltyPoint__num {
  flex-shrink: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
}

.coltyPoint__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 20.8px;
  font-weight: 300;
  line-height: 1.4;
}

.coltyPoint__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 156px;
  min-height: 46px;
  padding: 10px 24px;
  box-sizing: border-box;
  border: 1px solid #d80c24;
  background: #fff;
  color: #d80c24;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s;
}

.coltyPoint__btn:hover {
  color: #121212;
  border-color: #121212;
}

.coltyPoint__btnArrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #d80c24;
  border-right: 1px solid #d80c24;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.coltyPoint__btn:hover .coltyPoint__btnArrow {
  border-color: #121212;
}

.coltyPoint__dots {
  display: none;
}

@media screen and (max-width: 767px) {
  .coltyPoint__inner {
    padding: 60px 20px 80px;
  }

  .coltyPoint__head {
    margin-bottom: 40px;
  }

  .coltyPoint__jp {
    font-size: 16.5px;
    line-height: 35px;
  }

  .coltyPoint__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .coltyPoint__foot {
    margin-top: 22px;
    gap: 8px;
  }

  .coltyPoint__num {
    font-size: 16px;
    line-height: 35px;
  }

  .coltyPoint__title {
    font-size: 15px;
    line-height: 22px;
  }

  .coltyPoint__btn {
    width: 104px;
    min-height: 37px;
    padding: 8px 18px;
  }

  .coltyPoint__dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
  }

  .coltyPoint__dots span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #121212;
  }
}


.price-table-wrp{
  width: 100%!important;
}
.plan-mainimg-wrp .icon{
  display: inline-block;
  color: #FFF;
  padding: 5px 20px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}