@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#menu_home::after {
  width: 100% !important;
}
@media screen and (max-width: 850px) {
  #menu_home {
    color: #A295F4 !important;
  }
}
#menu_hou,
#menu_re {
  display: none;
}
#mv {
  height: 540px;
  background: #C4BBFF;
  margin-top: 190px;
  overflow: hidden;
  background: #f0f8fa;
}
@media screen and (max-width: 1024px) {
  #mv {
    height: 320px;
  }
}
@media screen and (max-width: 850px) {
  #mv {
    height: fit-content;
    margin-top: 162px;
    height: auto;
  }
}
#mv .swiper-slide img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #mv .swiper-slide img {
    height: 320px;
  }
}
@media screen and (max-width: 850px) {
  #mv .swiper-slide img {
    height: auto;
  }
}
#mv .inner {
  padding: 0;
  height: 100%;
  max-width: 100%;
  position: relative;
}
#mv .mv_txt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: left;
  font-family: "M PLUS Rounded 1c";
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 20px 45px 20px 0;
  color: #1F1F1F;
}
@media screen and (max-width: 850px) {
  #mv .mv_txt {
    width: fit-content;
    font-size: 14px;
    right: 11px;
    bottom: 10px;
    line-height: 1.285;
    padding: 5px 10px;
  }
}
#mv .mv_txt span {
  display: block;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 850px) {
  #mv .mv_txt span {
    padding: 0;
  }
}
#mv .mv_txt span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 54px;
  left: 10px;
  top: 50%;
  background: #A295F4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  #mv .mv_txt span::after {
    display: none;
  }
}
.h2_ttl01 {
  font-family: "M PLUS Rounded 1c";
  font-size: 22px;
  font-weight: 500;
  color: #5a4a37;
  padding-left: 30px;
  border-left: 10px solid #F6F4FF;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .h2_ttl01 {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.btn_item {
  padding-right: 13px;
  margin: auto;
  margin-right: 0;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .btn_item {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-top: 30px;
  }
}
.pink_btn {
  padding: 17px 90px 17px 40px;
  color: #ffffff !important;
  display: block;
  background: #F6F4FF;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  margin-right: 0;
  width: fit-content;
  position: relative;
  transition: 0.4s ease-in-out;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  .pink_btn {
    font-size: 18px;
    width: 100%;
    padding: 17px 20px 17px 20px;
  }
}
.pink_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #f7dfe4;
  z-index: -1;
  transition: 0.4s ease-in-out;
  box-shadow: 1px 0 4px rgba(219, 219, 219, 0.69);
}
.pink_btn::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/pink_btn_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .pink_btn::after {
    right: 17px;
  }
}
.pink_btn:hover {
  opacity: 1;
  background: #f7dfe4;
  color: #5a4a37 !important;
  transition: 0.4s ease-in-out;
}
.pink_btn:hover::before {
  background: #F6F4FF;
  transition: 0.4s ease-in-out;
}
#content .inner {
  padding-top: 0;
  padding-bottom: 0;
}
#content ul li + li {
  margin-top: 200px;
}
@media screen and (max-width: 850px) {
  #content ul li + li {
    margin-top: 150px;
  }
}
#content ul li:nth-child(3),
#content ul li:nth-child(4) {
  margin-top: 300px;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(3),
  #content ul li:nth-child(4) {
    margin-top: 150px;
  }
}
#content ul li:first-child dl dd {
  padding-top: 0;
}
@media screen and (max-width: 850px) {
  #content ul li:first-child dl dd {
    padding-top: 0;
  }
}
#content ul li dl {
  display: flex;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
