@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  color: #192332;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.5;
  color: #192332;
}

.txC {
  text-align: center !important;
}

.font_bold {
  font-weight: 700;
}

.txR {
  text-align: right;
}

.headline-2nd {
  letter-spacing: 0;
  font-size: 40px;
  margin-bottom: 40px;
  color: #192332;
}
@media screen and (max-width: 767px) {
  .headline-2nd {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.p-kv {
  position: relative;
  width: 100%;
}
.p-kv__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-kv__bg {
    aspect-ratio: 1366/500;
    max-height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    aspect-ratio: 375/240;
  }
}
.p-kv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-kv__inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.p-kv__content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-kv__content {
    max-width: 800px;
  }
}
.p-kv__title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    font-size: clamp(28px, 3.8vw, 50px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    font-size: clamp(22px, 6.4vw, 28px);
    margin-bottom: 14px;
  }
}
.p-kv__lead {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__lead {
    font-size: 16px;
  }
}

.p-intro {
  background: #E8F2FF;
}
.p-intro__inner {
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-intro__inner {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    padding: 20px 20px;
  }
}
.p-intro__text {
  color: #192332;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 13px;
  }
}

.contact-info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info .inner .hedline-fukidashi__wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  padding: 20px 45px;
  border: 2px solid #f9d085;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .contact-info .inner .hedline-fukidashi__wrap {
    padding: 15px 25px;
  }
}
.contact-info .inner .hedline-fukidashi__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 45px 22.5px 0 22.5px;
  border-color: #f9d085 transparent transparent;
  translate: -50% 100%;
}
.contact-info .inner .hedline-fukidashi__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 40.5px 20.3px 0 20.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.contact-info .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.contact-info .inner h2 span {
  font-weight: normal;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .contact-info .inner h2 {
    font-size: 16px;
    text-align: left;
  }
  .contact-info .inner h2 span {
    font-size: 14px;
  }
}
.contact-info .inner .contact-info__desc {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-info .inner .text1 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-info .inner .text1 {
    font-size: 16px;
  }
}
.contact-info .inner .text_link {
  margin-top: 20px;
}
.contact-info .inner .text_link a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact-info .inner .text_link {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-about {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 50px 0 60px;
  }
}
.p-about__inner {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0 10px;
  }
}
.p-about__heading {
  font-size: 40px;
  font-weight: 700;
  color: #192332;
  text-align: center;
  letter-spacing: 0.06em;
  display: table;
  margin: 0 auto 60px;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(249, 208, 133)));
  background: linear-gradient(transparent 70%, rgb(249, 208, 133) 70%);
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    font-size: 22px;
    margin-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(249, 208, 133)));
    background: linear-gradient(transparent 70%, rgb(249, 208, 133) 70%);
  }
}
.p-about__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin: 0 auto 80px auto;
  max-width: 926px;
}
@media screen and (max-width: 767px) {
  .p-about__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
  }
}
.p-about__illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-about__illust {
    width: 140px;
    margin: 0 auto;
  }
}
.p-about__illust img {
  width: 100%;
  max-width: 185px;
  height: auto;
}
.p-about__intro-text {
  font-size: 28px;
  color: #192332;
}
.p-about__intro-text strong {
  color: #00439F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about__intro-text {
    font-size: 16px;
    text-align: center;
    text-align: left;
  }
}
.p-about h3 .diagram-label {
  font-size: 26px;
  color: #192332;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about h3 .diagram-label {
    font-size: 14px;
  }
}
.p-about h3 .diagram-title {
  font-size: 40px;
  font-weight: 700;
  color: #192332;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about h3 .diagram-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.p-about__diagram-block {
  text-align: center;
}
.p-about__diagram-img {
  max-width: 822px;
  margin: 0 auto;
}
.p-about__diagram-img img {
  width: 100%;
  height: auto;
}

