@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* footer-img */
}

.cmshtml .link01 {
  position: relative;
  width: 230px;
  min-width: 230px;
  background: -moz-linear-gradient(100% 50% 180deg, #3be7ff 0%, #2745f2 100%);
  background: -webkit-linear-gradient(180deg, #3be7ff 0%, #2745f2 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #3be7ff), color-stop(1, #2745f2));
  background: -o-linear-gradient(180deg, #3be7ff 0%, #2745f2 100%);
  background: -ms-linear-gradient(180deg, #3be7ff 0%, #2745f2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BE7FF', endColorstr='#2745F2' ,GradientType=0)";
  background: linear-gradient(-90deg, #3be7ff 0%, #2745f2 100%);
}

.cmshtml .link01::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: -moz-linear-gradient(0% 50% 0deg, #3be7ff 0%, #2745f2 100%);
  background: -webkit-linear-gradient(0deg, #3be7ff 0%, #2745f2 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #3be7ff), color-stop(1, #2745f2));
  background: -o-linear-gradient(0deg, #3be7ff 0%, #2745f2 100%);
  background: -ms-linear-gradient(0deg, #3be7ff 0%, #2745f2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BE7FF', endColorstr='#2745F2' ,GradientType=0)";
  background: linear-gradient(90deg, #3be7ff 0%, #2745f2 100%);
  transition: .5s;
}

.cmshtml .link01:hover::before {
  opacity: 0;
}

.cmshtml .link01 a {
  font-weight: 500;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  transition: .5s;
  z-index: 1;
}

.cmshtml .link01 a:hover {
  opacity: 1;
  color: #FFF;
}

.cmshtml .link01 a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  width: 16px;
  height: 100%;
  transition: .5s;
}

.cmshtml .link01 a:hover::after {
  right: 15px;
}

.cmshtml .link02 a {
  font-weight: 600;
  color: #002464;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  padding: 0px 5px 20px;
  padding-left: 35px;
  transition: .5s;
}

.cmshtml .link02 a:hover {
  opacity: 1;
}

.cmshtml .link02 a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2.5px;
  display: block;
  background: -moz-linear-gradient(0% 50% 0deg, #47c3ff 0%, #0023ff 100%);
  background: -webkit-linear-gradient(0deg, #47c3ff 0%, #0023ff 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #47c3ff), color-stop(1, #0023ff));
  background: -o-linear-gradient(0deg, #47c3ff 0%, #0023ff 100%);
  background: -ms-linear-gradient(0deg, #47c3ff 0%, #0023ff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#47C3FF', endColorstr='#0023FF' ,GradientType=0)";
  background: linear-gradient(90deg, #47c3ff 0%, #0023ff 100%);
}

.cmshtml .link02 a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 14px;
  transition: .5s;
}

.cmshtml .link02 a:hover::after {
  left: 10px;
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .box-mainslider {
  width: 100%;
  max-width: 100%;
}

.cmshtml .box-mainslider .box {
  position: relative;
}

.cmshtml .box-mainslider .box::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  display: block;
  background: -moz-linear-gradient(50% 100% 90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}

.cmshtml .box-mainslider .box img {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}

.cmshtml .main-img-top .box-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 5%;
  padding-bottom: 70px;
  width: 80%;
  max-width: 80%;
}

.cmshtml .main-img-top h2, .cmshtml .main-img-top h3 {
  color: #FFF;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
}

.cmshtml .main-img-top h2 {
  font-size: 4vw;
  font-weight: 800;
}

.cmshtml .main-img-top h3 {
  font-family: "Outfit", serif;
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 20px;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/common/back-contents01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 545px;
}

@media screen and (min-width: 1700px) {
  .cmshtml .contents-top {
    background-size: 100% auto;
  }
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .midashi-box h2 {
  font-family: "Outfit", serif;
  font-size: 105px;
  color: #004ACC;
  line-height: 0.9;
  font-weight: 600;
  margin-bottom: 10px;
}

.cmshtml .midashi-box h3 {
  font-size: 26px;
  color: #002464;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 65px;
}

.cmshtml .contents03 .midashi-box h2, .cmshtml .contents03 .midashi-box h3 {
  color: #FFF;
}

.cmshtml .midashi-box h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 50px;
  height: 2px;
  background-color: #002464;
  display: block;
}

.cmshtml .contents03 .midashi-box h3::before {
  background-color: #FFF;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 150px;
  background-image: url("../../img/common/back-contents02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 550px;
}

@media screen and (min-width: 1700px) {
  .cmshtml .contents01 {
    background-size: 100% auto;
  }
}

.cmshtml .contents01 .box-inner {
  width: 1200px;
  max-width: 1200px;
  position: relative;
  padding-top: 140px;
}

.cmshtml .contents01 .lay01 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.cmshtml .contents01 .lay02 {
  width: 100%;
  max-width: 100%;
  padding-left: 25%;
}

.cmshtml .contents01 .rdplaneinfo, .cmshtml .contents01 .news_text {
  overflow: auto;
  border-top-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}

.cmshtml .contents01 .rdNewInfoList_ez, .cmshtml .contents01 .news_text .rdnewArticle {
  height: 300px;
}

.cmshtml .contents01 .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents01 .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item {
  padding: 23px 10px;
  border-bottom-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  position: relative;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 14px;
  transition: .5s;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item:hover::before, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item:hover::before {
  right: 0px;
}

.cmshtml .contents01 .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 23px 10px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item {
  width: 252px;
  max-width: 252px;
  border-radius: 8px;
  padding: 15px;
  margin-right: 24px;
  margin-bottom: 30px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents01 .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents01 .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  width: 110px;
  max-width: 110px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 25px;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #002464;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-ContDate {
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  background-color: #000;
  padding: 3px 15px;
  border-radius: 60px;
  display: inline-block;
  margin: 15px 0px 10px;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle a, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContTitle a {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents01 .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents01 .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .contents01 .lay03 {
  width: 100%;
  max-width: 100%;
  text-align: right;
  padding-top: 60px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  padding: 140px 0px 120px;
}

.cmshtml .contents02 .box-inner {
  width: 1200px;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}

.cmshtml .contents02 .lay01 {
  width: 730px;
  max-width: 730px;
  margin-right: 60px;
}

.cmshtml .contents02 .box-text {
  padding-top: 50px;
}

.cmshtml .contents02 .lay02 {
  width: 230px;
  max-width: 230px;
}

.cmshtml .contents02 .wc_textbox, .cmshtml .contents02 p {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top 370px;
  background-repeat: no-repeat;
  background-size: 105% auto;
}

.cmshtml .contents03 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents03 .box-img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 160px;
}

.cmshtml .contents03 .box-img img {
  width: 90%;
  max-width: 1440px;
  height: 620px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.cmshtml .contents03 .slide-wrap {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (min-width: 1700px) {
  .cmshtml .contents03 .slide-wrap {
    width: 1480px;
    max-width: 1480px;
    justify-content: center;
    margin: 0px auto;
  }
}

.cmshtml .contents03 .lay01 {
  width: 44%;
  max-width: 730px;
}

.cmshtml .contents03 .box-detail {
  background-color: #FFF;
  padding: 30px 8% 0px;
  margin-top: 60px;
}

.cmshtml .contents03 .box-detail a {
  display: block;
}

.cmshtml .contents03 .box-detail a:hover {
  opacity: 1;
}

.cmshtml .contents03 .box-detail .box {
  border-bottom-style: solid;
  border-color: #1850BA;
  border-width: 1px;
  position: relative;
  padding: 30px 0px 40px;
}

.cmshtml .contents03 .box-detail .box::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 18px;
  height: 18px;
}

.cmshtml .contents03 .box-title {
  position: relative;
  padding-left: 110px;
  margin-bottom: 25px;
}

.cmshtml .contents03 .box-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 90px;
  height: 97px;
}

.cmshtml .contents03 .box:nth-child(1) .box-title::before {
  background-image: url("../../img/top/b01.svg");
}

.cmshtml .contents03 .box:nth-child(2) .box-title::before {
  background-image: url("../../img/top/b02.svg");
}

.cmshtml .contents03 .box:nth-child(3) .box-title::before {
  background-image: url("../../img/top/b03.svg");
}

.cmshtml .contents03 .box:nth-child(4) .box-title::before {
  background-image: url("../../img/top/b04.svg");
}

.cmshtml .contents03 .lay02 {
  width: 45%;
  max-width: 750px;
  height: 1020px;
  overflow: hidden;
  position: relative;
}

.cmshtml .contents03 .lay02 img {
  width: 100%;
  height: 1020px;
}

.cmshtml .slide-business {
  opacity: 0;
  transition: .5s;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cmshtml .slide-business.show {
  opacity: 1;
}

.cmshtml .contents03 h4 {
  font-family: "Outfit", serif;
  font-size: 22px;
  color: #002464;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 10px 0px;
}

.cmshtml .contents03 h5 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.cmshtml .contents03 .box:nth-child(1) h5 {
  color: #002464;
}

.cmshtml .contents03 .box:nth-child(2) h5 {
  color: #004ACC;
}

.cmshtml .contents03 .box:nth-child(3) h5 {
  color: #0781E5;
}

.cmshtml .contents03 .box:nth-child(4) h5 {
  color: #00C0ED;
}

.cmshtml .contents03 .wc_textbox, .cmshtml .contents03 p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  padding: 170px 0px 190px;
}

.cmshtml .contents04 .box-inner {
  width: 1200px;
  max-width: 1200px;
  position: relative;
}

.cmshtml .contents04 .lay01 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}

.cmshtml .contents04 .lay01 .midashi-box {
  width: 470px;
  max-width: 470px;
}

.cmshtml .contents04 .lay01 .box-text {
  width: 480px;
  max-width: 480px;
}

.cmshtml .contents04 .lay02 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}

.cmshtml .contents04 .lay02 .box {
  width: 275px;
  max-width: 275px;
  margin-right: 32px;
}

.cmshtml .contents04 .lay02 .box:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents04 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents04 .box-img img {
  transition: .5s all;
}

.cmshtml .contents04 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents04 .box-detail {
  padding-top: 20px;
}

.cmshtml .contents04 .box-detail .box001 {
  min-height: 80px;
  border-bottom-style: dashed;
  border-color: #B3B3B3;
  border-width: 1px;
  margin-bottom: 17px;
}

.cmshtml .contents04 .box-detail .box002 {
  position: relative;
  text-align: right;
}

.cmshtml .contents04 .box-detail .box002::before {
  content: "販売価格";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #002464;
}

.cmshtml .contents04 .lay03 {
  width: 230px;
  max-width: 230px;
  position: absolute;
  right: 0px;
  top: 80px;
}

.cmshtml .contents04 h4 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.cmshtml .contents04 h5 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
}

.cmshtml .contents04 h5::after {
  content: "円（税別）";
  font-size: 14px;
  display: inline-block;
  padding-left: 5px;
  /*	display: none;*/
}

.cmshtml .contents04 .wc_textbox, .cmshtml .contents04 p {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents05 .box-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .contents05 .box {
  width: 50%;
  max-width: 50%;
  position: relative;
}

.cmshtml .contents05 .box-img {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.cmshtml .contents05 .box-img::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(50% 100% 90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 1;
}

.cmshtml .contents05 .box-img img {
  transition: .5s all;
}

.cmshtml .contents05 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents05 .box-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 7%;
  z-index: 1;
}

.cmshtml .contents05 .box-link {
  position: absolute;
  right: 7%;
  bottom: 40px;
  z-index: 1;
}

.cmshtml .contents05 h2, .cmshtml .contents05 h3, .cmshtml .contents05 h6 {
  color: #FFF;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.cmshtml .contents05 h2 {
  font-family: "Outfit", serif;
  font-size: 78px;
  line-height: 0.9;
  font-weight: 600;
}

.cmshtml .contents05 h3 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding-top: 20px;
  padding-left: 10px;
}

.cmshtml .contents05 h6 {
  font-family: "Josefin Sans", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  border-bottom-style: solid;
  border-color: #FFF;
  border-width: 2px;
  padding: 0px 5px 15px;
  padding-left: 35px;
}

.cmshtml .contents05 h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 19px;
  height: 14px;
  transition: .5s;
}

.cmshtml .contents05 .box:hover h6::before {
  left: 10px;
}

.cmshtml .footer-img {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}

.cmshtml .footer-img .box-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  clip: rect(auto, auto, auto, auto);
}

.cmshtml .footer-img .box-img {
  background-image: url("../../img/top/back02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.cmshtml .footer-img h6 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .footer-img h6 img {
  width: 60%;
  max-width: 760px;
  height: auto;
}

.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 {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}


#editView .cmshtml .box-mainslider .box::before {
	display: none;
}

#editView .cmshtml .box-mainslider .box img {
	height: auto;
}

#editView .cmshtml .main-img-top .box-text {
	width: 1200px;
	max-width: 1200px;
	padding-left: 0%;
	padding-bottom: 0px;
}

#editView .cmshtml .main-img-top h2, #editView .cmshtml .main-img-top h3 {
  color: #000;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
}

#editView .cmshtml .contents01 .lay01 {
	position: static;
}

#editView .cmshtml .contents01 .lay02 {
	padding-left: 0%;
}

#editView .cmshtml .contents01 .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents01 .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents01 .rdnewArticle .rdnewArticle-item::before {
	display: none;
}

#editView .cmshtml .contents03 .box-img {
	width: 1100px;
	max-width: 1100px;
}

#editView .cmshtml .contents03 .box-img img {
	width: 100%;
}

#editView .cmshtml .contents03 .lay01 {
	width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents03 .box-detail .box::before {
	display: none;
}

#editView .cmshtml .contents03 .box-title::before {
	display: none;
}