@media screen and (max-width: 850px) {
  #content ul li dl {
    display: block;
  }
}
#content ul li dl dt {
  width: 50%;
  text-align: left;
  padding-right: 23px;
}
@media screen and (max-width: 850px) {
  #content ul li dl dt {
    width: 100%;
    padding-right: 0;
  }
}
#content ul li dl dt p {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  text-align: left;
  margin-bottom: 55px;
}
@media screen and (max-width: 850px) {
  #content ul li dl dt p {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
#content ul li dl dd {
  width: 50%;
  text-align: left;
  padding-left: 23px;
  margin-inline-start: 0;
  padding-top: 33px;
}
#content ul li dl dd img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  #content ul li dl dd img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 850px) {
  #content ul li dl dd {
    padding-top: 0;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
}
#content ul li:nth-child(even) dl {
  flex-direction: row-reverse;
  position: relative;
}
#content ul li:nth-child(even) dl::before {
  position: absolute;
  content: "";
  width: 248px;
  height: 318px;
  top: -52px;
  left: -192px;
  background: url(../img/img_before.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(even) dl::before {
    width: 90px;
    height: 192px;
    left: -15px;
    top: -30px;
    background: url(../img/img_before_sp.png) no-repeat center / contain;
  }
}
#content ul li:nth-child(even) dl dt {
  padding-left: 23px;
  padding-right: 0;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(even) dl dt {
    padding-left: 0;
  }
}
#content ul li:nth-child(even) dl .btn_item {
  position: relative;
}
#content ul li:nth-child(even) dl .btn_item::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 142px;
  bottom: -53px;
  right: -51px;
  background: url(../img/btn_after.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -2;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(even) dl .btn_item::after {
    width: 101px;
    height: 111px;
    bottom: -10px;
    right: -53px;
  }
}
#content ul li:nth-child(even) dl dd {
  padding-right: 23px;
  padding-left: 0;
  position: relative;
}
#content ul li:nth-child(even) dl dd::after {
  position: absolute;
  content: "";
  width: 184px;
  height: 130px;
  bottom: -103px;
  right: -94px;
  background: url(../img/img_after.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(even) dl dd::after {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(even) dl dd {
    padding-right: 0;
  }
}
#content ul li:nth-child(3) dl {
  position: relative;
}
#content ul li:nth-child(3) dl::before {
  position: absolute;
  content: "";
  width: 274px;
  height: 318px;
  top: -52px;
  right: -192px;
  background: url(../img/03_img_after.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(3) dl::before {
    width: 90px;
    height: 192px;
    left: -15px;
    top: -30px;
    background: url(../img/img_before_sp.png) no-repeat center / contain;
  }
}
#content ul li:nth-child(3) .btn_item {
  position: relative;
}
#content ul li:nth-child(3) .btn_item::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 142px;
  bottom: -58px;
  left: -92px;
  background: url(../img/btn_after.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -2;
  transform: rotate(135deg);
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(3) .btn_item::after {
    transform: rotate(0deg);
    width: 101px;
    height: 111px;
    bottom: -10px;
    right: -53px;
    left: auto;
  }
}
#content ul li:nth-child(3) dd {
  position: relative;
}
#content ul li:nth-child(3) dd::after {
  position: absolute;
  content: "";
  width: 184px;
  height: 130px;
  bottom: -83px;
  left: -10px;
  background: url(../img/img_after.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
  transform: rotate(225deg);
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(3) dd::after {
    transform: rotate(0deg);
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(1) .btn_item {
    margin-top: 50px;
  }
}
#content ul li:nth-child(1) p {
  color: #5a4a37;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(1) p {
    padding-left: 20px;
  }
}
#content ul li:nth-child(1) dt {
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(1) dt {
    padding-top: 0;
  }
}
#content ul li:nth-child(1) dd {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  #content ul li:nth-child(1) dd {
    padding-left: 0;
    padding-right: 0;
    margin-top: 39px;
  }
}
#content ul li:nth-child(2) .btn_item .pink_btn,
#content ul li:nth-child(3) .btn_item .pink_btn {
  padding-left: 34px;
}
#content ul li:nth-child(4) .btn_item .pink_btn {
  padding-left: 64px;
}
#news .inner {
  padding-top: 117px;
}
@media screen and (max-width: 850px) {
  #news .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
#news ul {
  border-radius: 4px;
  border: 1px solid #CECBCB;
  background: #FDFDFD;
  padding: 10px 40px 40px 40px;
  display: block;
  flex-wrap: wrap;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  #news ul {
    border: none;
    background: none;
    padding: 0;
    display: block;
  }
}
#news ul li {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 850px) {
  #news ul li {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  #news ul li:nth-child(1) {
    margin-top: 0;
  }
}
#news ul li a {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
  text-align: left;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: self-start;
  padding-right: 30px;
}
#news ul li a::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 20px;
  top: 4px;
  left: 0;
  background: #A295F4;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  #news ul li a::after {
    height: 18px;
  }
}
#news ul li a p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  #news ul li a {
    font-size: 14px;
    border-left: none;
    align-items: center;
    display: block;
    padding-left: 0;
    padding-right: 6px;
  }
  #news ul li a p {
    letter-spacing: 0.05em;
    padding-left: 14px;
    line-height: 1.714;
  }
}
#news ul li a span {
  margin-right: 15px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  #news ul li a span {
    display: block;
    padding-left: 13px;
  }
}
#news .news_btn {
  display: none;
}
@media screen and (max-width: 850px) {
  #news .news_btn {
    margin-top: 20px;
    margin-right: 0;
    position: relative;
    background: #F6F4FF;
    color: #1F1F1F;
    font-family: "M PLUS Rounded 1c";
    border-radius: 3px;
    border: 4px solid #C4BBFF;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 35px 8px 35px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    width: fit-content;
    margin-left: auto;
    letter-spacing: 0.05em;
  }
  #news .news_btn:hover {
    opacity: 1;
    background: #ffffff;
    transition: 0.4s ease-in-out;
  }
}
#about .inner {
  padding-top: 200px;
}
@media screen and (max-width: 850px) {
  #about .inner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 850px) {
  #about .h2_item::before {
    top: 25%;
  }
  #about .h2_item::after {
    top: auto;
    width: 171px;
    bottom: 18%;
  }
  #about .h2_item .ttl {
    line-height: 1.4;
  }
  #about .h2_item .ttl::after {
    display: none;
  }
}
#about .img {
  position: relative;
}
#about .img::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 214px;
  top: 43px;
  right: -100px;
  background: url(../img/about_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  #about .img::after {
    display: none;
  }
}
#about .img::before {
  position: absolute;
  content: "";
  width: 440px;
  height: 445px;
  bottom: -84px;
  left: -170px;
  background: url(../img/about_icon02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  #about .img::before {
    left: -13px;
    bottom: -119px;
    width: 271px;
    height: 275px;
  }
}
#about .img img {
  position: relative;
  z-index: 10;
}
#about p {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.764;
  font-family: "M PLUS Rounded 1c";
  margin-top: 50px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 850px) {
  #about p {
    margin-top: 27px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.7px;
  }
}
.basic .inner {
  padding-top: 210px;
}
@media screen and (max-width: 850px) {
  .basic .inner {
    padding-top: 150px;
  }
}
.basic ul {
  display: flex;
  column-gap: 28px;
}
@media screen and (max-width: 850px) {
  .basic ul {
    display: block;
  }
}
.basic ul li {
  width: calc(33.3333% - 18.666666px);
}
@media screen and (max-width: 850px) {
  .basic ul li {
    width: 100%;
  }
  .basic ul li + li {
    margin-top: 27px;
  }
}
.basic ul li .txt {
  text-align: left;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 850px) {
  .basic ul li .txt {
    margin-top: 17px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.7px;
  }
}
.basic ul .icon01 {
  position: relative;
}
.basic ul .icon01::after {
  position: absolute;
  content: "";
  width: 148px;
  height: 144px;
  left: -33px;
  bottom: -20px;
  background-size: 100% 100%;
  background: url(../img/basic_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .basic ul .icon01::after {
    width: 84px;
    height: 89px;
    right: auto;
    left: -15px;
    bottom: 8px;
    top: auto;
    background-size: 100% 100%;
    background: url(../img/basic_icon01_sp.png) no-repeat center / contain;
  }
}
.basic ul .icon02 {
  position: relative;
}
.basic ul .icon02::after {
  display: none;
}
@media screen and (max-width: 850px) {
  .basic ul .icon02::after {
    display: block;
    position: absolute;
    content: "";
    width: 102px;
    height: 133px;
    right: -15px;
    bottom: 12px;
    background: url(../img/basic_icon02.png) no-repeat center / contain;
    background-size: 100% 100%;
    transition: 0.4s ease-in-out;
    z-index: -1;
  }
}
.basic ul .icon03 {
  position: relative;
}
.basic ul .icon03::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 214px;
  right: -116px;
  top: 2px;
  background-size: 100% 100%;
  background: url(../img/basic_icon03.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .basic ul .icon03::after {
    width: 84px;
    height: 89px;
    right: auto;
    left: -22px;
    bottom: -22px;
    top: auto;
    background-size: 100% 100%;
    background: url(../img/basic_icon03_sp.png) no-repeat center / contain;
  }
}
.admission .inner {
  padding-top: 240px;
  display: flex;
}
@media screen and (max-width: 850px) {
  .admission .inner {
    padding-top: 150px;
    display: block;
  }
}
.admission .txt_item {
  width: 50%;
  padding-right: 23px;
}
@media screen and (max-width: 850px) {
  .admission .txt_item {
    width: 100%;
    padding-right: 0;
  }
}
.admission .txt_item p {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1.7px;
  line-height: 1.7647;
}
@media screen and (max-width: 850px) {
  .admission .txt_item p {
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.admission .txt_item p span {
  padding-bottom: 2px;
  border-bottom: 4px solid #F4C5F6;
}
@media screen and (max-width: 850px) {
  .admission .txt_item p span {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 850px) {
  .admission .txt_item .btn {
    display: none;
  }
}
.admission .btn {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #1F1F1F;
  letter-spacing: 1px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: 0;
  line-height: 54px;
  background: #F6F4FF;
  border: 4px solid #C4BBFF;
  width: 100%;
  max-width: 372px;
  display: block;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .admission .btn {
    max-width: 325px;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.admission .btn:hover {
  opacity: 1;
  background: #ffffff;
}
.admission .img_item {
  width: 50%;
  padding-top: 74px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .admission .img_item {
    width: 100%;
    padding-left: 0;
    padding-top: 27px;
  }
}
.admission .img_item::after {
  position: absolute;
  content: "";
  width: 625px;
  height: 461px;
  left: 98px;
  top: 74px;
  background-size: 100% 100%;
  background: url(../img/ad_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .admission .img_item::after {
    width: 330px;
    height: 245px;
    left: auto;
    right: -15px;
    top: 27px;
    background-size: 100% 100%;
    background: url(../img/ad_icon01_sp.png) no-repeat center / contain;
  }
}
.admission .img_item .btn {
  display: none;
}
@media screen and (max-width: 850px) {
  .admission .img_item .btn {
    display: block;
  }
}
.admission .img_item .img {
  margin: auto;
  max-width: 560px;
}
@media screen and (max-width: 850px) {
  .admission .img_item .img {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
  }
}
.admission .img_item .img_sb {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  .admission .img_item .img_sb {
    padding-left: 0;
    padding-right: 0;
  }
}
.ad02 .inner {
  flex-direction: row-reverse;
  padding-top: 395px;
}
@media screen and (max-width: 850px) {
  .ad02 .inner {
    padding-top: 150px;
  }
}
.ad02 .img_item {
  padding-left: 0;
  padding-right: 73px;
  padding-top: 20px;
}
@media screen and (max-width: 850px) {
  .ad02 .img_item {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .ad02 .img_item .btn {
    margin-top: 30px;
  }
}
.ad02 .img_item::after {
  display: none;
}
.ad02 .img_item::before {
  position: absolute;
  content: "";
  width: 606px;
  height: 295px;
  left: -63px;
  top: 145px;
  background-size: 100% 100%;
  background: url(../img/ad_icon02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .ad02 .img_item::before {
    width: 361px;
    height: 182px;
    left: -15px;
    top: 128px;
    background-size: 100% 100%;
    background: url(../img/ad_icon02_sp.png) no-repeat center / contain;
  }
}
.ad02 .txt_item {
  padding-right: 0;
  padding-left: 23px;
}
@media screen and (max-width: 850px) {
  .ad02 .txt_item {
    padding-left: 0;
  }
}
.moive .inner {
  padding-top: 275px;
}
@media screen and (max-width: 850px) {
  .moive .inner {
    padding-top: 150px;
  }
}
.moive .m_item {
  display: flex;
  column-gap: 32px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .moive .m_item {
    display: block;
  }
}
.moive .m_item::before {
  position: absolute;
  content: "";
  width: 440px;
  height: 445px;
  left: -170px;
  bottom: 56px;
  background-size: 100% 100%;
  background: url(../img/mov_icon01.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .moive .m_item::before {
    width: 269px;
    height: 274px;
    left: -15px;
    top: 57px;
    bottom: auto;
    background-size: 100% 100%;
    background: url(../img/mov_icon01_sp.png) no-repeat center / contain;
  }
}
.moive .m_item::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 214px;
  right: -111px;
  top: -7px;
  background-size: 100% 100%;
  background: url(../img/mov_icon02.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .moive .m_item::after {
    width: 97px;
    height: 133px;
    right: -15px;
    top: auto;
    bottom: 35px;
    background-size: 100% 100%;
    background: url(../img/mov_icon02_sp.png) no-repeat center / contain;
  }
}
.moive .pc_m {
  width: 71.69%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .moive .pc_m {
    width: 100%;
  }
}
.moive .pc_m iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.moive .sp_m {
  width: calc(28.31% - 32px);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .moive .sp_m {
    width: 100%;
    margin-top: 35px;
  }
}
.moive .sp_m iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 7.9;
}
.moive .sub_ttl {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 24px;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 850px) {
  .moive .sub_ttl {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.9px;
  }
}
.moive .txt {
  text-align: center;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.7px;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 1024px) {
  .moive .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .moive .txt {
    width: fit-content;
    margin: auto;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: left;
  }
}
