@charset "UTF-8";
.inner {
  width: 100%;
  padding-inline: 18px;
}
@media screen and (min-width: 900px) {
  .inner {
    max-width: 1440px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 130px;
  }
}

body,
p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #555555;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  body,
  p {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

header {
  height: 49px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  pointer-events: auto;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 768px) {
  header {
    height: 114px;
  }
}
@media screen and (min-width: 768px) {
  header.is-scrolled {
    height: 70px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 64px;
  }
}

.header__logo {
  width: 98px;
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 116px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}

.drawer-icon {
  width: 30px;
  height: 22px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: transparent;
  z-index: 1;
}

.touch-area {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
  background: transparent;
}

.drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #007943;
  left: 0;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
  z-index: 100;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
}
.drawer-icon__bar:nth-child(3) {
  top: 20px;
}

.header__nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  padding-top: 80px;
  overflow-y: auto;
  z-index: 10;
  display: none;
  background-color: #ebebeb;
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #444;
  background: #fff;
  padding: 32px 24px;
  width: 300px;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 60px;
    color: #fff;
  }
}

.header__list {
  border-bottom: 1px solid #c4c4c4;
  padding-left: 8px;
}
.header__list:last-child {
  border-bottom: none;
}
.header__list:last-child .header__link {
  padding-bottom: 0;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 17px;
}
.header__link img {
  width: 36px;
  height: 24px;
}

.top__title.sp {
  margin-top: 49px;
  padding-left: 17px;
  padding-right: 12px;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top__title.sp .head-title__deco {
  margin-right: 10px;
  margin-left: 4px;
}

.top__title.pc {
  margin-top: 0px;
  padding-inline: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0px;
}

.head-title__logo {
  width: 100%;
  max-width: 400px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .head-title__logo {
    max-width: none;
    width: 523px;
  }
}
.head-title__logo:hover {
  opacity: 0.8;
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding-block: 22.5px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 900px) {
  .button {
    max-width: none;
    width: 400px;
    font-size: 1.8rem;
  }
}
.button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(/products/a4_bousai/assets/img/common/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sleep__button {
  text-align: center;
}
.sleep__button .button {
  background-color: #153279;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sleep__button .button:hover {
  background-color: #294da3;
}

.crubo__button {
  text-align: center;
}
.crubo__button .button {
  background-color: #c6560b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.crubo__button .button:hover {
  background-color: #e0691a;
}

.carry__button {
  text-align: center;
}
.carry__button .button {
  background-color: #005a30;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.carry__button .button:hover {
  background-color: #0a7543;
}

.hygiene__button {
  text-align: center;
}
.hygiene__button .button {
  background-color: #0662a0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.hygiene__button .button:hover {
  background-color: #2b90d4;
}

footer {
  color: #fff;
  background: #222;
  padding: 35px 24px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: min(2.21429vw, 31px) min(2.85714vw, 40px) min(2.85714vw, 40px);
  }
}

.footer_inner {
  max-width: 920px;
  margin: 0 auto;
}

.footer_contact {
  background: #444;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .footer_contact {
    padding: 48px 40px;
  }
}

