@charset "UTF-8";

/* セクション共通 */
.section_head {
  margin-bottom: 32px;
}

.section_head h2 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 60px;
  line-height: 1;
}

.section_head--light h2 {
  color: var(--White);
}

.section_dots {
  font-size: 2.2rem;
  color: var(--red);
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .section_head h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}


/**********************************************/
/**********STORY*******************************/
/**********************************************/
.story_section {
  background-color: var(--Lightgray);
}

.story_section .story_body {
  position: relative;
  display: block;
  padding-right: 360px;
}

.story_section .story_text {
  max-width: 640px;
}

.story_section .story_lead {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 2;
}

.story_section .sub_lead {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 30px;
  font-weight: 600;
}

.story_subblock {
  margin-top: 60px;
}

.story_subtitle {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1;
}

.story_subcopy {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 4px;
  letter-spacing: 2;
}

.story_circle {
  position: absolute;
  top: 80px;
  right: 80px;
  transform: translateX(25%);
  pointer-events: none;
}

.story_circle_inner {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  box-shadow: 0 0 0 32px var(--Lightgray);
}

@media screen and (max-width: 1024px) {
  .story_section .story_body {
    gap: 40px;
    padding-right: 250px;
  }
  .story_circle {
    right: 20px;
  }
  .story_circle_inner {
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .story_section .story_body {
    flex-direction: column;
    padding-right: 0;
  }

  .story_circle {
    position: static;
    transform: none;
    margin: 70px auto 0;
  }

  .story_section .story_lead {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .story_section .sub_lead {
    font-size: 1rem;
  }

  .story_subtitle {
    font-size: 2rem;
  }

  .story_subtitle .jp {
    font-size: 1.2rem;
    margin-left: 0px;
  }

  .story_subcopy {
    font-size: 1.3rem;
  }

  .story_circle_inner {
    width: 250px;
    height: 250px;
    box-shadow: none;
    margin: 0 auto;
  }
}


/**********************************************/
/**********MVV*********************************/
/**********************************************/
.mvv_section {
  background-color: #fafafa;
}

.mvv_lead {
  font-size: 2rem;
  font-weight: 800;
  min-width: 300px;
}

.mvv_content {
  display: flex;
}

.mvv_item p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 42px;
  font-weight: 600;
}

.mvv_title {
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
}

.mvv_title span{
  display:block;
  width: 80%;
  border-top: 1px solid var(--Black);
  position: absolute;
  top: 50%;
  right: 0;
}

.values_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

.values_list li {
  line-height: 1.7;
  margin-bottom: 6px;
  letter-spacing: 1.2;
  font-weight: 700;
}

.values_en {
  font-weight: 700;
  margin-right: 4px;
}

@media screen and (max-width: 1024px) {
  .mvv_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .mvv_lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
    
  .mvv_content {
    flex-direction: column;
  }

  .mvv_title {
    font-size: 1.5rem;
  }

  .mvv_title span {
    width: 60%;
  }

  .mvv_item p {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .values_list {
    font-size: 1rem;
  }

  .values_en {
    display: block;
  }
}


/**********************************************/
/**********GUIDELINES**************************/
/**********************************************/
.guidelines_section {
  background-color: #f5f5f5;
}

.guidelines_title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1;
}

.guidelines_content {
  padding: 0 32px;
}

.guidelines_content h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.guidelines_content h4 span{
  font-size: 1rem;
}

.guidelines_content .desc {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .guidelines_title {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
  .guidelines_content {
    padding: 0 0 0 16px;
  }
  .guidelines_content h4 {
    font-size: 1.4rem;
  }
  .guidelines_content h4 span {
    font-size: 0.9rem;
  }
  .guidelines_content .desc {
    margin-bottom: 24px;
  }
}


/**********************************************/
/**********MESSAGE******************************/
/**********************************************/
.message_section {
  background-color: var(--Richblack);
  color: var(--White);
}

.message_lead {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 44px;
  letter-spacing: 1.2;
  line-height: 1.6;
}

.message_cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15%;
  line-height: 2.4;
  letter-spacing: 1.2;
}

.message_photoarea figure {
  margin: 0;
}

.message_photoarea img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.message_photoarea figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}

.caption_role {
  font-size: 0.9rem;
}

.caption_name {
  font-weight: 700;
}

@media screen and (max-width: 1250px) {
  .message_cols {
    gap: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .message_inner {
    grid-template-columns: 1fr;
  }

  .message_cols {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .message_lead {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }

  .message_cols {
    gap: 0;
  }
}

/**********************************************/
/**********OUTLINE*****************************/
/**********************************************/
.outline_section {
  background-color: #f5f5f5;
}

.outline_title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1;
}

.outline_row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  padding: 32px 0;
  gap: 60px;
  border-top: 1px solid var(--Black);
}

.outline_row:first-child {
  border-top: none;
}

.outline_row dt {
  font-weight: 700;
  letter-spacing: 1.2;
  line-height: 1.9;
}

.outline_row dd {
  margin: 0;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .outline_row dt {
    font-size: 0.9rem;
  }

  .outline_row dd {
    font-size: 0.9rem;
  }

  .outline_title {
    font-size: 1.3rem;
  }
    
  .outline_row {
    padding: 20px 0;
    gap: 12px;
    font-size: 0.9rem;
    grid-template-columns: 110px minmax(0, 1fr);
  }
}