.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* box-img */
  /* link01 */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* news */
  /* contents05 */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  padding-top: 160px;
  /*    padding-top: 0px;*/
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .main-img-top .mainslider {
  position: relative;
  width: 87%;
  max-width: 87%;
}

.cmshtml .main-img-top .mainslider::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/common/scroll.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 17px;
  height: 250px;
  margin-right: -4vw;
  margin-bottom: -10px;
}

.cmshtml .main-img-top .mainslider img {
  width: 100%;
  height: auto;
}

.cmshtml .main-img-top .box-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 10vw;
}

.cmshtml .main-img-top .box-text .inner {
  padding-right: 3%;
}

.cmshtml .main-img-top h2, .cmshtml .main-img-top h3 {
  font-weight: var(--base-weight);
  color: #FFF;
  line-height: 1.4;
}

.cmshtml .main-img-top h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  font-size: 1.2vw;
  letter-spacing: 0.15em;
}

.cmshtml .main-img-top h3 {
  font-size: 3.6vw;
  letter-spacing: 0.25em;
  padding-top: 20px;
}

@media screen and (max-width: 1360px) {
  .cmshtml .main-img-top .box-text {
    padding-top: 130px;
  }
  .cmshtml .main-img-top h2 {
    font-size: 18px;
  }
  .cmshtml .main-img-top h3 {
    font-size: 50px;
  }
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 200px;
}

.cmshtml .contents-top::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 105% auto;
  width: 100%;
  height: 30vw;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents02 .box-img, .cmshtml .contents03 .box-img, .cmshtml .contents05 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents02 .box-img img, .cmshtml .contents03 .box-img img, .cmshtml .contents05 .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents02 .box:hover img, .cmshtml .contents03 .box:hover img, .cmshtml .contents05 .box-inner:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents-top p, .cmshtml .contents-top .wc_textbox {
  font-weight: var(--base-weight2);
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.cmshtml .contents02 p, .cmshtml .contents02 .wc_textbox {
  line-height: 1.6;
}

.cmshtml .contents-top h6 a {
  font-size: 17px;
  color: var(--color-sub);
  font-weight: var(--base-weight2);
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 20px 0px;
  padding-right: 75px;
  position: relative;
}

.cmshtml .contents-top h6 a:hover {
  opacity: 1;
}

.cmshtml .contents-top h6 a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 60px;
  height: 60px;
  transition: .5s;
}

.cmshtml .contents-top h6 a:hover::after {
  margin-right: -10px;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 320px;
}

.cmshtml .contents01 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents01 .lay01 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .contents01 .img-box01 {
  padding-top: 240px;
  width: 30%;
  max-width: 30%;
}

.cmshtml .contents01 .img-box02 {
  width: 60%;
  max-width: 60%;
}

.cmshtml .contents01 .img-box01 img {
  height: 640px;
}

.cmshtml .contents01 .img-box02 img {
  height: 620px;
}

.cmshtml .contents01 .lay02 {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}

.cmshtml .contents01 .lay02 .inner, .cmshtml .contents02 .box-inner, .cmshtml .contents03 .box-inner, .cmshtml .contents04 .box-inner {
  width: 1300px;
  max-width: 1300px;
}

@media screen and (max-width: 1500px) {
  .cmshtml .contents01 .lay02 .inner, .cmshtml .contents02 .box-inner, .cmshtml .contents03 .box-inner, .cmshtml .contents04 .box-inner {
    width: 85%;
    max-width: 85%;
  }
}

.cmshtml .contents01 .box-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 520px;
}

.cmshtml .contents01 .box-detail .box001 {
  flex: 1;
  padding-top: 60px;
}

.cmshtml .contents01 .box-detail .box002 {
  width: 730px;
  max-width: 730px;
}

.cmshtml .contents01 .box-link {
  text-align: right;
  padding-top: 30px;
}

.cmshtml .contents01 h4 {
  color: var(--color-main);
  font-weight: var(--base-weight);
  font-size: 35px;
  letter-spacing: 0.15em;
  line-height: 2;
  display: inline;
  border-bottom-style: dotted;
  border-color: var(--color-main);
  border-width: 3px;
  padding-bottom: 8px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents02::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back02.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 470px;
  margin-top: -120px;
}

