@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* box-title */
  /* box-img */
  /* link02 */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* contents06 */
  /* contents07 */
  /* contents08 */
  /* news */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .mainslider img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  padding-top: 110px;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top .box-title-top {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.cmshtml .contents-top .box-title-top::after {
  content: "";
  display: block;
  margin: 0px auto;
  margin-top: 27px;
  width: 100px;
  height: 2px;
  background-color: var(--color-main);
}

.cmshtml .contents07 .box-title-top::after {
  background-color: var(--color-sub3);
}

.cmshtml .contents-top .box-title-top h2 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  color: var(--color-main);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}

.cmshtml .contents07 .box-title-top h2 {
  color: var(--color-sub3);
}

.cmshtml .contents-top .box-title-top h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight);
  color: #000;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.cmshtml .contents-top .contents-box p, .cmshtml .contents-top .contents-box .wc_textbox {
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .contents03 .contents-box p, .cmshtml .contents03 .contents-box .wc_textbox {
  color: #FFF;
  font-weight: var(--base-weight2);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.55);
}

.cmshtml .contents05 .lay02 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents05 .lay02 .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents05 .lay02 .box:hover .box-img img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents-top .link02 {
  padding-right: 65px;
}

.cmshtml .contents-top .link02 a {
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--color-base);
  font-weight: var(--base-weight2);
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 18px 10px;
  text-align: center;
  position: relative;
  border-bottom-style: solid;
  border-color: var(--color-main);
  border-width: 1px;
}

