@charset "UTF-8";
.entry__container, .message__container, .qa__container, .about__container, .propose__container, .service__container, .concerns__container, .lead__container, .breadcrumbs__container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .entry__container, .message__container, .qa__container, .about__container, .propose__container, .service__container, .concerns__container, .lead__container, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.entry-action__button, .lead__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  width: 285px;
  height: 80px;
  padding-bottom: 4px;
  border-radius: 40px;
  background-color: #f8e51f;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .entry-action__button, .lead__button {
    font-size: 1.8rem;
    width: 220px;
    height: 60px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 375px) {
  .entry-action__button, .lead__button {
    font-size: 4.8vw;
    width: 58.6666666667vw;
    height: 16vw;
    padding-bottom: 0.5333333333vw;
  }
}
.entry-action__button::after, .lead__button::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow_large.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .entry-action__button::after, .lead__button::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 375px) {
  .entry-action__button::after, .lead__button::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.entry-action__button, .lead__button {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .entry-action__button, .lead__button {
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

.entry__text, .entry__text--strong, .message__text, .qa__answer, .about__text, .about-info__item, .about-info__text, .propose__text, .propose__text--left, .service__text, .concerns__text, .lead__message-text, .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .entry__text, .entry__text--strong, .message__text, .qa__answer, .about__text, .about-info__item, .about-info__text, .propose__text, .propose__text--left, .service__text, .concerns__text, .lead__message-text, .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .entry__text, .entry__text--strong, .message__text, .qa__answer, .about__text, .about-info__item, .about-info__text, .propose__text, .propose__text--left, .service__text, .concerns__text, .lead__message-text, .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
    font-size: 3.7333333333vw;
  }
}

.message-header__title, .about-header__title, .propose-header__subtitle, .service-header__subtitle, .concerns-header__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #fff;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .message-header__title, .about-header__title, .propose-header__subtitle, .service-header__subtitle, .concerns-header__title {
    font-size: 1.4rem;
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .message-header__title, .about-header__title, .propose-header__subtitle, .service-header__subtitle, .concerns-header__title {
    font-size: 3.7333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.message-header__title-icon, .about-header__title-icon, .propose-header__subtitle-icon, .service-header__subtitle-icon, .concerns-header__title-icon {
  display: inline-flex;
  position: absolute;
  top: 54%;
  left: 12px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: rgba(7, 36, 59, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message-header__title-icon, .about-header__title-icon, .propose-header__subtitle-icon, .service-header__subtitle-icon, .concerns-header__title-icon {
    left: 9px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .message-header__title-icon, .about-header__title-icon, .propose-header__subtitle-icon, .service-header__subtitle-icon, .concerns-header__title-icon {
    left: 2.4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.message-header__title-icon::before, .about-header__title-icon::before, .propose-header__subtitle-icon::before, .service-header__subtitle-icon::before, .concerns-header__title-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #07243b;
  content: "";
}
@media screen and (max-width: 768px) {
  .message-header__title-icon::before, .about-header__title-icon::before, .propose-header__subtitle-icon::before, .service-header__subtitle-icon::before, .concerns-header__title-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .message-header__title-icon::before, .about-header__title-icon::before, .propose-header__subtitle-icon::before, .service-header__subtitle-icon::before, .concerns-header__title-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.message-header__title-inner, .about-header__title-inner, .propose-header__subtitle-inner, .service-header__subtitle-inner, .concerns-header__title-inner {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  padding-right: 40px;
  background-color: #fff;
  vertical-align: middle;
  /* Safari用の古い記述（念のため） */
  /* 標準の記述 */
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .message-header__title-inner, .about-header__title-inner, .propose-header__subtitle-inner, .service-header__subtitle-inner, .concerns-header__title-inner {
    padding-left: 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 375px) {
  .message-header__title-inner, .about-header__title-inner, .propose-header__subtitle-inner, .service-header__subtitle-inner, .concerns-header__title-inner {
    margin-bottom: -0.5333333333vw;
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-left: 8vw;
    padding-right: 9.3333333333vw;
  }
}
.message-header__inner, .about-header__inner, .propose-header__inner, .service-header__inner, .concerns-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message-header__inner, .about-header__inner, .propose-header__inner, .service-header__inner, .concerns-header__inner {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .message-header__inner, .about-header__inner, .propose-header__inner, .service-header__inner, .concerns-header__inner {
    margin-top: 5.3333333333vw;
  }
}
.entry__title, .about__title, .propose-header__title, .service-header__title, .concerns__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .entry__title, .about__title, .propose-header__title, .service-header__title, .concerns__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__title, .about__title, .propose-header__title, .service-header__title, .concerns__title {
    text-align: center;
    font-size: 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 375px) {
  .entry__title, .about__title, .propose-header__title, .service-header__title, .concerns__title {
    font-size: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.propose-header__title--emphasis, .service-header__title--emphasis {
  color: #f8e51f;
}
.message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 1140px) {
  .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .message-header__text, .about-header__text, .propose-header__text, .service-header__text, .concerns-header__text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.qa__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .qa__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .qa__title {
    font-size: 8vw;
  }
}
.qa__title--en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qa__title--en {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title--en {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.qa__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qa__title-icon {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title-icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.6666666667vw;
  }
}
.qa__title-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .qa__title-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .qa__title-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.kv--long, .kv--program, .kv {
  position: relative;
  background-image: url(../img/common/sub_kv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #517fea;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv--long, .kv--program, .kv {
    background-image: url(../img/common/sub_kv_bg_sp.jpg);
  }
}

.kv__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv__container {
    min-height: 124px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .kv__container {
    min-height: 33.0666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.kv__item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .kv__item {
    width: 100%;
  }
}
.kv__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 100%;
  background-image: url(../img/common/sub_kv_item-01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::before {
    left: -260px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::before {
    left: -75px;
    width: 180px;
    height: 72px;
    background-size: contain;
    background-position-x: 0;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::before {
    left: -20vw;
    width: 48vw;
    height: 19.2vw;
  }
}
.kv__item::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 4.9479166667%;
  width: 350px;
  height: 100%;
  background-image: url(../img/common/sub_kv_item-02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::after {
    right: -145px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::after {
    bottom: -5px;
    right: -15px;
    width: 140px;
    height: 72px;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::after {
    bottom: -1.3333333333vw;
    right: -4vw;
    width: 37.3333333333vw;
    height: 19.2vw;
  }
}
.kv__title {
  font-size: 3.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv__title {
    font-size: 5.3333333333vw;
  }
}
.kv__subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .kv__subtitle {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .kv__subtitle {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.kv--program .kv__container {
  flex-direction: column;
}
@media screen and (max-width: 1140px) {
  .kv--program .kv__item::before, .kv--program .kv__item::after {
    content: none;
  }
}
.kv--program .kv__title {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .kv--program .kv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv--program .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv--program .kv__title {
    font-size: 5.3333333333vw;
  }
}
.kv--long .kv__title {
  text-align: center;
}

.breadcrumbs__text, .breadcrumbs__link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.8333333333;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__text, .breadcrumbs__link {
    font-size: 3.2vw;
  }
}

.breadcrumbs__container {
  padding-top: 2px;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__container {
    padding-top: 0.5333333333vw;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  position: relative;
  flex-shrink: 0;
}
.breadcrumbs__item:last-child {
  flex-shrink: 1;
  min-width: 0;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 9.3333333333vw;
  }
}
.breadcrumbs__item + .breadcrumbs__item::before {
  display: block;
  position: absolute;
  top: 52%;
  left: -17px;
  transform: translateY(-50%);
  background-image: url(../img/common/breadcrumbs_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -23px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -6.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.breadcrumbs__link {
  display: block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lead__container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lead__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .lead__container {
    padding-top: 13.3333333333vw;
  }
}
.lead__catch {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lead__catch {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .lead__catch {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__catch--small {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .lead__catch--small {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.lead__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lead__flex {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .lead__flex {
    margin-top: 8vw;
  }
}
.lead__flex-item--img {
  width: 41.8181818182%;
}
@media screen and (max-width: 768px) {
  .lead__flex-item--img {
    width: 100%;
  }
}
.lead__flex-item--content {
  width: 54.5454545455%;
}
@media screen and (max-width: 768px) {
  .lead__flex-item--content {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .lead__flex-item--content {
    margin-top: 8vw;
  }
}
.lead__flex-img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .lead__flex-img {
    border-radius: 2.6666666667vw;
  }
}
.lead__flex-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .lead__flex-text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 375px) {
  .lead__flex-text {
    font-size: 3.7333333333vw;
  }
}
.lead__flex-text + .lead__flex-text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lead__flex-text + .lead__flex-text {
    margin-top: 28px;
  }
}
@media screen and (max-width: 375px) {
  .lead__flex-text + .lead__flex-text {
    margin-top: 7.4666666667vw;
  }
}
.lead__message {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  width: 100%;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lead__message {
    display: block;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .lead__message {
    margin-top: 8vw;
  }
}
.lead__message-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.7;
  width: 30.7692307692%;
  min-width: 280px;
  margin-right: 20px;
  border: 1px solid #f8e51f;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .lead__message-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    width: 206px;
    height: 72px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .lead__message-title {
    font-size: 4.8vw;
    width: 54.9333333333vw;
    height: 19.2vw;
  }
}
.lead__message-text {
  width: 65.9340659341%;
}
@media screen and (max-width: 768px) {
  .lead__message-text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .lead__message-text {
    margin-top: 8vw;
  }
}
.lead__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .lead__text {
    font-size: 4vw;
    margin-top: 10.6666666667vw;
  }
}
.lead__button {
  justify-content: flex-start;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .lead__button {
    justify-content: center;
    font-size: 2rem;
    width: 335px;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .lead__button {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    width: 100%;
  }
}
.lead__button::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lead__button::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .lead__button::after {
    right: 5.3333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.concerns__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .concerns__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .concerns__container {
    padding-top: 16vw;
  }
}
.concerns-header__inner {
  justify-content: center;
}
.concerns__content {
  position: relative;
  padding-top: 40px;
  padding-right: 41.8181818182%;
}
@media screen and (max-width: 768px) {
  .concerns__content {
    padding-top: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .concerns__content {
    padding-top: 8vw;
  }
}
.concerns__title {
  margin-bottom: 30px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .concerns__title {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .concerns__title {
    margin-bottom: 8vw;
  }
}
.concerns__text {
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .concerns__text {
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
.concerns__text + .concerns__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .concerns__text + .concerns__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .concerns__text + .concerns__text {
    margin-top: 8vw;
  }
}
.concerns__img {
  position: absolute;
  top: 40px;
  right: 0;
  width: 35.4545454545%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .concerns__img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .concerns__img {
    border-radius: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}

.service__container {
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  .service__container {
    padding-top: 95px;
  }
}
@media screen and (max-width: 375px) {
  .service__container {
    padding-top: 25.3333333333vw;
  }
}
.service-header__inner {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service-header__inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .service-header__inner {
    margin-top: 8vw;
  }
}
.service-header__title {
  text-align: center;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .service-header__title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.service__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service__content {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .service__content {
    margin-top: 8vw;
  }
}
.service__content-img {
  width: 35.4545454545%;
}
@media screen and (max-width: 768px) {
  .service__content-img {
    width: 100%;
  }
}
.service__content-body {
  width: 58.1818181818%;
}
@media screen and (max-width: 768px) {
  .service__content-body {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .service__content-body {
    margin-top: 8vw;
  }
}
.service__img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .service__img {
    border-radius: 2.6666666667vw;
  }
}
.service__text {
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .service__text {
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
.service__text + .service__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .service__text + .service__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .service__text + .service__text {
    margin-top: 8vw;
  }
}
.service__message {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 2.5;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service__message {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .service__message {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}
.service__message--strong {
  font-size: 2.4rem;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .service__message--strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .service__message--strong {
    font-size: 5.3333333333vw;
  }
}

.propose__container {
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  .propose__container {
    padding-top: 95px;
  }
}
@media screen and (max-width: 375px) {
  .propose__container {
    padding-top: 25.3333333333vw;
  }
}
.propose-header__inner {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .propose-header__inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .propose-header__inner {
    margin-top: 8vw;
  }
}
.propose-header__title {
  text-align: center;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .propose-header__title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.propose__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .propose__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .propose__content {
    margin-top: 8vw;
  }
}
.propose__text {
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .propose__text {
    text-align: left;
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
.propose__text + .propose__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .propose__text + .propose__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .propose__text + .propose__text {
    margin-top: 8vw;
  }
}
.propose__text--left {
  line-height: 1.875;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .propose__text--left {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .propose__text--left {
    margin-top: 2.6666666667vw;
  }
}
.propose__list {
  max-width: 760px;
  width: 100%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .propose__list {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .propose__list {
    margin-top: 10.6666666667vw;
  }
}
.propose__item {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 115px;
  padding-right: 40px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .propose__item {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 55px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .propose__item {
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 14.6666666667vw;
    padding-right: 4vw;
  }
}
.propose__item + .propose__item {
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .propose__item + .propose__item {
    margin-top: 5.3333333333vw;
  }
}
.propose__number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  width: 77px;
  height: 100%;
  padding-right: 4px;
  background-color: #f8e51f;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .propose__number {
    font-size: 2.6rem;
    width: 40px;
  }
}
@media screen and (max-width: 375px) {
  .propose__number {
    font-size: 6.9333333333vw;
    width: 10.6666666667vw;
    padding-right: 1.0666666667vw;
  }
}
.propose__title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .propose__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 375px) {
  .propose__title {
    font-size: 4.8vw;
  }
}
.propose__message {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 2.5;
  text-align: center;
  margin-top: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .propose__message {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .propose__message {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
  }
}
.propose__message--strong {
  font-size: 2.4rem;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .propose__message--strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .propose__message--strong {
    font-size: 5.3333333333vw;
  }
}

.about__container {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .about__container {
    padding-top: 16vw;
  }
}
.about-header__inner {
  justify-content: center;
}
.about__content {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .about__content {
    padding-top: 8vw;
  }
}
.about__meta {
  position: relative;
  padding-left: 27.2727272727%;
}
@media screen and (max-width: 768px) {
  .about__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.8181818182%;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about__img {
    position: static;
  }
}
@media screen and (max-width: 375px) {
  .about__img {
    width: 37.3333333333vw;
  }
}
.about__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .about__title {
    font-size: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.about__text {
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .about__text {
    line-height: 2.1428571429;
    letter-spacing: 0;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .about__text {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .about__text + .about__text {
    margin-top: 35px;
  }
}
.about-info {
  position: relative;
  border: 1px solid #fff;
  max-width: 800px;
  width: 100%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 25px;
  padding-left: 35px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .about-info {
    max-width: 100%;
    margin-top: 55px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .about-info {
    margin-top: 14.6666666667vw;
    padding-top: 12vw;
    padding-bottom: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-info__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.04em;
  background-color: #fff;
  width: 240px;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .about-info__title {
    font-size: 1.5rem;
    line-height: 2;
    width: 180px;
  }
}
@media screen and (max-width: 375px) {
  .about-info__title {
    font-size: 4vw;
    width: 48vw;
  }
}
.about-info__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .about-info__list {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .about-info__item {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-info__text {
    letter-spacing: 0;
  }
}

.qa__container {
  padding-top: 200px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .qa__container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .qa__container {
    padding-top: 32vw;
    padding-bottom: 26.6666666667vw;
  }
}
.qa__list {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .qa__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .qa__list {
    margin-top: 8vw;
  }
}
.qa__item + .qa__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .qa__item + .qa__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .qa__item + .qa__item {
    margin-top: 5.3333333333vw;
  }
}
.qa__content {
  padding: 30px 30px 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .qa__content {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .qa__content {
    padding: 4vw;
  }
}
.qa__question {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666666667;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 10px;
  border-bottom: 1px solid #3b48e6;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .qa__question {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__question {
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.qa__icon {
  position: absolute;
  top: -3px;
  left: 10px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.1935483871;
}
@media screen and (max-width: 768px) {
  .qa__icon {
    top: -5px;
    left: 5px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .qa__icon {
    top: -1.3333333333vw;
    left: 1.3333333333vw;
    font-size: 7.4666666667vw;
  }
}
.qa__answer {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .qa__answer {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .qa__answer {
    padding-top: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}

.qa__container {
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .qa__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .qa__container {
    padding-top: 26.6666666667vw;
  }
}
.qa__title {
  font-size: 3rem;
}
@media screen and (max-width: 375px) {
  .qa__title {
    font-size: 8vw;
  }
}
.qa__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .qa__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .qa__list {
    margin-top: 8vw;
  }
}

.message__container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .message__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .message__container {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.message-header__inner {
  justify-content: center;
}
.message__content {
  position: relative;
  border: 1px solid #fff;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .message__content {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .message__content {
    padding-top: 16vw;
    padding-bottom: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.message__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.04em;
  background-color: #fff;
  width: 240px;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .message__label {
    font-size: 1.5rem;
    line-height: 2;
    width: 220px;
  }
}
@media screen and (max-width: 375px) {
  .message__label {
    font-size: 4vw;
    width: 58.6666666667vw;
  }
}
.message__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message__title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .message__title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.message__text {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .message__text {
    line-height: 1.8571428571;
    letter-spacing: 0;
  }
}
.message__text + .message__text {
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  .message__text + .message__text {
    margin-top: 8vw;
  }
}

.entry {
  background-color: #264054;
}
.entry__container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .entry__container {
    padding-top: 25px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 375px) {
  .entry__container {
    padding-top: 6.6666666667vw;
    padding-bottom: 32vw;
  }
}
.entry__container::before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 7.7272727273%;
  width: 360px;
  height: 158px;
  background-image: url(../img/program-planning/entry_img_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  content: "";
}
@media screen and (max-width: 768px) {
  .entry__container::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 239px;
    height: 105px;
  }
}
@media screen and (max-width: 375px) {
  .entry__container::before {
    width: 63.7333333333vw;
    height: 28vw;
  }
}
.entry__content {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  .entry__content {
    display: block;
    max-width: 100%;
  }
}
.entry__inner {
  width: 52.380952381%;
}
@media screen and (max-width: 768px) {
  .entry__inner {
    width: 100%;
  }
}
.entry__title {
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .entry__title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .entry__title {
    margin-bottom: 8vw;
    padding-bottom: 2.6666666667vw;
  }
}
.entry__text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .entry__text {
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 375px) {
  .entry__text {
    font-size: 3.7333333333vw;
  }
}
.entry__text--strong {
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 20px;
  color: #f8e51f;
}
@media screen and (max-width: 375px) {
  .entry__text--strong {
    margin-top: 5.3333333333vw;
  }
}
.entry-action {
  min-width: 390px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .entry-action {
    width: 100%;
    min-width: auto;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .entry-action {
    margin-top: 8vw;
  }
}
.entry-action__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-action__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .entry-action__text {
    font-size: 4vw;
  }
}
.entry-action__button {
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-left: 35px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .entry-action__button {
    justify-content: center;
    font-size: 2rem;
    width: 335px;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .entry-action__button {
    font-size: 5.3333333333vw;
    width: 100%;
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}
.entry-action__button::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry-action__button::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .entry-action__button::after {
    right: 5.3333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}