@charset "UTF-8";
/* ----------------------------------------------------------------
world
----------------------------------------------------------------- */
/* タイトル */
.title h3 {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 768px) {
    .title h3 {
      /*  768px  */
      font-size: 2rem; } }

/* タイトル下線あり */
.title-line h3 {
  position: relative;
  font-size: 4rem;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .title-line h3 {
      /*  768px  */
      font-size: 2rem; } }

.title-line h3:after {
  position: absolute;
  content: "";
  width: 3rem;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white; }

/* ----------------------------------------------------------------
kv
----------------------------------------------------------------- */
.kv {
  background-image: url(../img/world/world-kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* ----------------------------------------------------------------
purpose
----------------------------------------------------------------- */
.purpose {
  background-image: url(../img/world/purpose-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.purpose_breadcrumb {
  color: white; }

.breadcrumbs.purpose___breadcrumbs a {
  color: white; }

.breadcrumbs.purpose___breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  position: relative; }
  .breadcrumbs.purpose___breadcrumbs::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(../img/world/breadcrumb-home-w.png) no-repeat;
    display: inline-block;
    background-size: contain; }

.purpose_wrap {
  padding: 12rem 0;
  text-align: center;
  color: white; }
  @media (max-width: 768px) {
    .purpose_wrap {
      /*  768px  */
      padding: 6rem 0; } }

.purpose_inner {
  max-width: 1200px;
  padding: 0 1.5625rem;
  margin-inline: auto; }

.purpose_toptext-en {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em; }
  @media (max-width: 768px) {
    .purpose_toptext-en {
      /*  768px  */
      font-size: 1.8rem; } }

.purpose_toptext-ja {
  margin-top: 2rem;
  font-size: 1.9rem;
  font-weight: 600; }
  @media (max-width: 768px) {
    .purpose_toptext-ja {
      /*  768px  */
      font-size: 1.4rem; } }

.purpose_undertext {
  margin-top: 31rem;
  letter-spacing: 0.2em; }
  @media (max-width: 768px) {
    .purpose_undertext {
      /*  768px  */
      margin-top: 10rem; } }

.purpose_undertext p {
  margin-top: 7rem;
  font-size: 2.4rem;
  font-weight: 500; }
  @media (max-width: 768px) {
    .purpose_undertext p {
      /*  768px  */
      margin-top: 4rem;
      font-size: 1.6rem; } }

/* ----------------------------------------------------------------
mission
----------------------------------------------------------------- */
.mission {
  background-image: url(../img/world/mission-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 17rem 0;
  color: white;
  text-align: center; }
  @media (max-width: 768px) {
    .mission {
      /*  768px  */
      padding: 6rem 0; } }

.mission_inner {
  max-width: 1200px;
  padding: 0 1.5625rem;
  margin-inline: auto; }

.mission_text p {
  margin-top: 10rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 500; }
  @media (max-width: 768px) {
    .mission_text p {
      /*  768px  */
      font-size: 1.6rem;
      margin-top: 3rem; } }

/* ----------------------------------------------------------------
vision
----------------------------------------------------------------- */
.vision {
  background-image: url(../img/world/vision-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 17rem 0;
  color: white; }
  @media (max-width: 768px) {
    .vision {
      /*  768px  */
      padding: 6rem 0; } }

.vision_inner {
  max-width: 1200px;
  padding: 0 1.5625rem;
  margin-inline: auto; }

.vision_wrap {
  width: 45%;
  margin-left: auto; }
  @media (max-width: 768px) {
    .vision_wrap {
      /*  768px  */
      width: 100%; } }

.vision_text p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 6rem; }
  @media (max-width: 768px) {
    .vision_text p {
      /*  768px  */
      font-size: 1.6rem;
      margin-top: 3rem; } }

.title-line.vision_title h3 {
  text-align: left; }
  @media (max-width: 768px) {
    .title-line.vision_title h3 {
      /*  768px  */
      text-align: center; } }

.title-line.vision_title h3:after {
  left: 20px; }
  @media (max-width: 768px) {
    .title-line.vision_title h3:after {
      /*  768px  */
      left: 50%;
      transform: translate(-50%, -50%); } }

/* ----------------------------------------------------------------
value
----------------------------------------------------------------- */
.value {
  padding: 17rem 0; }
  @media (max-width: 768px) {
    .value {
      /*  768px  */
      padding: 6rem 0; } }

.value_inner {
  max-width: 1140px;
  padding: 0 1.5625rem;
  margin-inline: auto; }

.title-line.value_title h3:after {
  border: solid 1px black; }

.value_lists {
  margin-top: 12rem;
  margin-inline: auto;
  font-weight: 500; }
  @media (max-width: 768px) {
    .value_lists {
      /*  768px  */
      margin-top: 5rem; } }

.value_lists li {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem; }

.value_number {
  font-size: 3.2rem;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .value_number {
      /*  768px  */
      font-size: 2rem; } }

.value_text {
  font-size: 2.4rem; }
  @media (max-width: 768px) {
    .value_text {
      /*  768px  */
      font-size: 1.4rem; } }