#editView .cmshtml .contents03 .box-title {
  padding-left: 0px;
}

#editView .cmshtml .contents03 .lay02 {
	width: 650px;
	max-width: 650px;
height: auto;
overflow: visible;
}

#editView .cmshtml .slide-business {
	position: static;
	opacity: 1;
}

#editView .cmshtml .contents04 .lay02 .box {
	margin-right: 20px;
}

#editView .cmshtml .contents04 .box-detail .box001 {
	min-height: 0px;
	padding-bottom: 10px;
}

#editView .cmshtml .contents04 .box-detail .box002::before {
	display: none;
}

#editView .cmshtml .contents05 .box {
    width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents05 .box-img::before {
	display: none;
}

#editView .cmshtml .contents05 .box-text {
	padding-left: 0%;
}

#editView .cmshtml .contents05 h2, #editView .cmshtml .contents05 h3, .contents05 h6 {
color: #000;
	text-shadow: 0px 0px 10px rgba(0,0,0,0);
}

#editView .cmshtml .contents05 h6 {
	border-bottom-style : none;
}

#editView .cmshtml .contents05 h6::before {
	display: none;
}

#editView .cmshtml .footer-img {
	height: auto;
}

#editView .cmshtml .footer-img .box-inner {
	clip: rect(0 0 0 0);
}

#editView .cmshtml .footer-img .box-img {
	height: auto;
}

#editView .cmshtml .sp-view {
    display: inline-block;
}