html:not(.is_menuOpen) .un_homeLayout.is_homeActive .ly_header {
  background-color: rgba(0, 46, 115, 0.1);
}
html:not(.is_menuOpen) .un_homeLayout.is_homeActive .un_homeLogo_default {
  opacity: 0;
  visibility: hidden;
}
html:not(.is_menuOpen) .un_homeLayout.is_homeActive .un_homeLogo_white {
  opacity: 1;
  visibility: visible;
}
html:not(.is_menuOpen) .un_homeLayout.is_homeActive .ly_fixed_cvBtn__contact {
  background-color: rgba(154, 139, 120, 0.3);
}
.un_homeLayout {
  padding-top: 0 !important;
}
.un_homeLogo {
  position: relative;
}
.un_homeLogo_default,
.un_homeLogo_white {
  transition: opacity 0.3s, visibility 0.3s;
}
.un_homeLogo_white {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: visible;
}
.un_homeLogo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.un_homeMv {
  position: relative;
  width: 100%;
}
.un_homeMv_cont {
  align-items: flex-end;
  display: flex;
  margin: 0 auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0 0 132px 32px;
  position: relative;
  width: calc(100% - 32px);
  z-index: 100;
}
.organize .un_homeMv_cont {
  padding: 0 0 132px 0px;
  width: calc(100% - 110px);
}
@media only screen and (min-width: 900px) {
  .organize .un_homeMv_cont {
    padding: 0 0 220px;
    width: calc(100% - 370px);
  }
}
.un_homeMv_heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
.un_homeMv_heading .logoAnimation {
  display: none;
}
.un_homeMv_heading #move {
  height: 290px;
  left: -95px;
  position: absolute;
  top: -160px;
  width: 300px;
  z-index: 1;
}
.un_homeMv_heading .st0 {
  display: none;
}
.un_homeMv_heading .st1 {
  display: inline;
}
.un_homeMv_heading .st2,
.un_homeMv_heading .st3,
.un_homeMv_heading .st4 {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.un_homeMv_heading .st2 {
  stroke-width: 30;
}
.un_homeMv_heading .st3 {
  stroke-width: 22;
}
.un_homeMv_heading .st4 {
  stroke-width: 18;
}
.un_homeMv_ttls {
  visibility: hidden;
}
.un_homeMv_subTtl {
  color: var(--white);
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 0 2px;
  position: relative;
}
.un_homeMv_subTtl:after {
  background-color: var(--primary);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
  transition-delay: 0.3s;
  width: 100%;
  z-index: -1;
}
.fadein .un_homeMv_subTtl:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.un_homeMv_ttl {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.21rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 0 2px;
}
.un_homeMv_ttl:after {
  background-color: var(--white);
  bottom: 0;
  content: "";
  height: 1.3em;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 1.9s;
  transition: transform 1.9s;
  transition: transform 1.9s, -webkit-transform 1.9s;
  transition-delay: 0.5s;
  width: 100%;
  z-index: -1;
}
.organize .un_homeMv_ttl:after {
  height: 2.4em;
}
@media only screen and (min-width: 900px) {
  .organize .un_homeMv_ttl:after {
    height: 1.3em;
  }
}
.fadein .un_homeMv_ttl:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.un_homeMv_slider {
  left: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  width: 100%;
}
.un_homeMv_slider .swiper-slide-active .un_homeMv_imgWrap,
.un_homeMv_slider .swiper-slide-duplicate-active .un_homeMv_imgWrap,
.un_homeMv_slider .swiper-slide-prev .un_homeMv_imgWrap {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.un_homeMv_imgWrap {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.un_homeMv_imgWrap img {
  height: 100%;
  position: absolute;
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.un_homeAbout {
  height: 2017px;
  margin-bottom: 61px;
  position: relative;
}
.un_homeAbout img {
  vertical-align: bottom;
}
.un_homeAbout_sticky {
  position: sticky;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  z-index: 1;
}
.un_homeAbout_txt {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  line-height: 2.7333333333;
}
.un_homeAbout_txt > span {
  display: block;
}
.un_homeAbout_txt > span:first-child {
  margin-top: 244px;
}
.un_homeAbout_txt > span:nth-child(2) {
  margin-top: 519px;
}
.un_homeAbout_txt > span:nth-child(3) {
  margin-top: 261px;
}
.un_homeAbout_linkWrap {
  margin-top: 72px;
}
.un_homeAbout_imgWrap {
  height: 100%;
  max-width: 1366px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
}
.un_homeAbout_img {
  position: absolute;
}
.un_homeAbout_img01 {
  right: -57px;
  top: 114px;
  width: 416px;
}
.un_homeAbout_img02 {
  left: 0;
  top: 509px;
  width: 296px;
}
.un_homeAbout_img03 {
  right: 17px;
  top: 749px;
  width: 280px;
}
.un_homeAbout_img04 {
  left: 50%;
  top: 1085px;
  -webkit-transform: translateX(-57%);
  transform: translateX(-57%);
  width: 280px;
}
.un_homeAbout_img04.js_scrollIn {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translate(-57%, 60px);
  transform: translate(-57%, 60px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.un_homeAbout_img04.js_scrollIn.is_scrollIn {
  opacity: 1;
  -webkit-transform: translate(-57%);
  transform: translate(-57%);
}
.un_homeAbout_img05 {
  right: 17px;
  top: 1320px;
  width: 203px;
}
.un_homeAbout_img06 {
  left: 50%;
  top: 1746px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 342px;
}
.un_homeAboutVideo {
  background: url(/common/images/home/video_bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 0 16px 71px;
}
.un_homeAboutVideo_wrap {
  padding-top: 92px;
}
.un_homeAboutVideo .el_video {
  margin: 0 auto -92px;
  top: -92px;
}
.un_homePlan_col01 {
  text-align: center;
}
.un_homePlan_col02 {
  margin: 23px 0 0;
}
.un_homePlan_price {
  display: inline-block;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
  line-height: 4.2307692308;
}
.un_homePlan_price:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.001' height='65.999'%3E%3Cpath d='M5.917 65.999A5.951 5.951 0 010 60.026V44.952a17.628 17.628 0 0117.5-17.719h17.033a17.225 17.225 0 0112.371 5.2 17.752 17.752 0 015.1 12.515v15.074a5.952 5.952 0 01-5.917 5.973zm34.882-18.863v13.945h6.916V44.806a12.678 12.678 0 00-3.643-8.949 12.25 12.25 0 00-8.8-3.7H16.76A12.581 12.581 0 004.283 44.809v16.275H11.2V47.139a2.886 2.886 0 115.771 0v13.945h18.06V47.139a2.885 2.885 0 115.769 0zM13.935 12.329a12.216 12.216 0 1112.216 12.328 12.287 12.287 0 01-12.215-12.328zm4.27 0a7.947 7.947 0 107.945-8.023 7.992 7.992 0 00-7.944 8.023z' fill='%2327353e'/%3E%3C/svg%3E")
    50% no-repeat;
  background-size: 26px 33px;
  content: "";
  display: inline-block;
  height: 35px;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 27px;
}
.un_homePlan_price strong {
  font-family: Poppins, sans-serif;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1;
}
.un_homePlan_priceTxt {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
.un_homePlan_notes {
  font-size: 0.11rem;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
}
.un_homePlan_notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
.un_homePlan_notes > li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .un_homeMv_cont {
    padding: 0 0 220px;
    width: calc(100% - 370px);
  }
  .un_homeMv_heading #move {
    height: 430px;
    left: -70px;
    top: -240px;
    width: 300px;
  }
  .un_homeMv_subTtl {
    font-size: 0.21rem;
    line-height: 29px;
  }
  .un_homeMv_ttl {
    font-size: 0.3rem;
    line-height: 37px;
    padding: 0 3px;
  }
  .un_homeAbout {
    height: 2920px;
    margin-bottom: 121px;
  }
  .un_homeAbout_sticky {
    left: 65px;
    margin-bottom: 223px;
    top: 235px;
  }
  .un_homeAbout h2 {
    margin-bottom: 0.7rem;
  }
  .un_homeAbout_txt {
    font-size: 0.166rem;
    letter-spacing: 0.17em;
    line-height: 3.6144578313;
  }
  .un_homeAbout_txt > span {
    margin-top: 0 !important;
  }
  .un_homeAbout_linkWrap {
    margin-top: 76px;
  }
  .un_homeAbout_linkWrap .el_linkBtn {
    max-width: 350px;
    width: 100%;
  }
  .un_homeAbout_img01 {
    right: 0;
    top: 156px;
    width: 952px;
  }
  .un_homeAbout_img02 {
    left: 0;
    top: 872px;
    width: 603px;
  }
  .un_homeAbout_img03 {
    right: 57px;
    top: 1137px;
    width: 610px;
  }
  .un_homeAbout_img04 {
    left: calc(57% + 36px);
    top: 1684px;
    width: 446px;
  }
  .un_homeAbout_img05 {
    right: 0;
    top: 1885px;
    width: 318px;
  }
  .un_homeAbout_img06 {
    left: auto;
    right: 35px;
    top: 2495px;
    transform: none;
    width: 825px;
  }
  .un_homeAboutVideo {
    padding: 0 33px 193px;
  }
  .un_homeAboutVideo_wrap {
    padding-top: 98px;
  }
  .un_homeAboutVideo .el_video {
    margin: 0 auto -98px;
    top: -98px;
  }
  .un_homePlan {
    align-items: center;
    display: flex;
  }
  .un_homePlan_col01 {
    text-align: left;
  }
  .un_homePlan_col02 {
    flex: 1;
    margin: 0 0 0 65px;
  }
  .un_homePlan_price {
    font-size: 0.14rem;
    line-height: 2.5714285714;
  }
  .un_homePlan_price:before {
    background-size: 27px 35px;
    height: 35px;
    transform: translateY(1px);
    width: 27px;
  }
  .un_homePlan_price strong {
    font-size: 0.42rem;
  }
  .un_homePlan_priceTxt {
    font-size: 0.16rem;
    line-height: 1.3125;
  }
  .un_homePlan_notes {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (min-width: 1024px) {
  html:not(.is_menuOpen) .un_homeLayout.is_homeActive .ly_gnavList > li > a {
    color: var(--white);
  }
}
@media only screen and (max-width: 899px) {
  .un_homeAbout_img06.js_scrollIn {
    animation: none;
    transform: translate(-50%, 60px);
    transition: opacity 0.8s, transform 0.8s;
  }
  .un_homeAbout_img06.js_scrollIn.is_scrollIn {
    opacity: 1;
    transform: translate(-50%);
  }
}
