/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* lead-wrap
---------------------------------------------------------------------------- */
.lead-wrap {
  padding: 12rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lead-wrap {
    padding: 8rem 0 4rem 0;
  }
}
.lead-wrap .lead-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 0.8rem 0;
}
.lead-wrap .lead-txt .txt {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 1.6rem 2rem;
  border-radius: 0.4rem;
  background: #224589;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-txt .txt {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.8rem 1.6rem;
  }
}

/* sec-mission
---------------------------------------------------------------------------- */
.sec-mission {
  padding: 0 0 12rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-mission {
    padding: 0 0 8rem 0;
  }
}
.sec-mission .c-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-mission .c-title {
    margin-bottom: 1.6rem;
  }
}
.sec-mission .lead {
  color: #224589;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.00048em;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-mission .lead {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.00032em;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}
.sec-mission .txt {
  color: #224589;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-mission .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-mission .sec-img {
  margin-top: 6.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-mission .sec-img {
    margin-top: 4rem;
  }
}

/* sec-message
---------------------------------------------------------------------------- */
.sec-message {
  padding: 8rem 0;
  box-sizing: border-box;
}
.sec-message .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-message .flex {
    flex-direction: column;
    gap: 4rem 0;
  }
}
.sec-message .flex .c-title {
  width: calc(100% - 56.8rem);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .c-title {
    width: 100%;
  }
}
.sec-message .flex .txt-wrap {
  width: 56.8rem;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .txt-wrap {
    width: 100%;
  }
}
.sec-message .flex .txt-wrap .txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .txt-wrap .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-message .flex .txt-wrap .txt + .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .txt-wrap .txt + .txt {
    margin-top: 2rem;
  }
}
.sec-message .flex .txt-wrap .signature {
  margin-top: 4rem;
}
.sec-message .flex .txt-wrap .signature .post {
  text-align: right;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .txt-wrap .signature .post {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-message .flex .txt-wrap .signature .name {
  text-align: right;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-message .flex .txt-wrap .signature .name {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

/* sec-strengths
---------------------------------------------------------------------------- */
.sec-strengths {
  padding: 12rem 0 16rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-strengths {
    padding: 8rem 0;
  }
}
.sec-strengths .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-strengths .c-title {
    margin-bottom: 4rem;
  }
}
.sec-strengths .box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 3.2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.sec-strengths .box-wrap .strengths-box {
  width: calc((100% - 3.2rem) / 2);
  background: #224589;
  padding: 0;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap .strengths-box {
    width: 100%;
  }
}
.sec-strengths .box-wrap .strengths-box .num {
  color: #fff;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.8rem 2.4rem;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #D73030;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap .strengths-box .num {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.8rem 1.6rem;
  }
}
.sec-strengths .box-wrap .strengths-box .box__inner {
  padding: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap .strengths-box .box__inner {
    padding: 1.6rem;
  }
}
.sec-strengths .box-wrap .strengths-box .ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.00048em;
  font-weight: 700;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap .strengths-box .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.00032em;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
}
.sec-strengths .box-wrap .strengths-box .txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-strengths .box-wrap .strengths-box .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

/* sec-divisions
---------------------------------------------------------------------------- */
.sec-divisions {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .sec-divisions {
    padding: 6.4rem 0 8rem 0;
  }
}
.sec-divisions .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 4.2rem;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.sec-divisions .flex .business-box {
  width: calc((100% - 8.4rem) / 3);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.4rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex .business-box {
    width: 100%;
  }
}
.sec-divisions .flex .business-box .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.00048em;
  font-weight: 700;
  color: #fff;
  padding: 1.6rem 2rem;
  border-bottom: 2px solid #D73030;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex .business-box .ttl {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.0004em;
    font-weight: 700;
    padding: 1.6rem;
  }
}
.sec-divisions .flex .business-box .box-txt {
  padding: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex .business-box .box-txt {
    padding: 1.6rem;
  }
}
.sec-divisions .flex .business-box .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex .business-box .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-divisions .flex .business-box .box-txt .en-txt {
  margin-top: 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .sec-divisions .flex .business-box .box-txt .en-txt {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
  }
}

/* sec-community
---------------------------------------------------------------------------- */
.sec-community {
  padding: 12rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-community {
    padding: 8rem 0 12rem 0;
  }
}
.sec-community .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-community .c-title {
    margin-bottom: 4rem;
  }
}
.sec-community .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-community .flex {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.sec-community .flex .box {
  width: calc((100% - 6.4rem) / 2);
  padding: 3.2rem;
  background: #fff;
  border: 1px solid #224589;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-community .flex .box {
    width: 100%;
    padding: 1.6rem;
  }
}
.sec-community .flex .box-img {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.sec-community .flex .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #224589;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-community .flex .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

/* sec-associated
---------------------------------------------------------------------------- */
.sec-associated {
  padding: 0 0 16rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-associated {
    padding-bottom: 12rem;
  }
}
.sec-associated .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .c-title {
    margin-bottom: 4rem;
  }
}
.sec-associated .company-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 4rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #224589;
  box-sizing: border-box;
}
.sec-associated .company-box + .company-box {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box + .company-box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box {
    flex-direction: column;
    padding: 1.6rem;
  }
}
.sec-associated .company-box .box-txt {
  width: calc(100% - 52.8rem);
  padding-right: 6.2rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
}
.sec-associated .company-box .box-txt .ttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #D73030;
  margin-bottom: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.6rem;
  }
}
.sec-associated .company-box .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-associated .company-box .box-img {
  width: 52.8rem;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img {
    width: 100%;
  }
}
.sec-associated .company-box .box-img .slick-slider {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-slider {
    padding-bottom: 0;
  }
}
.sec-associated .company-box .box-img .slick-slider .slide-item {
  border-radius: 0.4rem;
  overflow: hidden;
}
.sec-associated .company-box .box-img .slick-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-associated .company-box .box-img .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-dots {
    position: relative;
    margin-top: 0.6rem;
  }
}
.sec-associated .company-box .box-img .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.4rem;
  }
}
.sec-associated .company-box .box-img .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.sec-associated .company-box .box-img .slick-dots li button:before {
  display: none;
}
.sec-associated .company-box .box-img .slick-dots li.slick-active {
  background: #1202BD;
}