.p-cases {
  background: #F0F9D0;
}
@media screen and (min-width: 768px) {
  .p-cases {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 50px 0 60px;
  }
}
.p-cases__inner {
  max-width: 1012px;
  margin: 0 auto;
}
.p-cases__inner .headline-2nd {
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-cases__inner .headline-2nd {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-cases__inner {
    padding: 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__inner {
    padding: 0 15px;
  }
}
.p-cases__heading {
  font-size: 28px;
  font-weight: 700;
  color: #192332;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-cases__heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.p-cases__heading-line {
  display: block;
  width: 40px;
  height: 4px;
  background: #7ab648;
  margin: 0 auto 56px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-cases__heading-line {
    width: 32px;
    height: 3px;
    margin-bottom: 36px;
  }
}
.p-cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-cases__list {
    gap: 30px;
  }
}
.p-cases__card {
  background: #ffffff;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-cases__card {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__card {
    padding: 28px 20px;
  }
}
.p-cases__case-num {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  color: #1C57AA;
  text-align: center;
  margin-bottom: 6px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-cases__case-num {
    font-size: 20px;
  }
}
.p-cases__case-sub {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cases__case-sub {
    font-size: 12px;
  }
}
.p-cases__case-title {
  font-size: 32px;
  font-weight: 700;
  color: #1C57AA;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-cases__case-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-cases__photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-cases__photos {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__photos {
    gap: 12px;
  }
}
.p-cases__photo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-cases__photo-item {
    gap: 8px;
  }
}
.p-cases__photo-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.p-cases__photo-caption {
  font-size: 16px;
  color: #192332;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cases__photo-caption {
    font-size: 14px;
  }
}

