@charset "UTF-8";
/* 必須 */
/*========================================================

  インポートファイル

========================================================*/
/* 必須 */
/* MacBook・ノートPC */
/* iPad */
/* スマホ */
/*——————— ▼ MacBook ———————*/
/*——————— ▼ タブレット ———————*/
/*——————— ▼ スマホ ———————*/
/* 必須 */
/*========================================================
  コンテンツ幅
========================================================*/
/*——————— ▼ TOPページ ———————*/
/*========================================================
  カラー設定
========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*========================================================
  フォント設定
========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif; /* "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif; */
  color: #333;
  font-size: 1.6em;
}
html a {
  text-decoration: none;
  transition: 0.2s;
}
html a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 769px) {
  html br.pc {
    display: none;
  }
}
html br.note {
  display: none;
}
@media only screen and (max-width: 1501px) {
  html br.note {
    display: block;
  }
}
html br.tab {
  display: none;
}
@media only screen and (max-width: 1365px) {
  html br.tab {
    display: block;
  }
}
html br.sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  html br.sp {
    display: block;
  }
}

/* 必須 */
/*========================================================
  共通箇所css
========================================================*/
.c-font-num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.c-br-sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  .c-br-sp {
    display: inline;
  }
}

/* 必須 */
/*========================================================
  header
========================================================*/
body.modal-open {
  overflow: hidden;
}

