@charset "UTF-8";
.under_mv_inner {
  background: url("../img/mv.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
    background: #EFF9F9;
    padding: 65px 0 80px;
    margin-top: 50px;
  position: relative;
}
.intro::after{
    content: '';
    background: url("../img/deco_rb.svg") no-repeat center;
    width: 210px;
    height: 240px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 645px);
}
.intro_inner {
    max-width: 850px;
    width: 90%;
    margin: auto;
  position: relative;
    z-index: 1;
}
.intro_inner::before {
    content: '';
    background: url(../img/deco_lt.svg) no-repeat center;
    width: 213px;
    height: 167px;
    display: block;
    position: absolute;
    top: -25px;
    left: -100px;
}
.intro_inner::after {
    content: '';
    background: url(../img/deco_rt.svg) no-repeat center;
    width: 217px;
    height: 165px;
    display: block;
    position: absolute;
    top: -25px;
    right: -100px;
}
.lined_title.lined_title--deco {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.lined_title.lined_title--deco::before{
  content: '';
  background: url("../img/deco_l.svg")no-repeat left,url("../img/deco_r.svg")no-repeat right;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  pointer-events: none;
}
.intro_com {
    margin-top: 45px;
    line-height: 2;
}

.movie {
    margin-top: 80px;
}
.mov_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.mov_list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.mov_card {
    max-width: 328px;
  width: 100%;
}
.mov_name {
    font-size: 2rem;
    font-weight: bold;
    color: #FF9900;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
}
.mov_com {
    line-height: 2;
    margin-top: 10px;
}
.mov_btn {
    max-width: 328px;
    width: 100%;
    margin: 40px auto 0;
}
.mov_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #49C1BC;
    color: #fff;
    height: 56px;
    border-radius: 35px;
    position: relative;
    letter-spacing: 2px;
}
.mov_btn a::after{
  content: '';
  background: url("../../common/img/arrow_white.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
}

.content {
    margin-top: 80px;
  padding: 80px 0;
  background: #F4FFFE;
  -webkit-background-size: cover;
  background-size: cover;
}
.cont_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.cont_row {
    display: flex;
  align-items: center;
    position: relative;
    justify-content: flex-end;
}
.cont_row.rev {
    justify-content: flex-start;
  margin-top: 80px;
}
.cont_box {
    position: absolute;
    max-width: 590px;
    width: 100%;
    background: #fff;
    left: 0;
    border-radius: 35px;
    padding: 40px 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E6AD00;
}
.cont_box.deco_01::after{
  content: '';
  background: url("../img/deco_01.svg") no-repeat;
  width: 139px;
  height: 129px;
  display: block;
  position: absolute;
    top: -35px;
    left: -20px;
}
.cont_box.deco_02::after{
  content: '';
  background: url("../img/deco_02.svg") no-repeat;
  width: 126px;
  height: 116px;
  display: block;
  position: absolute;
    right: -20px;
    bottom: -45px;
}
.rev .cont_box {
    left:auto;
  right: 0;
}
.cont_com {
    line-height: 2;
    margin-top: 40px;
}
.cont_btn {
    max-width: 300px;
    width: 100%;
    margin: 40px auto 0;
}
.cont_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #49C1BC;
    color: #fff;
    height: 56px;
    border-radius: 35px;
    position: relative;
    letter-spacing: 2px;
}
.cont_btn a::after{
  content: '';
  background: url("../../common/img/arrow_white.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
.lined_title.lined_title--deco {
    padding: 0 20px;
}
.mov_list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.cont_row {
    flex-direction: column-reverse;
    align-items: center;
}
.rev .cont_box, .cont_box {
    position: relative;
    padding: 30px 5%;
    width: 95%;
    top: -50px;
}
.cont_btn a {
    letter-spacing: 0;
    font-size: 1.5rem;
}
.intro {
    overflow: hidden;
    padding: 65px 0 160px;
}
.intro::after {
    left: 0;
    bottom: -35px;
}
.intro_inner::before {
    content: '';
    background: url("../img/deco_sp_l.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
    width: 139px;
    max-width: 33%;
    height: 167px;
    display: block;
    position: absolute;
    top: -62px;
    left: 0px;
}
.intro_inner::after {
    content: '';
    background: url(../img/deco_sp_r.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
    width: 141px;
    max-width: 33%;
    height: 140px;
    display: block;
    position: absolute;
    top: -62px;
    right: -15px;
}
}

@media print {

}