.bg_white {
  background-color: #fff;
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: 6rem;
}
.thoughts_inner {
  max-width: calc(88.6rem * var(--scale));
  margin: auto;
}
.section_title {
  font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
  color: var(--main-color);
  text-align: center;
}
@media (max-width: 767px) {
  .bg_white {
    padding-bottom: 4rem;
  }
  .thoughts_inner {
    padding: 0 2rem;
  }
  .section_title {
    font-size: 1.6rem;
  }
}


/* value */
.value {
  margin: 5rem 0 9.2rem;
}
.value_title {
  width: 49.5rem;
  margin: 2rem auto 0;
}
.value_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem calc(6rem * var(--scale));
  margin-top: 6rem;
}
.value_img {
  width: calc(38rem * var(--scale));
}
.value_textbox {
  flex: 1;
}
.value_text {
  font-size: 1.6rem;
  line-height: 2;
}
.value_text  + .value_text {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .value {
    margin: 5rem 0;
  }
  .value_title {
    width: 30rem;
  }
  .value_box {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .value_img {
    width: 30rem;
    margin: auto;
  }
  .value_text {
    font-size: 1.3rem;
  }
  .value_text  + .value_text {
    margin-top: 2rem;
  }
}


/* philosophy */
.philosophy {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}
.philosophy_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.philosophy_title {
  width: calc(38rem * var(--scale));
  margin: calc(10rem * var(--scale)) auto 0;
}
.philosophy_box {
  margin-top: calc(10rem * var(--scale));
  display: flex;
  align-items: center;
  gap: calc(6rem * var(--scale));
}
.philosophy_img {
  width: calc(37.5rem * var(--scale));
}
.philosophy_text {
  font-size: 1.6rem;
  line-height: 2;
  flex-shrink: 1;
  margin-top: 10rem;
}
.philosophy_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(2.5rem * var(--scale));
  max-width: calc(110rem * var(--scale));
	margin: calc(6rem * var(--scale)) auto 0;
}
.philosophy_flex_item {
  border-radius: 2rem;
  padding: calc(3rem * var(--scale));
  text-align: center;
  background-image: url(../img/thoughts/philosophy-item-bg.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100%;
}
.philosophy_flex_item_img {
  width: calc(38rem * var(--scale));
  margin: auto;
}
.philosophy_flex_item .title_en {
  font-size: 3.8rem;
  color: var(--main-color);
  margin-top: 3rem;
}
.philosophy_flex_item .title_ja {
  margin-top: 1rem;
}
.philosophy_flex_item .link_btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .philosophy_bg {
    height: 30rem;
    object-fit: cover;
  }
  .philosophy_title {
    width: 22rem;
    margin-top: 3rem;
  }
  .philosophy_box {
    flex-direction: column;
    margin-top: 6rem;
    gap: 2rem;
  }
  .philosophy_img {
    width: 26rem;
  }
  .philosophy_text {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .philosophy_flex {
    grid-template-columns: 1fr;
    margin-top: 5rem;
    padding: 0 2rem;
  }
  .philosophy_flex_item {
    padding: 2rem;
  }
  .philosophy_flex_item_img {
    width: 100%;
  }
  .philosophy_flex_item .title_en {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
  .philosophy_flex_item .link_btn {
    margin-top: 3rem;
  }
}


/* benefit */
.benefit {
  margin-top: 2rem;
}
.text_slider {
  display: flex;
  gap: 2rem;
  overflow-x: hidden;
  margin-bottom: -1.5rem;
}
.text_slider_item {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 9.2rem;
  color: #fff;
  line-height: 1;
  margin: 0 1rem;
}
.benefit_container {
  background-image: url(../img/thoughts/benefit-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  padding: 7.6rem 0;
  position: relative;
  z-index: 2;
}
.benefit_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(6rem * var(--scale));
}
.benefit_textbox {
  flex: 1;
}
.benefit__title {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1rem;
}
.benefit_logo {
  width: 16rem;
  margin: calc(3.2rem * var(--scale)) auto;
}
.benefit_text {
  font-size: 1.6rem;
  line-height: 2;
}
.benefit_image {
  width: calc(35.1rem * var(--scale));
  position: relative;
}
.benefit_image_text {
  position: absolute;
  top: calc(6.5rem * var(--scale));
  right: calc(-13.8rem * var(--scale));
  width: calc(25rem * var(--scale));
}
@media (max-width: 767px) {
  .benefit {
    margin-top: 1rem;
  }
  .text_slider {
    display: flex;
    gap: 2rem;
    overflow-x: hidden;
    margin-bottom: -1.5rem;
  }
  .text_slider_item {
    font-size: 7.2rem;
    margin: 0 .7rem;
  }
  .benefit_container {
    padding: 5rem 0;
    background-size: 400%;
  }
  .benefit_box {
    flex-direction: column;
    gap: 3rem;
  }
  .benefit__title {
    font-size: 2.2rem;
  }
  .benefit_logo {
    width: 12rem;
  }
  .benefit_text {
    font-size: 1.3rem;
  }
  .benefit_image {
    width: 100%;
  }
  .benefit_img {
    width: 80%;
  }
  .benefit_image_text {
    top: 5rem;
    right: 1rem;
    width: 18rem;
  }
}