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

.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: 26px;
  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 p {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  color: white;
  margin: 0;
  font-size: 14px;
  margin-top: 12px;
}
@media (min-width: 47.9375em) {
  .content-header p {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media (min-width: 47.9375em) {
  #overview {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 47.9375em) {
  #overview .container {
    max-width: 736px;
  }
}
#overview .container h2 {
  font-size: 18px;
}
@media (min-width: 47.9375em) {
  #overview .container h2 {
    font-size: 32px;
  }
}
#overview .container h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 19px;
  margin-bottom: 24px;
}
@media (min-width: 47.9375em) {
  #overview .container h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
#overview .container .overview__subtitle {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
#overview .container .overview__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__image {
    margin-bottom: 16px;
  }
}
#overview .container .overview__image.radius {
  border-radius: 20px;
}
#overview .container .overview__image img {
  width: 100%;
  height: auto;
}
#overview .container .overview__note {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__note {
    margin-bottom: 48px;
  }
}
#overview .container .overview__text {
  background-color: #f2f2f2;
  border-radius: 32px;
  padding: 32px 16px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #overview .container .overview__text {
    padding: 40px;
  }
}

#contents {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #contents {
    padding-bottom: 80px !important;
  }
}
#contents .container {
  max-width: 736px;
}
#contents .container h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 8px;
  margin: 0;
  margin: 40px 0 32px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 47.9375em) {
  #contents .container h4 {
    font-size: 26px;
    margin: 64px 0 32px;
  }
}
#contents .container .contents-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item {
    flex-direction: row;
    gap: 40px;
  }
}
#contents .container .contents-item__textarea h5 {
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 24px;
  color: #0c0b86;
}
#contents .container .contents-item__textarea p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#contents .container .contents-item__textarea ul {
  margin: 0;
}
#contents .container .contents-item__textarea ul li {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1.4em;
}
#contents .container .contents-item__textarea ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  content: "・";
  margin: 0 0.2em;
}
#contents .container .contents-item__textarea ul li span {
  font-weight: bold;
}
#contents .container .contents-item__image {
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item__image {
    width: 50%;
  }
}
#contents .container .contents-item__image img {
  width: 100%;
  height: auto;
}
#contents .container .contents-item__imagearea {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#contents .container .contents-item__imagearea img {
  width: 100%;
  height: auto;
}
#contents .container .contents__excerpt {
  background-color: #f2f2f2;
  border-radius: 32px;
  margin: 40px 0 20px;
  line-height: 1.5;
  font-size: 16px;
  padding: 32px 16px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents__excerpt {
    padding: 40px;
    margin: 64px 0 20px;
  }
}
#contents .container .contents__note {
  text-align: right;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#contents .container .contents__link {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 47.9375em) {
  #contents .container .contents__link {
    margin: 63px 0 0;
  }
}
#contents .container .contents__link a {
  color: #406faf;
  text-decoration: underline;
}
#contents .container .contents__link a:after {
  display: inline-block;
  content: "";
  width: 14px;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url("../images/external-icon.svg") no-repeat center center/cover;
}
#contents .container .contents-item--news {
  margin: 24px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 24px 0;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item--news {
    padding: 32px 48px;
    margin: 32px 0;
  }
}
#contents .container .contents-item--news h6 {
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item--news h6 {
    margin-bottom: 24px;
  }
}
#contents .container .contents-item--news p {
  margin: 16px 0;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item--news p {
    margin: 24px 0;
  }
}
#contents .container .contents-item--news p a {
  text-decoration: underline;
  color: #406faf;
}
#contents .container .contents-item--news .image {
  margin: 32px 0 0;
}
#contents .container .contents-item--news .image img {
  width: 100%;
  height: auto;
}
#contents .container .contents-item--news .image span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 12px;
}
@media (min-width: 47.9375em) {
  #contents .container .contents-item--news .image span {
    margin-top: 16px;
  }
}

#cm .cm__contents {
  max-width: 736px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #e93817;
  border-radius: 32px;
  padding: 40px 80px;
}

@media screen and (max-width: 767px) {
  #cm .cm__contents {
    padding: 24px 16px 32px;
  }
}
.cm__contents .cm__title {
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cm__contents .cm__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.cm__contents .cm__title span {
  color: #e93817;
}

.cm__contents .cm__movie {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
  aspect-ratio: 576/314;
}

@media screen and (max-width: 767px) {
  .cm__contents .cm__movie {
    max-width: 310px;
  }
}
.cm__contents .cm__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}