.p-strengths {
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .p-strengths {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding: 50px 0 60px;
  }
}
.p-strengths__inner {
  max-width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-strengths__inner {
    padding: 0 15px;
  }
}
.p-strengths__heading-wrap {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-strengths__heading-wrap {
    margin-bottom: 36px;
  }
}
.p-strengths__heading-sub {
  font-size: 24px;
  color: #192332;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-strengths__heading-sub {
    font-size: 16px;
  }
}
.p-strengths__heading {
  font-size: 32px;
  font-weight: 700;
  color: #192332;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-strengths__heading {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.p-strengths__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-strengths__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-strengths__list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-strengths__item {
  background: #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-strengths__item {
    padding: 16px 20px 32px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths__item {
    padding: 24px 12px 20px;
    gap: 16px;
  }
}
.p-strengths__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00439F;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-strengths__num {
    width: 75px;
    height: 75px;
    font-size: 50px;
    border: 5px solid #5792E3;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths__num {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border: 3px solid #5792E3;
  }
}
.p-strengths__text {
  font-size: 26px;
  color: #192332;
  line-height: 1.7;
  font-weight: 700;
}
.p-strengths__text strong {
  font-weight: 700;
  color: #1C57AA;
}
.p-strengths__text--primary strong {
  color: #00439F;
}
@media screen and (max-width: 767px) {
  .p-strengths__text {
    font-size: 13px;
  }
  .p-strengths__text strong {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths-detail {
    padding: 80px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail {
    padding: 50px 0 0px;
  }
}
.p-strengths .p-strengths-detail {
  padding-left: 15px;
  padding-right: 15px;
}
.p-strengths .p-strengths-detail__inner {
  max-width: 1015px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths-detail__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__inner {
    padding: 36px 20px;
  }
}
.p-strengths .p-strengths-detail__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__heading-wrap {
    margin-bottom: 24px;
  }
}
.p-strengths .p-strengths-detail__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00439F;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths-detail__num {
    width: 75px;
    height: 75px;
    font-size: 50px;
    border: 5px solid #5792E3;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__num {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border: 3px solid #5792E3;
  }
}
.p-strengths .p-strengths-detail__heading {
  font-size: 40px;
  font-weight: 700;
  color: #00439F;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  border-bottom: 5px solid #5792E3;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__heading {
    font-size: 22px;
    border-bottom: 3px solid #5792E3;
  }
}
.p-strengths .p-strengths-detail__lead {
  font-size: 24px;
  color: #192332;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__lead {
    font-size: 15px;
    text-align: left;
  }
}
.p-strengths .p-strengths-detail__lead strong {
  color: #00439F;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__lead strong {
    font-size: 20px;
  }
}
.p-strengths .p-strengths-detail .detail4__wrap {
  max-width: 740px;
  margin: 0 auto;
}
.p-strengths .p-strengths-detail__icon {
  text-align: center;
  margin-bottom: 16px;
}
.p-strengths .p-strengths-detail__icon img {
  display: inline-block;
  width: auto;
}
.p-strengths .p-strengths-detail__fig-title {
  font-size: 24px;
  color: #192332;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__fig-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.p-strengths .p-strengths-detail__fig-title strong {
  color: #00439F;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__fig-title strong {
    font-size: 20px;
  }
}
.p-strengths .p-strengths-detail__fig {
  max-width: 804px;
  margin: 0 auto 24px;
}
.p-strengths .p-strengths-detail__fig.detail_4 {
  max-width: 680px;
}
.p-strengths .p-strengths-detail__fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__fig {
    margin-bottom: 16px;
  }
}
.p-strengths .p-strengths-detail__fig-desc {
  font-size: 20px;
  color: #192332;
  line-height: 1.8;
  margin-bottom: 50px;
}
.p-strengths .p-strengths-detail__fig-desc.text2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__fig-desc {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .p-strengths .p-strengths-detail__fig-desc.text2 {
    margin-bottom: 20px;
  }
}
.p-strengths .p-strengths-detail__targets {
  text-align: center;
}
.p-strengths .p-strengths-detail__targets-title {
  font-size: 36px;
  font-weight: 700;
  color: #00439F;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__targets-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-strengths .p-strengths-detail__target-list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  width: 80%;
  max-width: 824px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths-detail__target-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-strengths .p-strengths-detail__target-item {
  text-align: left;
}
.p-strengths .p-strengths-detail__target-num {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #00439F;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
}
.p-strengths .p-strengths-detail__target-label {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #192332;
  padding: 5px 20px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  max-width: 322px;
}
.p-strengths .p-strengths-detail__target-label--orange {
  background: #F9D085;
}
.p-strengths .p-strengths-detail__target-label--blue {
  background: #85C8F9;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-label {
    font-size: 15px;
    padding: 6px 16px;
  }
}
.p-strengths .p-strengths-detail__target-points {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-strengths .p-strengths-detail__target-points li {
  font-size: 22px;
  color: #192332;
  line-height: 1.7;
  padding-left: 1em;
  position: relative;
  font-weight: 700;
}
.p-strengths .p-strengths-detail__target-points li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 6px;
  color: #192332;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-points li {
    font-size: 14px;
  }
  .p-strengths .p-strengths-detail__target-points li::before {
    content: "●";
    position: absolute;
    left: 0;
    font-size: 8px;
    top: 5px;
    color: #192332;
  }
}
.p-strengths .p-strengths-detail__photos {
  display: -ms-grid !important;
  display: grid !important;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths-detail__photos {
    -ms-grid-columns: (1fr)[3] 248px;
    grid-template-columns: repeat(3, 1fr) 248px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__photos {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-strengths .p-strengths-detail__photo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-strengths .p-strengths-detail__photo-year {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #00439F;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__photo-year {
    font-size: 13px;
  }
}
.p-strengths .p-strengths-detail__target-about {
  margin-bottom: 24px;
}
.p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #85C8F9;
  border-radius: 4px;
  padding: 14px 24px;
  gap: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 16px;
    gap: 8px;
  }
}
.p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 24px;
  font-weight: 700;
  color: #192332;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner-items {
    font-size: 15px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner-sub {
  font-size: 18px;
  color: #192332;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__target-about .p-strengths-detail__target-banner-sub {
    font-size: 13px;
    white-space: normal;
  }
}
.p-strengths .p-strengths-detail__cta-text {
  font-size: 20px;
  line-height: 1.7;
  color: #00439F;
  font-weight: 700;
}
.p-strengths .p-strengths-detail__cta-text strong {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths-detail__cta-text {
    font-size: 15px;
  }
  .p-strengths .p-strengths-detail__cta-text strong {
    font-size: 20px;
  }
}
.p-strengths .detail__note {
  font-size: 12px;
  color: #555555;
  line-height: 1.6;
  margin-top: -16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-strengths .detail__note {
    font-size: 11px;
    margin-bottom: 28px;
  }
}

