/*************************************************

philosophy-com-leadbox

*************************************************/
.philosophy-com-leadbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(128rem, 100% - 4rem);
  margin: 0 auto 15rem;
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox {
    display: block;
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .philosophy-com-leadbox.is-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.philosophy-com-leadbox-letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  min-height: 51rem;
  margin-top: 5rem;
  padding: 0 4rem 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox-letters {
    width: auto;
    min-height: 0;
    margin-top: 3rem;
    margin-left: -2rem;
    padding: 0 2rem 5rem 2em;
  }
}
.philosophy-com-leadbox-letters > * {
  position: relative;
  z-index: 5;
}
.philosophy-com-leadbox-letters::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  display: block;
  content: "";
  background-color: #F2F8FF;
  border-top-right-radius: 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .is-rev .philosophy-com-leadbox-letters::before {
    border-radius: 3rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox-letters::before {
    height: calc(100% - 2.3rem);
    border-top-right-radius: 2rem;
  }
}

.philosophy-com-leadbox-en {
  margin-bottom: 4rem;
  color: rgba(3, 120, 210, 0.1);
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox-en {
    margin-bottom: 3rem;
    font-size: 4.6rem;
  }
}

.philosophy-com-leadbox-text01 {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
.philosophy-com-leadbox-text01 strong {
  color: #004292;
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox-text01 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.philosophy-com-leadbox-text02 {
  line-height: 2.5;
}

.philosophy-com-leadbox-img {
  overflow: hidden;
  width: 50%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .philosophy-com-leadbox-img {
    width: 100%;
  }
}
.philosophy-com-leadbox-img img {
  width: 100%;
}

/*************************************************

purpose

*************************************************/
.purpose-section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .purpose-section {
    padding-bottom: 4rem;
  }
}

.purpose-container {
  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;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .purpose-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    padding: 0;
  }
}
.purpose-container .purpose-image img {
  width: 100%;
  max-width: 48rem;
  border-radius: 1.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.purpose-container .purpose-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 6rem 6rem 6rem 6rem;
  background-color: #f2f8ff;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .purpose-container .purpose-text {
    padding: 4rem 3rem 3rem;
    border-radius: 2rem;
  }
}
.purpose-container .purpose-text .purpose-label {
  font-size: 5.6rem;
  font-weight: 300;
  color: rgba(0, 74, 173, 0.08);
  letter-spacing: 0.2rem;
  margin: 0;
  position: absolute;
  top: -5rem;
  left: 0;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .purpose-container .purpose-text .purpose-label {
    font-size: 4.2rem;
    top: -4rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
}
.purpose-container .purpose-text .purpose-title {
  font-size: 2.8rem;
  color: #004292;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .purpose-container .purpose-text .purpose-title {
    font-size: 2rem;
  }
}
.purpose-container .purpose-text .purpose-subtitle {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .purpose-container .purpose-text .purpose-subtitle {
    font-size: 1.6rem;
  }
}
.purpose-container .purpose-text .purpose-desc {
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
}

.purpose-container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .purpose-container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.purpose-container.reverse .purpose-text {
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .purpose-container.reverse .purpose-text {
    border-radius: 2rem;
  }
}

/*************************************************

list-text

*************************************************/
.list-text {
  width: min(95rem, 100% - 4rem);
  margin: 0 auto 12rem;
}
@media screen and (max-width: 767px) {
  .list-text {
    margin-bottom: 7rem;
  }
}
.list-text .parts-dotslist02 {
  gap: 0;
}
.list-text .parts-dotslist02__item {
  font-size: 2.2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .list-text .parts-dotslist02__item {
    font-size: 1.6rem;
  }
}

/*************************************************

vision

*************************************************/
.vision-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(116rem, 100% - 4rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision-section {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .vision-section .parts-bdrtitle03 .in-ja {
    font-size: 3.2rem;
  }
}
.vision-section .parts-bdrtitle03 .in-ja {
  border-bottom: none;
}
.vision-section .parts-dotslist02 {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .vision-section .parts-dotslist02 {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .vision-section .parts-dotslist02__item {
    font-size: 2.2rem;
  }
}

.vision-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision-container {
    padding: 0;
  }
}

.vision-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 8rem;
  font-weight: 300;
  color: rgba(3, 120, 210, 0.1);
  letter-spacing: 0.2rem;
  text-align: center;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vision-label {
    font-size: 4.6rem;
  }
}

.vision-box {
  background-color: #F6F6F6;
  border-radius: 1.5rem;
  padding: 8rem 7rem 7rem;
  position: relative;
  z-index: 1;
}

.vision-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .vision-box {
    padding: 5rem 2rem 3rem;
  }
  .vision-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .vision-list {
    padding-left: 0;
  }
  .vision-list li {
    font-size: 1.5rem;
  }
}
/*************************************************

objectives

*************************************************/
.p-objectives {
  padding: 8rem 0 0;
  width: min(128rem, 100% - 2rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-objectives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-objectives .parts-btn02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-objectives__inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(112rem, 100% - 2rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-objectives__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.5rem;
  }
}
.p-objectives__text {
  position: relative;
  background: #f1f8ff;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 8rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-objectives__text {
    border-radius: 2rem;
  }
}
.p-objectives__title {
  position: absolute;
  top: 0%;
  left: 0;
  content: "";
  font-size: 7.2rem;
  font-weight: 300;
  color: rgba(3, 120, 210, 0.1);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 100%;
  text-align: center;
}
.p-objectives__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.p-objectives__subtitle {
  font-size: 3rem;
  color: #004080;
  font-weight: 700;
}
.p-objectives__line {
  font-size: 3rem;
  color: #004080;
}
.p-objectives__lead {
  font-size: 3rem;
  font-weight: 700;
  color: #222;
}
.p-objectives__desc {
  text-align: left;
  font-size: 1.6rem;
  color: #222;
  max-width: 97rem;
  margin: 0 auto;
  line-height: 2.5;
}
.p-objectives__images {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-objectives__images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-objectives__images img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-objectives__text {
    padding: 4rem 2.5rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-objectives__desc {
    font-size: 1.4rem;
  }
  .p-objectives__title {
    font-size: 4.6rem;
  }
  .p-objectives__heading {
    row-gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.6;
  }
  .p-objectives__subtitle {
    font-size: 2.2rem;
  }
  .p-objectives__line {
    font-size: 2.2rem;
  }
  .p-objectives__lead {
    font-size: 2.2rem;
  }
  .p-objectives__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-objectives__images img {
    width: 100%;
    border-radius: 2rem;
  }
}