.cmshtml .contents02 .box-inner {
  position: relative;
}

.cmshtml .contents02 .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents02 .box {
  width: 265px;
  max-width: 265px;
}

.cmshtml .contents02 .box:not(:last-child) {
  margin-right: 30px;
}

.cmshtml .contents02 .box-img::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 55px;
  height: 55px;
  z-index: 1;
}

.cmshtml .contents02 a:hover {
  opacity: 1;
}

.cmshtml .contents02 h4 {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: var(--color-main);
  font-weight: var(--base-weight);
  padding: 20px 0px 10px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  padding: 290px 0px 200px;
  position: relative;
}

.cmshtml .contents03::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50px;
  background-image: url("../../img/top/back03.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 690px;
}

.cmshtml .contents03 .box-inner {
  position: relative;
}

.cmshtml .contents03 .box-title-top {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cmshtml .contents03 .inner {
  width: 1260px;
  max-width: 1260px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 45px 80px;
}

.cmshtml .contents03 .box {
  width: 535px;
  max-width: 535px;
}

.cmshtml .contents03 .box:nth-child(1) {
  margin-top: 180px;
}

.cmshtml .contents03 .box:nth-child(3) {
  margin-left: 80px;
}

.cmshtml .contents03 .box:nth-child(4) {
  margin-top: -180px;
}

.cmshtml .contents03 .box-img {
  box-shadow: 0px 0px 7px rgba(0, 122, 68, 0.1);
}

.cmshtml .contents03 .box-text {
  padding-top: 22px;
}

.cmshtml .contents03 h4 {
  font-size: 33px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: var(--color-sub);
  font-weight: var(--base-weight);
  position: relative;
  padding-left: 75px;
}

.cmshtml .contents03 h4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 52px;
  height: 52px;
  margin-top: -2px;
  transition: .5s;
}

.cmshtml .contents03 .box:hover h4::before {
  left: 10px;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 140px;
  position: relative;
}

.cmshtml .contents04::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/back04.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 96%;
  height: 100%;
}

.cmshtml .contents04 .box-inner {
  position: relative;
}

.cmshtml .contents04 .box-news {
  width: 1160px;
  max-width: 1160px;
  position: relative;
}

.cmshtml .contents04 .box-title-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

.cmshtml .contents04 .box-news::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/icon01.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 415px;
  height: 400px;
  margin-right: -150px;
  margin-top: -350px;
}

.cmshtml .contents04 .box-link {
  text-align: right;
  padding-top: 40px;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
  padding-left: 300px;
}

.cmshtml .contents-top .rdplaneinfo, .cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #50b47c #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: #50b47c;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 350px;
}

.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: 30px 10px;
  transition: .5s;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  border-bottom-style: solid;
  border-color: rgba(26, 26, 26, 0.2);
  border-width: 1px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 30px 10px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  width: 270px;
  max-width: 270px;
  margin-right: 20px;
  background-color: #FFF;
  padding: 12px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 122, 68, 0.1);
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(4) {
  display: none;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(n+5) {
  display: none;
}

.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;
}

.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 .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 120px;
  max-width: 120px;
  position: relative;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.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-weight);
  color: var(--color-base);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  line-height: 1.2;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 60px;
  color: #FFF;
  text-align: center;
  background-color: var(--color-main);
  margin: 15px 0px 5px;
}

.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 .contents-top .news_img a:hover {
  opacity: 1;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents05 .box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #FFF;
}

.cmshtml .contents05 .box-img {
  width: 40%;
  max-width: 40%;
}

.cmshtml .contents05 .box-img img {
  max-height: 630px;
}

.cmshtml .contents05 .box-detail {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 5%;
}

.cmshtml .contents05 .inner {
  position: relative;
}

.cmshtml .contents05 .inner::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/text01.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 550px;
  height: 110px;
  margin-top: -20px;
  margin-right: -80px;
}

.cmshtml .contents05 .inner::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -20px;
  margin-right: -50px;
  transition: .5s;
}

.cmshtml .contents05 .box-inner:hover .inner::after {
  margin-right: -60px;
}

