@charset "UTF-8";

.ui--tab {
  display: none;
}

.level-attention2 {
  font-size: 1.3rem;
  text-align: center;
}

/*----------------------------------------------------
  concept
----------------------------------------------------*/

.concept-lead {
  text-align: center;
}

.concept-col__deco2 {
  width: 7.5%;
  position: absolute;
  top: 20%;
  right: 2.5%;
  z-index: 1;
}

.concept-col__deco {
  width: 7.5%;
  position: absolute;
  top: 20%;
  left: 2.5%;
  z-index: 1;
}

.concept-txt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

.concept-box {
  width: 90%;
  box-sizing: border-box;
  background: #F4FAFF;
  font-size: 2.2rem;
  font-family: var(--font-serif);
  text-align: center;
  font-weight: 700;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto 150px auto;
  position: relative;
}

.concept-box__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*-----
.concept-box::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  position: absolute;
  top: 20px;
  left: 20px;
}
  -----*/
.concept-box__sub {
  margin-top: 20px;
  font-size: 2rem;
}

.concept-box__main {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.font--grn {
  font-size: 2.6rem;
  margin: 0 3px;
  color: #3D9DB3;
}

.font--red {
  color: #DB7093 !important;
}

/*----------------------------------------------------
  model
----------------------------------------------------*/

.model .l-inner {
  width: 95%;
}

.mod-boxWrap {
  background: #fff;
  filter: drop-shadow(1px 3px 20px rgba(0, 0, 0, 0.05));
  padding: 60px;
  box-sizing: border-box;
  margin-bottom: 150px;
}

.mod-ttl {
  width: 100%;
  padding: 0 10% 60px 10%;
  box-sizing: border-box;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}

.mod-ttl__main {
  width: 55%;
}

.mod-ttl__main-num {
  width: 65%;
  margin: 0 auto 40px auto;
}

.mod-ttl__img {
  width: 40%;
}

.u-con {
  text-align: center;
}

.u-con>span {
  display: inline-block;
  width: auto;
  color: red;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid red;
  font-size: 2.6rem;
  margin: 20px auto 0 auto;
}

.mod-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.mod-box__inner {
  width: 45%;
}

.mod-box__img {
  width: 37.5%;
  position: relative;
}

.mod-box__img--att {
  top: 0 !important;
  left: 0 !important;
}

.mod-box__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mod-box__lead-txt {
  width: 100%;
}

.mod-box__lead-txt>p {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

.mod-box__txt {
  font-size: 1.8rem;
}

.mod-box__txt>p>img {
  margin-top: 10px;
}

.solor-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solor-txt>p {
  width: 50%;
  font-size: 1.8rem;
}

.solor-txt__img {
  width: 47.5%;
  position: relative;
}

.mod-box__lead-txt>span {
  display: flex;
  align-items: center;
}

.mod-box__lead-txt>span::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-right: 10px;
}

.mod-box__txt {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.plan-inner__list {
  list-style: none;
  margin-bottom: 40px;
}

.plan-inner__list>li {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
  display: flex;
}

.plan-inner__list>li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #8b7e77;
  border-radius: 50vh;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 8px;
}


.plan-data__top {
  border: 2px solid #79C7A5;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.plan-data__top>span {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 700;
  padding: 14px;
  box-sizing: border-box;
}

.plan-data__top>span:nth-of-type(1) {
  background: #79C7A5;
  color: #fff;
}

.plan-data__top>span {
  color: #79C7A5;
}

.plan-data__list {
  list-style: none;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.plan-data__list>li:last-of-type {
  font-size: 1.6rem;
}

.plan-data__attention {
  font-size: 1.2rem;
  text-align: center;
}

.price {
  padding: 20px 40px;
  box-sizing: border-box;
  background: #F4F7F4;
}

.price>ul {
  margin-bottom: 14px;
}

.price>ul>li {
  display: flex;
  align-items: baseline;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.price-sub {
  width: 50%;
  line-height: 1.4;
}

.price-main {
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

.price-main>span {
  font-size: 3rem;
  font-weight: bold;
}

.price-main--s {
  font-size: 1.4rem;
}

.price-attention>ul {
  list-style: none;
  font-size: 1.2rem;
}

.price-attention>ul>li {
  display: flex;
}

.price-attention>ul>li::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

/*---------- swiper -----------*/
.slider {
  width: 100%;
  position: relative;
}

.slider1 {
  margin-bottom: 100px;
}

.swiper-wrapper {
  z-index: initial;
  position: relative;
}

.swiper1 .swiper-slide {
  width: 100% !important;
}

.swiper2 .swiper-slide {
  width: auto;
  flex-shrink: 0;
  position: relative;
  padding: 50px 30px;
  box-sizing: border-box;
}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  transform: scale(0.9);
  height: auto;
  transition: transform .5s ease;
}

.swiper2 .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}

.lg-close,
.lg-download {
  display: block !important;
  opacity: 1 !important;
  z-index: 12000 !important;
}

@media screen and (max-width:1440px) {
  .mod-box__inner {
    width: 50%;
  }
}

@media screen and (max-width:1280px) {
  .concept-box {
    width: 90%;
  }

  .price {
    padding: 20px;
  }

  .lg-outer .lg-object {
    max-width: 90%;
    max-height: 80%;
  }
}

@media screen and (max-width:1024px) {
  .fv-ttl {
    width: 45%;
  }

  .concept-txt {
    text-align: justify;
  }

  .concept-txt>p>br:nth-of-type(1),
  .concept-txt>p>br:nth-of-type(2),
  .concept-txt>p>br:nth-of-type(4) {
    display: none;
  }

  .concept-box {
    width: 100%;
    /*---
    padding: 30px 30px 40px 30px;
    ---*/
  }

  .concept .ui--tab {
    display: block;
  }

  .concept-col__deco {
    width: 10%;
    position: absolute;
    top: 5%;
    left: -1.5%;
  }

  .concept-col__deco2 {
    width: 10%;
    position: absolute;
    top: 5%;
    right: -1.5%;
  }

  .mod-ttl {
    padding: 0 5% 60px 5%;
  }

  .mod-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  .mod-box__img {
    width: 55%;
    margin-bottom: 40px;
  }

  .mod-box__inner {
    width: 75%;
  }

  .price {
    padding: 20px 40px;
  }

}

@media screen and (max-width:896px) {

  .mod-ttl {
    flex-direction: column;
  }

  .mod-ttl__main {
    width: 75%;
    margin-bottom: 40px;
  }

  .mod-ttl__img {
    width: 60%;
  }
}

@media screen and (max-width:786px) {
  .fv-ttl {
    width: 60%;
  }

  .mod-boxWrap {
    padding: 60px 0;
  }
}

@media screen and (max-width:680px) {
  .fv-ttl {
    width: 70%;
  }

  .concept-box {
    font-size: 1.8rem;
  }

  .font--grn {
    font-size: 2.2rem;
  }

  .mod-boxWrap {
    padding: 60px 40px;
  }

  .mod-ttl__main {
    width: 90%;
  }

  .mod-ttl__img {
    width: 80%;
  }

  .mod-box__img {
    width: 80%;
  }

  .mod-box__inner {
    width: 100%;
  }

  .plan-data__top {
    flex-direction: column;
  }

  .plan-data__top>span {
    width: 100%;
  }

  .price>ul>li {
    font-size: 1.8rem;
  }

  .price-main {
    font-size: 1.4rem;
  }

  .swiper2 .swiper-slide {
    padding: 50px 10px;
  }
}

@media screen and (max-width:480px) {
  .fv-ttl {
    width: 65%;
  }

  .concept-col__deco {
    width: 14%;
    top: 5%;
    left: 0;
  }

  .concept-col__deco2 {
    width: 14%;
    top: 5%;
    right: 0;
  }

  .p-lead {
    font-size: 2rem;
  }

  .concept-txt {
    font-size: 1.4rem;
  }

  .concept-box {
    font-size: 1.6rem;
    margin-bottom: 60px;
    /*---
    padding: 30px 14px 40px 14px;
    ---*/
  }

  .concept-box__sub {
    font-size: 1.4rem;
  }

  .font--grn {
    font-size: 2rem;
  }

  .mod-boxWrap {
    margin-bottom: 60px;
  }

  .mod-boxWrap {
    padding: 60px 20px;
  }

  .mod-ttl {
    padding: 0 5% 30px 5%;
    margin-bottom: 30px;
  }

  .mod-ttl__main-num {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .mod-ttl__main {
    width: 100%;
    margin-bottom: 30px;
  }

  .mod-ttl__img {
    width: 90%;
  }

  .mod-box__lead-txt {
    width: 100%;
  }

  .mod-box__lead-txt>p {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .mod-box__txt {
    font-size: 1.8rem;
  }

  .plan-data__list {
    font-size: 2rem;
  }

  .plan-data__list>li:last-of-type {
    font-size: 1.5rem;
  }

  .price {
    padding: 20px;
  }

  .price>ul {
    margin-bottom: 0;
  }

  .price>ul>li {
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .price-sub {
    width: 100%;
    text-align: center;
  }

  .price-main {
    width: 100%;
    text-align: center;
  }

  .price-attention>ul>li {
    line-height: 1.4;
  }

  .plan-data__attention {
    text-align: justify;
  }

  .mod-box__txt {
    flex-direction: column;
  }

  .solor-txt__img {
    width: 100%;
  }

  .solor-txt>p {
    width: 100%;
    margin-bottom: 14px;
  }

  .solor-txt .ui--pc {
    display: none;
  }

  .slider1 {
    margin-bottom: 80px;
  }

  .swiper2 .swiper-slide {
    padding: 20px 8px;
  }
}