.cmshtml .contents06 .link02 a {
  color: #FFF;
  border-color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.cmshtml .contents-top .link02 a:hover {
  opacity: 1;
}

.cmshtml .contents-top .link02 a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 3px;
  background-image: url("../../img/common/link-arrow04.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 58px;
  width: 58px;
  height: 100%;
  transition: .5s;
  margin-right: -65px;
}

.cmshtml .contents-top .link02 a:hover::after {
  margin-right: -70px;
}

.cmshtml .main-contents-top {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top 270px;
  background-repeat: no-repeat;
  background-size: 120% auto;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: -270px;
}

.cmshtml .contents01::after {
  content: "";
  position: absolute;
  left: 3%;
  top: 0px;
  background-image: url("../../img/top/icon01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 130px;
  height: 100px;
  margin-top: -30px;
}

.cmshtml .contents01 .inner {
  position: relative;
  display: inline-block;
  padding-top: 75px;
  padding-left: 8%;
}

.cmshtml .contents01 .inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 90%;
  height: 85%;
  background-color: #FFF;
  border-radius: 0px 60px 0px 0px;
}

.cmshtml .contents01 .inner::after {
  content: "";
  position: absolute;
  left: 90%;
  top: 206px;
  background-image: url("../../img/top/frame01.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 65px;
  height: 65px;
}

.cmshtml .contents01 h2, .cmshtml .contents01 h3, .cmshtml .contents01 p, .cmshtml .contents01 .wc_textbox {
  font-family: var(--title-font);
  position: relative;
}

.cmshtml .contents01 h2, .cmshtml .contents01 h3 {
  font-family: var(--title-font);
  color: var(--color-sub);
  font-weight: var(--base-weight2);
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.3em;
}

.cmshtml .contents01 h2 {
  font-size: 30px;
}

.cmshtml .contents01 h3 {
  font-size: 76px;
  padding: 10px 0px 20px;
}

.cmshtml .contents01 p, .cmshtml .contents01 .wc_textbox {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  padding: 50px 0px 200px;
}

.cmshtml .contents02 .box-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0px 2%;
}

.cmshtml .contents02 .box-detail {
  width: 40%;
  max-width: 40%;
  padding-bottom: 30px;
}

.cmshtml .contents02 .box-img {
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents02 .box-img .inner {
  width: 100%;
  max-width: 100%;
  padding-top: 320px;
  position: relative;
}

.cmshtml .contents02 .box-img .box {
  position: absolute;
}

.cmshtml .contents02 .box-img .box-img02 {
  left: 50%;
  top: 0px;
  width: 20%;
  max-width: 160px;
}

.cmshtml .contents02 .box-img .box-img03 {
  left: 0%;
  top: 95px;
  width: 40%;
  max-width: 40%;
}

.cmshtml .contents02 .box-img .box-img01 {
  position: static;
  text-align: right;
  padding-bottom: 30px;
}

.cmshtml .contents02 .box-img img {
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}

.cmshtml .contents02 .box-img .box-img02 img {
  border-radius: 15px;
}

.cmshtml .contents02 .box-img .box-img03 img {
  border-radius: 25px;
  max-height: 300px;
}

.cmshtml .contents02 .box-img .box-img01 img {
  width: 85%;
  max-width: 85%;
  max-height: 510px;
  border-radius: 0px 0px 0px 40px;
}

.cmshtml .contents02 h2, .cmshtml .contents05 h2, .cmshtml .contents08 h2 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.cmshtml .contents02 h2 {
  color: var(--color-sub2);
}

.cmshtml .contents05 h2 {
  color: var(--color-main);
}

.cmshtml .contents08 h2 {
  color: var(--color-sub6);
}

.cmshtml .contents02 h3, .cmshtml .contents05 h3, .cmshtml .contents08 h3, .cmshtml .contents08 h4, .cmshtml .contents08 h5, .cmshtml .contents08 h6 {
  font-family: var(--title-font);
  font-weight: var(--base-weight);
  color: #000;
  font-size: 38px;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

.cmshtml .contents02 h3 {
  padding: 30px 0px 50px;
}

.cmshtml .contents05 h3 {
  font-size: 48px;
  padding: 10px 0px 30px;
}

.cmshtml .contents08 h3 {
  font-size: 48px;
  letter-spacing: 0.25em;
  padding: 20px 0px 30px;
}

.cmshtml .contents08 h4 {
  font-size: 28px;
  margin-bottom: 30px;
}

.cmshtml .contents08 h5 {
  font-size: 18px;
}

.cmshtml .contents08 h6 {
  font-size: 32px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.cmshtml .contents03 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 80px;
}

.cmshtml .contents03 .box-inner::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/common/back02.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 55%;
  display: block;
  border-radius: 70px 0px 0px 0px;
}

.cmshtml .contents03 .box-detail {
  width: 1200px;
  max-width: 1200px;
  padding-top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 40px;
}

.cmshtml .contents03 .box-detail::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  background-image: url("../../img/top/icon02.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 130px;
  height: 120px;
  margin-top: -150px;
}

.cmshtml .contents03 .box {
  position: relative;
  width: 356px;
  max-width: 356px;
}

.cmshtml .contents03 .box-img {
  border-radius: 50%;
  background-color: #FFF;
  border-style: solid;
  border-color: var(--color-main);
  border-width: 1px;
  padding: 10px;
  position: relative;
}

.cmshtml .contents03 .box-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 120px;
  height: 120px;
  margin-left: -10px;
  margin-top: -10px;
}

.cmshtml .contents03 .box:nth-child(1) .box-img::before {
  background-image: url("../../img/top/p01.svg");
}

.cmshtml .contents03 .box:nth-child(2) .box-img::before {
  background-image: url("../../img/top/p02.svg");
}

.cmshtml .contents03 .box:nth-child(3) .box-img::before {
  background-image: url("../../img/top/p03.svg");
}

.cmshtml .contents03 .box-img img {
  border-radius: 50%;
}

.cmshtml .contents03 h4 {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: var(--title-font);
  color: #FFF;
  font-weight: var(--base-weight2);
  padding: 30px 0px 15px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.55);
}

.cmshtml .contents03 .contents-box p, .cmshtml .contents03 .contents-box .wc_textbox {
  line-height: 1.8;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.cmshtml .contents04::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back03.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 1610px;
  z-index: -1;
  margin-top: -150px;
}

.cmshtml .contents04 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 120px 0px 250px;
}

.cmshtml .contents04 .box-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 240px;
  background: -moz-linear-gradient(50% 100% 90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.cmshtml .contents04 .lay01, .cmshtml .contents04 .lay02 {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents04 .lay01 {
  margin-bottom: 50px;
}

.cmshtml .contents04 .lay02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px 60px;
}

.cmshtml .contents04 .box {
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
  padding: 35px;
  box-shadow: 10px 10px 15px rgba(76, 52, 0, 0.1);
}

.cmshtml .contents04 .lay02 .box {
  width: 550px;
  max-width: 550px;
}

.cmshtml .contents04 .box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 170px;
  display: block;
  border-radius: 20px 20px 0px 0px;
}

