@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
.p-watwat__header::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-watwat__header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
/* Scss Document */
/* foundation
------------------------------------------------------ */
.l-wrapper {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    width: calc(100% - 30px);
  }
}

/* object
------------------------------------------------------ */
/* component */
/* project */
/* Scss Document */
/* foundation
------------------------------------------------------ */
/* base-font 16px */
.p-watwat {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.p-watwat img {
  width: auto;
  max-width: 100%;
}
.p-watwat #breadcrumbs {
  font-size: 0.75rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-watwat #breadcrumbs {
    margin-top: 10px;
  }
}
.p-watwat__header {
  background-image: url(../images/watwat/header_bg_pc.jpg);
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-watwat__header {
    background-image: url(../images/watwat/header_bg_sp.jpg);
    height: 390px;
  }
}
.p-watwat__header::before {
  content: "";
  background-image: url(../images/watwat/header_text.png);
  width: min(833px, 57.847222vw);
  aspect-ratio: 833/139;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-watwat__header::before {
    width: 100%;
    height: auto;
  }
}
.p-watwat__header .l-wrapper {
  padding-top: 60px;
}
.p-watwat__header-title {
  color: #ffffff;
  font-size: 4.4375rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-watwat__header-title {
    font-size: 3.125rem;
  }
}
.p-watwat-lead {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead {
    padding: 60px 0;
  }
}
.p-watwat-lead__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__text {
    font-size: 1.125rem;
  }
}
.p-watwat-lead__partner {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__partner {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.p-watwat-lead__partner-dt {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__partner-dt {
    line-height: 1.4;
  }
}
.p-watwat-lead__partner-dd {
  font-family: "Oswald", sans-serif;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__partner-dd {
    font-size: 1.875rem;
  }
}
.p-watwat-lead__partner-dd::before {
  content: "";
  background-color: #B0d80a;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__partner-dd::before {
    width: calc(100% + 20px);
  }
}
.p-watwat-lead__partner-dd-wrapper {
  position: relative;
}
.p-watwat-lead__partner-dd-num {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-watwat-lead__partner-dd-num {
    font-size: 3.125rem;
  }
}
.p-watwat-voice__header {
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice__header {
    padding: 60px 0;
  }
}
.p-watwat-voice__header-title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.p-watwat-voice__header-en {
  font-size: 3.75rem;
  font-family: "Oswald", sans-serif;
}
.p-watwat-voice__header-en::first-letter {
  color: #B0d80a;
}
.p-watwat-voice-item {
  padding: 70px 0;
  position: relative;
  border-bottom: 40px #000000 solid;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item {
    padding: 40px 0;
  }
}
.p-watwat-voice-item__header {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 560px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 991px) {
  .p-watwat-voice-item__header {
    display: block;
  }
}
.p-watwat-voice-item__header--rev {
  grid-template-columns: 560px 1fr;
}
.p-watwat-voice-item__header--rev .p-watwat-voice-item__header-content {
  order: 2;
}
.p-watwat-voice-item__header--rev .p-watwat-voice-item__header-img {
  order: 1;
}
@media screen and (max-width: 991px) {
  .p-watwat-voice-item__header-img {
    width: 100%;
    max-width: 560px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__header-img {
    margin: 30px auto 0 auto;
  }
}
.p-watwat-voice-item__title {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
.p-watwat-voice-item__title-count {
  color: #B0d80a;
  font-family: "Oswald", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.p-watwat-voice-item__title-count-num {
  font-size: 5rem;
  display: block;
}
.p-watwat-voice-item__title-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__title-text {
    font-size: 1.375rem;
  }
}
.p-watwat-voice-item__detail {
  font-size: 1.125rem;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 130px 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__detail {
    font-size: 1rem;
    margin-top: 5px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-watwat-voice-item__detail-dt {
  color: #B0d80a;
  background-color: #000000;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__detail-dt {
    font-size: 0.875rem;
    line-height: 34px;
  }
}
.p-watwat-voice-item__detail-dd {
  line-height: 1.3;
}
.p-watwat-voice-item__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 560px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .p-watwat-voice-item__content {
    display: block;
  }
}
.p-watwat-voice-item__content--rev {
  grid-template-columns: 1fr 560px;
}
.p-watwat-voice-item__content--rev .p-watwat-voice-item__content-img {
  order: 2;
}
.p-watwat-voice-item__content--rev .p-watwat-voice-item__content-img-text {
  left: auto;
  right: 0;
}
.p-watwat-voice-item__content--rev .p-watwat-voice-item__content-img-text-line {
  margin: 0 0 0 auto;
}
.p-watwat-voice-item__content--rev .p-watwat-voice-item__content-text {
  order: 1;
}
.p-watwat-voice-item__content-img {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-watwat-voice-item__content-img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px auto;
  }
}
.p-watwat-voice-item__content-img-text {
  font-size: 1.25rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__content-img-text {
    font-size: 1rem;
    bottom: -0.5em;
  }
}
.p-watwat-voice-item__content-img-text-line {
  background-color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 0;
  padding: 5px 10px;
  display: block;
}
.p-watwat-voice-item__content-img-text-line:nth-of-type(n+2) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item__content-img-text-line:nth-of-type(n+2) {
    margin-top: 6px;
  }
}
.p-watwat-voice-item__content-img-text-line-deco {
  color: #B0d80a;
}
.p-watwat-voice-item__content-text {
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-watwat-voice-item__content-text-p:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.p-watwat-voice-item__content-text-p-deco {
  color: #B0d80a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item--01 .p-watwat-voice-item__content--02 .p-watwat-voice-item__content-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item--01 .p-watwat-voice-item__content--02 .p-watwat-voice-item__content-img-text {
    margin-bottom: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item--02 .p-watwat-voice-item__content--01 .p-watwat-voice-item__content-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-voice-item--02 .p-watwat-voice-item__content--01 .p-watwat-voice-item__content-img-text {
    margin-bottom: -2em;
  }
}
.p-watwat-set {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-watwat-set {
    padding-bottom: 80px;
  }
}
.p-watwat-set__header {
  background-color: #f2f2f2;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__header {
    padding: 50px 0 70px 0;
  }
}
.p-watwat-set__header-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__header-title {
    font-size: 1.5rem;
  }
}
.p-watwat-set__header-title-deco {
  color: #B0d80a;
}
.p-watwat-set__header-items {
  margin: 40px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  -moz-column-gap: 45px;
       column-gap: 45px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__header-items {
    margin: 30px auto 0 auto;
    grid-template-columns: repeat(1, 300px);
    row-gap: 45px;
  }
}
.p-watwat-set__header-img {
  display: block;
}
.p-watwat-set__header-img-text {
  color: #B0d80a;
  background-color: #000000;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: -10px;
  padding: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__header-img-text {
    margin-bottom: -25px;
  }
}
.p-watwat-set__reason {
  background-color: #B0d80a;
  text-align: center;
  margin-bottom: 140px;
  padding: 50px 0 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__reason {
    margin-bottom: 100px;
    padding: 30px 0 0 0;
  }
}
.p-watwat-set__reason::before {
  content: "";
  background-color: #B0d80a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1440px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  .p-watwat-set__reason::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-set__reason::before {
    width: 100%;
  }
}
.p-watwat-set__reason-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.p-watwat-set__reason-text-deco {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-watwat-set__reason + .l-wrapper {
    width: 100%;
  }
}
.p-watwat-set-items {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-watwat-set-items {
    padding-bottom: 80px;
  }
}
.p-watwat-set-items__wrapper {
  margin-top: 55px;
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .p-watwat-set-items__wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-set-items__wrapper {
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .p-watwat-set-items__wrapper .p-watwat-set-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-watwat-set-item__title {
  color: #ffffff;
  background-color: #000000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-watwat-set-item__title {
    text-align: left;
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
.p-watwat-set-item__title::before {
  content: "";
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.p-watwat-set-item__title-num {
  font-size: 1.25rem;
  margin-right: 0.5em;
  display: inline-block;
}
.p-watwat-set-item__title-text-deco {
  color: #f19900;
  font-size: 1.25rem;
}
.p-watwat-set-item__text {
  line-height: 1.7;
}
.p-watwat-set-item__table {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 30px;
  padding: 0 50px;
  scrollbar-color: #B0d80a #000000;
  scrollbar-width: auto;
}
.p-watwat-set-item__table::-webkit-scrollbar {
  background: #000000;
  height: 6px;
}
.p-watwat-set-item__table::-webkit-scrollbar-thumb {
  background-color: #B0d80a;
}
@media screen and (max-width: 991px) {
  .p-watwat-set-item__table {
    padding: 0 20px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-set-item__table {
    padding: 0;
  }
}
.p-watwat-set-item__table-inner {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-watwat-set-item__table-inner {
    min-width: 900px;
    margin-bottom: 25px;
  }
}
.p-watwat-set-item__table-inner thead tr th {
  color: #ffffff;
  background-color: #000000;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-left: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
}
.p-watwat-set-item__table-inner tbody tr td {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 1px #f2f2f2 solid;
  border-left: 1px #f2f2f2 solid;
  border-right: 1px #f2f2f2 solid;
}
.p-watwat-set-item__table-inner tbody tr td:last-of-type {
  background-color: #ecf0db;
  font-size: 1rem;
  font-weight: 700;
}
.p-watwat-set-item--01 .p-watwat-set-item__title {
  justify-content: center;
}
.p-watwat-set-item--01 .p-watwat-set-item__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-watwat-set-item--01 .p-watwat-set-item__text {
    width: calc(100% - 30px);
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-watwat-set-item--01 .p-watwat-set-item__table {
    width: calc(100% - 30px);
    margin: 40px auto 0 auto;
  }
}
.p-watwat-set__notice {
  line-height: 1.7;
  text-align: center;
  margin-top: 25px;
}

/* utility */
/* Scss Document */
/* foundation
------------------------------------------------------ */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

/* Scss Document */
/* foundation
------------------------------------------------------ */
.u-textL {
  text-align: left;
}
.u-textC {
  text-align: center;
}
.u-textR {
  text-align: right;
}/*# sourceMappingURL=watwat.css.map */