@charset "utf-8";
/* CSS Document */
.pc {
  display: block;
}
.sp {
  display: none;
}
h2 {
  background-color: #12458C;
  text-align: center;
  font-size: 20px;
  margin: 110px 0 50px 0;
  padding: 20px 0;
  color: #FFF;
}
h2.h2_img.pc:first-of-type {
  margin-top: 80px;
}
h2.h2_img.pc {
  padding: 0;
  background: none;
}
h2.h2_img img {
  width: 100%;
}
.inner_box {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px;
}
h3 {
  margin-top: 50px;
  width: 100%;
}
h3 span:nth-child(1) {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  text-align: center;
  background-color: #b5d6f0;
  border-radius: 10px;
  color: #004999;
  font-weight: bold;
  font-size: 25px;
  width: 20%;
}
h3 span:nth-child(2) {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  font-size: 25px;
  border-bottom: 1px solid #333333;
  padding: 10px 20px 10px 20px;
}
.recommend-item-body {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.recommend-item-text {
  width: 60%;
}
.recommend-item-text > div {
  padding: 0 0 0 20px;
  margin: 0 0 30px 20px;
  border-left: 8px solid #3697D4;
  background-color: #DCE8F6;
}
.recommend-item-text h4 {
  background: #fff;
  margin: 0;
  padding: 0 10px 10px 10px;
  color: #4B76B9;
  font-size: 1.4em;
}
.recommend-item-text p {
  background: #fff;
  margin: 0;
  padding: 0 10px 10px 10px;
}
.recommend-item-img {
  width: 40%;
}
.recommend-item-img img {
  width: 100%;
}
.recommend-item-body.no_flex {
  display: block;
}
.recommend-item-body.no_flex .recommend-item-text {
  width: 100%;
  margin-bottom: 30px;
}
.recommend-item-body.no_flex .recommend-item-img {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.recommend-item-movie {
  background-color: #DCE8F6;
  text-align: center;
  padding: 15px;
  margin: 30px 30px 0 30px;
}
.movie_icon {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.movie_icon p {
  margin: 0;
  padding: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
}
.movie_icon img {
  height: 100%;
}
.large_img {
  text-align: center;
}
.link_btn_img {
  margin-top: 30px;
  text-align: center;
}
.link_btn_img a {
  display: inline-block;
  width: 480px;
}
.link_btn_img a img {
  width: 100%;
}
/*▼▼▼ SP版 ▼▼▼*/
@media print, screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mod-compoundA024_img {
    margin-bottom: 0;
  }
  h2.h2_img.sp {
    display: block;
    padding: 0.6rem;
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  h2.h2_img.pc:first-of-type + h2.h2_img.sp {
    margin-top: 2rem;
  }
  .inner_box {
    width: 94%;
    padding: 0;
  }
  h3 {
    margin-top: 3rem;
  }
  h3:first-of-type {
    margin-top: -1rem;
  }
  h3 span:nth-child(1) {
    display: block;
    padding: 1vw 2vw 0.5vw;
    font-size: 1.1rem;
    width: 27%;
  }
  h3 span:nth-child(2) {
    font-size: 1.5rem;
    padding: 0.7rem 0.5rem 0.2rem 0.5rem;
  }
  .recommend-item-body {
    display: block;
    margin-top: 6vw;
  }
  .recommend-item-text {
    width: 100%;
  }
  .recommend-item-text > div {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
  .recommend-item-img {
    width: 90%;
    margin: 0 auto;
  }
  .recommend-item-body.no_flex .recommend-item-img {
    width: 90%;
    padding: 0;
  }
  .recommend-item-text h4 {
    font-size: 1.1rem;
  }
  .recommend-item-text p {
    font-size: 1rem;
  }
  .recommend-item-movie {
    margin: 0;
  }
  .movie_icon {
    padding-bottom: 0.6rem;
  }
  .movie_thum {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 57.25%;
  }
  .movie_thum iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .large_img {
    width: 100%;
  }
  .large_img img {
    width: 100%;
  }
  .link_btn_img {
    margin-top: 1.5rem;
    text-align: center;
  }
  .link_btn_img a {
    width: 90%;
  }
}
/*▼▼ 20250514 西岡追加 ▼▼*/
.cta {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.cta .cta-lead {
  text-align: center;
  font-weight: 900;
}
.cta .cta-lead p {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #004999;
  font-size: 30px;
}
.cta .cta-lead p:before {
  content: "";
  display: block;
  height: 1.5em;
  width: 4px;
  background: #004999;
  position: absolute;
  left: -25px;
  bottom: 10px;
  transform: rotate(-25deg);
}
.cta .cta-lead p:after {
  content: "";
  display: block;
  height: 1.5em;
  width: 4px;
  background: #004999;
  position: absolute;
  right: -25px;
  bottom: 10px;
  transform: rotate(25deg);
}
.cta .cta-lead p .cta-small {
  font-size: 20px;
}
.cta .cta-lead p .cta-highlight {
  font-size: 38px;
}
.cta .cta-banner {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  background: #1A3992;
  background: linear-gradient(0deg, rgba(26, 57, 146, 1) 0%, rgba(54, 95, 178, 1) 100%);
  border-radius: 10px;
  overflow: hidden;
}
.cta .cta-banner .cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 40px;
}
.cta .cta-banner .cta-inner .cta-text {
  width: 65%;
  text-align: center;
  padding: 10px 0;
}
.cta .cta-banner .cta-inner .cta-text .cta-desc {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.cta .cta-banner .cta-inner .cta-text .cta-title {
  margin: 0;
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.cta .cta-banner .cta-inner .cta-text .cta-dtl {
  margin: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.cta .cta-banner .cta-inner .cta-text .cta-button {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  padding: 20px;
  position: relative;
  background: rgba(249, 233, 0, 1);
  background: linear-gradient(0deg, rgba(239, 184, 39, 1) 0%, rgba(249, 233, 0, 1) 100%);
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  border-radius: 50px;
}
.cta .cta-banner .cta-inner .cta-text .cta-button:after {
  content: "»";
  position: absolute;
  --fontSize: 35px;
  right: 13px;
  top: calc(70% - var(--fontSize));
  font-size: var(--fontSize);
}
.cta .cta-banner .cta-inner .cta-image {
  width: 35%;
  box-sizing: border-box;
}
.cta .cta-banner .cta-inner .cta-image img {
  width: 100%;
}
.cta-follow {
  position: fixed;
  bottom: 90px;
  right: 0;
  width: 140px;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.cta-follow.show {
  transform: translateX(0);
  opacity: 1;
}
.cta-follow .banner-image {
  width: 100%;
  display: block;
}
.cta-follow .close-btn {
  padding: 0;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #6B6D6F;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*フッターCTAのみ適用*/

.cta.footer {
  margin-top: 100px;
  background: linear-gradient(90deg, rgba(245, 216, 13, 1) 0%, rgba(245, 216, 13, 1) 30%, transparent 35%, transparent 100%);
}
.cta.footer .cta-lead {
  display: block;
  /* background: #F5D80D; */
}
.cta.footer .cta-lead .cta-lead__inner {
  position: relative;
  width: 100%;
  height: 66px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.cta.footer .cta-lead .cta-lead__inner p {
  position: relative;
  height: 66px;
  background: #F5D80D;
  text-align: left;
  display: inline-block;
}
.cta.footer .cta-lead .cta-lead__inner p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 50px solid #F5D80D;
  border-right: 0;

  background: none;
  transform: none;
  left: auto;
  bottom: auto;
}
.cta.footer .cta-lead p:before, .cta.footer .cta-lead p:after {
  content: none;
}

.cta.footer .cta-banner {
  width: 100%;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.cta.footer .cta-banner .cta-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.cta.footer .cta-banner .cta-inner .cta-text {
  width: 55%;
}
.cta.footer .cta-banner .cta-inner .cta-image {
  width: 45%;
}



@media print, screen and (max-width: 900px) {
  .cta-follow {
    width: 120px;
  }
  .cta .cta-lead p {
    font-size: 20px;
  }
  .cta .cta-lead p .cta-highlight {
    font-size: 26px;
  }
  .cta .cta-lead p:before {
    height: 1.3em;
    left: -15px;
    bottom: 6px;
  }
  .cta .cta-lead p:after {
    height: 1.3em;
    right: -15px;
    bottom: 6px;
  }
  .cta .cta-banner .cta-inner {
    padding: 15px;
    display: block;
  }
  .cta .cta-banner .cta-inner .cta-text {
    width: 100%;
  }
  .cta .cta-banner .cta-inner .cta-text .cta-desc {
    font-size: 14px;
  }
  .cta .cta-banner .cta-inner .cta-text .cta-title {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 19px;
  }
  .cta .cta-banner .cta-inner .cta-text .cta-button {
    padding: 13px;
    max-width: 250px;
    font-size: 15px;
  }
  .cta .cta-banner .cta-inner .cta-text .cta-button:after {
    --fontSize: 20px;
  }
  .cta .cta-banner .cta-inner .cta-image {
    width: 100%;
    padding: 15px 20px 0px;
    text-align: center;
  }
  .cta .cta-lead p .cta-highlight {
    font-size: 20px;
  }
  .cta .cta-banner .cta-inner .cta-text .cta-dtl {
    font-size: 15px;
  }
  .cta .cta-banner .cta-inner .cta-image img {
    text-align: center;
    width: 70%;
    max-width: 300px;
  }
  /*フッターCTAのみ適用*/
  .cta.footer .cta-lead .cta-lead__inner {
    padding: 10px;
    height: auto;
    box-sizing: border-box;
  }
  .cta.footer {
    margin-top: 60px;
    background: #F5D80D;
  }
  .cta.footer .cta-lead .cta-lead__inner p {
    height: auto;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .cta.footer .cta-lead .cta-lead__inner p:before{
    content:none;
  }
  .cta.footer .cta-banner .cta-inner .cta-text {
    width: 100%;
  }
  .cta.footer .cta-banner .cta-inner .cta-image {
    padding: 0 40px 10px;
    width: 100%;
  }
}
/*▲▲ 20250514 西岡追加 ▲▲*/