.cmshtml .contents04 .plan-c01::before {
  background-color: var(--color-main);
}

.cmshtml .contents04 .plan-c02::before {
  background-color: var(--color-sub4);
}

.cmshtml .contents04 .plan-c03::before {
  background-color: var(--color-sub5);
}

.cmshtml .contents04 .box::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 260px;
  height: 55px;
}

.cmshtml .contents04 .plan-c01::after {
  background-image: url("../../img/top/link-price01.svg");
  height: 65px;
}

.cmshtml .contents04 .plan-c02::after {
  background-image: url("../../img/top/link-price02.svg");
}

.cmshtml .contents04 .plan-c03::after {
  background-image: url("../../img/top/link-price03.svg");
}

.cmshtml .contents04 .box-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  max-width: 300px;
}

.cmshtml .contents04 .box-img img {
  border-radius: 20px 0px 20px 0px;
}

.cmshtml .contents04 .box-plan01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 0px 20px;
}

.cmshtml .contents04 .plan-c01 .box-plan01 {
  padding-left: 300px;
}

.cmshtml .contents04 .box-price {
  flex: 1;
}

.cmshtml .contents04 .box-detail {
  background-color: var(--color-back01);
  border-style: solid;
  border-color: var(--color-back01);
  border-width: 4px;
}

.cmshtml .contents04 .lay01 .box-detail {
  width: 430px;
  max-width: 430px;
}

.cmshtml .contents04 .lay02 .box-detail {
  width: 195px;
  max-width: 195px;
}

.cmshtml .contents04 .box-detail img {
  width: 95%;
  max-width: 95%;
}

.cmshtml .contents04 .box-plan02 {
  padding-top: 30px;
  text-align: left;
}

.cmshtml .contents04 .box-detail h6 {
  font-weight: var(--base-weight2);
  font-size: 18px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 8px;
}

.cmshtml .contents04 .plan-c01 .box-detail h6 {
  background-color: var(--color-main);
  font-size: 25px;
  margin-bottom: 20px;
}

.cmshtml .contents04 .plan-c02 .box-detail h6 {
  background-color: var(--color-sub4);
}

.cmshtml .contents04 .plan-c03 .box-detail h6 {
  background-color: var(--color-sub5);
}

.cmshtml .contents04 .box-price h4, .cmshtml .contents04 .box-price h5 {
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: var(--base-weight2);
}

.cmshtml .contents04 .box-price h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.cmshtml .contents04 .lay01 .box-price h4 {
  padding-top: 10px;
}

.cmshtml .contents04 .lay02 .box-price h4 {
  margin-bottom: 10px;
}

.cmshtml .contents04 .box-price h5 {
  font-family: var(--title-font);
  font-size: 50px;
  letter-spacing: 0.1em;
}

.cmshtml .contents04 .box-price h5::before {
  content: "ささやかな";
  font-size: 25px;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px 10px;
}

.cmshtml .contents04 .lay02 .box-price h5::before {
  display: block;
}

.cmshtml .contents04 .box-price h6 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: var(--base-weight3);
  padding-top: 30px;
  position: relative;
  display: inline-block;
}

.cmshtml .contents04 .lay02 .box-price h6 {
  font-size: 41px;
  padding-top: 20px;
  padding-right: 105px;
}

.cmshtml .contents04 .plan-c01 .box-price h6 {
  color: var(--color-main);
  padding-right: 140px;
}

.cmshtml .contents04 .plan-c02 .box-price h6 {
  color: var(--color-sub4);
}

.cmshtml .contents04 .plan-c03 .box-price h6 {
  color: var(--color-sub5);
}

.cmshtml .contents04 .box-price h6::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 7px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 101px;
  height: 32px;
}

.cmshtml .contents04 .plan-c01 .box-price h6::after {
  background-image: url("../../img/top/text-price01.svg");
  width: 134px;
  height: 44px;
}