/* 必須 */
/*========================================================
  footer
========================================================*/
footer {
  font-family: "Noto Sans JP", YuGothic, sans-serif;
  margin-top: 100px;
}
@media only screen and (max-width: 769px) {
  footer {
    margin-top: 200px;
  }
}
footer .head {
  position: relative;
  transform: translateY(1px);
  /* &:before{
    content:"";
    width: 100%;
    height: 381px;
    background: url(../images/common/footer_head.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    display: block;
  } */
}
footer .head .dainaga-img {
  width: 100%;
}
footer .head .logo {
  width: 500px;
  height: 100px;
  position: absolute;
  top: -25px;
  left: 20px;
}
@media only screen and (max-width: 1501px) {
  footer .head .logo {
    top: -20px;
  }
}
@media only screen and (max-width: 1365px) {
  footer .head .logo {
    width: 300px;
  }
}
@media only screen and (max-width: 769px) {
  footer .head .logo {
    width: 100%;
    top: -150px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
footer .head .logo p {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 1501px) {
  footer .head .logo p {
    padding-left: 30%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1365px) {
  footer .head .logo p {
    font-size: 15px;
    margin-top: 10px;
  }
}
footer .head .logo p + p {
  margin-top: 0;
  font-size: 20px;
}
footer .inner {
  padding: 100px 50px 100px 500px;
  background: #1D2D61;
  color: #fff;
}
@media only screen and (max-width: 1501px) {
  footer .inner {
    padding: 100px 50px 100px 20%;
  }
}
@media only screen and (max-width: 1365px) {
  footer .inner {
    padding: 50px 20px;
  }
}
footer .inner .head_txt {
  font-size: 36px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1365px) {
  footer .inner .head_txt {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner .head_txt {
    font-size: 20px;
    line-height: 1.5;
  }
}
footer .inner .contact-txt {
  font-size: 28px;
  text-align: right;
}
@media only screen and (max-width: 1365px) {
  footer .inner .contact-txt {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner .contact-txt {
    font-size: 20px;
    line-height: 1.5;
  }
}
footer .inner .contact-txt a {
  display: inline-block;
  color: #fff;
  font-size: 60px;
  margin-left: 30px;
}
@media only screen and (max-width: 1365px) {
  footer .inner .contact-txt a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner .contact-txt a {
    font-size: 40px;
    margin: 0;
  }
}
footer .inner nav {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 769px) {
  footer .inner nav {
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner nav ul + ul {
    margin-top: 40px;
  }
}
footer .inner nav ul li {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) {
  footer .inner nav ul li {
    font-size: 16px;
  }
}
footer .inner nav ul li:nth-child(1) {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1365px) {
  footer .inner nav ul li:nth-child(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner nav ul li:nth-child(1) {
    margin-bottom: 10px;
  }
}
footer .inner nav ul li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  footer .inner nav ul li:nth-child(n+2) {
    margin-left: 20px;
  }
}
footer .inner nav ul li.contact {
  font-size: 24px;
}
@media only screen and (max-width: 1365px) {
  footer .inner nav ul li.contact {
    font-size: 20px;
  }
}
@media only screen and (max-width: 769px) {
  footer .inner nav ul li.contact {
    margin-top: 30px;
    font-size: 20px;
    margin-left: 0;
  }
}
footer .inner nav ul li a {
  color: #fff;
}

/* 必須 */
/*========================================================
  メインビジュアル
========================================================*/
.header-visual {
  width: 100%;
  background-image: url(../image/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .header-visual {
    background-image: url(../image/mv_sp.jpg);
    padding: 20px;
  }
}
.header-visual .header-visual__logo {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .header-visual .header-visual__logo {
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 769px) {
  .header-visual div {
    display: flex;
    align-items: end;
    margin-top: 70px;
  }
}
.header-visual .header-visual__icon {
  width: 260px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .header-visual .header-visual__icon {
    margin-bottom: -40px;
    width: 130px;
  }
}
.header-visual .header-visual__title {
  color: #05479B;
  font-size: 100px;
  margin-top: -50px;
}
@media only screen and (max-width: 769px) {
  .header-visual .header-visual__title {
    font-size: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 769px) {
  .header-visual .header-visual__contact {
    display: none;
  }
}
.header-visual .header-visual__contact img {
  position: absolute;
  width: 220px;
  margin-top: 50px;
  right: 70px;
  top: 50px;
}

.house-safety-banner {
  width: 100%;
  background-image: url(../image/wood.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px;
}
@media only screen and (max-width: 769px) {
  .house-safety-banner {
    display: block;
    padding: 10px;
    text-align: center;
    border: initial;
  }
}
.house-safety-banner .house-safety-banner__content {
  color: #1C2A53;
}
.house-safety-banner .house-safety-banner__content .house-safety-banner__headline {
  font-size: 90px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .house-safety-banner .house-safety-banner__content .house-safety-banner__headline {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.house-safety-banner .house-safety-banner__content .house-safety-banner__description {
  font-size: 50px;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .house-safety-banner .house-safety-banner__content .house-safety-banner__description {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.house-safety-banner .house-safety-banner__content .house-safety-banner__note {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 769px) {
  .house-safety-banner .house-safety-banner__content .house-safety-banner__note {
    font-size: 15px;
  }
}
.house-safety-banner .house-safety-banner__image {
  text-align: center;
}
.house-safety-banner .house-safety-banner__image .house-safety-banner__warranty-image {
  width: 370px;
}
@media only screen and (max-width: 769px) {
  .house-safety-banner .house-safety-banner__image .house-safety-banner__warranty-image {
    width: 100px;
    height: auto;
  }
}
.house-safety-banner .house-safety-banner__image a {
  display: inline-block;
  width: 300px;
  padding: 20px 0;
  background: #05479B;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
}

.section-title {
  width: 100%;
  background-color: #05479B;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .section-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section-title .section-title__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 90%;
}
.section-title .section-title__headline .section-title__text {
  color: white;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 769px) {
  .section-title .section-title__headline .section-title__text {
    font-size: 24px;
  }
}
.section-title .section-title__headline .section-title__text::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 5px;
  left: -100px;
  background-color: white;
  transform: rotate(50deg);
}
@media only screen and (max-width: 769px) {
  .section-title .section-title__headline .section-title__text::before {
    width: 60px;
    left: -45px;
  }
}
.section-title .section-title__headline .section-title__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 5px;
  background-color: white;
  transform: rotate(-50deg);
}
@media only screen and (max-width: 769px) {
  .section-title .section-title__headline .section-title__text::after {
    width: 60px;
  }
}
.section-title .section-title__non-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 90%;
}
.section-title .section-title__non-headline .section-title__text {
  color: white;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 769px) {
  .section-title .section-title__non-headline .section-title__text {
    font-size: 24px;
  }
}
.section-title .section-title__supplement {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  color: #4FACC9;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 769px) {
  .section-title .section-title__supplement {
    margin-top: 10px;
    font-size: 14px;
  }
}

.opti-points {
  width: 100%;
  background-image: url(../image/point_bg.png);
  background-size: cover;
  background-position: center -100px;
}
.opti-points .opti-points_content {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 190px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content {
    margin: 0 10px;
    padding-top: 80px;
  }
}
.opti-points .opti-points_content .opti-points_detail {
  background-image: url(../image/point_content_bg.png);
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail {
    margin-bottom: 80px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_number {
  top: -100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
.opti-points .opti-points_content .opti-points_detail .opti-points_number img {
  height: 145px;
  width: auto;
  margin-top: -200px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_number img {
    height: 60px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_number p {
  font-size: 40px;
  color: #ffffff;
  -webkit-text-stroke: 2px #000000;
  font-weight: bold;
  margin-left: 20px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_number p {
    font-size: 25px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_number p span {
  font-size: 105px;
  color: #F15F2C;
  letter-spacing: 5px;
  -webkit-text-stroke: initial;
  margin-left: 5px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_number p span {
    font-size: 50px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_title {
  font-size: 65px;
  color: #05479B;
  display: inline-block;
  background-image: radial-gradient(circle, #05479B 3px, transparent 3px);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 21px 6px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_title {
    font-size: 24px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_image {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_image {
    gap: 10px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_image .point_express_image {
  max-width: 500px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_image .point_express_image {
    width: 180px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_image .point_link_image {
  max-width: 300px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 769px) {
  .opti-points .opti-points_content .opti-points_detail .opti-points_image .point_link_image {
    width: 100px;
  }
}
.opti-points .opti-points_content .opti-points_detail .opti-points_image .point_link_image:hover {
  cursor: pointer;
}

.evidence {
  width: 100%;
  padding-top: 160px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 769px) {
  .evidence {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.evidence .evidence__reason {
  text-align: center;
  font-size: 60px;
  color: #05479B;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__reason {
    margin: 0 10px -40px 10px;
    font-size: 20px;
  }
}
.evidence .evidence__reason span {
  color: #F15F2C;
}
.evidence .evidence__curved {
  position: relative;
  height: 50vh;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__curved {
    height: 220px;
  }
}
.evidence .evidence__curved::after {
  content: "";
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #E6E8E8;
  height: 50%;
}
.evidence .evidence__curved-end {
  position: relative;
  background: #E6E8E8;
  height: 800px;
  border-bottom-left-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__curved-end {
    height: 400px;
    border-bottom-left-radius: 100% 40%;
    border-bottom-right-radius: 100% 40%;
  }
}
.evidence .evidence__curved-end .evidence__certificate-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.evidence .evidence__curved-end .evidence__certificate-image.end {
  margin-bottom: 90px;
}
.evidence .evidence__curved-end .evidence__certificate-image img {
  position: relative;
  width: 500px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__curved-end .evidence__certificate-image img {
    width: 250px;
  }
}
.evidence .evidence__curved-end .evidence__certificate-image img.transform {
  transform: rotate(50deg);
}
.evidence .evidence__curved-end .evidence__certificate-image img:hover {
  cursor: pointer;
}
.evidence .evidence__curved-end .evidence__certificate {
  text-align: center;
  font-size: 40px;
  color: #F15F2C;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__curved-end .evidence__certificate {
    font-size: 24px;
  }
}
.evidence .evidence__content {
  background-color: #E6E8E8;
}
.evidence .evidence__content .evidence__header-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.evidence .evidence__content .evidence__header-image img {
  position: relative;
  margin-top: -200px;
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__header-image img {
    margin-top: -100px;
    width: 110px;
    height: auto;
  }
}
.evidence .evidence__content .evidence__header-text {
  text-align: center;
  font-size: 170px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 140px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__header-text {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.evidence .evidence__content .evidence__detail {
  width: auto;
  padding: 59px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 0;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail {
    display: block;
    padding: 20px 10px;
  }
}
.evidence .evidence__content .evidence__detail .evidence__text {
  width: 60%;
  align-self: flex-start;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__text {
    width: 100%;
  }
}
.evidence .evidence__content .evidence__detail .evidence__text .evidence__title {
  font-size: 91px;
  letter-spacing: 7px;
  color: #F15F2C;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__text .evidence__title {
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 1.5;
  }
}
.evidence .evidence__content .evidence__detail .evidence__text .evidence__title::after {
  position: absolute;
  content: url("../image/reason_icon_02.png");
  transform: translateY(35%) translateX(-35%);
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__text .evidence__title::after {
    background-size: contain;
    transform: translateY(5%) translateX(-45%) scale(0.5);
  }
}
.evidence .evidence__content .evidence__detail .evidence__text .evidence__description {
  position: relative;
  margin-top: 48px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 43px;
  line-height: 1.6;
  color: #05479B;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__text .evidence__description {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.evidence .evidence__content .evidence__detail .evidence__text .evidence__description::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  transform: translateY(-10%) translateX(-20%);
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__text .evidence__description::before {
    width: 40px;
    height: 40px;
  }
}
.evidence .evidence__content .evidence__detail .evidence__image {
  width: 40%;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__image {
    margin: 0 auto;
    width: 70%;
  }
}
.evidence .evidence__content .evidence__detail .evidence__image .evidence__logo {
  display: block;
  width: 100%;
  height: auto;
}
.evidence .evidence__content .evidence__detail .evidence__image .evidence__image-caption {
  text-align: center;
  font-size: 43px;
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__detail .evidence__image .evidence__image-caption {
    font-size: 14px;
  }
}
.evidence .evidence__content .evidence__circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.evidence .evidence__content .evidence__circle.end {
  margin-bottom: 90px;
}
.evidence .evidence__content .evidence__circle img {
  position: relative;
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__circle img {
    width: 80px;
  }
}
.evidence .evidence__content .evidence__circle img.transform {
  transform: rotate(50deg);
}
.evidence .evidence__content .evidence__demonstration {
  text-align: center;
  font-size: 65px;
  color: #05479B;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .evidence .evidence__content .evidence__demonstration {
    font-size: 36px;
    line-height: 1.5;
  }
}

.movie {
  background-image: url(../image/movie_bg.png);
  background-color: #05479B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -1px;
  padding-top: 70px;
  padding-bottom: 400px;
}
@media only screen and (max-width: 769px) {
  .movie {
    background-image: url(../image/movie_bg_sp.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.movie .movie-contents {
  margin: 240px auto 0;
  max-width: 1200px;
}
@media only screen and (max-width: 769px) {
  .movie .movie-contents {
    margin: 50px auto 0;
  }
}
.movie .movie-contents .movie-contents__title {
  font-size: 65px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 769px) {
  .movie .movie-contents .movie-contents__title {
    padding: 0 10px;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.movie .movie-contents .movie-contents__movie {
  margin: 0 auto;
  width: 1036px;
  height: 568px;
  background-color: #ffffff;
}
@media only screen and (max-width: 769px) {
  .movie .movie-contents .movie-contents__movie {
    width: 336px;
    height: 168px;
  }
}
.movie .movie-contents .movie-contents__movie iframe {
  width: 1036px;
  height: 568px;
}
@media only screen and (max-width: 769px) {
  .movie .movie-contents .movie-contents__movie iframe {
    width: 336px;
    height: 184px;
  }
}

.lineup {
  width: 100%;
  background-color: #05479B;
  background-image: url(../image/lineup_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 200px 170px;
}
@media only screen and (max-width: 769px) {
  .lineup {
    background-image: url(../image/lineup_bg_sp.png);
    padding: 50px 10px 170px;
    background-position: center;
  }
}
.lineup .lineup-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin: 20px auto 0;
  max-width: 1400px;
  align-items: flex-start;
}
@media only screen and (max-width: 769px) {
  .lineup .lineup-contents-list {
    gap: 20px;
    justify-content: center;
  }
}
.lineup .lineup-contents-list .lineup-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lineup .lineup-contents-list .lineup-contents h2 {
  padding: 7px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #F15F2C;
  font-size: 29px;
  width: 248px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .lineup .lineup-contents-list .lineup-contents h2 {
    width: 150px;
    font-size: 14px;
  }
}
.lineup .lineup-contents-list .lineup-contents .lineup-contents-link {
  padding: 20px 0;
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  font-size: 20px;
}
@media only screen and (max-width: 769px) {
  .lineup .lineup-contents-list .lineup-contents .lineup-contents-link {
    font-size: 12px;
    padding: 10px 0;
  }
}
.lineup .lineup-contents-list .lineup-contents .lineup-contents__image {
  width: 248px;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .lineup .lineup-contents-list .lineup-contents .lineup-contents__image {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 769px) {
  .lineup .lineup-contents-list .lineup-contents .lineup-contents__link {
    width: 150px;
    height: auto;
  }
}

.inquiry .inquiry-contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry .inquiry-contents img {
  position: relative;
  margin-top: -50px;
  width: 330px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .inquiry .inquiry-contents img {
    width: 150px;
  }
}

/* モーダル*/
.modal-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .modal-contents {
    padding: 50% 10px;
  }
}
.modal-contents:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
@media only screen and (max-width: 769px) {
  .modal-contents:before {
    height: 20%;
  }
}
.modal-contents.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1200px;
}
@media only screen and (max-width: 769px) {
  .modal-container {
    width: 90%;
  }
}
.modal-container.reason_evidence {
  width: initial;
}
.modal-container .modal-content {
  background-color: #ccc;
  background-image: url(../image/point_modal_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.8;
  min-height: 800px;
  border-radius: 40px;
  padding: 20px 100px;
}
@media only screen and (max-width: 769px) {
  .modal-container .modal-content {
    padding: 20px 10px;
    min-height: 0;
  }
}
.modal-container .modal-content .opti-points_title {
  text-align: center;
  font-size: 65px;
  color: #05479B;
  display: inline-block;
  background-image: radial-gradient(circle, #05479B 3px, transparent 3px);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 21px 6px;
}
@media only screen and (max-width: 769px) {
  .modal-container .modal-content .opti-points_title {
    font-size: 16px;
    background-image: radial-gradient(circle, #05479B 1px, transparent 3px);
    background-size: 10px 6px;
  }
}
.modal-container .modal-content p {
  margin-top: 100px;
  font-size: 30px;
  line-height: 1.6;
  color: #05479B;
  font-weight: bold;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .modal-container .modal-content p {
    margin-top: 30px;
    font-size: 14px;
  }
}
.modal-container .modal-content p span {
  color: #F15F2C;
}
.modal-container .modal-content a {
  display: inline-block;
  width: 300px;
  padding: 10px 0;
  background: #05479B;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
  margin-top: 50px;
}

.modal5 {
  padding: initial;
  overflow: hidden;
}