@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

#overview {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #overview {
    padding-bottom: 80px !important;
  }
}
#overview p {
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  max-width: 342px;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  #overview p {
    text-align: center;
    max-width: none;
    margin: 0;
  }
}

#what {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #what {
    padding-bottom: 80px !important;
  }
}
#what .what__itemlist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 342px;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist {
    gap: 30px;
    max-width: none;
    margin: 0;
  }
}
#what .what__itemlist .what-item, #what .what__itemlist .what-item--flex {
  background-color: #00a8dc;
  border-radius: 32px;
  width: 100%;
  padding: 24px 16px 32px;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item, #what .what__itemlist .what-item--flex {
    padding: 40px;
    width: calc((100% - 30px) / 2);
  }
}
#what .what__itemlist .what-item .what-item__titlearea, #what .what__itemlist .what-item--flex .what-item__titlearea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item .what-item__titlearea, #what .what__itemlist .what-item--flex .what-item__titlearea {
    flex-direction: row;
    margin-bottom: 28px;
    gap: 20px;
  }
}
#what .what__itemlist .what-item .what-item__titlearea .what-item__number, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__number {
  background-image: url("../images/what-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  margin: 0;
  aspect-ratio: 1/1;
  font-size: 12px;
  width: 68px;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item .what-item__titlearea .what-item__number, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__number {
    font-size: 14px;
    width: 80px;
  }
}
#what .what__itemlist .what-item .what-item__titlearea .what-item__number span, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__number span {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-top: 4px;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item .what-item__titlearea .what-item__number span, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__number span {
    margin-top: 6px;
  }
}
#what .what__itemlist .what-item .what-item__titlearea .what-item__texts .what-item__title, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__title {
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  font-size: 22px;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item .what-item__titlearea .what-item__texts .what-item__title, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__title {
    font-size: calc(22px + 4 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  #what .what__itemlist .what-item .what-item__titlearea .what-item__texts .what-item__title, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__title {
    font-size: 26px;
  }
}
#what .what__itemlist .what-item .what-item__titlearea .what-item__texts .what-item__text, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__text {
  color: #fff;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}
#what .what__itemlist .what-item .what-item__titlearea .what-item__texts .what-item__text span, #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__text span {
  font-size: 20px;
  font-weight: bold;
}
#what .what__itemlist .what-item .what-item__imagearea, #what .what__itemlist .what-item--flex .what-item__imagearea {
  width: 100%;
}
#what .what__itemlist .what-item .what-item__imagearea img, #what .what__itemlist .what-item--flex .what-item__imagearea img {
  width: 100%;
  height: auto;
}
#what .what__itemlist .what-item--flex {
  width: 100%;
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex .what-item__titlearea {
    flex-direction: column;
    gap: 23px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__title {
    flex-shrink: 0;
    margin: 0;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 26px;
    padding-bottom: 0;
    padding-right: 32px;
    margin-bottom: 0;
    margin-right: 32px;
  }
}
#what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__text {
  color: #fff;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__text {
    font-size: 16px;
  }
}
#what .what__itemlist .what-item--flex .what-item__titlearea .what-item__texts .what-item__text span {
  font-size: 20px;
  font-weight: bold;
}
#what .what__itemlist .what-item--flex .what-item__imagearea {
  flex-shrink: 0;
}
@media (min-width: 47.9375em) {
  #what .what__itemlist .what-item--flex .what-item__imagearea {
    width: 48.0769230769%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  #what .what__itemlist .what-item--flex .what-item__imagearea {
    margin: 0;
    width: 29.5192307692%;
  }
}

#scene .scene__contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-direction: column;
  max-width: 342px;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  #scene .scene__contents {
    flex-direction: row;
    gap: 28px;
    max-width: none;
    margin: 0;
  }
}
#scene .scene__contents .scene-item {
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
}
@media (min-width: 47.9375em) {
  #scene .scene__contents .scene-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
#scene .scene__contents .scene-item .scene-item__title {
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #00986b;
  margin: 0;
  padding: 14px;
  font-size: 18px;
}
@media (min-width: 47.9375em) {
  #scene .scene__contents .scene-item .scene-item__title {
    font-size: 20px;
  }
}
#scene .scene__contents .scene-item .scene-item__box {
  background-color: #fff;
  padding: 16px 16px 32px;
  height: 100%;
}
@media (min-width: 47.9375em) {
  #scene .scene__contents .scene-item .scene-item__box {
    padding: 24px;
  }
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #scene .scene__contents .scene-item .scene-item__box .scene-item__image {
    margin-bottom: 20px;
  }
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__image img {
  width: 100%;
  height: auto;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts {
  margin: 0;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts:not(:last-child) {
  margin-bottom: 16px;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts .scene-item__subtitle {
  text-align: left;
  margin: 0;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 16px;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts .scene-item__subtitle:after {
  content: "";
  width: 4px;
  height: 22px;
  background-color: #00986b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts ul {
  margin: 0;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts ul li {
  line-height: 1.5;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
#scene .scene__contents .scene-item .scene-item__box .scene-item__contents .scene-item__texts ul li:before {
  content: "・";
}

#spec .spec__contents {
  overflow: scroll;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 20px;
  margin-bottom: 20px;
}
@media (min-width: 47.9375em) {
  #spec .spec__contents {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 64px;
  }
}
#spec .spec__contents .spec__table {
  width: 1120px;
}
@media (min-width: 47.9375em) {
  #spec .spec__contents .spec__table {
    width: auto;
  }
}
#spec .spec__contents .spec__table img {
  width: 100%;
  height: auto;
}
#spec .spec__sublink .link-self {
  color: #e93817 !important;
}
#spec .spec__sublink .link-self:after {
  background: url(/common_v10/images/icn-link-self-jcom.svg) no-repeat center center/contain;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../images/header_bg-sp.png") no-repeat center center/cover;
  min-height: 208px;
}
@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url("../images/header_bg.png") no-repeat center center/cover;
  }
}
.content-header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  gap: 4px;
}
@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}
.content-header h1:before {
  content: "";
  aspect-ratio: 1/1;
  width: 48px;
  background: url("../images/pc-icon.svg") no-repeat center center/cover;
}
@media (min-width: 47.9375em) {
  .content-header h1:before {
    width: calc(48px + 8 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1:before {
    width: 56px;
  }
}