.cmshtml .contents04 .plan-c02 .box-price h6::after {
  background-image: url("../../img/top/text-price02.svg");
}

.cmshtml .contents04 .plan-c03 .box-price h6::after {
  background-image: url("../../img/top/text-price03.svg");
}

.cmshtml .contents04 .contents-box .wc_textbox {
  padding-top: 20px;
}

.cmshtml .contents04 .contents-box p, .cmshtml .contents04 .contents-box .wc_textbox {
  color: var(--color-base2);
}

.cmshtml .contents04 .contents-box .lay02 p, .cmshtml .contents04 .contents-box .lay02 .wc_textbox {
  font-size: 14px;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents05 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents05 .box-inner::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/icon03a.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30%;
  height: 24vw;
  margin-right: -40px;
  margin-top: -40px;
  z-index: -1;
}

.cmshtml .contents05 .lay01 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0px 5%;
}

.cmshtml .contents05 .lay01 .box-img {
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents05 .lay01 .box-img img {
  max-height: 640px;
  border-radius: 0px 45px 0px 0px;
}

.cmshtml .contents05 .lay01 .box-detail {
  width: 38%;
  max-width: 38%;
}

.cmshtml .contents05 .lay01 .box004 {
  padding-top: 40px;
  text-align: right;
}

.cmshtml .contents05 .lay02 {
  padding: 90px 0px 250px;
  width: 88%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 3%;
}

.cmshtml .contents05 .lay02 .box {
  position: relative;
  width: 31.3%;
  max-width: 31.3%;
}

.cmshtml .contents05 .lay02 .box-img {
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.cmshtml .contents05 .lay02 .box-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.cmshtml .contents05 .lay02 h6 {
  background-color: #FFF;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  padding-left: 50px;
  border-radius: 15px 0px 0px 0px;
  font-size: 22px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: var(--title-font);
  font-weight: var(--base-weight);
}

.cmshtml .contents05 .lay02 h6::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  background-image: url("../../img/common/link-arrow05.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 20px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents05 .lay02 .box:hover h6::before {
  left: 20px;
}

.cmshtml .contents06 {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 80px 0px;
}

.cmshtml .contents06::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/common/back02.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 100%;
  display: block;
  border-radius: 0px 70px 0px 0px;
}

.cmshtml .contents06::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon03b.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30%;
  height: 24vw;
  margin-left: -20px;
  margin-top: -15vw;
}

.cmshtml .contents06 .box-inner {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cmshtml .contents06 .box-title-top {
  text-align: center;
  padding-top: 50px;
  width: 300px;
  max-width: 300px;
}

.cmshtml .contents06 .box-title-top::after {
  display: none;
}

.cmshtml .contents06 .box-title-top h3 {
  color: #FFF;
}

.cmshtml .contents06 .box-detail {
  width: 800px;
  max-width: 800px;
}

.cmshtml .contents06 .box-link {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 300px;
  max-width: 300px;
  text-align: center;
}

.cmshtml .contents07 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents07::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back04.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1070px;
  z-index: -1;
  margin-top: -150px;
}

.cmshtml .contents07::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0px;
  background-image: url("../../img/top/icon04a.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 160px;
  height: 170px;
  margin-top: -140px;
}

@media screen and (max-width: 1500px) {
  .cmshtml .contents07::after {
    right: 1.5%;
  }
}

.cmshtml .contents07 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 120px 0px 200px;
  background-image: url("../../img/top/icon04b.svg");
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: auto 720px;
}

.cmshtml .contents07 .box-detail {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents08 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents08::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  background-image: url("../../img/top/back05.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 700px;
  margin-top: -25vw;
  z-index: -1;
}

.cmshtml .contents08 .box-inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 5%;
  margin: 0px auto;
  padding-bottom: 170px;
}

.cmshtml .contents08 .box-detail {
  width: 34%;
  max-width: 34%;
  padding-top: 140px;
}

.cmshtml .contents08 .box-img {
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents08 .box-img .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
}