.p-themes {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-themes {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-themes {
    padding: 50px 0 60px;
  }
}
.p-themes__inner {
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-themes__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-themes__inner {
    padding: 0 15px;
  }
}
.p-themes__lead-block {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .p-themes__lead-block {
    margin-bottom: 48px;
  }
}
.p-themes__lead-sub {
  font-size: 32px;
  color: #192332;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-themes__lead-sub {
    font-size: 18px;
  }
}
.p-themes__lead-heading {
  font-size: 32px;
  font-weight: 700;
  color: #192332;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}
.p-themes__lead-heading--green {
  color: #94BB17;
}
@media screen and (max-width: 767px) {
  .p-themes__lead-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-themes__lead-text {
  font-size: 18px;
  color: #192332;
  line-height: 2;
}
.p-themes__lead-text strong {
  color: #00439F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-themes__lead-text {
    font-size: 14px;
  }
}
.p-themes__heading-wrap {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-themes__heading-wrap {
    margin-bottom: 32px;
  }
}
.p-themes__heading-wrap .headline-2nd {
  letter-spacing: 0;
}
.p-themes__heading-wrap .headline-2nd strong {
  font-size: 44px;
  color: #00439F;
}
@media screen and (max-width: 767px) {
  .p-themes__heading-wrap .headline-2nd strong {
    font-size: 34px;
    color: #00439F;
    display: block;
  }
}
.p-themes__heading {
  font-size: 28px;
  font-weight: 700;
  color: #192332;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-themes__heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.p-themes__heading-sub {
  font-size: 28px;
  font-weight: 700;
  color: #192332;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-themes__heading-sub {
    font-size: 18px;
  }
}
.p-themes__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-themes__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-themes__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-themes__card {
  border: 2px solid #00439F;
  border-radius: 20px;
  padding: 15px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-themes__card {
    padding: 20px 20px 24px;
  }
}
.p-themes__card-sub {
  font-size: 20px;
  color: #192332;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-themes__card-sub {
    font-size: 13px;
  }
}
.p-themes__card-title {
  position: relative;
  display: inline-block;
  background: #1C57AA;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 32px 6px 16px;
  margin-bottom: 15px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-themes__card-title {
    font-size: 18px;
    padding: 8px 28px 8px 14px;
    margin-bottom: 16px;
  }
}
.p-themes__card-text {
  font-size: 22px;
  color: #192332;
  line-height: 1.7;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-themes__card-text small {
  font-size: 16px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .p-themes__card-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-themes__card-text small {
    font-size: 12px;
  }
}
.p-themes__card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #94BB17;
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-themes__card-btn span {
  font-size: 18px;
  line-height: 1;
}
.p-themes__card-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-themes__card-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.p-themes .p-theme-detail {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-themes .p-theme-detail {
    padding: 80px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail {
    padding: 50px 0 0px;
  }
}
.p-themes .p-theme-detail__inner {
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-themes .p-theme-detail__inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__inner {
    padding: 0 15px;
  }
}
.p-themes .p-theme-detail__title-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #1C57AA;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  margin-bottom: 48px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-themes .p-theme-detail__title-band {
    padding: 14px 48px 14px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__title-band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    padding: 14px 40px 14px 20px;
    margin-bottom: 32px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }
}
.p-themes .p-theme-detail__title-band-sub {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__title-band-sub {
    font-size: 14px;
  }
}
.p-themes .p-theme-detail__title-band-main {
  font-size: 28px;
  font-weight: 700;
}
.p-themes .p-theme-detail__title-band-main.text__ {
  line-height: 1.3;
}
.p-themes .p-theme-detail__title-band-main small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__title-band-main {
    font-size: 18px;
  }
  .p-themes .p-theme-detail__title-band-main small {
    font-size: 14px;
  }
}
.p-themes .p-theme-detail__lead {
  font-size: 28px;
  color: #192332;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.p-themes .p-theme-detail__lead strong {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__lead {
    font-size: 16px;
    margin-bottom: 28px;
    text-align: left;
  }
}
.p-themes .p-theme-detail__fig {
  margin-bottom: 48px;
}
.p-themes .p-theme-detail__fig img {
  margin: 0 auto;
  max-width: 882px;
  width: 90%;
  height: auto;
}
.p-themes .p-theme-detail__fig.teme02_fig {
  margin: 0 auto;
  width: 100%;
  max-width: 506px;
}
.p-themes .p-theme-detail__fig.teme02_fig img {
  width: 100%;
}
.p-themes .p-theme-detail__fig.teme03_fig {
  margin: 0 auto;
  width: 100%;
  max-width: 682px;
}
.p-themes .p-theme-detail__fig.teme03_fig img {
  width: 100%;
}
.p-themes .p-theme-detail__fig.teme04_fig {
  margin: 0 auto;
  width: 100%;
  max-width: 1013px;
}
.p-themes .p-theme-detail__fig.teme04_fig img {
  margin-top: 20px;
  width: 100%;
  max-width: 1013px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__fig {
    margin-bottom: 32px;
  }
}
.p-themes .p-theme-detail__fig-note {
  font-size: 16px;
  color: #555555;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__fig-note {
    font-size: 14px;
  }
}
.p-themes .p-theme-detail__design-example img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  max-width: 661px;
}
.p-themes .p-theme-detail__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 680px;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
}
.p-themes .p-theme-detail__case-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 660px;
  width: 50%;
}
.p-themes .p-theme-detail__case-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__case-img {
    width: 100%;
  }
}
.p-themes .p-theme-detail__case-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  color: #192332;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__case-text {
    font-size: 14px;
    gap: 12px;
  }
}
.p-themes .p-theme-detail__example-img {
  margin: 40px 0 48px;
}
.p-themes .p-theme-detail__example-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__example-img {
    margin: 28px 0 32px;
  }
}
.p-themes .p-theme-detail__example-img.theme3_example {
  text-align: center;
}
.p-themes .p-theme-detail__example-img.theme3_example img {
  max-width: 661px;
  margin-left: auto;
  margin-right: auto;
}
.p-themes .p-theme-detail__photos03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__photos03 {
    gap: 16px;
    margin-top: 32px;
  }
}
.p-themes .p-theme-detail__photos03-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-themes .p-theme-detail__photos03-row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__photos03-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.p-themes .p-theme-detail__photo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 256px;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__photo-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 30px);
            flex: 0 0 calc(33% - 30px);
  }
}
.p-themes .p-theme-detail__photos03-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31px;
  height: auto;
  display: block;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__photos03-arrow {
    width: 20px;
  }
}
.p-themes .p-theme-detail__photo-img {
  width: 100%;
  display: block;
}
.p-themes .p-theme-detail__photo-caption {
  font-size: 16px;
  color: #192332;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__photo-caption {
    font-size: 12px;
  }
}
.p-themes .p-theme-detail__cert-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__cert-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-themes .p-theme-detail__cert-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-themes .p-theme-detail__cert-badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 154px;
}
.p-themes .p-theme-detail__cert-badge img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__cert-badge {
    width: 120px;
    margin: 0 auto;
  }
}
.p-themes .p-theme-detail__cert-title {
  font-size: 30px;
  font-weight: 700;
  color: #192332;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__cert-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.p-themes .p-theme-detail .p-theme-detail_btn {
  margin-bottom: 50px;
}
.p-themes .p-theme-detail__cert-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: 2px solid #94BB17;
  color: #94BB17;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 24px;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-themes .p-theme-detail__cert-btn span {
  font-size: 18px;
  line-height: 1;
}
.p-themes .p-theme-detail__cert-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-themes .p-theme-detail__cert-btn {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 16px;
  }
}