@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
img {
  vertical-align: middle
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
input, textarea {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
a {
  text-decoration: none
}
button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body * {
  -webkit-text-size-adjust: 100%
}
a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
a:hover img {
  opacity: .8
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  background: #165fa5;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

a {
  color: #000
}
img {
  max-width: 100%;
  height: auto;
  
}

.l-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 20px;
}
.nav{
  display: flex;
  margin-left: auto;
}
.h-logo{
  position: absolute;
  width: 40%;
  z-index: 1;
}
.nav ul{
  display: flex;
}
.nav a{
  padding: 17px 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1em;
  height: 68px;
  transition: all ease .3s;
}
.nav a:hover{
  opacity: 0.8;
}
.nav li a span{
  font-size: 10px;
  display: block;
  letter-spacing: 0.2em;
}
.nav-signup a{
  background: #b31b25;
}
.nav-faq a{
  background: #000;
}
.nav-link a{
  background: #fff;
  padding: 7px 20px;
}
.nav-link a img{
  width: 84px;
}
.l-main{
  background: url(../images/bg_main.webp) no-repeat left top / 46vw;
}
.main-visual{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.main-txt{
  width:35%;
  padding-left: 20px;
}
.main-txt h2{
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin: 7vw 0 35px;
  text-shadow: #165fa5 3px 0 5px;
}
.main-txt p{
  color: #fff;
  font-size: 15px;
  text-shadow: #165fa5 0px 0 30px;
  background: rgba(22, 95, 165, 0.3);
}
.main-movie{
  width:60%;
  position: relative;
  line-height: 1em;
}
.main-movie a:hover img{
  opacity: 1;
}
.main-movie p{
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #fff;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 20px;
}
.box-w{
  background: #fff;
  border-radius: 10px;
  margin: 0 30px;
  padding: 60px 50px 70px;
}
.movie-nav h2{
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 60px 0 30px;
  letter-spacing: 0.05em;
}
.movie-nav h2 span{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #5a8dbf;
}
.movie-nav ul{
  display: flex;
  justify-content: center;
}
.movie-nav .movie-nav-btn{
  position: relative;
  display: block;
  width: 135px;
  height: 135px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #165fa5;
  z-index: 2;
  margin: 0 10px;
}
.movie-nav .movie-nav-btn::after{
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
  width: 141px;
  height: 141px;
  border-radius: 100px;
  z-index: 1;
  border: 1px solid #fff;
  transition: all ease .3s;
}
.movie-nav ul{
  margin: 0 30px;
  background: url(../images/line.png) repeat-x center top 80px / 30px;
}
.movie-nav li {
  padding: 0 10px;
  background: #165fa5;
}
.movie-nav li a{
  display: block;
  text-align: center;
  color: #fff;
}
.movie-nav li p{
  margin-top: 10px;
}
.movie-nav li p::before{
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}
.movie-nav a:hover .movie-nav-btn::after{
  width: 145px;
  height: 145px;
  top: -7px;
  right: -7px;
}
.movie-nav01 img{
  width: 74px;
  margin-top: 44px;
}
.movie-nav02 img{
  margin: 15px 12px 0 0;
}
.movie-nav03 img{
  margin: 15px 0 0 0;
}
.movie-nav04 img{
  margin: 15px 0 0 0;
}
.movie-list{
  margin: 60px 30px;
}
.movie-list4col ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1240px;
  margin: auto;
}
.movie-list4col li{
  width: calc((100% - 40px) / 2);
}
.movie-ttl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  min-height: 45px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.movie-ttl p{
  font-size: 11px;
  color: #646464;
  font-weight: normal;
  text-align: right;
}
.movie-ttl img{
  position: absolute;
  left: 0;
  top: -10px;
}
.movie-ttl1 img{
  top: 0;
}
.movie-ttl1{
  margin-left: 60px;
}

.movie-ttl2{
  margin-left: 50px;
}
.movie-list1col{
  text-align: center;
  
}
.movie-list1col a{
  display: block;
  max-width: 1240px;
  margin: auto;
}
.col1-ttl{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.col1-txt{
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.movie-list1col{
  max-width: 1080px;
  margin: auto;
}
.faq-list ul{
  max-width: 1240px;
  margin: auto;
}
.faq-list li{
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;  
}
.faq-list li:last-of-type{
  margin-bottom: 0;
}
.faq-ttl{
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  font-weight: bold;
  font-size: 15px;
  padding: 18px 40px 20px 55px;
  line-height: 1.5em;
}
.faq-ttl::after{
  content:"";
  width: 13px;
  height: 13px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  transition: all ease .3s;
  transform: rotate(45deg);
  right: 20px;
  bottom: calc((100% - 10px) / 2);
}
.faq-ttl.close::after{
  transform: rotate(-135deg);
}
.faq-ttl::before{
  content: "Q";
  color: #165fa5;
  font-size: 24px;
  margin-right: 10px;
  position: absolute;
  left: 25px;
  top: 15px;
}
.faq-answer{
  display: none;
  position: relative;
  padding: 0 50px 20px 55px;
  font-size: 14px;
  line-height: 1.8em;
}
.faq-answer::before{
  content: "A";
  color: #b31b25;
  font-size: 24px;
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  left: 27px;
  top: 0px;
  line-height: 1em;
}
.faq-answer a{
  color: #165fa5;
  border-bottom: 1px solid #165fa5;
}
.side_signup{
  position: fixed;
  bottom: 180px;
  right: 0;
  display: none;
}
.side_signup a{
  color: #fff;
  font-size: 16px;
  padding: 20px 15px;
  display: block;
  writing-mode: vertical-rl;
  transition: all ease 0.3s;
  width: 58px;
  background: #b31b25;
  border-radius: 5px 0 0 5px;
}
.side_signup a img{
  width: 22px;
  margin: 5px 0 0 -8px;
}
.side_signup a:hover{
  background: #000;
}
.f-go-top {
  bottom: 20px;
  position: fixed;
  right: 10px;
  z-index: 9;
  display: none;
}
.btn_signup{
  max-width: 400px;
  margin: 50px auto;
}
.btn_signup a{
  display: block;
  width: 100%;
  background: #b31b25;
  color: #fff;
  padding: 20px 30px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 10px;
  transition: all ease .3s;
}
.btn_signup a::before{
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  position: relative;
  bottom: 5px;
}
.btn_signup a:hover{
  background: #000;
}
.f-footer{
  background: url(../images/bg_footer@2x.png) no-repeat right bottom / 345px,
  url(../images/bg_footer2@2x.png) no-repeat left bottom / 382px;
  border: 1px solid #fff;
  text-align: center;
  margin: 50px 30px 10px;
  border-radius: 10px;
  padding: 50px;
  color: #fff;
}
.f-logo{
  width: 250px;
  margin: auto;
}
.f-ttl{
  font-size: 20px;
  margin-bottom: 10px;
}
.f-ttl span{
  display:block;
  font-size: 12px;
  line-height: 1em;
}
.f-name{
  font-size: 12px;
  margin-bottom: 10px;
}
.f-add{
  font-size: 14px;
}
.copy{
  font-size: 10px;
  text-align: center;
  color: #79a5d0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1160px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .tb{
    display: none;
  }
  .movie-ttl p{
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 830px) {
  .h-logo{
    width: 200px;
    margin-top: 10px;
  }
  .l-header{
    padding: 20px;
  }
  .main-visual{
    padding: 0 20px;
  }
  .box-w{
    margin: 30px 20px;
    padding: 30px 20px;
  }
  .nav a{
    padding: 8px 8px 10px;
    font-size: 11px;
    height: 45px;
    letter-spacing: 0.05em;
  }
  .nav li a span{
    font-size: 10px;
    letter-spacing: 0;
    margin-bottom: 3px;
    transform: scale(80%);
  }
  .nav-link a img{
    width: 40px;
  }
  .main-txt{
    width: 100%;
    padding: 0;
  }
  .main-txt h2{
    margin: 40px 0 15px;
    font-size: 23px;
    text-align: center;
  }
  .main-txt p{
    margin-bottom: 20px;
  }
  .main-movie{
    width: 100%;
  }
  .main-movie p{
    font-size: 14px;
  }
  .f-footer{
    background: url(../images/bg_footer@2x.png) no-repeat right bottom / 172px,
    url(../images/bg_footer2@2x.png) no-repeat left bottom / 191px;
    margin: 30px 20px 10px;
  }
  .btn_signup{
    margin: 40px auto;
    padding: 0 40px;
  }
  .btn_signup a{
    font-size: 18px;
    padding: 15px
  }
  .btn_signup a::before{
    bottom: 3px;
  }
  
}
@media screen and (max-width: 767px) {
  .tb{
    display: block;
  }
  body {
    font-size: 12px;
    font-size: 1.4rem
  }
  .movie-list4col li{
    width: 100%;
  }
  .movie-nav li{
    padding: 0 5px;
  }
  .movie-nav .movie-nav-btn{
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .movie-nav .movie-nav-btn::after{
    width: 80px;
    height: 80px;
    right: -2px;
    top: -2px;
  }
  .movie-nav a:hover .movie-nav-btn::after{
    width:84px;
    height: 84px;
    top: -4px;
    right: -4px;
  }
  .movie-nav h2{
    font-size: 14px;
    margin: 30px 0 20px 0;
  }
  .movie-nav h2 span{
    font-size: 16px;
  }
  .movie-nav01 img{
    width: 44px;
    margin-top: 25px;
  }
  .movie-nav02 img{
    width: 34px;
    margin: 15px 5px 0 0;
  }
  .movie-nav03 img{
    width: 34px;
  }
  .movie-nav04 img{
    width: 38px;
  }
  .movie-nav li p{
    font-size: 12px;
    margin: 3px 0 0 0;
  }
  .movie-nav li p::before{
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    bottom: 0;
    margin-right: 0;
  }
  .col1-ttl{
    font-size: 20px;
  }
  .col1-txt{
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .h-logo{
    width: 130px;
    margin: 10px 0 0 15px;
  }
  .l-header{
    padding: 0;
  }
  .main-visual{
    padding: 0 15px;
  }
  .box-w{
    margin: 20px 15px;
    padding: 20px 20px;
  }
  .main-txt h2{
    font-size: 20px;
    padding: 10px;
    margin-top: 10px;
  }
  .main-txt p{
    font-size: 12px;
  }
  .l-main {
    background: url(../images/bg_main.webp) no-repeat left top -5vw  / 55vw;
  }
  .main-movie p{
    padding: 5px;
    font-size: 10px;
  }
  .movie-list4col ul{
    gap: 20px;
  }
  .movie-ttl{
    margin-bottom: 10px;
    font-size: 18px;
  }
  .movie-ttl p{
    line-height: 1.5em;
  }
  .movie-ttl1 img{
    width: 30px;
    top: 10px;
  }
  .movie-ttl1,
  .movie-ttl2,
  .movie-ttl3,
  .movie-ttl4{
    margin-left: 35px;
  }
  .movie-ttl2 img{
    width: 25px;
  }
  .movie-ttl2 img{
    top: -5px;
  }
  .faq-ttl{
    padding: 15px 25px 15px 30px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .faq-ttl::before{
    left: 13px;
    font-size: 15px;
  }
  .faq-ttl::after{
    width: 10px;
    height: 10px;
    right: 12px;
  }
  .faq-answer::before{
    left: 15px;
    font-size: 15px;
  }
  .faq-answer{
    padding: 0 25px 15px 30px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .side_signup{
    bottom: 70px;
  }
  .side_signup a{
    font-size: 14px;
    padding: 15px 10px;
    width: auto;
  }
  .f-go-top img{
    width: 40px;
  }
  .f-footer{
    padding: 20px 15px;
  }
  .f-logo{
    width: 200px;
  }
  .f-add{
    font-size: 12px;
  }
}