@charset "UTF-8";
:root {
  --noto: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --yugo: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.img-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.img-wrap img {
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.contact-break {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .contact-break {
    display: none !important;
  }
}

.page-sub-title {
  padding-left: 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-sub-title {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.page-sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  height: auto;
  width: 10px;
  aspect-ratio: 1;
  background: #2768d4;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .page-sub-title::after {
    width: 8px;
  }
}

.thought-right-bg {
  position: absolute;
  top: -5%;
  left: 15%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .thought-right-bg {
    width: 103%;
    left: 50%;
    translate: -50% 0;
    top: 350px;
  }
}

.thought {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .thought {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.thought__left {
  max-width: 415px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thought__left {
    max-width: 100%;
  }
}
.thought__right {
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thought__right {
    margin-left: auto;
    max-width: 100%;
  }
}
.thought__wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .thought__wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.thought__main-img {
  margin-right: -60px;
  max-width: 100%;
  width: 100%;
}
.thought__top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .thought__top {
    margin-bottom: 40px;
  }
}
.thought__top-title {
  max-width: 630px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .thought__top-title {
    max-width: 400px;
    margin-bottom: 15px;
  }
}
.thought__top-phrase {
  max-width: 385px;
}
@media screen and (max-width: 767px) {
  .thought__top-phrase {
    max-width: 280px;
  }
}
.thought__bottom-title {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .thought__bottom-title {
    font-size: 20px;
  }
}
.thought__bottom-text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 767px) {
  .thought__bottom-text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.032em;
  }
}

.company__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
}
.company__list {
  display: flex;
  flex-direction: column;
}

.company-item {
  display: flex;
  gap: 10px;
}
.company-item__left {
  padding: 20px 0;
  width: 100%;
  max-width: 180px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2768d4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-item__left {
    max-width: 80px;
    font-size: 16px;
  }
}
.company-item__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2768d4;
}
.company-item__right {
  width: 100%;
  padding: 20px 35px;
  max-width: 670px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-item__right {
    width: calc(100% - 80px - 10px);
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-item__right {
    font-size: 14px;
  }
}
.company-item__right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.company-item__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .company-item__list {
    gap: 10px;
  }
}
.company-item__list--gap {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .company-item__list--gap {
    gap: 30px;
  }
}
.company-item__item iframe {
  width: 100%;
}
.company-item__item-wrap {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .company-item__item-wrap {
    padding-left: 15px;
  }
}
.company-item__item-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -0.9em;
}
@media screen and (max-width: 767px) {
  .company-item__item-title {
    font-size: 16px;
  }
}
.company-item__item-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .company-item__item-text {
    font-size: 14px;
  }
}
.company-item__item-blue {
  font-weight: bold;
  color: #2768d4;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.company-item__dot {
  font-size: 20px;
  color: #2768d4;
}
@media screen and (max-width: 767px) {
  .company-item__dot {
    font-size: 14px;
  }
}
.company-item__board {
  color: #2768d4;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: 18px;
}/*# sourceMappingURL=style.css.map */