.cmshtml .contents08 .box-img02 {
  position: absolute;
  right: 5%;
  bottom: 0px;
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents08 .box-img .box-text {
  width: 40%;
  max-width: 40%;
  text-align: right;
  padding-top: 60px;
}

.cmshtml .contents08 .box-img01 img {
  max-height: 570px;
  border-radius: 45px 0px 0px 0px;
}

.cmshtml .contents08 .box-img02 img {
  max-height: 310px;
  border-radius: 20px;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdplaneinfo, .cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #ccc #FFF;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-track-piece {
  background-color: #FFF;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ccc;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 250px;
}

.cmshtml .contents-top .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item {
  padding: 23px;
  transition: .5s;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow06.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:hover::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:hover::before {
  right: 15px;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  margin-bottom: 15px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 23px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  padding: 0px;
  width: 350px;
  max-width: 350px;
  margin-right: 55px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents-top .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  gap: 30px 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
  position: relative;
  margin-top: -35px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 115px;
  max-width: 115px;
  position: relative;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 20px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  font-family: var(--number-font);
  font-weight: var(--base-weight2);
  color: var(--color-sub);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: 17px;
  line-height: 1.2;
  width: 130px;
  max-width: 130px;
  color: var(--color-sub3);
  background-color: #FFF;
  padding: 15px 0px 5px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 0px 12px 0px 0px;
  display: inline-block;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: var(--base-font-size);
  color: var(--color-base);
  font-weight: var(--base-weight2);
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a {
  padding: 0px 5px;
  font-size: var(--base-font-size);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents-top .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml, .cmsbody {
  height: 100%;
}



#editView .cmshtml .contents-top .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .wc_static {
	position: static;
}

#editView .cmshtml .contents-top .wc_none::before, #editView .cmshtml .contents-top .wc_none::after {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}


#editView .cmshtml .main-img-top .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents-top {
     padding-top: 0px;
}

#editView .cmshtml .contents03 .contents-box p, #editView .cmshtml .contents03 .contents-box .wc_textbox {
     color: var(--color-base);
    text-shadow: 0px 0px 7px rgba(0,0,0,0);
}


#editView .cmshtml .contents05 .lay02 .box:hover .box-img img {
	 transform:scale(1,1);
    z-index: 0;
}


#editView .cmshtml .contents-top .link02 {
     padding-right: 0px;
}

#editView .cmshtml .contents-top .link02 a {
     display: block;
    border-bottom-style : none;
}

#editView .cmshtml .contents06 .link02 a {
color: #000;
border-color : var(--color-main);
text-shadow: 0px 0px 10px rgba(0,0,0,0);
}

#editView .cmshtml .contents-top .link02 a::after {
    display: none;
}

#editView .cmshtml .contents01 {
margin-top: 0px;
}

#editView .cmshtml .contents01 .inner {
     width: 1000px;
	max-width: 1000px;
    display: block;
    padding-top: 0px;
    padding-left: 0%;
}

#editView .cmshtml .contents02 {
	padding-bottom: 100px;
}

#editView .cmshtml .contents02 .box-inner {
	margin: 0px auto;
    width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents02 .box-detail {
	width: 650px;
	max-width: 650px;
    padding-bottom: 0px;
}

#editView .cmshtml .contents02 .box-img {
	width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents02 .box-img .inner {
	 height: auto;
    padding-top: 0px;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

#editView .cmshtml .contents02 .box-img .box-img02 {
    width: 160px;
    max-width: 160px;
}

#editView .cmshtml .contents02 .box-img .box-img03 {
    width: 300px;
    max-width: 300px;
}

#editView .cmshtml .contents02 .box-img .box-img01 {
    text-align: left;
    padding-bottom: 0px;
}

#editView .cmshtml .contents02 .box-img img {
   box-shadow: 15px 15px 15px rgba(0,0,0,0);
}

#editView .cmshtml .contents02 .box-img .box-img02 img {
    border-radius: 0px;
}

#editView .cmshtml .contents02 .box-img .box-img03 img {
    border-radius: 0px;
    max-height: auto;
}

#editView .cmshtml .contents02 .box-img .box-img01 img {
    width: 100%;
    max-width: 100%;
    max-height: auto;
    border-radius: 0px;
}


#editView .cmshtml .contents03 .box-detail {
     padding-top: 0px;
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box:not(:last-child) {
	margin-right: 30px;
}

