img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

.header_bar {
  width: 100%;
  background-color: #2ea0e9;
  padding: 12px 24px 10px;
}
@media screen and (max-width: 767px) {
  .header_bar {
    padding: 10px 12px 8px;
  }
}
.header_bar .header_logo {
  max-width: 1200px;
  margin: 0 auto;
}
.header_bar img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header_bar img {
    width: 80px;
  }
}

.ib {
  display: inline-block;
}

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

.hero {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 620px;
}
@media screen and (max-width: 980px) {
  .hero {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 60vw;
  }
}
.hero .maintitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 13px;
  line-height: 1.5;
}
.hero .maintitle h1 {
  font-size: 1.3em;
}
.hero .hero_image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 980px) {
  .hero .hero_image {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_image {
    height: 60vw;
  }
}
.hero .hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.section_lead {
  padding: 80px 24px;
  text-align: center;
  background-color: #eff3f5;
}
@media screen and (max-width: 980px) {
  .section_lead {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_lead {
    padding: 30px 24px 40px;
  }
}
.section_lead h2.heading {
  color: #2ea0e9;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .section_lead h2.heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_lead h2.heading {
    font-size: 20px;
  }
}
.section_lead h2.heading span {
  padding: 10px 32px 10px 40px;
  display: inline-block;
  background-image: url(../img/bar1.svg), url(../img/bar2.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media screen and (max-width: 980px) {
  .section_lead h2.heading span {
    padding: 10px 22px 10px 30px;
    background-size: 14px, 14px;
  }
}
@media screen and (max-width: 767px) {
  .section_lead h2.heading span {
    padding: 0px 18px 0px 22px;
  }
}
.section_lead .t1 {
  font-size: 24px;
  line-height: 1.8;
  color: #555555;
  padding-top: 32px;
}
@media screen and (max-width: 980px) {
  .section_lead .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section_lead .t1 {
    font-size: 16px;
    text-align: left;
    padding-top: 24px;
  }
  .section_lead .t1 br {
    display: none;
  }
  .section_lead .t1 .ib {
    display: inline;
  }
}
.section_lead .t2 {
  font-size: 40px;
  line-height: 1.8;
  color: #555555;
  padding-top: 32px;
}
@media screen and (max-width: 980px) {
  .section_lead .t2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section_lead .t2 {
    font-size: 22px;
  }
}

.section_trouble {
  padding: 150px 24px;
  background-image: url(../img/sec2_top.png), url(../img/sec2_bg.png);
  background-repeat: repeat-x, repeat;
  background-position: center top, center top;
}
@media screen and (max-width: 980px) {
  .section_trouble {
    padding: 80px 24px;
    background-size: 130%, auto;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble {
    padding: 40px 24px;
  }
}
.section_trouble .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.section_trouble .subheading {
  font-size: 20px;
  font-weight: 700;
  color: #555555;
}
@media screen and (max-width: 980px) {
  .section_trouble .subheading {
    font-size: 18px;
  }
}
.section_trouble .subheading span {
  padding: 15px 30px;
  border: solid 1px #666;
  border-radius: 50px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .section_trouble .subheading span {
    padding: 12px 20px;
  }
}
.section_trouble .fb_ttl {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 980px) {
  .section_trouble .fb_ttl {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .fb_ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_trouble .fb_ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_trouble .fb_ttl br {
    display: inline;
  }
}
.section_trouble .fb_ttl .heading {
  padding-top: 20px;
  font-size: 46px;
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .section_trouble .fb_ttl .heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .fb_ttl .heading {
    padding-top: 10px;
    font-size: 26px;
  }
}
.section_trouble .fb_ttl .heading strong {
  font-weight: 900;
}
.section_trouble .fb_ttl .heading span {
  color: #2ea0e9;
}
.section_trouble .fb_ttl .icon {
  width: 25px;
}
.section_trouble .grid {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 76px;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid {
    padding-top: 50px;
    max-width: 720px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid {
    display: block;
    max-width: 360px;
  }
}
.section_trouble .grid .grid_item {
  width: calc(50% - 38px);
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .grid_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid .grid_item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section_trouble .grid .item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_header {
    gap: 10px;
  }
}
.section_trouble .grid .item_header .number {
  font-size: 80px;
  color: #2ea0e9;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_header .number {
    font-size: 50px;
  }
}
.section_trouble .grid .item_header .item_title p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_header .item_title p {
    font-size: 14px;
  }
}
.section_trouble .grid .item_header .item_title h3 {
  padding-top: 2px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_header .item_title h3 {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .section_trouble .grid .item_body:hover {
    border: solid 1px #2ea0e9;
  }
}
.section_trouble .grid .item_body {
  position: relative;
  width: 100%;
  aspect-ratio: 7/5;
  border-radius: 20px;
  border: solid 1px #add0e2;
  -webkit-box-shadow: 14px 14px 0px 0px #eff3f5;
          box-shadow: 14px 14px 0px 0px #eff3f5;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body {
    -webkit-box-shadow: 10px 10px 0px 0px #eff3f5;
            box-shadow: 10px 10px 0px 0px #eff3f5;
    border-radius: 13px;
  }
}
.section_trouble .grid .item_body .trigger {
  cursor: pointer;
}
.section_trouble .grid .item_body .trigger .fase1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section_trouble .grid .item_body .trigger .howto {
  position: absolute;
  bottom: 22px;
  right: 35px;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .trigger .howto {
    bottom: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .trigger .howto img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid .item_body .trigger .howto img {
    width: 120px;
  }
}
@media (hover: hover) {
  .section_trouble .grid .item_body .trigger:hover .fase1 {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .section_trouble .grid .item_body .trigger:hover .howto {
    -webkit-animation: moveX 0.5s linear 0s infinite;
            animation: moveX 0.5s linear 0s infinite;
  }
}
@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section_trouble .grid .item_body .fase2.is_open {
  top: 0;
  left: 0;
}
.section_trouble .grid .item_body .fase2.is_open .fukidashi {
  -webkit-animation: anim_slide1 0.5s ease 0.1s both;
          animation: anim_slide1 0.5s ease 0.1s both;
}
.section_trouble .grid .item_body .fase2.is_open .trouble1 {
  -webkit-animation: anim_slide2 0.7s ease 0.3s both;
          animation: anim_slide2 0.7s ease 0.3s both;
}
.section_trouble .grid .item_body .fase2.is_open .trouble2 {
  -webkit-animation: anim_slide2 0.7s ease 0.5s both;
          animation: anim_slide2 0.7s ease 0.5s both;
}
@-webkit-keyframes anim_slide1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes anim_slide1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anim_slide2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim_slide2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section_trouble .grid .item_body .fase2 {
  position: absolute;
  top: 400px;
  left: 0px;
  z-index: 5;
  padding: 20px 20px 0;
  color: #fff;
  background-color: #2ea0e9;
  width: 100%;
  aspect-ratio: 7/5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .fase2 {
    padding: 10px 10px 0 0;
  }
}
.section_trouble .grid .item_body .fase2 .btn_close {
  text-align: right;
}
.section_trouble .grid .item_body .fase2 .btn_close span {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.section_trouble .grid .item_body .fase2 .btn_close span:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.section_trouble .grid .item_body .fase2 .btn_close img {
  width: 34px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .fase2 .btn_close img {
    width: 25px;
  }
}
.section_trouble .grid .item_body .fase2 .fukidashi {
  margin-top: -20px;
  margin-left: 20px;
  background-image: url(../img/arrow3.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 9px;
  display: inline-block;
}
.section_trouble .grid .item_body .fase2 .fukidashi span {
  display: inline-block;
  background-color: #fff;
  color: #2ea0e9;
  font-weight: 700;
  font-size: 23px;
  padding: 8px 30px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .fase2 .fukidashi span {
    font-size: 16px;
    padding: 6px 12px 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid .item_body .fase2 .fukidashi span {
    font-size: 14px;
  }
}
.section_trouble .grid .item_body .fase2 .trouble1 {
  padding: 15px 0 0 20px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .fase2 .trouble1 {
    padding: 10px 0 0 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid .item_body .fase2 .trouble1 {
    font-size: 15px;
  }
}
.section_trouble .grid .item_body .fase2 .trouble2 {
  padding: 5px 0 0 20px;
  color: #fff287;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .section_trouble .grid .item_body .fase2 .trouble2 {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .section_trouble .grid .item_body .fase2 .trouble2 {
    font-size: 20px;
  }
}

.mid_banner_block {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .mid_banner_block {
    padding-top: 20px;
  }
}
.mid_banner_block .inner {
  max-width: 706px;
  margin: 0 auto;
  border: solid 2px #add0e2;
  background-color: #fff;
  padding: 15px 20px 18px 15px;
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .mid_banner_block .inner {
    padding: 10px 20px 18px 20px;
    max-width: 360px;
  }
}
.mid_banner_block .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .fb {
    display: block;
    text-align: center;
  }
}
.mid_banner_block .fb .fb_left {
  width: 185px;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .fb .fb_left {
    width: 160px;
    margin: 0 auto;
  }
}
.mid_banner_block .fb .fb_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.mid_banner_block .wp_st {
  font-size: 18px;
  line-height: 1.5;
  color: #555;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .wp_st {
    font-size: 16px;
  }
}
.mid_banner_block .wp_st strong {
  font-weight: 900;
}
.mid_banner_block .wp_st span {
  display: inline-block;
}
.mid_banner_block .wp_mt {
  padding-top: 10px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .wp_mt {
    font-size: 20px;
  }
}
.mid_banner_block .wp_mt span {
  color: #2ea0e9;
}
.mid_banner_block .wp_mt strong {
  font-weight: 900;
}
.mid_banner_block .fb_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .fb_btn {
    display: block;
    text-align: center;
  }
}
.mid_banner_block .wp_cp {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .mid_banner_block .wp_cp {
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.mid_banner_block .btn a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #2ea0e9;
  padding: 10px 30px;
  border-radius: 50px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .mid_banner_block .btn a:hover {
    background-color: #4ec0f9;
    padding: 10px 35px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}

.section_banner {
  background-color: #add0e2;
  padding: 100px 24px;
}
@media screen and (max-width: 980px) {
  .section_banner {
    padding: 60px 24px;
  }
}
.section_banner .banner_block {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2px;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block {
    max-width: 360px;
  }
}
.section_banner .banner_block .inner {
  border: solid 2px #add0e2;
  padding: 60px 20px 60px 80px;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .inner {
    padding: 20px 20px 30px;
  }
}
.section_banner .banner_block .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .fb {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .fb {
    display: block;
  }
}
.section_banner .banner_block .fb .fb_left {
  max-width: 581px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .fb .fb_left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .fb .fb_left {
    max-width: 320px;
    width: 60%;
    margin: 0 auto;
  }
}
.section_banner .banner_block .fb .fb_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_banner .banner_block .wp_st {
  font-size: 20px;
  line-height: 1.5;
  color: #555;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
.section_banner .banner_block .wp_st strong {
  font-weight: 900;
}
.section_banner .banner_block .wp_st span {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .wp_st {
    font-size: 17px;
  }
}
.section_banner .banner_block .wp_mt {
  padding-top: 30px;
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #555;
  letter-spacing: 1px;
}
.section_banner .banner_block .wp_mt span {
  color: #2ea0e9;
}
.section_banner .banner_block .wp_mt strong {
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .wp_mt {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .wp_mt {
    font-size: 20px;
  }
}
.section_banner .banner_block .wp_cp {
  padding-top: 25px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .wp_cp {
    padding-top: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .wp_cp {
    font-size: 15px;
  }
}
.section_banner .banner_block .btn {
  padding-top: 30px;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .btn {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .btn {
    text-align: center;
  }
}
.section_banner .banner_block .btn a {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  background-color: #2ea0e9;
  padding: 18px 70px;
  border-radius: 50px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .section_banner .banner_block .btn a {
    padding: 13px 50px;
    background-position: right 25px center;
    background-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner_block .btn a {
    font-size: 16px;
    padding: 13px 50px;
    background-size: 5px;
  }
}
@media (hover: hover) {
  .section_banner .banner_block .btn a:hover {
    background-color: #4ec0f9;
    background-position: right 40px center;
    padding: 18px 100px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (hover: hover) and (max-width: 980px) {
  .section_banner .banner_block .btn a:hover {
    padding: 13px 50px;
    background-position: right 25px center;
    background-size: 7px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.section_movie {
  background-image: url(../img/bg_movie.png);
  background-repeat: repeat;
  background-position: center top;
  background-color: #eff3f5;
  padding: 120px 24px;
}
@media screen and (max-width: 980px) {
  .section_movie {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_movie {
    padding: 40px 20px;
  }
}
.section_movie .movie_block {
  max-width: 1034px;
  margin: 0 auto;
}
.section_movie .movie_block .mv_st {
  text-align: center;
  background-image: url(../img/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .section_movie .movie_block .mv_st {
    padding-bottom: 10px;
  }
}
.section_movie .movie_block .mv_st span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background-color: #2a445e;
  padding: 18px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .section_movie .movie_block .mv_st span {
    font-size: 17px;
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_movie .movie_block .mv_st span {
    font-size: 15px;
    padding: 10px 40px;
  }
}
.section_movie .movie_block .mv_mt {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  padding-top: 15px;
  color: #2a445e;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .section_movie .movie_block .mv_mt {
    padding-top: 8px;
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section_movie .movie_block .mv_mt {
    font-size: 20px;
  }
}
.section_movie .movie_block .video_psoter {
  border: solid 5px #fff;
}
.section_movie .movie_block .video_psoter a {
  display: block;
  position: relative;
}
.section_movie .movie_block .video_psoter a .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .section_movie .movie_block .video_psoter a .play_btn {
    width: 20%;
  }
}
.section_movie .movie_block .video_psoter a:hover .play_btn {
  opacity: 1;
}

.video_frame {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  border: solid 4px #fff;
  overflow: hidden;
}
.video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_product {
  padding: 120px 24px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .section_product {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_product {
    padding: 50px 24px;
  }
}
.section_product h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #555;
}
@media screen and (max-width: 980px) {
  .section_product h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .section_product h2 {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
.section_product .logo {
  margin: 0 auto;
  width: 320px;
  padding: 50px 0;
}
@media screen and (max-width: 980px) {
  .section_product .logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .section_product .logo {
    width: 180px;
    padding: 30px 0;
  }
}
.section_product .btn {
  padding-top: 10px;
}
@media screen and (max-width: 980px) {
  .section_product .btn {
    padding-top: 0;
  }
}
.section_product .btn a {
  display: inline-block;
  color: #fff;
  background-color: #2ea0e9;
  font-size: 24px;
  padding: 25px 90px;
  border-radius: 50px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 45px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .section_product .btn a {
    font-size: 20px;
    padding: 20px 70px;
    background-position: right 30px center;
  }
}
@media screen and (max-width: 767px) {
  .section_product .btn a {
    font-size: 16px;
    padding: 20px 40px;
    width: 100%;
    max-width: 300px;
  }
}
@media (hover: hover) {
  .section_product .btn a:hover {
    background-color: #4ec0f9;
    background-position: right 40px center;
    padding: 25px 100px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (hover: hover) and (max-width: 980px) {
  .section_product .btn a:hover {
    padding: 20px 70px;
    background-position: right 30px center;
  }
}

.fix_banner {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 5;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .fix_banner {
    max-width: 280px;
  }
}
.fix_banner .banner_block {
  background-color: #fff;
  border: solid 2px #2ea0e9;
  border-radius: 6px;
  padding: 15px;
  -webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block {
    padding: 5px;
  }
}
.fix_banner .banner_block .fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block .fb {
    gap: 10px;
  }
}
.fix_banner .banner_block .fb .fb_left img {
  margin-top: -35px;
  border: solid 1px #2ea0e9;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  width: 81px;
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block .fb .fb_left img {
    width: 50px;
    margin-top: 0px;
  }
}
.fix_banner .banner_block .fb .fb_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fix_banner .banner_block .wp_mt {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2a445e;
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block .wp_mt {
    font-size: 12px;
  }
}
.fix_banner .banner_block .btn {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block .btn {
    padding-top: 4px;
  }
}
.fix_banner .banner_block .btn a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #2ea0e9;
  padding: 8px 32px 10px;
  border-radius: 50px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .fix_banner .banner_block .btn a {
    font-size: 12px;
    padding: 6px 30px 8px 24px;
  }
}
@media (hover: hover) {
  .fix_banner .banner_block .btn a:hover {
    background-color: #4ec0f9;
    padding: 8px 36px 10px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .fix_banner .banner_block .btn a:hover {
    font-size: 12px;
    padding: 6px 30px 8px 24px;
  }
}

.footer {
  padding: 80px 20px 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #2a445e;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.85 !important;
  padding: 0 2% 18px 10px !important;
  color: #000;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  color: #fff !important;
}

.mfp-image-holder .mfp-close {
  color: #333 !important;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  background: #fff;
  padding: 2% 5%;
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 95%;
  padding-left: 5%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #333;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}