.footer_contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .footer_contact_info {
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_contact_info_item_data {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_data {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.footer_contact_info_item_data.footer_contact_info_item_data__num {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_data.footer_contact_info_item_data__num {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.footer_contact_info_item_note {
  width: 100%;
  margin-top: 13px;
}

.footer_contact_info_item_note_text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_item_note_text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .footer_contact_info_reception {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer_contact_info_reception_data {
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .footer_contact_info_reception_data {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.footer_contact_info_reception_data__title::after {
  display: inline-block;
  content: "：";
}

.footer_contact_toMailform {
  padding-top: 32px;
  border-top: solid 1px #787878;
}

.footer_contact_toMailform_link {
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 9px 72px 9px 60px;
  margin: 0 auto;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_contact_toMailform_link {
    width: 400px;
    padding: 21px;
  }
}
.footer_contact_toMailform_link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(/products/a4_bousai/assets/img/common/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .footer_contact_toMailform_link::after {
    right: 24px;
  }
}
.footer_contact_toMailform_link:hover {
  opacity: 0.6;
}

.footer_copy {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    margin-top: 48px;
  }
}

.footer_copy_text {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.8;
}
@media screen and (min-width: 768px) {
  .footer_copy_text {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}

.fv {
  background: #ebebeb;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 114px;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    padding-bottom: 0;
  }
}

.fv__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fv__image {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .fv__image {
    width: 55.2777777778%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.fv__image img {
  width: 100%;
}

.fv__contents {
  margin-top: 40px;
  padding-inline: 18px;
}
@media screen and (min-width: 1440px) {
  .fv__contents {
    margin-top: 64px;
  }
}

.fv-contents__title p {
  font-size: 2.2rem;
  line-height: 1;
  z-index: 1;
  color: #444444;
}
@media screen and (min-width: 1200px) {
  .fv-contents__title p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__title p {
    font-size: 3.6rem;
  }
}
.fv-contents__title p:nth-of-type(1) .highlight {
  font-size: 3.2rem;
  position: relative;
  z-index: 0;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .fv-contents__title p:nth-of-type(1) .highlight {
    font-size: 3.333vw;
    margin-left: 81px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__title p:nth-of-type(1) .highlight {
    font-size: 4.8rem;
  }
}
.fv-contents__title p:nth-of-type(1) .highlight::after {
  content: "";
  position: absolute;
  width: 122.74px;
  height: 12.27px;
  background: #fffb00;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .fv-contents__title p:nth-of-type(1) .highlight::after {
    width: 13.889vw;
    height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__title p:nth-of-type(1) .highlight::after {
    width: 200px;
  }
}
.fv-contents__title p:nth-of-type(2) {
  margin-top: 7px;
}
.fv-contents__title p:nth-of-type(2) .highlight {
  font-size: 2.94rem;
  position: relative;
  z-index: 0;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .fv-contents__title p:nth-of-type(2) .highlight {
    font-size: 3.333vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__title p:nth-of-type(2) .highlight {
    font-size: 4.8rem;
  }
}
.fv-contents__title p:nth-of-type(2) .highlight::after {
  content: "";
  position: absolute;
  width: 180.43px;
  height: 12.27px;
  background: #fffb00;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .fv-contents__title p:nth-of-type(2) .highlight::after {
    width: 20.417vw;
    height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__title p:nth-of-type(2) .highlight::after {
    width: 294px;
  }
}

.fv-contents__subtitle {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .fv-contents__subtitle {
    margin-left: 18px;
    display: inline-block;
    width: 77.2321428571%;
    text-align: center;
  }
}
.fv-contents__subtitle p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .fv-contents__subtitle p:nth-of-type(1) {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__subtitle p:nth-of-type(1) {
    font-size: 3rem;
  }
}
.fv-contents__subtitle p:nth-of-type(2) {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .fv-contents__subtitle p:nth-of-type(2) {
    font-size: 1.528vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__subtitle p:nth-of-type(2) {
    font-size: 2.2rem;
  }
}
.fv-contents__subtitle p:nth-of-type(2) .highlight {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .fv-contents__subtitle p:nth-of-type(2) .highlight {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv-contents__subtitle p:nth-of-type(2) .highlight {
    font-size: 3rem;
  }
}

.fv-contents__text {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
}
@media screen and (min-width: 1200px) {
  .fv-contents__text {
    margin-left: 18px;
    display: inline-block;
    width: 81.1011904762%;
    font-size: 1.6rem;
  }
}

.intro-outro {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .intro-outro {
    padding-top: 80px;
  }
}

.intro-outro__content {
  max-width: 960px;
  margin: 0 auto;
}

.intro-outro__title {
  color: #007943;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 900px) {
  .intro-outro__title {
    font-size: 4.8rem;
  }
}

.intro-outro__text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .intro-outro__text {
    margin-top: 40px;
  }
}
.intro-outro__text p {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .intro-outro__text p {
    font-size: 2rem;
  }
}

.profile {
  margin-top: 50px;
  background: #f9f9f9;
  max-width: 1080px;
  margin-inline: auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .profile {
    position: relative;
  }
  .profile::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 73%;
    background: #a5a5a5;
    top: 60px;
    left: calc(50% + 28px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.profile__title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  color: #6e6e6e;
  position: relative;
  top: -12px;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .profile__title {
    font-size: 3.6rem;
  }
}

.profile__contents {
  padding-inline: 24px;
  padding-bottom: 40px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .profile__contents {
    padding-inline: 48px;
    padding-bottom: 38px;
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}

@media screen and (min-width: 768px) {
  .person1 {
    width: 49.593495935%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.person___name {
  text-align: center;
  color: #444444;
  font-size: 2.2rem;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .person___name {
    font-size: 3.2rem;
  }
}

.person___role {
  margin-top: 8px;
  color: #007943;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .person___role {
    font-size: 1.4rem;
  }
}

.person__text {
  margin-top: 18px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .person__text {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 80px;
    margin-top: 0;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section__image {
    position: relative;
    z-index: 1;
    width: 57.1428571429%;
    margin-right: -5%;
    z-index: 0;
  }
}

.section__info {
  width: 340px;
  position: relative;
  z-index: 1;
  top: -30px;
}
@media screen and (min-width: 600px) {
  .section__info {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .section__info {
    top: 0;
    width: 47.619047619%;
    padding-top: 24px;
    margin-top: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .section__info {
    min-height: 320px;
  }
}

.section__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.74px;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .section__label {
    width: 105px;
    height: 105px;
    padding: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .section__label {
    width: 136px;
    height: 136px;
  }
}

.section-label__text {
  font-size: 1.02rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-label__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-label__text {
    font-size: 1.8rem;
  }
}

.section-label__number {
  line-height: 0.9;
  font-size: 2.947rem;
  padding-left: 11px;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .section-label__number {
    font-size: 3.6rem;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .section-label__number {
    font-size: 5.2rem;
    padding-left: 20.5px;
  }
}

.section__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-block: 10px;
}
@media screen and (min-width: 900px) {
  .section__title {
    line-height: 1.4;
    font-size: 2.2rem;
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .section__title {
    padding-left: 0;
  }
}

.section__dialogues {
  padding-top: 22px;
  padding-bottom: 30px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .section__dialogues {
    padding-top: 44px;
  }
}

.section__dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15.5px;
}
@media screen and (min-width: 768px) {
  .section__dialogue {
    gap: 25px;
  }
}
.section__dialogue p {
  line-height: 1.2;
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .section__dialogue p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__dialogue p {
    font-size: 2.4rem;
  }
}
.section__dialogue p .highlight {
  line-height: 1.2;
  color: #222222;
  font-size: 2.067rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .section__dialogue p .highlight {
    font-size: 3.2rem;
    font-weight: 800;
  }
}
.section__dialogue p .dialogue__indented {
  margin-left: 10px;
  line-height: 1.2;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .section__dialogue p .dialogue__indented {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__dialogue p .dialogue__indented {
    font-size: 2.4rem;
  }
}
.section__dialogue .font-family-sub {
  font-family: "Noto Serif JP", serif;
}
.section__dialogue .highlight {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .section__dialogue .highlight {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__dialogue .highlight {
    font-size: 3.2rem;
  }
}
.section__dialogue .name {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
  vertical-align: bottom;
}
@media screen and (min-width: 900px) {
  .section__dialogue .name {
    font-size: 1.6rem;
  }
}

.discussion {
  background: #f9f9f9;
  padding-bottom: 88px;
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .discussion {
    padding-top: 172px;
    margin-top: -100px;
  }
}

.discussion__content {
  max-width: 1200px;
  margin: 0 auto;
}

.discussion__q {
  padding-left: 28px;
  position: relative;
}
.discussion__q p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .discussion__q p {
    font-size: 1.8rem;
  }
}
.discussion__q::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #a5a5a5;
  top: 15.5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .discussion__q::before {
    width: 40px;
  }
}

.discussion__body {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .discussion__body {
    gap: 40px;
  }
}

.discussion__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .discussion__line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.discussion__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .discussion__speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80px;
  }
}
.discussion__speaker img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .discussion__speaker img {
    width: 80px;
  }
}

.speaker__name {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .speaker__name {
    font-size: 1.4rem;
  }
}

.speaker__name.green {
  color: #005a30;
}

.speaker__name.orange {
  color: #a5490c;
}

.discussion__text {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .discussion__text {
    padding-top: 8px;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.threat .section__header {
  background: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .threat .section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .threat .section__image {
    margin-left: -5%;
    margin-right: auto;
  }
}
.threat .section__info {
  background: #ebebeb;
}
.threat .section__label {
  background: #007943;
}
.threat .section__title {
  color: #0a7543;
  border-bottom: 1px solid #0a7543;
  padding-block: 21px;
}
@media screen and (min-width: 768px) {
  .threat .section__title {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .threat .section__dialogues {
    padding-left: 60px;
  }
}
.threat .discussion {
  background: #f9f9f9;
}

.crubo-interview .section__header {
  background: #f9f6f4;
}
@media screen and (min-width: 768px) {
  .crubo-interview .section__header {
    background: none;
  }
}
.crubo-interview .section__info {
  background: #f7ebe3;
}
.crubo-interview .section__label {
  background: #e0691a;
}
.crubo-interview .section__title {
  color: #c6560b;
  border-bottom: 1px solid #ffa970;
}
@media screen and (min-width: 900px) {
  .crubo-interview .section__dialogues {
    padding-left: 68px;
  }
}
.crubo-interview .section__dialogue p:nth-of-type(1) .dialogue__indented {
  margin-left: 20px;
}
.crubo-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .crubo-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .crubo-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 120px;
  }
}
.crubo-interview .discussion {
  background: #f9f6f4;
}
.crubo-interview .discussion__body {
  padding-top: 20px;
}

.crubo__button {
  padding-top: 40px;
}

.sleep-interview .section__header {
  background: #f0f2f7;
}
@media screen and (min-width: 768px) {
  .sleep-interview .section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: none;
  }
}
.sleep-interview .section__info {
  background: #dde2f0;
}
.sleep-interview .section__label {
  background: #4368bf;
}
.sleep-interview .section__title {
  color: #294da3;
  border-bottom: 1px solid #6788d6;
}
@media screen and (min-width: 768px) {
  .sleep-interview .section__title {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sleep-interview .section__title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .sleep-interview .section__title .br {
    display: none;
  }
}
.sleep-interview .section__dialogues {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .sleep-interview .section__dialogues {
    padding-inline: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .sleep-interview .section__dialogues {
    padding-inline: 50px;
  }
}
.sleep-interview .section__dialogue p:nth-of-type(1) .dialogue__indented {
  margin-left: 12px;
}
.sleep-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .sleep-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .sleep-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 120px;
  }
}
@media screen and (min-width: 768px) {
  .sleep-interview .section__image {
    margin-left: -5%;
    margin-right: auto;
  }
}
.sleep-interview .discussion {
  background: #f0f2f7;
}
.sleep-interview .discussion__body {
  padding-top: 20px;
}

.sleep__button {
  padding-top: 40px;
}

.hygiene-interview .section__header {
  background: #eff9ff;
}
@media screen and (min-width: 768px) {
  .hygiene-interview .section__header {
    background: none;
  }
}
.hygiene-interview .section__info {
  background: #d2edff;
}
.hygiene-interview .section__label {
  background: #0e79c2;
}
.hygiene-interview .section__title {
  color: #0662a0;
  border-bottom: 1px solid #2b90d4;
}
@media screen and (min-width: 1200px) {
  .hygiene-interview .section__title {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .hygiene-interview .section__dialogues {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hygiene-interview .section__dialogues {
    padding-left: 80px;
  }
}
.hygiene-interview .section__dialogue p:nth-of-type(1) .dialogue__indented {
  margin-left: 20px;
}
.hygiene-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .hygiene-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .hygiene-interview .section__dialogue p:nth-of-type(2) .dialogue__indented {
    margin-left: 120px;
  }
}
@media screen and (min-width: 768px) {
  .hygiene-interview .section__image {
    margin-left: auto;
    margin-right: -5%;
  }
}
.hygiene-interview .discussion {
  background: #eff9ff;
}

.hygiene__button {
  padding-top: 40px;
}

.carry-interview .section__header {
  background: #ecf6f2;
}
@media screen and (min-width: 768px) {
  .carry-interview .section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: none;
  }
}
.carry-interview .section__info {
  background: #d9e8e1;
}
@media screen and (min-width: 768px) {
  .carry-interview .section__image {
    margin-left: -5%;
    margin-right: auto;
  }
}
.carry-interview .section__label {
  background: #1a9059;
}
.carry-interview .section__title {
  color: #0a7543;
  border-bottom: 1px solid #46b983;
}
@media screen and (min-width: 768px) {
  .carry-interview .section__dialogues {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .carry-interview .section__dialogues {
    padding-left: 104px;
  }
}
.carry-interview .discussion {
  background: #ecf6f2;
}

.carry__button {
  padding-top: 40px;
}

.outroduction .intro-outro__title p {
  color: #007943;
  line-height: 1.2;
  text-align: center;
}
.outroduction .intro-outro__title p:nth-of-type(1) {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .outroduction .intro-outro__title p:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.outroduction .intro-outro__title p:nth-of-type(2) {
  margin-top: 4px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .outroduction .intro-outro__title p:nth-of-type(2) {
    margin-top: 16px;
    font-size: 3.6rem;
  }
}
.outroduction .intro-outro__content {
  max-width: 1200px;
}
.outroduction .discussion__text {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .outroduction .discussion__text {
    padding-top: 8px;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.gallery {
  padding-block: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery {
    padding-block: 80px;
    grid-template-columns: repeat(4, 1fr);
  }
}