.cmshtml .contents05 h2 {
  font-weight: var(--base-weight);
  font-size: 55px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  position: relative;
  padding-left: 45px;
}

.cmshtml .contents05 h3 {
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: var(--color-main);
  font-weight: var(--base-weight);
  padding: 40px 0px 30px;
}

.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 {
	padding-top: 0px;
}

#editView .cmshtml .main-img-top .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .main-img-top .mainslider {
    width: 1280px;
    max-width: 1280px;
}


#editView .cmshtml .main-img-top .box-text {
    width: 1280px;
    max-width: 1280px;
    padding-top: 0px;
}

#editView .cmshtml .main-img-top .box-text .inner {
    padding-right: 0%;
}

#editView .cmshtml .main-img-top h2, #editView .cmshtml .main-img-top h3 {
    color : var(--color-main);
}

#editView .cmshtml .contents-top {
	 padding-top: 80px;
}

#editView .cmshtml .contents02 .box-img, #editView .cmshtml .contents03 .box-img, #editView .cmshtml .contents05 .box-img {
	overflow: visible;
}

#editView .cmshtml .contents02 .box-img img, #editView .cmshtml .contents03 .box-img img, #editView .cmshtml .contents05 .box-img img {
	z-index: 1;
}

#editView .cmshtml .contents02 .box:hover img, #editView .cmshtml .contents03 .box:hover img, #editView .cmshtml .contents05 .box-inner:hover img {
	transform:scale(1,1);
    z-index: 1;
}


#editView .cmshtml .contents01 {
	padding-bottom: 100px;
}

#editView .cmshtml .contents01 .box-inner {
	 width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents01 .img-box01 {
     width: 380px;
	max-width: 380px;
    padding-top: 0px;
}

#editView .cmshtml .contents01 .img-box02 {
	width: 770px;
	max-width: 770px;
}

#editView .cmshtml .contents01 .img-box01 img, #editView .cmshtml .contents01 .img-box02 img {
    height: auto;
}

@media screen and (max-width: 1500px) {
    #editView .cmshtml .contents01 .lay02 .inner, #editView .cmshtml .contents02 .box-inner, #editView .cmshtml .contents03 .box-inner, #editView .cmshtml .contents04 .box-inner {
	 width: 1280px;
	max-width: 1280px;
}
}

#editView .cmshtml .contents01 .box-detail {
     padding-top: 0px;
}

#editView .cmshtml .contents01 .box-detail .box001 {
    width: 450px;
	max-width: 450px;
    padding-top: 0px;
}

#editView .cmshtml .contents01 h4 {
    display: block;
    border-bottom-style : none;
}

#editView .cmshtml .contents02 .inner {
    width: 1200px;
    max-width: 1200px;
}

#editView .cmshtml .contents03 {
	padding: 150px 0px;
}

#editView .cmshtml .contents03 .box {
	margin-bottom: 40px;
    margin-right: 30px;
}

#editView .cmshtml .contents03 .box:nth-child(1) {
	margin-top: 0px;
}

#editView .cmshtml .contents03 .box:nth-child(3) {
	margin-left: 0px;
}

#editView .cmshtml .contents03 .box:nth-child(4) {
	margin-top: 0px;
}

#editView .cmshtml .contents03 .box-img {
    box-shadow: 0px 0px 7px rgba(0,122,68,0);
}

#editView .cmshtml .contents03 h4 {
    padding-left: 0px;
}


#editView .cmshtml .contents-top .news_img {
	padding-left: 0px;
width: 1200px;
	max-width: 1200px;
}


#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 .news_img .rdnewArticle .rdnewArticle-item:nth-child(4) {
	 display: block;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(n+5) {
	display: block;
}

#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-item:hover img {
	 transform:scale(1,1);
}


#editView .cmshtml .contents05 .box-inner {
    width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents05 .box-img {
    width: 530px;
    max-width: 530px;
}

#editView .cmshtml .contents05 .box-detail {
    width: 740px;
    max-width: 740px;
    padding: 40px;
}

#editView .cmshtml .contents05 h2 {
    padding-left: 0px;
}



#editView .cmshtml .sp-view {
    display: inline-block;
}