 body{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*common*/
#main_contents{
  position: relative;
  margin-top: 80px;
  overflow-x: hidden;
}
.inner{
  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
.inner02{
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.en{
  font-family: Poppins;
  font-weight: 500;
}
img,
video{
  max-width: 100%;
}

.txt01{
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
}
.txt02{
  font-size: 28px;
  line-height: 2.1;
}
.txt03{
  font-size: 22px;
}
.txt04{
  font-size: 16px;
  text-align: justify;
}
.btn01,
.btn01.sp_none{
  height: 86px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  border: 3px solid #D3D3D3;
  position: relative;
  transition: all .3s;
}
.btn01::after{
  content: '';
  position: absolute;
  left: -3px;
  bottom: -10px;
  background-color: #D3D3D3;
  width: calc(100% + 6px);
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  transition: all .3s;
}
.btn01:hover{
  border-bottom-width: 3px;
  border-color: var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
}
.btn01:hover::after{
  bottom: 0;
}
.btn01 span{
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../img/top/icon_movie.svg);
  display: inline-block;
  margin-left: 10px;
  transition: all .3s;
}
.btn01:hover span{
  background-image: url(../../img/top/icon_movie_hover.svg);
}
.txt_red{
  color: var(--color-primary);
}
.txt_line{
  padding-bottom: 6px;
  border-bottom: 4px solid var(--color-primary);
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
/*component*/
.head01{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 180px;
  position: relative;
}
.head01::after{
  content: '';
  width: 2px;
  height: 80px;
   background-color: var(--color-primary);
   left: 50%;
   transform: translateX(-50%);
   bottom: -130px;
   position: absolute;
}
.head02{
  text-align: center;
}
.head02 .en{
  font-size: 80px;
  display: block;
  line-height: 1;
  color: var(--color-primary);
}
.head02 .jp{
  font-size: 18px;
}
/*mv*/
#mv{
  position: relative;
  border-bottom: 2px solid var(--color-primary);
}
.mv_txt_box{
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.mv_img{
  margin: 0 0 0 auto;
  width: 55%;
}
.mv_img img{
  width: 100%;
}
.mv_txt01{
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.mv_ttl01{
  margin-bottom: 50px;
}
.mv_ttl01 .jp{
  font-size: 20px;
  height: 40px;
  background-color: var(--color-primary);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.mv_ttl01 .en{
  font-size: 120px;
  color: var(--color-primary);
  line-height: 1;
}
.mv_txt_box .box_r{
}
.mv_txt_box .box_r .mv_phone{
  max-width: 318px;
  width: 22vw;
  margin-left: -15%;
  margin-top: -20%;
}
#top01{
  padding: 110px 0 105px;
}

#top01 .txt02{
  text-align: center;
  margin-bottom: 120px;
}
.about_box01 .box_in{
  width: calc((100% - 126px) / 2);
  text-align: center;
}
.about_box01 .box_in:nth-child(2){
  width: 126px;
}
.about_ttl01{
  font-size: 22px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 10px;
  max-width: 310px;
  margin: 0 auto 10px;
}
.green .about_ttl01{
  background-color: var(--color-secondary);
}
.about_box01 .txt03{
  margin-bottom: 15px;
}
.about_box01 .img{
  margin-bottom: 28px;
}
.about_list01{
  max-width: 400px;
  margin: 0 auto;
}
.about_list01 li{
  background-color: var(--color-primary);
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  margin-bottom: 10px;
  font-size: 16px;
}
.green .about_list01 li{
  background-color: var(--color-secondary);
}
.about_list01 li:last-child{
  margin-bottom: 0;
}
section.bg{
  background-color: var(--color-bg01);
}
#top02{
  padding: 110px 0 95px;
}
.args_list01.flex{
  justify-content: center;
}
.args_list01 li{
  background-color: #fff;
  border: 4px solid var(--color-bg02);
  border-radius: 8px;
  width: calc((100% - 44px) / 3);
  margin-right: 22px;
  margin-bottom: 18px;
  text-align: center;
  padding: 18px 10px;
}
.args_list01 li:nth-child(3n){
  margin-right: 0;
}
.args_list01 li .txt01{
  text-align: center;
}
.args_list01 li .img{
  margin: 0 auto;
}
.args_list01.list01 li:nth-child(1) .img{
  max-width: 251px;
}
.args_list01.list01 li:nth-child(2) .img{
  max-width: 240px;
}
.args_list01.list01 li:nth-child(3) .img{
  max-width: 257px;
}
.args_list01.list01 li:nth-child(4) .img{
  max-width: 270px;
}
.args_list01.list01 li:nth-child(5) .img{
  max-width: 226px;
}
.args_list01.list01{
  margin-bottom: 50px;
}
.args_txt01{
  font-size: 26px;
  text-align: center;
  margin-bottom: 58px;
}
#top03{
  padding: 110px 0 50px;
}
#top03 .head02{
  margin-bottom: 110px;
}
.point_box01{
  align-items: flex-start;
  margin-bottom: 50px;
}
.point_box01:last-of-type{
  margin-bottom: 0;
}
.point_box01.rv{
  align-items: center;
}
.point_box01 .box_txt{
  width: 50%;
  max-width: 460px;
  padding: 40px 85px 40px 0;
  margin: 0 0 0 auto;
  position: relative;
  border: 6px solid #F8F4F4;
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.point_box01.rv .box_txt{
  order: 2;
  margin: 0;
  border-right: none;
  padding-right: 0;
  padding-left: 85px;
  max-width: 100%;
  border-left: 6px solid #F8F4F4;
}
.point_box01:last-of-type .box_txt{
  margin-top: 60px;
}
.point_box01 .box_txt::before,
.point_box01 .box_txt::after{
  content: '';
  position: absolute;
  left: -100%;
  height: 6px;
  background-color: #F8F4F4;
  width: 100%;
}
.point_box01 .box_txt::before{
  top: -6px;
}
.point_box01 .box_txt::after{
  bottom: -6px;
}
.point_box01.rv .box_txt::before,
.point_box01.rv .box_txt::after{
  left: auto;
  right: -100%;
}
.point_box01.rv .box_txt .txt04{
  max-width: 400px;
}
.point_box01 .box_img{
  width: 50%;
  position: relative;
  z-index: 2;
}
.point_box01.rv .box_img{
  order: 1;
}
.point_box01 .box_img .img{
  width: 115%;
  margin-left: -15%;
}
.point_box01.rv .box_img .img{
  margin-left: 0;
  margin-right: -15%;
}
.point_ttl01{
  color: var(--color-primary);
  font-size: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}
.point_ttl01 span{
  color: var(--color-primary);
  font-size: 52px;
  line-height: 1;
  margin-left: 10px;
}
.point_ttl02{
  font-size: 32px;
  display: inline;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 5px;
}
.point_box01 .txt04{
  margin-top: 25px;
}
#top04{
  padding: 100px 0 110px;
}
#top04 .head02{
  position: relative;
  width: fit-content;
  margin: 0 auto 70px;
}
#top04 .head02::after{
  content: '';
  position: absolute;
  right: -160px;
  top: 0;
  width: 127px;
  height: 143px;
  background-image: url(../../img/top/movie_kazari.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.movie{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.movie::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background-image: url(../../img/top/icon_start.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#top05{
  padding: 100px 0 75px;
}
#top05 .head02{
  margin-bottom: 75px;
}
.case_slide{
  margin-bottom: 145px;
}
.case_slide .slide_item{
  border: 4px solid #EFEFEF;
  border-radius: 10px;
  padding: 37px 54px;
  margin: 0 33px;
}
.case_slide .slide-arrow{
  width: 45px;
  position: absolute;
  bottom: -100px;
}
.case_slide .slide-arrow.prev-arrow{
  left: calc(50% - 50px);
  transform: translateX(-50%);
}
.case_slide .slide-arrow.next-arrow{
  left: calc(50% + 50px);
  transform: translateX(-50%);
}
.btn01.small{
  height: 57px;
  max-width: 300px;
  font-size: 18px;
  border-radius: 10px;
  margin: 0 auto;
  border-width: 2px;
}
.btn01.small::after{
  border-radius: 10px;
  width: calc(100% + 4px);
  left: -2px;
}
.btn01.small span{
  width: 25px;
  height: 25px;
}
#top06{
  padding: 100px 0 115px;
  background-color: var(--color-bg02);
}
#top06 .head02{
  margin-bottom: 75px;
}
.faq_list01{
  padding: 22px 35px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.faq_list01:last-of-type{
  margin-bottom: 0;
}
.faq_list01 dt{
  cursor: pointer;
  transition: all .3s;
  position: relative;
}
.faq_list01 dt::after {
  width: 0;
  content: '';
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid var(--color-primary);
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: 6px;
  transition: all .3s;
}
.faq_list01 dt.active::after{
  transform: rotate(180deg);
}
.faq_list01 dt.active{
  padding-bottom: 20px;
}
.faq_list01 dd{
  display: none;
  border-top: 1px solid #DBDBDB;
  padding-top: 15px;
}
.faq_list01 dt,
.faq_list01 dd{
  padding-left: 35px;
  font-size: 16px;
  position: relative;
}
.faq_list01 dt::before,
.faq_list01 dd::before{
  position: absolute;
  left: 0;
  font-size: 24px;
}
.faq_list01 dt::before{
  content: 'Q.';
  top: -9px;
}
.faq_list01 dd::before{
  content: 'A.';
  top: 9px;
}
#top07{
  padding: 100px 0;
}
#top07 .head02{
  margin-bottom: 60px;
}
#top07 .btn01{
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.btn_box01{
  position: relative;
}
.btn_box01 .fukidashi{
  position: absolute;
  right: 25px;
  top: -150px;
  width: 190px;
}
.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
@media screen and (max-width: 1300px) {
.mv_txt01{
  font-size: 30px;
}
.mv_ttl01 .en{
  font-size: 95px;
}
}
@media screen and (max-width: 1200px) {
.case_slide .slide_item{
  padding: 20px 25px;
  margin: 0 20px;
}
.mv_txt_box{
  left: 5%;
}
.mv_txt01{
  font-size: 25px;
}
.mv_ttl01{
  margin-bottom: 30px;
}
.mv_ttl01 .en{
  font-size: 80px;
}
.mv_ttl01 .jp{
  font-size: 18px;
  height: 35px;
}
.btn01{
  height: 75px;
  font-size: 20px;
}
.btn01 span{
  width: 25px;
  height: 25px;
}
.mv_img{
  width: 60%;
}
}
@media screen and (max-width: 1024px) {
.mv_img{
  width: 70%;
}
.btn01, .btn01.sp_none{
  height: 60px;
  font-size: 23px;
}
}
@media screen and (max-width: 768px) {
#main_contents{
  margin-top: 50px;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
#mv{
  border-bottom: none;
}
.mv_txt_box{
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0);
  padding: 30px 5%;
}
.mv_img{
  width: 120%;
  margin-left: -5%;
  margin-top: -50px;
  border-bottom: 1px solid var(--color-primary);
}
.mv_txt_box .box_r .mv_phone{
  width: 40vw;
  margin-top: 35%;
  margin-left: 5%;
}
.mv_txt_box .box_l{
  width: 100%;
}
.mv_txt_box .box_r{
  position: absolute;
  right: 0;
  top: 30px;
}
.mv_txt01{
  font-size: 23px;
  margin-bottom: 20px;
}
.mv_ttl01 .jp{
  height: 30px;
  line-height: 1;
  width: fit-content;
  font-size: 14px;
  border-radius: 6px;
}
.mv_ttl01 .en{
  font-size: 80px;
}
.btn01,
.btn01.small{
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
}
.btn01.pc_none{
  display: flex;
  width: 250px;
  margin: -30px auto 0;
}
.btn01::after{
  border-radius: 10px;
  bottom: -5px;
}
.btn01.sp_none{
  display: none;
}
.txt01{
  font-size: 13px;
}
.txt02{
  font-size: 18px;
}
.txt03{
  font-size: 16px;
}
.txt04{
  font-size: 13px;
}
#top01,
#top02,
#top03,
#top04,
#top05,
#top06{
  padding: 60px 0;
}
.head01{
  font-size: 25px;
  margin-bottom: 100px;
}
.head01::after{
  height: 40px;
  bottom: -60px;
}
.head02 .en{
  font-size: 50px;
}
.head02 .jp{
  font-size: 16px;
}
.txt_line{
  border-width: 2px;
}
#top01 .txt02{
  margin-bottom: 60px;
}
.about_ttlbox{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about_box01 .box_in,
.about_box01 .box_in:nth-child(2){
  width: 100%;
  margin-bottom: 50px;
}
.about_box01 .box_in:last-child{
  margin-bottom: 0;
}
.about_box01 .box_in:nth-child(2) .img_txt img{
  margin: 0 auto;
  text-align: center;
}
.about_ttl01{
  font-size: 13px;
  height: 25px;
  border-radius: 5px;
  width: fit-content;
  padding: 0 10px;
  margin: 0 10px 0 0;
}
.about_box01 .txt03{
  font-size: 14px;
  margin-bottom: 0;
}
.about_list01{
  display: flex;
  justify-content: space-between;
}
.about_list01 li{
  font-size: 12px;
  height: auto;
  width: calc((100% - 20px) / 3);
  margin-bottom: 0;
  border-radius: 8px;
  padding: 10px 5px;
}
.args_list01 li,
.args_list01 li:nth-child(3n){
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
.args_list01 li:nth-child(2n){
  margin-right: 0;
}
.args_txt01{
  font-size: 18px;
}
.args_list01.list01{
  margin-bottom: 30px;
}
#top03 .head02{
  margin-bottom: 60px;
}
.point_box01 .box_txt{
  width: 100%;
}
.point_box01 .box_img{
  display: none;
}
.point_box01 .box_txt{
  border: 3px solid #F8F4F4;
  border-left: none;
  padding: 25px 20px;
  margin-bottom: 25px;
  border-radius: 8px;
}
.point_box01.rv .box_txt{
  border: 3px solid #F8F4F4;
  border-right: none;
  padding: 25px 20px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.point_box01 .box_txt::before, .point_box01 .box_txt::after{
  height: 3px;
}
.point_box01 .box_txt::before{
  top: -3px;
  left: -90%;
}
.point_box01 .box_txt::after{
  bottom: -3px;
  left: -90%;
}
.point_box01.rv .box_txt::before, .point_box01.rv .box_txt::after{
  right: -90%;
}
.point_ttl01{
  font-size: 22px;
  margin-bottom: 15px;
}
.point_ttl01 span{
  font-size: 30px;
}
.point_ttl02{
  font-size: 25px;
}
.point_box01 .box_img .img{
  width: 100%;
  margin-left: 0;
}
.point_box01.rv .box_img{
  order: 2;
}
.point_box01.rv .box_txt{
  order: 1;
}
.point_box01:last-of-type .box_txt{
  margin-top: 0;
}
.point_box01 .txt04{
  margin-bottom: 20px;
}
#top04 .head02{
  margin-bottom: 30px;
}
#top04 .head02::after {
  width: 80px;
  height: 80px;
  right: -20px;
  top: -36px;
}
.movie::after{
  width: 40px;
  height: 40px;
}
.case_slide .slide_item{
  padding: 20px;
  margin: 0 10px;
}
#top06 .head02{
  margin-bottom: 35px;
}
.faq_list01{
  padding: 15px 30px 15px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq_list01 dt::after{
  border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid var(--color-primary);
    right: -16px;
}
.faq_list01 dt::before, .faq_list01 dd::before{
  font-size: 20px;
}
.faq_list01 dt, .faq_list01 dd{
  font-size: 13px;
}
.btn_box01 .fukidashi{
  display: none;
}
#top07 .txt01{
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
#top07 .txt01::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  height: 30px;
  width: 2px;
  background-color: var(--color-primary);
}
}