#editView .cmshtml .contents03 .box-img {
        border-radius: 0%;
    border-style : none;
    padding: 0px;
}

#editView .cmshtml .contents03 .box-img img {
	  border-radius: 0%;
}

#editView .cmshtml .contents03 h4 {
   color: #000;
    text-shadow: 0px 0px 7px rgba(0,0,0,0);
}

#editView .cmshtml .contents04 .box-inner {
	padding: 120px 0px;
}

#editView .cmshtml .contents04 .box {
	  box-shadow: 10px 10px 15px rgba(76,52,0,0);
    padding: 20px;
}

#editView .cmshtml .contents04 .box-img img {
   border-radius: 0px;
}

#editView .cmshtml .contents04 .plan-c01 .box-plan01 {
     padding-left: 0px;
}

#editView .cmshtml .contents04 .lay01 .box-price {
    width: 340px;
    max-width: 340px;
}

#editView .cmshtml .contents04 .lay02 {
gap:0px 30px;
}

#editView .cmshtml .contents04 .lay02 .box-price {
    width: 270px;
    max-width: 270px;
}

#editView .cmshtml .contents04 .box-price h4, #editView .cmshtml .contents04 .box-price h5 {
    color: var(--color-base);
}

#editView .cmshtml .contents04 .box-price h6 {
    display: block;
    padding-top: 10px;
}

#editView .cmshtml .contents04 .lay02 .box-price h6 {
    padding-top: 10px;
    padding-right: 0px;
}

#editView .cmshtml .contents04 .plan-c01 .box-price h6 {
     padding-right: 0px;
}


#editView .cmshtml .contents05 .lay01 {
	width: 1280px;
	max-width: 1280px;
    margin: 0px auto;
gap:0px 20px;
}

#editView .cmshtml .contents05 .lay01 .box-img {
	width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents05 .lay01 .box-img img {
	max-height: auto;
    border-radius: 0px;
}

#editView .cmshtml .contents05 .lay01 .box-detail {
	width: 650px;
	max-width: 650px;
}

#editView .cmshtml .contents05 .lay02 {
     width: 1280px;
	max-width: 1280px;
    padding: 60px 0px 120px;
}

#editView .cmshtml .contents05 .lay02 .box {
    width: 390px;
	max-width: 390px;
}

#editView .cmshtml .contents05 .lay02 .box:not(:last-child) {
	margin-right: 20px;
}


#editView .cmshtml .contents05 .lay02 .box-img {
	 box-shadow: 10px 10px 15px rgba(0,0,0,0);
    border-radius: 0px;
}

#editView .cmshtml .contents05 .lay02 h6 {
    border-radius: 0px;
    display: block;
    padding: 10px 15px;
}

#editView .cmshtml .contents06 .box-title-top h3 {
    color: #000;
}

#editView .cmshtml .contents07 .box-inner {
	 padding: 120px 0px;
}


#editView .cmshtml .contents08 .box-inner {
	padding-bottom: 100px;
    width: 1280px;
    max-width: 1280px;
gap:0px 20px;
}

#editView .cmshtml .contents08 .box-detail {
	width: 650px;
    max-width: 650px;
    padding-top: 0px;
}

#editView .cmshtml .contents08 .box-img {
	width: 600px;
    max-width: 600px;
}

#editView .cmshtml .contents08 .box-img .inner {
	padding-bottom: 0px;
}

#editView .cmshtml .contents08 .box-img02 {
	width: 400px;
    max-width: 400px;
}

#editView .cmshtml .contents08 .box-img .box-text {
    width: 340px;
    max-width: 340px;
    text-align: left;
    padding-top: 30px;
}

#editView .cmshtml .contents08 .box-img01 img {
	max-height: auto;
    border-radius: 0px;
}

#editView .cmshtml .contents08 .box-img02 img {
	 max-height: auto;
    border-radius: 0px;
}



#editView .cmshtml .contents-top .news_img {
	width: 1200px;
	max-width: 1200px;
}

#editView .cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
	 display: none;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 20px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, #editView .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
	 display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
	margin-top: 0px;
}


#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    display: block;
text-align: left;
}


#editView .cmshtml .sp-view {
    display: inline-block;
}